/** About Section Home One **/
.about_section_home_one {
    position: relative;
    z-index: 1;
    padding: 80px 0px 120px;
}
.about_section_home_one .shape-map{ 
    position: absolute;
    top: 0;
    left: calc(50%);
    z-index: -1;
}
.about_left_image{
    position: relative;
    padding-right: 40px;
    padding-bottom: 65px;
    height: 100%;
}
.about_left_image .image_one{
    overflow: hidden;    
    border-radius: 10px;
    height: 100%;
}
.about_left_image .image_one img{
    width: 100%;
    transform: scale(1.0);
    transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    height: 100%;
    object-fit: cover;
}
.about_section_home_one:hover .image_one img{
    transform: scale(1.15);
}
.about_left_image .image_two {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 333px;
    height: 333px;
    overflow: hidden;
    border: 20px solid var(--bs-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 0px 10px;
}
.cap_logo img {
    max-width: 70px;
    width: 100%;
}
.about_left_image .image_two img{
    transform: scale(1.0);
    transition:all 1000ms ease;
    -moz-transition:all 1000ms ease;
    -webkit-transition:all 1000ms ease;
    -ms-transition:all 1000ms ease;
    -o-transition:all 1000ms ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_section_home_one:hover .image_two img{
    transform: scale(1.15);
}
.about_right_content h5{
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.about_right_content h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--color-1);
    margin: 0;
    font-size: 32px;
    text-transform: capitalize;
    line-height: 1.2;
}
.about_section_home_one .row {
    row-gap: 50px;
}
.programs-section .montessori-title {
    color: #fff;
}
.about_right_content h2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3;
    background-color: var(--theme-color-two);
}
.about_right_content p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}
.feature_list li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
    font-family: var(--titillium);
}
.feature_list li i{
    font-size: 25px;
    color: var(--primary-color);
}
.feature_list li i:before{
    line-height: 40px;
}
.about_right_content .link-btn{
    padding-top: 25px;
}
.about_right_content .button-style-one{
    padding: 20px 55px;
    padding-right: 80px;
}
.about_right_content .button-style-one i{
    top: 21px;
    right: 50px;
}
/** About Section Home Two **/
.about_section_home_two .about_left_content{
    margin-right: 120px;
}
.about_section_home_two .about_left_content h5{
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}    
.about_section_home_two .about_left_content h2{
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color-two);
}    
.about_section_home_two .about_left_content span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}    
.about_section_home_two .about_right_content p{
    margin-bottom: 30px;
}
.about_section_home_two .count_box{
    margin-bottom: 20px;
}   
.about_section_home_two .count_box span{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: var(--primary-color);
}
.about_section_home_two .inner_box h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}

/** About Section Home Three **/
.about_section_home_three {
    position: relative;
    margin-bottom: 100px;
}
.about_section_home_three .about_left_content{
    margin-right: 120px;
}
.about_section_home_three .about_left_content h5{
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--primary-color);
}    
.about_section_home_three .about_left_content h2{
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--theme-color-two);
}    
.about_section_home_three .about_left_content span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--titillium);
    color: var(--theme-color-two);
}    
.about_section_home_three .about_right_content p{
    margin-bottom: 30px;
}
.about_section_home_three .about_right_content .link-btn{
    max-width: 240px;
    width: 100%;
}
.about_section_home_three .about_right_content .link-btn a{
    padding: 20px 50px;
    justify-content: space-between;
}
.about_section_home_four{
    position: relative;
}
.about_section_home_four .shape{
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
.about_section_home_four .about_left_image{
    position: relative;
    padding-right: 120px;
}
.about_section_home_four .about_left_image .shape-14{
    position: absolute;
    top: 55px;
    right: -10px;
}
.about_section_home_four .about_left_image .author_image{
    position: absolute;
    bottom: 50px;
    right: 50px;
    overflow: hidden;
    transform: rotate(15deg);
    border-radius: 15px;
}
.about_section_home_four .about_left_image .about_image_four img{
    float: right;
    max-width: none;
}
.about_section_home_four .about_left_image .icon-box{
    position: absolute;
    width: 206px;
    height: 206px;
    bottom: 0;
    right: 40px;
    content: '';
    text-align: center;
    color: var(--bs-white);
    background-color: var(--secondary-color);
    line-height: 206px;
    border-radius: 50%;
}
@-ms-keyframes spin {
    from {
      -ms-transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
    }
}  
@-moz-keyframes spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
}  
@-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
}  
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
.about_section_home_four .about_left_image .icon-box .icon{
    font-size: 30px;
    color: var(--bs-white);
    transform: rotate(-45deg);
    transition: all 500ms;
}
.about_section_home_four .about_left_image .icon-box:hover .icon{
    transform: rotate(0deg);
}
.about_section_home_four .about_left_image .icon-box .icon-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.about_section_home_four .about_left_image .icon-box .icon-text img{
    -webkit-animation: spin 10s linear;
    -moz-animation: spin 10s linear;
    -o-animation: spin 10s linear;
    animation: spin 10s linear;
}
.about_section_home_four .about_right_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 45px;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.about_section_home_four .about_right_content p a{
    color: var(--secondary-color);
}
.feauter_list_four{
    display: inline-flex;
    padding-top: 25px;
    margin-bottom: 45px;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
}
.feauter_list_four li {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.feauter_list_four li .icon_box i{
    font-size: 60px;
    color: var(--primary-color);
}
.feauter_list_four li .icon_box i:before{
    line-height: 70px;
}
.feauter_list_four li .title{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--manrope);
}
.about_section_home_four .about_right_content .link-btn{
    max-width: 240px;
    width: 100%;
    padding-top: 0;
}
.about_section_home_four .about_right_content .link-btn a{
    padding: 20px 50px;
}
.about_section_home_two.style_two{
    background-color: #FFF5F5;
}
.about_section_home_two.style_two .funfact_block_two{
    margin-bottom: 0px;
}
.about_section_home_two.style_two .about_left_content{
    margin-right: 0px;
}
.about_section_home_two.style_two .about_left_content p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.about_section_home_two.style_two .title_area{
    margin-right: 120px;
    margin-bottom: 25px;
}
.about_section_home_two.style_two .funfact_block_two .count_outer{
    margin-bottom: 10px;
}

.about_section_home_one.style_two{
    margin-top: 150px;
}


