
.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;
}

.mt-90 {
    margin-top: 90px;
}

@media (max-width: 768px) {
    .mt-90 {
        margin-top: 0;
    }
}

.plan-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    padding:22px;
    box-shadow:0 8px 24px rgba(0,0,0,.06);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    transition:transform .2s ease, box-shadow .2s ease;
    min-height: 220px;
}
.plan-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 32px rgba(0,0,0,.10);
}
.plan-card__title{
    font-weight:700;
    letter-spacing:.2px;
}
.plan-card__desc{
    color:#6c757d;
    margin-top:8px;
    line-height:1.6;
}
.plan-card__footer{
    margin-top:18px;
    display:flex;
    align-items:center;
    gap:12px;
}

.plans-swiper-wrap { padding: 0 10px; }
.plans-swiper .swiper-slide { height: auto; }

.checkout-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    padding:24px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
}
.checkout-title{
    margin-bottom:8px;
    font-weight:700;
}
.checkout-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
}
@media (max-width: 768px){
    .checkout-grid{ grid-template-columns: 1fr; }
}
.checkout-field .label{
    font-size:12px;
    color:#6c757d;
    margin-bottom:6px;
    text-transform:uppercase;
    letter-spacing:.4px;
}
.checkout-field .value{
    font-size:16px;
    font-weight:600;
    color:#111827;
}
.alert-note{
    background:#F3F4F6;
    border-left:4px solid #D00000;
    padding:12px 14px;
    border-radius:10px;
    color:#374151;
}
.plan-summary{
    border-radius:12px;
    padding:16px;
    border:1px solid rgba(0,0,0,.08);
    margin:14px 0;
}
.plan-name{
    font-size:18px;
    font-weight:800;
    margin-bottom:6px;
    color:#111827;
}
.plan-desc{
    color:#374151;
    line-height:1.6;
}
.summary-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    color:#111827;
}
.badge-soft{
    background:#ECFDF5;
    color:#065F46;
    padding:4px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:700;
}
.summary-help{
    line-height:1.6;
}

.plan-price { margin-top: 10px; }
.price-line { display:flex; align-items:baseline; gap:8px; }
.price-line .amount { font-size: 22px; font-weight: 800; }
.price-line .unit { font-size: 13px; opacity: .75; }
.price-line.muted { margin-top: 4px; opacity: .85; }

