/* CUSTOM CODE */
/* INFLUX INFOTECH */
/*  */
/* Default styles */
.ii-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ii-section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.iimb20 {
    margin-bottom: 20px;
}
.ii-para {
    color: #000000;
    font: 16px;
}
.h7_header-area {
    position: relative;
    background-color: #ffffff;
}
.h7_header-top {
    background: #5a98b0;
    height: 35px;
    line-height: 35px;
}
.h7_header-area.menu-bar.header-sticky {
    background-color: #42305a;
    top: 140px; /* Initial top position */
}

.h7_header-area.menu-bar.header-sticky.scrolled {
    top: 0; /* Position after scrolling */
}
.h7_main-menu ul li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.h7_main-menu ul li {
    display: inline-block;
    margin-right: 15px;
}
.h7_main-menu ul li:hover > a {
    color: #fff45e;
}
.h7_header-left {
    display: flex;
    align-items: center;
    gap: 90px;
    height: 105px;
}
.h7_menu-bar {
    display: flex;
    align-items: center;
    gap: 90px;
    height: 50px;
}
.side-info {
    width: 100%;
    max-width: 400px;
    background-color: #000;
    box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -400px;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    padding: 30px 40px 40px 40px;
}
/* Sticky menu bar for desktop */
@media (min-width: 992px) {
    .header-sticky {
      position: sticky;
      top: 140px;
      width: 100%;
      z-index: 1000;
      background-color: #42305a; /* Add your desired background color */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow if needed */
    }
  }
  
  /* Sticky logo bar for mobile */
  @media (max-width: 991px) {
    .header-sticky {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1000;
      background-color: #fff; /* Add your desired background color */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow if needed */
    }
  }
/* Add top margin to content when menu bar is sticky */
.menu-bar.header-sticky.sticky {
    background-color: #42305a;
}
.h7_header-top-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.h7_header-top-list li a:hover {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffc107;
   /* font-size: 14px;*/
    font-weight: 500;
}
.h7_header-top-social ul li a {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    color: #fff;
}
.h7_header-top-social ul li a:hover {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    color: #ffc107;
}
.h7_main-menu ul li .submenu li a {
    padding: 3px 15px;
    color: var(--clr-body-heading);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}
.h7_single-banner {
    min-height: 490px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.h7_banner-content-title {
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.h7_single-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.3);
    z-index: -1;
}
.section-area-6 .section-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}
.theme-btn-7 {
    height: 50px;
    padding: 0 35px;
    border-radius: 0;
    background: #42305a;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.section-area-6 .section-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
    text-align: justify;
}
section.h7_slider-thumb {
    display: none;
}
section.category-area.pt-120.facilities.ii-section-60 {
    background-color: #4846ab0f;
}
section.category-area.pt-120.facilities.ii-section-60 p {
    font-size: 22px;
    color: #3e3c3c;
}
p.fcl-para {
    font-size: 15px !important;
    font-weight: 500;
    color: #3e3c3c;
}
.col-md-2.imp-box {
    background-color: #42305a;
}
/* FOOTERBAR */
.footer-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #181818; /* Change this to your preferred color */
    color: white; /* Change this to your preferred color */
    text-align: center;
    padding: 0 0;
    z-index: 99;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
