@font-face {
  font-family: 'Conv_ufonts.com_segoe-script';
  src: url('fonts/ufonts.com_segoe-script.eot');
  src: local('☺'), url('fonts/ufonts.com_segoe-script.woff') format('woff'), url('fonts/ufonts.com_segoe-script.ttf') format('truetype'), url('fonts/ufonts.com_segoe-script.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clear-both {
  clear: both;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin-top: 80px;
  color: #333;
}

header {
  background-color: rgba(255, 255, 255, 0.96);
  border-bottom: #f1f1f1 1px solid;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 888;
}

header .navbar {
  border: none;
  margin-bottom: 0;
  min-height: none;
}

header .navbar-right {
  margin: 0;
}

label {
  font-weight: 400;
}

a {
  color: #ae8909;
}

a:hover {
  color: #d5a80e;
  text-decoration: underline;
}

.bg-gray {
  background-color: #f1f1f1;
}

.logo img {
  padding: 5px 0;
}

.required {
  color: #c7242a;
}

.clear {
  clear: both;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #f1f1f1;
  font-weight: 400;
  color: #ae8909;
  text-transform: uppercase;
}

#nav-dropdown {
  padding: 0;
}

#nav-dropdown a {
  color: #333;
  font-size: 14px;
  padding: 23px 15px;
}

#nav-dropdown a:hover {
  color: #c29909;
}

#nav-dropdown a:hover,
#nav-dropdown .open a {
  background: none;
}

.caret-arrow {
  background-image: url(../images/caret-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  float: right;
  height: 20px;
  width: 20px;
}

#nav-dropdown .dropdown-menu a {
  padding: 5px 10px;
}

#nav-dropdown .dropdown-menu {
  border: none;
  min-width: 110px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none 0;
}

#nav-dropdown .btn-login {
  background-color: #fec80c;
  border: 0 none;
  border-radius: 4px;
  font-weight: 700;
  margin: 13px 0 10px 10px;
  padding: 10px 30px;
}

#nav-dropdown .btn-login:hover {
  background-color: #e6b91d;
  color: #333;
}

.txt-yellow {
  color: #ae8909;
}

.step-section {
  margin: 30px 0;
  position: relative;
}

.step-section ul {
  text-align: center;
  padding: 0;
}

.step-section li {
  display: inline-block;
  font-size: 12px;
  list-style: outside none none;
  padding: 0 20px;
}

.step-no {
  background-color: #999999;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 600;
  height: 40px;
  line-height: 36px;
  margin: 0 auto 5px;
  width: 40px;
}

.active .step-no {
  color: #333;
  background-color: #fec80c;
}

.step-no::after {
  content: "";
  display: block;
}

.phone-no {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.phone-no .q {
  color: #666666;
  font-size: 20px;
}

.phone-no .n {
  font-size: 18px;
}

.top-title {
  color: #333333;
  font-size: 40px;
  font-weight: 300;
  padding: 30px;
  text-align: center;
}

.form-wrap {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px 0;
}

.form-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.form-wrap .content-holder {
  float: left;
}

.form-wrap .input-wrap {
  padding-top: 5px;
  text-align: center;
}

.content-holder .title {
  font-size: 22px;
  padding-bottom: 10px;
}

.content-holder .info-text span:first-child {
  color: #666666;
}

.content-holder .info-text span:first-child::after {
  content: "";
  display: block;
}

.form-control[readonly] {
  color: #333;
  background-color: #fff;
  cursor: text;
}

.input-left {
  float: left;
  padding-right: 30px;
}

.input-right {
  float: right;
  padding-left: 30px;
}

.input-wrap label,
.size label {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.input-wrap input,
.input-wrap select {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 50px;
  font-size: 20px;
  padding: 0 16px;
  text-align: center;
  width: 80px;
}

.summary-holder {
  padding: 0 30px;
}

.summary-holder .title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
}

.spacing-paragraph {
  margin-top: 60px;
}

.continue-btn .btn-submit {
  display: block;
  width: 100%;
  text-align: center;
  padding: 18px;
  font-size: 18px;
}

.btn-packinstore {
  color: #fff;
  background-color: #fec80c;
  border-color: #fec80c;
}

.info-query>ul {
  font-size: 14px;
  list-style: none;
  padding-left: 10px;
}

.info-query li {
  color: #666;
  font-size: 14px;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.info-query>ul>li>span:nth-child(2) {
  float: right;
  padding-right: 50px;
}

.own ul,
.standardBox,
.bulky {
  padding-left: 10px;
}

.x-btn {
  color: red;
  cursor: pointer;
  float: left;
  padding-right: 10px;
}

.cpih::after {
  clear: both;
  content: "";
  display: block;
}

.cpih span {
  float: left;
}

.cpih .c-price {
  position: absolute;
  right: 0;
  top: 0;
}

.c-size {
  color: #aaaaaa;
  font-size: 12px;
}

.summary-holder hr {
  background-color: #c9c9c9;
  height: 2px;
  margin: 20px 0;
}

.tc {
  color: #666;
  font-style: italic;
  padding-left: 10px;
}

.total-cost {
  font-size: 28px;
  font-weight: 600;
  padding: 15px 0 20px;
  text-align: center;
}

.continue-btn {
  margin-top: 20px;
}

.own .month,
.blky .month,
.stndrd .month {
  clear: both;
}

.info-query .discount_area {
  font-size: 12px;
  clear: both;
}

.add-btn {
  clear: both;
  display: block;
  padding-top: 17px;
}

.pabx {
  padding: 10px 0;
  text-align: center;
}

.bcst {
  border: 3px solid #fec80c;
  padding: 20px 10px;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bcst .txt {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.bcst .bcp {
  font-size: 22px;
}

.specific-size {
  padding-bottom: 10px;
}

.specific-size::after {
  clear: both;
  content: "";
  display: block;
}

.specific-size .size input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 45px;
  width: 75px;
  padding: 0 15px;
  text-align: center;
}

.specific-size .size {
  float: left;
  padding-right: 20px;
}

.specific-size .size:last-child {
  padding-right: 0;
}

.size label {
  margin-bottom: 0;
}

body .pdng-btm-none {
  padding-bottom: 0;
}

.ftr-qst {
  padding: 10px 0 35px;
}

.qst {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.qst a {
  text-decoration: underline;
}

.dscnt {
  font-style: italic;
  text-align: center;
}

footer {
  background-color: #f1f1f1;
  color: #333;
  margin-top: 30px;
}

.content-info,
.content-info .avatar,
.content-info .text,
.left-btm-cntact,
.center-btm-menu {
  float: left;
}

.msg-btn {
  float: right;
  padding: 15px;
  margin: 15px;
}

.msg-btn .btn-submit {
  padding: 15px 30px;
}

.boxNumber.field-error,
.hasDatepicker.field-error,
.req.field-error {
  border-color: rgb(193, 32, 32);
}

.content-info .avatar {
  margin-top: -15px;
}

.content-info .text {
  font-size: 18px;
  padding: 30px 0 0 10px;
}

.content-info .text span {
  font-weight: 600;
}

.btm-hr {
  border-color: #ddd;
  margin: 0;
}

.btm-ims {
  color: #d1ddbc;
  font-size: 16px;
  padding: 40px 0;
}

.btm-ims::after {
  content: "";
  clear: both;
  display: block;
}

.right-btm-social {
  float: right;
  padding-right: 68px;
  text-align: left;
}

.left-btm-cntact {
  padding-right: 20px;
}

.left-btm-cntact span {
  color: #ae8909;
  font-weight: 300;
}

.left-btm-cntact img {
  padding: 0 15px;
}

.btm-email {
  padding-bottom: 15px;
}

.btm-cntct {
  padding: 15px 0;
}

.btm-cntct img {
  padding-right: 8px;
}

.center-btm-menu {
  padding-left: 20px;
}

.center-btm-menu ul {
  float: left;
  list-style: none;
  padding: 0 50px 0 0;
  margin: 0;
}

.center-btm-menu li {
  margin-bottom: 5px;
}

.center-btm-menu li a {
  color: #ae8909;
  font-size: 14px;
}

.center-btm-menu li a:hover {
  text-decoration: none;
}

.right-btm-social .title {
  color: #666;
  font-size: 18px;
  padding-bottom: 15px;
}

.right-btm-social ul {
  list-style: none;
  padding: 0;
}

.right-btm-social li {
  display: inline-block;
}

.small-image {
  max-width: 250px;
}

.copyright {
  color: #ae8909;
  padding-bottom: 20px;
}

.copyright span {
  font-weight: 600;
}

#step-1 .bTitle {
  color: #666;
  font-size: 22px;
  font-weight: 600;
}

#step-1 .info-text {
  color: #999;
}

#schedule {
  margin-bottom: 150px;
}

#schedule .form-wrap {
  padding: 20px;
}

