:root {
    --primary: #460e40;  /*#b2664b*/
    --secondary: #e34e9b;
}
.inner-banner{background: url(https://img.fitreisen.group/eyJidWNrZXQiOiJmaXRyZWlzZW4tY2RuLWltYWdlcyIsImtleSI6IjA5MDg1RDgyNTNFNDdDNEQ2MDlFRkFBRTI3OTk4ODBDIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxMjgwLCJoZWlnaHQiOjQ5MiwiZml0IjoiY292ZXIiLCJwb3NpdGlvbiI6ImNlbnRlciJ9fX0=?signature=70060dfa6ff8e229def20edb7dc338758939ce0c27ded1c8a030ee5b8fb4f41e)no-repeat bottom; background-size: cover; padding: 16em 0 5em 0;position: relative; }
/*.inner-banner:before{content: "";position: absolute;   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 58%));   display: block;opacity: 1;width: 100%;height: 100%;top: 0px;left: 0px;right: 0px;bottom: 0px; background:none;}*/
.inner-banner:before{opacity: 0.3;}
.inner-banner .inner-text h1{position: relative;color: #fff;font-size: 32px;font-weight: bold; text-transform: uppercase;     background: none;text-shadow: 0 1px 4px black;}
.inner-banner .inner-text small{position: relative;color: #fff;font-size: 18px; display: block;margin-top: 10px ;}
.inner-banner .inner-text small a{position: relative;color:#fff;font-size: 18px;}
.inner-banner .inner-text i{position: relative;color: #fff; margin: 0 5px;}
.highlight-banner {
    padding: 30px 0;
    background: rgba(141, 110, 99, 0.05);
    /*margin-top: -50px;*/
}

.highlight-box {
    padding: 15px;
    box-shadow: 0 0 4px #d9d7d7;
    border-radius: 8px;
    background: #fff;
    border: 1px dashed #460e40;
    min-height: 155px;
}

.highlight-box .icon-box {
    width: 70px;
    height: 70px;
    background: #460e40;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

.icon-box img{width: 55%;}
.highlight-box h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    font-family: 'Rubik', sans-serif;
}
.hboxes{    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;}
.hboxes .h-innerbox{width: 20%;}

.course-overview {
    position: relative;
}

.course-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.course-img img {
    width: 100%;
    height: auto;
    display: block;
}
.course-features ul {
    list-style: none;
    padding-left: 0;
}

.course-features ul li {
    margin-bottom: 10px;
    color: #555;
}

.course-features ul li i {
    color: #e34e9b;
    margin-right: 8px;
}
.section-header .subtitle {
    color: #e34e9b;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.section-header .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary);
}
.section-header .divider {
    height: 3px;
    width: 80px;
    background: var(--secondary);
    margin: 15px 0;
}

.course-overview p{color:black; text-align: justify;
    line-height: 1.63;}
.course-overview .img-border{    height: 440px;object-fit: cover; border-radius: 8px;}
.location-boxes{display: flex; justify-content: center;}
.locate-box:hover{background: var(--primary);}
.locate-box{    display: block;
    border: 1px solid var(--primary);
    background-color: #fff;
    padding: 8px;
    border-radius: 50px 0;
    overflow: hidden;
    transition: .5s;
}
.locate-box img{    border-radius: 50px 0 0 0;}
.additional-courses-name {
    font-size: 20px;
    font-weight: 600;
    background-color: var(--primary);
    text-align: center;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 0px;
    line-height: normal;
        border-radius: 0px 0 50px 0;
}

.course_item{z-index:9;position: relative; background-color: #f7ecec;padding: 15px;  margin-bottom: 3em; border-radius: 12px; box-shadow: 0 0 2px 1px #f5e6e6e0;}
 .course_item .item_image{position: relative;}
 .course_item .item_image img{object-fit: cover;height: 275px; border-radius: 68px 15px 15px 15px;}
.course_item .course_content{padding-left: 18px;}
.course_item .course_content .courseDesc{ font-family: 'Rubik', sans-serif; font-weight:400;line-height: 28px;text-align: justify; padding-bottom: 25px; font-size: 16px;}
.course_content h3 a:hover{color:var(--primary); }
.course_content h3{font-weight: 600;}
.btn-one{ padding: 14px 20px;font-weight: 600;color: #fff; border: 2px solid var(--primary); border-radius: 6px; position: relative;text-transform: capitalize; background: var(--primary);}
.btn-one:hover{background:#fff; color: var(--primary); }
.TTC-courses{position: relative;}
.TTC-courses::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon/breadcrumb-bg.png);
    opacity: 0.04;
    z-index: 0;
}

/* Curriculum Accordion Styles */
.curriculum-accordion-wrap .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(141, 110, 99, 0.2);
}

.curriculum-accordion-wrap .accordion-button {
    background-color: #fff;
    color: var(--primary);
    font-weight: 600;
    padding: 15px 20px;
    box-shadow: none !important;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #fff;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed) i {
    color: #fff;
}

.curriculum-accordion-wrap .accordion-button i {
    color: var(--primary);
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.curriculum-accordion-wrap .accordion-button::after {
    background-size: 1rem;
}

.curriculum-accordion-wrap .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.curriculum-accordion-wrap .accordion-body {
    padding: 20px;
    background-color: #fff;
}

.module-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.detail-box {
    flex: 1;
    min-width: 250px;
}

.detail-box h5 {
    color: var(--secondary);
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(141, 110, 99, 0.3);
}

.detail-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.detail-box ul li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #555;
}

.detail-box ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .module-details {
        flex-direction: column;
        gap: 15px;
    }
    
    .detail-box {
        min-width: 100%;
    }
    
    .curriculum-accordion-wrap .accordion-button {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .curriculum-accordion-wrap .accordion-button i {
        font-size: 16px;
    }
}

.highlights-section {
    /*background-color: #fff;*/
    position: relative;
    overflow: hidden;
}

.highlight-card {
    background: white;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(1, 149, 138, 0.1);
}

.highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 149, 138, 0.05);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-icon {
    background: rgba(248, 119, 74, 0.1);
    transform: scale(1.1);
}

.highlight-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--dark);
    font-family: 'Cormorant', serif;
    font-weight: 600;
}

.highlight-card p {
    color: var(--gray);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.highlight-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    transition: all 0.3s ease;
}

.highlight-card:hover .highlight-wave {
    height: 8px;
}

/* Daily Schedule */
.daily-schedule-wrap{    display: flex;flex-wrap: wrap;gap: 20px;}
.schedule-right{border-radius: 8px;box-shadow: 0 0px 10px #ff853fbf;padding: 8px;}
.schedule-right img{border-radius: 8px;}
.notes {
    padding: 25px 25px 25px 40px;
    background-color: #e7d5cf5c;
    border-left: 5px solid ;
    position: relative;
    overflow: hidden;
}
.schedule-box{flex: 0 0 48%; margin-bottom: 0px; justify-content: center;}
.schedule-time {width: auto;min-width: 65%;}
.course-form{border-radius: 8px; margin-top: 30px;}
.course-form form .form-control{margin-bottom: 18px;}
.bg-texture {
    background-image: linear-gradient(rgba(232, 232, 232, 0.19), rgba(232, 232, 232, 0.19)), url(../images/icon/pattern-bg.png);
    background-size: 15%;
}



.yoga-at-nan-img{  margin: 8px 0; }
.location-boxes img{ border:1px solid #aaa; padding: 5px;  }

/* Course Table Styles */
        .course-dates-table {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border: 1px solid rgba(142, 121, 62, 0.1);
        }
        
        .course-dates-table table {
            margin-bottom: 0;
        }
        
        .course-dates-table th {
            background: var(--primary);
            color: white;
            font-weight: 500;
            padding: 15px;
            border-bottom: none;
        }
        
        .course-dates-table td {
            padding: 15px;
            vertical-align: middle;
            border-top: 1px solid rgba(142, 121, 62, 0.1);
        }
        
        .course-dates-table tr:last-child td {
            border-bottom: none;
        }
        
        .course-dates-table tr:hover {
            background-color: rgba(142, 121, 62, 0.03);
        }
        
        .badge {
            padding: 8px 12px;
            font-weight: 500;
            font-size: 14px;
        }
        
        .btn-sm {
            padding: 8px 20px;
            font-size: 14px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
        .btn-sm:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
 @media (max-width: 767.98px) {
            
            .course-dates-table th, 
            .course-dates-table td {
                padding: 12px 8px;
                font-size: 14px;
            }
            
            .badge {
                padding: 6px 10px;
                font-size: 12px;
            }
            
        }
 @media (max-width: 575.98px) {
            .course-dates-table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

        }
@media (max-width: 767.98px) {
  .course-dates-table table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .course-dates-table thead {
    display: none;
  }
  
  .course-dates-table tr {
    display: block;
    margin-bottom: 20px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid rgba(142, 121, 62, 0.1);
  }
  
  .course-dates-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    text-align: right;
    border-bottom: 1px solid rgba(142, 121, 62, 0.1);
  }
  
  .course-dates-table td:last-child {
    border-bottom: none;
  }
  
  .course-dates-table td:before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--primary);
    margin-right: 15px;
    text-align: left;
  }
  
}
.ttc-topics-box-1 {
    width: 48%;
    vertical-align: top;
}
.ttc-topics-box-1 {
    border-radius: 20px;
}
.ttc-topics-box-1 {
    border: 2px solid var(--primary);
    background-color: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 5px 0 #a2a2a2dd;
    margin: 8px;
    text-align: center;
    display: inline-block;
    min-height: 300px;
}
.ttc-topics-box-1 span {
    display: block;
    width: 25%;
    margin: 0 auto;
}
.ttc-topics-box-1 b {
    display: block;
    font-size: 17px;
    margin: 0px 0;
    color: var(--primary);
    font-weight: 600;
}
.ttc-topics-box-1 p {
    text-align: center;
    margin: 0px;
}

.yoga-alliance-section {
  background-color: #eef4f9;
  position: relative;
  overflow: hidden;
}

.yoga-alliance-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/mandala-bg-light.png');
  opacity: 0.03;
  z-index: 0;
}

.certification-image {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.certification-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0.1), rgba(142,121,62,0.1));
}