.montessori-section {
    padding: 70px 0;
    background-color: var(--color-1);
}
.montessori-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 20px auto;
}
.montessori-section .montessori-title {
    color: #fff;
}
.montessori-header h6 {
    font-weight: 600;
    color: var(--color-2);
    font-size: 18px;
    margin: 0;
}
  .montessori-title {
    font-weight: 700;
    padding-bottom: 15px;
    color: var(--color-1);
    margin: 0;
    font-size: 32px;
  }

  .montessori-lead {
    color: #000000;
    font-size: 1.1rem;
    opacity: 0.85;
    line-height: 1.6;
    margin: 0;
  }

  .montessori-card {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--color-1);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    text-align: center;
}

  .montessori-card:hover {
    border-top-color: var(--color-2);
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  }

  .montessori-card-title {
    color: var(--color-1);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: 1.2;
}


p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

  /* Modal Styling */
  .montessori-modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .montessori-modal .modal-header {
    background-color: var(--color-1);
    border-bottom: none;
    padding: 18px 24px;
  }

  .montessori-modal .modal-title {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .montessori-modal .modal-body {
    background-color: #ffffff;
    color: #000000;
    padding: 24px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .montessori-modal .btn-close {
    filter: brightness(0) invert(1);
  }





.section_title_one h5 {
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--color-1);
}
.section_title_one h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--color-1);
}
.section_title_one h2::before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background-color: var(--color-1);
}
.section_title_two h5{
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--primary-color);
}
.section_title_two h2{
    position: relative;
    font-weight: 700;
    padding-bottom: 25px;
    color: var(--theme-color-two);
}
.section_title_two h2:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background-color: var(--theme-color-two);
}
h1{
    font-size: 90px;
    line-height: 100px;
}
h2{
    font-size: 42px;
    line-height: 52px;
}
h3{
    font-size: 32px;
    line-height: 42px;
}
h4{
    font-size: 24px;
    line-height: 34px;
}
h5{
    font-size: 20px;
    line-height: 30px;
}
h6{
    font-size: 16px;
    line-height: 28px;
}
  /** Feature Section Home One **/
.feature_section_home_one{
    position: relative;
}
.feature_section_home_one .shape-three{
    position: absolute;
    left: 0px;
    top: 0px;
}
.feature_block_one{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: flex-start;
}
.feature_block_one .icon_box{
    position: relative;
    width: 110px;
    height: 110px;
    display: block;
    overflow: hidden;
    text-align: center;
}
.feature_block_one .icon_box .icon i{
    font-size: 80px;
    color: var(--primary-color);
}
.feature_block_one .icon_box .icon i:before{
    line-height: 110px;
}
.feature_block_one .icon_box .bg_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature_block_one .icon_box .bg_icon i{
    font-size: 100px;
    color: rgba(2, 194, 197, 0.2);
}
.feature_block_one .icon_box .bg_icon i:before{
    line-height: 110px;
}
.feature_block_one .feature_content{
    width: 70%;
}
.feature_block_one .feature_content h3 a{
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    color: var(--theme-color-two);
}
.feature_block_one .feature_content h3 a:hover{
    color: var(--primary-color);
}
.feature_block_one .feature_content p{
    font-weight: 400;
    color: var(--theme-color-two);
}
.feature_section_home_two{
    position: relative;
}
.feature-two-container{
    position: relative;
    margin-top: -150px;
    overflow: hidden;
    background: var(--bs-white);
    box-shadow: 0px 4px 20px rgba(151, 151, 151, 0.1);
    border-radius: 15px;
}
.feature_block_two{
    position: relative;
    z-index: 1;
    cursor: pointer;
    padding: 75px 0px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.clomun:last-child .feature_block_two{
    border-right: none;
}
.feature_block_two:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: .5s;
    z-index: -1;
    transform: scale(0);
    background-color: var(--primary-color);   
}
.feature_block_two:hover:before{
    transform: scaleX(1.0);
}
.feature_block_two .icon_box{
    position: relative;
    width: 110px;
    height: 110px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.feature_block_two .icon_box .icon i{
    font-size: 80px;
    transition: .5s;
    color: var(--primary-color);
}
.feature_block_two:hover .icon_box .icon i{
    color: var(--bs-white);
}
.feature_block_two .icon_box .icon i:before{
    line-height: 110px;
}
.feature_block_two .icon_box .bg_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature_block_two .icon_box .bg_icon i{
    font-size: 100px;
    color: rgba(2, 194, 197, 0.2);
}
.feature_block_two .icon_box .bg_icon i:before{
    line-height: 110px;
}
.feature_block_two .feature_content h4 a{
    margin-bottom: 15px;
    font-weight: 600;
    transition: .5s;
    display: inline-block;
    color: var(--theme-color-two);
}
.feature_block_two:hover .feature_content h4 a{
    color: var(--bs-white);
}
.feature_section_home_three{
    position: relative;
    padding: 140px 0px 100px;
    background-repeat: no-repeat;
    background-position: center center;
}
.feature_section_home_three .shape-one{
    position: absolute;
    right: 0;
    top: 0;
}
.feature_section_home_three .shape-two{
    position: absolute;
    left: 50px;
    bottom: 0;
}
.feature_section_home_three.about_page{
    padding-top: 50px;
}
.feature_block_three{
    position: relative;
    background: #FFFFFF;
    padding: 26px 24px;
    transition: all 500ms;
    cursor: pointer;
    transform: scaleY(1.0);
    transform-origin: bottom;
    margin-bottom: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.feature_block_three:hover{
    margin-top: 40px;
    margin-bottom: 0;
}
.feature_block_three .feature_inner_box{
    position: relative;
    text-align: center;
    transition: all 500ms;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.feature_block_three:hover .feature_inner_box{
    border-color: var(--color-1);
}
.feature_block_three .icon_box{
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 105px;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms;
    background: var(--color-1);
    border-radius: 0px 0px 50px 50px;
}
.feature_block_three .icon_box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 500ms;
    background: var(--color-2);
}
.feature_block_three:hover .icon_box:before{
    transform: scaleY(1.0);
}
.feature_block_three .icon_box_two{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 500ms;
}
.feature_block_three:hover .icon_box_two{
    transform: scale(1.0);
}
.feature_block_three .icon_box_two i{
    font-size: 160px;
    color: rgba(2, 194, 197, 0.1);
}
.feature_block_three .feature_content {
    padding: 0px 15px 25px;
}
.section_title_one.centred {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.feature_block_three h4 a{
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    transition: all 500ms;
    color: var(--theme-color-two);
}
.feature_block_three h4 a:hover{
    color: var(--secondary-color);
}
.feature_block_three h4 p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    color: var(--theme-color-two);
    font-family: var(--manrope);
}
.feature_section_home_four{
    padding-bottom: 60px;
}
.feature_block_four{
    position: relative;
    padding: 30px;    
    background: var(--bs-white);
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    transition: all 500ms;
}
.feature_block_four:hover{
    border-color: var(--bs-white);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.feature_block_four .icon_box{
    position: relative;
    width: 110px;
    height: 110px;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 20px 0px 10px;
}
.feature_block_four .icon_box .icon i{
    font-size: 80px;
    color: var(--primary-color);
}
.feature_block_four .icon_box .icon i:before{
    line-height: 110px;
}
.feature_block_four .icon_box .bg_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature_block_four .icon_box .bg_icon i{
    font-size: 100px;
    color: rgba(2, 194, 197, 0.2);
}
.feature_block_four .icon_box .bg_icon i:before{
    line-height: 110px;
}
.feature_block_four .tag{
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: var(--primary-color);
}
.feature_block_four .feature_content h3 a{
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    color: var(--theme-color-two);
}
.feature_block_four .feature_content h3 a:hover{
    color: var(--primary-color);
}
.feature_block_four .feature_content p{
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--theme-color-two);
}
.feature_block_four .image_box img{
    border-radius: 15px;
    width: 100%;
}




.testimonial_section_home_two {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-image: url(https://sorrentoschool.itsprowebsite.com/public/sorrentoschool/themeaB9xY12z/assets/images/about/testi-bg.png);
    background-repeat: no-repeat;
    height: 600px;
    background-size: cover;
}
.testimonial_section_home_two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4);
}
.testimonial_section_home_two .bg-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.testimonial_section_home_two .testimonial_inner {
    padding: 202px 0px;
}
.testimonial_title_area {
    margin-right: 120px;
}
.testimonial_title_area .section_title_two {
    margin-bottom: 20px;
}
.testimonial_title_area .section_title_two h5 {
    color: var(--bs-white);
}
.testimonial_title_area .section_title_two h2 {
    color: var(--bs-white);
}
.testimonial_title_area .section_title_two h2::before {
    background-color: var(--bs-white);
}
.testimonial_inner .testimonial_title_area p {
    color: var(--bs-white);
    margin-bottom: 25px;
}
.testimonial_slide_area {
    margin-right: 120px;
    margin-top: 10px;
}
.testimonial_slide_area .slide_text {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    color: var(--bs-white);
    font-family: var(--titillium);
}
.testimonial_slide_area .author_box {
    display: flex;
    gap: 30px;
    align-items: center;
}
.testimonial_slide_area .author_box .author_image {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
}
.testimonial_slide_area .author_box .author_image .quote_box {
    position: absolute;
    bottom: -12px;
    left: -10px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: var(--bs-white);
}
.testimonial_slide_area .author_box .author_info h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px;
    color: var(--bs-white);
}
.testimonial_slide_area .author_box .author_info span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: var(--bs-white);
    font-family: var(--manrope);
}
.testimonial_slide_area .owl-nav {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: transparent;
}
.testimonial_slide_area .owl-nav button {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: var(--bs-white);
    margin: 10px 0px;
    z-index: 1;
    border: 1px solid var(--bs-white);
}
.testimonial_slide_area .owl-nav button::before {
    position: absolute;
    inset: -1px;
    text-align: center;
    content: "";
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: all 500ms ease 0s;
    background-color: var(--primary-color);
}
.testimonial_slide_area .owl-nav button:hover {
    border-color: var(--primary-color);
}
.testimonial_slide_area .owl-nav button:hover::before {
    transform: scale(1);
}
.learn-btn {
    padding: 10px 20px;
}





