/* 
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 */
   :root {
    --primary-color: #be717a;
    --primary-hover: #a55d66;
    --text-color: #333;
    --text-light: #666;
    --bg-light: #f8f2f3;
    --bg-light-alt: #f7f1f2;
    --border-color: #e4e4e4;
    --shadow-light: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --shadow-medium: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    --shadow-card: 0 4px 15px rgba(0, 0, 0, 0.1);
    --border-radius: 25px;
    --border-radius-small: 10px;
    --transition: all 0.3s ease;
}

@font-face {
    font-family: 'Butler';
    src: url('assets/Butler-Light.woff2') format('woff2'),
         url('assets/Butler-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Butler', sans-serif !important;
}

body p {
    font-size: 18px !important;
}

.page-header {
    display: none;
}

/* ==========================================================================
   Buttons & Interactive Elements
   ========================================================================== */

.btn-primary a {
    padding: 18px 45px;
    border-radius: 25px !important;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-primary a:hover {
    background-color: #995b62;
}

.wpforms-submit-container{
	margin-top:25px !important;
}

.wpforms-submit-container button{
	height: 54px !important;
    padding: 18px 45px !important;
    border-radius: 25px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background-color: var(--e-global-color-accent) !important;
}

.wpforms-submit-container button::hover{
	color: var(--primary-color) !important;
    background-color: #fff  !important;
    border: 1px solid var(--primary-color)  !important;
}

/*============================================
 * Newsletter Signup
 ============================================*/
form#wpforms-form-1096 div#wpforms-1096-field_1-container{ width: calc(40% - 10px) !important; }
form#wpforms-form-1096 div#wpforms-1096-field_2-container{ width: calc(60% - 10px) !important; }
#wpforms-form-1096 button.wpforms-submit{
    min-width: 160px;
    height: auto !important;
    padding: 20px 0px !important;
    text-align: center;
    border-radius: 999px !important;
    margin-top:15px;
    letter-spacing: 1px;
}
#wpforms-form-1096 input[type=text], #wpforms-form-1096 input[type=email]{
	border-radius: 999px !important;
    border-color: #e6d6d9 !important;
    padding: 28px 20px !important;
    letter-spacing: 1px;
}
#wpforms-form-1096 input[type=text]:focus, #wpforms-form-1096 input[type=email]:focus{
    border-color: #be717b !important;
    box-shadow: unset !important;
}

/* ==========================================================================
   Section Headings with Underlines
   ========================================================================== */
.life-section-heading,
.explore-heading,
.prospective-heading,
.instagram-heading{
  display: flex;
  align-items: baseline; 
  position: relative;       
  gap: 0;                   
}

.life-section-heading::after,
.explore-heading::after,
.prospective-heading::after,
.instagram-heading::after{
  content: "";
  flex: 1 1 auto; 
  height: 1px;
  background-color: var(--primary-color);
  margin-left: 20px;
}

/*
.life-section-heading,
.explore-heading,
.prospective-heading,
.instagram-heading {
    position: relative;
    display: inline-block;
}

.life-section-heading::after,
.explore-heading::after,
.prospective-heading::after,
.instagram-heading::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    height: 2px;
    background-color: var(--primary-color);
}

.explore-section .explore-heading::after {
    width: 70%;
}

.prospective-heading::after {
    width: 75%;
}
*/

/* ==========================================================================
   Blog & Content Sections
   ========================================================================== */

.prospectives-section article {
    background-color: var(--bg-light);
    border-radius: 25px !important;
}

.blog-section .category-blog {
    background-color: var(--bg-light-alt);
    border: 1px solid var(--border-color);
    border-radius: 25px !important;
}

/* Shared post text layout */
.blog-section .category-blog .elementor-post__text,
.prospectives-section article .elementor-post__text {
    display: flex;
    padding: 25px 25px 35px 25px;
}

.blog-section .category-blog .elementor-post__thumbnail__link,
.prospectives-section article .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.blog-section .category-blog .elementor-post__title,
.prospectives-section article .elementor-post__title {
    order: 2;
    font-size: 24px;
    margin-bottom: 20px;
}

.blog-section .category-blog .elementor-post__meta-data,
.prospectives-section article .elementor-post__meta-data {
    order: 1;
    color: #334446;
    font-size: 16px;
    margin-top: 15px;
}

.blog-section .category-blog .elementor-post__read-more,
.prospectives-section article .elementor-post__read-more {
    order: 3;
    font-size: 20px;
    text-transform: uppercase;
}

