
    body{
        background-color: #f8f9fa;
    }
    .row {
        display: flex;
        justify-content: center;
        /* Center columns horizontally */
    }

    .about__button__wrap li button {
        padding: 10px 10px;

        background: #f3f2fb;
    }
    .aboutarea__content__tap__wraper .paragraph__1{
        text-align: justify;
    }
    .herobanner__video > img{
        height: 345px;
        border-radius: 40px;
    }
    @media (max-width: 768px) {
        .about__button__wrap {
            flex-direction: row;
            /* Stack the buttons vertically on smaller screens */
        }

        .nav-item {
            margin-right: 0;
            /* No horizontal space between buttons */
            margin-bottom: 10px;
            /* Add vertical space between buttons */
        }

        .nav-item:last-child {
            margin-bottom: 0;
            /* Remove space after the last button */
        }
    }



    .notices-section {
        background-color: #f8f9fa;
    }

    .section-title-button .badge {
        border-radius: 30px;
        font-size: 1.25rem;
        letter-spacing: 1px;
        background-color: #007bff;
    }

    .notice-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
        position: relative;
    }

    .notice-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .notice-card h3 a:hover {
        color: #007bff;
    }

    .notice-footer .notice-author {
        font-size: 0.875rem;
    }

    .notice-footer .notice-date {
        font-size: 0.875rem;
    }

    .notice-highlight {
        z-index: -1;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .notice-card:hover .notice-highlight {
        opacity: 1;
    }

    [data-aos="fade-up"] {
        transition: all 0.5s ease-in-out;
        opacity: 0;
    }

    [data-aos="fade-up"].aos-animate {
        opacity: 1;
        transform: translateY(0);
    }
.custom-select-wrapper {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

.flagship-dropdown {
    appearance: none;
    width: 100%;
    padding: 12px 20px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: all 0.3s ease-in-out;
}

/* Dropdown Arrow Icon */
.flagship-dropdown::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    color: #888;
    pointer-events: none;
}

.flagship-dropdown:hover,
.flagship-dropdown:focus {
    border-color: #007bff;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.3);
    background-color: #f7f9fc;
}

@media (max-width: 767px) {
    .flagship-dropdown {
        font-size: 0.9rem;
        padding: 10px 15px;
        border-radius: 25px;
    }
}


.search__form input {
    /* width: 90%; */
    /* height: 60px; */
    border-radius: 50px;
    padding: 0 0 0 310px;
    border: 1px solid var(--borderColor);
    /* padding: 0 150px 0 260px; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}
.search__form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* max-width: 800px; */
    width: 90%;
    max-width: 600px;
    margin: 0 auto; /* This will center the form horizontally */
}
.search__form .wide {
    width: 140px;
    border: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search__form .search__form__categories {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 30px;
    align-items: center;
    cursor: pointer;
    /* border-right: 1px solid rgba(0, 0, 0, 0.2); */
}
.wide2{
   border: none;background: transparent;width:88px;
}
@media only screen and (max-width: 767px) {
    .search__form .wide {
    width: 62%;
    border: none;
    background: none;
    cursor: pointer;
}
.search__form input {
    /* width: 90%; */
    /* height: 60px; */
    border-radius: 50px;
    padding: 0 0 0 215px;
    border: 1px solid var(--borderColor);
    /* padding: 0 150px 0 260px; */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}
.wide2{
    width: 84px;
    display: block;
}
.categories__box{
    width: 90px;
}

}
.headerarea__button {
    display: flex;
    align-items: center;
}

.headerarea__button a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #5f2ded;
    background: var(--whitegrey3);
    border: 1px solid #5f2ded;
    border: none;
    font-weight: 600;
    font-size: 14px;
    margin: 4px;
    flex-grow: 1;
    text-align: center;
}

.headerarea__button .btn-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;

}

.headerarea__button .btn-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.headerarea__button .btn-left+.btn-right {
    margin-left: -1px;
    white-space: nowrap;
}

.headerarea__button a:hover {
    background-color: #4b24c1;
    border-color: #fff;
    color: #fff;
}

