/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
}

/* Remove Empty Paragraph Tags */
p:empty{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Form Empty P Tag Fix */

.form-page p:empty,
.form-element p:empty,
label p:empty{
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

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

html{
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

a{
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0px !important;
}

h1{
    font-size: 55px;
    font-weight: 800;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 28px;
}

p{
    margin: 0px !important;
    font-size: 16px;
    line-height: 1.8;
}

.page-template-page-with-side-bar {
	h2, h3, h4, h5, h6, p { margin-bottom: 20px !important;}
	
	input[type="hidden"] {
    display: none !important;
}

.heading-cover.field-cover p {
    display: none !important;
}
	
	.heading-cover.field-cover {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
}
/* =========================
   STRONG / BOLD
========================= */

strong,
b{
    font-weight: 700;
}

.single-post ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    padding-bottom: 15px !important;
}

.single-post { p {
    padding-bottom: 20px !important;
}
	
	h2, h3, h4, h5 {
    padding: 20px 0px !important;
	}}

.uagb-block-26e6f37a {
/* MAIN CONTAINER WIDTH */
.uagb-container-inner-blocks-wrap {
    width: 100% !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

/* BLOG POSTS GRID */
.uagb-post__items {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

/* TABLET */
@media (max-width: 992px) {

    .uagb-container-inner-blocks-wrap {
        max-width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .uagb-post__items {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    .uagb-container-inner-blocks-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .uagb-post__items {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
    }
}

/* CARD STYLE */
.uagb-post__inner-wrap {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    transition: 0.3s ease !important;
}

/* HOVER EFFECT */
.uagb-post__inner-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12) !important;
}

/* IMAGE */
.uagb-post__image img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
}

/* CONTENT AREA */
.uagb-post__title,
.uagb-post__excerpt {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* TITLE */
.uagb-post__title {
    margin: 20px 0 10px !important;
    min-height: 60px !important;
}

.uagb-post__title a {
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-decoration: none !important;
}

/* EXCERPT */
.uagb-post__excerpt {
    flex-grow: 1 !important;
    padding-bottom: 25px !important;
}

.uagb-post__excerpt p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #555 !important;
}

/* PAGINATION */
.uagb-post-pagination-wrap {
    grid-column: 1/-1 !important;
    text-align: center !important;
    margin-top: 40px !important;
}

.uagb-post-pagination-wrap .page-numbers {
    display: inline-block !important;
    padding: 10px 16px !important;
    margin: 0 5px !important;
    background: #f3f3f3 !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    color: #111 !important;
}

.uagb-post-pagination-wrap .current {
    background: #000 !important;
    color: #fff !important;
}}

@media (max-width: 991px){
    h1{
        font-size: 48px;
    }

    h2{
        font-size: 38px;
    }

    h3{
        font-size: 18px;
    }

    h4{
        font-size: 24px;
    }
}

@media (max-width: 767px){

    body{
        font-size: 15px;
        line-height: 1.6;
    }

    h1{
        font-size: 36px;
        line-height: 1.2;
    }

    h2{
        font-size: 30px;
    }

    h3{
        font-size: 18px;
    }

    h4{
        font-size: 22px;
    }

    p{
        font-size: 15px;
        line-height: 1.7;
    }
}
