.v-app-bar{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.v-app-bar > .v-toolbar__content{
    width: 1440px !important;
}

.page-top{
    height:100px !important;
    background-color: #43A6DF;
}

.text-main{
    font-size: 20px !important;
}

.text-smaller {
    font-size: 15px !important;
}

.top-action {
    padding-top: 15px !important;
    background-color: #43A6DF;
}


.header {
    position: relative;
    text-align: center;
    color: #fff; /* Text color */
}

/* Style for the background image */
.header-image {
    width: 100%;
    height: auto;
    opacity: 0.7; /* Adjust the opacity as needed */
}

/* Style for the overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Adjust the overlay color and opacity as needed */
}

/* Style for the text inside the header */
.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px; /* Adjust the font size as needed */
}



/* Define a container for the columns */
.columns-container {
    margin-top: -10px !important;
    z-index: 10;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Style each column */
.column {
    cursor: pointer;
    flex: 0 0 calc(33.33%);
    height: 110px;
    padding: 10px;
    background-color: #f1f1f1;
    border: 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

/* Add spacing between columns */
.column + .column {
    margin-left: 0;
}

/* Icon style (for example, using Font Awesome) */
.column i {
    margin-right: 30px;
    font-size: 48px;
    margin-left: 30px;
    color: white;
}

.column p {
    color: white;
}

/* Style for the text within each column */
.column-text {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    color: white;
}

.c1 {
    background-color: #75C5F0;
}

.c2 {
    background-color: #47A0D4;
}

.c3 {
    background-color: #007CC3;
}

/* Responsive media query for smaller screens */
@media (max-width: 768px) {
    .columns-container {
        flex-direction: column;
    }
    .column {
        width:100%;
    }
    .imgft{
        width:350px;
    }
}


/* Define a container for the calendar */
.calendar {
    margin-top:25px !important;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Style for the calendar header */
.calendar-header {
    background-color: #007BFF; /* Header background color */
    color: #fff; /* Header text color */
    padding: 10px;
    text-align: center;
}

/* Style for the calendar table */
.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

/* Style for the current day */
.current-day {
    background-color: #007BFF; /* Current day background color */
    color: #fff; /* Current day text color */
}

.fcrse_content a {
    color: #605D5C !important;
}

.fcrse_1{
    border-bottom: 10px solid #007CC3 !important;
}

.theme--light.v-application {
    background: white !important;
}

.footer_inter{
    background-color: #43A6DF !important;
    color: #605D5C !important;
    border-top: 1px solid white;
}

.footer_inter p{
    color: #E9E9E9 !important;

}

.footer_inter a{
    color: #E9E9E9 !important;
}

.footer_inter a:hover{
    color: white !important;
}

.footer_bottm {
    /*border-top: 0px !important;*/
    border-top: 1px solid white;
}

.top_links a{
    background-color: white !important;
}

._215b01{
    background-color: white !important;
    color: #605D5C !important;
}
._215b03 h2 {
    color: #605D5C !important;
}

._215b05{
    color: #605D5C !important;
}

._215b15 {
    background-color: white !important;
}

.recommendation-container {
    overflow: hidden;
    white-space: nowrap;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* Style for the logos */
.recommendation-logo {

    max-height: 120px;
    margin-right: 25px; /* Adjust the margin as needed */
}

/* Style for the logos */
.recommendation-logos {
    display: inline-block;

    animation: moveLogos 45s linear infinite; /* Adjust the animation duration as needed */
}

/* Keyframes for the animation */
@keyframes moveLogos {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%); /* Adjust the percentage based on the number of logos */
    }
}