/* ==========================================================================
   Special Headings with Icons
   ========================================================================== */

.success-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-heading::before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 58px;
    background: url(assets/images/quote.png) no-repeat center center;
    background-size: contain;
    left: 0;
    position: absolute;
}

.instagram-heading {
    position: relative;
    display: flex;
    align-items: center;
}

.instagram-heading::before {
    content: "";
    display: inline-block;
    width: 90px;
    height: 58px;
    background: url(assets/images/instagram.png) no-repeat center center;
    background-size: contain;
    left: 0;
    position: absolute;
}

.instagram-heading h1 {
    padding-left: 90px;
}

/*
.instagram-heading::after {
    width: 65%;
}
*/
.blog-sidebar .archive-sidebar{
    width:100%;
}

/* ==========================================================================
   Footer & Links
   ========================================================================== */

.footerbar p {
    font-size: 14px !important;
    padding: 0 15px;
}

.learn-more p {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.learn-more p a:hover {
    color: var(--primary-color);
}

.learn-more p::after {
    content: " →";
    font-weight: bold;
    margin-left: 0;
}

/* ==========================================================================
   Containers & Layout
   ========================================================================== */

@media (min-width:768px){
	.right-gift-container{ padding: 35px !important; }
}
.right-gift-container form#wpforms-form-1096 div#wpforms-1096-field_1-container,
.right-gift-container form#wpforms-form-1096 div#wpforms-1096-field_2-container,
.right-gift-container #wpforms-form-1096 button.wpforms-submit{
	width: 100% !important;
	margin-left: unset !important;
}

.left-content-container,
.right-gift-container,
.right-list-container,
.category-container {
    box-shadow: var(--shadow-light);
}

.left-content-container ul li {
    font-size: 18px;
    margin-bottom: 8px;
}

.left-content-container ul li::marker {
    color: var(--primary-color);
    font-size: 21px;
}

.right-list-container h2 {
    font-size: 30px;
}

.header-menu {
    background-color: #fff;
    box-shadow: var(--shadow-medium);
}

.list-container h3 {
    font-size: 23px !important;
}

.category-container h5 {
    font-size: 35px;
    font-weight: 500;
}

.category-container ul li {
    margin-bottom: 5px;
}

.category-container ul li a {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 25px;
}

/* ==========================================================================
   Post Containers
   ========================================================================== */

.post-container article {
    background: #fff;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.post-container article:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.post-container article .elementor-post__thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.post-container article .elementor-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-container article:hover .elementor-post__thumbnail img {
    /*transform: scale(1.01);*/
}

.post-container .elementor-post__text {
    display: flex !important;
    padding: 25px;
}

.post-container .elementor-post__title {
    order: 2;
    font-size: 25px !important;
    margin-bottom: 20px !important;
}

.post-container .elementor-post__title a {
    font-family: 'Butler' !important;
}

.post-container .elementor-post__meta-data {
    order: 1;
    font-size: 16px !important;
    color: #cc3366 !important;
}

.post-container .elementor-post__read-more {
    order: 3;
    font-size: 18px !important;
}

/* ==========================================================================
   Archive Banner
   ========================================================================== */

.archive-banner {
    background-image: url('assets/images/inner-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:100px 0;
}

.archive-banner .banner-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.archive-banner .banner-left {
    flex: 1;
    color: #fff;
}

.archive-banner .banner-right {
    flex: 1;
    position: relative;
}

.archive-banner .banner-overlay {
    background: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 10px !important;
    backdrop-filter: blur(5px);
}

.archive-banner .banner-content-overlay {
    color: #fff;
}

.archive-banner .banner-title,
.archive-banner .banner-title-overlay {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Butler', sans-serif;
}

.archive-banner .banner-description,
.archive-banner .banner-description-overlay {
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.archive-banner .banner-stats,
.archive-banner .banner-stats-overlay {
    margin-bottom: 20px;
}

.archive-banner .posts-count,
.archive-banner .posts-count-overlay {
    font-size: 0.9rem;
    opacity: 0.9;
}

.archive-banner .category-title-section {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    margin-top: 20px;
}

.archive-banner .category-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Butler', sans-serif;
}

.archive-banner .category-description {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

/* ==========================================================================
   Archive Layout
   ========================================================================== */

.archive-layout {
    display: flex;
    gap: 40px;
    max-width: 1410px;
    margin: 0 auto;
    padding: 80px 20px;
}

.archive-posts-section {
    flex: 0 0 65%;
    width: 65%;
}

.archive-sidebar {
    flex: 0 0 30%;
    width: 30%;
}

/* ==========================================================================
   Posts Grid & Cards
   ========================================================================== */

.posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.post-card {
    background: #fff;
    border-radius: var(--border-radius-small);
    overflow: hidden;
    box-shadow: var(--shadow-card);
    transition: var(--transition);
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.post-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-content {
    padding: 20px;
}

.post-date {
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.post-title {
    margin-bottom: 15px;
}

.post-title a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Butler', sans-serif;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: var(--primary-color);
}

.post-excerpt {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.read-more-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: var(--transition);
}

.read-more-btn:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
}

/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 20px 0;
}

.nav-previous a,
.nav-next a {
    background: var(--primary-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px !important;
    text-decoration: none;
    font-weight: 500;
    transition: var(--transition);
}

.nav-previous a:hover,
.nav-next a:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.archive-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sidebar-widget {
    background: #fff;
    border-radius: var(--border-radius-small);
    padding: 25px;
    box-shadow: var(--shadow-card);
}

.widget-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-color);
    font-family: 'Butler', sans-serif;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
}

