/* 
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 */

@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&family=Satisfy&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
.headerSection { position: fixed; z-index: 9999; top: 0px; }
/* FILTER */
.filter-wrapper { display: flex; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; justify-content: center; }
.filter-btn { padding: 12px 22px; border: 1px solid #1c1c1c; background: #fff; cursor: pointer; border-radius: 10px; color: #1C1C1C; font-size: 1rem; font-weight: 500; text-align: center; transition: all .3s ease; user-select: none; white-space: nowrap; font-family: 'Urbanist'; letter-spacing: 0.5px; }
.filter-btn.active,
.filter-btn:hover { background: #e53935; color: #fff; border-color: #e53935; }
/* GRID */
.post-grid .grid-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; padding-top: 40px; width: 100%; margin: 0 auto; }
/* CARD */
.post-card { border: 1px solid #eee; border-radius: 15px; overflow: hidden; background: #fff; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
/* IMAGE */
.thumb { position: relative; overflow: hidden; }
.thumb img { width: 100%; height: 290px; object-fit: cover; display: block; }
/* BADGE */
.badge { position: absolute; top: 20px; right: 20px; background: #e53935; color: #fff; padding: 5px 12px; font-size: 12px; border-radius: 6px; border: 1px solid #fff; }
/* CONTENT */
.content { padding: 20px 30px 30px 30px; display: flex; flex-direction: column; flex-grow: 1; }
/* DATE */
.date { font-size: 13px; color: #888; margin-bottom: 10px; border-bottom: 1px solid #eee; padding-bottom: 8px; }
/* TEXT */
.post-grid p { font-family: 'Urbanist'; color: #555; font-size: 15px; line-height: 24px; letter-spacing: 0.5px; font-weight: 400; }
.post-grid p.date { font-weight: 500; letter-spacing: 1px; }
/* LINK */
.post-grid a { color: #DA3435; font-size: 16px; font-family: 'Urbanist'; font-weight: 600; margin-top: 5px; display: inline-block; letter-spacing: 0.5px; }
.load-more-btn { padding: 17px 70px; background: #e53935; color: #fff; border: none; border-radius: 10px; cursor: pointer; font-size: 15px; transition: 0.3s; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; font-family: 'Urbanist'; }
.load-more-btn:hover { background: #1c1c1c; }
/* TITLE */
.post-grid h3 { font-size: 20px; font-family: 'El Messiri'; font-weight: 600; color: #1c1c1c; margin-bottom: 10px; }
.post-grid h3 a { font-size: 20px; font-family: 'El Messiri'; font-weight: 600; color: #1c1c1c; }
/*******************************/

/* Layout */
.blog-wrapper { padding: 0px 40px; }
.container { width: 1400px; margin: auto; max-width: 100%; }
.blog-grid { display: flex; gap: 70px; }
/* Hero */
.blog-hero { background: #0c0c0c url('https://landingpageunbounced.kinsta.cloud/wp-content/uploads/2026/03/blog-banner.jpg') no-repeat; color: #fff; padding: 160px 40px 90px 40px; background-size: cover; background-position: right center; }
.blog-hero .post-title { margin: 10px 0; font-family: "El Messiri", Sans-serif; font-size: 42px; font-weight: 600; letter-spacing: 1px; color: #FFF; line-height: 1.3; }
.blog-hero .featured-label { font-family: "Satisfy", Sans-serif; font-size: 24px; color: #DA3435; font-weight: 400; line-height: 1.5em; letter-spacing: 1px; }
/* Content */
.featured-image img { border-radius: 15px; width: 100%; height: 450px; object-fit: cover; }
.content-area { margin-top: 20px; line-height: 1.7; }
/* Sidebar */
.blog-sidebar .sidebar-widget { margin-bottom: 30px; }
.recent-post { display: flex; gap: 10px; margin-bottom: 15px; }
.recent-post img { width: 60px; height: 60px; object-fit: cover; }
/* Tags & Nav */
.post-tags { margin-top: 50px; }
.post-navigation { display: flex; justify-content: space-between; margin: 30px 0; }
.blog-hero .post-meta { font-family: 'Urbanist'; color: #FFF; font-size: 16px; line-height: 24px; letter-spacing: 1px; font-weight: 400; }
.blog-hero .post-meta a { color: #FFF; }
.blog-wrapper .blog-grid .blog-content { width: 70%; padding: 70px 0; color: #555555; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.5; letter-spacing: 0.5px; }
.blog-wrapper .blog-grid .blog-sidebar { width: 30%; background: #F7F7F7; padding: 70px 40px 40px 40px; }
.blog-wrapper .blog-grid .blog-sidebar h3 { font-family: "El Messiri", Sans-serif; font-size: 26px; font-weight: 600; letter-spacing: 1px; color: #1c1c1c; margin: 0 0 25px 0; }
.blog-sidebar .sidebar-widget .recent-post .recent-post-inner { display: flex; }
.blog-sidebar .sidebar-widget .recent-post .recent-post-inner .info { padding: 0 0 0 15px; }
.blog-sidebar .sidebar-widget .recent-post .recent-post-inner .thumb .wp-post-image { width: 75px; height: 75px; border-radius: 8px; }
.blog-sidebar .sidebar-widget .recent-post .thumb { min-width: 75px; }
.blog-sidebar .sidebar-widget .recent-post .recent-post-inner .info .title { display: block; color: #1C1C1C; font-family: Urbanist; font-size: 15px; font-style: normal; font-weight: 600; line-height: 1.4; letter-spacing: 0.5px; }
.blog-sidebar .sidebar-widget .recent-post .recent-post-inner .info .read-more { color: #DA3435; font-family: Urbanist; font-size: 13px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: 0.5px; }
.blog-sidebar .sidebar-widget .recent-post { border-bottom: 1px solid rgba(0,0,0,0.15); padding-bottom: 18px; margin-bottom: 18px; }
.blog-wrapper .blog-grid .blog-sidebar .sidebar-widget ul { padding-left: 0; }
.blog-wrapper .blog-grid .blog-sidebar .sidebar-widget ul li.cat-item { list-style: none; margin-bottom: 15px; }
.blog-wrapper .blog-grid .blog-sidebar .sidebar-widget ul li.cat-item a { color: #1C1C1C; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 600; line-height: 1.4; letter-spacing: 0.5px; }
.blog-wrapper .blog-grid .blog-sidebar .sidebar-widget ul li.cat-item a:hover { color: #DA3435; }
.blog-wrapper .blog-grid .blog-content ul { padding: 20px 0 20px 15px; }
.blog-wrapper .blog-grid .blog-content li { color: #555555; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.7; letter-spacing: 0.5px; margin-bottom: 12px; }
.blog-wrapper .blog-grid .blog-content p { color: #555555; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.7; letter-spacing: 0.5px; }
.blog-wrapper .blog-grid .blog-content h2 { color: #1C1C1C; font-family: "El Messiri"; font-size: 36px; font-style: normal; font-weight: 600; letter-spacing: 1px; line-height: 1.3; margin: 30px 0 15px 0; }
.blog-wrapper .blog-grid .blog-content h3 { color: #1C1C1C; font-family: "El Messiri"; font-size: 28px; font-style: normal; font-weight: 600; letter-spacing: 1px; line-height: 1.3; margin: 30px 0 15px 0; }
.blog-wrapper .blog-grid .blog-content h4 { color: #1C1C1C; font-family: "El Messiri"; font-size: 24px; font-style: normal; font-weight: 600; letter-spacing: 1px; line-height: 1.3; margin: 30px 0 15px 0; }
.blog-wrapper .blog-grid .blog-content .post-navigation { background: #1C1C1C; padding: 25px 25px; border-radius: 10px; }
.blog-wrapper .blog-grid .blog-content .post-navigation a { color: #FFF; letter-spacing: 1px; font-size: 16px; font-weight: 600; }
.blog-wrapper .blog-grid .blog-content .post-tags { border-top: 2px solid #1c1c1c; padding: 25px 0 0 0; display: flex; align-items: center; justify-content: space-between; }
.blog-wrapper .blog-grid .blog-content .post-tags .share-post i { color: #1c1c1c; }
.blog-wrapper .blog-grid .blog-content .post-tags .share-post { margin: 0; }
.blog-wrapper .blog-grid .blog-content .post-tags strong { color: #1c1c1c; font-family: "El Messiri"; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: 1px; margin-right: 10px; }
.blog-wrapper .blog-grid .blog-content .post-tags a { color: #1C1C1C; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 500; line-height: 28px; letter-spacing: 1px; }
.share-post { display: flex; align-items: center; gap: 12px; margin: 25px 0; }
.share-post span { font-weight: 600; font-size: 16px; }
.share-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid #1C1C1C; border-radius: 5px; text-decoration: none; transition: 0.3s; }
.share-btn:hover { background: #FFF; color: #fff; }
.blog-wrapper .blog-grid .blog-content .post-tags .share-post span { color: #1c1c1c; font-family: "El Messiri"; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: 1px; }
/*******************************/
/* Form Wrapper */
.custom-comment-form { margin-top: 10px; }
/* Notes */
.comment-notes { margin-bottom: 20px; color: #1C1C1C; font-family: Urbanist; font-size: 18px; font-style: normal; font-weight: 500; line-height: 28px; /* 155.556% */ letter-spacing: 1px; }
/* Row Layout */
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
/* Columns */
.form-col { flex: 1; }
.form-col.full { flex: 100%; }
/* Inputs */
.custom-comment-form input,
.custom-comment-form textarea { width: 100%; padding: 14px; border: 1px solid #ddd; border-radius: 8px; background: #f5f5f5; color: #373737; font-family: Poppins; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: 0.5px; }
/* Checkbox */
.comment-form-cookies-consent { margin: 15px 0; font-size: 16px; display: flex; }
.comment-form-cookies-consent input#wp-comment-cookies-consent { width: 20px; margin-right: 10px; }
.comment-form-cookies-consent label { color: #1C1C1C; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 500; line-height: 28px; letter-spacing: 0.5px; }
/* Button */
.submit-btn { border-radius: 10px !important; background: #DA3435 !important; width: auto !important; padding: 16px 30px !important; color: #FFF !important; text-align: center; font-family: Urbanist !important; font-size: 15px !important; font-style: normal !important; font-weight: 700 !important; line-height: normal !important; letter-spacing: 1.5px !important; text-transform: uppercase; border: none !important; margin-top: 5px; }
.submit-btn:hover { background: #1c1c1c; color: #FFF; }
section#comments.comments-area h2#reply-title { color: #1C1C1C; font-family: "El Messiri"; font-size: 36px; font-style: normal; font-weight: 600; line-height: 1.2; letter-spacing: 1px; }
section#comments.comments-area p.comment-notes { color: #1C1C1C; font-family: Urbanist; font-size: 16px; font-style: normal; font-weight: 500; line-height: 1.3; letter-spacing: 1px; margin-bottom: 30px; }
#content.site-main { max-width: 100% !important; padding: 30px 40px; }
.post-grid .grid-inner .thumb a {
  margin: 0;
  width: 100%;
}
/* Responsive */
@media (max-width: 768px) {
.form-row { flex-direction: column; }
}
  
  
/* Responsive */
@media (max-width: 768px) {
.blog-grid { grid-template-columns: 1fr; }
}