.billing-choice{ display:grid; gap:12px; margin-top:10px; }
.billing-option{
    display:flex; gap:12px; align-items:flex-start;
    border:1px solid rgba(0,0,0,.10); border-radius:12px;
    padding:12px 14px; background:#fff; cursor:pointer;
}
.billing-option input{ margin-top:4px; }
.opt-title{ font-weight:800; color:#111827; }
.opt-sub{ font-size:14px; }

.level-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    height:100%;
    display:flex;
    flex-direction:column;
    transition:transform .2s ease, box-shadow .2s ease;
}
.level-card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 36px rgba(0,0,0,.10);
}
.level-thumb{
    width:100%;
    aspect-ratio: 16 / 9;
    background-size:cover;
    background-position:center;
}
.level-body{
    padding:18px;
    display:flex;
    flex-direction:column;
    height:100%;
}
.level-title{
    font-weight:800;
    margin-bottom:8px;
    color:#111827;
}
.level-desc{
    color:#374151;
    line-height:1.6;
    margin-bottom:16px;
    flex:1;
}
.level-actions{
    margin-top:auto;
    display:flex;
    justify-content:flex-start;
}
.level-title a{ 
    color: inherit; 
    text-decoration:none; 
}
.level-thumb-link{ 
    display:block; 
}
.level-thumb-link{ display:block; position:relative; }
.level-thumb-link.is-locked{ cursor:not-allowed; }
.level-thumb-link.is-locked .level-thumb{
    filter: grayscale(35%);
    opacity: .85;
}
.lock-badge{
    position:absolute;
    top:12px; right:12px;
    background:rgba(0,0,0,.65);
    color:#fff;
    padding:6px 10px;
    border-radius:999px;
    font-weight:700;
    font-size:12px;
}
.level-title span{ font-weight:800; color:#111827; }
.unlock-hint{ font-size:13px; line-height:1.5; }

.level-actions .theme-btn{
    max-width: 100%;
}

.level-actions .btn-wrap{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
}

.level-actions .btn-wrap .text-one,
.level-actions .btn-wrap .text-two{
    white-space: normal !important; /* allow wrap */
    line-height: 1.2;
}

/* Mobile: button takes full row */
@media (max-width: 576px){
    .level-actions{
        flex-direction: column;
        align-items: stretch;
    }
    .level-actions .unlock-hint{
        margin-top: 6px;
        font-size: 13px;
    }
}

  .plan-card{
    position:relative;
    border:1px solid rgba(0,0,0,.08);
    border-radius:18px;
    padding:18px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    display:flex;
    flex-direction:column;
    gap:14px;
    overflow:hidden;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .plan-card:hover{
    transform:translateY(-4px);
    box-shadow:0 16px 40px rgba(0,0,0,.10);
  }

  .plan-card.is-popular{
    border-color: rgba(208,0,0,.45);
    box-shadow:0 14px 38px rgba(208,0,0,.10);
  }

  .plan-badge{
    position:absolute;
    top:14px;
    right:14px;
    background:rgba(17,24,39,.92);
    color:#fff;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:800;
    letter-spacing:.2px;
  }

  .plan-card__title{
    font-weight:900;
    margin:0 0 6px 0;
    color:#111827;
  }

  .plan-prices{ margin-top:6px; }
  .price-main{
    display:flex;
    align-items:baseline;
    gap:8px;
    margin-bottom:4px;
  }
  .price-amount{
    font-size:26px;
    font-weight:900;
    line-height:1;
    color:#111827;
  }
  .price-unit{
    font-size:13px;
    opacity:.75;
    font-weight:700;
  }
  .price-sub{
    font-size:13px;
    font-weight:700;
    opacity:.9;
  }
  .price-sub .muted{ opacity:.65; }

  .plan-card__desc{
    margin:10px 0 0 0;
    line-height:1.65;
    color:#374151;
  }

  .plan-card__divider{
    height:1px;
    width:100%;
    background:rgba(0,0,0,.08);
  }

  .plan-card__actions{
    display:grid;
    grid-template-columns: 1fr;
    gap:10px;
    margin-top:auto;
  }

  .plan-card__actions .theme-btn{
    max-width:100%;
  }

  .plan-card__actions .btn-wrap{
    width:100%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-align:center;
  }

  .plan-status{
    background:rgba(236,253,245,.95);
    color:#065F46;
    border:1px solid rgba(6,95,70,.25);
    padding:10px 12px;
    border-radius:12px;
    font-weight:800;
    font-size:13px;
    text-align:center;
  }

  /* Make swiper slides look consistent */
  .plans-swiper .swiper-slide{
    height:auto;
  }

.plan-btn-secondary{
  background: transparent !important;
  border: 2px solid rgba(208,0,0,.75) !important;
}

.plan-btn-secondary .text-one,
.plan-btn-secondary .text-two{
  color: #b00000 !important;
}

.plan-btn-secondary:hover{
  background: rgba(208,0,0,.08) !important;
}

/* Toggle */
.billing-toggle-wrap{ display:flex; justify-content:center; }
.billing-toggle{
    display:inline-flex;
    gap:0;
    background:#F3F4F6;
    border:1px solid rgba(0,0,0,.08);
    border-radius:999px;
    overflow:hidden;
    padding:4px;
}
.billing-btn{
    border:0;
    background:transparent;
    padding:10px 16px;
    font-weight:900;
    font-size:13px;
    cursor:pointer;
    border-radius:999px;
    transition:background .2s ease, color .2s ease;
    color:#111827;
    display:flex;
    align-items:center;
    gap:8px;
}
.billing-btn.is-active{
    background:#111827;
    color:#fff;
}
.save-pill{
    background:rgba(208,0,0,.12);
    color:#b00000;
    border:1px solid rgba(208,0,0,.25);
    padding:2px 8px;
    border-radius:999px;
    font-weight:900;
    font-size:11px;
}

/* Title */
.plan-title-block{ margin-bottom:6px; }
.plan-kicker{
    font-size:12px;
    font-weight:900;
    letter-spacing:.6px;
    text-transform:uppercase;
    opacity:.65;
    margin-bottom:6px;
}

/* Price note */
.price-sub{ margin-top:6px; }
.price-note{
    font-size:12px;
    font-weight:700;
    opacity:.75;
}

.plan-title-row{
  display:flex;
  align-items:center;
  gap:10px;
}

.plan-icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);
}