.headerarea__button a:active {
    background-color: #3918a7;
    border-color: #3918a7;
}

/* ///////////////////// */
.profile-header {
            display: flex;
            align-items: center;
            padding: 20px;
        }

        .profile-header img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            margin-right: 10px;
            position: relative;
        }

        .profile-header .edit-icon {
            position: absolute;
            top: 50px;
            left: 50px;
            background-color: #ffffff;
            border: 2px solid #e5e7eb;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .profile-header .profile-info {
            flex-grow: 1;
        }

        .profile-header .profile-info .name {
            font-size: 20px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

        .profile-header .profile-info .name .verified-icon {
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

        .profile-header .profile-info .location {
            color: #6b7280;
            font-size: 14px;
        }

        .profile-header .actions {
            display: flex;
            align-items: center;
        }

        .profile-header .actions button {

            color: #ffffff;
            border: none;
            border-radius: 5px;
            padding: 10px 15px;
            margin-left: 10px;
            cursor: pointer;
            font-size: 14px;
        }

        .profile-header .actions button:first-child {
            padding: 8px 15px;
            background-color: transparent;
            color: var(--primaryColor);
            display: inline-block;
            text-align: center;
            border-radius: var(--borderRadius);
            font-size: 15px;
            border: 1px solid var(--primaryColor);
        }

        .btn btn-secondary {
            background-color: var(--primaryColor);
            color: var(--whiteColor);
        }

        .profile-header .actions button:first-child:hover {
            background-color: var(--primaryColor);
            color: #ffffff;
        }

        .profile-header .actions button:last-child:hover {
            background-color: transparent;
            color: var(--primaryColor);
        ;
        }



        .modal-backdrop.show {
            opacity: var(--bs-backdrop-opacity);
            z-index: -1;

        }
        .modal {
            backdrop-filter: blur(40px);
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;


            display: flex;
            align-items: center;
            justify-content: center;
        }

        .default__button {
            cursor: pointer;

    padding: 10px 40px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    font-size: 15px;
    border: 1px solid var(--primaryColor);
}
.blogsidebar__content__wraper__2 {
    padding: 30px 35px 30px 30px;
    border: 1px solid var(--borderColor2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    max-width: 1082px;
    margin: 0 auto;
}
.container-fluid.full__width__padding {
    padding: 0 30px;
    max-width: 1330px;
}
.aboutarea__img__2 img {
    width: 70%;
    float: right;
    margin-left: auto;
    display: block;
}
.herobannerarea__single__slider {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.aboutarea__content__tap__wraper .paragraph__1 {
    text-align: justify;
    padding: 16px;
}
@media (max-width: 768px) {
    .herobannerarea__single__slider {
        height: auto;
        min-height: 400px;
    }
    .aboutarea__img__2 img {
    display: none;
}
.blogsidebar__content__wraper__2 {
    padding: 0px 0 12px 0px;
}
.container-fluid.full__width__padding {
    padding: 0 10px;

}
}
.sp_bottom_100 {

    margin-top: 36px;

}
/* General styling for the card */
.profile-card {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.profile-card__container {
    /* background: linear-gradient(135deg, #ffffff, #f8f9fa); */
    border-radius: 20px;
    /* box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1); */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-width: 360px;
    position: relative;
    border: none;
}

/* .profile-card__container:hover {
    transform: translateY(-15px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
} */

.profile-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -70px;
    border: 6px solid #ffffff;
    background: #f0f0f0;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.profile-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.profile-card__container:hover .profile-card__image img {
    transform: scale(1.1);
}

.profile-card__info {
    /* padding: 25px; */
    /* background-color: rgba(255, 255, 255, 0.9); */
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
}

.profile-card__name {
    font-size: 1.6em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.profile-card__designation {
    font-weight: 600;
    color: #3498db;
    display: block;
    /* margin-bottom: 8px; */
    font-size: 1.1em;
}

.profile-card__id,
.profile-card__phone {
    font-size: 1em;
    color: #7f8c8d;
    /* margin-bottom: 6px; */
    display: block;
}

.profile-card__phone {
    color: #27ae60;
}
#ifempty{
    padding-top: 150px;
}


img.mfp-img {
    width: auto;
    max-width: 898px;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    img.mfp-img {

    max-width: 100%;

}
    #ifempty{
    padding-top: 30px;
}
    .profile-card__container {
        margin-bottom: 20px;
    }
    #committe_filter{
        justify-content: center;

    }
    .course__text__wraper .course__icon ul li.short__by__new {
        padding-left: 0px;
    }
    .course__text__wraper .course__icon ul li.short__by__new {
    /* padding-left: 80px; */
    padding-right: 10px;
}
}

.profile-card__container:hover:before {
    background: radial-gradient(circle, rgba(255,255,255,0.25), rgba(0,0,0,0.25));
}

.profile-card__container:hover .profile-card__info {
    /* background-color: rgba(255, 255, 255, 1); */
}
.wide {

    background: transparent;
    width: 106px;
    border: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.herobannerarea.herobannerarea__2 {
    background: var(--lightGrey11);
    padding-top: 0px;
}
.service__content p {
    margin: 0;                /* Remove default margins */
    line-height: 1.5;         /* Adjust line height for readability */
    padding: 0;      
    text-align: justify;         /* Remove padding if necessary */
}



/* Custom scrollbar for WebKit browsers (Chrome, Safari, Edge) */
.row::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.row::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background of the track */
    border-radius: 10px;
}

.row::-webkit-scrollbar-thumb {
    background-color: #007bff; /* Color of the thumb (scrollbar handle) */
    border-radius: 10px;
}

.row::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3; /* Color when hovering */
}

/* For Firefox */
.row {
    scrollbar-width: thin; /* Firefox property for scrollbar width */
    scrollbar-color: #dddddd #f1f1f1;
}


.wing-card {
    display: flex;           /* Make the card a flex container */
    flex-direction: column;  /* Stack children vertically */
    justify-content: space-between; /* Space items evenly */
    height: 88%;           /* Allow the card to take full height */
}

.service__content {
    flex-grow: 1;           /* Allow content to grow and fill the card */
}


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

body {
    font-family: Arial, sans-serif;
}

.student-panel {
    margin: 0 auto;
    max-width: 1094px;
    text-align: center;
    padding: 16px;
    background-color: transparent;

    border-radius:30px;
}
.header {

    color: white;
    padding: 40px 20px;
}

.header h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.header h2 {
    font-size: 1.5em;
    font-weight: 300;
}

.panel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.center-profile {
    margin: 0 auto;
    width: 200px;
    text-align: center;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: calc(0.1s * var(--i));
}

.center-profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.center-advising {
    margin: 0 auto;
    width: 200px;
    text-align: center;
}

.center-advising img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.top-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.top-row .profile {
    text-align: center;
    width: 200px;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: calc(0.1s * var(--i));
}

.profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}

