/*
Theme Name: Revoza Child
Template:   revoza
Theme URI: https://themeforest.net/user/awaiken
Description: Revoza Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: revoza-child
*/


/* =========================================================
   VELMONT CUSTOM FONT
   ========================================================= */

/* Velmont Font */
@font-face {
    font-family: 'Velmont';
    src: url('/wp-content/uploads/fonts/velmont.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Elementor Headings Only
.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6 {
    font-family: 'Velmont', sans-serif !important;
} */

/* Child Theme Page Template - attractive design */
.revoza-child-template-page {
    background: linear-gradient(180deg, #f8f4ee 0%, #fffdfb 20%, #f4f6f5 100%);
    color: #1d1d1f;
}

.revoza-child-template-page .revoza-child-template-header {
    position: relative;
    padding: 110px 0 90px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    isolation: isolate;
}

.revoza-child-template-page .revoza-child-template-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(9, 34, 26, 0.78), rgba(42, 89, 68, 0.65));
    z-index: -1;
}

.revoza-child-template-page .revoza-child-template-title-box {
    padding: 100px 10px 0px 0px !important;
    display: inline-block;
    width: auto;
}

.revoza-child-template-page .revoza-child-template-title-box h1 {
    color: #fff;
    margin: 0 0 10px;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.revoza-child-template-page .revoza-child-template-title-box .breadcrumbs,
.revoza-child-template-page .revoza-child-template-title-box .breadcrumb-trail {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
}

.revoza-child-template-page .revoza-child-template-title-box .breadcrumbs a,
.revoza-child-template-page .revoza-child-template-title-box .breadcrumb-trail a {
    color: #fff;
    opacity: 0.9;
}

.revoza-child-template-page .revoza-child-template-content {
    padding: 36px 0 80px;
}

.revoza-child-template-page .revoza-child-template-card {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(18, 28, 24, 0.08);
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(17, 20, 18, 0.08);
    padding: 28px 30px;
}

.revoza-child-template-page .revoza-child-template-card .post-entry {
    font-size: 1.02rem;
    line-height: 1.9;
    color: #2a2a2a;
}

.post-entry.revoza-block-style{
     border-bottom:0px !important;
}

.revoza-child-template-page .revoza-child-template-card h2,
.revoza-child-template-page .revoza-child-template-card h3,
.revoza-child-template-page .revoza-child-template-card h4 {
    color: #1d2d24;
    margin-bottom: 0.7em;
}

.revoza-child-template-page .revoza-child-template-card p,
.revoza-child-template-page .revoza-child-template-card li {
    color: #444;
}

.revoza-child-template-page .revoza-child-template-card a {
    color: #2d6a4f;
}

.revoza-child-template-page .revoza-child-template-card img {
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(28, 42, 35, 0.12);
}

@media (max-width: 767px) {
    .revoza-child-template-page .revoza-child-template-header {
        padding: 80px 0 70px;
    }

    .revoza-child-template-page .revoza-child-template-title-box {
        width: 100%;
    }

    .revoza-child-template-page .revoza-child-template-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .revoza-child-template-page .revoza-child-template-content {
        padding-top: 22px;
    }
}

.yth-fillers-cta-content h2, .yth-fillers-cta-content p {
    color : #ffffff !important;
}
