body {
  margin: auto;
  font-family: "Helvetica Neue", Arial, Tahoma, sans-serif;
  background: #f3f3f3;
}

h1 {
  border-left: solid 8px #000;
  padding: 15px 0px 10px 35px;
  margin-left: -45px;
}

section {
  margin-bottom: 6%;
}

input[type="text"],
textarea {
  padding: 4px 4px 4px 4px;
  border-radius: 3px;
  font-family: "Helvetica Neue", Arial, Tahoma, sans-serif;
  border: solid #aaa 1px;
  font-size: 14px;
  max-width: 200px;
  width: 97%;
}

textarea {
  max-width: 350px;
  height: 50px;
  width: 97%;
}

input[type="submit"] {
  padding: 4px 4px 4px 4px;
  border-radius: 3px;
  font-family: "Helvetica Neue", Arial, Tahoma, sans-serif;
  border: solid #aaa 1px;
  font-size: 14px;
  max-width: 200px;
  width: 97%;
}

input[type="submit"]:hover {
  background: #aaa;
  color: #eee;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.navbar-collapse {
  margin: 10px 0;
}

.nav-link {
  padding: 6px !important;
}

.nav-item .active {
  background-color: #fbee52 !important;
}

input[type="button"] {
  background: #b41c1c;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  border: solid #fff 1px;
  padding: 5px 25px 5px 25px;
  cursor: pointer;
}

input[type="button"]:hover {
  background: #cc6161;
}

.homeH1 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
}

.fastCashImg {
  margin-right: 45px;
  max-width: 500px;
}

.fastCashOfferButton {
  max-width: 100%;
  min-width: 250px;
  width: 80%;
}

.fastCashOfferButtonBtm {
  width: 100%;
  max-width: 450px;
  min-width: 250px;
}

#fastCash input[type="text"] {
  width: 100%;
  max-width: 350px;
  height: 40px;
}

.step2,
.step3 {
  display: none;
}

.leftImage {
  margin-right: 15px;
}

.elementContainer {
  margin-bottom: 15px;
}

.homeImage {
  margin-right: 25px;
}

.cW {
  margin: auto;
}

.sectionHeader {
  font-size: 25px;
  font-weight: bold;
}

.homeListContainer {
  display: inline-block;
}

.homeListContainer ul {
  margin-top: 0px;
}

#header {
  margin: auto;
  background: transparent url("../images/bg-header.png") repeat scroll 0% 0%;
}

#socialMedia {
  position: absolute;
  right: 5px;
  top: 5px;
}

#menuWrapper {
  background: -webkit-linear-gradient(#d7d7d7, #e4e4e4);
  background: -o-linear-gradient(#d7d7d7, #e4e4e4);
  background: -moz-linear-gradient(#d7d7d7, #e4e4e4);
  background: linear-gradient(#d7d7d7, #e4e4e4);
  border-bottom: solid 1px #d6d6d6;
  border-top: solid #fbee52 6px;
}

#mobileHeader {
  height: 48px;
  background: #e1e1e1;
  border-bottom: solid #fbee52 1px;
  padding: 7px 0px 3px 5px;
  text-align: center;
  cursor: pointer;
  display: none;
}

#mobileHeader img {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}

#mobileHeader a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  display: inline-block;
  padding-top: 12px;
}

#menuContainer,
#logoWrapper,
#contentContainer,
#footer {
  width: 97%;
  max-width: 1100px;
  margin: auto;
}

.navbar-toggler {
  padding: 0 !important;
}

#logoWrapper {
  height: 100px;
}

.innerLogoWrapper {
  margin-top: 20px;
  display: inline-block;
}

.innerLogoWrapper a {
  color: #1d8fff;
  font-size: 28px;
  text-decoration: none;
  color: black;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.innerLogoWrapper .subTitle {
  font-size: 16px;
  padding-top: 0px;
  margin-top: 0px;
  font-style: italic;
}

#menu {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  float: left;
  margin: 0;
  padding: 0;
  border-left: solid #d6d6d6 1px;
  border-right: solid #d6d6d6 1px;
}

#menu li:last-child {
  border-right: solid #d6d6d6 2px;
}

#menu li:first-child {
  border-left: solid #d6d6d6 2px;
}

#menu li:hover,
#menu .selected {
  background: #fbee52;
}

