/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */


body {
  margin: 0px auto;
}

.top-mar {
  margin-top: 42px;
}

.margin-top {
  margin-top: 19px;
}

#mc_embed_signup input {
  border: none !important;
}

.no-margins {
  margin: 0px !important;
}

.newsletter-pad-top {
  padding-top: 5px !important;
}

.blog-top {
  margin-top: 97px;
}

.wwd-pic-margin {
  margin-top: 42px;
}

.cloud-quote {
  margin-left: 88px;
  margin-top: 70px;
}

.happy-people {
  margin-left: 83px;
  margin-top: -20px;
}

.big-marge {
  margin-top: 285px;
}

.wwd-big-marge {
  margin-top: 360px;
}

.home-margin-top-1 {
  margin-top: 63px;
}

#faq {
  background-color: #306daf1a;
  min-height: 1175px;
}

#featured {
  background: url(/assets/about-bg.jpg) no-repeat;
  min-height: 550px;
  background-size: cover;
}

#penrose {
  background: url(/assets/about-bg.jpg) no-repeat;
  min-height: 1175px;
  background-size: cover;
}

.case-studies {
  background: url(/assets/case-studies-bg.jpg) no-repeat;
  min-height: 340px;
  background-size: cover;
}

.other-featured {
  min-height: 340px;
}

#what-we-do {
  background: url(/assets/about-bg.jpg) no-repeat center bottom;
  min-height: 1040px;
  background-size: cover;
}

.faq-header {
  line-height: 1.2em !important;
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
}

.about-head {
  line-height: 1.2em !important;
  font-size: 19px;
  margin-top: 15px;
  color: #423e3e;
}

.welcome-text {
  line-height: 2.5rem !important;
  font-size: 2.2rem;
  font-weight: 600;
}
.welcome-des {
  color: #423e3e;
  font-size: 1.6rem;
  line-height: 2.9rem;
}
input {
  color: #5c5c5c !important;
}

.notice {
  padding: 10px;
  margin: 10px;
  color: #5c5c5c !important;
  background-color: white;
  border-radius: 4px;
  font-size: 15px;
}

.noticed {
  padding: 10px;
  margin: 10px;
  color: #5c5c5c !important;
  background-color: white;
  border-radius: 4px;
  font-size: 15px;
}

.dream-scroller {
  max-height: 1025px;
  overflow: auto;
}

.no-shadow {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5) !important;
}

.icon-danger {
  color: #d9534f !important;
  margin-left: 5px;
  margin-top: 3px;
  font-size: 19px;
}

.absoluted {
  position: absolute;
}

/* .suggestion {
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: border-box;
    transition: background-size 0.2s;
    -webkit-transition: background-size 0.2s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    z-index:1;
    position: relative;
}

.suggestion:hover {
    background-size: 1000px;
    width:200px;
    height: 200px;
    z-index: 3;
    position: absolute;
}*/

.whicon {
  color: #ffffff !important;
}

.red {
  color: #ff1a1a !important;
}

.zed {
  z-index: 5;
  position: relative;
}

.pie-legend {
  margin-left: 14px;
}

.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 5px;
  padding: 10px 12px;
  pointer-events: none;
}

.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 25px;
}
.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
}

