/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.hero-quick-report-form .form-grp {
  margin-bottom: 10px;
}

.hero-quick-report-form .form-grp textarea,
.hero-quick-report-form .form-grp  input {
    width: 100%;
    background: var(--tg-color-white-default);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B2B2B27A;
    border-radius: 6px;
    font-size: 15px;
    color: var(--tg-heading-color);
    padding: 11px 18px;
    height: 50px;
    display: block;
}

.hero-quick-report-form .form-grp textarea {
    min-height: 98px;
    max-height: 98px;
    height: auto;
}
.hero-quick-report-form .form-grp  select{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #B2B2B27A;
    border-radius: 6px;
}

.hero-quick-report-form button {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-radius: 6px;
  padding: 12px 20px;
}

.hero-quick-report-form button:hover {
  background: var(--tg-color-sky-blue);
}

.servicesdetailsiconlist ul li{
	background:#ffff;
	padding:13px 15px !important;
    gap: 10px;
	border-radius:4px;
}
.servicesdetailsiconlist ul li:hover{
	background:#0052D4;
}
.custom-archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
	padding:100px 0px;
}

.post-item {
    background: hsl(var(--white));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,0.02);
    border: 0.5px solid rgba(22,23,26,0.05);
    transition: transform 0.3s ease;
}

.post-item:hover {
    transform: translateY(-5px);
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.category-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffff;
    color:#0052D4;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-text {
    padding: 1rem;
}

.post-meta {
    list-style: none;          /* Remove bullets */
    display: flex;             /* Flex layout */
    align-items: center;       /* Vertically center items */
    gap: 15px;                 /* Space between items */
    margin-bottom: 0.5rem;     /* Space below meta */
    font-size: 0.9375rem;      /* ~15px font */
    font-weight: 500;          /* Slightly bold */
    color: #777;               /* Text color */
    padding:0px !important;                /* Remove default ul padding */
}

.post-meta li {
    display: flex;             /* Flex for icon + text */
    align-items: center;       /* Center icon with text */
    gap: 5px;                  /* Space between icon and text */
}

.post-meta li i {
    font-size: 0.9rem;         /* Icon size */
    color: #0052D4;               /* Optional icon color */
}

.blog-text h5 {
    margin: 0.5rem 0;
    font-size: 1.1rem;
}
.blog-text h5 a,.blog-text h5 a:hover{
	font-size:20px;
	font-weight:600;
}
.post-excerpt {
    color: #555;
    font-size: 0.95rem;
}

.load-more-container {
    text-align: center;
    margin-top: 2rem;
}

#load-more-btn {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    background: #ff5a5f;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

#load-more-btn:hover {
    background: #e0484f;
}

/* Responsive */
@media (max-width: 992px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
}

/* Breadcrumb section background + overlay remains the same */
.custom-breadcrumb-section {
    position: relative;
    background-image: url('https://financecomplaintlist.com/wp-content/uploads/2026/01/banner-card-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.custom-breadcrumb-section .breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--e-global-color-secondary);
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

.custom-breadcrumb-section .breadcrumb-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}

.custom-breadcrumb-section .breadcrumb-content h2 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 20px;
}

/* Breadcrumb list */
.custom-breadcrumb-section .breadcrumb-list {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

/* Links */
.custom-breadcrumb-section .breadcrumb-list .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

/* Active / current breadcrumb */
.custom-breadcrumb-section .breadcrumb-list .breadcrumb-item.current {
    font-weight: 600;
    color: #0052D4;  /* Active color */
}

/* Hover effect for links */
.custom-breadcrumb-section .breadcrumb-list .breadcrumb-item a:hover {
    color: #0052D4;
}

/* Separator icon */
.custom-breadcrumb-section .breadcrumb-separator i {
    color: #fff;
}

/* 404 Content Section */
.custom-404-content {
    background-color: #f9f9f9;
    min-height: 400px; /* ensures section is tall enough */
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: center; /* horizontal centering */
    padding: 80px 20px;
    text-align: center;
    flex-direction: column; /* stack elements vertically */
}

.custom-404-content .content-wrapper {
    max-width: 800px; /* optional, keeps content from stretching too wide */
    width: 100%;
}

.custom-404-content .content-wrapper h1 {
    font-size: 3rem;
    color: #0052D4; /* Active color */
    margin-bottom: 20px;
}

.custom-404-content .content-wrapper p {
    font-size: 1.125rem;
    color: #555;
    margin-bottom: 30px;
}

.custom-404-content .btn-home {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0052D4;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}

.custom-404-content .btn-home:hover {
    background-color: #003da0;
}