#menu li a {
  color: #666;
  display: block;
  font-size: 15px;
  padding: 15px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.right {
  float: right;
}

#needHelp {
  font-size: 22px;
  margin-top: 10px;
}

#certificationContainer {
  display: inline-block;
}

#certificationContainer2 {
  text-align: center;
  padding-bottom: 25px;
}

.certificationIcon img {
  margin-top: 15px;
  margin-right: 6px;
}

#contentContainer {
  background: #fff;
  min-height: 500px;
  margin-top: 25px;
  border: solid #aaa 1px;
  box-shadow: 3px 3px 3px #888888;
  font-size: 17px;
}

#content {
  padding: 0px 45px 45px 45px;
  position: relative;
}

#footer {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.socialMedia {
  float: left;
}

#copyright {
  float: right;
}

#location {
  padding: 20px 0px 20px 0px;
  border-bottom: solid #eee 1px;
  font-size: 14px;
}

.divider {
  border-bottom: solid #eee 1px;
}

#privacyPolicy {
  line-height: 28px;
}

.halfPage {
  float: left;
  width: 50%;
  min-width: 250px;
}

.contactInfo {
  margin-bottom: 10px;
}

.contactInfo span {
  padding: 15px;
}

.personalImage {
  border: solid #aaa 1px;
  float: left;
  margin-right: 26px;
  max-width: 200px;
}

#aboutOurPosts,
#sellingYourHome,
#beforeYouBuy {
  line-height: 32px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 100;
}

.otherArticles li {
  margin-bottom: 6px;
}

.otherArticles li a {
  text-decoration: none;
}

.successBox {
  border: solid 2px #26854b;
  background: #ecfff3 url(../images/doc_approved.html) no-repeat;
  background-position: 5px 5px;
  padding: 8px 5px 5px 40px;
  border-radius: 2px;
  margin-bottom: 3px;
}

.successHeader {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}

.successContent {
  padding-bottom: 5px;
}

.fastCashOfferArrow {
  margin: 25px 0px 25px 0px;
}

.fastCashOfferSm {
  width: 100%;
  max-width: 300px;
  margin-top: 25px;
}

.errorBox {
  border: solid 2px #ff0000;
  background: #ffecec url(../images/lead_red.html) no-repeat;
  background-position: 5px 5px;
  padding: 8px 5px 5px 40px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.errorHeader {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
}

.errorContent {
  padding-bottom: 5px;
}

.step {
  height: 270px;
  padding: 11px;
  width: 29%;
  float: left;
  text-align: center;
  margin-right: 15px;
  border: solid 1px #dacccc;
  border-radius: 9px;
  box-shadow: 1px 1px 1px #888888;
}

.step img {
  padding-top: 10px;
}

.step span {
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.you_video {
  text-align: center;
}

.sidebar {
  width: 23%;
  float: right;
  padding-top: 13px;
}

#content {
  width: 68%;
  float: left;
}

.sidebar .homeImage {
  margin: 15px;
}

.step p {
  text-align: left;
}

.right_receive {
  float: left;
  text-align: left;
  margin: 0px;
  line-height: 20px;
  margin-top: 8%;
}

.left_receive {
  width: 22%;
  float: left;
}

.you_video iframe {
  width: 100%;
}

@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .sidebar {
    float: none;
    clear: left;
    width: 100% !important;
  }

  #content {
    float: left;
    width: 88%;
  }

  .step {
    width: 24%;
  }

  .step p {
    text-align: left;
    font-size: 15px;
  }

  .test {
    padding: 21px;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #content {
    float: left;
    width: 66%;
  }
}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
  .you_video iframe {
    width: 100%;
  }

  .test_div {
    margin: 5px 0 0 0 !important;
    padding: 10px 0 0 0 !important;
  }

  .alignleft {
    width: 100% !important;
    height: auto !important;
    text-align: center;
  }
}

@media only screen and (max-device-width: 1024px) and (orientation: portrait) {
  .sidebar {
    float: none;
    clear: left;
    width: 100% !important;
  }

  .step {
    width: 27%;
  }

  #content {
    float: left;
    width: 88%;
  }

  .sidebar {
    width: 100%;
  }

  #menu li a {
    padding: 15px 5px;
  }
}

