/* ===========================================
   Team — fixed aspect ratio thumbnail
============================================ */

.team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

/* ===========================================
   Team Details — full-width cropped image
============================================ */

.team-details-thumb {
    width: 100%;
}

.team-details-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    border-radius: 16px;
}


/* ===========================================
   Language switcher (Polylang) — bigger flag icons,
   tighter spacing between the EN/VI nav items.
   Overrides parent theme's .navbar-wrap ul li a padding
   (48px 20px) and Polylang's inline flag width/height.
============================================ */

.navigation .lang-item .nav-links {
    padding-left: 6px;
    padding-right: 6px;
}

.navigation .lang-item .nav-links img {
    width: 22px !important;
    height: 15px !important;
}

/* ===========================================
   Project Gallery — uniform image height
============================================ */

.gallery-active .reland-gallery-item img.image-height-class {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

/* ===========================================
   Project List — uniform image height
============================================ */

.project-item .project-thumb a,
.blog-item .blog-thumb a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.project-item .project-thumb img,
.blog-item .blog-thumb img,
.inner-blog-area div.blog-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

/* ===========================================
   Feature icon — SVG white fill
============================================ */

.feature-icon svg {
    fill: #fff;
    width: 3rem;
    height: 3rem;
}


/* ===========================================
   Breadcrumb — overlay khi có background image
============================================ */

.breadcrumb-area {
    position: relative;
}

.breadcrumb-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

.breadcrumb-area .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb-content .title,
.breadcrumb-area .breadcrumb-content .breadcrumb span,
.breadcrumb-area .breadcrumb-content .breadcrumb a {
    color: #fff;
}

/* ===========================================
   Blog List — 3-column grid
============================================ */

.inner-blog-area .blog-item.blog-item-two .blog-content .title {
    font-size: 22px;
}

.inner-blog-area {
    padding-top: 80px;
}

/* ===========================================
   Brand Section — Our Partners title
============================================ */

.brand-area .section-title .sub-title {
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
}

.brand-area .section-title .sub-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background-color: currentColor;
}

/* ====================================
   reCAPTCHA badge — hidden (v3 is invisible)
=======================================*/

.grecaptcha-badge {
    visibility: hidden !important;
}

/* ====================================
   Footer Newsletter — CF7 form
=======================================*/

.newsletter-form-wrap {
    position: relative;
}

.newsletter-form-wrap .wpcf7-form-control-wrap {
    display: block;
}

.newsletter-form-wrap input[type="email"] {
    width: 100%;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    color: var(--tg-silver);
    background: var(--tg-black);
    padding: 14px 70px 14px 25px;
    height: 56px;
}

.newsletter-form-wrap input[type="email"]::placeholder {
    font-size: 15px;
    color: var(--tg-silver);
}

.newsletter-form-wrap input[type="submit"] {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 18px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    transition: background .3s ease-in-out;
}

.newsletter-form-wrap input[type="submit"]:hover {
    background: var(--tg-secondary-color);
}

.wpcf7-form.submitting .newsletter-form-wrap input[type="submit"],
.wpcf7-form.submitting .contact-form-wrap input[type="submit"],
.wpcf7-form.submitting .newsletter-form input[type="submit"] {
    pointer-events: none;
    opacity: 0.6;
}

.newsletter-form-wrap .wpcf7-spinner {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.newsletter-form-wrap .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
}

/* ====================================
    Pagination
=======================================*/

.inner-blog-area .pagination-wrap .pagination {
    justify-content: center;
}

/* ===================================================================================

* Theme Name: Reland Child
* Theme URI: https://www.themegenix.net/reland/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Reland - Real Estate Group WordPress Theme
* Version: 1.5
* Template: reland
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */