/*
 * Theme Name: Heilz
 * Description: Directory & Listing WordPress Theme
 * Version: 2.3.0
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Author: Utillz
 * Theme URI: https://themeforest.net/user/utillz/portfolio
 * Author URI: https://themeforest.net/user/utillz
 * Text Domain: heilz
 * Tested up to: 5.7
 * Requires PHP: 7.0
 *
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
From Custom CSS - bkp

.ulz-site-actions{
	display: none !important;
}
.ulz-header, .ulz-mobile-header{
	background-color : #fff !important;
}
.ulz-site-nav, .ulz-mobile-header{
	color : #000;
}
.ulz-listing-cover .ulz--action {
    position: static;
    opacity: 1;
    width: 100%;
}

.ulz-listing-cover .ulz--action * {
    color: #000;
}

.ulz-listing-cover .ulz--action span {
    display: none;
}

.ulz-listing-cover .ulz--action span.listingtype-newname {
    display: block !important;!i;!;
    background: #fff !important;!i;!;
    font-size: 19px;
}

li.ulz-listing-item.ulz-display-style--landscape {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.ulz-listing .ulz-listing-cover .ulz-listing-cover-inner .ulz--action .ulz--author .ulz-cover-author .ulz--image {
    display: none;
}
.ulz-listing-cover .ulz--action {
    display: none;
}
.ulz-listing-cover .ulz--action {
    display: none;
}

.ulz--heading.ss {
    padding: 0px 20px;
    padding-bottom: 10px;
}
.utillz .ulz-listing .ulz-listing-tags {
    margin: 0;
    padding-left: 10px;
    padding-bottom: 17px;
}

.ulz-listing-tags.ulz-listing-details span, .ulz-listing-tags span {
    text-transform: uppercase;
    border-radius: 10px;
}
.ulz-listing-item .ulz-listing-image .ulz--video::-webkit-media-controls {
  display: none;
}
.utillz .ulz-listing .ulz-listing-overlay {
    top: 20px;
}
.ulz-listing-details.ulz-listing-details-content.ulz-listing-tags.sdds {
    pointer-events: all !important;!i;!;
}

.ulz-listing-details.ulz-listing-details-content.ulz-listing-tags.sdds span {
    cursor: pointer;
}
.ulz--title.ulz--size-xxxxl {
	color:#fff !important;
}

bkp-end


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height:1.15; /* 1 */
	-webkit-text-size-adjust:100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin:0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size:2em;
	margin:0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	height:0; /* 1 */
	overflow:visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family:monospace, monospace; /* 1 */
	font-size:1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color:transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom:none; /* 1 */
	text-decoration:underline; /* 2 */
	text-decoration:underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight:bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family:monospace, monospace; /* 1 */
	font-size:1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size:80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub {
	bottom:-0.25em;
}

