

:root {
  --primary: #c4080f;
  --white  : #ffffff;
  --black : #000000;
  --yellow: #FECC16;
  }
  body {
     font-family: 'Oxygen', sans-serif;
     color: #000;

  }
  .text-primary {
    color: var(--primary) !important;
  }
  .btn-primary {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--yellow) !important;
    color: var(--black);
}

.btn.btn-light {
    color: var(--primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none;
}

.btn.btn-dark:hover {
    color: var(--primary);
    background: var(--bs-light);
}


/*** Topbar Start ***/ 
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--primary);
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
/*** Topbar End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
    transition: 1s;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 90px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--black);
    font-family: "Libre Baskerville", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
    padding: 12px 12px 12px 12px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .2rem 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px; 
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--primary);
    
}
.dropdown-item{
    background-color: #e9ecef;
    border: 1px solid var(--white);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--white);
      background-color: var(--primary);
      transition: all .3s;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: var(--primary);
}
.navbar-light .navbar-nav .nav-link.carr-st {
    color: var(--primary);
}

.mega-style .dropdown-item{
    background: none;
    padding: 0px;
        font-size: 14px;

}
.mega-style .dropdown-item:hover{
    color:var(--primary);
}
.mega-style h5{
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 5px;
    color: var(--primary);
     font-family: 'Libre Baskerville', Arial, sans-serif;
}
   .mega-style .col-lg-3, .mega-style .col-lg-5{
    margin-left: 20px;
   } 

@media (min-width: 992px) {
    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
    .dropdown-menu {
        width: 14rem;
    }
        .navbar-expand-lg .navbar-nav .dropdown-menu.sing-list {
          width: 16rem !important;
    }
    .dropdown-menu.ac-dp {
        width: 28rem;
    }
    .submenu.dropdown-menu {
         width: 28rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        width: 80%;
        left: 20%;
    }
     .navbar-expand-lg .navbar-nav  .dropdown-menu.ac-dp li, .navbar-expand-lg .navbar-nav  .dropdown-menu.ac-dp a{
        width: 25rem;
    }
     .navbar-expand-lg .navbar-nav .dropdown-menu.ac-dp .submenu.dropdown-menu{
         width: 25rem;
                 left: 100%;
     }
    
}
@media all and (min-width: 992px) {
    .dropdown-menu {
        width: 14rem;
    }
    .mega-submenu {
        left: 100%;
        top: 0;
        min-width: 25rem;
    }
    .ktm-mega-menu {
        position: static;
    }
    .mega-menu {
        left: 0;
        right: 0;
        width: 100%;
    }
    .dropdown-menu li {
        position: relative;
    }
    .dropdown-menu .submenu {
        display: none;
        left: 100%;
        top: 0;
    }
    .dropdown-menu>li:hover>.submenu,
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 700px;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel .header-carousel-item {
        height: 1300px;
    }
}

@media (max-width: 767px) {
    .header-carousel .header-carousel-item {
        height: 950px;
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/


.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background-image: url('../img/bg-breadcrumb.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    transition: 0.5s;
}

/* Create an overlay for the background image */
.bg-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(196, 8, 15, 0.7); /* Red overlay with opacity */
    z-index: 0; /* Ensure the overlay is behind the text */
}

/* Make sure content stays above the overlay */
.bg-breadcrumb .content {
    position: relative;
    z-index: 1; /* Ensure the text content stays above the overlay */
    color: white; /* Optional, for contrast if needed */
}

.breadcrumb-item+.breadcrumb-item::before {
   color: white; 
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--primary);
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
}
.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-img::after {
    height: 100%;
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service .service-item .service-img .service-icon i {
    color: var(--primary);
    transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--primary);
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9;
}

.service .service-item .service-content .service-content-inner .h4,
.service .service-item .service-content .service-content-inner p {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner .h4,
.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--primary);
    background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--primary);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    height: 100%;
}
/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(196, 8, 15, 1);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--primary);
    background: var(--bs-light);
}
.faq-section .accordion .accordion-item  .accordion-body ul li a {
    color : var(--black);
} 
.faq-section .accordion .accordion-item  .accordion-body ul li a:hover {
    color : var(--primary);
}
.accordion-button:not(.collapsed)::after {
    display: none;
} 
/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white);
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--primary);
    z-index: 9;
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--primary);
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0;
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
}

.team .team-item .team-title h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-title {
    background: var(--bs-dark);
}
/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact .contact-img {
    position: relative;
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 0.5s
}

@keyframes image-efects {
    0%  {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}

    25% {border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;}

    50% {border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;}

    75% {border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;}

    100% {border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;}
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
   background-color: rgba(0,0,0,0.9);
    background-image: url(https://www.mbu.asia/wp-content/uploads/2024/06/footer-02-bg.jpg);
background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--white);
    transition: 0.5s;
    font-weight: 500;
}

