/*
Theme Name: Bootstrap
Author: Ivan
Description: WordPress with Bootstrap
Version: 1.0
*/

	.dotted-row {
    border-top: 2px dotted #dee2e6;
    border-bottom: 2px dotted #dee2e6;
}
	
	.dotted-post article {
    border-top: 1px dotted #dee2e6;
    border-bottom: 1px dotted #dee2e6;
    padding-top: 12px;
    padding-bottom: 12px;
}

	
.dotted-row {
    border-top: 1px dotted #dee2e6;
    border-bottom: 1px dotted #dee2e6;
    padding-top: 20px;
    padding-bottom: 20px;
}
	
	
p.small.text-muted.mb-0{color:#fff!important;}	
	
.form-header h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #0c2ddb;
}

.form-header p {
  font-size: 15px;
  color: #555;
  margin-bottom: 22px;
}
	
.budget-section {
  width: 100%;
  padding: 60px 20px;
}

.budget-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
}

.budget-text h1 {
  font-size: 34px;
  margin-bottom: 16px;
  color: #001db2;
}

.budget-text p {
  font-size: 17px;
  line-height: 1.6;
  color: #111;
	margin-top:15px;
  margin-bottom: 14px;
}

	.budget-text {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  padding: 28px 32px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 29, 178, 0.08);
  position: relative;
}

/* Accent line */
.budget-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 6px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0c2ddb, #0066ff);
}

.budget-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #1f2937;
  margin-bottom: 16px;
}

.budget-text p:last-child {
  margin-bottom: 0;
}

.budget-text strong {
  color: #0C8848;
}
	
	
.budget-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(0, 29, 178, 0.15);
}

.input-row {
  margin-bottom: 18px;
}

.input-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.input-row input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #d0d8ff;
  outline: none;
}

.input-row input:focus {
  border-color: #001db2;
}

.btn-calc {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #0529e2, #0066ff);
}

.btn-calc:hover {
  opacity: 0.8;
}

.output {
  margin-top: 26px;
  display: none;
}

.budget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
}

.needs {
  background: #f1f6ff;
  color: #001db2;
}

.wants {
  background: #fff5e6;
  color: #c77700;
}

.savings {
  background: #e9f9f0;
  color: #0c8848;
}

/* Responsive */
@media (max-width: 900px) {
  .budget-container {
    grid-template-columns: 1fr;
  }
}	
	
	
	
  .budget-box {
  background: #ffffff;
  width: 100%;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 29, 178, 0.15);
}

.budget-box h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  color: #001db2;
}

.input-row {
  margin-bottom: 18px;
}

.input-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.input-row input {
  width: 100%;
  padding: 12px 14px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #d0d8ff;
  outline: none;
}

.input-row input:focus {
  border-color: #001db2;
}

.btn-calc {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #001db2, #0066ff);
}

.btn-calc:hover {
  opacity: 0.92;
}

.output {
  margin-top: 24px;
  display: none;
}

.budget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.needs {
  background: #f1f6ff;
  color: #001db2;
}

.wants {
  background: #fff5e6;
  color: #c77700;
}

.savings {
  background: #e9f9f0;
  color: #0c8848;
}
	
	
	 
    .calculator {
        margin-top: 30px;
    }
    label {
        display: block;
        margin-top: 15px;
        font-weight: bold;
    }
    input[type="number"] {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 16px;
        box-sizing: border-box;
    }
    button {
        margin-top: 20px;
        padding: 12px 25px;
        font-size: 16px;
        background-color: #0044cc;
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }
    button:hover {
        background-color: #003399;
    }
    #result {
        margin-top: 25px;
        border-radius: 6px;
        font-weight: bold;
    }
    .disclaimer {
        font-size: 13px;
        color: #555;
        margin-top: 30px;
    }
	
	
	
.podcast-section {
    width: 100%;
    margin: 0 auto;
}
	
/* ==============================
   Podcast Wrapper Fix
   Prevent clipping & allow full-width player
============================== */
.podcast-section {
    position: relative;
    width: 100%;
    overflow: visible !important;
    z-index: 10;
    margin: 0 auto;
}

.podcast-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 9999;
}

/* Make all nested elements inside player visible */
.podcast-wrapper * {
    overflow: visible !important;
    position: relative !important;
    z-index: 9999;
}