sup {
	top:-0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style:none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family:inherit; /* 1 */
	font-size:100%; /* 1 */
	line-height:1.15; /* 1 */
	margin:0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow:visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform:none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance:button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style:none;
	padding:0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline:1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding:0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	color:inherit; /* 2 */
	display:table; /* 1 */
	max-width:100%; /* 1 */
	padding:0; /* 3 */
	white-space:normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align:baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow:auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	padding:0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance:textfield; /* 1 */
	outline-offset:-2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance:button; /* 1 */
	font:inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display:block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display:list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display:none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display:none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn, cite, em, i {
	font-style:italic;
}

blockquote {
	margin:0 1.5em;
}

address {
	margin:0;
	font-style:normal;
}

pre {
	background: #eee;
	margin-bottom: var( --gap );
	max-width: 100%;
	overflow: auto;
	padding: 1rem;
	border-radius: 10px;
}

code, kbd, tt, var {
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size:15px;
	font-size:0.9375rem;
}

abbr, acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

mark, ins {
	background:#fff9c0;
	text-decoration:none;
}

big {
	font-size:125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {}

body {
	background:#fff;
}

*,
*:before,
*:after {
	outline:0!important;
	box-sizing:border-box;
}

hr {
	width: 100%;
	border:0;
	border-top: 1px solid #ddd;
	height: 0;
	margin-bottom:1.5em;
}

ul, ol {
	padding:0;
	margin:0 0 1.5em 3em;
}

ul {
	list-style:disc;
}

ol {
	list-style:decimal;
}

li > ul,
li > ol {
	margin-bottom:0;
	margin-left:1.5em;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 1.5em 1.5em;
}

img {
	height:auto;
	/* Make sure images are scaled correctly. */
	max-width:100%;
	/* Adhere to container width. */
}

figure {
	margin:1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin:0 0 1.5em;
	width:100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display:inline;
	float:left;
	margin-right:1.5em;
}

.alignright {
	display:inline;
	float:right;
	margin-left:1.5em;
}

.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display:block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width:100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom:1.5em;
	max-width:100%;
}

.wp-caption img[class*="wp-image-"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption .wp-caption-text {
	margin:0.8075em 0;
}

.wp-caption-text {
	text-align:center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom:1.5em;
}

.gallery-item {
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-columns-3 .gallery-item {
	max-width:33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width:25%;
}

.gallery-columns-5 .gallery-item {
	max-width:20%;
}

.gallery-columns-6 .gallery-item {
	max-width:16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width:14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width:12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width:11.11%;
}

.gallery-caption {
	display:block;
}

.screen-reader-text {
	border: 0;
	word-wrap: normal;
}

/* thanku page css 21st nov 2022 */
.ulz-mobile-header .ulz--site-name a {
    color: white;
}

.my-title {
    margin-top: -25px;
}

#wc-print-button{
    display:inline-block;
    text-decoration:none;
    margin:8px 10px 8px 0;
    padding:5px 15px;
    border:0;
    border-radius:17px;
    float:right !important;
	  background-color:#2a6b6b;
	color:#fff;
}

#wc-print-button:hover{
    opacity:.7;
	color:#fff;
}

table {
    border: 1px solid #ddd;
    border-bottom: 0;
    border-collapse: collapse;
    margin: 0 0 1.5rem;
}

.woocommerce-order table td {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ddd;
    text-align: left;
    display: revert;
}

.woocommerce-order-received .woocommerce-order{
	max-width:918px !important;
}

.woocommerce-table--order-details thead{
	background-color:#2a6b6b;
	color:#fff;
}

.woocommerce-order table td{
	font-size:15px;
}

@media print{
    body{
        font-size:20px;
        color:#000
    }
    .site-description,.site-title,h2,h3{
        font-size:24pt
    }
    .ulz--title,.ulz-account-mobile-nav,.ulz-breadcrumb,.ulz-mobile-bar,.ulz-thank-you{
        display:none
    }
    #wc-print-button,.custom-header-media,.entry-title,.site-description{
        display:none!important
    }
    #content .site-content,.custom-header,.page:not(.home) #content,.site-branding{
        margin:0!important;
        padding:0!important
    }
}

.down-table-brkk{
    background:#ddd!important;
    border:1px solid #000!important
}	
/* end thanku page css 21st nov 2022 */

.ulz-button .ulz-preloader {
    position: absolute!important;
	margin-top: -7px!important;
}

/* 26-04-2024	password eye css Update */	
.password-container {
    position: relative;
}