#schedule .title {
  font-size: 22px;
  padding-bottom: 20px;
}

.small-grn {
  font-size: 12px;
}

#schedule .addrss,
#schedule .cntct {
  padding-bottom: 15px;
}

.d-left input,
.d-right input {
  background-image: url("../images/calendar.png");
  background-position: 96% center;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin: 0 0 15px;
}

.d-left label,
.d-right label {
  margin: 15px 0 0;
  color: #666666;
  display: block;
  font-weight: normal;
}

.cpl {
  margin-bottom: 40px;
}

.left-text {
  color: #666;
  font-weight: 600;
  padding-right: 25px;
  text-align: left;
}

.right-text {
  color: #666;
  font-weight: 600;
  padding-right: 25px;
  text-align: right;
}

.right-text>div {
  display: inline-block;
  text-align: center;
}

.paypal-detail {
  color: #666666;
  padding-bottom: 40px;
  padding-left: 40px;
}

.paypal-detail td {
  padding-bottom: 5px;
  width: 180px;
}

.paypal-detail td:nth-child(2) {
  text-transform: uppercase;
  width: 260px;
}

.home-page {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.home-page #nav-dropdown a {
  color: #fff;
}

.home-page #nav-dropdown a:focus {
  background: transparent;
}

.home-page #nav-dropdown .dropdown-menu a {
  color: #444444;
}

.home-page .caret-arrow {
  background-image: url(../images/white-arrow.png);
}

/* ============================================
   HERO — single static hero section
   ============================================ */

.hero-section {
  position: relative;
  width: 100%;
  height: 560px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: url(../images/slider-bg.jpg) no-repeat left center;
  background-size: cover;
}

.hero-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 44%;
  display: flex;
  align-items: center;
  padding: 0 44px 0 60px;
  box-sizing: border-box;
}

.hero-text-block {
  width: 100%;
}

.hero-title {
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 12px 0;
  padding: 0;
}

.hero-tagline {
  color: #222;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin: 0 0 14px 0;
}

.hero-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.hero-facts li {
  font-size: 14px;
  line-height: 1.65;
  padding: 2px 0 2px 18px;
  position: relative;
  color: #222;
  font-weight: 500;
}

.hero-facts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hero-facts li.fact-yes::before {
  background: #1D9E75;
}

.hero-facts li.fact-no::before {
  background: #888;
}

.hero-promo {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin: 0 0 14px 0;
}

.hero-cta {
  margin: 0 0 10px 0;
}

.hero-btn {
  display: inline-block;
  background-color: #fec80c;
  border: 0 none;
  border-radius: 4px;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 34px;
  text-decoration: none;
  cursor: pointer;
}

.hero-btn:hover {
  background-color: #e6b91d;
  color: #333;
  text-decoration: none;
}

.hero-expert {
  font-size: 13px;
  font-style: italic;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

.hero-expert a {
  color: #c29909;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
}

.hero-expert a:hover {
  text-decoration: underline;
}

.hero-differentiator {
    font-size: 14px;
    color: #555;
    margin: 0 0 14px;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 767px) {
    .hero-differentiator {
        color: #ffffff;
        font-size: 13px;
    }
}

/* ── PRINT-ONLY HERO BLOCK — hidden on screen ── */
.print-hero-block { display: none; }

/* ============================================
   LEGACY SLIDER — preserved for other pages
   ============================================ */

.slider-wrapper {
  height: 600px;
}

.slider .bg-1,
.slider .bg-2,
.slider .bg-3,
.slider .bg-4,
.slider .bg-5,
.slider .bg-6,
.slider .bg-7,
.slider .bg-8,
.slider .bg-9,
.slider .bg-10,
.slider .bg-11 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .bg-1 { background-image: url(../images/slider1.jpg); }
.slider .bg-2 { background-image: url(../images/slider2.jpg); }
.slider .bg-3 { background-image: url(../images/slider3.jpg); }
.slider .bg-4 { background-image: url(../images/slider4.jpg); }
.slider .bg-5 { background-image: url(../images/slider5.jpg); }
.slider .bg-6 { background-image: url(../images/slider6.jpg); }
.slider .bg-7 { background-image: url(../images/slider7.jpg); }
.slider .bg-8 { background-image: url(../images/slider8.jpg); }
.slider .bg-9 { background-image: url(../images/slider9.png); }
.slider .bg-10 { background-image: url(../images/slider10.png); }
.slider .bg-11 { background-image: url(../images/slider11.png); }

.owl-theme .owl-controls .owl-page span {
  background-image: url(../images/bullet-gray.png);
  margin: 5px 4px;
  opacity: .99;
}

.owl-theme .owl-controls .owl-page.active span {
  background-image: url(../images/bullet-green.png);
  opacity: .99;
}

.owl-theme .owl-controls {
  margin-top: -20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-image: url(../images/bullet-green.png);
  opacity: .99;
}

.slider-wrapper {
  background: url(../images/slider-bg.jpg) no-repeat transparent;
  background-size: cover;
}

.slider-wrapper .content-holder {
  color: #000;
  float: left;
  padding: 80px 40px 40px 60px;
  width: 42%;
  text-align: left;
  box-sizing: border-box;
}

.slider-wrapper .img-holderm,
.slider-wrapper .img-holder {
  float: left;
  width: 58%;
  height: 100%;
}

.slider-wrapper .bg-1.img-holder {
  background: url(../images/slider-img.jpg) no-repeat transparent;
  background-size: 100%;
}

.slider-wrapper .bg-2.img-holder {
  background: url(../images/slider-img-2.jpg) no-repeat transparent;
  background-size: 100%;
}

.slider-wrapper .bg-3.img-holder {
  background: url(../images/slider-img-3.jpg) no-repeat transparent;
  background-size: 100%;
}

.slider-wrapper .bg-4.img-holder {
  background: url(../images/slider-img-4.jpg) no-repeat transparent;
  background-size: 100%;
}

.slider-wrapper .content-holder .title {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  margin: 0 0 14px 0;
  padding: 0;
  width: auto;
  max-width: 420px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.slider-wrapper .content {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  margin: 0 0 16px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
}

.slider-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.slider-facts li {
  font-size: 14px;
  line-height: 1.6;
  padding: 3px 0 3px 18px;
  position: relative;
  color: #222;
}

.slider-facts li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.slider-facts li.fact-yes::before {
  background: #1D9E75;
}

.slider-facts li.fact-no::before {
  background: #888;
}

.slider-promo {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin: 0 0 4px 0;
  text-align: left;
}

.btn-holder {
  padding: 20px 0 12px;
}

.btn-holder a {
  background-color: #fec80c;
  border: 0 none;
  border-radius: 4px;
  color: #333;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
}

.btn-holder a:hover {
  background-color: #e6b91d;
  text-decoration: none;
}

.call-expert {
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  text-align: left;
  line-height: 1.6;
}

.call-expert span {
  color: #c29909;
  font-weight: 600;
  font-style: normal;
}

.call-expert a {
  color: #c29909;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
}

/* ============================================
   REST OF SITE — all original rules preserved
   ============================================ */

.pdng-50-100 {
  padding-top: 10px;
  padding-bottom: 0px;
}

.how-it-works {
  padding: 90px 0 0;
  text-align: center;
}

.services-explained {
  padding: 90px 0 0;
  text-align: center;
}

.Counter.section-spacing {
  padding: 90px 0 0;
  text-align: center;
}

.title,
.subtitle {
  font-weight: 300;
}

.title {
  font-size: 40px;
}

.left {
  font-size: 14px;
}

.title.title-md {
  font-size: 22px;
}

.title.title-sm {
  font-size: 20px;
}

.title.title-xs {
  font-size: 18px;
}

.subtitle {
  color: #ae8909;
  font-size: 20px;
}

.img-label {
  font-size: 18px;
  margin: 5px auto 0;
  width: 200px;
}

.pricing {
  background-color: #ffffff;
  padding: 40px 0;
  text-align: center;
}

.pricing-holder {
  padding: 30px 0 10px;
}

.pricing-wrap {
  border-radius: 4px;
  padding: 20px 15px;
}

body .p-t-70 {
  padding-top: 70px;
}

body .p-t-140 {
  padding-top: 35px;
}

.p-t-140.luggage {
  padding-top: 10px;
}

.p-1 { background-size: cover; }
.p-2 { background-size: cover; }
.p-3 { background-size: cover; }

.pricing-wrap .img-holder {
  padding-top: 20px;
}

.pricing-wrap .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 0 0;
}

.pricing-wrap .size {
  font-size: 16px;
  font-weight: 300;
  padding-top: 5px;
}

.pricing-wrap .ppi {
  color: #fec80c;
  font-size: 13px;
  font-weight: 600;
}

.pricing-wrap .content {
  padding: 20px 0;
}

.btn-pricing {
  padding: 5px 0 15px;
}

.btn-pricing a {
  background-color: #fec80c;
  border: 1px solid #fec80c;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 30px;
}

.btn-pricing a:hover,
.btn-pricing a:focus {
  color: #fff;
  text-decoration: none;
}

.b-title {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}

.size-inputs label {
  color: #666666;
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

.p-4 {
  background-size: cover;
}

.p-4 .size-inputs input,
.p-4 .size-inputs textarea {
  color: #999;
}

.size-inputs {
  padding: 6px;
}

.size-inputs input,
.size-inputs textarea {
  border: 1px solid #cccccc;
  padding: 5px 15px;
  width: 100%;
}

.size-inputs .captcha-img,
.size-inputs .captcha-input,
.captcha .captcha-img,
.captcha .captcha-input {
  float: left;
}

.size-inputs .captcha-input,
.captcha .captcha-input {
  margin-left: 15px;
  width: 160px;
}

.size-inputs > div:nth-child(5) {
  display: inline-block;
}

.size-inputs>div {
  padding-bottom: 10px;
}

.quote-btn {
  margin: 10px 0;
}

.quote-btn a,
.btn-default,
.btn-submit,
.btn-gray {
  color: #333;
  background-color: #fec80c;
  border: 0 none;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  cursor: pointer;
}

.btn-gray {
  background-color: #e1e1e1;
}

.btn-submit.disabled {
  background-color: #f1f1f1;
}

.btn-default.btn-xs {
  padding: 5px 15px;
}

.quote-btn a:hover,
.btn-default:hover,
.btn-submit:hover {
  color: #333;
  background-color: #e6b91d;
  text-decoration: none;
}

.pricing .btn-holder {
  padding: 20px 0 10px;
}

.storage-company {
  padding: 80px 0 20px;
}

.storage-company .title,
.storage-company .subtitle {
  text-align: center;
}

.storage-company .subtitle {
  padding-bottom: 25px;
}

.storage-company .other-company {
  font-size: 20px;
  font-weight: 900;
  width: 140px;
  text-align: center;
}

.pricing-img {
  width: 200px;
  height: 135px;
}

.cmpany-logo {
  margin: 0;
  text-align: right;
  padding: 0 60px 0 0;
}

.cmpany-logo>li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 60px;
  vertical-align: middle;
}

.cmpany-logo>li:last-child {
  padding-right: 30px;
}

.compare-list {
  border: 4px solid #fec80c;
  padding: 35px 30px 30px;
}

.service-list li {
  border-bottom: 1px solid #f1f1f1;
  list-style: outside none none;
  margin: 0;
  padding: 10px 0;
}

.service-list {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.service-list li::after {
  content: "";
  clear: both;
  display: block;
}

.service-list li:last-child {
  border-bottom: none;
}

.service-list li>div {
  float: left;
}

.service-list .left {
  color: #666;
  width: 45%;
}

.service-list .center {
  width: 25%;
  text-align: center;
}

.service-list .right {
  width: 30%;
  text-align: center;
}

.comments-text {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}

.items-kept .title {
  padding: 30px 0;
  text-align: center;
}

.item-form {
  margin-top: 30px;
}

.btn-submit-border,
.btn-submit-border:hover,
.btn-submit-border:focus {
  border: 2px solid;
  border-radius: 20px;
  color: #ae8909;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.grid-1 {
  height: 240px;
  width: 240px;
}

.grid-2 {
  height: 484px;
  width: 240px;
}

.grid-item {
  float: left;
  overflow: hidden;
}

.grid-image-wrap {
  background-color: #fec80c;
  display: block;
  height: 470px;
  padding: 10px 0;
  overflow: hidden;
  width: auto;
}

.grid-item img {
  width: 100%;
}

.why-us {
  padding-top: 60px;
  text-align: center;
}

.why-us-1,
.why-us-2 {
  padding: 20px 0 20px;
}

.why-us-2 {
  padding-bottom: 0;
}

.why-us .content-holder {
  width: 250px;
  margin: 0 auto;
}

.satisfied-customer {
  background: url(../images/singapore.jpg) no-repeat transparent;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 70px 0 100px;
  margin-bottom: -30px;
  text-align: center;
}

.satisfied-customer .subtitle {
  color: #fff;
}

.testi {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}

.testi-wrap {
  padding-top: 60px;
}

.starts {
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
}

.starts li {
  display: inline-block;
  list-style: none;
}

.help-block strong {
  font-weight: 400;
  color: #c7242a;
  font-size: 14px;
}

#login-form,
#forgot-form,
#register-form {
  padding: 50px 0;
}

#login-form .login-form-holder,
#forgot-form .forgot-form-holder,
#register-form .register-form-holder {
  padding: 40px 0;
}

