/* =========================================
1. GLOBAL TYPOGRAPHY & MANUAL COLOR CONTROL
========================================= */
body, p, span, li {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 1.7;
    /* Removed fixed color to allow WordPress manual block settings to work */
}

#landing-page, #plunge-picker {
    text-align: center;
    max-width: 650px;
    margin: 60px auto;
    padding: 50px 30px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

/* =========================================
2. NEWS TITLES & DYNAMIC MEDIA BOXES
========================================= */
/* Keep News/Post Titles BOLD and Professional */
.post-title a, .entry-title a {
    color: #1a202c;
    text-decoration: none !important;
    font-size: 1.25rem !important;
    line-height: 1.4;
    font-weight: 700 !important; /* Force Boldness for News */
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #0077b6 !important;
}

/* The "White Box" Media Card Effect */
.gs_logo_container img, .modern-card {
    background-color: #ffffff !important;
    border: 2px solid #f1f5f9 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    padding: 15px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    filter: grayscale(100%);
    opacity: 0.8;
}

/* Dynamic Hover: Lift, Glow, and Color */
.gs_logo_container img:hover, .modern-card:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-8px) scale(1.03);
    border-color: #0077b6 !important;
    box-shadow: 0 15px 30px rgba(0, 119, 182, 0.15) !important;
}

/* =========================================
3. FIX: WHITE TEXT ON DARK OVERLAYS
========================================= */
.main-slider .entry-content p,
.post-overlay .entry-content,
.post-overlay p,
.widget_blaze_themes_banner_slider_widget .entry-content {
    color: #ffffff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.widget_blaze_themes_banner_slider_widget .entry-title a,
.widget_blaze_themes_grid_posts_slider_widget .entry-title a,
.main-slider .entry-title a,
.post-overlay .entry-title a {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* =========================================
4. ELITE OVERRIDES (BUTTONS & CLEANUP)
========================================= */
/* Forces specific H1 (Main Page Heading) to be less bold/elegant */
html body h1.entry-title, 
html body #landing-page h1,
html body .wp-block-heading h1 {
    font-weight: 500 !important;
}

/* HIDE the default "Home" page title */
.td-page-header .entry-title, h1.entry-title, .page-title {
    display: none !important;
}

/* BUTTONS: Force White Text always */
html body .menu-button-orange > a,
html body .picker-btn, 
html body #get-started,
html body .white-text-btn,
html body .white-text-btn a,
html body .white-text-btn button,
html body .wp-block-button__link,
html body .story-button a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.menu-button-orange > a {
    background-color: #ff8c00 !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-block !important;
}

/* =========================================
5. FOOTER (STAY WHITE)
========================================= */
footer, .site-footer, .site-footer p, .site-footer a, .site-footer i {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* 4. HOVER EFFECT */
.gs_logo_container img:hover {
filter: grayscale(0%);
opacity: 1;
transform: translateY(-5px); /* Subtle float up */
border-color: #0077b6 !important;
box-shadow: 0 10px 20px rgba(0, 119, 182, 0.15) !important;
}

/* Base Style for the Card */
.modern-card {
/* Smooth transition for the transform (movement) and shadow */
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
box-shadow 0.4s ease,
border-color 0.3s ease;

```
/* Setup initial look */
border: 2px solid #e5e5e5; /* Subtle grey border initially */
border-radius: 15px;       /* Matches the rounded look in your image */
background: white;
padding: 20px;             /* Gives the logo breathing room */
```

}

/* The Hover Effect */
.modern-card:hover {
/* The "Bounce Forward" - Scales up 1.05x and moves up 8px */
transform: scale(1.05) translateY(-8px);

```
/* The "Highlight" - Blue border */
border-color: #007cba;     /* Change this HEX code to match your exact blue */

/* The "Glow" - First shadow is for depth, second is for the blue glow */
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1),
            0 0 15px rgba(0, 124, 186, 0.4);

/* Ensures it pops OVER neighboring items */
position: relative;
z-index: 10;
```

}
/* Container Style */
.custom-icon-box {
background-color: #ffffff;
padding: 30px;
border-radius: 12px;
border: 1px solid #f0f0f0; /* Very subtle border */
transition: all 0.3s ease; /* Smooth animation */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Light shadow */
text-align: center; /* Center content */
}

/* Hover Effect - The Lift */
.custom-icon-box:hover {
transform: translateY(-5px); /* Moves the box up */
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); /* Deepens shadow */
border-color: #e0e0e0;
}

/* Icon Styling (Adjust selector based on your builder) */
.custom-icon-box i,
.custom-icon-box svg {
font-size: 40px;
color: #333; /* Dark gray icon */
margin-bottom: 20px;
transition: color 0.3s ease;
}

/* Icon Color Change on Hover */
.custom-icon-box:hover i,
.custom-icon-box:hover svg {
color: #0073aa; /* Change to your brand color */
}

/* Update this section at the bottom of your CSS */
.last-home-product,
.last-home-product img {
width: 100% !important;  /* Forces it to fill the column */
max-width: 100%;         /* Prevents it from overflowing */
height: auto !important; /* Maintains aspect ratio so it doesn't stretch */
object-fit: contain;
display: block;
margin: 0 auto;          /* Centers it if the container is larger */
}


.gs_logo_container img {
/ The "Square Box" Look /
background-color: #ffffff !important;
border: 2px solid #f1f5f9 !important;
border-radius: 12px !important;       / Rounded corners /
box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important; / Subtle shadow */

/* Spacing inside the box */
padding: 15px !important;
box-sizing: content-box !important;   /* Ensures padding adds to the size, keeping logo safe */

/* Animation */
transition: all 0.3s ease !important;

/* Optional: Start B&W, color on hover (Remove if you want color always) */
filter: grayscale(100%);
opacity: 0.8;
	
	/* 2. HEADER: Keep your blue gradient style */
.widget_text .widget-title {
background: linear-gradient(90deg, #0077b6 0%, #0096c7 100%) !important;
color: #ffffff !important;
padding: 15px;
margin-bottom: 25px;
text-align: center;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-radius: 8px;
display: block !important;
}