/* styles.css */



.hac-program-container {
    max-width: 800px;
    margin: 2rem auto;
    background-color: #f0f0f0;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}

.hac-filter {

    background: rgba(0, 146, 126, 0.2);
    color: #000;
    padding: 10px;
    display: flex;
    justify-content: space-between;

}

.hac-filter select {

    font-size: inherit;
    display: inline-block;
    width: 270px;
    height: 26px;
    padding: 3px 5px;
    color: #666;
    background: #eee;
    border: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
    border-left: 5px solid rgba(0, 146, 126, 1);
    border-radius: 2px;
    margin-left: 5px;
}

.hac-filter-content {
    display: flex;
    width: 550px;
    max-width: 450px;

}

.hac-filter-content span {
    padding-top: 3px;
    font-weight: bold;
}

#resultData {
    font-weight: bold;
    color: #d1462f;

}

.resultCount {
    padding-top: 3px;
    font-weight: 100;
    text-align: end;
    color: #000;
}

.hac-header {

    background-color: rgba(0, 146, 126, 1);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hac-header-line {
    background-color: rgba(0, 146, 126, 1);
    color: #fff;
 margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
    float: left;
}
.hac-header-line .tourcode {
    width: 10%;
    background: rgba(180, 0, 0, 1);
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
   
}
.hac-header-line .tourheader {
    width: 70%;
    text-align: center;
    float: left;
    padding: 10px 0px 10px 0px;
}
.hac-header-line .tourcount {
    width: 20%;
    text-align: end;
    float: left;
    padding: 10px 0px 10px 0px;

}
.hac-header-line .tourcount h3 {
    padding-right: 10px
}

.dates table {
    all: inherit;
    display: flex;
    justify-content: center;
    border: none;    
    margin: auto;
    text-align: start;
}

.dates table td {
    all: revert;
    
}

.dates table td:nth-child(1) {
    width: 100px;
}

.dates table td:nth-child(2) {
    width: 250px;
}

.hac-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.hac-program-container .header h3 {
    margin: 0;
    font-size: 18px;
}

.hac-program-container .hac-h1 {
    all: revert;
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
    font-weight: bold;
}

.hac-program-container .pricing {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
}

.hac-program-container .price-option {
    flex: 1;
    text-align: center;
    margin: 0 10px;
}

.hac-program-container .price-option h2 {
    color: rgba(180, 0, 0, 1);
    font-size: 24px;
    margin: 5px 0;
}

.hac-program-container .price-option p {
    margin: 5px 0;
    font-size: 16px;
  
}

.hac-program-container .dates {
    background-color: #f6f6f6;
    padding: 10px;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    border-radius: 10px;

}

.hac-program-container .dates p {
    margin: 5px 0;
    font-weight: bold;
    text-align: center;
}



.hac-program-container .detail {
    display: flex;
    align-items: center;    
    margin-top: -10px;
}

.hac-program-container .detail img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.hac-program-container .detail p {
 
    font-size: 16px;
    line-height: 1.5;
}

.hac-program-container footer {
    display: flex;
    justify-content: end;
    text-align: center;
    margin-top: 20px;
}

.hac-program-container footer img {
    width: 150px;
    margin-top: 20px;
}

.hac-program-container em {
    font-size: 14px;
    display: block;
    margin-top: 20px;
    color: #555;
}

.back-button{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    background: rgba(0, 146, 126, 1);
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
    /* border-bottom: 4px solid rgba(0, 146, 126, 0.8); */
    margin: 0 2px 2px 0;
}

.hac-detail {
    display: flex;
    align-items: center;    
    
    margin-top: -10px;
}

 .hac-detail img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.hac-detail p {
 
    font-size: 16px;
    line-height: 1.5;
}

.details table{
    all: inherit !important;
    
}

.details table td {
     all: revert !important;
 
    
}

.details table td:nth-child(1) {
    width: 40px !important;
}

.details table td:nth-child(2) {
    width: 100% !important;
    vertical-align: top !important;
}

.detail_img{
    width: 40px !important;
    height: 40px !important;
}

@media all and (max-width:600px) {
    .dates table {border: none;width: 100%;}
    .hac-header-line .tourcode { width: 24%;        height: 9vh; }
    .hac-header-line .tourheader { width: 52%; }
    .hac-header-line .tourcount { width: 24%; }
    .hac-filter-content {width: 350px;max-width: 350px;}
    .hac-filter select {width: 120px;}
}