.footer .footer-item p {
    line-height: 30px;
    text-indent: -11px;
    margin-left: 24px;
}

.footer .footer-item a:hover {
    color: var(--yellow);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--primary);
}


.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-instagram img {
    transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--primary);
}

.footer .footer-item .footer-btn a:hover {
    background: var(--primary);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white);
}

.footer .footer-item .get-btn {
width: 60%;
}
.footer .footer-item .get-btn .btn-primary {
    background-color: var(--yellow) !important;
    padding: 6px 34px;
    color: var(--black) !important;
    font-weight: 600;
    border-radius: 6px !important;
    margin-top: 20px;
}
.footer .footer-item .get-btn .btn-primary:hover{
    background-color: var(--primary) !important;
    color: var(--white) !important;
}
.footer .footer-item h3{
        color: var(--yellow);
    font-weight: 600;
}
/*** Footer End ***/


/*** copyright Start ***/
.copyright {
    background: var(--primary);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
/*** copyright end ***/

/* style*/

/*header start */
.topbar{
    background-color: var(--primary) ;
}
.toplinks a {
    color: var(--white);
    text-transform: uppercase;
}
.toplinks a:hover {
    color: var(--yellow);
}

.btn-search {
    border:0px;
    background: none;
}
.btn-search i {
    font-size: 24px;
    font-weight: 600;
}

.modal-open .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none; /* Hide by default */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with 50% transparency */
}
.modal.search .modal-content {
    background-color: transparent;
}
.modal.search .modal-header {
    border:none;
}
.modal.search .modal-body{
    width: 50%;
    margin: 0 auto;
    padding: 2rem;
}

.modal.search .modal-header .btn-close {
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 1rem;
    margin-right:1rem;
    margin-top:1rem;
    color: #000;
    border: 0;
    border-radius: 10px;
    opacity: .5;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}
.modal.search .modal-body .form-control:focus {
    color: #787878;
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(1, 95, 201, .25);
}
.modal.search .modal-body .form-control{
    background: transparent;
        border-radius: 50px 50px; 
        border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border: 1px solid #fff; 
    padding: 10px; /* Example padding */
}
.modal.search .modal-body  .input-group .btn {
    position: relative;
    z-index: 2;
    left: -56px;
    color:#fff;
} 
.modal.search .modal-body .input-group input::placeholder {
    color: #fff; 
    opacity: 1; 
}
.modal.search .modal-body {
    margin-bottom: 10%;
}


/*header close */

/*Footer starts*/
.footer-item a img {
    margin-bottom: 30px;
    width: 80%;
}
.footer-item h5{
    color: var(--white);
    margin-bottom: 10px;

}
.footer .footer-item .footer-btn a {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    padding-left: 0px;
    font-size: 20px;
}
.footer .footer-item .footer-btn a:hover {
    color: var(--primary);
      background-color: transparent;
}
.footer .footer-item p i{
    margin-right: 10px;
    color: var(--primary);
}
    
/*Footer Ends*/

.back-to-top {
    display : none;
}
.cta-bg{

    position: relative; /* or absolute/fixed as needed */
    z-index: 10; /* Higher than footer's z-index */
}

/*=========*/

.cta-box {
    position: relative;
    z-index: 10;
    background-color: var(--yellow); /* Yellow background */
    background-image: url(https://www.mbu.asia/wp-content/uploads/2024/06/Asset-1-a.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
    margin-top: -4em;
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
    color: #fff; /* Text color */
}

.cta-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(254, 204, 22, 0.9); /* Corrected opacity for yellow overlay */
    z-index: -1; /* Ensure overlay is behind the content */
}


.footer-cta p {
    color: var(--black);
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
}
.cta-get-btn .btn-primary{
   background-color: var(--primary);
   padding: 10px 24px;
    color: var(--white);
    font-weight: 600;
    border-radius: 6px !important;
}
.cta-get-btn .btn-primary:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
    border:1px solid var(--primary) !important;
}

