  h1,
  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 25px;
  }

  p,
  li {
    font-size: 16px;
    color: #000;
    list-style: none;
  }

  a,
  a:hover {
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }

  img {
    width: 100%;
  }

  section {
    padding: 30px;
    width: 100%;
    overflow: hidden;
  }
  
  .school-header li.nav-item {
        margin: 0 10px;
    }

  .banner-carousel .banner-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .banner-carousel .banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
  }

  .banner-content {
    text-align: center;
    color: #fff;
    position: absolute;
  }

  .banner-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .banner-content h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.1;
    color: #fff;
    font-family: Nunito, sans-serif;
  }

  .banner-buttons a.btn.btn-outline:hover {
    background: #E95722;
    color: #fff;
  }

  .banner-buttons a.btn.btn-primary:hover {
    background: none;
    border: 1px solid;
  }

  .banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .banner-buttons .btn {
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    transition: all 1s ease;
    border-color: #fff;
    font-family: Arial, sans-serif;
  }

  .banner-buttons .btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
  }

  .banner-buttons .btn-outline:hover {
    background: #fff;
    color: #333;
  }

  .banner-buttons .btn-primary {
    background: #f05a21;
    color: #fff;
    box-shadow: 0 5px 20px rgba(240, 90, 33, 0.4);
  }

  .banner-buttons .btn-primary:hover {
    background: #d94d1c;
  }

  section.banner-carousel {
    padding: 0;
  }

  .banner-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .banner-carousel.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid;
    width: 13px;
    height: 13px;
  }

  .banner-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #FE4B7B !important;
    border: 0;
  }

  /* Custom Arrows */
  .banner-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* prevents blocking slide click */
  }

  .banner-carousel .owl-nav button {
    pointer-events: all;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #333;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  .banner-carousel .owl-nav button:hover {
    background: #f05a21;
    color: #fff;
  }

  .banner-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    /* just like your <rs-arrow> */
  }

  .banner-carousel .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    /* just like your <rs-arrow> */
  }

  .topbar {
    border-bottom: 1px solid #eee;
    background: #FFFFFF;
    color: #000;
    font-size: 14px;
    line-height: 1;
  }

  .bottom-separator:after {
    box-shadow: 0 0 0 100px #fff;
    border-radius: 100%;
    position: absolute;
    height: 190px;
    content: '';
    right: -20%;
    left: -20%;
  }

  .item span,
  .item a.label {
    font-size: 12px;
    font-family: Nunito, sans-serif;
    color: #000 !important;
  }

  i.fa-brands.fa-facebook-f {
    color: #3b5998;
  }

  i.fa-brands.fa-x-twitter {
    color: #000;
  }

  i.fa-brands.fa-instagram {
    color: #ee2a7b;
  }

  i.fa-brands.fa-flickr {
    color: #fd0e82;
  }

  i.fa-brands.fa-whatsapp {
    color: #1DAA61;
  }

  .topbar:before {
    background-image: url(//www.brightkidmont.com/wp-content/uploads/2025/09/rainbowstripe.jpg);
    background-color: #ffffff;
  }

  .topbar:before {
    content: '';
    height: 4px;
    width: 100%;
    display: block;
    background-repeat: repeat-x;
  }

  /* Navigation */
  .topbar {
    --bar-h: 44px;
    --txt: #8f8f8f;
    --txt-dark: #5a5a5a;
    --link: #8f8f8f;
  }


  .topbar {
    border-bottom: 1px solid #eee;
    background: #fff;
    color: var(--txt);
    font-size: 14px;
    line-height: 1;
  }

  .topbar .wrap {
    max-width: 1200px;
    height: var(--bar-h);
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .contact {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
  }

  .contact .item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .contact .item i {
    font-size: 13px;
    opacity: .75;
  }

  .auth {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--txt);
    text-decoration: none;
  }

  .auth:hover {
    color: var(--txt-dark);
  }

  .auth i {
    font-size: 13px;
    opacity: .75;
  }

  .social {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .social a {
    color: var(--link);
    text-decoration: none;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
  }

  .social a:hover {
    color: var(--txt-dark);
  }

  .bright-header .dropdown-mainchild span::before {
    right: -0px;
  }

  .bright-header .dropdown-parent>a:hover span::before {
    transform: translateY(-50%) rotate(180deg);
  }

  .bright-header .dropdown-mainchild>a:hover span::before {
    transform: translateY(-50%) rotate(-90deg);
  }

  .welcome-super_sub-div h2 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #666666;
    margin-bottom: 25px;
  }

  .welcome-super_sub-div p {
    margin-bottom: 10px;
    line-height: 24px;
    color: #666666;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 15px;
  }

  .welcome-super_sub-div a {
    background: none;
    border: none;
    padding: 0;
    color: #F05A21;
    font-size: 16px;
    font-family: Nunito, sans-serif;
    margin-bottom: 10px;
  }

  .empolyment_main {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .emploment-box {
    background: #F6F6F6;
    padding: 30px;
    width: 50%;
  }

  .emploment-box.left {
    padding: 0;
    background: transparent;
  }

  .stats-grid li {
    color: #fff;
    list-style: disc;
    line-height: 28px;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-family: Nunito, sans-serif;
    margin-bottom: 5px;
  }

  .curriculum-grid_new {
    display: flex;
    gap: 30px;
    justify-content: center;
  }

  .curriculum-item_new img {
    width: 100%;
  }

  .curriculum-item_new h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: Nunito, sans-serif;
    margin-bottom: 15px;
    text-align: center;
  }

  .news-carousel .owl-nav.disabled {
    display: none;
  }

  .book_new p a {
    color: #666666;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
  }

  .service-content-4 h4.service-title {
    color: #000;
  }

  .service-content-4 p {
    color: #000;
  }

  .curriculum-item_new p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
    text-align: center;
  }

  .curriculum-description {
    margin: 15px 0;
  }

  .curriculum-description a {
    background: #FE4B7B;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: all 1s ease;
    border-color: #fff;
    font-family: Nunito, sans-serif;
    color: #fff;
  }


  .curriculum-section .pdf-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }

  .pdf-modal .pdf-content {
    position: relative;
    width: 60%;
    margin: 3% auto;
    background: #fff;
    padding: 10px;
  }
   
 .pdf-content .close-btn {
    position: absolute;
    right: 26px;
    top: 7px;
    font-size: 28px;
    cursor: pointer;
  }
  .pdf-content i.fa-solid.fa-xmark {
    background: #F42478;
    padding: 5px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 21px;
}

  .curriculum-grid_new .item_new_3 .curriculum-description a {
    border: 1.5px solid #000;
  }

  .curriculum-description a:hover {
    background: #fff;
    color: #FE4B7B;
  }

  .curriculum-item_new {
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(242, 238, 249, 0.1);
    padding: 20px;
    transition: 1s;
    border-radius: 30px;
    width: 100%;
  }

  .emploment-box h4 {
    color: #f05a21;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-weight: 600;
  }

  .empolyment_main.empolyment_mainsec_2 {
    flex-direction: row-reverse;
  }

  .welcome-super_sub-div_1 h3 {
    font-family: 'Rubik-Medium';
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #666666;
    margin-bottom: 30px;
  }

  .welcome-super_sub-div_1 time {
    text-transform: uppercase;
    color: #f05a21;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
  }

  .entry-title a {
    color: #adc84b;
    font-family: Nunito, sans-serif;
    letter-spacing: -0.5px;
    transition: all .4s ease;
    line-height: 28px;
  }

  h5.entry-title {
    margin-bottom: 10px;
  }

  .contact-info-menu li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: Nunito, sans-serif;
  }

  .contact-info-menu ul {
    margin: 0;
    padding: 0 10px;
  }

  .contact-info-menu a.info-btn {
    text-transform: uppercase;
    font-weight: 500;
    color: #a6c437;
    line-height: 1em;
    display: inline-block;
    border-bottom: 1px solid transparent;
    letter-spacing: 1px;
    margin-top: 15px;
    font-family: Nunito, sans-serif;
    font-size: 16px;
  }

  /* welcome  */
  section.welcome_super_section {
    padding: 50px 30px;
  }

  /* curriculum */

  .curriculum-section {
    position: relative;
    padding: 80px 20px;
    background-image: url('https://www.brightkidmont.com/wp-content/uploads/2026/03/curriculum_bg.jpg');
    background-size: cover;
    background-position: center;
  }

  .curriculum-overlay {
    background: rgba(0, 0, 0, 0.6);
    /* dark overlay for readability */
    padding: 60px 20px;
  }


  .curriculum-title {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    font-family: Nunito, sans-serif;
    margin-bottom: 25px;
    text-align: center;
  }

  .curriculum-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 24px;
    font-weight: 400;
    font-family: Nunito, sans-serif;
    text-align: center;
  }

  .curriculum-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 20px;
  }


  .curriculum-item i {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
  }


  .curriculum-item h5 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    font-family: Nunito, sans-serif;
  }

  .curriculum-item p {
    font-size: 16px;
    color: #e9e9e9;
    line-height: 1.5;
    font-family: Nunito, sans-serif;
  }

  .curriculum-item {
    display: flex;
    text-align: left;
    gap: 20px;
  }

  /* Testimonial */
  .testimonial-section {
    max-width: 800px;
    width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    text-align: center;
  }

  .top-bar:before {
    background-image: url(//velikorodnov.com/wordpress/superowly/wp-content/uploads/2019/07/rainbowstripe.jpg);
    background-color: #ffffff;
  }

  a.service-btn:hover {
    background: #fff;
    color: #000;
    border: none;
  }

  .top-bar {
    background-color: #f8f9fa;
    padding-bottom: 8px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #e9ecef;
  }

  section.what_parents_say-section {
    padding: 0;
  }

  .testimonial-section_new {
    padding: 50px 0;
  }

  .testimonial-carousel .owl-nav.disabled {
    display: none;
  }

  .what_parent_img img {
    height: 600px;
    border-radius: 0 50% 50% 0;
    object-fit: cover;
  }

  .section-title {
    font-size: 45px;
    color: #666666;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    font-family: Nunito, sans-serif;
  }


  .testimonial-item {
    padding: 20px;
    text-align: center;
  }

  .testimonial-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 30px;
    overflow: hidden;
    border: 4px solid #f0f0f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: Nunito, sans-serif;
  }

  .testimonial-author {
    font-size: 20px;
    color: #666666;
    font-weight: 700;
    font-family: Nunito, sans-serif;
  }

  /* Counter  */
  .stats-section {
    /*background: #912683 url("https://www.brightkidmont.com/wp-content/uploads/2025/09/counter-bakground.png") center center/cover no-repeat !important;*/
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    background-image: url(https://www.brightkidmont.com/wp-content/uploads/2025/09/counter-bakground.png);
    background-color: #912683;
  }
  
  .stats-section h2 {
        color: #fff;
    }
    
.empolyment_main.awards-main .emploment-box.left {
    width: 30%;
}

.empolyment_main.awards-main {
    align-items: center;
}

.empolyment_main.awards-main .emploment-box.left img {
    border-radius: 6px;
}

.empolyment_main.awards-main .emploment-box.right {
    width: 70%;
}

.empolyment_main.awards-main .emploment-box  h4 {
    color: #fff;
}

.empolyment_main.awards-main .emploment-box  p {
    color: #fff;
}

.empolyment_main.awards-main .emploment-box  li {
    color: #fff;
}

.empolyment_main.empolyment_mainsecaward .emploment-box {
    text-align: left;
    padding: 20px;
}

.stats-section .emploment-box {
    background: transparent;
    text-align: left;
}

  .stats-pretitle {
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.25px;
    font-size: 16px;
    font-family: Nunito, sans-serif;
  }

  .stats-title {
    color: #fff;
    font-weight: 300;
    font-size: 38px;
    font-family: Arial, sans-serif;
    font-weight: 600;
  }

  .stats-grid {
    display: flex;
    gap: 30px;
  }

  .stat-item {

    padding: 30px 20px;

  }

  .stat_main_div {
    justify-content: center;
    align-items: center;
    text-align: left;
  }

  .stat-number {
    margin-bottom: 20px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    line-height: 43px;
    font-family: Nunito, sans-serif;
  }

  .stat-item p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-family: Nunito, sans-serif;
  }

  /* enrollment */
  .enrollment-section {
    padding: 60px 30px;
  }

  .enrollment-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .enrollment-content {
    flex: 1;
    min-width: 300px;
    margin-right: 30px;
  }

  .enrollment-title {
    font-weight: bold;
    color: #666666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    font-size: 36px;
    line-height: 42px;
    font-family: Nunito, sans-serif;
  }

  .enrollment-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-family: Nunito, sans-serif;
  }

  .enrollment-action {
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    gap: 10px;
  }

  a.enrollment-btn {
    background-color: #f05a21;
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 1s ease;
    letter-spacing: 0.5px;
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    font-family: Nunito, sans-serif;

  }

  .enrollment-btn:hover {
    background-color: #fff;
    border: 1px solid #f05a21;
    color: #f05a21;
  }

    .enrollment-phone a {
        font-size: 18px;
        margin-top: 5px;
        color: #666;
        text-transform: uppercase;
        font-weight: 600;
        font-family: Nunito, sans-serif;
        display: flex;
        align-items: center;
        gap: 10px;
    }
  
  .enrollment-action .enrollment-phone {
    font-family: Nunito, sans-serif;
    margin-top: 10px;
  }
  
  p.enrollment-phone i {
    font-size: 30px;
    color: #34A853;
}

  /* General Section */
  .news-section {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
  }

  .news-title {
    text-align: center;
    margin-bottom: 40px;
    color: #666666;
    line-height: 1.12em;
    font-weight: 600;
    font-size: 48px;
    font-family: Nunito, sans-serif;
  }

  /* Grid */
  .news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
  }

  /* Card */
  .news-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .news-card:hover {
    transform: translateY(-5px);
  }

  /* Image + Date */
  .news-image {
    position: relative;
    overflow: hidden;
  }

  .news-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .news-date {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #f05a21;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50%;
    text-transform: uppercase;
    font-weight: bold;
  }

  .news-date span {
    display: block;
    font-size: 18px;
    line-height: 1;
  }

  /* SVG Divider */
  .img_svg {
    position: relative;
    background: #fff;
  }

  .bigHalfCircle {
    position: absolute;
    top: -40px;
    /* curve sits above content */
    left: 0;
    width: 100%;
    height: 40px;
    display: block;
    fill: #fff;
    /* same as card background */
    z-index: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  /* Content */
  .news-content {
    padding: 20px;
    position: relative;
    z-index: 1;
  }

  .news-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .conent_main_div_new {
    padding-bottom: 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
  }

  .news-heading a {
    text-decoration: none;
    transition: color 0.3s;
    margin-bottom: 10px;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #666666;
  }

  .news-heading a:hover {
    color: #f05a21;
  }

  .news-excerpt {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 24px;
    font-family: Nunito, sans-serif;
  }

  /* Entry Meta (with icons) */
  .entry-meta {
    font-size: 13px;
    color: #999;
    display: flex;
    gap: 15px;
  }

  .entry-meta a {
    position: relative;
    padding-left: 20px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
  }

  .entry-meta a:hover {
    color: #f05a21;
  }


  /* Button */
  .news-btn-wrap {
    text-align: center;
    margin-top: 40px;
  }

  .news-btn {
    display: inline-block;
    text-decoration: none;
    transition: background 1s;
    border-color: #b9b9b9;
    color: #666;
    background: transparent;
    border: 1px solid;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 30px;
    font-family: Nunito, sans-serif;
    font-size: 18px;
  }

  .news-btn:hover {
    background: #d94e1d;
    color: #fff;
  }

  .testimonial-carousel .owl-dots .owl-dot span {
    color: #ccc;
    /* default */
    font-size: 18px;
    /* make it visible like text */
  }

  .testimonial-carousel .owl-dots .owl-dot.active span {
    color: #FA8C1A !important;
  }

  /* Footer */

  footer.footer_section {
    background-size: cover;
    background-position: center center;
    color: #666666;
    background-image: url(//velikorodnov.com/wordpress/superowly/wp-content/uploads/2019/07/footer_bg.jpg);
    padding: 60px 0 50px;
  }

  .footer-new i {
    color: #f05a21;
    font-size: 30px;
  }

  .footer-new {
    display: flex;
    gap: 20px;
  }

  .book_new h5, .book_new h5 a {
    margin-bottom: 20px;
    color: #f05a21;
    font-size: 25px;
    line-height: 28px;
    font-family: Nunito, sans-serif;
    font-weight: 600;
  }

  .book_new p {
    color: #666666;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
  }

  ul.social.social-new {
    padding: 0;
    gap: 20px;
  }

  .social-new i {
    font-size: 16px;
  }

  .social-new a {
    line-height: 42px;
    border: 1px solid;
    display: inline;
    padding: 6px 12px;
    border-radius: 50%;
  }

  .fb-icon a {
    color: #3b5998;
  }

  .insta-icon a {
    color: #ee2a7b;
  }

  .flickr-icon a {
    color: #fd0e82;
  }

  .whatsapp-icon a {
    color: #1DAA61;
  }

  .copyright-section {
    position: relative;
    padding-top: 50px;
    text-align: center;
    color: #858585;
  }

  .copyright-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(//www.brightkidmont.com/wp-content/uploads/2025/09/separator_stripe.png) repeat-x;
    height: 3px;
    width: 100%;
  }

  .top-footer {
    margin-bottom: 50px;
  }

  .go-to-top.go-top-visible {
    right: 40px;
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .go-to-top {
    background-color: #ffbd0a;
  }

  .go-to-top {
    position: fixed;
    z-index: 103;
    right: 60px;
    bottom: 30%;
    background: #ffbd0a;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-family: 'Linearicons';
    width: 52px;
    height: 52px;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(255, 189, 10, 0.35);
  }

  .go-to-top:before {
    content: "\e939";
  }

  .services-section {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .service-content h4.service-title {
    z-index: 1;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .service-content p {
    margin-bottom: 35px;
    font-size: 14px;
    font-family: Nunito, sans-serif;
    color: #fff;
    font-weight: 500;
  }

  a.service-btn {
    display: inline-block;
    text-decoration: none;
    transition: background 1s;
    border-color: #b9b9b9;
    color: #fff;
    background: transparent;
    border: 1px solid;
    padding: 10px 20px;
    box-shadow: none;
    border-radius: 30px;
    font-family: Nunito, sans-serif;
    font-size: 14px;
  }

  .service-card {
    width: 100%;
    padding: 15px 15px;
  }

  .service-card_4 .service-inner h4,
  .service-card_4 .service-inner p {
    color: #000;
  }

  .services-section .owl-nav.disabled {
    display: none;
  }

  .half-circle {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 20px;
    display: block;
    z-index: 0;
  }

  section.tab_section_sec {
    overflow: visible;
  }

  section.banner-carouse_section {
    padding: 0;
  }

  section.banner-carouse_section {
    padding: 0;
  }

  .service-image {
    position: relative;
    overflow: hidden;
  }

  /* Service card structure */
  .service-card {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
  }

  .service-inner {
    overflow: hidden;
    transform: translateY(35px);
    /* Start translated down */
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .service-card:hover .service-inner {
    transform: translateY(0);
    /* Slide up on hover */
  }

  /* Content */
  .service-content {
    position: relative;
    padding: 20px;
    z-index: 1;
  }

  /* Button hidden initially */
  .service-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  /* Button slides in on hover */
  .service-card:hover .service-btn {
    transform: translateY(0);
    opacity: 1;
  }

  /* Optional: subtle lift of content */
  .service-card:hover .service-content {
    transform: translateY(-10px);
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .service-image img {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
  }

  .service-content-1 svg.half-circle {
    fill: #FE247B;
  }

  .service-content-2 svg.half-circle {
    fill: #1682FB;
  }

  .service-content-3 svg.half-circle {
    fill: #FF833F;
  }

  .emploment-box li {
    margin-bottom: 20px;
    line-height: 24px;
    color: #666666;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    list-style: disc;
  }

  .service-content {
    text-align: center;
    padding: 20px;
    color: #fff;
    background: #ffbd0a;
    position: relative;
    z-index: 9;
  }

  .tab_section_sec h2 {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 52px;
    color: #666666;
    margin-bottom: 25px;
  }

  p.new_tab_p {
    margin-bottom: 20px;
    line-height: 24px;
    color: #666666;
    font-family: Nunito, sans-serif;
    font-weight: 400;
  }
  
  .empolyment_mainsecaward .emploment-box.left {
    background: #fff;
    text-align: left;
    border-radius: 6px
}

.empolyment_mainsecaward .emploment-box.left img {
    width: 70%;
}

.enrollment_main_div.row {
    align-items: center;
}


.footer-new.footer-3 .book_new i {
    color: #666666;
    line-height: 24px;
    font-size: 16px;
}

.footer-new.footer-3 .book_new a {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.footer-new.footer-3 .book_new p.phone-call a {
    margin-left: -3px;
}

  /* enrollment */
  @media screen and (max-width:1300px) {}

  @media screen and (max-width:1200px) {
    .curriculum-grid {
      grid-template-columns: 1fr 1fr;

    }
    .navbar-brand .logo {
        object-fit: contain;
        height: 48px;
        padding: 0 10px;
    }
  }

  @media screen and (max-width:1100px) {
    .curriculum-grid_new {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
  }

  @media screen and (max-width:1024px) {
    .news-grid {
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .banner-content h1 {
      font-size: 45px;
    }

    .footer-new {
      margin-bottom: 20px;
    }

    .service-card {
      width: 100%;
    }

    .services-section {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media screen and (max-width:990px) {
    header.header_part .topbar {
      display: none;
    }

    .empolyment_main.awards-main .emploment-box.left
     {
        width: 100%;
    }

    .empolyment_main.awards-main .emploment-box.right
     {
        width: 100%;
    }

    .tab_section_sec h2 {
      font-size: 35px;
      line-height: 40px;
      margin-bottom: 15px;
    }

    .enrollment-content {
      text-align: center;
      margin-bottom: 30px;
    }

    .emploment-box {
      padding: 20px;
      width: 100%;
    }

    .empolyment_main {
      flex-direction: column;
    }

    .empolyment_main.empolyment_mainsec_2 {
      flex-direction: column;
    }

    .welcome-super_sub-div h2 {
      font-size: 35px;
    }

    .welcome-super_sub-div {
      margin-bottom: 20px;
    }

    .what_parent_img img {
      height: auto;
      border-radius: 0 ;
      object-fit: cover;
    }
    
    .banner-carousel .banner-slide img {
        height: 600px;
        object-fit: cover;
    }
    
    
  }

  @media screen and (max-width:800px) {
    .curriculum-grid {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width:768px) {
    .tab_section_sec h2 {
      font-size: 30px;
      line-height: 35px;
    }

    .services-section {
      grid-template-columns: 1fr;
    }

    .curriculum-grid_new {
      grid-template-columns: 1fr;
    }

    .stats-grid li {
      text-align: left;
    }

    section.tab_section_sec {
      padding: 30px 10px;
    }

    .service-card {
      padding: 0;
    }

    .top-bar-content {
      flex-direction: column;
      gap: 10px;
      text-align: center;
    }

    .contact-info {
      flex-direction: column;
      gap: 10px;
    }

    .header-content {
      padding: 15px;
    }

    .logo-text .brand {
      font-size: 20px;
    }

    .nav-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      flex-direction: column;
      gap: 0;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      padding: 20px;
    }

    .nav-menu.active {
      display: flex;
    }

    .nav-menu li {
      width: 100%;
      border-bottom: 1px solid #e9ecef;
    }

    .nav-menu li:last-child {
      border-bottom: none;
    }

    .nav-menu a {
      padding: 15px 0;
      justify-content: space-between;
    }

    .mobile-toggle {
      display: flex;
    }

    .header-right {
      gap: 15px;
    }

    .inquire-btn {
      padding: 10px 20px;
      font-size: 14px;
    }

    .stats-grid {
      display: flex;
      gap: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .testimonial-text {
      font-size: 16px;
    }

    .testimonial-author {
      font-size: 18px;
    }

    .section-title {
      font-size: 30px;
      margin-bottom: 30px;
    }

    .enrollment-section {
      padding: 30px 10px;
    }

    .news-title {
      margin-bottom: 20px;
      font-size: 35px;
    }

    .enrollment-title {
      font-size: 30px;

    }

    .enrollment-btn {
      padding: 10px 30px;
      font-size: 14px;
    }

    .stat_main_div {
      text-align: center;
    }

    .stats-title {

      font-size: 30px;
      line-height: 40px;
    }

    .news-grid {
      grid-template-columns: 1fr;
    }

    .stat-number {
      font-size: 40px;
    }

    .news-section {
      padding: 40px 10px;
    }
    
    
  }

  @media screen and (max-width:600px) {
      
     .empolyment_mainsecaward .emploment-box.left img {
        width: 100%;
    }

    .curriculum-item_new {
      padding: 20px 10px;

    }

    .curriculum-title {
      font-size: 30px;
    }

    .curriculum-item h5 {
      font-size: 22px;
    }

    section.welcome_super_section {
      padding: 30px 10px;
    }

    .curriculum-section {
      padding: 50px 10px;
    }

    .emploment-box h4 {
      line-height: 30px;
      margin-bottom: 15px;
      font-size: 20px;
    }

    .welcome-super_sub-div_1 h3 {

      font-size: 28px;
      line-height: 30px;
      margin-bottom: 20px;
    }

    h5.entry-title {
      margin: 10px 0;
      font-size: 22px;
    }

    .contact-info-menu a.info-btn {
      font-size: 14px;
    }
  }

  @media screen and (max-width:500px) {
    .logo-icon {
      width: 40px;
      height: 40px;
      font-size: 16px;
    }

    .logo-text .brand {
      font-size: 18px;
    }

    .header-right {
      gap: 10px;
    }

    .search-btn,
    .cart-btn {
      width: 35px;
      height: 35px;
    }

    .inquire-btn {
      padding: 8px 15px;
      font-size: 13px;
    }

    .go-to-top {
      right: 16px;
      bottom: 16px;
      width: 46px;
      height: 46px;
    }

    .go-to-top i {
      line-height: 46px;
    }
    
    .banner-carousel .banner-slide img {
        height: 500px;
        object-fit: cover;
    }
  }

  @media screen and (max-width:450px) {}

  @media screen and (max-width:375px) {}

  @media screen and (max-width:320px) {}