.certification-content {
  padding:0px 40px;
  position: relative;
  z-index: 1;
}

.alliance-badge {
  max-width: 150px;
  margin-bottom: 30px;
}

.alliance-badge img {
  filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
}

.yoga-alliance-section h2 {
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 20px;
}


@media (max-width: 768px) {
    .hboxes{gap:10px;}
    .highlight-box{    padding: 8px;}
    .highlight-box h5{font-size: 14px;}
    .section-header .title{font-size: 32px;}
    /*.course-overview .img-border{height: auto;}*/
    .curriculum-accordion .img-border{    height: 350px;object-fit: cover;}
    .daily-schedule-wrap{gap:15px;}
    .ttc-topics-box-1{    width: 47%; min-height: 316px;}
    .yoga-alliance-section h2{padding-top: 20px;}
}

@media (max-width: 667px) {
    .highlight-banner .container{    max-width: 100%;}
    .hboxes{flex-wrap: wrap;}
    .hboxes .h-innerbox{width: 32%;}
    .highlight-box{min-height: 130px;}
    .highlight-box .icon-box{width: 60px; height: 60px;}
    .inner-banner{padding: 10em 0 5em 0;}
    .inner-banner .inner-text h1{    font-size: 30px;}
    .inner-banner .inner-text small{font-size: 16px;}
    .location-boxes .col-md-6{padding-bottom: 20px;}
    .location-boxes .col-md-4{display: flex;}
    .yoga-at-nan-img{margin: 8px 3px;}
    .course_item .row{flex-direction: column-reverse;}
    .ttc-topics-box-1{width: 100%; min-height: auto;}
    .yoga-alliance-section h2{font-size: 30px;}
    .section-header .title{font-size: 30px;}
}
@media (max-width: 576px) {
    .inner-banner .inner-text h1{font-size: 28px;}
    .section-header .title{font-size: 28px;}
    .yoga-alliance-section h2{font-size: 28px;}
}