.password-container input {
    padding-right: 30px; /* Space for the eye icon */
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.ulz-reviews-stats-text .score-description {
    color: #d80566;
    font-weight: bold;
}

/* 04-07-2024 Update Some Point */

.listingtype-newname {
  background: #2a6b6bdb;
  opacity: 1;
  border-radius: 5px;
  white-space: nowrap;
  color: #fff;
  padding: 4px 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:480px){
	.ulz-modal.ulz-modal-listing-preview.ulz-visible .ulz--inner {
    	flex-flow: column;
	}
}

/* --- G.O.A.T 2.0 VARIABLES --- */
:root {
    --goat-orange: #ff6b00; /* Your Brand Orange */
    --goat-navy: #0f172a;   /* The Benchmark Dark Blue */
    --goat-text-main: #111827;
    --goat-text-muted: #6b7280;
    --goat-bg: #ffffff;
    --goat-font-stack: 'Inter', system-ui, -apple-system, sans-serif;
}

/* --- 1. EDITORIAL HEADER (White & Clean) --- */
.goat-header {
    background: var(--goat-bg);
    padding: 60px 20px 40px 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.goat-header-inner {
    max-width: 900px;
    margin: 0 auto;
}

.goat-badge {
    display: inline-block;
    background: #fff0e6; /* Light Orange Tint */
    color: var(--goat-orange);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.goat-title {
    font-family: var(--goat-font-stack);
    font-size: clamp(36px, 5vw, 56px); /* Huge, Responsive Title */
    line-height: 1.1;
    font-weight: 800;
    color: var(--goat-text-main);
    margin: 0 0 30px 0;
    letter-spacing: -1px;
}

/* Meta Section (Date Only - Clean) */
.goat-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 15px;
    color: var(--goat-text-muted);
    font-weight: 500;
}

/* The Hero Image (Massive & Clean) */
.goat-hero-image {
    max-width: 1200px;
    margin: 0 auto 60px auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
}
.goat-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.goat-hero-image:hover img {
    transform: scale(1.02);
}

/* --- 2. LAYOUT GRID (70% Content / 30% Sidebar) --- */
.goat-layout-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr; 
    gap: 80px;
    padding: 0 20px 100px 20px;
}

/* --- 3. MAIN CONTENT STYLING --- */
.goat-body {
    font-family: var(--goat-font-stack);
    font-size: 19px;
    line-height: 1.8;
    color: #374151;
}
.goat-body h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #111;
    font-weight: 800;
    letter-spacing: -0.5px;
}
.goat-body h3 { font-size: 24px; margin-top: 40px; color: #111; font-weight: 700; }
.goat-body p { margin-bottom: 26px; }
.goat-body ul, .goat-body ol { margin-bottom: 26px; padding-left: 20px; }
.goat-body li { margin-bottom: 10px; }
.goat-body img { border-radius: 12px; max-width: 100%; height: auto; box-shadow: 0 4px 20px rgba(0,0,0,0.05); }

/* Tags */
.goat-tags { margin-top: 60px; padding-top: 30px; border-top: 1px solid #e5e7eb; }
.goat-tags a {
    display: inline-block;
    background: #f3f4f6;
    color: #4b5563;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.2s;
}
.goat-tags a:hover { background: var(--goat-orange); color: #fff; }

/* --- 4. THE SIDEBAR --- */
.goat-sidebar-col { position: relative; }
.goat-sticky-wrapper { position: sticky; top: 40px; }

/* THE NAVY PROMO CARD */
.goat-promo-card {
    background-color: var(--goat-navy);
    color: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.promo-inner { position: relative; z-index: 2; }

.promo-label {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 15px;
    color: #cbd5e1;
}

.goat-promo-card h2 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
}

.goat-promo-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 30px;
}

.goat-btn-primary {
    display: block;
    width: 100%;
    background: var(--goat-orange);
    color: #fff;
    text-align: center;
    padding: 16px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.goat-btn-primary:hover { 
    background: #e65e00; 
    transform: translateY(-2px);
}

/* Abstract Glow */
.promo-blur {
    position: absolute;
    top: -60px; right: -60px;
    width: 250px; height: 250px;
    background: var(--goat-orange);
    filter: blur(90px);
    opacity: 0.12;
    z-index: 1;
}

/* --- 5. RECOMMENDED READS --- */
.goat-widget h5 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #9ca3af;
    margin-bottom: 25px;
    font-weight: 800;
    border-bottom: 2px solid #f3f4f6;
    padding-bottom: 10px;
    display: inline-block;
}

.goat-recent-list { list-style: none; padding: 0; margin: 0; }
.goat-recent-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f4f6;
}
.goat-recent-list li:last-child { border: none; }

.goat-recent-list a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    color: var(--goat-text-main);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    transition: color 0.2s;
}
.goat-recent-list a:hover { color: var(--goat-orange); }
.recent-arrow { 
    color: #d1d5db; 
    font-weight: 400;
    transition: transform 0.2s, color 0.2s; 
}
.goat-recent-list a:hover .recent-arrow { 
    transform: translateX(5px); 
    color: var(--goat-orange); 
}

/* --- RESPONSIVE STYLES --- */
@media (max-width: 900px) {
    .goat-layout-container { grid-template-columns: 1fr; gap: 50px; }
    .goat-title { font-size: 34px; margin-bottom: 20px; }
    .goat-promo-card { padding: 30px 25px; }
    .goat-header { padding-top: 40px; }
    .goat-hero-image { margin-bottom: 40px; }
}

/* --- G.O.A.T HORIZONTAL LAYOUT (FINAL FIX) --- */

/* 1. GLOBAL WRAPPERS */
.goat-precision-wrapper {
    background-color: #ffffff;
    width: 100%;
    overflow-x: hidden;
}

