* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.main { 
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 113px;
    background-image: url("https://dev-htrader.pantheonsite.io/wp-content/uploads/2024/10/bottom-right.png");
    background-repeat: round;
    background-size: auto;
}

.e-con-inner {
    max-width: 100% !important;
    padding: 0px !important;
}

.elementor-element.elementor-element-08d39fa.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    padding: 0px !important;
}

.holiday-item { 
    /* text-align: center !important; */
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    vertical-align: top;
    display: flex;
    border-bottom: 3px solid #F5F5F5 !important;
}

.holiday-item:last-child {
    border-bottom: 0px solid #F5F5F5 !important;
}

.holiday-item span.icon img {
    width: 50px !important;
}

.upcoming-holidays span.icon img {
    width: 50px !important;
}

.table {
    padding: 53px 59px !important;
}

span.title {
    padding: 0px 20px;
    padding-left: 5px !important;
    width: 30%;
    display: inline-block;
}

/* span.status.status-normal {
    padding: 20px;
} */

.holiday-container {
    display: flex;
    gap: 98px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #000;
}

.upcoming-holidays, .today-holiday {
    background-color: #fff;
    border-radius: 10px; 
    width: 300px;
    min-width: 300px;
    flex: 1 1 300px;
}

.upcoming-holidays h2, .today-holiday h3 {
    color: #000;
    font-weight: 400;
    font-size: 20px; 
    background-color: #F5F5F5;
    padding: 20px 32px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Poppins", Sans-serif;
}

.today-holiday h3 {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
}

th, td { 
    text-align: left;
}

th {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
    border: 0px !important;
}

td {
    padding-bottom: 22px;
    padding-top: 23px;
    border: 0px !important;
    border-bottom: 3px solid #F5F5F5 !important;
    vertical-align: top !important;
}

tr:last-child td {
    border: 0px !important;
}

.icon {
    margin-right: 8px;
}

.status-normal {
    color: #ffa500 !important;
}

.status-early {
    color: #F40000;
}

.today-highlight {
    color: #ffa500;
    font-weight: 400;
}

.today-holiday p {
    padding-top: 107px;
    padding-bottom: 203px;
    font-size: 38px;
    font-weight: 400;
    color: #000; 
    text-align: center;
    font-family: "Poppins", Sans-serif;
}

.all-time {
    margin: 0 auto;
    max-width: 1200px;
    margin-top: 17px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    color: #fff;
}

/* Responsive Design */

/* For tablets */
@media (max-width: 1024px) {
    .holiday-container { 
        padding: 0px 20px;
        gap: 20px;
    }

    .table {
        padding: 40px !important
    }

    p.all-time {
        padding: 0px 20px;
    }

    td {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .holiday-container {
        flex-direction: column;
        align-items: center;
    }
    
    .upcoming-holidays, .today-holiday {
        width: 100%; 
    }

    .today-holiday p {
        margin: 0px 95px;
    }
}

/* For mobile */
@media (max-width: 480px) {
    .upcoming-holidays, .today-holiday {
        width: 100%;
    }

    .table {
        padding: 20px !important;
    }

    td {
        font-size: 14px;
    }

    .today-holiday p {
        margin: 0px 5px;
    }

    .all-time {
        text-align: center;
    }
}
