/*
Theme Name: JulesBrown
Theme URI: https://innovatorsweb.com
Author: Mohit
Author URI: https://innovatorsweb.com
Description: A lightweight, SEO-optimized, AdSense-ready WordPress theme using Bootstrap.
Version: 1.0
*/

:root{
    --bs-primary: #244270;
    --bs-secondary: #6c757d;
}

body {
    font-family: Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #536182;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}
h1, h2, h3, h4{
  color: #0e2546;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background-color: #fff;
	}
}

.navbar-toggler:focus{box-shadow: none !important}
.ti-date{display: none}

.txt-dblue{
  color: #0e2546;
}
.txt-gray{
  color: #e2e2e2;
}

.fs16{font-size: 16px}
.bdr-bottom{ border-bottom:1px dashed #e2e2e2; }

.bg-site {
  background: linear-gradient(to right, #244270, #cb9e69);
 }
.bg-lgray{
  background-color: #f1f6fe;
}
.bg-dblue{
  background-color: #0e2546
}
.bg-lblue{
  background-color: #244270;
}
.border-primary {
    border-color: #244270 !important;
}
.border-gold {
    border-color: #cb9e69 !important;
}
.bg-gold-subtle {
    background-color: #cb9e69 !important;
}
.abs-pricing-gold{
    display: inline-block;
    width: 200px;
    padding: 6px 0;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    top: -20px;
    background-color: #cb9e69;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.list-price{
	list-style: none;
	margin:0 auto;
	padding:0;
	text-align: left;
	font-size: 16px;
	max-width: 400px;
}
.list-price li{
	padding: 5px 0;
}
.list-price li:last-child{
	border-bottom: 0;
	font-weight: bold;
	color: #2d5a9e;
}
.list-price li span{
	font-weight: bold;
	color: #cb9e69;
}

.list-site{
	list-style: none;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 16px;
}
.list-site li{
	border-bottom: 1px dashed #e2e2e2;
	padding: 5px 0;
}
.list-site li:last-child{
	border-bottom: 0;
}
.list-site li span{
	font-weight: bold;
	color: #cb9e69;
}

header{
  border-bottom: 1px solid #eaeef5;
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.btn-site {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(to right, #244270, #cb9e69);
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  }
.btn-site:hover {background: linear-gradient(to right, #cb9e69, #244270);}

.btn-hdr {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(to right, #cb9e69, #cb9e69);
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  }
.btn-hdr:hover {background: linear-gradient(to right, #244270, #244270);}

#menu-main-menu li{
  margin: 0 10px;
}
#menu-main-menu li a{
  color: #0e2546;
  text-decoration: none;
  font-weight: 500;
}

.mw690{
  max-width: 690px;
}

.hd{
  font-size: 40px;
  color: #cb9e69;
  font-weight: 600;
}
.shd{
  font-size: 36px;
  color: #0e2546;
}
@media(max-width: 500px){
	.hd{ font-size: 32px; }
	.shd{ font-size: 28px; }
}
.bdr-l{
  border-left: 4px solid #cb9e69;
}

.tri{
  top: -75px;
  position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
}

.cfs{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bolder;
}
.ct{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
.cbdr{
  border: 1px solid #e3ebf7;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 15px;
}
/* productivity shift*/
.bg-blue{
  background-color: #1e2a5e;
}
.bg-ps-1{
  background: url(images/bg-ps_30.jpg) no-repeat bottom left;
}
.bg-ps-2{
  background: url(images/bg-ps_28.jpg) no-repeat bottom right;
}
.ps-bdr-l{
  border-radius: 15px 0 0 0;
  background-image: url('images/bg-ps-box_33.png');
  padding: 50px 30px;
}
.ps-bdr-r{
  border-radius: 0 15px 0 0;
  background: url('images/bg-ps-box_29.png') repeat-y;
  padding: 50px 30px;
}
.txt30{
  font-size: 30px;
}
.bdr-l-blue{
  border-left: 4px solid #2d5a9e;
}
.bdr-l-gold{
  border-left: 4px solid #cb9e69;
}
.list-s1, .list-s2{
  list-style: none;
  padding: 20px 0 0;
}
.list-s1 li, .list-s2 li{
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}
.list-s1 li::before{
  position: absolute;
  content: url('https://julesbrown.co/wp-content/uploads/2026/01/icon-angry.png');
  left: 0;
}
.list-s2 li::before{
  position: absolute;
  content: url('https://julesbrown.co/wp-content/uploads/2026/01/icon-smile.png');
  left: 0;
}
.mh500{
  min-height: 500px;
}

/* choose your path */
.border-1{
  border-color: #e3ebf7;
}
.cyp-box{
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
}
.cyp-box ul{
  margin-bottom: 0;
}
.cyp-box ul li{
  font-size: 16px;
  text-align: left;
}
.cyp-box ul li:last-child{
  border-bottom: 0;
}
.txt-gold{
  color: #cb9e69;
}
.btn-cyp{
  position: absolute;
  left:0;
  right: 0;
  bottom:-20px
}
.circle-cyp{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 45px;
  font-family: Arial, Helvetica, sans-serif;
  top:-40px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d5a9e;
}
@media(max-width:768px){
  .mt-cyp{
    margin-top: 100px;
  }  
}

/* Bonus */
.txt-blue{
  color: #2d5a9e;
}
.bfs{
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.bt{
  font-size: 20px;
  font-weight: 500;
}
.bbdr{
  border: 1px solid #e3ebf7;
  border-radius: 10px;
  background-color: #f1f6fe;
  padding: 50px 15px;
}
.bg-bvideo{
  background: url('images/bg-bonus-video.jpg') no-repeat center;
  background-size: cover;
  padding: 100px 50px;
  border-radius: 15px;
}

.aicon{
  color: #fff;
  font-size: 40px;
  display: inline-block;
  animation: upDown 1.2s ease-in-out infinite;
}

/* Keyframes for up-down motion */
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px); /* Adjust distance (px) for how far it moves */
  }
}
.fbdr{
  border-radius: 15px;
  border: 2px dashed #2d5a9e;
  padding: 30px 20px;
  background-color: #f1f6fe;
}



/* page css */
.bg-page-title{
  background-color: #c6d7f3;
}
.bg-page-title .container{
  background: url('images/bg-page-title_02.jpg') no-repeat top right;
  background-size: contain;
  min-height: 250px;
  display: flex;
  align-items: center;
}

.bg-page-title h1{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-left: 4px solid #cb9e69;
  padding-left: 10px;
}
@media(max-width:768px){
  .bg-page-title .container{
    background-size: cover;
    background-position-x: 100px;
    max-width: 100%;
    min-height: 200px;
  }
}

@media(max-width:500px){
  .bg-page-title .container{
    background-position-x: -80px;
  }
}

/* timeline */
.timeline-section {
  position: relative;
}

.timeline-line {
  width: 4px;
  background-color: #dee2e6;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  position: relative;
}

.timeline-dot {
  position: absolute;
  top: 1rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #cb9e69;
  z-index: 1;
}

.timeline-item.left .timeline-dot {
  right: -8px;
}

.timeline-item.right .timeline-dot {
  left: -8px;
}

/* Mobile view: line moves left and items stack */
@media (max-width: 767.98px) {
  .timeline-line {
    left: 8px;
    transform: none;
  }

  .timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 0;
    right: auto;
  }

  .timeline-item.right,
  .timeline-item.left {
    padding-left: 2rem;
  }
}

.tick{
	font-size: 25px;
    font-weight: bold;
    color: #cb9e69;
}

.accordion-button{
	font-weight: bold;
	font-size: 18px;
}

footer{
  background: url('images/bg-footer.jpg') no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #f1f6fe;
  font-size: 14px;
}
footer a{
  color: #f1f6fe;
  text-decoration: none;
  font-size: 16px;
}