﻿* {
    font-family: "Gidole", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.primary-bg {
    background: rgb(90,29,102);
    background: #002067;
}

.primary-text {
    color: #002067;
}

.navbar-shadow {
    box-shadow: 0 0 3rem 7px rgba(0, 0, 0, 0.5) !important;
}


.secondary-bg {
    background: #002067;
}

.social-shadow-white {
    text-shadow: 0px 0px 10px white;
}

.box-shadow-white {
    box-shadow: 0px 0px 10px 5px white;
}

.box-shadow-white-small {
    box-shadow: 0px 0px 10px 2px white;
}

.container {
    max-width: 1284px;
}

.nav-link:hover {
    transform: scale(1.25);
    transition: transform 0.3s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #6d4cc7;
    }

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.overlay-section {
    bottom: 0;
    padding: 20px;
}

.overlay-section2 {
    top: 0;
    right: 0;
    padding: 10px;
}

.reviews-color {
    color: rgba(0, 0, 0, 1);
}

.para-color {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}

.image-container img {
    min-height: 240px;
}

.card-para {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}

.card-shadow {
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 50%);
}

.card-heading {
    font-size: 19px;
}

.category-index {
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: 52px;
    height: 47px;
    font-size: 27px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #6d4cc7;
    border-radius: 50%;
}

.search-box {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.search-button {
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 20px;
}

.search-container {
    display: flex;
    width: 100%;
    gap: 1rem;
}

    .search-container input {
        flex: 1;
    }

.link-dark:hover {
    color: #6d4cc7 !important;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    transition: background-color 0.3s, color 0.3s;
}

    .tag:hover {
        background-color: #6d4cc7;
        color: #fff;
    }

.footer-bg {
    background: #6d4cc7 !important;
    background-position: center;
    background-size: cover;
    min-height: 40vh;
}

.overlay-paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-bg > ul > li > a {
    color: #fff;
}

.col-min-height {
    min-height: 313px;
}

.fa-2x {
    font-size: 2rem !important;
    color: #fff;
}

.index-item-listing img {
    aspect-ratio: 16/9;
}

.fs-20 {
    font-size: 16px;
}

.sidebar-overlay-section {
    bottom: 0;
    padding: 4px 20px;
}

.overlay {
    position: absolute;
    width: 100%; /* Full width (cover the whole page) */
    height: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.5)); /* Black background with opacity */
}

.text-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
