.main-content {
    padding-inline: 10%;
}

.main-content .search {
    border: 3px solid #f5f5f5;
    padding: 3px;
    border-radius: 7px;
    margin-block: 3%;
}

.main-content .head {
    text-align: center;
    margin-block: 30px;
}

.frame-search input[type="text"] {
    border: 0;
    height: 56px;
    width: 100%;
    padding-left: 40px;
    font-family: "Inter";
    box-sizing: border-box;
}

.frame-search input[type="text"]:focus-visible {
    outline: none;
}

.frame-search {
    position: relative;
}

.frame-search img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 10px;
    margin-block: auto;
}

.frame-search button {
    border: 0;
    background-color: #00484c;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 8px;
    padding-inline: 15px;
    color: white;
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    cursor: pointer;
}

.main-content .table .date {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.main-content .table .date .number {
    display: flex;
    column-gap: 20px;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 600;
    align-items: baseline;
}

.main-content .table .date .number h1 {
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 34px;
    width: 250px;
}

.main-content .table .date .number .btn1 button {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    width: 50px;
    height: 50px;
    background: white;
    cursor: pointer;
}

.main-content .table .date .btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
}

.main-content .table .date .btn ul {
    display: flex;
    column-gap: 35px;
    list-style: none;
    margin-block: 0;
    padding: 0;
}

.main-content .table .date .btn a {
    text-decoration: none;
    color: #323232;
    position: relative;
    /* Added this */
}

.main-content .table .date .btn .indicator {
    width: 100%;
    height: 3px;
    background: #00484c;
}
li.active{
    position: relative;
}
li.active a {
    font-family: "Inter", sans-serif !important;
    font-style: normal !important ;
    font-weight: 600 !important ;
    font-size: 16px !important ;
    line-height: 100% !important ;
    display: flex !important ;
    align-items: center !important ;
    color: #00484c !important ;
    position: relative !important ;
}

li.active::after {
    content: "" !important ;
    position: absolute !important ;
    bottom: -10px !important ;
    width: 100% !important ;
    left: 0 !important ;
    background-color: #00484c !important ;
    height: 2px !important ;
}

.main-content .table .date .btn a {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.main-content .table .table-date .event .event1,
.main-content .table .table-date .event .event2,
.main-content .table .table-date .event .event3 {
    padding: 24px 32px;
    border: 1px solid #d9dde4;
    box-sizing: border-box;
    width: 100%;
    margin-inline: 2%;
    margin-block: 30px;
    display: flex;
    column-gap: 4%;
    box-sizing: border-box;
}

.main-content .table .table-date {
    display: flex;
    column-gap: 4%;
}

.main-content .table .table-date .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #00484C;
    margin-block: 30px;
    padding: 15px;
    width: 25%;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
    color: #FFFFFF;
}

.main-content .table .date .number .btn1 {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.main-content .table .table-date .event {
    width: 75%;
}

.circle {
    background: #d9d9d9;
    width: 12px;
    gap: 0px;
    border-radius: 36px;
    opacity: 0px;
    height: 12px;
}

.indicator2 {
    border: 4px solid #ffbd59;
    width: 0px;
}

.main-content .table .table-date .event .event1 .content,
.main-content .table .table-date .event .event2 .content,
.main-content .table .table-date .event .event3 .content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-content .table .table-date .event .event1 .content .head1,
.main-content .table .table-date .event .event2 .content .head1,
.main-content .table .table-date .event .event3 .content .head1 {
    width: 70%;
}

.main-content .table .table-date .event .event1 .content .head1 h1,
.main-content .table .table-date .event .event2 .content .head1 h1,
.main-content .table .table-date .event .event3 .content .head1 h1 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #383838;
}
.main-content .table .table-date .event .event1 .content .head1 a,
.main-content .table .table-date .event .event2 .content .head1 a,
.main-content .table .table-date .event .event3 .content .head1 a {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #383838;
}

.main-content .table .table-date .event p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #9a9a9a;
}