.plan-icon i{
  font-size:16px;
  color:#111827;
}

.level-actions--pro{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.level-actions--pro .level-btn{
  width: 100%;
  max-width: 100%;
}

.level-actions--pro .btn-wrap{
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0; /* keep your theme animation */
}

.level-btn-primary{
  /* keep default theme red (Enroll-style) */
}

.level-btn-outline{
  background: transparent !important;
  border: 2px solid rgba(208,0,0,.75) !important;
}

.level-btn-outline .text-one,
.level-btn-outline .text-two{
  color: #b00000 !important;
}

.level-btn-outline:hover{
  background: rgba(208,0,0,.08) !important;
}

/* Mobile: stack */
@media (max-width: 576px){
  .level-actions--pro{
    grid-template-columns: 1fr;
  }
}

  .level-head{ display:flex; justify-content:space-between; gap:16px; align-items:flex-end; }
  .badge-soft{ background:#ECFDF5; color:#065F46; padding:6px 12px; border-radius:999px; font-weight:700; }

  .locked-bar{
    display:flex; gap:16px; justify-content:space-between; align-items:center;
    background:#FFF7ED; border:1px solid rgba(234,88,12,.25);
    border-radius:14px; padding:14px 16px;
  }
  .locked-title{ font-weight:900; color:#9A3412; }
  .locked-sub{ color:#7C2D12; opacity:.9; }
  @media (max-width: 576px){
    .locked-bar{ flex-direction:column; align-items:stretch; }
  }

  .video-card{
    display:block; background:#fff; border:1px solid rgba(0,0,0,.08);
    border-radius:16px; overflow:hidden; text-decoration:none;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    transition:transform .2s ease, box-shadow .2s ease;
    height:100%;
  }
  .video-card:hover{ transform:translateY(-3px); box-shadow:0 14px 36px rgba(0,0,0,.10); }
  .video-thumb{
    aspect-ratio: 16 / 9;
    background-size:cover; background-position:center;
    position:relative;
  }
  .play-badge{
    position:absolute; inset:auto 12px 12px auto;
    width:44px; height:44px; border-radius:999px;
    background:rgba(0,0,0,.55); display:flex; align-items:center; justify-content:center;
    color:#fff; font-size:18px;
    z-index:3;
  }
  .video-lock-overlay{
    position:absolute; inset:0;
    background:rgba(0,0,0,.35);
    display:flex; align-items:center; justify-content:center;
    z-index:2;
  }
  .video-lock-text{
    background:rgba(17,24,39,.85);
    color:#fff;
    padding:8px 12px;
    border-radius:999px;
    font-weight:900;
    font-size:12px;
  }

  .video-body{ padding:16px; }
  .video-title{ font-weight:800; color:#111827; margin-bottom:6px; }
  .video-desc{ color:#374151; line-height:1.6; }
  .video-foot{ margin-top:12px; display:flex; gap:8px; flex-wrap:wrap; }
  .chip{ background:#111827; color:#fff; padding:4px 10px; border-radius:999px; font-size:12px; font-weight:700; }
  .chip-light{ background:#F3F4F6; color:#111827; border:1px solid rgba(0,0,0,.08); }

  @media (max-width: 576px){
    .level-head{ flex-direction:column; align-items:flex-start; }
  }

.plan-status--locked {
    background: #f6f7f9;
    border: 1px solid #e3e6ea;
    color: #6b7280;
}

.about-one_experiance {
    right: 30px;
    top: 30px;
}

@media only screen and (max-width: 479px) {
    .about-one_experiance {
        right: unset;
        top: 0;
    }
}