
.service-block_one-title {
    min-height: 60px;
}

.main-footer {
    padding-top: 50px;
}

.newsletter-one_heading {
    line-height: 32px;
}

.btn-whatsapp i {
    font-size: 18px;
}

.btn-style-one {
    background-color: #b7070c;
}

.btn-style-one:before {
    background-color: #343333;
}

.btn-style-tree:before {
    background-color: #fff;
}

.btn-style-tree .text-two {
    color: #b7070c !important;
}

.choose-block_one-inner:before {
    background-color: #b7070c;
}

.registration-one_form-outer {
    background-color: #b7070c;
}

.btn-style-foor {
/*    background-color: #343333;*/
    background-color: #fff;
    border: 2px solid #fff;
}

.btn-style-foor .btn-wrap .text-one {
    color: #cc0000;
}

.btn-style-foor:before {
    background-color: #b7070c;
}

.btn-style-foor:hover {
    border: 2px solid #fff;
}

.btn-style-foor .text-two {
    color: #fff !important;
}

.copyright p {
    color: #fff;
}

.footer-bottom .designs_by {
    margin-right: 50px;
}

.footer-bottom .designs_by a {
    color: #fff;
}

.footer-bottom .designs_by a:hover {
    font-weight: 700;
}

.newsletter-one {
    background-color: #b7070c;
}

.team-block_one-image {
    border: 8px solid #b7070c;
}

.page-title {
    padding: 120px 0 120px;
}

.sec-title.style-three.light .sec-title_title {
    border-color: #b7070c;
}

@media only screen and (max-width: 1024px) {
    .slider-one .swiper-slide {
        padding-top: 30px;
    }

    .service-block_one-title {
        min-height: unset;
    }

    .page-title {
        padding: 20px 0 100px;
    }

    .team-detail {
        padding-top: 30px;
    }

    .team-detail_box .image-column {
        order: 1;
    }

    .about-one_image-column {
/*        order: 1;*/
    }

    .main-header {
        position: relative;
        background-color: #b7070c;
    }

    .mobile-menu-visible .mobile-menu .menu-box {
        background-color: #b7070c;
    }

    .main-header .mobile-menu .navigation li>a {
        color: #fff;
    }

    .newsletter-one .column {
        text-align: center;
    }

    .newsletter-one .column h2 {
        margin-bottom: 10px;
    }

    .newsletter-one {
        padding: 10px 30px;
    }
}

/* banner css code */

.slider-one {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}

.slider-one_slide {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}

.slider-one_content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
}

.slider-one_title {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slider-one_heading {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider-one_button {
    margin-top: 20px;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .slider-one_heading {
        font-size: 2.5rem;
    }
    .slider-one_title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .slider-one_heading {
        font-size: 2rem;
    }
    .slider-one_title {
        font-size: 1.3rem;
    }
    .slider-one_button a {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .slider-one {
        height: 90vh;
    }

    .slider-one_slide {
        height: 90vh;
    }
}

@media (max-width: 480px) {
    .slider-one_heading {
        font-size: 1.5rem;
    }
    .slider-one_title {
        font-size: 1rem;
    }
    .slider-one_button a {
        padding: 8px 16px;
        font-size: 0.9rem;
    }

    .about-one .outer-container {
        padding: 25px 0 25px;
    }

    .program-one {
        padding: 30px 0 20px;
    }

    .services-one {
        padding: 20px 0 30px;
    }

    .choose-one {
        padding: 50px 0 0px;
    }

    .team-one .outer-container {
        padding: 50px 0;
    }

    .registration-one {
        padding: 45px 0 15px;
    }
}

./*main-header .main-menu .navigation>li>a {
    font-size: 17px;
    font-weight: 600;
}*/

.main-footer .instagram-widget .image-box img {
    height: 120px;
}

.about-one_experiance-inner {
    background-color: #c9c4c4a6;
    color: #fff;
    border-radius: 50%;
}

.about-one_experiance-inner span {
    font-size: 20px;
    line-height: 22px;
    color: #cc0000;
}

.about-one_experiance-inner {
    padding-bottom: 25px;
}

.program-block_one-date {
    background-color: #fff;
}

.program-block_one-date img {
    width: 55%;
}

.program-block_one-experiance {
    color: #b7070c;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .main-header {
        position: relative;
        background-color: #343333;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: unset;
}

body {
    font-family: unset;
}

.flaticon-plus:before {
    font-family: 'flaticon_kidscamp-icons';
}

.review-form-section {
    padding: 30px 50px;
}

.news-container {
    padding: 40px 15px 0;
}

.blog-one {
    position: relative;
    padding: 0 0 0px;
}

.news-block_one-more {
    color: rgb(52 51 51);
}

.program-one {
    padding: 60px 0 0;
}

.slider-one_title {
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 250px;
}

@media (min-width: 780px) {
    .news-block_one-title {
        min-height: 64px;
    }
}

@media (max-width: 780px) {
    .slider-one_title {
        line-height: unset;
        letter-spacing: unset;
    }
}

.tiktok-embed {
    margin: 0 auto !important;
}

.team-one .outer-container {
    padding: 50px 0 20px;
}

.first-word {
    color: #cc0000; /* Choose your desired color */
    font-weight: 800; /* Optional for styling */
    font-size: 34px;
}

.price-author_box-inner {
    padding-top: 15px;
    padding-left: 10px;
}

.program-detail {
    padding: 50px 0 50px;
}

@media (max-width: 780px) {
    .first-word {
        font-size: 24px;
    }

    .program-block_four-image_column {
        order: 1;
    }

    .request-box {
        text-align: center;
    }

    .price-author_box {
        width: 100%;
    }

    .price-box_list {
        width: 100%;
        display: flex;
        flex-wrap: inherit;
        justify-content: center;
    }

    .price-box_list li {
        border-left: unset !important;
        padding-left: 0;
    }

    .slider-one_content {
        margin: 130px auto 0;
    }

    .instagram-media {
        margin: auto !important;
    }
}

.video-box .overlay-box span {
    background-color: rgb(52 51 51);
}

.page-title .color-two {
    background-color: #b7070c;
}

.fade-title {
  opacity: 0; /* Start Hidden */
  transform: translateY(20px); /* Optional slide effect */
  transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.fade-title.show {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.program-block_one-image img {
/*    max-height: 353px;*/
}

@media (max-width: 768px) {
    .swiper-slide {
        background-image: var(--mobile-image) !important;
    }
    .program-block_one-image img {
        max-height: unset;
    }

    .main-footer .instagram-widget .image-box img {
        height: unset;
    }

    .stat-col {
        display: none;
    }

    .quotes-section {
        padding: 0;
    }

    .about-one_experiance {
        top: 0px;
    }
}

@media (min-width: 768px) {
    .swiper-slide {
        background-position: top;
    }

    .quotes-swiper .swiper-wrapper {
        justify-content: center;
    }

    .products-swiper .swiper-wrapper {
        justify-content: center;
    }

    .main-header .main-menu .navigation>li {
        margin-right: 15px;
    }
}

.reasons-section .sec-title_text {
    font-size: 20px;
}

.testimonial-one .testimonial__nav::before {
    background: unset;
}

.testimonial-one .testimonial__nav:after {
    background: unset;
}

.program-three {
    position: relative;
    padding: 40px 0 70px;
}