/* ==========================================================================
   Widget Styles
   ========================================================================== */

/* Recent Posts Widget */
.recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.recent-post-item {
    display: flex;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.recent-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recent-post-thumbnail {
    flex: 0 0 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 8px;
}

.recent-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content {
    flex: 1;
}

.recent-post-title {
    margin-bottom: 5px;
}

.recent-post-title a {
    color: var(--text-color);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.recent-post-title a:hover {
    color: var(--primary-color);
}

.recent-post-date {
    color: var(--primary-color);
    font-size: 0.8rem;
}

/* Categories Widget */
.categories-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.category-item:last-child {
    border-bottom: none;
}

.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    transition: color 0.3s ease;
}

.category-link:hover {
    color: var(--primary-color);
}

.category-name {
    font-weight: 500;
}

.category-count {
    color: var(--primary-color);
    font-size: 0.9rem;
}



/* ==========================================================================
   Responsive Design - Mobile First Approach
   ========================================================================== */

@media (max-width: 1600px) {
	.e-con-inner{
		max-width:1180px !important;		
	}
	
	.header-menu ul li a{
		font-size:14px !important;
	}
	
	/*
	.life-section-heading::after{
		width: 45%;
	}
	
	.life-section-heading::after{
		width: 60%;
	}
	
	.prospective-heading::after{
		width:70%;
	}
	*/
}

@media (max-width: 1399.98px) {
    .banner-heading-title h1,
    h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    
    h2 {
        font-size: 40px !important;
        line-height: 43px !important;
    }
    
    p {
        font-size: 18px !important;
    }
    
	/*
    .instagram-heading::after {
        width: 65%;
    }
    */
    .btn-primary a {
        padding: 15px 50px;
        font-size: 16px;
    }
    
    .list-container h3 {
        font-size: 20px !important;
    }
    
    .list-container p,
    .list-container a {
        font-size: 15px !important;
    }
}

@media (max-width: 1199.98px) {
    .footer-menu nav {
        background-color: transparent;
    }
    
    .footer-menu nav ul li a {
        color: #fff !important;
    }
    
    .mobile-menu nav ul li a {
        font-size: 17px;
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .banner-left-container {
        display: none;
    }
    
    .banner-right-container {
        width: 80%;
        margin: 0 10%;
    }
    
    .banner-heading-title h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    
    .life-section h2,
    .explore-section h2 {
        font-size: 30px !important;
    }
    
    h1 {
        font-size: 45px !important;
    }
    
    .grid-content {
        --e-con-grid-template-columns: 1fr !important;
    }
    
    .list-container {
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .banner-right-container {
        width: 90%;
        margin: 20px;
        padding: 30px;
    }
    
    .banner-heading-title h1,
    h1 {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    
    h2 {
        font-size: 30px !important;
    }
    
    .life-section h2,
    .explore-section h2 {
        font-size: 25px !important;
    }
    
    .life-section-heading::after,
    .explore-heading::after,
    .prospective-heading::after,
    .instagram-heading::after {
        display: none;
    }
    
    .success-heading::before {
        width: 50px;
        left: 10px;
    }
    
    .list-container {
        flex-wrap: nowrap;
        flex-direction: row !important;
        justify-content: center;
        align-items: center;
        text-align: unset;
        padding-bottom: 20px;
    }
    
    .learn-more p {
        margin-bottom: 0;
    }
}