.goat-max-container {
    max-width: 1300px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

/* 2. HERO SECTION */
.goat-precision-hero {
    padding: 80px 0 60px 0;
    background: #ffffff;
}

.goat-hero-flex {
    display: flex !important;
    align-items: center; 
    justify-content: space-between;
    gap: 60px; /* Balanced gap */
}

/* LEFT: Typography (Wider & More Horizontal) */
.goat-hero-content {
    flex: 1.5; /* Takes up 60% of the space now */
    padding-right: 20px;
}

.goat-hero-content h1 {
    font-family: 'Inter', sans-serif;
    /* REDUCED FONT SIZE TO PREVENT STACKING */
    font-size: clamp(32px, 4vw, 58px); 
    line-height: 1.1;
    font-weight: 800;
    color: #000000;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.goat-hero-content p {
    font-size: 19px;
    line-height: 1.6;
    color: #4b5563;
    /* INCREASED WIDTH TO MAKE IT HORIZONTAL */
    max-width: 90%; 
    margin-bottom: 35px;
}

/* BUTTONS */
.goat-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.goat-primary-btn {
    display: inline-block;
    padding: 15px 32px;
    background-color: #ff6b00; /* BRAND ORANGE */
    color: #ffffff !important;
    border-radius: 6px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.goat-primary-btn:hover {
    background-color: #e65e00;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 0, 0.4);
}

.goat-scroll-hint {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9ca3af;
    font-weight: 700;
}

/* RIGHT: The Visual */
.goat-hero-visual {
    flex: 1; /* Takes up 40% of space */
    display: flex;
    justify-content: flex-end; /* Align right */
    position: relative;
}

.goat-precision-img {
    width: 100%;
    max-width: 450px; /* Good size, not too dominating */
    height: auto;
    
    /* Clean Upright Look */
    transform: rotate(0deg); 
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15); 
    transition: transform 0.4s ease;
}

.goat-precision-img:hover {
    transform: translateY(-5px);
}

/* --- G.O.A.T CARD UI (PREMIUM EDITION) --- */

.goat-feed-section {
    padding-top: 40px; 
    padding-bottom: 100px;
}

/* 1. GRID LAYOUT */
.goat-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; /* Nice wide gap between cards */
}

/* 2. THE CARD CONTAINER (White Box + Shadow) */
.goat-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb; /* Very subtle light gray border */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    /* Resting Shadow */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    
    /* Smooth Animation for Lift */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 3. HOVER STATE (The Lift Effect) */
.goat-card:hover {
    transform: translateY(-8px); /* Physically moves up */
    border-color: #ff6b00; /* Subtle Orange Border on hover */
    
    /* Big Premium Shadow */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* 4. IMAGE AREA */
.goat-card-image-link {
    display: block;
    position: relative;
    width: 100%;
    height: 220px; /* Fixed height for uniformity */
    overflow: hidden;
}

.goat-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Slight Zoom on Hover */
.goat-card:hover .goat-card-img {
    transform: scale(1.05);
}

/* Floating Category Badge */
.goat-card-badge {
    position: absolute;
    top: 15px; right: 15px;
    background: #ffffff;
    color: #ff6b00; /* Brand Orange */
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 2;
}

/* 5. CONTENT AREA */
.goat-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.goat-card-title {
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.goat-card-title a {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    transition: color 0.2s;
    
    /* Limit to 3 lines max */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.goat-card:hover .goat-card-title a {
    color: #ff6b00;
}

/* Footer Link */
.goat-card-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f3f4f6;
}

.goat-read-more {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.goat-card:hover .goat-read-more {
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .goat-grid-layout { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .goat-grid-layout { grid-template-columns: 1fr; }
}

/* 4. PAGINATION */
.goat-pagination-wrap { margin-top: 60px; text-align: center; }
.goat-pagination-wrap .nav-links { display: inline-flex; border-bottom: 1px solid #eee; }
.goat-pagination-wrap a, .goat-pagination-wrap span {
    padding: 15px 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}
.goat-pagination-wrap span.current { border-bottom: 2px solid #ff6b00; color: #ff6b00; }
.goat-pagination-wrap a:hover { color: #ff6b00; }

/* 5. RESPONSIVE */
@media (max-width: 1024px) {
    .goat-hero-flex {
        flex-direction: column; 
        text-align: center;
        gap: 50px;
    }
    .goat-hero-content { padding-right: 0; }
    .goat-hero-content p { margin: 0 auto 30px auto; max-width: 100%; }
    .goat-btn-wrapper { justify-content: center; }
    .goat-grid-layout { grid-template-columns: repeat(2, 1fr); }
    .goat-hero-visual { justify-content: center; }
}

@media (max-width: 600px) {
    .goat-grid-layout { grid-template-columns: 1fr; }
    .goat-precision-hero { padding: 40px 0; }
}
/* --- G.O.A.T STICKY SIDEBAR FIX --- */

/* 1. RESET OVERFLOW (Crucial for Sticky to work) */
/* We must ensure no parent has overflow:hidden */
.goat-article, 
.goat-layout-container, 
.video-blog-container,
main {
    overflow: visible !important;
}

/* 2. ENSURE SIDEBAR COLUMN HAS HEIGHT */
/* The column needs to be as tall as the content for the inner element to stick */
.goat-sidebar-col {
    height: 100%; 
    min-height: 100vh;
    position: relative;
}

/* 3. THE STICKY WRAPPER */
.goat-sticky-wrapper {
    display: block;
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    
    /* Adjust this value if your top Header covers the sidebar */
    top: 120px; 
    
    z-index: 90; /* Ensures it sits above other elements */
    transition: top 0.3s ease;
}

/* Responsive Check: Disable sticky on mobile */
@media (max-width: 900px) {
    .goat-sticky-wrapper {
        position: relative;
        top: 0;
    }
}