/** 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: 25px;
    color: var(--color-1);
    margin: 0;
    font-size: 32px;
}
.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: #ffffff;
  }

.montessori-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px auto;
}
.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);
  }

  .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;
  }

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: #ffffff;
  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-2);
  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: #000000;
  opacity: 0.8;
  font-size: 1rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

.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;
}