.alignleft {
  width: 100px;
  height: 100px;
  float: left;
  display: inline;
  margin: 0 15px 10px 0;
}

.test_div {
  float: left;
  border-radius: 9px;
  width: 45%;
  margin: 5px;
  padding: 10px;
}

.test_name img {
  max-width: 100%;
}

.test_name iframe {
  max-width: 100%;
}

.test_div span {
  font-size: 15px !important;
  font-weight: bold !important;
  float: right;
}

.sidebar .test_div {
  width: 80%;
}

.image_location {
  width: 262px;
  height: auto;
}

.test_home {
  margin-bottom: 5%;
  float: none;
  clear: both;
}

.test_home span {
  text-transform: capitalize;
}

.btn-offer {
  background: linear-gradient(
      to bottom,
      rgb(240, 249, 255) 0%,
      rgb(191, 191, 191) 100%
    )
    repeat scroll 0 0 transparent;
  border: 1px solid rgb(191, 191, 191);
  box-shadow: 0 0 2px;
}

.btn-offer:hover {
  background: linear-gradient(
      to bottom,
      rgb(191, 191, 191) 0%,
      rgb(240, 249, 255) 100%
    )
    repeat scroll 0 0 transparent !important;
}

.testimonialImg {
  margin-right: 7px;
}

.test_name span {
  display: block;
  text-align: right;
  margin: 3px 0px 20px 0px;
  font-style: italic;
}

#main-div {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border-color: #0e2038;
  border-radius: 0;
  border-style: double;
  border-width: 4px;
  display: inline-block;
  margin: 0 5%;
  padding: 2%;
  position: relative;
  width: 85%;
  z-index: 67;
}

.left-div {
  float: left;
  text-align: left;
  width: 40%;
}

.right-div {
  float: right;
  text-align: right;
  width: 60%;
  font-size: 22px;
  line-height: 35px;
}

.fastcache_right {
  float: left;
  width: 50%;
}

.fastcache_left {
  float: left;
  width: 50%;
}

.fastcache_wrapper {
  width: 100%;
}

.error {
  color: red;
  text-transform: uppercase;
  font-weight: bolder;
}

.services .card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
}

.services .card:hover {
  transform: scale(1.05);
}

.about,
.services,
.certificates,
.content {
  padding: 60px 0;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.5); /* Dark overlay with opacity */
}

.nav-item {
  font-weight: 600;
  font-size: large;
}

/* Folder Tabs CSS */

.folder-tabs {
  max-width: 800px;
  margin: 2rem auto;
  background: transparent;
  border-radius: 12px;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); */
  position: relative;
  overflow: hidden;
}

/* .folder-tabs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: #f5f1ea;
  border-bottom: 1px solid #eee4d5;
} */

.tab-list {
  display: flex;
  gap: 0.5rem;
  /* padding: 1rem 1rem 0; */
  position: relative;
  padding: 0 0 0 20px;
  top: 20px;
}

.tab-list .tab {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 2rem;
  background: rgb(216 194 149);
  /* border: 1px solid #ddd6c8; */
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  position: relative;
  color: #6b6254;
}

/* 
.tab-list .tab:hover {
  background: #fff9f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
} */

.tab-list .tab.active {
  background: rgb(243 216 162);
  border-color: #ddd6c8;
  border-bottom-color: transparent;
  color: #2c2720;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.03);
  margin: 0px 0px -1px 0px;
}

.tab-list .tab i {
  font-size: 1.1em;
}

.tab-content {
  display: none;
  padding: 2rem;
  background: rgb(243 216 162);
  /* border-top: 1px solid #eee4d5; */
  border-radius: 20px;
  z-index: 1;
  position: relative;
}

.tab-content.active {
  display: block;
}

.tab-content h2 {
  color: #2c2720;
  margin-bottom: 1.5rem;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}

.tab-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 4px;
  background: #ff6b6b;
  border-radius: 2px;
}

.tab-content ul {
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.tab-content li {
  padding-left: 2rem;
  position: relative;
  color: #4a453d;
}

.tab-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #4dabf7;
  top: 50%;
  transform: translateY(-50%);
  color: #4dabf7;
  font-weight: bold;
}

@media (max-width: 640px) {
  .tab-list {
    flex-wrap: wrap;
  }

  .tab-list .tab {
    flex: 1 1 100%;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 0.5rem;
  }
}