#login-form .subtitle.link-to-another-form {
  background-color: #f1f1f1;
  color: #666;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#register-form .register-btn {
  margin: 30px 0 10px;
  padding: 15px;
  width: 100%;
}

.purchase-list {
  color: #666;
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
}

.purchase-list li:after {
  clear: both;
  content: "";
  display: block;
}

.purchase-list .name div:nth-child(2),
.purchase-list .price.price-sub {
  color: #aaaaaa;
  font-size: 12px;
}

.purchase-list .name,
.purchase-list .price {
  float: left;
  width: 80%;
}

.purchase-list.purchase-list-laststep .name {
  width: 60%;
}

.purchase-list .price {
  text-align: right;
  width: 20%;
}

.purchase-list.purchase-list-laststep .price {
  width: 10%;
}

.summary-schedule-details {
  font-size: 14px;
  color: #666;
}

.summary-schedule-details .schedule-detail {
  margin: 10px 0 20px;
}

.c-box {
  float: right;
  padding-left: 40px;
  text-align: center;
  width: 0%;
}

.purchase-list.purchase-list-laststep .c-box {
  width: 10%;
}

.purchase-list li:last-child {
  border-bottom: none;
}

.purchase-list ul {
  list-style: none;
  margin-left: -15px;
  padding: 0;
}

.purchase-list ul .name {
  padding-left: 30px;
  font-size: 14px;
  color: #333;
}

.purchase-list ul .name .c-size {
  font-size: 14px;
  color: #333;
}

.purchase-list .own-b {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 10px;
  margin-bottom: 8px;
  display: block;
  background-color: #e2e2e2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.purchase-list>li {
  margin: 0;
  padding: 0;
}

.purchase-list>li>ul {
  width: 99%;
}

.purchase-list ul.sublist {
  display: inline-block;
  margin-left: 8%;
  width: 90%;
}

.purchase-list ul.sublist li {
  border-bottom: 1px solid #dddddd;
  padding: 5px;
}

.purchase-list ul.sublist li:last-child {
  border: 0 none;
}

.purchase-list ul.sublist li .name {
  margin: 0;
  padding: 0;
}

.checkbox label.agreement-btn {
  font-weight: 700;
}

#FormModal .modal-dialog,
#Modal .modal-dialog {
  margin: 100px auto 30px;
}

#myModal .modal-dialog {
  width: 450px;
}

#myModal .modal-header {
  background: #fec80c;
}

#myModalLabel {
  font-weight: 700;
}

.modal {
  z-index: 9999;
}

.modal .Item-textFiled,
.Item-removeField {
  display: inline-block;
}

.modal .Item-textFiled {
  width: 95%;
}

.modal .addItemList {
  padding-left: 17px;
}

.modal .addItemList li {
  margin: 5px 0;
}

.modal .itemName {
  width: 100%;
}

.Item-removeField i {
  color: #e0474d;
  cursor: pointer;
}

.add-list-holder {
  height: 250px;
  margin-bottom: 15px;
}

.mCSB_inside>.mCSB_container {
  margin-right: 10px;
}

.storage_menu {
  text-align: right;
  margin: 10px 0;
}

.storage_menu ul {
  margin: 0;
  padding: 0;
}

.storage_menu li {
  list-style: none;
  display: inline;
  padding: 10px;
}

.sub-active {
  text-decoration: underline;
}

button.ui-datepicker-close,
button.ui-datepicker-current {
  display: none;
}

.retrieveError {
  border: 1px solid rgb(193, 32, 32);
}

.btn-edit {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.btn-edit .btn-submit {
  display: block;
  margin-top: 15px;
}

.admin-package .title {
  font-size: 24px;
}

.admin-package {
  padding: 10px 0;
}

.add-custom-btn {
  padding: 15px 0;
  text-align: right;
}

.package-modal input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  font-size: 16px;
  padding: 5px 15px 5px 0;
  text-indent: 15px;
}

.sublabel {
  font-size: 16px;
  padding: 0 0 5px 5px;
}

.wrapper-holder ul {
  list-style: outside none none;
  padding: 0;
}

.wrapper-holder ul ul li {
  display: inline-block;
}

#own .wrapper-holder input {
  width: 100px;
}