.programs-section {
    padding: 70px 0;
    background-color: var(--color-2);
    color: #000000;
}

.programs-img-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid var(--color-1);
  height: 100%;
}

.programs-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.programs-img-box:hover img {
  transform: scale(1.03);
}

.programs-subtitle {
    color: var(--color-1);
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
    display: block;
}

.programs-main-title {
  color: var(--color-1);
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.programs-desc {
    color: #fff;
}

.program-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid var(--color-1);
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 16px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.program-card:hover {
  border-left-color: var(--color-2);
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
}

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.program-title {
  color: var(--color-1);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

.program-badge {
  background-color: var(--color-2);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

.program-sub {
  color: var(--color-2);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 6px;
}



.cta-visit-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.cta-visit-card {
  background: var(--color-1);
  border-radius: 24px;
  padding: 50px 30px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.cta-visit-title {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.cta-visit-card p {
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 25px;
  opacity: 0.95;
}

.cta-visit-btn {
  display: inline-block;
  background-color: #ffffff;
  color: var(--color-1);
  font-weight: 800;
  font-size: 1.05rem;
  padding: 12px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.cta-visit-btn:hover {
  color: var(--color-2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.programs-main  p {
  color: #000;
}
.programs-main .montessori-title {
    color: var(--color-1);
}






.team-section {
    padding: 70px 0px;
    background-color: white;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.team-card {
  background-color: var(--color-2);
  border: 2px solid var(--variable-color-1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px);
  border-color: var(--variable-color-2);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.team-image-wrapper {
  width: 100%;
  height: 320px;
  overflow: hidden;
  background-color: black;
}

.team-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-image-wrapper img {
  transform: scale(1.06);
}

.team-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team-name a {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.team-role {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  background-color: var(--variable-color-1);
  padding: 0;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 16px;
  transition: background-color 0.4s ease;
}

.team-card:hover .team-role {
  background-color: var(--variable-color-2);
}

/* Directly targeting p without adding class in HTML */
.staff-section .team-card .team-content p {
    line-height: 1.6;
    color: #fff;
}



@media(max-width:991.98px){
    .about_section_home_one {
    position: relative;
    z-index: 1;
    padding: 50px 0px 50px;
}
.feature_section_home_three {
    position: relative;
    padding: 50px 0px 50px !important;
    background-repeat: no-repeat;
    background-position: center center;
}
}

@media(max-width:767.98px){
    .about_left_image {
    position: relative;
    padding-right: 0px;
    padding-bottom: 65px;
    height: 100%;
}
.about_left_image .image_two {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 160px;
    overflow: hidden;
    border: 3px solid var(--bs-white);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 10px 0px 10px;
}
.about_right_content h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--color-1);
    margin: 0;
    font-size: 28px;
    text-transform: capitalize;
    line-height: 1.2;
}
.montessori-title {
    font-weight: 700;
    padding-bottom: 15px;
    color: var(--color-1);
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}
.montessori-btn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.section_title_one h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    color: var(--color-1);
    text-align: center;
}
.section_title_one.centred {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.programs-section {
    padding: 50px 0;
    background-color: var(--color-2);
    color: #000000;
}
.cta-visit-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}
.montessori-section {
    padding: 50px 0;
    background-color: var(--color-1);
}
}




/* Light Section Wrapper */
.meals-section-light {
  background-color: #f8fafc;
  position: relative;
}

/* Section Header Styles */
.meals-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.meals-section-light .section-heading {
  color: var(--color-1);
  font-weight: 700;
  margin-bottom: 0;
}

/* Card Base Styles */
.meals-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.meals-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-1);
}

/* Left Card: Image & Requirement */
.meals-image-box {
    height: 240px;
    overflow: hidden;
}

.meals-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.requirement-body {
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #ffffff;
  flex-grow: 1;
}

.requirement-badge {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background-color: #f1f5f9;
  border: 1px solid var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-2);
  font-size: 1.1rem;
}

.requirement-text {
  color: #1e293b;
  font-size: 1rem;
  font-weight: 600;
}

/* Right Card: Ordering & Pricing */
.order-pricing-card {
  padding: 2rem;
  border-top: 4px solid var(--color-1);
  justify-content: space-between;
}

.order-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.order-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background-color: #f1f5f9;
  border: 1px solid var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-1);
  font-size: 1.25rem;
}

.order-title-wrap {
  color: #0f172a;
  font-weight: 700;
  font-size: 1.05rem;
}

/* Price Cards Grid */
.price-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.price-item-box {
  background-color: #f8fafc;
  border: 1px solid #cbd5e1;
  border-left: 4px solid var(--color-1);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.price-item-box.highlight-box {
  border-left-color: var(--color-2);
}

.price-item-box:hover {
  background-color: #ffffff;
  border-color: var(--color-2);
}

.price-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.95rem;
}

.price-label i {
  color: var(--color-1);
  font-size: 1.1rem;
}

.price-item-box.highlight-box .price-label i {
  color: var(--color-2);
}

/* Office Notice Ribbon */
.office-menu-notice {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}

.office-menu-notice i {
  color: var(--color-1);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.meals-image-box img {
    width: 100%;
}
/* Responsive Support */
@media (max-width: 767px) {
  .order-pricing-card {
    padding: 1.25rem;
  }
  .requirement-body {
    padding: 1.25rem;
  }
  .price-cards-grid {
    grid-template-columns: 1fr;
  }
}







/* ========================================================
   SECTION 10: LUNCH PACKING - ULTRA MODERN BENTO DARK THEME
   ======================================================== */

.lunch-bento-section {
  background-color: var(--color-2);
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(56, 189, 248, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(244, 63, 94, 0.05) 0%, transparent 40%);
  color: #f1f5f9;
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  font-family: inherit;
}

.lunch-bento-container {
  width: 100%;
}

/* --- Top Bento Header --- */
.lunch-bento-header {
  background: var(--color-1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(56, 189, 248, 0.1);
  color: #fff;
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.bento-main-heading {
    color: #ffffff;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.bento-lead-text {
}

/* Bento Hero Image Frame */
.bento-image-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 210px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.bento-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento-image-wrapper:hover .bento-hero-img {
  transform: scale(1.04);
}

.bento-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11, 15, 25, 0.6) 100%);
}

/* --- Bento Grid (5 Categories) --- */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

/* Specific Bento Tile Sizes */
.bento-card {
  background: var(--color-1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background 0.3s ease;
}

.bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

/* Bento Header & Icon Styles */
.bento-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.bento-icon-glow {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.bento-card-header h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.bento-card-sub {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 0.2rem;
}

/* --- Color Theme Variations for Bento Cards --- */

/* Fruits - Coral Theme */
.bento-fruits::before { background: #f43f5e; }
.bento-fruits .bento-icon-glow {
  background: rgba(244, 63, 94, 0.12);
  color: #fb7185;
}

/* Veggies - Emerald Theme */
.bento-veggies::before { background: #10b981; }
.bento-veggies .bento-icon-glow {
  background: rgba(16, 185, 129, 0.12);
  color: #34d399;
}

/* Grains - Amber Theme */
.bento-grains::before { background: #f59e0b; }
.bento-grains .bento-icon-glow {
  background: rgba(245, 158, 11, 0.12);
  color: #fbbf24;
}

/* Protein - Violet Theme */
.bento-protein { grid-column: span 1; }
.bento-protein::before { background: #8b5cf6; }
.bento-protein .bento-icon-glow {
  background: rgba(139, 92, 246, 0.12);
  color: #a78bfa;
}

/* Dairy - Cyan Theme */
.bento-dairy { grid-column: span 2; }
.bento-dairy::before { background: #06b6d4; }
.bento-dairy .bento-icon-glow {
  background: rgba(6, 182, 212, 0.12);
  color: #22d3ee;
}

/* --- Micro-Pills / Food Tag Layout --- */
.food-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.food-pill {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  padding: 0.45rem 0.85rem;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s ease;
  user-select: none;
}

.food-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

/* --- Bottom Floating Safety & Reminders Dock --- */
.bento-safety-dock {
  background: var(--color-1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.dock-title-block {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.dock-title-block i {
  font-size: 1.5rem;
  color: #38bdf8;
}

.dock-title-block h4 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.dock-title-block p {
}

/* Dock Items Grid */
.dock-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.dock-item {
  background: rgba(11, 15, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.dock-alert {
  border-color: rgba(244, 63, 94, 0.3);
  background: rgba(244, 63, 94, 0.04);
}

.dock-icon {
  font-size: 1.25rem;
  color: #38bdf8;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.dock-alert .dock-icon {
  color: #fb7185;
}

.dock-text strong {
  display: block;
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.dock-text p {
}

/* Dock External Link Footer */
.dock-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(11, 15, 25, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  font-size: 0.88rem;
  color: #fff;
}

.dock-link {
  color: #38bdf8;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s ease;
}

.dock-link:hover {
  color: #ffffff;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-dairy {
    grid-column: span 2;
  }
}

@media (max-width: 850px) {
  .lunch-bento-header {
    grid-template-columns: 1fr;
  }
  .bento-main-heading {
    font-size: 1.75rem;
  }
  .dock-items-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lunch-bento-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-protein,
  .bento-dairy {
    grid-column: span 1;
  }
  .dock-footer-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}








/* ========================================================
   SECTION 11: ETHICS & REPORTING MISCONDUCT (LIGHT THEME)
   ======================================================== */

.ethics-policy-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.ethics-policy-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ethics-header-box {
  margin-bottom: 2rem;
}

.policy-subtitle {
  display: inline-block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.ethics-policy-section-light .section-heading {
    color: #0f172a;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 1.25rem;
}

.ethics-intro-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-1);
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

/* Reporting Main Card */
.reporting-main-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.reporting-title-block {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.reporting-title-block i {
  color: var(--color-2);
  font-size: 1.5rem;
}

.reporting-title-block h3 {
  color: #0f172a;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0;
}

.reporting-notice {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-2);
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1.75rem;
}

/* Misconduct Custom List */
.misconduct-list-block {
  background-color: #ffffff;
}

.misconduct-list-title {
  color: #0f172a;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.misconduct-custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.misconduct-custom-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 500;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.misconduct-custom-list li:hover {
  border-color: var(--color-1);
  transform: translateX(3px);
}

.misconduct-custom-list li i {
  color: var(--color-1);
  font-size: 1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Responsive Support */
@media (max-width: 767px) {
  .ethics-policy-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .reporting-main-card {
    padding: 1.25rem;
  }
  .misconduct-custom-list {
    margin-bottom: 0.85rem;
  }
}






/* ========================================================
   SECTION 11 (PART 2): CHILD ABUSE & SAFETY POLICIES
   ======================================================== */

.child-safety-policy-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}

.child-safety-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.safety-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.safety-card-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e2e8f0;
}

.safety-card-header i {
  color: var(--color-1);
  font-size: 1.35rem;
}

.safety-card-header h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.safety-card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Hotline Alert Box */
.hotline-alert-box {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-2);
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hotline-label {
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
}

.hotline-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.phone-number {
  color: var(--color-2);
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.emergency-note {
  color: #334155;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.emergency-note i {
  color: var(--color-1);
}

/* Responsive Support */
@media (max-width: 767px) {
  .child-safety-policy-section-light {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .safety-card {
    padding: 1.25rem;
  }
}





/* ========================================================
   SECTION 11 (PART 2): CHILD ABUSE & SAFETY POLICIES (DARK THEME)
   ======================================================== */

.child-safety-policy-section-dark {
  background-color: #0f172a;
  color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.child-safety-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.safety-card-dark {
  background-color: var(--color-2);
  border: 1px solid #334155;
  border-radius: 16px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.safety-card-header-dark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--color-1);
}

.safety-card-header-dark i {
  color: var(--color-1);
  font-size: 1.35rem;
}

.safety-card-header-dark h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.safety-card-body-dark {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #cbd5e1;
}

/* Hotline Alert Box Dark */
.hotline-alert-box-dark {
  background-color: #0f172a;
  border: 1px solid #334155;
  border-left: 4px solid var(--color-2);
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hotline-label-dark {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}

.hotline-numbers-dark {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.phone-number-dark {
  color: var(--color-2);
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.emergency-note-dark {
  color: #e2e8f0;
  font-weight: 600;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.emergency-note-dark i {
  color: var(--color-2);
}

/* Responsive Support */
@media (max-width: 767px) {
  .child-safety-policy-section-dark {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .safety-card-dark {
    padding: 1.25rem;
  }
}






/* ========================================================
   SECTION 12: NOTICE TO PARENTS - STUDENTS WITH DISABILITIES (LIGHT THEME)
   ======================================================== */

.disabilities-notice-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.disabilities-notice-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.notice-card-light {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.notice-header-light {
  margin-bottom: 1.5rem;
}

.notice-subtitle {
  display: inline-block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.disabilities-notice-section-light .section-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 1.85rem;
  margin-bottom: 0;
}

.notice-quote-box {
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-2);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.quote-icon {
  color: var(--color-2);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

/* Responsive Support */
@media (max-width: 767px) {
  .disabilities-notice-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .notice-card-light {
    padding: 1.25rem;
  }
  .notice-quote-box {
    padding: 1rem;
    flex-direction: column;
  }
}





/* ========================================================
   SECTION: K-12 TUITION & FEES (LIGHT THEME)
   ======================================================== */

.k12-tuition-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.k12-tuition-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.k12-header-box {
  margin-bottom: 2rem;
}

.k12-subtitle {
  display: inline-block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.k12-tuition-section-light .section-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
}

.k12-fee-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid var(--color-1);
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.k12-fee-card.highlight-card {
  border-top-color: var(--color-2);
}

.k12-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.k12-card-icon i {
  color: var(--color-1);
  font-size: 1.25rem;
}

.highlight-card .k12-card-icon i {
  color: var(--color-2);
}

.k12-fee-card h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.fee-amount {
  color: var(--color-2);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.fee-tag {
  display: inline-block;
  background-color: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  margin-top: 0.5rem;
}

.additional-fees-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.additional-fees-list li {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: #334155;
  font-size: 0.95rem;
}

.additional-fees-list li strong {
  color: #0f172a;
}

/* Responsive Support */
@media (max-width: 767px) {
  .k12-tuition-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .k12-fee-card {
    padding: 1.25rem;
  }
}



/* ========================================================
   SECTION: PREK & PRESCHOOL RATES (DARK THEME - STRIP LAYOUT)
   ======================================================== */

.prek-rates-section-dark {
  background-color: #0f172a;
  color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.prek-rates-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.prek-header-block {
  margin-bottom: 2.5rem;
}

.prek-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.prek-rates-section-dark .section-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
}

/* Horizontal Rate Strips Wrapper */
.rates-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.rate-strip-item {
  background-color: var(--color-2);
  border: 1px solid #334155;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  transition: border-color 0.3s ease, transform 0.2s ease;
}

.rate-strip-item:hover {
  border-color: var(--color-1);
  transform: translateY(-2px);
}

/* Featured Option Styling */
.rate-strip-item.featured-strip {
  border-color: var(--color-2);
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.rate-info-side {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex: 1;
}

.rate-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: #0f172a;
  border: 1px solid #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rate-icon-box i {
  color: var(--color-2);
  font-size: 1.35rem;
}

.featured-icon {
  border-color: var(--color-2);
}

.featured-icon i {
  color: var(--color-2);
}

.rate-details h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.featured-tag {
  display: inline-block;
  background-color: var(--color-2);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 0.4rem;
}

.rate-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.rate-meta-badge i {
  color: var(--color-1);
}

/* Price Display Side */
.rate-price-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  padding-left: 1.5rem;
  border-left: 1px solid #334155;
  min-width: 140px;
}

.price-value {
  color: var(--color-1);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.price-value.highlight-price {
  color: var(--color-2);
}

.price-unit {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive Support */
@media (max-width: 767px) {
  .prek-rates-section-dark {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .rate-strip-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
  }
  .rate-info-side {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
  .rate-price-side {
    border-left: none;
    border-top: 1px solid #334155;
    width: 100%;
    align-items: flex-start;
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 0.5rem;
  }
}





/* ========================================================
   SECTION: ENROLLMENT CONTACT (LIGHT THEME)
   ======================================================== */

.enrollment-contact-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.enrollment-contact-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.enrollment-cta-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid var(--color-1);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.enrollment-cta-content {
  max-width: 620px;
}

.enrollment-subtitle {
  display: inline-block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.enrollment-contact-section-light .section-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.enrollment-btn-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
}

.btn-enrollment-primary {
  background-color: var(--color-1);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-enrollment-primary:hover {
  color: #ffffff;
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-enrollment-secondary {
  background-color: transparent;
  color: var(--color-2);
  border: 2px solid var(--color-2);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn-enrollment-secondary:hover {
  background-color: var(--color-2);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Responsive Support */
@media (max-width: 991px) {
  .enrollment-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
  }
  .enrollment-btn-group {
    width: 100%;
  }
  .btn-enrollment-primary,
  .btn-enrollment-secondary {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .enrollment-contact-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
} 





/* ========================================================
   SECTION: SCHOLARSHIPS (DARK THEME - SPLIT FEATURE LAYOUT)
   ======================================================== */

.scholarships-section-dark {
  background-color: #0f172a;
  color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.scholarships-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.scholarships-content-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.scholarships-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.scholarships-section-dark .section-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

/* Feature Item Blocks */
.scholarship-feature-item {
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 14px;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.scholarship-feature-item:hover {
  border-color: var(--color-1);
  transform: translateX(4px);
}

.feature-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #0f172a;
  border: 1px solid #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-box i {
  color: var(--color-2);
  font-size: 1.25rem;
}

.feature-icon-alt i {
  color: var(--color-2);
}

.feature-text-box {
  flex: 1;
}

/* Scholarship Notice Card */
.scholarship-notice-card {
  background-color: #0f172a;
  border: 1px solid #334155;
  border-left: 4px solid var(--color-2);
  border-radius: 12px;
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.scholarship-notice-card i {
  color: var(--color-2);
  font-size: 1.25rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

/* Right Side Image Layout */
.scholarships-image-wrapper {
  position: relative;
  padding: 0.75rem;
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.image-inner-frame {
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #334155;
}

.bento-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.scholarships-image-wrapper:hover .bento-hero-img {
  transform: scale(1.02);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .scholarships-image-wrapper {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .scholarships-section-dark {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .scholarship-feature-item {
    padding: 1rem;
    flex-direction: column;
    gap: 0.85rem;
  }
}






/* ========================================================
   SECTION: TAX CREDIT & FAMILY EMPOWERMENT (LIGHT THEME)
   ======================================================== */

.tax-empowerment-scholarships-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.tax-empowerment-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tax-empowerment-header {
  margin-bottom: 2rem;
}

.scholarship-badge-subtitle {
  display: inline-block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.tax-empowerment-scholarships-section-light .section-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.tax-empowerment-intro-box {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-1);
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.scholarship-program-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.scholarship-program-card.border-top-color-1 {
  border-top: 4px solid var(--color-1);
}

.scholarship-program-card.border-top-color-2 {
  border-top: 4px solid var(--color-2);
}

.program-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.program-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-color-1 i {
  color: var(--color-1);
  font-size: 1.25rem;
}

.icon-color-2 i {
  color: var(--color-2);
  font-size: 1.25rem;
}

.program-card-header h3 {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.program-card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.apply-info-note {
  margin-top: auto;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}

.apply-info-note i {
  color: var(--color-1);
  font-size: 1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* Responsive Support */
@media (max-width: 767px) {
  .tax-empowerment-scholarships-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .scholarship-program-card {
    padding: 1.25rem;
  }
  .program-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}





/* ========================================================
   SECTION: PEP HYBRID (BALANCED & HIGH CONTRAST DARK LAYOUT)
   ======================================================== */

.pep-architectural-section {
  background-color: #0b1324;
  color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.pep-architectural-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Header Ribbon Block */
.pep-title-ribbon {
  border-left: 5px solid var(--color-2);
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}

/* Sub-heading Highlight with Variable 2 */
.pep-tag-label {
  display: block;
  color: var(--color-2);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
}

.pep-architectural-section .section-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.1rem;
  margin-bottom: 0.75rem;
}

.pep-lead-paragraph {
  color: #cbd5e1;
  font-size: 1.05rem;
  font-weight: 500;
  max-width: 800px;
}

/* Left Column: Stack Items */
.pep-details-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 100%;
}

.pep-ribbon-item {
  background-color: #152033;
  border-left: 4px solid var(--color-1);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.pep-ribbon-item:nth-child(2) {
  border-left-color: var(--color-2);
}

/* Icon Badges with High-Contrast Color Swaps */
.pep-icon-badge {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 6px;
}

.bg-color-1 {
  background-color: var(--color-1);
}

.bg-color-2 {
  background-color: var(--color-2);
}

.icon-color-2 {
  color: var(--color-2);
  font-size: 1.25rem;
}

.icon-white {
  color: #ffffff;
  font-size: 1.25rem;
}

.pep-item-heading {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.35rem;
}

.pep-item-text {
  color: #94a3b8;
  font-size: 0.925rem;
  line-height: 1.55;
}

/* Solid Accent Panel */
.pep-solid-accent-panel {
  background-color: #152033;
  border: 1px solid #2a3a57;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pep-panel-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.pep-panel-text {
  color: #f8fafc;
  font-size: 0.925rem;
  font-weight: 600;
  line-height: 1.45;
}

.pep-panel-divider {
  height: 1px;
  background-color: #2a3a57;
  width: 100%;
}

/* Right Column: Balanced Status Panel */
.pep-status-panel {
  background-color: #152033;
  border-top: 5px solid var(--color-2);
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
}

.status-heading {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}

.status-closed-banner {
  background-color: var(--color-2);
  color: #ffffff;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  border-radius: 6px;
}

.status-closed-banner i {
  font-size: 1.2rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.status-banner-text {
  font-weight: 700;
  font-size: 0.925rem;
  line-height: 1.4;
}

.status-panel-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.status-info-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #2a3a57;
}

.status-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.status-row-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 6px;
}

.status-subheading {
  color: #ffffff;
  font-size: 0.975rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.status-desc {
  color: #94a3b8;
  font-size: 0.875rem;
  line-height: 1.45;
}

/* Full Width Bottom Disclaimer Panel */
.pep-full-disclaimer-card {
  margin-top: 2rem;
  background-color: #152033;
  border: 1px solid #2a3a57;
  border-left: 4px solid var(--color-1);
  padding: 1.25rem 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 6px;
}

.pep-full-disclaimer-card i {
  color: var(--color-1);
  font-size: 1.25rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.disclaimer-text-wrap {
  color: #94a3b8;
  font-size: 0.85rem;
  line-height: 1.5;
}

/* Responsive Support */
@media (max-width: 991px) {
  .pep-status-panel {
    margin-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  .pep-architectural-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pep-ribbon-item {
    flex-direction: column;
    padding: 1.25rem;
  }
  .pep-panel-row {
    flex-direction: column;
    align-items: flex-start;
  }
}




/* ========================================================
   SECTION: APPLICATION STEPS (LIGHT THEME PROCESS FLOW)
   ======================================================== */

.app-steps-section-light {
  background-color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.app-steps-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.app-steps-header {
  margin-bottom: 2rem;
}

.app-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.app-steps-section-light .section-heading {
  color: var(--color-1);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* Top Announcement Banner */
.app-notice-banner {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 5px solid var(--color-2);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.notice-tag {
  display: inline-block;
  background-color: #f1f5f9;
  color: var(--color-2);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.4rem;
}

.notice-desc {
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}

.notice-cta-btn {
  background-color: var(--color-2);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.8rem 1.25rem;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.notice-cta-btn:hover {
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-2px);
}

/* Vertical Timeline Structure */
.app-timeline-wrapper {
  display: flex;
  flex-direction: column;
}

.timeline-step-item {
  display: flex;
  gap: 1.5rem;
}

.step-number-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.step-number-badge {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.bg-accent-1 {
  background-color: var(--color-1);
}

.bg-accent-2 {
  background-color: var(--color-2);
}

.icon-accent-1 {
  color: var(--color-1);
}

.icon-accent-2 {
  color: var(--color-2);
}

.step-line-connector {
  width: 3px;
  background-color: #cbd5e1;
  flex: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.step-content-column {
  flex: 1;
  padding-bottom: 2rem;
}

.step-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 1.75rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.step-card.border-accent-1 {
  border-top: 4px solid var(--color-1);
}

.step-card.border-accent-2 {
  border-top: 4px solid var(--color-2);
}

.step-title {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.step-description {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Inner Lists & Sub-boxes */
.step-org-list-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
}

.org-list-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.6rem;
}

.step-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.step-bullet-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 16px;
  font-weight: 600;
}

.step-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.info-sub-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid var(--color-2);
  border-radius: 6px;
  padding: 0.85rem 1rem;
}

.info-sub-title {
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.info-sub-text {
  font-size: 16px;
  line-height: 1.4;
}

.step-warning-note {
  background-color: #fff7ed;
  border: 1px solid #ffedd5;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.step-warning-note i {
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.warning-note-text {
  color: #9a3412;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.4;
}

.checklist-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .app-notice-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .notice-cta-btn {
    width: 100%;
    justify-content: center;
  }
  .step-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .app-steps-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .timeline-step-item {
    gap: 0.85rem;
  }
  .step-number-badge {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }
  .step-card {
    padding: 1.25rem;
  }
}





/* ========================================================
   SECTION: ENROLLMENT HELP ASSISTANCE (DARK THEME)
   ======================================================== */

.enrollment-help-section-dark {
  background-color: #0b1324;
  color: #f8fafc;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.enrollment-help-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.help-content-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.help-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}

.enrollment-help-section-dark .section-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.3;
  margin: 0;
}

/* Disclaimer Notice Box */
.help-disclaimer-box {
  background-color: #152033;
  border: 1px solid #2a3a57;
  border-left: 4px solid var(--color-1);
  padding: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 6px;
}

.disclaimer-icon-badge {
  width: 38px;
  height: 38px;
  background-color: var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 6px;
}

.disclaimer-icon-badge i {
  color: var(--color-2);
  font-size: 1.1rem;
}

/* Right Action Hub */
.help-action-hub {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #152033;
  border: 1px solid #2a3a57;
  border-top: 4px solid var(--color-2);
  padding: 1.75rem;
  border-radius: 8px;
}

.help-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.help-btn:hover {
  transform: translateX(4px);
  opacity: 0.95;
}

.btn-icon-wrapper {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 4px;
}

/* Button & Icon Color Combinations */
.btn-accent-1 {
  background-color: var(--color-1);
  color: #ffffff;
}

.btn-accent-1 .btn-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-accent-1 i {
  color: #ffffff;
}

.btn-accent-2 {
  background-color: var(--color-2);
  color: #ffffff;
}

.btn-accent-2 .btn-icon-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
}

.btn-accent-2 i {
  color: #ffffff;
}

.btn-outline {
  background-color: #0b1324;
  color: #ffffff;
  border: 1px solid #2a3a57;
}

.btn-outline .btn-icon-wrapper {
  background-color: var(--color-1);
}

.btn-outline i {
  color: var(--color-2);
}

.btn-phone {
  background-color: #0b1324;
  color: #ffffff;
  border: 1px solid var(--color-2);
}

.btn-phone .btn-icon-wrapper {
  background-color: var(--color-2);
}

.btn-phone i {
  color: #ffffff;
}

/* Responsive Support */
@media (max-width: 991px) {
  .help-action-hub {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .enrollment-help-section-dark {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .help-action-hub {
    padding: 1.25rem;
  }
}







/* ========================================================
   SECTION: EMPLOYER BENEFITS (LIGHT THEME - SHARP ARCHITECTURAL)
   ======================================================== */

.employer-benefits-section-light {
  background-color: #ffffff;
  color: #0f172a;
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.benefits-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Sharp Header Block */
.benefits-header-sharp {
  border-left: 6px solid var(--color-1);
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.benefits-tag {
  display: block;
  color: var(--color-1);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.employer-benefits-section-light .section-heading {
  color: #0f172a;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.25;
  margin: 0;
}

/* Hero Overview Strip (Sharp Edges) */
.benefits-hero-strip {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid var(--color-2);
  padding: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #334155;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
}

/* Matrix Content Boxes - Sharp Geometric Style */
.benefits-matrix-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
}

.benefits-matrix-box.left-accent {
  border-top: 4px solid var(--color-1);
}

.benefits-matrix-box.right-accent {
  border-top: 4px solid var(--color-2);
}

.box-title {
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

/* Sharp List Formatting */
.sharp-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.sharp-check-list li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #1e293b;
  font-size: 0.925rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed #cbd5e1;
}

.sharp-check-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.icon-accent-1 {
  color: var(--color-1);
  font-size: 0.9rem;
}

.icon-accent-2 {
  color: var(--color-2);
  font-size: 0.9rem;
}

/* Alert Ribbon - Sharp Square Accent */
.sharp-alert-ribbon {
  background-color: #fff7ed;
  border: 1px solid #ffedd5;
  border-left: 4px solid var(--color-2);
  padding: 1rem 1.25rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #9a3412;
  font-weight: 700;
  font-size: 0.9rem;
}

.alert-icon-square {
  width: 32px;
  height: 32px;
  background-color: var(--color-2);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

/* Bottom Sharp Disclaimer Panel */
.benefits-disclaimer-sharp {
  margin-top: 2rem;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 5px solid var(--color-1);
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  color: #64748b;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.55;
}

.disclaimer-badge {
  width: 40px;
  height: 40px;
  background-color: var(--color-1);
  color: var(--color-2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

/* Responsive Support */
@media (max-width: 991px) {
  .benefits-matrix-box {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .employer-benefits-section-light {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .benefits-disclaimer-sharp {
    flex-direction: column;
    align-items: flex-start;
  }
}







/* Light Team Section Wrapper */
.team-section-light {
  background-color: #f8fafc;
  position: relative;
}

/* Subtitle Tag */
.team-subtitle {
  display: inline-block;
  color: var(--color-2);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

/* Heading Override */
.team-section-light .section-heading {
  color: var(--color-1);
  font-weight: 700;
  margin-bottom: 0;
}

/* Compact Card Styling */
.team-compact-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.team-compact-card:hover {
  transform: translateY(-6px);
  border-color: var(--color-1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.team-compact-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #f1f5f9;
  border-bottom: 1px solid #e2e8f0;
}

.team-compact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.team-compact-card:hover .team-compact-image img {
  transform: scale(1.04);
}

.team-compact-body {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Member Typography */
.member-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.member-role {
  display: inline-block;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--color-1);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Button to Open Modal */
.team-modal-btn {
  margin-top: auto;
  background-color: var(--color-1);
  color: #ffffff;
  border: none;
  padding: 0.65rem 1.25rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.team-modal-btn:hover {
  background-color: var(--color-2);
  transform: translateY(-2px);
}

/* ================= MODAL STYLING ================= */

.team-modal .modal-content {
  border-radius: 24px;
  border: 2px solid var(--color-1);
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.team-modal .modal-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem 1.5rem;
}

.team-modal .modal-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.team-modal .modal-body {
  padding: 2rem;
}

.modal-member-image {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background-color: #f1f5f9;
}

.modal-member-image img {
  width: 100%;
  height: auto;
  max-height: 380px;
  object-fit: cover;
  display: block;
}

.member-highlights {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  margin-top: 1rem;
}

.highlight-item {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e293b;
}

/* Responsive Support */
@media (max-width: 767px) {
  .team-modal .modal-body {
    padding: 1.25rem;
  }
}








/* Section Wrapper */
.accountability-section-dark {
  background-color: var(--color-2);
  position: relative;
  color: #e2e8f0;
}

.accountability-section-dark .section-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

/* Panel Common Styles */
.accountability-panel {
  background-color: #1e293b;
  border: 1px solid #334155;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.accountability-panel:hover {
  transform: translateY(-4px);
  border-color: var(--color-1);
}

/* Panel Header Badges */
.panel-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.85rem;
  border-radius: 30px;
  margin-bottom: 1.25rem;
}

.warning-badge {
  background-color: #0f172a;
  color: var(--color-2);
  border: 1px solid var(--color-2);
}

.shield-badge {
  background-color: #0f172a;
  color: #fff;
  border: 1px solid var(--color-1);
}

/* Penalties Body Blocks */
.penalty-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.penalty-text-block {
  display: flex;
  gap: 1rem;
  background-color: #0f172a;
  padding: 1.1rem;
  border-radius: 14px;
  border-left: 4px solid var(--color-2);
}

.penalty-text-block.law-block {
  border-left-color: var(--color-1);
}

.penalty-icon {
  font-size: 1.2rem;
  color: var(--color-2);
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.penalty-text-block.law-block .penalty-icon {
  color: var(--color-2);
}

/* Confidentiality Subheading */
.panel-subheading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.confidentiality-content {
  background-color: #0f172a;
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid #334155;
}

/* Safety Commitment Card & Image */
.safety-commitment-card {
  background-color: #1e293b;
  border: 1px solid #334155;
  border-top: 4px solid var(--color-1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.commitment-image-wrapper {
  height: 100%;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.commitment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.commitment-text-content {
  padding: 2rem;
}

.commitment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-2);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.commitment-heading {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}
.commitment-image-wrapper img {
    width: 100%;
}
/* Responsive Support */
@media (max-width: 767px) {
  .accountability-panel {
    padding: 1.25rem;
  }
  .commitment-text-content {
    padding: 1.5rem 1.25rem;
  }
  .commitment-image-wrapper {
    min-height: 180px;
  }
}