@media (max-width: 480px) {
    .hboxes .h-innerbox{width: 31%;}
    .inner-banner .inner-text h1{font-size: 26px;}
    .section-header .title{font-size: 26px;}
    .yoga-alliance-section h2{font-size: 26px;}
    .highlight-icon{width: 80px; height: 80px;    padding: 20px 20px;     margin: 0 auto 10px;}
    .highlight-card h3{font-size: 1.2rem;}
    .schedule-text{text-align: center;}
    .ttc-topics-box-1 span{width: 20%;}
    .certification-image{height: 400px;}
    .certification-content{padding: 20px 30px;}
    .yoga-alliance-section h2{padding-top: 0px;}
}

@media (max-width: 430px) {
    .inner-banner .inner-text h1{font-size: 24px;}
    .section-header .title{font-size: 24px;}
    .yoga-alliance-section h2{font-size: 24px;}
    .additional-courses-name{font-size: 18px;}
    .course_item .item_image img{height: 250px;}
    .course_item .course_content{padding-left: 0px;}
    .course_item .course_content .courseDesc{padding-bottom: 0px;}
    .highlight-card{padding: 20px 25px;}
    .hboxes .h-innerbox{width: 48%;}
}

@media (max-width: 400px) {
    .inner-banner{padding: 7em 0 5em 0;}
    .inner-banner .inner-text h1{font-size: 22px;}
    .section-header .title{font-size: 22px;}
    .yoga-alliance-section h2{font-size: 22px;}
}
@media (max-width: 390px) {
    .schedule-box{    flex: 0 0 46%;}
}