#own .label-title {
  background-color: #eee;
  display: block;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
  padding: 10px 15px;
  width: 80%;
}

.label-title .add-btn {
  float: right;
  padding: 0;
}

.label-title .add-btn i {
  background-color: #fec80c;
  border-radius: 100px;
  cursor: pointer;
  padding: 5px;
}

.wrapper-holder ul ul .cost {
  margin-left: 30px;
}

.range-text {
  padding-bottom: 10px;
}

#searchResult .radio {
  margin: 0;
}

#searchResult .radio input {
  margin: 0;
  position: relative;
}

.discount_msg {
  color: #089408;
  font-style: italic;
}

.cpih .boxNumber,
.cpih .monthNumber {
  margin-right: 2px;
}

.cpih .discount_msg {
  display: block;
  float: none;
}

.user-dashboard-ui {
  margin: 40px 0;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 1px 2px rgba(241, 241, 241, 0.75);
  box-shadow: 0 2px 1px 2px rgba(241, 241, 241, 0.75);
}

.user-dashboard-ui .title-header {
  font-size: 28px;
  margin-bottom: 20px;
}

.dashboard-menu {
  margin-top: 60px;
}

.dashboard-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dashboard-menu ul li {
  float: left;
  width: 100%;
  padding: 6px 0;
}