.mission-box {
            border: 2px solid #fecc16; /* Yellow border */
           padding: 20px 20px 20px 0;
            margin-top: 20px;
        }

        .mission-header {
            background-color: var(--primary); /* Red color */
            color: white;
            padding: 25px 30px;
            display: inline-block;
        }

        .mission-content {
            margin-left: 20px;
            font-size: 1rem;
            color: #333;
        }

        .mission-content ul {
            list-style-type: disc;
            margin-left: 30px;
        }

        .mission-content p {
            font-size: 1rem;
            line-height: 1.6;
        }

        @media (max-width: 768px) {
            .mission-header {
                font-size: 1.5rem;
                text-align: center;
                width: 100%;
                margin-bottom: 10px;
            }

            .mission-content {
                font-size: 1rem;
            }
        }


        .message-box {
            padding:40px 0px;
            margin-top: 20px;
        }

        .message-header {
             border: 1px solid var(--black);
            color: var(--primary);
            padding: 10px 20px;
            border-radius: 5px;
            display: inline-block;
            font-size:  16px;
            font-weight:  500;
        }

        .message-content {
            color: #333;
            font-size: 1rem;
        }

        .message-content p {
            line-height: 1.6;
        }

        .director-info {
            background-color: #fecf19;
            padding: 10px;
            margin-top: 30px;
            border-radius: 5px;
        }

        .director-info p {
            margin: 0;
        }

        .director-info .name {
            font-weight: bold;
        }

        .director-info .contact {
            font-size: 1rem;
            color: #000;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .message-header {
                font-size: 1.5rem;
            }

            .message-content {
                font-size: 1rem;
            }

            .director-info {
                text-align: center;
            }
        }



           .course-section {
            text-align: center;
            margin-top: 30px;
        }

        .course-section h2 {
            color: var(--primary); 
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .course-box {
            background-color: #fff;
            padding: 0px 20px 20px 0px;
            border: 2px solid #eee; 
            margin: 10px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
            text-align: left;
        }

        .course-box:hover {
            background-color: var(--yellow); 
        }

        .course-box h3 {
            font-size: 1.5rem;
            width: 40%;
            font-weight: bold;
            color: var(--black);
            padding: 20px 15px;
            background-color:var(--yellow);    /* Red color for subheading */
        }

        .course-box ul {
            list-style-type: disc;
            margin-left: 30px;
            margin-top: 30px;
            font-size: 1rem;
            color: #333;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .course-box {
                margin: 10px 0;
            }
        }

 .section-header {
            color: var(--primary); /* Red color for the heading */
            font-size: 2rem;
            margin-bottom: 20px;
        }

        .cardm {
            padding: 20px 0px;
            border-radius: 5px;
            margin-bottom: 20px;
        }

        .cardm img {
            width: 60%;
            border-radius: 5px;
            height: auto; /* Ensure the image scales correctly */
        }

        .view-more-btn {
            background-color: var(--primary); /* Red button color */
            color: white;
            border-radius: 5px;
            padding: 10px 20px;
            text-align: center;
            font-weight: bold;
            margin-top: 15px;
            display: inline-block;
            text-decoration: none;
        }
.view-more-btn:hover{
     background-color: var(--yellow); /* Yellow button color */
            color: black;
}
        .view-more-btn.yellow {
            background-color: var(--primary); /* Yellow button color */
            color: white;
        }
        .view-more-btn.yellow:hover{
background-color: var(--yellow); /* Yellow button color */
            color: black;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .view-more-btn {
                width: 100%;
                text-align: center;
            }
        }

 .section-header {
            color: var(--primary); 
            font-size: 2rem;
            margin-bottom: 30px;
        }

        .feature-card {
            border: 2px solid #eee; 
            overflow: hidden;
            text-align: center;
            margin-bottom: 30px;
        }

        .feature-card img {
            width: 100%;
            height: auto;
            border-bottom: 2px solid #eee; 
        }

        .feature-card h5 {
            background-color: var(--yellow);
            color: black;
            font-size: 1.2rem;
            padding: 10px 0;
            margin-top: 20px;
        }

        .feature-card p {
            padding: 15px;
            font-size: 1rem;
            color: #333;
        }

        .lms-login-btn {
            background-color: #fecf19;
            color: black;
            font-weight: bold;
            padding: 12px 30px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            margin-top: 20px;
            width: 20%;
        }
        a.lms-login-btn:hover {
            color: var(--primary) !important;
        }
        .container-flex {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .feature-card {
                margin-bottom: 20px;
            }

            .lms-login-btn {
                width: 100%;
                text-align: center;
            }

            .container-flex {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        .section-header-f {
            color:var(--primary); 
            font-size: 2rem;
            margin-bottom: 30px;
            text-align: left;
        }

        .faq-card {
            border: 2px solid #eee;
            overflow: hidden;
            margin-bottom: 30px;
            text-align: left;
            padding: 0px 0px 20px;
             box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
        }

        .faq-card img {
            width: 100%;
            height: auto;
        }

        .faq-card h5 {
            color: var(--primary);
            font-size: 1.5rem;
            padding: 20px;
            margin: 0;
        }

        .faq-card p {
            padding: 0px 20px;
            font-size: 1rem;
            color: #333;
        }

        .know-more-btn {
            background-color: var(--yellow);
            color: black;
            font-weight: bold;
            padding: 12px 30px;
            border-radius: 5px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            width:40%;
            margin-left: 20px;
        }
        .know-more-btn:hover{
            background-color: var(--primary); 
            color: white;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .faq-card {
                margin-bottom: 20px;
            }

            .know-more-btn {
                width: 100%;
                text-align: center;
            }
        }


        .footer-b{
  margin-top: 100px;
        }