/* Ensure audio / iframe fills container */
.podcast-wrapper iframe,
.podcast-wrapper audio {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Force parent rows / containers to allow overflow */
.podcast-section .container,
.podcast-section .row {
    overflow: visible !important;
}

	
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background:#6c757d;}
	.nav-pills .nav-link{color:#333;}
	.btn.btn-lg {
  padding: 8px 18px !important;
}
	a.btn.btn-outline-secondary.w-100:hover{background:#4EBC03!important; border:solid 1px #4EBC03!important; color:#fff!important;}
	
	a.btn.btn-lg.btn-success.px-5.py-3{background:#4EBC03!important; border:solid 1px #4EBC03!important; font-weight:bold!important;}
		a.btn.btn-lg.btn-success.px-5.py-3:hover{background:#28a745!important; border:solid 1px #28a745!important; font-weight:bold!important;}
	
	.circle-post {
    display: block;
}

.circle-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
@media (max-width: 576px) {
    .circle-img {
        width: 120px;
        height: 120px;
    }
}
	
	.nav-pills .nav-link{cursor:pointer;}
	.border-bottom{border-bottom:solid 2px #e8f0fe!important;}
	.text-muted{color:#111!important;}
	.py-2{background-color:#f9fcff!important;}
	.bg-white{background-color:#f9fcff!important;}
	body {
    background-color:#f9fcff!important;
}
	.bg-light{background-color:#f0f5ff!important;}
	.p-5{padding:2rem!important;}

	
	div.d-flex.align-items-center.gap-3 a{color:#fff!important;}
	
.stylish-form {
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 420px;
}

.stylish-form .form-group {
  margin-bottom: 18px;
}

.stylish-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
}

.stylish-form input,
.stylish-form select {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #e8f0fe;
  font-size: 15px;
  background: #f0f5ff;
  transition: all 0.25s ease;
}

.stylish-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23999' d='M5.5 7l4.5 4.5L14.5 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
}

.stylish-form input:focus,
.stylish-form select:focus {
  border-color: #00a25b;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 162, 91, 0.15);
  outline: none;
}

.stylish-form .form-submit input {
  width: 100%;
  height: 50px;
  border-radius: 12px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #00a25b, #4ebc03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stylish-form .form-submit input:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(78, 188, 3, 0.25);
}

.stylish-form .captcha-wrapper {
  margin: 16px 0;
}

.stylish-form .form-header,
.stylish-form .form-footer {
  text-align: center;
  margin-bottom: 14px;
}
	
:root {
  --brand-primary: #0e67ff;
  --brand-accent: #ffb703;
  --brand-dark: #0b132b;
  --brand-muted: #6c757d;

  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;

  --shadow-soft: 0 8px 30px rgba(0,0,0,.06);
  --shadow-hover: 0 14px 40px rgba(14,103,255,.18);
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: color .25s ease;
}

h1, h2, h3, h4, h5 {
  letter-spacing: -.02em;
}

h5 {
  font-size: 1.05rem;
}

.shadow-sm {
  box-shadow: var(--shadow-soft)!important;
}

.card,
.news-card,
.featured-post {
  transition: transform .35s ease, box-shadow .35s ease;
}

.card:hover,
.news-card:hover,
.featured-post:hover {
  transform: translateY(-4px);
  box-shadow:none;
}

.badge {
  font-size: 11px;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.bg-primary {
  background: linear-gradient(135deg,#0e67ff,#3a86ff)!important;
}

.bg-danger{background: linear-gradient(135deg, #0C8848, #4EBC03)!important;}

.bg-secondary {
  background: #6c757d!important;
}

header {
  backdrop-filter: blur(8px);
}

header img {
  max-height: 36px;
}

.navbar {
  border-top: 1px solid rgba(0,0,0,.04);
}

.navbar-nav .nav-link {
  padding: 1rem;
  color: #111;
  position: relative;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--brand-primary);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 2px;
  background:#fff;
  transition: width .3s ease;
}
	
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

header .btn-outline-secondary,
.text-end {
  border-radius: var(--radius-lg);
  padding: 2px 12px;
  border: solid 1px #6c757d;
}
	
.big-post-img {
  min-height: 420px;
  border-radius: var(--radius-lg);
}

.small-post-img {
  min-height: calc(420px / 2);
  border-radius: var(--radius-md);
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1.75rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.overlay-content h2,
.overlay-content h6 {
  line-height: 1.3;
}

@media (max-width: 991px) {
  .big-post-img,
  .small-post-img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .overlay-content {
    position: static;
    background: #000;
  }
}

.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .news-card img {
    height: 180px;
  }
}

.news-card h5:hover,
.line-news-item:hover h6,
.d-flex a:hover h6,
.list-group-item:hover h6 {
  color: #dc3545;
}

.line-news-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.post-thumb-sm {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.list-group-item {
  padding: 12px 0;
}

.ticker-title {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2em;
  max-width: 200px;
  hyphens: auto;
  word-break: break-word;
}

.podcast-bootstrap-wrap {
  max-width: 1000px;
}

.pp-podcast {
  margin: auto;
  border-radius: var(--radius-lg);
}

.pp-podcast__wrapper {
  padding: 1.5rem;
}

.pp-podcast audio {
  width: 100%;
}

.pp-podcast .pod-header__image-wrapper img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
	
input {
  border: solid 1px #ccc;
  border-radius: var(--radius-sm);
  height: 40px;
  width: 100%;
}

.wpcf7-submit {
  background: var(--brand-primary);
  border: solid 1px var(--brand-primary);
  color: #fff;
  font-weight: bold;
  border-radius: var(--radius-sm);
}
	
.footer-title{color:#fff!important;}
.footer-links a{color:#fff!important;}
div.footer-post.mb-3 a{color:#fff!important;}
small.text-muted.d-block.mt-1{color:#fff!important;}
	
	.footer-news {
background-image:
    linear-gradient(
        rgba(0, 113, 26, 0),
        rgba(0, 113, 26, 1)
    ),
    linear-gradient(
        to right,
        rgba(0, 113, 26, 1),
        rgba(0, 113, 26, 0) 200px,
        rgba(0, 113, 26, 0) 1120px,
        rgba(0, 113, 26, 1)
    ),
    url("https://assets1.cbsnewsstatic.com/hub/i/2022/05/27/bd6987d3-55a8-4d4f-9129-3f43de05fbcc/header-moneywatch.jpg");

background-size:
    100% 0,
    1320px 371.25px,
    1320px auto;

padding: 95px 0 113px;
height: 370px;
}

.footer-title {
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links a {
  transition: color .2s ease;
}

.footer-links a:hover {
  color: var(--brand-primary);
}	
	
	
	
/* Bootstrap max width */
.podcast-bootstrap-wrap {
    max-width: 1000px;
}

.pp-podcast {
    margin-left: auto;
    margin-right: auto;
}
	
.pp-podcast .pod-header__image {
    max-width: 100%;
}

.pp-podcast .pod-header__image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: cover;
}

.pp-podcast__wrapper {
    padding: 1.5rem;
}
.pp-podcast audio {
    width: 100%;
}

.pp-podcast {
    border-radius: 20px;
}
h5.hover-title.mb-2{font-size:17px;}	

.ticker-title {
    font-size:15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
	max-width:200px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    word-break: break-word;
}	
.text-end{border-radius:20px; padding:2px 12px; border:solid 1px #6c757d;}	
input{border:solid 1px #ccc; border-radius:10px; height:40px; width:100%;}
.wpcf7-submit{background:#0d6efd; border:solid 1px #0d6efd; color:#fff; font-weight:bold;}
	
@media (max-width: 768px) {
    .news-card img {
        height: 180px;
    }
}	
.news-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
}

.line-news-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 10px;
}

.news-card h5:hover,
.line-news-item:hover h6 {
    color: #dc3545;
}
	
.post-thumb-sm {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.d-flex a:hover h6 {
    color: #dc3545;
}	
	
.list-group-item {
    padding: 12px 0;
}

.list-group-item:hover h6 {
    color: #dc3545;
}	
	
.big-post-img {
  min-height: 420px;
}

.small-post-img {
  min-height: calc(420px / 2);
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.overlay-content h6,
.overlay-content h2 {
  line-height: 1.3;
}

@media (max-width: 991px) {
  .big-post-img,
  .small-post-img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .overlay-content {
    position: static;
    background: #000;
  }
}
	.navbar{background:linear-gradient(135deg, #0C8848, #4EBC03)!important;}
.navbar-nav .nav-link {
    padding: 1rem;
    color: #fff;
}
	
	.footer-news {
    position: relative;
}
	
	.circle-posts-section {
    background:#f0f5ff;
	border-radius:24px;
}
	

.footer-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:5px;
    background: linear-gradient(135deg, #0C8848, #4EBC03);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #fff;
}
	
.bg-danger{background-color:#0e67ff!important;}

header img {
    max-height: 36px;
}

header .btn-outline-secondary {
    border-radius: 20px;
    padding: 2px 12px;
}	
	

	@media (max-width: 1199px) {
.flex-wrap {
    flex-wrap: inherit!important;
}

.scroll-container > :last-child {
    margin-bottom: 40px;
}

.budget-section {
    padding:0px 20px!important;
}
		
.budget-container{margin-top:40px;}

button {
    margin-top: 0;
}

.navbar-toggler:hover {
    background: #fff;
}		
		
		.navbar-toggler:focus {
    border: none;
			box-shadow:none;
}

.py-5 {
    padding-bottom: 0 !important;
}

.col-lg-6 p.small.text-muted.mb-0 {
    display: none;
}
.stylish-form {
    margin: 0 auto;
}

div.col-lg-3.col-md-6 {
    margin-top: 0;
}

/* Footer background */
.footer-news {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
		div.col-lg-3.col-md-6{text-align:center;}
a.text-decoration-none.text-dark.d-flex.align-items-center{text-align:center; display:block!important;}
			button.focus:not(:focus-visible){border:solid 3px #fff!important;}
	.justify-content-end{justify-content:center!important;}
		.text-muted{text-align:center!important; justify-content:center!important; display:block;}
		


.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    justify-content: center;
}
		
		
	}	
	
	
		@media (max-width:599px) {
			h4.mb-0.fw-bold.me-3 {
    display: none !important;
}
		
	.border-top{display:none;}}