.dashboard-menu ul li a {
  color: #666;
  text-align: center;
  text-decoration: none;
  background-color: #f1f1f1;
  float: left;
  width: 68px;
  height: 68px;
  padding: 10px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.dashboard-menu ul li a:hover {
  color: #ae8909;
  background-color: #e1e1e1;
}

.dashboard-menu ul li a.new-package {
  background-color: #fec80c;
  color: #333;
}

.dashboard-menu ul li a i {
  font-size: 32px;
  display: block;
  margin-bottom: 4px;
}

.dashboard-menu ul li a span {
  font-size: 11px;
  display: block;
  color: #333;
}

.storage-bulk-option {
  padding: 2px 6px;
  float: left;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.storage-check-all,
.storage-checkbox-holder {
  background-color: #f1f1f1;
}

.storage-checkbox-disable {
  opacity: 0.4;
}

.storage-list {
  margin-top: 4px;
}

.table-responsive {
  width: 100%;
}

.storage-image,
.storage-image-summary {
  height: 80px;
  width: 80px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background-color: #f1f1f1;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.storage-image-summary {
  height: 160px;
  width: 160px;
}

.storage-image img,
.storage-image-summary img {
  min-width: 100%;
  min-height: 100%;
  float: left;
  max-height: 80px;
}

.storage-image-summary img {
  max-height: 160px;
}

.storage-label {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.storage-id,
.storage-barcode,
.storage-insured,
.storage-status,
.storage-details,
.storage-type {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.storage-id span,
.storage-barcode span,
.storage-insured span,
.storage-status span,
.storage-details span,
.storage-type span {
  color: #ae8909;
  margin-left: 4px;
}

.storage-status span.green {
  color: #089408;
  font-weight: 600;
}

.storage-status span.red {
  color: #c7242a;
  font-weight: 600;
}

.send-info,
.collect-info {
  font-size: 12px;
  color: #999;
}

.send-info strong,
.collect-info strong {
  text-transform: uppercase;
}

.send-info span.green,
.collect-info span.green {
  color: #089408;
  font-weight: 600;
  padding-top: 8px;
  float: left;
}

.storage-action-btn {
  padding: 4px 0;
}

.storage-action-btn .btn-clear {
  padding: 5px 20px;
}

.storage-action-btn .btn-default,
.storage-action-btn .btn-gray,
.storage-action-btn .btn-clear {
  float: left;
  margin: 4px;
}

.storage-empty {
  text-align: center;
}

.storage-empty-btn {
  height: 80px;
  padding: 40px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
  color: #000;
}

.admin-header {
  margin-top: 40px;
}

.admin-header-title {
  color: #999;
  font-size: 24px;
  font-weight: 300;
}

.admin-dashboard-ui {
  margin: 10px 0;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 1px 2px rgba(241, 241, 241, 0.75);
  box-shadow: 0 2px 1px 2px rgba(241, 241, 241, 0.75);
}

.admin-dashboard-ui .title-header {
  font-size: 28px;
  margin-bottom: 20px;
}

.storage-summary-schedule {
  margin-top: 20px;
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.storage-change-image {
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.storage-change-image-form {
  padding: 20px;
}

.storage-change-image-form .btn-default {
  margin: 10px;
}

.storage-summary-items {
  padding: 20px 0;
}

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

.ad-name {
  font-size: 14px;
  font-weight: 600;
}

.ad-email,
.ad-mobile,
.ad-information,
.ad-status,
.ad-id {
  color: #999;
}

.ad-email,
.ad-mobile,
.ad-information {
  font-size: 13px;
}

.ad-information strong {
  text-transform: uppercase;
}

.ad-status .green {
  color: #089408;
}

.ad-items {
  background-color: #f1f1f1;
  text-align: center;
}

.ad-items input {
  margin: 0 auto;
  cursor: pointer;
}

.ad-action {
  text-align: center;
}

#updateUserInfo .modal-body {
  display: inline-block;
  width: 100%;
}

.delivery_title {
  margin: 30px 0;
}

.ad-schedule-filter {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ad-schedule-filter li {
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.ad-schedule-filter li label {
  cursor: pointer;
  padding: 8px 10px;
  background-color: #f1f1f1;
  float: left;
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.visibleNone {
  visibility: hidden;
}

.if-in-doubt {
  font-style: italic;
}

.font-25 {
  font-size: 25px;
}

.fc-time {
  display: none;
}

.fc-past {
  background-color: #eee;
}

.full-calendar-holder {
  cursor: pointer;
}

.priceValue {
  padding-left: 5px;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
  position: relative;
}

.parallax-window2 {
  min-height: 300px;
  background: transparent;
  margin: 20px 0;
  position: relative;
}

.about-slogan > h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 300;
  padding: 30px;
  text-align: center;
}

.about-us .img-holder img {
  width: 100%;
  height: auto;
}

.why-us .img-holder img {
  width: 100%;
}

.about-us .img-holder {
  margin: 0 auto;
  width: 100%;
}

.tobepad {
  padding: 40px 0;
}

.tobepad h1 {
  text-align: center;
}

.tobepad p {
  line-height: 25px;
}

.tobepad li {
  margin: 10px 0;
}

.thumb-img {
  padding: 10px 0;
  text-align: center;
}

.thumb-img img {
  width: 70%;
}

.pricingholder .btn-holder {
  padding: 20px 0 10px;
}

.isReady {
  font-size: 15px;
}

.bx-viewport {
  height: 100px !important;
}

.business-plan .header-top,
.services .header-top {
  height: 600px;
  min-height: 314px;
}

.business-plan .bg-1 {
  background-image: url(../images/business/retail.jpg);
}

.business-plan .img-holder,
.services .img-holder {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 60%;
}

.business-plan .header-top,
.services .header-top {
  background-image: url(../images/slider-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-plan .content-holder,
.services .content-holder {
  padding-top: 140px;
  text-align: center;
  width: 40%;
}

.business-plan .content-holder,
.business-plan .img-holder,
.services .content-holder,
.services .img-holder {
  float: left;
}

.business-plan .content-holder .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 380px;
}

.business-plan .content-holder .content {
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  margin: 0 auto;
  width: 70%;
}

.business-plan .call-expert {
  font-weight: 700;
}

.business-plan .call-expert span {
  display: block;
}

.ecom-made-easy {
  padding: 60px 0;
  text-align: center;
}

.ecom-made-easy .thumb-holder,
.ecom-made-easy .thumb-holder img {
  width: 100%;
}

.ecom-made-easy .row .col-md-3 {
  padding: 0 25px;
}

.ecom-made-easy .row .col-md-3:first-child .thumb-holder,
.ecom-made-easy .row .col-md-3:nth-child(2) .thumb-holder {
  padding: 30px 0 25px;
}

.ecom-made-easy .row .col-md-3:nth-child(2) .thumb-holder {
  padding-bottom: 35px;
}

.number {
  padding: 15px 0;
  text-align: center;
}

.number span {
  background-color: #ffc000;
  border-radius: 1000px;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 30px;
  margin: 0 auto;
  width: 30px;
}

.ecom-made-easy .content {
  font-size: 16px;
  text-align: left;
}

.services .title {
  padding-bottom: 30px;
  text-align: center;
}

.services .bg-2 {
  background-image: url(../images/business/slider6.jpg);
}

.content-style {
  font-size: 36px;
  margin: 0 auto;
  padding-top: 40px;
  width: 75%;
}

.services .bg-3 {
  background-image: url(../images/business/singapore.jpg);
}

.services .bg-4 {
  background-color: #e7e7e9;
  background-image: url(../images/business/delivery.jpg);
  background-size: contain;
}

.contact-details {
  text-align: center;
}

.contact-details .call-expert {
  font-size: 20px;
  font-weight: 700;
}

.contact-details span {
  display: block;
}

.container {
  text-align: center;
}

.left-justify {
  text-align: left;
}

.title, .subtitle {
  margin-bottom: 10px;
}

.how-it-work .top-title {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.how-it-work .subtitle {
  font-size: 25px;
  padding-bottom: 50px;
}

.about-us .title {
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.about-us .subtitle {
  font-size: 25px;
}

.how-image img {
  width: 250px;
  height: 176px;
}

.how-numb .num {
  background: #ffc000;
  border-radius: 1000px;
  display: table;
  font-size: 25px;
  font-weight: 700;
  margin: 0 auto;
  padding: 5px 13px;
  margin-top: 30px;
}

.how-numb {
  margin: 15px 0;
}

.how-content {
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}

.how2 {
  margin-bottom: 20px;
}

.how2-image {
  text-align: center;
}

.how2-image img {
  width: 300px;
  height: 178px;
}

.how2 h3 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.smalltxt {
  text-align: center;
  line-height: 25px;
  padding-top: 15px;
}

.smalltxt.notop {
  padding-top: 0;
}

.fancyfont {
  font-family: 'Segoe Script';
  font-size: 32px;
  padding-top: 30px;
}

.top20 {
  padding-top: 40px;
}

.faq .top-title,
.careers .top-title,
.term .top-title,
.term-page .table-bordered {
  padding-bottom: 0;
  margin-bottom: 0;
}

.pwstrength_viewport_progress {
  display: none;
}

.btn-update {
  margin-top: -34px;
}

.careers .careers-holder {
  margin-top: 15px;
}

.btm-email a:hover {
  text-decoration: none;
}

.van-with-box {
  height: 150px;
  overflow: hidden;
}

.van-with-box .img-2 {
  margin-top: -25px;
}

.how-it-works .how-numb {
  margin-top: 0;
}

.how-it-works .how-numb .num {
  margin-top: 12px;
  width: 40px;
  height: 40px;
  padding: 2px 0 0 0;
}

.pricing-wrap .content,
.pricing-wrap .size {
  color: #000;
}

.footer-address {
  color: #ae8909;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
}

.btm-ims {
  padding: 40px 0 20px;
}

.pricingholder .pricing-wrap .content {
  text-align: justify;
  padding: 0;
}

.call-expert h2 {
  margin-top: 10px;
}

.p-t-140.luggage {
  padding-top: 0;
}

.p-1 .p-t-140,
.p-2 .p-t-140,
.p-3 .p-t-140,
.p-4 .p-t-140 {
  padding-top: 24px;
}

#use_profile_details,
#use_send_profile {
  position: relative;
  z-index: 1;
}

.van-with-box .img-3 {
  width: 250px;
}

/* ============================================
   ELFSIGHT STICKY PROMO BAR — reduced aggression
   ============================================ */
.eapps-notification-bar-body,
.eapps-notification-bar {
  opacity: 0.82 !important;
  font-size: 13px !important;
}

/* ============================================
   WHY CHOOSE US — columns
   ============================================ */
#why-us .why-us-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#why-us .why-us-1 .col-md-3 {
  text-align: center;
  padding: 20px 15px;
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */
.final-cta-section {
  background-color: #f9f9f9;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

/* ============================================
   COUNTER / TRACK RECORD — larger numbers
   ============================================ */
.Counter .title {
  margin-bottom: 6px;
}

.Counter .subtitle {
  margin-bottom: 20px;
}


/* ============================================
   HOMEPAGE RESTRUCTURE — added 17 Apr 2026
   ============================================ */

/* ── PROMO STRIP ── */
.promo-strip {
    background: #333333;
    padding: 18px 0;
}

.promo-strip__inner {
    display: grid !important;
    grid-template-columns: 25% 25% 25% 25% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.promo-strip__item {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 0;
    min-height: 64px;
    padding: 8px 16px !important;
    border-right: 1px solid #555555;
    box-sizing: border-box !important;
}

.promo-strip__item:last-child {
    border-right: none;
}

.promo-strip__value {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 20px;
    font-weight: 700;
    color: #fec80c;
    line-height: 1.2;
    margin: 0 0 5px;
}

.promo-strip__value span {
    font-size: 13px;
    font-weight: 400;
    color: #cccccc;
}

.promo-strip__label {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 13px;
    color: #cccccc;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 991px) {
    .promo-strip {
        padding: 0;
        overflow: hidden;
    }

    .promo-strip__inner {
        display: grid !important;
        grid-template-columns: 50% 50% !important;
        width: 100% !important;
    }

    .promo-strip__item {
        border-right: 1px solid #555555;
        border-bottom: 1px solid #555555;
        min-width: 0;
        min-height: 104px;
        padding: 16px 10px !important;
    }

    .promo-strip__item:nth-child(2n) {
        border-right: none;
    }

    .promo-strip__item:last-child {
        border-bottom: 1px solid #555555;
    }
}

/* ── USE CASE CARDS ── */
.use-cases-section {
    padding: 60px 0;
    background: #f9f9f9;
}
.use-case-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    padding: 24px 20px 20px;
    height: 100%;
    text-align: left;
    transition: box-shadow 0.2s ease;
    margin-bottom: 24px;
}
.use-case-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.use-case-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px;
}
.use-case-card p {
    font-size: 14px;
    color: #555555;
    line-height: 1.65;
    margin: 0 0 16px;
}
.use-case-link {
    font-size: 13px;
    font-weight: 700;
    color: #ae8909;
    text-decoration: none;
}
.use-case-link:hover {
    color: #fec80c;
    text-decoration: none;
}

.hero-btn-secondary {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 8px;
    vertical-align: middle;
}
.hero-btn-secondary:hover {
    background-color: #f1f1f1;
    color: #333333;
    text-decoration: none;
}

@media (max-width: 767px) {
    .hero-btn-secondary {
        color: #ffffff;
        border-color: #ffffff;
        background: transparent;
        margin-top: 0;
    }
}

/* ── WHY CHOOSE US — 5-card layout ── */
#why-us .why-us-1 .col-md-3:nth-child(5) {
    margin-top: 20px;
}

/* ── RESPONSIVE FIXES ── */
@media (max-width: 768px) {
    .promo-strip__item {
        padding: 10px 8px;
    }

    .hero-btn-secondary {
        display: block;
        margin-top: 12px;
        text-align: center;
    }

    .use-cases-section {
        padding: 40px 0;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {

  /* ── HIDE UI CHROME ── */
  header { position: static !important; display: none !important; }
  body { margin-top: 0 !important; padding-top: 0 !important; }

  /* ── HIDE ELFSIGHT WIDGETS & PROMO BAR ── */
  [class^="elfsight-app"],
  [class*="elfsight-app"],
  .eapps-notification-bar,
  .eapps-notification-bar-body,
  .eapps-notification-bar-container,
  .eapps-whatsapp-chat,
  [class*="eapps-whatsapp"] { display: none !important; }

  /* ── HIDE IFRAMES (YouTube etc) ── */
  iframe { display: none !important; }

  /* ── HIDE WHATSAPP BUTTONS & RAW URLS ── */
  .whatsapp-float,
  .hero-btn,
  .hero-btn-secondary,
  a[href*="whatsapp"],
  a[href*="api.whatsapp"] { display: none !important; }
  a[href]:after { content: none !important; }

  /* ── HERO — hide original, show print block ── */
  .slider-wrapper { display: none !important; }
  .hero-section { display: none !important; }
  .promo-strip { display: none !important; }
  .print-hero-block { display: block !important; padding: 10px 0 16px !important; }

  /* ── 3-STEP SECTION ── */
  .how-it-works { padding-top: 20px !important; }
  .how-it-works .col-md-4,
  .how-it-works .col-sm-4 {
    float: left !important;
    width: 33.33% !important;
    box-sizing: border-box !important;
  }
  .img-1 { width: 120px !important; display: block !important; margin: 0 auto !important; }

  /* ── COLLAPSE EMPTY SECTIONS ── */
  .services-explained .row { display: none !important; }
  .services-explained,
  .pricing { margin: 0 !important; padding: 5px 0 !important; }
  .Trusted-customers .container > div { display: none !important; }
  .Trusted-customers,
  .satisfied-customer { padding: 10px 0 !important; min-height: 0 !important; }
  .Counter.section-spacing { display: none !important; }

  /* ── WHY CHOOSE US — 3-column float layout ── */
  #why-us { padding-top: 10px !important; }
  #why-us .why-us-1 {
    display: block !important;
    width: 100% !important;
  }
  #why-us .why-us-1::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }
  #why-us .why-us-1 .col-md-4 {
    display: block !important;
    width: 33.33% !important;
    float: left !important;
    box-sizing: border-box !important;
    padding: 10px 8px !important;
    page-break-inside: avoid !important;
    break-inside: avoid !important;
  }
  #why-us .why-us-1 .col-md-3 { padding: 10px 5px !important; }
  #why-us .small-image {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
  }

  /* ── PREVENT CARDS BREAKING ACROSS PAGES ── */
  .col-md-3, .col-md-4, .col-sm-4, .col-sm-6 {
    page-break-inside: avoid;
    break-inside: avoid;
  }

  /* ── FORCE COLOUR PRINTING ── */
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  /* ── TERMS TABLE & CALLOUT ── */
  .term-page .table-bordered {
    border: 1px solid #ddd !important;
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 16px 0 24px !important;
    font-size: 14px !important;
  }
  .term-page .table-bordered th,
  .term-page .table-bordered td {
    border: 1px solid #ddd !important;
    padding: 10px 14px !important;
    vertical-align: middle !important;
  }
  .term-page .table-bordered thead tr th {
    background-color: #fec80c !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: 1px solid #e6b400 !important;
  }
  .term-page .table-label {
    background-color: #f5f5f5 !important;
    font-weight: 700 !important;
    color: #333 !important;
    padding: 10px 14px !important;
  }
  .term-page .table-bordered tbody tr:nth-child(even) td {
    background-color: #fafafa !important;
  }
  .term-insurance-callout {
    display: block !important;
    background: #fff8e1 !important;
    border-left: 4px solid #fec80c !important;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 16px 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
  }
  .term-insurance-callout strong {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    color: #333;
  }
}

/* ============================================
   HERO CTA BUTTONS
   ============================================ */

.hero-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin: 0 0 12px 0;
}

.hero-cta .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 34px;
    box-sizing: border-box;
    background-color: #fec80c;
    border: 2px solid #fec80c;
    border-radius: 4px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.hero-cta .hero-btn:hover {
    background-color: #e6b91d;
    border-color: #e6b91d;
    color: #333333;
    text-decoration: none;
}

.hero-cta .hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 4px;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.hero-cta .hero-btn-secondary:hover {
    background-color: #f1f1f1;
    color: #333333;
    text-decoration: none;
}

/* ============================================
   HERO TRUST LINE — simple clean version
   ============================================ */

.hero-trust {
    margin: 0 0 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .hero-trust {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* ============================================
   HERO LAPTOP FIX — 14-inch laptops / 125% scaling
   Keeps hero CTA visible and hides sticky promo bar
   ============================================ */

@media (min-width: 768px) and (max-width: 1700px) and (max-height: 900px) {

    .eapps-notification-bar,
    .eapps-notification-bar-body,
    .eapps-notification-bar-container,
    [class*="eapps-notification-bar"] {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        pointer-events: none !important;
    }

    .hero-section {
        height: 500px !important;
    }

    .hero-content {
        align-items: flex-start !important;
        padding: 22px 34px 0 44px !important;
    }

    .hero-title {
        font-size: 30px !important;
        line-height: 36px !important;
        margin-bottom: 8px !important;
    }

    .hero-tagline {
        font-size: 14px !important;
        line-height: 21px !important;
        margin-bottom: 8px !important;
    }

    .hero-facts {
        margin-bottom: 8px !important;
    }

    .hero-facts li {
        font-size: 13px !important;
        line-height: 1.4 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-trust {
        font-size: 12px !important;
        line-height: 1.35 !important;
        margin: 6px 0 10px 0 !important;
    }

    .hero-cta {
        margin-bottom: 0 !important;
    }

    .hero-cta .hero-btn,
    .hero-cta .hero-btn-secondary {
        height: 48px !important;
        min-height: 48px !important;
        padding: 0 24px !important;
        font-size: 14px !important;
    }

    .hero-expert {
        display: none !important;
    }
}

/* =========================================================
   FURNITURE STORAGE LANDING PAGE — CONVERSION + TRUST
   For: resources/views/other/professionalmove.blade.php
   Requires body class: page-furniture-storage on the Furniture Storage page.
   ========================================================= */

body.page-furniture-storage {
  background: #ffffff;
}

/* Prevent global fixed promo bar from blocking conversion sections too much */
body.page-furniture-storage #promo-bar {
  padding: 8px 18px !important;
  min-height: 48px !important;
  opacity: 0.94 !important;
}

body.page-furniture-storage #promo-bar span {
  font-size: 13px !important;
}

body.page-furniture-storage #promo-bar a {
  padding: 7px 16px !important;
  font-size: 13px !important;
}

body.page-furniture-storage #whatsapp-float {
  bottom: 76px !important;
  z-index: 9999 !important;
}

.fs-page {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: #ffffff;
  overflow: hidden;
}

.fs-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: initial;
}

.fs-section {
  padding: 58px 0;
}

.fs-section-soft {
  background: #f8f8f8;
}

.fs-section-cream {
  background: #fffdf5;
}

.fs-title {
  font-size: 34px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin: 0 0 12px;
  line-height: 1.25;
}

.fs-subtitle {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 1.7;
}

.fs-btn,
.fs-btn:focus {
  display: inline-block;
  background: #fec80c;
  color: #333333 !important;
  font-weight: 800;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none !important;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.fs-btn:hover {
  background: #e6b400;
  color: #333333 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.fs-btn-dark,
.fs-btn-dark:focus {
  display: inline-block;
  background: #222222;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none !important;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.fs-btn-dark:hover {
  background: #000000;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* -------------------------
   Hero
   ------------------------- */

.fs-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background-image: url(../images/slider-img-5.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.fs-hero:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.78) 0%,
    rgba(0,0,0,0.62) 48%,
    rgba(0,0,0,0.28) 100%
  );
  z-index: 1;
}

.fs-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.fs-hero-content {
  max-width: 660px;
  color: #ffffff;
  text-align: left;
}

.fs-kicker {
  display: inline-block;
  background: rgba(254, 200, 12, 0.16);
  border: 1px solid rgba(254, 200, 12, 0.75);
  color: #fec80c;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 22px;
  margin-bottom: 16px;
}

.fs-hero h1 {
  color: #ffffff;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
  text-align: left;
}

.fs-hero-lead {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 22px;
  text-align: left;
}

.fs-hero-simple-box {
  background: rgba(255,255,255,0.12);
  border-left: 4px solid #fec80c;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 24px;
  text-align: left;
}

.fs-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.fs-trust-pill {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 22px;
}

.fs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.fs-hero-note {
  color: #dddddd;
  font-size: 13px;
  margin: 14px 0 0;
  line-height: 1.5;
}

/* -------------------------
   Trust metrics bar
   ------------------------- */

.fs-trust-section {
  background: #1a1a1a;
  padding: 26px 0;
}

.fs-trust-grid {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  gap: 0;
  text-align: center;
  color: #ffffff;
}

.fs-trust-grid > div {
  padding: 12px 20px;
  border-left: 1px solid #333333;
}

.fs-trust-grid > div:first-child {
  border-left: none;
}

.fs-trust-value {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #fec80c;
  margin-bottom: 6px;
  line-height: 1.1;
}

.fs-trust-label {
  display: block;
  font-size: 13px;
  color: #bbbbbb;
  line-height: 1.5;
}

/* -------------------------
   Immediate CTA strip
   ------------------------- */

.fs-quote-strip {
  background: #1a1a1a;
  color: #ffffff;
  padding: 26px 0;
  border-top: 1px solid #2a2a2a;
}

.fs-quote-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fs-quote-strip h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 6px;
  text-align: left;
}

.fs-quote-strip p {
  color: #dddddd;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}

/* -------------------------
   Cards and grids
   ------------------------- */

.fs-grid-3 {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  gap: 22px;
}

.fs-grid-2 {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 22px;
}

.fs-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  height: 100%;
  text-align: left;
}

.fs-card h3 {
  color: #222222;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px;
  line-height: 1.35;
  text-align: left;
}

.fs-card p {
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  text-align: left;
}

.fs-card ul {
  margin: 0;
  padding-left: 20px;
  color: #555555;
  line-height: 1.8;
  text-align: left;
}

.fs-card li {
  margin-bottom: 7px;
  text-align: left;
}

.fs-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fec80c;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 16px;
}

/* -------------------------
   Photo quote module
   ------------------------- */

.fs-photo-quote {
  background: #fffdf5;
  border: 1px solid #ffe08a;
  border-radius: 16px;
  padding: 34px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 28px;
  align-items: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.fs-photo-quote h2 {
  font-size: 30px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 12px;
  line-height: 1.3;
  text-align: left;
}

.fs-photo-quote p {
  font-size: 16px;
  color: #555555;
  line-height: 1.75;
  margin: 0 0 18px;
  text-align: left;
}

.fs-whatsapp-preview {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eeeeee;
}

.fs-chat-line {
  background: #e9ffe8;
  border-radius: 12px;
  padding: 12px 14px;
  color: #333333;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
}

.fs-chat-line:last-child {
  margin-bottom: 0;
}

.fs-chat-line strong {
  color: #222222;
}

/* -------------------------
   Pricing simplified
   ------------------------- */

.fs-price-simple {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: 5px solid #fec80c;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  height: 100%;
  text-align: left;
}

.fs-price-label {
  display: inline-block;
  background: #fff7d6;
  color: #7a5a00;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 11px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.fs-price-simple h3 {
  color: #222222;
  font-size: 23px;
  font-weight: 800;
  margin: 0 0 10px;
  text-align: left;
}

.fs-price-simple p {
  color: #555555;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}

.fs-price-footnote {
  max-width: 860px;
  margin: 26px auto 0;
  text-align: center;
  color: #555555;
  font-size: 15px;
  line-height: 1.7;
}

.fs-mini-cta {
  max-width: 820px;
  margin: 28px auto 0;
  text-align: center;
  background: #fff8d9;
  border: 1px solid #ffe08a;
  border-radius: 14px;
  padding: 22px;
}

.fs-mini-cta p {
  margin: 0 0 14px;
  color: #555555;
  font-size: 15px;
  text-align: center;
}

.fs-included-card h3 {
  color: #ae8909;
}

/* -------------------------
   YouTube video / proof section
   ------------------------- */

.fs-video-wrap {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000000;
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.fs-video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  border: 0;
}

.fs-widget-wrap {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.fs-widget-section {
  background: #f8f8f8;
}

.fs-widget-section .fs-title,
.fs-widget-section .fs-subtitle {
  text-align: center;
}

/* -------------------------
   FAQ
   ------------------------- */

.fs-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.fs-faq-item {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.03);
}

.fs-faq-question {
  width: 100%;
  background: #ffffff;
  border: none;
  text-align: left;
  padding: 18px 48px 18px 20px;
  font-size: 15px;
  font-weight: 800;
  color: #333333;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

.fs-faq-question:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ae8909;
  font-size: 24px;
  font-weight: 400;
}

.fs-faq-question.open {
  color: #ae8909;
  background: #fffdf5;
}

.fs-faq-question.open:after {
  content: '−';
}

.fs-faq-answer {
  display: none;
  padding: 0 20px 20px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #f0f0f0;
  text-align: left;
}

.fs-faq-answer.open {
  display: block;
}

/* -------------------------
   Final CTA
   ------------------------- */

.fs-final-cta {
  background: #222222;
  color: #ffffff;
  text-align: center;
  padding: 62px 20px;
}

.fs-final-cta h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  text-align: center;
}

.fs-final-cta p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: #dddddd;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

/* -------------------------
   Optional lower trust / social sections
   ------------------------- */

.fs-guides-section,
.fs-instagram-section {
  text-align: center;
  padding: 44px 20px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}

.fs-guides-section p,
.fs-instagram-section p {
  max-width: 680px;
  margin: 0 auto 20px;
  color: #666666;
  line-height: 1.7;
  font-size: 15px;
  text-align: center;
}

/* -------------------------
   Elfsight controls for furniture page
   ------------------------- */

body.page-furniture-storage .eapps-notification-bar,
body.page-furniture-storage .eapps-notification-bar-body,
body.page-furniture-storage .eapps-notification-bar-container,
body.page-furniture-storage [class*="eapps-notification-bar"] {
  opacity: 0.88 !important;
  font-size: 13px !important;
}

body.page-furniture-storage [class*="eapps-whatsapp"],
body.page-furniture-storage .eapps-whatsapp-chat {
  z-index: 850 !important;
}

/* -------------------------
   Responsive
   ------------------------- */

@media (max-width: 991px) {
  body.page-furniture-storage #promo-bar {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
  }

  body.page-furniture-storage #whatsapp-float {
    bottom: 18px !important;
  }

  body.page-furniture-storage .eapps-notification-bar,
  body.page-furniture-storage .eapps-notification-bar-body,
  body.page-furniture-storage .eapps-notification-bar-container,
  body.page-furniture-storage [class*="eapps-notification-bar"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
  }

  .fs-grid-3,
  .fs-grid-2,
  .fs-photo-quote {
    grid-template-columns: 100%;
  }

  .fs-quote-strip-inner {
    display: block;
    text-align: center;
  }

  .fs-quote-strip h2,
  .fs-quote-strip p {
    text-align: center;
  }

  .fs-quote-strip .fs-btn {
    margin-top: 18px;
  }

  .fs-trust-grid {
    grid-template-columns: 100%;
  }

  .fs-trust-grid > div {
    border-left: none;
    border-top: 1px solid #333333;
  }

  .fs-trust-grid > div:first-child {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .fs-hero {
    min-height: auto;
    padding: 54px 0;
    background-position: center top;
  }

  .fs-hero:before {
    background: rgba(0,0,0,0.70);
  }

  .fs-hero h1 {
    font-size: 31px;
  }

  .fs-hero-lead {
    font-size: 16px;
  }

  .fs-hero-actions {
    display: block;
  }

  .fs-btn,
  .fs-btn-dark {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
  }

  .fs-section {
    padding: 44px 0;
  }

  .fs-title {
    font-size: 28px;
  }

  .fs-photo-quote {
    padding: 24px;
  }

  .fs-photo-quote h2 {
    font-size: 26px;
  }

  .fs-final-cta h2 {
    font-size: 28px;
  }

  .fs-trust-value {
    font-size: 24px;
  }
}

/* -------------------------
   Print cleanup for furniture storage page
   ------------------------- */

@media print {
  .fs-hero,
  .fs-quote-strip,
  .fs-final-cta,
  .fs-video-wrap,
  .fs-widget-wrap,
  .fs-guides-section,
  .fs-instagram-section,
  body.page-furniture-storage #promo-bar,
  body.page-furniture-storage #whatsapp-float {
    display: none !important;
  }

  .fs-section {
    padding: 16px 0 !important;
  }

  .fs-card,
  .fs-price-simple,
  .fs-photo-quote {
    box-shadow: none !important;
    border: 1px solid #dddddd !important;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.pm-quote-strip {
    background: #222;
    color: #fff;
    padding: 28px 20px;
}

.pm-quote-strip-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.pm-quote-strip h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
    text-align: left;
}

.pm-quote-strip p {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .pm-quote-strip-inner {
        display: block;
        text-align: center;
    }

    .pm-quote-strip h2,
    .pm-quote-strip p {
        text-align: center;
    }

    .pm-quote-strip .pm-cta-btn {
        margin-top: 16px;
    }
}

.pm-photo-quote {
    max-width: 1040px;
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: 54% 46%;
    gap: 26px;
    align-items: center;
    background: #fffdf5;
    border: 1px solid #ffe08a;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.pm-photo-quote h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
    text-align: left;
}

.pm-photo-quote p {
    font-size: 15px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 18px;
    text-align: left;
}

.pm-chat-preview {
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 18px;
}

.pm-chat-line {
    background: #e9ffe8;
    border-radius: 10px;
    padding: 11px 13px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #333;
    text-align: left;
}

.pm-chat-line:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .pm-photo-quote {
        grid-template-columns: 100%;
    }
}

/* =====================================================
   HOW IT WORKS — match valet storage style
   ===================================================== */

.how-it-works-valet-style {
    padding: 70px 0 50px !important;
    text-align: center;
    background: #ffffff;
}

.how-it-works-valet-style .title {
    font-size: 40px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 14px;
}

.how-it-works-valet-style > .container > .subtitle {
    font-size: 22px;
    font-weight: 300;
    color: #ae8909;
    margin-bottom: 38px;
    line-height: 1.45;
}

.how-it-works-valet-style .pdng-50-100 {
    padding-top: 10px;
    padding-bottom: 0;
}

.how-it-works-valet-style .col-md-4,
.how-it-works-valet-style .col-sm-4 {
    text-align: center;
}

.how-it-works-valet-style .van-with-box {
    height: 145px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.how-it-works-valet-style .img-1 {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}

.how-it-works-valet-style .how-numb {
    margin: 0 0 18px !important;
}

.how-it-works-valet-style .how-numb .num {
    margin-top: 0 !important;
}

.how-it-works-valet-style .img-label {
    width: 230px !important;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.55;
    color: #222222;
}

.how-it-works-valet-style .img-label .subtitle {
    color: #ae8909;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.35;
    margin-bottom: 12px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =====================================================
   FURNITURE PRICING — clean aligned cards
   ===================================================== */

.pm-pricing-clean .pm-intro,
.pm-pricing-clean .pm-note-box,
.pm-pricing-clean .pm-callout {
    display: none !important;
}

.pm-simple-note {
    max-width: 760px;
    margin: 18px auto 28px;
    padding: 13px 18px;
    background: #fff8d9;
    border: 1px solid #ffe08a;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    text-align: center;
}

.pm-pricing-clean .pm-plan-grid {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 18px;
    align-items: stretch;
}

.pm-pricing-clean .pm-plan-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 16px 14px 18px;
}

.pm-pricing-clean .pm-plan-badge {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    white-space: nowrap;
}

.pm-pricing-clean .pm-plan-image-wrap {
    height: 145px;
    margin-bottom: 16px;
}

.pm-pricing-clean .pm-plan-name {
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 6px;
}

.pm-pricing-clean .pm-plan-size {
    min-height: 42px;
    margin-bottom: 10px;
}

.pm-pricing-clean .pm-plan-price {
    margin-bottom: 12px;
}

.pm-pricing-clean .pm-plan-move {
    margin-top: auto;
    min-height: 82px;
    font-size: 13px;
    line-height: 1.55;
}

.pm-pricing-clean .pm-plan-cta {
    max-width: 760px;
    margin-top: 28px;
}

/* ================================================
   Storage Space Steps — simplified
   ================================================ */

.storage-steps-simple {
    padding: 70px 0 50px !important;
}

.storage-steps-simple .title {
    font-size: 40px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 12px;
}

.storage-steps-simple > .container > .subtitle {
    font-size: 22px;
    color: #ae8909;
    font-weight: 300;
    margin-bottom: 36px;
}

.storage-steps-simple .van-with-box {
    min-height: 125px !important;
    height: 125px !important;
    margin-bottom: 18px;
}

.storage-steps-simple .img-1 {
    width: 110px !important;
    height: 110px !important;
    object-fit: contain;
}

.storage-steps-simple .how-numb {
    margin: 0 0 18px !important;
}

.storage-steps-simple .how-numb .num {
    margin-top: 0 !important;
}

.storage-steps-simple .img-label {
    width: 260px !important;
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.5;
    color: #222222;
}

.storage-steps-simple .img-label .subtitle {
    min-height: 34px !important;
    font-size: 21px;
    line-height: 1.3;
    color: #ae8909;
    margin-bottom: 10px;
}

/* =====================================================
   FINAL HERO DESKTOP FIX — visible at 100% desktop
   Keep this at the very bottom of style.css
   ===================================================== */

@media (min-width: 992px) {

    .hero-section {
        display: grid !important;
        grid-template-columns: 44% 56% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 560px !important;
        position: relative !important;
        overflow: hidden !important;
        background: #fff !important;
    }

    .hero-content {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 560px !important;
        position: relative !important;
        padding: 56px 38px 48px 48px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        background: rgba(255,255,255,0.94) !important;
        z-index: 2 !important;
        box-sizing: border-box !important;
    }

    .hero-text-block {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .hero-image {
        grid-column: 2 !important;
        grid-row: 1 !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 560px !important;
        background-size: cover !important;
        background-position: center center !important;
        z-index: 1 !important;
    }

    .hero-title {
        font-size: 29px !important;
        line-height: 1.18 !important;
        margin: 0 0 10px !important;
    }

    .hero-tagline {
        font-size: 14.5px !important;
        line-height: 1.45 !important;
        margin: 0 0 12px !important;
    }

    .hero-facts {
        margin: 0 0 12px !important;
        padding-left: 0 !important;
    }

    .hero-facts li {
        font-size: 13.5px !important;
        line-height: 1.38 !important;
        margin-bottom: 4px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-trust {
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        margin: 0 0 12px !important;
    }

    .hero-cta {
        display: grid !important;
        grid-template-columns: 260px 150px !important;
        gap: 12px !important;
        align-items: stretch !important;
        width: 100% !important;
        max-width: 430px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-cta .hero-btn,
    .hero-cta .hero-btn-secondary {
        width: 100% !important;
        height: auto !important;
        min-height: 46px !important;
        padding: 10px 12px !important;
        margin: 0 !important;
        font-size: 13.5px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .hero-expert {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hero-section {
        grid-template-columns: 48% 52% !important;
    }

    .hero-content {
        padding: 42px 28px 38px 34px !important;
    }

    .hero-title {
        font-size: 26px !important;
    }

    .hero-cta {
        grid-template-columns: 100% !important;
        max-width: 340px !important;
    }
}

/* ================================================
   Brand Promise Cards
   ================================================ */
.about-brand-row {
    margin-top: 36px;
}

.about-brand-card {
    min-height: 300px;
    margin-bottom: 24px;
    padding: 28px 22px 26px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.about-brand-card .brand-icon {
    width: auto;
    max-width: 100px;
    height: auto;
    max-height: 100px;
    margin: 0 auto 18px;
    display: block;
}

.about-brand-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.about-brand-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* ================================================
   What Makes Us Different
   ================================================ */
.about-difference-section {
    padding: 70px 0 55px;
    background: #fff;
}

.about-difference-section .about-section-title,
.about-difference-section .about-section-subtitle {
    text-align: center;
}

.about-difference-section .about-section-title {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #333;
}

.about-difference-section .about-section-subtitle {
    font-size: 20px;
    color: #ae8909;
    font-weight: 300;
    margin-bottom: 24px;
}

.about-difference-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.about-difference-list {
    max-width: 940px;
    margin: 0 auto;
}

.about-difference-item {
    min-height: 118px;
    margin-bottom: 20px;
    padding: 20px 22px;
    background: #fafafa;
    border-left: 4px solid #fec80c;
    border-radius: 6px;
}

.about-difference-item h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.about-difference-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.about-facility-note {
    max-width: 900px;
    margin: 34px auto 0;
    padding: 18px 22px;
    background: #fffdf5;
    border: 1px solid #ffe08a;
    border-radius: 6px;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.about-facility-note strong {
    display: block;
    color: #333;
    margin-bottom: 4px;
}

.about-cta-links {
    margin: 6px 0 18px;
}

.about-cta-link {
    color: #fec80c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 8px;
}

.about-cta-link:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .about-brand-card {
        min-height: 0;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-brand-card .brand-icon {
        max-width: 88px;
        max-height: 88px;
    }

    .about-difference-section {
        padding: 55px 0 40px;
    }

    .about-difference-section .about-section-title {
        font-size: 28px;
    }

    .about-difference-intro {
        padding: 0 20px;
        text-align: left;
    }
}

/* ================================================
   About Us Section Heading + Difference Cards Fix
   ================================================ */

.about-section-title {
    display: block !important;
    width: 100% !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    color: #333333 !important;
    text-align: center !important;
    margin: 0 0 10px !important;
}

.about-section-subtitle {
    display: block !important;
    width: 100% !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.45 !important;
    color: #ae8909 !important;
    text-align: center !important;
    margin: 0 0 24px !important;
}

.about-difference-section {
    padding: 70px 0 55px !important;
    background: #ffffff !important;
    text-align: center !important;
}

.about-difference-intro {
    max-width: 760px !important;
    margin: 0 auto 34px !important;
    text-align: center !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #555555 !important;
}

.about-difference-list {
    max-width: 940px !important;
    margin: 0 auto !important;
}

.about-difference-item {
    min-height: 118px !important;
    margin-bottom: 20px !important;
    padding: 20px 22px !important;
    background: #fafafa !important;
    border-left: 4px solid #fec80c !important;
    border-radius: 6px !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

.about-difference-item h3 {
    margin: 0 0 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #333333 !important;
    text-align: left !important;
}

.about-difference-item p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #555555 !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    .about-section-title {
        font-size: 28px !important;
    }

    .about-section-subtitle {
        font-size: 18px !important;
    }

    .about-difference-section {
        padding: 55px 0 40px !important;
    }

    .about-difference-intro {
        padding: 0 20px !important;
        text-align: left !important;
    }
}

/* ================================================
   About Us FAQ
   ================================================ */

.about-faq-section {
    padding: 65px 0 !important;
    background: #f9f9f9 !important;
}

.about-faq-list {
    max-width: 820px !important;
    margin: 0 auto !important;
}

.about-faq-item {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

.about-faq-question {
    width: 100% !important;
    background: #ffffff !important;
    border: none !important;
    text-align: left !important;
    padding: 18px 48px 18px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    cursor: pointer !important;
    position: relative !important;
    line-height: 1.5 !important;
    font-family: 'Open Sans', sans-serif !important;
    box-sizing: border-box !important;
}

.about-faq-question:after {
    content: '+' !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #ae8909 !important;
    font-size: 22px !important;
    font-weight: 300 !important;
}

.about-faq-question.open {
    color: #ae8909 !important;
    background: #fffdf5 !important;
}

.about-faq-question.open:after {
    content: '−' !important;
}

.about-faq-answer {
    display: none !important;
    padding: 0 20px 18px !important;
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: left !important;
    border-top: 1px solid #f0f0f0 !important;
}

.about-faq-answer.open {
    display: block !important;
}