.profile h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.profile p {
    font-size: 1em;
    color: #5f2ded;
}
.advising img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
}

.advising h3 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.advising p {
    font-size: 1em;
    color: #4d65ec;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.grid-container .profile {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: calc(0.1s * var(--i));
}

/* Fade In and Slide Up Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Media query for mobile view */
@media (max-width: 600px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr); /* Show two cards in a row */
    }
}

/* Adjust grid for larger screens */
@media (min-width: 601px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Default for larger screens */
    }
}
@media (max-width: 600px) {
    .header h1 {
        font-size: 1.5em;
    }

    .header h2 {
        font-size: 1.2em;
    }

    .profile img {
        width: 100px;
        height: 100px;
    }
    .advising img {
        width: 100px;
        height: 100px;
    }
    .profile h3 {
        font-size: 1em;
    }
    .advising h3 {
        font-size: 1em;
    }
}


.session-label {
    margin-top: 10px;
    font-weight: bold;
}

.session-select {
    background: #6edfff;
    margin-top: 5px;
    /* padding: 8px 12px; */
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
    font-weight: bold;
}

.session-select:focus {
    border-color: black; /* Change to your theme color */
}

/* Add responsiveness */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .session-select {
        width: 100%;
    }
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}


#clubDescription{
display: -webkit-box;
   -webkit-line-clamp: 5;
   -webkit-box-orient: vertical;  
   overflow: hidden;
   text-overflow: ellipsis;
}
.profile-header {
   display: flex;
   align-items: center;
   padding: 20px;
}