footer.footer-bar p {
    margin-bottom: 0px;
}
p.ft-link a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
p.ft-link a:hover {
    font-size: 15px;
    color: #ffc107;
    font-weight: 700;
    text-decoration: none;
}
/* FOOTERBAR */
.col-md-2.imp-box p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 1px;
}
marquee span {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
marquee span a {
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.section-area-2 .section-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.msg-content {
    background-color: #ead6c685;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
}
.msg-content h5 {
    margin-bottom: 0px;
    font-size: 22px;
}
.msg-content span {
    color: #42305a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
span.edu-text {
    text-transform: math-auto;
}
span.desig {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
}
.h2_teacher-img {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.section-area-2 p {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}
.section-area-6 .section-subtitle {
    color: #42305a;
    font-size: 16px;
    display: block;
    width: fit-content;
}
.h4_faq-content .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: #42305a;
    border-color: transparent;
    border-radius: 6px 6px 0 0 !important;
    font-weight: 700;
    font-size: 21px;
}
.h4_faq-content .accordion-button {
    position: relative;
    border: 0;
    padding-left: 25px;
    padding-right: 60px;
    height: 60px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: none;
    color: #000000;
    border-radius: 6px !important;
    border: 1px solid rgba(10, 10, 10, 0.1);
    background: #f5e4d4;
}
.accordion-body p {
    color: #000;
    font-weight: 500;
}
.h4_faq-content .accordion-body {
    padding: 15px 20px;
    line-height: 1.5;
    border: 1px solid rgba(10, 10, 10, 0.1);
    border-top: 0;
    border-radius: 6px;
}
.accordion-body ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
h2.section-title.mb-10 {
    font-weight: 800;
}
.h4_faq-wrap.mb-50 p {
    color: #000;
    font-size: 16px;
}
.h2_price-popular-tag span {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #42305a;
    color: #fff;
    padding: 15px 20px;
    width: 100%;
}
.h2_price-item {
    background-color: #f5e4d4;
    text-align: center;
    padding: 40px 40px 40px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
ul.marquee-lists li {
    color: #000;
    margin-bottom: 5px;
    border-bottom: 1px solid #adacac;
    padding-bottom: 10px;
    list-style: inside;
    font-weight: 600;
    text-align: justify;
}
.h4_faq-content .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 4px;
}
.h4_faq-area.pt-140.pb-90.ii-section-60 {
    background-color: #e1eef126;
}
section.h3_teacher-area.h6_teacher-area.pt-115.pb-120.ii-section p {
    color: #000;
    font-size: 17px;
}
.h3_teacher-content {
    display: block;
    align-items: center;
    gap: 45px;
}
.h3_teacher-item.mb-25 {
    margin-bottom: 0;
}
.h3_teacher-img {
    position: relative;
    z-index: 1;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
.h7_counter-info-text {
    color: #42305a;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}
.h5_event-item:nth-child(even) .h5_event-item-date {
    background-color: #8f030b;
}
.h5_event-item-date {
    height: 100%;
    background: #42305a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 190px;
    flex-shrink: 0;
    text-align: center;
}
.h5_event-item-date p {
    margin-bottom: 0;
    font-size: 17px;
    color: #efeaa6;
    font-weight: 600;
    text-transform: uppercase;
}
.h5_event-item-date h1 {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
}
.section-area-5 .section-title {
    font-size: 45px;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 10px;
}
.stu-bdays {
    background-color: #fff;
}
.stu-bdays p span {
    font-weight: 700;
    color: #42305a;
}
.stu-bdas-img {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
}
.cta-wrapper {
    background-color: #42305a;
    border-radius: 10px;
    padding: 50px 80px 40px;
    box-shadow: 0px 30px 80px rgba(30, 30, 30, 0.3);
}
.breadcrumb-area {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-image: url("../../webassets/media/about/breadcrumb-bg.jpg")
}
.h7_about-area.pt-120.pb-50.ii-section {
    padding-top: 160px;
}
.trhead {
    background-color: darkgray;
}
.h7_about-area.pt-120.pb-50.ii-section h3 {
    font-size: 25px;
}
.pb-120 {
    padding-bottom: 42px;
}
.img-playstore{
    max-width:49%;
    margin-top:-11px;
}
.title2 {
    background: blanchedalmond;
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    color: darkred;
    text-align: center;
    border: 1px solid;
}

.text-justify {
    text-align: justify;
}



.bell {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif; 
}

.bell-header {
    background-color: #f4f4f4;
    color: #333; 
    padding: 10px 15px; 
    text-align: left;
    border-bottom: 2px solid #ddd; 
    font-weight: bold; 
}

.bell-time-header, .bell-name-header, .bell-play-header {
    vertical-align: middle; 
}

.bell-row {
    border-bottom: 1px solid #ddd; 
}

.bell-data {
    padding: 10px 15px;
}

.bell-time, .bell-name, .bell-play {
    vertical-align: middle;
}

    .bell-play a {
        color: #007bff;
        text-decoration: none; 
        font-weight: bold; 
    }

        .bell-play a:hover {
            text-decoration: underline;
        }


.bell-row:nth-child(even) {
    background-color: #f9f9f9;
}
.today-date{
    font-weight:bold;
}

.none{
    display:none;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 95%;
    }
}
.h7_header-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    height: 45px;
    font-weight: 600;
    background-color: #42305a;
}
@media (min-width: 992px) {
    .header-sticky {
        position: sticky;
        top: 140px;
        width: 100%;
        z-index: 1000;
        background-color: #5a98b0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
.h7_header-top {
    background: #42305a;
    height: 35px;
    line-height: 35px;
}

.h7_single-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.1);
    z-index: -1;
}
.blog-details p {
    color: #000;
}
.Tabgen, .td1, .td2, .td3 {
    border: 1px solid black;
    padding: 8px;
    color: #10150f;
}
}


/* OnlineAdmission */
        .admission-form-wrapper {
            background: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 0 30px rgba(0,0,0,0.1);
        }

        .admission-form-header h2 {
            color: #1a2c79;
            margin-bottom: 15px;
        }

        .admission-form-header p {
            color: #666;
            font-size: 16px;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: flex;
}
label.form-label span {
    margin-left: 5px;
    margin-top: 0;
}
.admission-form-area.py-120 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
}

        .form-control, .form-select {
            height: 50px;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 0 20px;
            font-size: 15px;
            transition: all 0.3s;
        }

        .form-control:focus, .form-select:focus {
            border-color: #1a2c79;
            box-shadow: 0 0 0 0.2rem rgba(26, 44, 121, 0.1);
        }

        .admission-info-cards {
            margin-top: 30px;
        }

        .info-card {
            background: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 0 20px rgba(0,0,0,0.08);
            height: 100%;
            transition: all 0.3s;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 30px rgba(0,0,0,0.15);
        }

        .info-card-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #1a2c79 0%, #3d5af1 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .info-card-icon i {
            font-size: 28px;
            color: #fff;
        }

        .info-card-content h5 {
            color: #1a2c79;
            margin-bottom: 15px;
            font-size: 18px;
            font-weight: 600;
        }

        .info-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .info-list li {
            color: #666;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .info-list li:last-child {
            border-bottom: none;
        }

        .info-list li i {
            color: #1a2c79;
            margin-right: 8px;
        }

        .alert {
            border-radius: 8px;
            padding: 15px 20px;
            margin-bottom: 25px;
        }

        .alert i {
            margin-right: 10px;
        }

        .theme-btn {
            background: linear-gradient(135deg, #1a2c79 0%, #3d5af1 100%);
            border: none;
            color: #fff;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s;
        }

        .theme-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 20px rgba(26, 44, 121, 0.3);
        }

        .theme-btn i {
            margin-right: 8px;
        }

        .text-danger {
            font-size: 13px;
            margin-top: 5px;
            display: block;
        }

        @media (max-width: 768px) {
            .admission-form-wrapper {
                padding: 25px;
            }

            .form-control, .form-select {
                height: 45px;
            }

            .info-card {
                padding: 20px;
            }
        }
        .form-group {
    margin-bottom: 15px;
}
/* OnlineAdmission */