.main-content .table .table-date .event .event1 .content .last,
.main-content .table .table-date .event .event2 .content .last,
.main-content .table .table-date .event .event3 .content .last {
    display: flex;
    column-gap: 1%;
}

.main-content .table .table-date .event .event1 .content .last .first,
.main-content .table .table-date .event .event2 .content .last .first,
.main-content .table .table-date .event .event3 .content .last .first {
    display: flex;
    column-gap: 7%;
    width: 30%;
}

.main-content .table .table-date .event .event1 .content .last .first .circle,
.main-content .table .table-date .event .event2 .content .last .first .circle,
.main-content .table .table-date .event .event3 .content .last .first .circle {
    top: 20px;
    position: relative;
}

.main-content .table .table-date .event .event1 .content .last .second,
.main-content .table .table-date .event .event2 .content .last .second,
.main-content .table .table-date .event .event3 .content .last .second {
    width: 50%;
    display: flex;
    column-gap: 3%;
}

.main-content .table .table-date .event .event1 .content .last .second img,
.main-content .table .table-date .event .event2 .content .last .second img,
.main-content .table .table-date .event .event3 .content .last .second img {
    width: 16px;
    height: 16px;
    top: 19px;
    position: relative;
}

@media (max-width: 768px) {
    .main-content {
        padding-inline: 10px;
        box-sizing: border-box;
    }

    .main-content .table .table-date .event .event1,
    .main-content .table .table-date .event .event2,
    .main-content .table .table-date .event .event3 {
        margin-inline: 0;
    }
}

@media (max-width: 462px) {
    .main-content .table .table-date .text {
        width: auto;
    }

    .main-content .table .table-date .event .event1 .content,
    .main-content .table .table-date .event .event2 .content,
    .main-content .table .table-date .event .event3 .content {
        width: max-content;
    }
}

@media (min-width: 768px) {}

.footer {
    background-color: #00484c;
    color: white;
    padding: 40px 20px;
    position: relative;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer .footer-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .footer-text,
.footer .footer-links a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #d6ddeb;
    text-decoration: none;
}

.footer .footer-links a:hover {
    text-decoration: underline;
}

.footer .subscribe-section {
    margin-top: 20px;
}

.footer .subscribe-input-group {
    max-width: 400px;
}

.footer .subscribe-input-group .form-control {
    border-radius: 0;
}

.footer .subscribe-input-group .btn {
    border-radius: 0;
    background-color: #ffbd59;
    border-color: #ffbd59;
    color: black;
}

.footer .subscribe-input-group .btn:hover {
    background-color: #e6a851;
    border-color: #e6a851;
}

.footer-bottom {
    border-top: 1px dashed grey;
    padding-top: 20px;
    margin-top: 20px;
    color: grey;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-column {
    padding-top: 10px;
    /* Adjust this value as needed */
}

.partner-logo {
    width: 200px;
    /* Adjust the width as needed */
    height: auto;
    /* Maintain aspect ratio */
    margin: 10px;
    /* Add margin for spacing */
}

@media (max-width: 768px) {

    .footer .footer-logo,
    .footer .footer-title,
    .footer .footer-text,
    .footer .footer-links,
    .footer .subscribe-section {
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer .footer-column {
        padding-top: 20px;
        /* Adjust this value for mobile view as needed */
    }
}

@media (min-width: 768px) {

    main-content .table .table-date .event .event1 .content .last,
    .main-content .table .table-date .event .event2 .content .last,
    .main-content .table .table-date .event .event3 .content .last {
        display: flex;
        column-gap: 6%;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {

    .main-content .table .table-date .event .event1 .content .last,
    .main-content .table .table-date .event .event2 .content .last,
    .main-content .table .table-date .event .event3 .content .last {
        display: contents;
    }
}

@media (max-width: 875px) {
    .main-content .table .date .btn ul {
        display: flex;
        column-gap: 35px;
        list-style: none;
        margin-block: 0;
        margin-left: 0;
        flex-wrap: wrap;
    }
}