.profile-header img {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   margin-right: 10px;
   position: relative;
}

.profile-header .edit-icon {
   position: absolute;
   top: 50px;
   left: 50px;
   background-color: #ffffff;
   border: 2px solid #e5e7eb;
   border-radius: 50%;
   width: 24px;
   height: 24px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}

.profile-header .profile-info {
   flex-grow: 1;
}

.profile-header .profile-info .name {
   font-size: 20px;
   font-weight: bold;
   display: flex;
   align-items: center;
}

.profile-header .profile-info .name .verified-icon {
   width: 16px;
   height: 16px;
   margin-left: 5px;
}

.profile-header .profile-info .location {
   color: #6b7280;
   font-size: 14px;
}

.profile-header .actions {
   display: flex;
   align-items: center;
}

.profile-header .actions button {

   color: #ffffff;
   border: none;
   border-radius: 5px;
   padding: 10px 15px;
   margin-left: 10px;
   cursor: pointer;
   font-size: 14px;
}

.profile-header .actions button:first-child {
   padding: 8px 15px;
   background-color: transparent;
   color: var(--primaryColor);
   display: inline-block;
   text-align: center;
   border-radius: var(--borderRadius);
   font-size: 15px;
   border: 1px solid var(--primaryColor);
}

.btn btn-secondary {
   background-color: var(--primaryColor);
   color: var(--whiteColor);
}

.profile-header .actions button:first-child:hover {
   background-color: var(--primaryColor);
   color: #ffffff;
}

.profile-header .actions button:last-child:hover {
   background-color: transparent;
   color: var(--primaryColor);
;
}

.card {
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   transition: transform 0.2s;
}

.card:hover {
   /*transform: translateY(-10px);*/
}

.card-img-top {
   width: 100%;
   height: 200px;
   object-fit: cover;
}

.card-body {
   text-align: center;
}

.card-title {
   font-size: 1.25rem;
   margin-bottom: 10px;
}

.card-text {
   font-size: 1rem;
   color: #6c757d;
   margin-bottom: 15px;
}

.btn-primary {
   background-color: #007bff;
   border-color: #007bff;
}

.modal-backdrop.show {
   opacity: var(--bs-backdrop-opacity);
   z-index: -1;

}
.modal {
   backdrop-filter: blur(9px);
   display: none;
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgb(0, 0, 0);
   background-color: rgba(0, 0, 0, 0.4);
   display: flex;
   align-items: center;
   justify-content: center;
}
button.btn.btn-secondary {
   padding: 8px 15px;
   background-color: var(--primaryColor);
   color: var(--whiteColor);
   display: inline-block;
   text-align: center;
   border-radius: var(--borderRadius);
   font-size: 15px;
   border: 1px solid var(--primaryColor);
}

/*
.modal-backdrop {
   z-index: 1040 !important;
}

.modal-content {
   z-index: 1100 !important;
} */
/* Container for cards */
.card-container {
display: flex;
flex-wrap: wrap;
justify-content: center; /* Center the cards */
gap: 20px; /* Space between cards */
}

/* Card styling */
.custom-card {
flex: 1 1 calc(25% - 20px); /* 25% width minus the gap */
max-width: 286px;
background-color: #ffffff;
border-radius: 20px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
overflow: hidden;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
padding: 16px;
/* margin: auto; */
}

@media (max-width: 1200px) {
.custom-card {
flex: 1 1 calc(33.33% - 20px); /* 3 cards per row */
}
}

@media (max-width: 992px) {
.custom-card {
flex: 1 1 calc(50% - 20px); /* 2 cards per row */
}
}

@media (max-width: 576px) {
.custom-card {
flex: 1 1 100%; /* 1 card per row */
}
}