.baby {
  background-image: url(/assets/visor.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 93px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  top: 102px;

  position: absolute;
}

.baby:hover {
  background-image: url(/assets/baby-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -12px;
  z-index: 3;
}

.idk {
  background-image: url(/assets/idk.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 93px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  top: 102px;

  position: absolute;
}

.idk:hover {
  background-image: url(/assets/boutique-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -12px;
  z-index: 3;
}

.art {
  background-image: url(/assets/above_visor.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 93px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.art:hover {
  background-image: url(/assets/art-class-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -12px;
  z-index: 3;
}

.shoes {
  background-image: url(/assets/shoes.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 93px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.shoes:hover {
  background-image: url(/assets/marathon-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -12px;
  z-index: 3;
}

.ladder {
  background-image: url(/assets/ladder.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 85px;
  height: 90px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  top: 100px;
  position: absolute;
}

.ladder:hover {
  background-image: url(/assets/remodel-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -30px;
  z-index: 3;
}

.microphone {
  background-image: url(/assets/microphone.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 85px;
  height: 90px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  top: 100px;
  position: absolute;
}

.microphone:hover {
  background-image: url(/assets/band-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  left: -30px;
  z-index: 3;
}

.route-66 {
  background-image: url(/assets/route_66.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 85px;
  height: 99px;
  top: 195px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.route-66:hover {
  background-image: url(/assets/road-trip-rollover.png);
  background-size: 100%;
  width: 180px;
  height: 200px;
  left: -40px;
  top: 100px;
  z-index: 3;
}

.cooking {
  background-image: url(/assets/cooking.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 85px;
  height: 99px;
  top: 195px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.cooking:hover {
  background-image: url(/assets/cooking-rollover.png);
  background-size: 100%;
  width: 180px;
  height: 200px;
  left: -40px;
  top: 100px;
  z-index: 3;
}

.golf {
  background-image: url(/assets/collage_golf.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 177px;
  height: 198px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.golf:hover {
  background-image: url(/assets/golf-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  z-index: 3;
}

.home-gym {
  background-image: url(/assets/home-gym.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 177px;
  height: 198px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.home-gym:hover {
  background-image: url(/assets/gym-rollover.png);
  background-size: 100%;
  width: 200px;
  height: 195px;
  z-index: 3;
}

.carousel-inner-height {
  height: 294px !important;
}

.chicago {
  background-image: url(/assets/chicago_theater.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 179px;
  height: 192px;
  top: 100px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.chicago:hover {
  background-image: url(/assets/chicago-theater-rollover.png);
  background-size: 100%;
  width: 199px;
  height: 195px;
  right: 5px;
  z-index: 3;
}

.diploma {
  background-image: url(/assets/diploma.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 179px;
  height: 192px;
  top: 100px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.diploma:hover {
  background-image: url(/assets/college-rollover.png);
  background-size: 100%;
  width: 199px;
  height: 195px;
  right: 5px;
  z-index: 3;
}

.caribbean {
  background-image: url(/assets/caribbean_beach.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 178px;
  height: 295px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.caribbean:hover {
  background-image: url(/assets/caribbean-rollover.png);
  background-size: 100%;
  width: 220px;
  height: 290px;
  left: -25px;
  z-index: 3;
}

.fishing {
  background-image: url(/assets/fly_fishing.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 178px;
  height: 295px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.fishing:hover {
  background-image: url(/assets/outdoors-rollover.png);
  background-size: 100%;
  width: 220px;
  height: 290px;
  left: -25px;
  z-index: 3;
}

.golf-height {
  height: 194px;
}

.house {
  background-image: url(/assets/house_strip.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 278px;
  height: 91px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.house:hover {
  background-image: url(/assets/vacation-home-rollover.png);
  background-size: 180px;
  width: 277px;
  top: -100px;
  height: 215px;
  z-index: 3;
}

.pet {
  background-image: url(/assets/pet.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 278px;
  height: 91px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.pet:hover {
  background-image: url(/assets/pet-rollover.png);
  background-size: 180px;
  width: 277px;
  top: -100px;
  height: 215px;
  z-index: 3;
}

.garden {
  background-image: url(/assets/garden.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 270px;
  height: 98px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.garden:hover {
  background-image: url(/assets/garden-rollover.png);
  background-size: 180px;
  width: 270px;
  top: -20px;
  height: 215px;
  z-index: 3;
}

.cards {
  background-image: url(/assets/cards.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 270px;
  height: 98px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.cards:hover {
  background-image: url(/assets/vegas-rollover.png);
  background-size: 180px;
  width: 270px;
  top: -20px;
  height: 215px;
  z-index: 3;
}

.museum {
  background-image: url(/assets/museum.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 140px;
  height: 192px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.museum:hover {
  background-image: url(/assets/museum-rollover.png);
  background-size: 210px;
  width: 220px;
  right: -50px;
  height: 215px;
  z-index: 3;
}

.bears {
  background-image: url(/assets/bears_game.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 140px;
  height: 192px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.bears:hover {
  background-image: url(/assets/bears-game-rollover.png);
  background-size: 210px;
  width: 220px;
  right: -50px;
  height: 215px;
  z-index: 3;
}

.wedding-height {
  height: 102px !important;
}

.wedding {
  background-image: url(/assets/marriage.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 140px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.wedding:hover {
  background-image: url(/assets/wedding-rollover.png);
  background-size: 180px;
  width: 180px;
  right: -25px;
  height: 170px;
  z-index: 3;
}

.faces-height {
  height: 102px !important;
}

.faces {
  background-image: url(/assets/faces.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: border-box;
  transition: background-size 0.2s;
  -webkit-transition: background-size 0.2s;
  display: inline-block;
  width: 140px;
  height: 96px;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
}

.faces:hover {
  background-image: url(/assets/improv-rollover.png);
  background-size: 180px;
  width: 180px;
  right: -25px;
  height: 170px;
  z-index: 3;
}

.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}

.blurb {
  font-size: 20px;
  color: #306eb0;
}

.start-living {
  font-weight: 500;
  font-size: 26.5px;
  letter-spacing: 1px;
  margin-bottom: 25px !important;
}

.savings-number {
  font-size: 120px;
  text-align: center;
  font-weight: bold;
}

.inline-list {
  margin-top: 30px;
}

.inline-list li {
  display: inline;
}

.allocate-btn {
  margin-top: 7px;
  width: 113px;
}

select.date-select {
  width: auto;
  border: 1px solid #cccccc;
  background-color: white !important;
  color: grey;
  border-radius: 0px !important;
  height: 32px;
}

.dream-date {
  width: 32% !important;
}

.allocate-select {
  width: 99% !important;
}

.user-dob {
  width: 24.3% !important;
}

.user-dob-1 {
  width: 32.5% !important;
}

.hidden-buttons {
  display: none;
}

.col-xs-4:hover .hidden-buttons {
  display: block;
  margin-top: 45px;
}

.recent-dream-well:hover {
  background: rgba(255, 255, 255, 0.25) !important;
}

.btn-footer {
  width: 130px !important;
  font-size: 16px !important;
  letter-spacing: 1px;
}

.hidden-allocate-btn {
  width: 107px !important;
}

.info-height {
  height: 606px;
}

.edit-deets {
  width: 117px;
}

.spaced {
  letter-spacing: 0.3px;
}

#edit-age {
  width: 116px;
}

.age-margin-left {
  margin-left: 20px;
}

.info {
  font-size: 16px;
  margin-left: 4px;
}

.dropdown-menu {
  width: 265px !important;
  padding: 10px !important;
}

.hundo {
  width: 100% !important;
}

.muted-b {
  color: #5c5c5c !important;
  font-weight: 600 !important;
}

.muted {
  color: #5c5c5c !important;
}

.su-text {
  font-size: 16px;
  letter-spacing: 0.1px;
}

.thin-text {
  line-height: 0.55em !important;
  font-size: 24px;
  font-weight: 300;
  margin-top: 30px;
}

.dash-numbers {
  font-size: 46px;
  font-weight: bold;
  margin-top: 13px;
}

.my-number-header {
  line-height: 0.55em !important;
  font-size: 22px;
  font-weight: 300;
  margin-top: 15px;
}

.bigger-header {
  line-height: 1.2em !important;
  font-size: 27.5px;
  font-weight: 300;
  margin-top: 15px;
  letter-spacing: 0.1px;
}

.ls-header {
  line-height: 1.2em !important;
  font-size: 25px;
  font-weight: 300;
  margin-top: 15px;
  letter-spacing: 0.1px;
}

.dream-list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.recent-dream-well {
  height: 300px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  border-radius: 8px 8px 0px 0px !important;
  width: 100%;
}

.recent-dreams {
  height: 300px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.fixed-to-bottom {
  bottom: 0 !important;
  position: absolute;
}

.dream-well-bottom-header {
  bottom: 0 !important;
  position: absolute;
  background: rgba(250, 250, 250, 0.85);
  width: 100% !important;
  margin: 0 !important;
  height: 50px;
}

.dream-progress {
  bottom: 0 !important;
  position: absolute;
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.new-progress-bar {
  border-radius: 0px !important;
  background: rgb(199, 34, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(199, 34, 0, 1)),
    color-stop(26%, rgba(255, 102, 0, 1)),
    color-stop(57%, rgba(214, 214, 4, 1)),
    color-stop(89%, rgba(136, 203, 163, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72200', endColorstr='#88cba3',GradientType=1 ); /* IE6-9 */
}

.progress-show {
  border-radius: 0px !important;
  height: 45px !important;
  background: rgb(199, 34, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(199, 34, 0, 1)),
    color-stop(26%, rgba(255, 102, 0, 1)),
    color-stop(57%, rgba(214, 214, 4, 1)),
    color-stop(89%, rgba(136, 203, 163, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(199, 34, 0, 1) 0%,
    rgba(255, 102, 0, 1) 26%,
    rgba(214, 214, 4, 1) 57%,
    rgba(136, 203, 163, 1) 89%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c72200', endColorstr='#88cba3',GradientType=1 ); /* IE6-9 */
}

.progress-inex {
  border-radius: 0px !important;
  height: 35px !important;
  background-color: white !important;
  webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.scaled {
  height: 350px;
}

.scaled-prof {
  height: 399px;
}

.account-pics {
  height: 150px;
  margin-bottom: 15px;
}

.progress-bar {
  background-color: transparent !important;
}

.progress-bar-status {
  background-color: #5c5c5c !important;
}

.dream-well-bottom-header p {
  line-height: 1.2em;
  padding-top: 10px;
}

.dream-well-bottom-header h3 {
  padding-top: 12px;
}

.review-image {
  margin-top: -95px;
}

.review-number {
  font-size: 95px;
  line-height: 0.5em;
  letter-spacing: -17px;
  margin-top: 0;
}

.dream-well-header {
  background: #fff;
  width: 100% !important;
  margin: 0 !important;
  line-height: 2em;
  font-size: 22px;
  color: rgba(48, 109, 175, 1);
  font-weight: 600;
  border-radius: 8px 8px 0px 0px !important;
  padding: 10px 20px !important;
}

#numbers {
  background: url(/assets/dash_bg.jpg) no-repeat center bottom;
  min-height: 686px;
  background-size: cover;
}
#new-numbers {
  background: url(/assets/dash_bg.jpg) no-repeat center bottom;
  min-height: 686px;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
#my-numbers {
  background: url(/assets/dash_bg.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 506px;
}

#big-numbers {
  background: url(/assets/dash_bg.jpg) no-repeat center bottom;
  background-size: cover;
  min-height: 1144px;
}

#income-expenses {
  height: 400px;
}

x .absolute {
  position: absolute !important;
  z-index: -2;
}

.carousel-control {
  margin-bottom: 75px;
  font-size: 100px !important;
}

.carousel-control.left {
  margin-left: -145px;
  background: none !important;
}

.carousel-control.right {
  margin-right: -85px;
  background: none !important;
}

.dash-text {
  vertical-align: center !important;
  font-size: 15px;
  font-weight: bold;
}

.dash-text-1 {
  vertical-align: center !important;
  font-size: 19px;
}

#logout-button {
  margin-left: 70px;
  height: 45px;
  width: 90px;
  border-radius: 40px !important;
  border: 3px solid #306daf !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #306daf !important;
  text-decoration: none !important;
}

.recent-new-btn {
  width: 294px;
}

.modal-dialog {
  width: fit-content !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  border-radius: 12px !important;
}
.new-add-savings {
  border-radius: 12px !important;
  margin: 1.5rem 3rem;
  width: fit-content;
}
.image-grid {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 10px;
}

.image-grid-row {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.spy-review {
  letter-spacing: -7px !important;
}

.year-review {
  padding-bottom: 30px;
  background: url(/assets/dash_extra_savings_bg.svg);
  height: 327px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex-direction: column;
  background-color: rgba(238, 246, 255, 1);
  margin-left: 19.5%;
  max-width: 1440px;
  overflow-x: hidden;
}

#footer {
  padding-top: 60px;
  height: 400px;
  background: #dee7ed; /* Old browsers */
  background: -moz-linear-gradient(top, #dee7ed 44%, #a4c1db 95%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(44%, #dee7ed),
    color-stop(95%, #a4c1db)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #dee7ed 44%,
    #a4c1db 95%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #dee7ed 44%,
    #a4c1db 95%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dee7ed 44%, #a4c1db 95%); /* IE10+ */
  background: linear-gradient(to bottom, #dee7ed 44%, #a4c1db 95%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7ed', endColorstr='#a4c1db',GradientType=0 ); /* IE6-9 */
}

.slight-padding-left {
  padding-left: 35px !important;
}

.brand-margin {
  margin-top: -30px;
}

.top-buttons a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.dream-shadow {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(92, 92, 92, 0.3);
  box-shadow: 1px 1px 1px 1px rgba(92, 92, 92, 0.3);
}

.top-buttons {
  right: 33px;
}

.navbar-links {
  color: black !important;
}

.nav-collapse-style {
  color: black !important;
  padding: 30px !important;
  font-weight: 400 !important;
}

.primary-button {
  height: 45px;
  width: 90px;
  border-radius: 40px !important;
  border: 3px solid #306daf !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #306daf !important;
  text-decoration: none !important;
  outline: none !important;
}

.secondary-button {
  height: 45px;
  width: 90px;
  border-radius: 40px !important;
  border: 3px solid #306daf !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background-color: #306daf !important;
  text-decoration: none !important;
}

.navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-right: 5px;
}

.max-container {
  max-width: 1440px;
  margin: 0 auto;
}

.personal-info {
  padding-left: 31px !important;
}

.blue-bold {
  color: #306daf;
  font-weight: bold;
}

/*.btn-blue {
  color: #ffffff;
  background-color: #306DAF;
  border-color: #306DAF;
  border-radius: 0px !important;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #ffffff;
  background-color: #638EBD;
  border-color: #306DAF;
}*/

.navbar {
  border-radius: 0px !important;
}

.navbar li a:hover {
  background: transparent !important;
  color: #81aad7 !important;
}

.small-margin-top {
  margin-top: 10px;
}

.small-margin-bottom {
  margin-bottom: 6px;
}

div.padding-bottom {
  padding-bottom: 55px !important;
}

#extra-savings {
  height: 327px;
  background: url(/assets/piggy-bank.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 19.5%;
}
.my-number-extra {
  background-color: #fff !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 20px;
}
.text-right {
  text-align: right;
}

.foot-text {
  color: black !important;
  font-size: 11px !important;
  padding: 1px;
}

.huge {
  font-size: 135px;
  letter-spacing: -10px;
  line-height: 224px;
  font-weight: bold;
}

.countdown {
  font-size: 130px;
  letter-spacing: -10px;
  line-height: 150px;
  font-weight: bold;
}

.navbar-ydn {
  height: 114px;
  /* background: url(/assets/nav-bg.png); */
  /* -webkit-box-shadow: 0 1px 1px 1px #a6a6a6;
  box-shadow: 0 1px 1px 1px #a6a6a6; */
}

.navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.welcome-carousel {
  z-index: -2;
  /* background: url(/assets/hero-section-background.svg); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  /* height: 75px; */
  /* width: 1728px; */
}

.carousel-img {
  position: absolute;
  z-index: -2;
}

.social-icon-nav {
  font-size: 18px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

#mountain-man {
  overflow: visible;
  margin-top: 2px;
  padding: 3rem;
  height: fit-content;
  background: url(/assets/hero-section-background.svg);
}

h1#header {
  font-size: 78px;
  text-align: center;
  /* color: rgba(179, 134, 0, 0.65); */
  color: #5a8cc2;
  margin-bottom: 30px;
}

#header-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
  width: 80%;
  margin: 5rem auto;
}

.header-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.header-card {
  width: 100%;
  height: 100%;
  background: #fafafa66;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: transform 0.3s ease;
  border: 1.5px solid #e0e0e0;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  text-align: center;
}

.get-started-btn {
  width: 200px;
  height: 50px;
  background-color: #306daf;
  color: white !important;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.no-pad-right {
  padding-right: 0px !important;
}
.no-pad-left {
  padding-left: 0px !important;
}

.carousel-pad-right {
  padding-right: 10px !important;
}
.nav-text {
  color: black !important;
}

.carousel-pad-left {
  padding-left: 5px !important;
}

.carousel-pad-bottom {
  padding-bottom: 13px;
}

.carousel-pad-top {
  padding-top: 10px !important;
}

.sign-up-btn {
  font-size: 27px !important;
  font-weight: bold !important;
}

p.home-subtitle {
  font-size: 21px;
  text-align: center;
  color: #ffffff;
}

#da_beach {
  width: 100%;
}

.carousel-image-height {
  height: 295px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.nav-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.list-margin-top {
  margin-top: 25px;
}

.pro-margin-top {
  margin-top: 12px;
}

.dream-map {
  margin-top: 13px;
  margin-bottom: 5px;
}

.dream-margin-bottom {
  margin-bottom: 30px !important;
  width: 340px;
}

.puke-share i {
  margin-top: 27px;
  font-size: 130%;
  padding-left: 4px;
  padding-right: 4px;
  color: #5c5c5c;
}

.pie-margin {
  margin-left: -73px;
}

.text-lead {
  font-size: 19px;
}

#sara-img {
  position: absolute;
  /* margin-top: 27px; */
  width: 312px;
  height: 174px;
  box-sizing: border-box;
}

#my_account {
  background-color: rgba(238, 246, 255, 1);
}

#sign-up-well {
  min-height: 270px;
  /*position:absolute;*/
  z-index: 100;
  margin-top: -50px;
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  overflow: auto;
}

#about-sign-up {
  min-height: 270px;
  background-color: #95d5b1;
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  overflow: auto;
}

#about-sign-up-1 {
  min-height: 270px;
  background-color: #95d5b1;
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  margin-top: -65px;
  overflow: auto;
}

#featured-sign-up {
  min-height: 270px;
  background-color: #95d5b1;
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  overflow: auto;
  margin-top: 33px;
}

.white {
  color: #f6f6f6 !important;
  margin-top: 54px;
  font-size: 48px !important;
  letter-spacing: -4px;
}

.edit-dream-text {
  font-size: 48px;
}

.my-password {
  color: #f6f6f6 !important;
}

.save-retirement-text {
  font-size: 46px;
}

.create-dream {
  font-size: 32px;
  font-weight: 700;
  color: rgba(48, 109, 175, 1);
}

.admin-btn {
  margin-top: inherit;
}

#new-dream-well {
  height: 675px;
  background-color: #95d5b1;
  z-index: 100;
  top: 31px;
  right: 15px !important;
  padding-right: 40px;
  padding-left: 40px;
}

body,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.unstyled {
  list-style: none;
  padding-left: 0px !important;
}

.big-text {
  font-size: 4rem;
  font-weight: 700;
}

.big-text-1 {
  font-size: 53px;
}

.sara-text {
  font-size: 49px;
}

.home-margin-top {
  margin-top: 26px;
}

.big-margin-top {
  margin-top: 60px;
}

.top-bottom-padding {
  padding-bottom: 25px;
  padding-top: 25px;
}

.top-bottom-border {
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}

a {
  color: #306daf !important;
}

.text-right {
  text-align: right;
}

.white-bg {
  background: #f9f9f9;
}

.dream-percentage {
  font-size: 69px;
}

.dream-portfolio-percentage {
  font-size: 35px;
}

#dream-content {
  min-height: 1200px;
  background: rgb(210, 227, 241); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(210, 227, 241, 1) 0%,
    rgba(249, 251, 253, 1) 81%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(210, 227, 241, 1)),
    color-stop(81%, rgba(249, 251, 253, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(210, 227, 241, 1) 0%,
    rgba(249, 251, 253, 1) 81%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(210, 227, 241, 1) 0%,
    rgba(249, 251, 253, 1) 81%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(210, 227, 241, 1) 0%,
    rgba(249, 251, 253, 1) 81%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(210, 227, 241, 1) 0%,
    rgba(249, 251, 253, 1) 81%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e3f1', endColorstr='#f9fbfd',GradientType=0 ); /* IE6-9 */
}

#sara {
  /* height: 425px; */
  background: #dee7ed; /* Old browsers */
  background: -moz-linear-gradient(top, #dee7ed 44%, #a4c1db 95%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(44%, #dee7ed),
    color-stop(95%, #a4c1db)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #dee7ed 44%,
    #a4c1db 95%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #dee7ed 44%,
    #a4c1db 95%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dee7ed 44%, #a4c1db 95%); /* IE10+ */
  background: linear-gradient(to bottom, #dee7ed 44%, #a4c1db 95%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7ed', endColorstr='#a4c1db',GradientType=0 ); /* IE6-9 */
}

#recent-dreams-section {
  min-height: 590px;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7ed', endColorstr='#a4c1db',GradientType=0 ); /* IE6-9 */
  padding: 3rem;
  margin-left: 19.5%;
}

.centered {
  text-align: center;
}

.subscription-purchase-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}

.subscription-purchase-container .cost .title {
  color: #4d4d4d;
}

.subscription-purchase-container .cost .currency,
.subscription-purchase-container .cost .number-of-people {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 24px;
}

.subscription-purchase-container .cost .per-month,
.subscription-purchase-container .cost .per-person {
  color: #999999;
  font-style: italic;
}

.subscription-purchase-container .total {
  border-top: #4d4d4d solid 1px;
}

.subscription-purchase-container > .button {
  width: 100%;
  border: 0;
  color: white !important;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  text-align: center;

  background: #5993d2; /* Old browsers */
  background: -moz-linear-gradient(top, #5993d2 44%, #3579d2 95%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(44%, #5993d2),
    color-stop(95%, #3579d2)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #5993d2 44%,
    #3579d2 95%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #5993d2 44%,
    #3579d2 95%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5993d2 44%, #3579d2 95%); /* IE10+ */
  background: linear-gradient(to bottom, #5993d2 44%, #3579d2 95%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5993d2', endColorstr='#3579d2',GradientType=0 ); /* IE6-9 */
}

.subscription-purchase-container > .button.cancel {
  background: #c85500; /* Old browsers */
  background: -moz-linear-gradient(top, #c85500 44%, #c02300 95%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(44%, #c85500),
    color-stop(95%, #c02300)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #c85500 44%,
    #c02300 95%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #c85500 44%,
    #c02300 95%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c85500 44%, #c02300 95%); /* IE10+ */
  background: linear-gradient(to bottom, #c85500 44%, #c02300 95%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c85500', endColorstr='#c02300',GradientType=0 ); /* IE6-9 */
}

.mint-bg {
  height: 606px;
  overflow: auto;
}

.gold-bg {
  height: 150px;
  overflow: auto;
}

.white-text {
  color: white !important;
}
.vertical-align {
  display: flex;
  align-items: center;
}

.section-row {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  color: #423e3e;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.section-text {
  color: #423e3e;
  font-size: 16px;
  line-height: 2;
}
.section-content {
  flex: 1;
}
.section-image {
  padding: 20px;
  text-align: center;
  width: 669px;
  flex: 1;
}

.section-divider {
  border-color: #eee;
  margin: 20px 0;
}
.easy-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inspire-section {
  padding: 5rem 8rem;
  background-color: #306daf1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Video Section */
.video-section {
  background: url(/assets/video-bg.svg);
  padding: 10rem 0;
  text-align: center;
}
/* Inspire Section */
#sara {
  padding: 80px 0;
  background-color: #fff;
  font-family: "Arial", sans-serif;
}

#sara .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inspire-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 4rem 0;
}

.inspire-content {
  text-align: left;
  margin: auto 0;
  flex: 1;
}

.section-text {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

.read-more-btn {
  padding: 12px 30px;
  background-color: #306daf;
  color: #fff !important;
  text-decoration: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.read-more-btn:hover {
  background-color: #0d5bba;
  transform: translateY(-2px);
}

.inspire-cards {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 2;
}
.btn-outline-light.custom-static {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 20px;
  padding: 0.5rem 3rem;
  font-size: 1.5rem;
  text-align: center;
}

.btn-outline-light.custom-static:hover,
.btn-outline-light.custom-static:focus {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: transparent;
  box-shadow: none;
  border-radius: 20px;
}
.footer-heading {
  font-weight: 700;
}
.inspire-card {
  width: 298px !important;
  height: 318px !important;
  max-width: 350px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}
.ellipse-bg {
  position: absolute;
  width: 532px;
  height: 450px;
  background: rgba(48, 109, 175, 0.4);
  border-radius: 50%;
  filter: blur(80px);
  left: 64%;
  transform: translateX(-50%);
  z-index: 0;
  margin-top: 2rem;
}
.inspire-card:hover {
  transform: translateY(-10px);
}

.inspire-img {
  width: 100% !important;
  height: 174px;
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}

.card-heading {
  padding: 0px 20px;
  font-size: 1.8rem;
  color: #423e3e;
  font-weight: 600;
}

.card-des {
  padding: 0px 20px;
  color: rgba(66, 62, 62, 0.65);
  line-height: 1.5;
  font-size: 1.4rem;
}
.testimonial-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.text-tes {
  color: rgba(66, 62, 62, 1);
  font-size: 18px;
  line-height: 28px;
}
.age-tes {
  color: rgba(66, 62, 62, 0.65);
  font-size: 15px;
}
.testimonial-image-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
}

.testimonial-image-wrapper::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 200px;
  background: rgba(48, 109, 175, 1);
  border-radius: 50%;
  left: -39px;
  bottom: -5px;
  z-index: 0;
}

.testimonial-image {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  top: -50px;
}

.testimonial-text {
  max-width: 414px;
}

.testimonial-btn {
  background-color: rgba(66, 62, 62, 0.1) !important; /* Gray */
  color: rgba(48, 109, 175, 1) !important;
}

/* Login */
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88vh;
  overflow: hidden;
}
.login-form {
  background-color: rgba(250, 250, 250, 1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  height: 647px;
  width: 1045px;
  border-radius: 20px;
}
.first-section {
  background-color: rgba(48, 109, 175, 1);
  color: #fff;
  height: 100%;
  width: 50%;
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.first-section h2 {
  font-weight: 700;
  font-size: 32px;
}
.first-section p {
  font-size: 16px;
  line-height: 28px;
}
.second-section {
  flex: 1;
  box-sizing: border-box !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  align-items: center;
}
.login-btn {
  background-color: rgba(48, 109, 175, 1) !important;
  color: #fff !important;
  font-size: 17px !important;
  border-radius: 20px !important;
  padding: 1rem 2rem;
  font-weight: 500 !important;
  display: block;
}
.login-data {
  width: 75%;
}
.login-form-forgot-button {
  color: rgba(0, 0, 0, 0.7) !important;
  text-decoration: underline;
}
.login-form-heading {
  color: rgba(48, 109, 175, 1);
  font-weight: 700;
  font-size: 32px;
}
/* Remember me styles */
.remember-me-container {
  text-align: left;
  margin: 15px 0;
}

.remember-checkbox {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.remember-label {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal;
}
/* Privacy Container */
.privacy-container {
  color: rgba(230, 236, 243, 1) !important;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 0;
}
.privacy-container h1,
.banner-heading {
  font-size: 4rem;
  color: rgba(90, 140, 194, 1);
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
.privacy-container h4,
.what-we-do-heading {
  font-weight: 600;
  color: rgba(66, 62, 62, 1);
  font-size: 22px;
}
.about-heading {
  font-weight: 600;
  color: rgba(66, 62, 62, 1);
  font-size: 22px;
}
.privacy-container h3 {
  color: rgba(48, 109, 175, 1);
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}
.privacy-container p,
.privacy-container ul,
.what-we-do-text {
  font-size: 16px;
  color: rgba(66, 62, 62, 1);
  line-height: 29px;
  font-weight: 400;
}
/* What we do */
.banner {
  background: url(/assets/dash_bg.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  object-fit: cover;
  object-position: center;
  height: fit-content;
  text-align: center;
  padding: 5rem 0rem;
}
.about-banner {
  background: url(/assets/dash_bg.jpg);
  object-fit: cover;
  object-position: center;
}
.about-des {
  display: flex;
  justify-content: space-around !important;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-top: 6rem;
}
.about-content {
  text-align: center;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.banner-btn {
  width: 200px;
  height: 50px;
  background-color: #306daf;
  color: white !important;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.banner-p {
  font-size: 20px;
  color: rgba(66, 62, 62, 0.65);
  width: 55%;
  text-align: center;
}
.about-banner-p {
  font-size: 20px;
  color: rgba(66, 62, 62, 0.65);
  width: 45%;
  text-align: left;
}
.banner-p2 {
  font-size: 20px;
  color: rgba(66, 62, 62, 0.65);
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.wwd-div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

/* Help */
.accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  background-color: #f8f9fa;
  font-weight: 600;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 1);
  padding: 1.8rem 1.5rem !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-button::after {
  display: none;
}

.accordion-body {
  padding: 20px;
  color: #555;
  line-height: 1.6;
  font-size: 16px !important;
}
.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
}

.accordion-icon img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.accordion-icon .icon-minus {
  opacity: 0;
}

.accordion-button:not(.collapsed) .accordion-icon .icon-minus {
  opacity: 1;
}

.accordion-button:not(.collapsed) .accordion-icon .icon-plus {
  opacity: 0;
}

.accordion-button.collapsed .accordion-icon .icon-minus {
  opacity: 0;
}

.accordion-button.collapsed .accordion-icon .icon-plus {
  opacity: 1;
}
.help-heading {
  color: rgba(48, 109, 175, 1);
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}
.help-text,
.help-text a {
  color: rgba(66, 62, 62, 1) !important;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}
.help-text a {
  text-decoration: underline;
}
/* Pricing */
.subscription-card {
  background-color: white;
  border-radius: 15px;
  border: none;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.07);
  max-width: 650px;
  width: 100%;
  overflow: hidden;
  height: 244px;
}

.price-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  flex: 1;
}

.features-section {
  padding: 2.5rem;
  border-left: 2px dotted #e0e0e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.price {
  color: #306daf;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

.price-period {
  font-size: 18px;
  color: rgba(66, 62, 62, 0.75);
  margin-top: 0.5rem;
}

.features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  font-size: 18px;
  color: rgba(66, 62, 62, 0.75);
}

.features-list li:last-child {
  margin-bottom: 0;
}

.check-icon {
  color: #306daf;
  margin-right: 0.75rem;
  width: 25px;
  height: 25px;
}

.action-button {
  background-color: #306daf;
  border-color: #306daf;
  color: white !important;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 0;
  transition: background-color 0.2s ease-in-out;
}

.action-button:hover {
  background-color: #285a94;
  border-color: #285a94;
  color: white;
}
.fun {
  background-color: #306daf !important;
  width: 100% !important;
  color: #fff !important;
  padding: 1.2rem;
  text-align: center;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* Featured Dreamers */
.feature-text-container {
  padding: 6rem 0rem;
  height: fit-content;
}
.fd-heading {
  color: rgba(48, 109, 175, 1);
  font-size: 22px;
  line-height: 38px;
  font-weight: 600;
}
.fd-text {
  line-height: 22px;
  font-size: 15px;
  color: rgba(66, 62, 62, 0.8);
}
.fd-btn {
  background-color: #fff;
  border: 2px solid rgba(48, 109, 175, 1);
  font-size: 17px;
  border-radius: 40px;
  font-weight: 500;
  padding: 1rem 2rem;
}
.fd-btn:hover {
  text-decoration: none !important;
}
.fd-img {
  width: 642px;
  height: 339px;
  align-self: center;
  object-fit: cover;
  object-position: center;
}
.fd-card {
  background-color: #fff;
  width: 690px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  padding: 2rem;
  box-sizing: border-box;
  align-self: flex-start;
  margin-bottom: 3rem;
}
.fd-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fd-pages-questions {
  line-height: 38px;
  font-size: 20px;
  background-color: #306daf1a;
}
.fd-ques {
  color: rgba(48, 109, 175, 1);
  font-weight: 600;
}

.wwd-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: left;
  padding: 3rem 0;
  margin: 6rem;
}

.laptop-wrapper {
  position: relative;
  display: inline-block;
}

.laptop-img {
  width: 640px;
  height: auto;
}

.laptop-video {
  position: absolute;
  top: 13.5%;
  left: 12%;
  width: 76%;
  height: 74%;
}
/* Sidebar */
.sidebar-container {
  background-color: #fff;
  padding: 20px 10px;
  border-right: 1px solid #e9ecef;
  border-radius: 20px;
  width: 275px;
  position: fixed;
  height: 100vh;
  z-index: 100;
  /* left: 8%; */
  /* top: 13%; */
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #000 !important;
  font-size: 18px;
  font-weight: 400;
}

.sidebar-nav .sidebar-icon {
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

.sidebar-nav .nav-link.active,
.sidebar-nav .nav-link:hover {
  background-color: rgba(48, 109, 175, 0.2);
  font-weight: 700;
  color: rgba(48, 109, 175, 1);
  text-decoration: none !important;
  border-radius: 30px;
}
.sidebar-nav .nav-link.active .sidebar-icon {
  filter: invert(39%) sepia(85%) saturate(541%) hue-rotate(175deg)
    brightness(91%) contrast(89%);
  text-decoration: none !important;
}
/* Dream create page */
.dream-header {
  background-color: rgba(238, 246, 255, 1);
  padding: 1rem 4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.dream-header-container {
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row !important;
}
.retirement-card-my-number {
  padding: 20px;
  background-color: white;
  border-radius: 15px;
  min-height: 300px;
  padding: 3rem;
}
.dream-header-content {
  margin-left: 19.5%;
}
.dream-create-form {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(238, 246, 255, 1);
  width: 100%;
  /* margin-top: 1rem; */
  padding: 3rem 2rem 3rem 3rem;
  border-radius: 15px 15px 0 0;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* Form */

.dream-create-form-wrapper {
  margin: 1rem;
  background-color: rgba(238, 246, 255, 1);
}
.dream-create-form-wrapper .form-label {
  color: rgba(43, 43, 43, 1);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.dream-create-form-wrapper .input-group-text {
  background-color: #ffffff;
  border-right: 0;
  color: rgba(43, 43, 43, 0.7);
}

.dream-create-form-wrapper .input-group .form-control {
  border-left: 0;
}
.dream-create-form-wrapper .form-select {
  background-image: url('<%= asset_path("drop.svg") %>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
}
.dream-create-date-select-wrapper {
  display: flex;
  gap: 1rem;
  text-align: left;
}
.dream-create-date-select-wrapper > select.form-select {
  flex: 1;
}
.dream-create-image-upload-area {
  border: 0.5px solid #ccc;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  min-height: 250px;
}

.dream-create-upload-text {
  color: rgba(140, 138, 138, 1);
  font-size: 12px;
  font-weight: 400;
}
.dream-create-btn-save-dream,
.dream-create-btn-save-dream:hover {
  background-color: rgba(48, 109, 175, 1) !important;
  border: 2px solid rgba(48, 109, 175, 1);
  color: #fff !important;
  padding: 1.5rem 2.5rem !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.dream-actions-new {
  background-color: rgba(48, 109, 175, 1) !important;
  color: #fff !important;
  padding: 1rem !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}
.dream-create-label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(43, 43, 43, 1);
}
.dream-create-field {
  border: 0.3px solid #ccc;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  padding: 0.5rem;
  background-color: #fff;
  font-size: 15px;
}
.dream-create-field-notes {
  border: 0.5px solid #ccc;
  border-radius: 5px;
  height: 130px;
  width: 100%;
  padding: 0.5rem;
}
/* Second */
.dream-header-create-ideas {
  width: 100%;
}
.ideas-logo {
  background-color: #fff;
  padding: 3rem 5rem !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.create-dream-p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(66, 62, 62, 1);
}
.create-dream-p2 {
  font-size: 16px;
  font-weight: 500;
}
.create-dream-logo {
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: 0.6rem !important;
}

.dream-ideas-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.inner-div {
  flex: 2;
  box-sizing: border-box;
}
.dream-create-image-upload-area {
  min-height: 200px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}

.dream-create-image-upload-area:hover {
  border-color: #999;
}

.border-primary {
  border-color: #0d6efd !important;
  background-color: rgba(13, 110, 253, 0.05);
}

#image-preview {
  object-position: center;
}

#dream-image-upload {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/* My Dreams */
.my-dreams-container {
  padding: 3rem 3rem 0rem 3rem !important;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 19.5%;
  height: 100%;
}
.my-dreams-heading {
  font-size: 32px;
  color: rgba(48, 109, 175, 1);
  font-weight: 700;
  margin: 0;
}
.my-dreams-price {
  font-size: 45px;
  color: rgba(66, 62, 62, 1);
  font-weight: 700;
}
.extra-savings-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  gap: 2rem;
  height: 50%;
  margin-right: 10%;
  padding-top: 3%;
}
/* Main Dream Card Styling */
.dream-card {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.dream-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}

/* Card Header */
.dream-card-header {
  background-color: rgba(230, 236, 243, 1);
  padding: 12px 15px;
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dream-title-link {
  font-size: 22px !important;
  font-weight: 500;
  text-decoration: none !important;
  color: rgba(48, 109, 175, 1) !important;
}

/* Card Image */
.dream-card-image {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Alert Icon from your original code */
.dream-card-image .icon-danger {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #dc3545;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 5px;
}

/* Card Info Section (bottom part) */
.dream-card-info {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
}

/* Circular Progress Donut */
.progress-donut {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: conic-gradient(
    rgba(48, 109, 175, 1) calc(var(--percentage) * 1%),
    #e9ecef 0
  );
}

.progress-donut::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
}

.dream-card-details p {
  margin: 0;
  line-height: 1.4;
}

.saved-label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.saved-amount {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.add-new-dream-card {
  background-color: rgba(230, 236, 243, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  height: 368px;
  width: 337px;
}

.add-new-dream-content {
  text-decoration: none !important;
}

.add-new-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: rgba(48, 109, 175, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 15px;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
  left: 20%;
  font-size: 5rem;
}

.add-new-text {
  padding: 8px 20px;
  border: 1px solid rgba(48, 109, 175, 1);
  color: rgba(48, 109, 175, 1);
  border-radius: 50px;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
  background-color: #fff;
}
/*  */

.dream-card-buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}

.retirement-card:hover .dream-card-buttons {
  display: flex;
}

.retirement-card:hover .dream-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.btn-mint {
  background: #00b4a0;
  color: white;
}

.btn-gold {
  background: gold;
  color: #000;
}
.my-numbers-container {
  background-color: rgba(238, 246, 255, 1);
}
.retirement-card {
  position: relative;
  overflow: hidden;
  height: 368px;
  width: 337px;
}
.recent-dreams-text a {
  color: #000 !important;
  font-size: 15px;
}
.recent-dreams-btn a {
  color: white !important;
}
.retirement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.retirement-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(48, 109, 175, 1);
  margin: 0;
}
.retirement-subtitle {
  text-align: center !important;
  color: rgba(66, 62, 62, 1);
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 400;
}
.countdown-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.countdown-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.countdown-number {
  color: rgba(48, 109, 175, 1);
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
}
.countdown-label {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.my-number-content {
  margin-left: 19.5%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.my-admin-content {
  margin-left: 19.5%;
  background-color: #fff !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 3rem;
}
/* General font and background for the dashboard */
.savings-dashboard {
  background-color: #fff;
  padding: 24px;
  border-radius: 15px 15px 0 0;
  margin-left: 19.5%;
  height: 670px;
  background-position: center;
  height: fit-content;
}

/* Header: Title, Subtitle, and Button */
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* Toggle Switch Container */
.toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.custom-toggle {
  display: inline-flex;
  background-color: #e5e5e5;
  border-radius: 50px;
  overflow: hidden;
}

.custom-toggle input[type="radio"] {
  display: none;
}

.custom-toggle label {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  transition: background-color 0.2s, color 0.2s;
  user-select: none;
}

.custom-toggle input#future-dollars:checked + label,
.custom-toggle input#current-dollars:checked + label {
  background-color: #2d6abf;
  color: white;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 1rem 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.dashboard-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* Styling for each column */
.savings-column {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.column-header {
  margin-bottom: 3rem;
}
.column-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px 0;
}
.status-text {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.status-text.not-on-track {
  color: rgba(204, 72, 72, 1);
}
.status-text.on-track {
  color: #28a745;
}

/* ======================================= */
/* ========== NEW CHART STYLES ========== */
/* ======================================= */

.chart-container {
  width: 254px;
  position: relative;
}

.total-amount {
  font-size: 32px;
  font-weight: bold;
  color: rgba(48, 109, 175, 1);
  text-align: center;
  margin: 2rem;
}

.css-donut-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}

.css-donut-chart::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 55%; */
  height: 55%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.legend {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.legend-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.legend-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}
.legend-color-box {
  width: 14px;
  height: 14px;
}
.legend-amount {
  font-weight: bold;
  color: #333;
}
.info-icon {
  color: #a0a0a0;
  cursor: pointer;
}

.legend-color-box.pink {
  background-color: rgba(206, 130, 174, 1);
}
.legend-color-box.red {
  background-color: rgba(204, 72, 72, 1);
}
.legend-color-box.light-blue {
  background-color: rgba(151, 198, 219, 1);
}
.legend-color-box.yellow {
  background-color: rgba(253, 212, 4, 1);
}
.legend-color-box.gray {
  background-color: #b0b0b0;
}
.header-title-group {
  text-align: center;
}
#dash_extra_savings {
  margin-left: 19.5%;
}
.dash-extra-savings-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  height: 327px !important;
  height: 50%;
  text-align: center;
  background: url(/assets/dash_extra_savings_bg.svg);
}
.year-reviews-content {
  width: 100%;
}
.year-review-number {
  font-size: 75px;
  font-weight: 700;
  color: rgba(66, 62, 62, 1);
}
.year-review-span {
  font-weight: 700;
  font-size: 20px;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
  margin-left: 10%;
}
/*  */
.profile-container {
  /* max-width: 1100px; */
  padding: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.profile-header {
  margin-bottom: 2rem;
}

.profile-title {
  font-size: 32px;
  font-weight: 700;
  color: rgba(48, 109, 175, 1); /* Bootstrap primary blue */
}

/* --- Profile Details Section --- */
.profile-details-card {
  display: flex;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.profile-picture-wrapper {
  flex-shrink: 0;
}

.profile-picture {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-fields-grid {
  width: 100%;
}

.profile-fields-grid label {
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.form-control-static {
  padding: 0.5rem 0.75rem;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  min-height: calc(1.5em + 1rem + 2px);
  display: flex;
  align-items: center;
}

/* --- Notes Section --- */
.notes-section h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.4rem;
  color: rgba(43, 43, 43, 1);
}
.dream-pics-section h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.8rem;
  color: rgba(43, 43, 43, 1);
}
.custom-notes-textarea,
.custom-notes-textarea:focus {
  height: 147px !important;
  border: 0.7px solid #ccc !important;
  width: 100%;
  border-radius: 10px;
  padding: 2rem;
  margin-top: 1rem;
}

.existing-note-card {
  background-color: #e9f5ff;
  border: 1px solid #bde0fe;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.existing-note-card .note-actions a {
  color: #0d6efd;
  text-decoration: none;
  margin-left: 1rem;
}

/* --- Dream Pics Section --- */
.dream-pics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}

.dream-pic-item {
  aspect-ratio: 1 / 1;
  width: 340px;
  height: 264px;
  background-color: #e9ecef;
  background-image: url("https://i.ibb.co/6yT1V5c/dream-placeholder.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}

.dream-pic-item-user {
  background-size: cover;
}
.profile-fields {
  color: rgba(0, 0, 0, 0.4);
  border: 0.7px solid rgba(0, 0, 0, 0.4);
  height: 46px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
}
.profile-danger-btn {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  background-color: rgba(218, 47, 47, 1);
  font-weight: 600;
  color: #fff !important;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notes-section {
  background-color: rgba(238, 246, 255, 1);
  padding: 3rem;
  border-radius: 10px;
}
.help-here-link,
.help-here-link:hover {
  font-size: 20px;
  color: rgba(48, 109, 175, 1);
  font-weight: 600;
  text-decoration: none !important;
}
/* Retirement page */
.retirement-page-container {
  border-radius: 15px;
  padding: 2rem;
}

.retirement-header {
  font-size: 32px;
  color: rgba(48, 109, 175, 1); /* A standard blue */
  font-weight: 700;
}

.details-list {
  list-style: none;
  padding-left: 0;
}

.details-list li {
  margin-bottom: 1.5rem;
}

.detail-title,
.graph-header {
  color: rgba(48, 109, 175, 1);
  font-size: 20px;
  font-weight: 500;
}

.detail-subtext {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.progress-donut-new {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.progress-donut-new::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffffff;
}

.donut-text {
  z-index: 1;
  font-size: 1.2rem;
}
.donut-text span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.retirement-image {
  width: 100%;
  object-fit: cover;
}

.share-box {
  background-color: rgba(48, 109, 175, 1);
  color: #fff !important;
  padding: 1rem;
  border-radius: 5px;
}

.share-icons a {
  color: white !important;
  font-size: 24px;
  margin: 0 0.6rem;
  transition: opacity 0.2s;
}

.retirement-btn-new,
.retirement-btn-new:hover {
  color: rgba(48, 109, 175, 1);
  border: 2px solid rgba(48, 109, 175, 1);
  background-color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 42px;
  font-weight: 500;
  font-size: 17px;
  width: 152px;
  text-decoration: none;
}
/*  */
.modal-content-signup {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}
.header-blue {
  background-color: rgba(48, 109, 175, 1);
  color: #ffffff;
  padding: 1.8rem;
  text-align: center;
}
.header-blue h2 {
  font-size: 24px;
  font-weight: 700 !important;
}
p.signup-modal-text {
  color: rgba(0, 0, 0, 1) !important;
  font-size: 16px;
}
p.signup-mini-text {
  color: rgba(66, 62, 62, 0.8);
  font-size: 13px;
  margin: 0 5rem;
}
.profile-pic-container {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 1.5rem auto 1rem;
}
.profile-pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.upload-icon {
  position: absolute;
  bottom: 0px;
  right: 5px;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-control,
.form-select {
  border-radius: 5px;
  padding: 0.75rem 1rem;
}
.signup-modal-label {
  color: rgba(66, 62, 62, 1);
  font-size: 15px;
  font-weight: 400;
}
.signup-modal-field,
.signup-modal-field:focus {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: rgba(66, 62, 62, 1);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.last-sign-up-modal {
  padding: 3rem;
}
.form-check-input:checked {
  background-color: rgba(48, 109, 175, 1);
  border-color: 1.5px solid rgba(66, 62, 62, 0.8);
}
.form-check-input:checked[type="radio"] {
  background-image: none !important;
}
.new-container {
  max-width: 1440px;
  box-sizing: border-box;
  margin: 0 auto;
}
.row.d-flex::before,
.row.d-flex::after {
  display: none !important; /* Remove Bootstrap clearfix elements */
  content: none !important;
}

.row.d-flex {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.dream-create-btn-save-dream2,
.dream-create-btn-save-dream2:hover {
  background-color: rgba(48, 109, 175, 1) !important;
  border: 2px solid rgba(48, 109, 175, 1);
  color: #fff !important;
  padding: 1.2rem 4rem !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none;
}
.app-danger-btn,
.app-danger-btn:hover {
  background-color: #da2f2f !important;
  border: 2px solid #da2f2f;
  color: #fff !important;
  padding: 1.2rem 4rem !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-decoration: none;
}

.css-donut-chart {
  width: 100%;
  height: 100%;
}
.chart-slice {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  transform-origin: center center;
}
.chart-slice:hover {
  transform: scale(1.08);
}
.chart-tooltip {
  position: absolute;
  background-color: #f0f0f0;
  color: #000;
  padding: 10px 15px;
  border-radius: 7px;
  font-size: 14px;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  display: none;
  max-width: 250px;
  white-space: normal;
  text-align: center;
}
.chart-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f0f0f0;
}
.dreams-porfolio {
  background-color: #fff;
  border-radius: 15px;
  padding: 3rem;
}
/* Line stroke (point to point) */
#retirement_savings_chart svg path {
  stroke-width: 2px !important;
}

/* Point stroke thickness */
#retirement_savings_chart svg circle {
  stroke-width: 2px !important;
}

#retirement_savings_chart svg path.morris-line {
  stroke-width: 2px !important;
}
.in-mobile {
  display: none !important;
  text-align: center;
}
.nav-logo {
  width: 227px;
  height: 69px;
  object-fit: contain;
}
/* Full-screen modal for mobile menu */
.modal-nav {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: url(/assets/nav-bg.jpg) no-repeat center center/cover; /* Background image from assets */
  backdrop-filter: blur(10px);
}
.modal-content-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-top: 50px;
}
.close-modal-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.modal-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 300px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.modal-link {
  text-decoration: none;
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
}
.arrow-icon {
  width: 26px;
  height: 26px;
}
.app-footer {
  background-color: rgba(48, 109, 175, 1);
  padding: 5rem;
}
.help-des {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  background-color: white;
}
.help-content {
  width: 60%;
  text-align: center;
  margin: 4rem 0;
}
.save-btn-profile {
  text-align: right;
}
.dream-pics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* --- Mobile Carousel --- */
.dream-pics-carousel {
  display: none; /* hide by default */
  align-items: center;
  justify-content: center;
  gap: 15px; /* space between arrows & image */
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.dream-carousel-wrapper {
  overflow: hidden;
  flex: 1;
}

.dream-carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.dream-carousel-item {
  min-width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

/* Arrows outside */
.dream-carousel-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 24px;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 50%;
  flex-shrink: 0;
}
/* custom scroll behavior */
.dream-scroll {
  overflow-x: auto; /* enable horizontal scroll */
  overflow-y: hidden; /* no vertical scroll */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}

.dream-scroll::-webkit-scrollbar,
.img-mobile {
  display: none;
}

.dream-scroll {
  scrollbar-width: none;
}
.dream-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
  max-width: 1380px;
  margin: 0 auto;
}
.dream-list-item {
  flex: 1 1 321px;
  max-width: 321px;
  display: flex;
}
.tes-margin {
  margin: 10rem 0rem !important;
}
.arrow-left-mobile,
.arrow-right-mobile {
  display: none;
}
.sm-mob-btn {
  display: none;
}
@media screen and (max-width: 1450px) {
  .section-content {
    padding: 20px;
  }
  .new-container {
    padding: 20px;
  }
  .fd-cards-container {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1356px) {
  #header-text {
    margin-top: 0;
    width: 100%;
    margin: 0;
  }
  .header-card {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial-image,
  .testimonial-image-wrapper::before {
    width: 150px;
    height: 150px;
  }
  .testimonial-image-wrapper::before {
    left: -28px;
    bottom: 38px;
  }
}
@media (min-width: 1036px) and (max-width: 1452px) {
  .sidebar-container {
    width: 249px;
  }
  .my-number-content,
  .savings-dashboard,
  #extra-savings,
  .dream-header-content,
  #dash_extra_savings,
  #recent-dreams-section,
  .my-admin-content,
  .year-review {
    margin-left: 25.5%;
  }
  .new-container {
    max-width: 1038px;
  }
  .dashboard-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1037px) {
  .in-mobile {
    display: block !important;
  }
  .section-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-container {
    justify-content: space-between;
    margin: 0 5rem;
  }
  .nav-logo {
    width: 168px;
    height: 42px;
    object-fit: contain;
  }
  .not-in-mobile {
    display: none !important;
  }
  .navbar-buttons {
    justify-content: space-around;
  }
  .primary-button,
  .secondary-button {
    width: 50%;
  }
  .login-form {
    background-color: unset;
    box-shadow: none;
  }
  .login-data {
    width: 382px;
  }
  .app-footer {
    text-align: center;
  }
  .footer-icons-mobile {
    justify-content: center;
    align-items: center;
  }
  .sidebar-container {
    padding: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 77px;
    border-radius: 0;
    /* margin-top: 3rem; */
  }
  .sidebar-nav {
    flex-direction: row;
    justify-content: space-between;
  }
  .sidebar-nav .nav-link {
    font-size: 14px;
    flex-direction: column;
  }
  .sidebar-nav .nav-link.active,
  .sidebar-nav .nav-link:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none !important;
    border-radius: 0px;
  }
  .my-number-content,
  .savings-dashboard,
  #extra-savings,
  #dash_extra_savings,
  #recent-dreams-section,
  .year-review,
  .dream-header-content,
  .my-admin-content {
    margin-left: 0px;
  }

  .css-donut-chart::before {
    width: 0;
  }
  .dashboard-content {
    gap: 10px;
  }
  .savings-column {
    padding: 3px;
  }
  .year-review {
    margin-bottom: 100px;
  }
  .review-gap {
    gap: 30px;
  }
}
@media screen and (max-width: 830px) {
  body {
    min-width: 100vw;
    overflow-x: hidden;
  }
  .navbar-container {
    margin: 0 1rem;
  }
  .inspire-content,
  .text-tes {
    text-align: center;
  }
  .img-mobile {
    display: block;
    width: 358px;
    height: 268px;
    object-fit: contain;
    object-position: center;
  }
  .extra-savings-content {
    background-color: white;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    height: fit-content;
    width: 100%;
  }
  /*  */
  .inspire-cards {
    position: relative;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .inspire-card {
    display: none;
  }

  .inspire-card.active {
    display: block;
    text-align: center;
  }

  .arrow-left-mobile,
  .arrow-right-mobile {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #000;
    font-size: 30px;
    cursor: pointer;
  }

  .arrow-left-mobile {
    left: -15px;
  }
  .arrow-right-mobile {
    right: -15px;
  }
  /*  */
  .banner-heading {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .header-card {
    padding: 20px;
    width: 80%;
  }
  .banner-p {
    font-size: 15px;
    width: 90%;
  }
  .banner-btn {
    height: 44px;
  }

  .what-we-do-heading {
    font-size: 18px;
  }
  .what-we-do-text,
  .section-text {
    font-size: 14px;
  }
  .help-text,
  .help-text a,
  .create-dream-p {
    font-size: 15px;
  }
  /* .new-container {
    max-width: unset;
    margin: 0;
  } */
  .wwd-container {
    width: 100vw;
    padding: 2rem !important;
    margin: 0;
  }
  .wwd-pic-margin {
    height: 213px;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
  .wwd-div {
    justify-content: center;
    flex-direction: column;
  }
  .subscription-card {
    width: 400px;
    height: fit-content;
    margin: 3rem auto;
  }
  .subscription-purchase-container {
    width: 100vw !important;
    padding: 5rem 0;
  }
  .feature-text-container {
    padding: 3rem;
    width: 100vw;
  }
  .fd-card {
    width: 403px;
  }
  .fd-img {
    width: 358px;
    height: 189px;
  }
  .fd-cards-container {
    justify-content: center;
  }
  .help-mobile {
    width: 100vw;
  }
  .mobile-help-questions {
    width: 90vw;
    margin: 0 auto;
  }
  .help-des {
    display: block;
    width: 100vw;
    margin: 0;
    padding: 3rem;
  }
  .help-content {
    width: 90%;
    margin: 0 auto;
  }
  .about-des {
    flex-direction: column;
    justify-content: center !important;
    width: 100vw;
  }
  .about-content {
    justify-content: center;
    align-items: center;
  }
  .about-banner-p {
    text-align: center;
    width: 75%;
  }
  .about-mobile-content {
    width: 100vw;
    padding: 3rem;
  }
  .privacy-container {
    padding: 2rem;
    width: 100vw;
  }
  .sidebar-nav .nav-link {
    font-size: 10px;
  }
  .profile-details-card {
    justify-content: center;
  }
  .profile-container,
  .ideas-logo,
  .inspire-section {
    padding: 1rem;
  }
  .mobile-edit-btn {
    width: 50% !important;
    margin: 1rem auto;
  }
  .save-btn-profile {
    text-align: center;
  }
  .mb-mobile {
    margin-bottom: 10rem;
  }
  .mb-lg-mobile {
    margin-bottom: 12rem;
  }
  .dream-pic-item {
    width: 150px;
    height: 150px;
    border-radius: 10px;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: flex;
  }
  .new-add-savings {
    margin: 1.5rem;
  }
  .year-reviews-content {
    flex-direction: column;
  }
  .year-review-number {
    font-size: 59px;
  }
  .year-review-span,
  p.home-subtitle {
    font-size: 15px;
  }
  .year-review-span-k {
    position: relative;
    top: -70px;
    right: -200px;
  }
  .my-dreams-heading,
  .retirement-title,
  .create-dream {
    font-size: 20px;
  }
  .savings-dashboard {
    height: fit-content;
    padding-bottom: 2rem;
  }

  .dashboard-content {
    flex-direction: column;
  }
  .dream-scroll {
    flex-direction: row;
    /* flex-wrap: nowrap !important; */
  }
  .countdown-number {
    font-size: 36px;
  }
  .countdown-label {
    font-size: 12px;
  }
  .retirement-card-my-number {
    min-height: unset;
  }
  #extra-savings {
    background: white;
  }
  .extra-savings-content {
    top: 0;
    left: 0;
  }
  .create-dream-logo {
    width: 172px;
  }
  .mobile-admin-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .help-card {
    width: 321px !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #my-numbers {
    width: 100vw;
  }
  .dream-list-item {
    width: 321px;
  }
  h1#header {
    font-size: 33px !important;
  }
  #mountain-man {
    width: 100vw;
  }
  .header-cards {
    flex-direction: column;
  }

  .welcome-carousel {
    background: url(/assets/mob-landing.svg);
  }
  .header-card {
    flex-direction: row;
  }

  .header-card img {
    width: 22px;
  }
  .get-started-btn {
    position: static;
    text-align: center;
    align-self: center;
  }
  .section-title {
    font-size: 18px;
  }

  .section-img {
    text-align: center !important;
  }
  .center-block {
    /* margin: 0 !important; */
    width: 400px;
  }

  .section-row,
  .easy-section,
  .video-section,
  .testimonial-section,
  .section-image {
    width: 100vw;
  }
  .inspire-wrapper {
    flex-direction: column;
  }
  .laptop-img {
    width: 400px;
  }
  .big-text {
    font-size: 2.4rem;
  }
  .testimonial-image,
  .testimonial-image-wrapper::before {
    width: 85px;
    height: 91px;
  }
  .testimonial-image-wrapper::before {
    bottom: 100px;
    left: -23px;
  }
  .testimonial-image-wrapper {
    width: unset;
    margin: 0;
    display: flex;
    top: 6rem;
  }
  .mob-direction {
    flex-direction: column;
  }
  .tes-margin {
    margin: 2rem 0 !important;
  }
}
@media screen and (max-width: 765px) {
  .mob-pos1 {
    position: relative;
    top: 9rem;
  }
  .mob-pos2 {
    position: relative;
    top: -25rem;
    left: 85%;
  }
  .sm-mob-btn {
    display: block;
    text-align: center;
  }
  .not-in-sm-mob {
    display: none;
  }
  .dashboard-header {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .header-card {
    font-size: 12px;
    padding: 10px;
  }
  .sidebar-nav .nav-link {
    padding: 2px;
  }
}
