/*== == POST == ==*/

.basic-foldb {
    background: #d5d5d5;
    color: #333;
    text-align: center;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.basic-foldb-content > p a {
    color: var(--primary-color1);
    font-weight: 600;
}

.basic-foldb-container {
    padding: 60px 0px 60px;
    max-width: 1024px;
    margin: 0px auto;
}

.basic-foldb-content-readmore {
    display: flex;
    justify-content: center;
}

.basic-foldb-header {
    padding-bottom: 15px;
    border-bottom: solid 2px var(--primary-color1);
    margin-bottom: 15px;
    width: fit-content;
    margin: 0px auto 15px;
}

.basic-foldb-header .title {
    margin-bottom: 0px;
}

.content-fold-c-img {
    height: calc(100% - 100px);
}

.quad-fold-container {
    padding: 100px 0px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.quad-fold {
    background: #333;
    color: white;
    margin-top: -30px;
    z-index: 0;
    position: relative;
    margin-bottom: -30px;
}

.quad-fold-header {
    flex: 1 0 100%;
    text-align: center;
}

.quad-fold-item {
    flex: 0 0 calc(50% - 15px);
    background: var(--primary-color1);
    border-radius: 30px;
}

.quad-fold-item-padding {
    padding: 30px;
    text-align: center;
}

.quad-fold-item-content p:last-child {
    margin: 0pc;
}

	/*== == POST END === ==*/

/*== == CONTENT FOLDC == ==*/

.content-fold-c {
    margin-top: -50px;
}

@media (min-width:1024px) {

.content-fold-c-wrapper {
    padding: 150px 0px 100px;
}

}

    /*=== == CONTENT FOLDC END == ==*/

/*== == CATEGORY == ==*/

.container-fold-c-item a {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.container-fold-c-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
    padding: 100px 0px;
}

.container-fold-c-logo {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px;
    background: #ffffffd6;
    padding: 5px;
}

.container-fold-c-logo picture > img {
    max-height: 80px;
    max-width: 150px;
}

.container-fold-c-item {
    flex: 0 0 calc(100% / 3 - 14px);
    position: relative;
    min-height: 350px;
    display: flex;
    transition:
        all 500ms ease;
    overflow: hidden;
    border-radius: 30px;
}

.container-fold-c-img picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 500ms ease;
    height: 400px;
}

.container-fold-c-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 60px 30px 20px;
    color: white;
    transition:
        all 500ms ease;
    z-index: 2;
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: left;
}

.container-fold-c-content :is(.container-fold-c-content-inner, .container-fold-c-readmore) {
    height: 0px;
    opacity: 0;
    transition:
        all 500ms ease;
    font-size: 21px;
}

.container-fold-c-readmore {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.container-fold-c-header .subtitle {
    width: fit-content;
    border-bottom: solid var(--ocean);
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    transition:
        all 500ms ease;
    margin-bottom: 0px;
}

.container-fold-c-item:hover .container-fold-c-content :is(.container-fold-c-content-inner, .container-fold-c-readmore) {
    height: 100px;
    opacity: 1;
    visibility: visible;
}

.container-fold-c-content::before {
    content: '';
    background: var(--primary-color1);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.container-fold-c-item:hover .container-fold-c-img picture > img {
    filter: brightness(0.6);
    transform:scale(1.05);
}

.container-fold-c-content::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 40px;
    line-height: 1;
    transform: translatey(-50%);
}

.container-fold-c-item::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition:
        all 500ms ease;
    pointer-events: none;
}

.container-fold-c-item:hover::before {
    opacity: 1;
}

.container-fold-c-readmore .readmore {
    margin: 0px auto;
    background: none;
    border: solid 1px white;
}

.container-fold-c-readmore .readmore:hover {
    box-shadow: inset 0px 0px 0px 25px white;
    color: black;
}

.container-fold-c {
    position: relative;
}

.container-fold-c:before {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/wp-content/uploads/2023/08/background.jpg) no-repeat 0 0 / cover;
    z-index: 0;
}

	/*== == CATEGORY END == ==*/