/* Card image styling */
.card-image img {
width: 100%;
height: 155px;
object-fit: contain;
}

/* Card content styling */
.card-content {
padding: 20px;
text-align: center;
}

.club-name {
font-size: 1.5rem;
font-weight: 700;
color: #333;
margin-bottom: 10px;
}

.club-description {
font-size: 1rem;
color: #777;
margin-bottom: 10px;
}

/* Card actions (buttons) styling */
.card-actions {
display: flex;
justify-content: center;
gap: 10px;
}

.btn-join, .btn-visit {
padding: 10px 20px;
border-radius: 50px;
border: none;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}

.btn-join {
background-color: var(--whitegrey3);;
color: #5f2ded;
text-decoration: none;

border: 1px solid #5f2ded;
border: none;
font-weight: 600;
font-size: 14px;
margin: 4px;

}

.btn-join:hover {
background-color: white;
border: 1px solid #5f2ded;
}

.btn-visit {
background-color: white;
color: #5f2ded;
text-decoration: none;

border: 1px solid #5f2ded;

font-weight: 600;
font-size: 14px;
margin: 4px;

}
/* Container for the grid area */
.gridarea__wraper {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
justify-content: space-between;
box-sizing: border-box;
overflow: hidden;

border-radius: 10px;
box-shadow: 0 0 50px 10px rgba(95, 45, 237, 0.1);
background: var(--whiteColor);
transition: transform 0.3s ease-in-out;
}

/* Ensure that all cards have the same width and height */
.gridarea__wraper.gridarea__wraper__2 {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}

/* Style the image container */
.gridarea__img {
width: 100%;
height: 200px; /* Set a fixed height for the image box */
overflow: hidden;
border-radius: 10px 10px 0 0;
display: flex;
justify-content: center;
align-items: center;
}

/* Make sure the image fits the container */
.gridarea__img img {
width: 100%;
height: 100%;
object-fit: cover; /* Ensures the image covers the box, maintaining aspect ratio */
border-radius: inherit;
}

/* Additional card content styling */
.gridarea__content {
padding: 15px;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
}

/* Card hover effect */
/*.gridarea__wraper:hover {*/
/*    transform: translateY(-5px);*/
/*}*/
.gridarea__small__icon .btn-visit {
display: none;
opacity: 0;
transform: translateY(10px); /* Start slightly off the position */
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Show the "Visit" button on card hover */
.gridarea__wraper:hover .gridarea__small__icon .btn-visit {
display: block;
opacity: 1;
/*transform: translateY(0); */
}
.gridarea__wraper .gridarea__img {
position: relative;
overflow: hidden;
/* margin-bottom: 20px; */
}
.gridarea__wraper .gridarea__img .gridarea__small__button .grid__badge{
background: var(--whitegrey3);
color: #5f2ded;
border-radius: 30px;
}




@import url("https://fonts.googleapis.com/css2?family=Baloo+2&display=swap");
/* This pen */
body {
font-family: "Baloo 2", cursive;
font-size: 16px;
color: #ffffff;
text-rendering: optimizeLegibility;
font-weight: initial;
}

.dark {
background: #110f16;
}

.light {
/* background: #f3f5f7; */
}

a, a:hover {
text-decoration: none;
/*transition: color 0.3s ease-in-out;*/
}

#pageHeaderTitle {
margin: 2rem 0;
text-transform: uppercase;
text-align: center;
font-size: 2.5rem;
}

