/*
Theme Name: Smart Trade Insights
Author: Ivan
Description: Beehiiv WordPress theme USA Gold Miracle
Version: 1.0
*/
.featured-posts{margin-bottom:60px!important;}

blockquote{
    background-color: #f2f2f2;
    border-left: 5px solid #ffcc00;
    padding: 12px;
    margin: 16px 0;
    color: #111;
    border-radius: 15px;
}

.post-template-default p, div, ul li, ol, li, span{font-size:18px!important;}
.hero-form input[type="email"]:focus,
.hero-content .wpcf7 input[type="email"]:focus {
    border-color: #FFCC00 !important;
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.8), 0 4px 12px rgba(255, 204, 0, 0.5) !important;
    transform: scale(1.02) !important;
    background-color: #fff;
    outline: 1px solid rgba(255, 204, 0, 0.8);
    outline-offset: 2px;
}

.footer-right input[type="email"]:focus,
.footer-right .wpcf7 input[type="email"]:focus {
    border-color: #FFCC00 !important;
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.8), 0 4px 12px rgba(255, 204, 0, 0.5) !important;
    transform: scale(1.02) !important;
    background-color: #fff;
    outline: 1px solid rgba(255, 204, 0, 0.8);
    outline-offset: 2px;
}




body{font-family:Arial,sans-serif;margin:0;background:#fff}
header,footer{text-align:center;padding:20px}
nav a{margin:0 10px;color:#333;text-decoration:none}
.featured-posts{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:40px}
.post-card{border:none!important;padding:15px}
.post-card img{max-width:100%;height:auto}
body.page-template-about{background:#E6B800;}
.page-template-about ul li{text-align:justify;}
.page-template-about p{text-align:justify; color:#fff;}
body.archive.category{background:#0d0d0d!important;}
body{background:#0d0d0d!important;}


.archive-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
	a.page-numbers{color:#fff!important;}
	.site-name{color:#fff; margin-left:10px; font-size:12px;}
	span.page-numbers.current{color:#fff!important;}
	span.page-numbers.dots{color:#fff!important;}
.archive-title {
    text-align: center;
    margin-bottom: 40px;
}

.archive-title h1 {
    font-size: 32px;
    margin: 0;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.archive-post {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.archive-post a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.archive-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* Content */
.archive-content {
    padding: 18px;
}

/* Meta row */
.archive-meta-top {
    font-size: 13px;
    color: #fff;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
}

/* Title */
.archive-content h2 {
    font-size: 21px;
    margin: 0 0 25px;
	color:#fff;
    line-height: 1.35;
}

/* Logo row */
.archive-logo {
    display: flex;
    align-items: center;
}

.archive-logo img {
    width: 30px;
    height: auto;
    display: block;
}

/* Mobile: 1 per line */
@media (max-width: 768px) {
    .archive-grid {
        grid-template-columns: 1fr;
    }
	
	.archive-wrapper{padding:0px 16px!important;}
}	


.footer-section {
  background-color: #0D0D0D;
  color: #fff;
  text-align: center;
  padding: 40px 20px 80px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
  align-items: center;
}

.footer-left {
  flex: 1 1 50%;
  text-align: left;
}

.footer-left h2 {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.footer-left p {
  font-size: 16px;
  margin: 0;
}

.footer-right {
  flex: 1 1 45%;
  text-align: right;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: auto;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #FF9700;
  font-size: 14px;
}

.newsletter-form button {
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  background-color: #E6B800;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.newsletter-form button:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-left, .footer-right {
    flex: 1 1 100%;
    text-align: center;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form input, .newsletter-form button {
    width: 100%;
  }
}


.footer-right .wpcf7 form.invalid .wpcf7-response-output,
.footer-right .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-right .wpcf7 form.payment-required .wpcf7-response-output {
    background: rgba(255, 193, 7, 0.08);
    border: 1px solid rgba(255, 193, 7, 0.55);
    color: #fff;
    box-shadow: 0 8px 24px rgba(255, 193, 7, 0.35);
    border-radius: 10px;
    padding: 14px 18px;
    text-align: center;
}
	
	/* ================= CF7 RESPONSE MESSAGE BASE ================= */
.wpcf7 form .wpcf7-response-output {
    margin: 24px auto 0;
    padding: 14px 18px;
    max-width: 520px;
    border-radius: 10px;
    font-size: 16px!important;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    background: rgba(0, 160, 210, 0.08);
    border: 1px solid rgba(0, 160, 210, 0.4);
    color: #111;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation: cf7FadeIn 0.35s ease-in-out;
}

/* ================= ERROR / FAILED ================= */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background: rgba(220, 50, 50, 0.08);
    border-color: rgba(220, 50, 50, 0.55);
    color: #bf1010;
    box-shadow: 0 8px 24px rgba(220, 50, 50, 0.35);
}
	
	.footer-right .wpcf7 form.sent .wpcf7-response-output {
    background: rgba(0, 200, 120, 0.08);
    border-color: rgba(0, 200, 120, 0.55);
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 200, 120, 0.35);
}

/* ================= SUCCESS ================= */
.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(0, 200, 120, 0.08);
    border-color: rgba(0, 200, 120, 0.55);
    color: #111;
    box-shadow: 0 8px 24px rgba(0, 200, 120, 0.35);
}

/* ================= FADE ANIMATION ================= */
@keyframes cf7FadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	
	.wpcf7-spinner{display:none;}
	
	.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 10px auto 10px auto;
    float: none;
		width:100%;
		position:absolute;
}
	
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{margin-top:50px;}
	
	figcaption{display:none;}
	.dream-heading a:hover{color:#ffcc00!important;}
	p[align="center"]{display:none;}
	.gecko-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

gecko-coin-price-marquee-widget {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}
	
	.footer-section .wpcf7 input[type="email"] {
    max-width: 350px;
}
	.post-content a{color:#fff; text-decoration:none;}
	body.post-template-default{color:#fff;}
	.related-posts-container{margin:0 auto; max-width:1000px; width:100%; padding-bottom:40px;}
	.dream-paragraph{font-size:14px!important; text-align:left!Important;}
	.dream-heading{padding:8px 0 10px 0;}
	
	.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
    flex: 1;
    min-width: 240px;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
}
	
	.wpcf7 .wpcf7-submit {
    padding: 14px 22px;
    border-radius: 25px;
    border: none;
    background: #ffcc00;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
	margin-left:5px;
}
	
	div.#wpcf7-f64258-o1.wpcf7.js{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
	
	.wpcf7 form {
    display:block;
    gap:10px;
    flex-wrap:wrap;
    justify-content:center;
}

.wpcf7 input[type="email"] {
    flex: 1;
    max-width:398px;
	width:100%;
    padding: 14px 16px;
    border-radius:25px;
    border: none;
	font-weight:bold;
	text-indent:10px;
    font-size: 18px;
}

.wpcf7 .wpcf7-submit {
    padding: 14px 22px;
    border-radius:25px;
    border: none;
    background: #ffcc00;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
	
/* HEADER WRAPPER */
.site-header {
    background: #000;
    position: relative;
    z-index: 100;
}

	div.flex.flex-col.w-full.grow._1ny5scw6._1ny5scw9{padding-bottom:20px;}
	
/* INNER HEADER - FLEX CONTAINER */
.header-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center; /* center menu */
    position: relative; /* for absolute logo */
    height: 70px;
}

.site-logo img {
    height: 95px!important;
    width: auto;
    display: block!important;
}

/* NAVIGATION - CENTERED */
.site-nav {
    display: flex;
    gap:20px; /* spacing between menu items */
}

.site-nav a {
    color: #fff;
    font-family: "Open Sans", system-ui, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 6px;
}

.site-nav a:hover {
    opacity: 0.85;
}

/* CTA BUTTON */
.nav-cta {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 6px 14px;
}

/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
}

/* MOBILE NAVIGATION */
.mobile-nav {
    display: none;
    flex-direction: column;
    background: #000;
    padding: 16px;
}

.mobile-nav a {
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    font-size: 18px;
}

.mobile-nav a:hover {
    opacity: 0.85;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .site-nav {
        display: none; /* hide desktop menu */
    }
    .hamburger {
        display: flex; /* show hamburger */
    }
	
	.wpcf7-not-valid-tip {
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
position:inherit;
		font-size:17px!important;
    color: #dc3232;
    font-size: 14px;
    font-weight: 400;
}
	
	
}

/* ================= GLOBAL ================= */
body {
    background: #000 !important;
    font-family: 'Inter', sans-serif;
    color: #fff;
    margin: 0;
}

/* Hide CF7 spinner */
.wpcf7-spinner {
    display: none;
}

/* Links */
a {
    color: #E6B800;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: underline;
}

/* ================= HERO ================= */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	margin-top:5px;
}

.hero-section img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.hero-section:hover img {
    transform: scale(1.05);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width:600px;
    padding: 40px;
    text-align: center;
    color: #111;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
}

.hero-content h1 {
    font-size: 50px;
    margin: 0 0 15px;
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    color: #111;
}
	
.wpcf7-submit:hover {
    background: linear-gradient(135deg, #ffd630, #f8ca12); /* lighter gradient on hover */
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.5);
   
}

.hero-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #222;
    line-height: 1.5;
}

/* Hero Form */
.hero-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-form input[type="email"] {
    flex: 1;
    min-width: 240px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #E6B800;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}


.hero-form button {
    padding: 14px 24px;
    border-radius: 8px;
    border: none;
    background: #E6B800;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-form button:hover {
    background: #ffcc00;
    transform: translateY(-2px);
}

/* ================= TICKER ================= */
.ticker-wrapper {
    overflow: hidden;
    background-color: #1a1a1a;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    margin: 20px 0;
}

.ticker {
    display: flex;
    white-space: nowrap;
}

.ticker-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 20px;
    color: #fff;
}

.ticker-symbol { font-weight: bold; color: #E6B800; }
.ticker-change.ticker-up { color: #4CAF50; }
.ticker-change.ticker-down { color: #FF4C4C; }

/* ================= TESTIMONIALS ================= */
.reviews-section {
    width: 100%;
    margin-top:60px;
	margin-bottom:60px;
    background: #000;
}

.reviews-section h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: #E6B800;
    font-size: 36px;
    margin-bottom: 50px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background: #111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(230,184,0,0.3);
}

.review-card p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.review-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E6B800;
}

.review-card span {
    color: #fff;
}

@media (max-width: 992px) {
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
	.featured-posts {padding:20px 20px!important; margin:0 auto;}
	.wpcf7-submit{width:50%; margin-top:25px;}
	
	
}
@media (max-width: 576px) {
    .reviews-grid { grid-template-columns: 1fr; }
}

/* ================= FEATURED POSTS ================= */
.featured-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px 20px;
    background: #000;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.post-card {
    background: #111;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(230,184,0,0.4);
}

.post-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.post-card h3 {
    margin: 15px 0;
    font-size: 22px;
    color: #E6B800;
}

.post-card p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.5;
}

.post-card a { text-decoration: none; color: inherit; }

@media (max-width: 992px) {
    .featured-posts { grid-template-columns: repeat(2, 1fr); }
	
	
	
}
}
@media (max-width: 576px) {
    .featured-posts { grid-template-columns: 1fr; }
}
@media (max-width: 1146px) {
	.footer-right .wpcf7 input[type="email"]{padding:14px 0px; max-width:100%;}
	.footer-right .wpcf7-submit{display:block; margin:0 auto; font-size:17px!important; width:50%;}
	
	.footer-right form.wpcf7-form.init{display:block; float:left; margin:0 auto; padding-top:20px;}
	
	.footer-right .wpcf7-not-valid-tip{position:inherit;}
	
	.footer-right .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{margin-top:25px!important;}
		.footer-section .footer-right .wpcf7 input[type="email"] {
    margin-bottom: 15px !important;

}

/* ================= RESPONSIVE HERO ================= */
@media (max-width: 768px) {
    .hero-content h1 { font-size:32px; }
    .hero-content p { font-size: 16px; }
	.post-content{padding:10px;}
	

}

.post-template-default .site-header {
    background: #0d0d0d;

}
	
	
/* ================= HERO FORM ================= */
.hero-content .wpcf7 input[type="email"] {
    width: 100%;
    max-width: 400px;
    padding: 14px 16px 14px 44px; /* space for icon */
    border-radius: 25px;
    border: 1px solid #E6B800;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    color: #111;
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23E6B800" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 12.713l11.985-7.713H0zM12 14.713L0 7v13h24V7z"/></svg>');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px 20px;
    transition: all 0.3s ease;
}


/* Submit button */
.hero-content .wpcf7-submit {
    margin-top: 12px;
    padding: 14px 24px;
    border-radius: 25px;
    border: none;
    background: #E6B800;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-content .wpcf7-submit:hover {
    background: #ffcc00;
    transform: translateY(-2px);
}

/* Response messages */
.hero-content .wpcf7-response-output {
    margin-top: 16px;
    padding: 12px 16px;
    text-align: center;
    border-radius: 12px;
    font-weight: 500;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

/* Success */
.hero-content form.sent .wpcf7-response-output {
    background: rgba(0,200,120,0.08);
    border: 1px solid rgba(0,200,120,0.55);
    color: #111;
}

/* Error */
.hero-content form.failed .wpcf7-response-output,
.hero-content form.invalid .wpcf7-response-output {
    background: rgba(220,50,50,0.08);
    border: 1px solid rgba(220,50,50,0.55);
    color: #bf1010;
}

.site-logo{height:75px!important;}
/* HEADER */
.site-header {
    width: 100%;
    background: #000;
    position: relative;
    z-index: 100;
}

/* INNER */
.header-inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; /* CENTER LOGO */
}

/* LOGO */
.site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo img {
    height: 70px;
    width: auto;
    display: block;
}