/* Cards */
.postcard {
flex-wrap: wrap;
display: flex;
box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
border-radius: 10px;
margin: 0 0 2rem 0;
overflow: hidden;
position: relative;
color: #ffffff;
width: 100%;
max-width: 1300px;
margin: 0 auto;
}
.postcard.dark {
background-color: #18151f;
}
.postcard.light {
background-color: #fbfbfb;
}
.postcard .t-dark {
color: #18151f;
}
.postcard a {
color: inherit;
}
.postcard h1, .postcard .h1 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
.postcard .small {
font-size: 80%;
}
.postcard .postcard__title {
font-size: 1.75rem;
}
.postcard .postcard__img {
max-height: 180px;
width: 100%;
object-fit: contain;
position: relative;
padding: 10px;
}
.postcard .postcard__img_link {
display: contents;
}
.postcard .postcard__bar {
width: 50px;
height: 10px;
margin: 10px 0;
border-radius: 5px;
background-color: #424242;
transition: width 0.2s ease;
}
.postcard .postcard__text {
padding: 1.5rem;
position: relative;
display: flex;
flex-direction: column;
}
.postcard__preview-txt {
display: -webkit-box;
-webkit-line-clamp: 3; /* Limits to 3 lines */
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal; /* Allows text to break into multiple lines */
}
.postcard .postcard__tagbox {
display: flex;
flex-flow: row wrap;
font-size: 14px;
margin: 20px 0 0 0;
padding: 0;
justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
display: inline-block;
background: #0076bd;
border-radius: 3px;
color: var(--whitegrey3);
font-size: 18px;
padding: 2.5px 10px;
margin: 0 5px 5px 0;
cursor: default;
user-select: none;
transition: background-color 0.3s;
}
.postcard .postcard__tagbox .tag__item:hover {
background: rgba(83, 83, 83, 0.8);
}
.postcard:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(-70deg, #424242, transparent 50%);
opacity: 1;
border-radius: 10px;
}
.postcard:hover .postcard__bar {
width: 100px;
}

@media screen and (min-width: 769px) {
.postcard {
flex-wrap: inherit;
}
.postcard .postcard__title {
font-size: 2rem;
}
.postcard .postcard__tagbox {
justify-content:flex-start;
}
.postcard .postcard__img {
max-width: 350px;
max-height: 100%;
padding: 20px;
object-fit: contain;
transition: transform 0.3s ease;
}
.postcard .postcard__text {
/* padding: 3rem; */
width: 100%;
}
.postcard .media.postcard__text:before {
content: "";
position: absolute;
display: block;
background: #18151f;
top: -20%;
height: 130%;
width: 55px;
}
.postcard:hover .postcard__img {
/*transform: scale(1.1);*/
}
.postcard:nth-child(2n+1) {
flex-direction: row;
}
.postcard:nth-child(2n+0) {
flex-direction: row-reverse;
}
.postcard:nth-child(2n+1) .postcard__text::before {
left: -12px !important;
transform: rotate(4deg);
}
/* .postcard:nth-child(2n+0) .postcard__text::before {
right: -12px !important;
transform: rotate(-4deg);
} */
}
@media screen and (min-width: 1024px) {
.postcard__text {
padding: 2rem 3.5rem;
}
.postcard__text:before {
content: "";
position: absolute;
display: block;
top: -20%;
height: 130%;
width: 55px;
}
.postcard.dark .postcard__text:before {
background: #18151f;
}

}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
background: #79dd09;
color: black;
}

.green .postcard__title:hover {
color: #79dd09;
}

.green .postcard__bar {
background-color: #79dd09;
}

.green::before {
background-image: linear-gradient(-30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
background: #0076bd;
}

.blue .postcard__title:hover {
color: #0076bd;
}

.blue .postcard__bar {
background-color: #0076bd;
}

.blue::before {
background-image: linear-gradient(-30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.blue:nth-child(2n)::before {
background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
background: #bd150b;
}

.red .postcard__title:hover {
color: #bd150b;
}

.red .postcard__bar {
background-color: #bd150b;
}

.red::before {
background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
background: #bdbb49;
color: black;
}

.yellow .postcard__title:hover {
color: #bdbb49;
}

.yellow .postcard__bar {
background-color: #bdbb49;
}

.yellow::before {
background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

@media screen and (min-width: 769px) {
.green::before {
background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
}
.green:nth-child(2n)::before {
background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
}
.blue::before {
background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
.blue:nth-child(2n)::before {
background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
}
.red::before {
background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
}
.red:nth-child(2n)::before {
background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
}
.yellow::before {
background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
}
.yellow:nth-child(2n)::before {
background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
}
}

/*# sourceMappingURL=output.css.map */

