@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #2b2b2b;
  text-transform: uppercase;
}

h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: bold;
}

h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: bold;
}

h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
}

h4 {
  font-size: 22px;
  line-height: 27px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.bt .pbtn {
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 64px;
  padding: 0 24px;
  background-color: #1fa29b;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid transparent;
  transition: 0.3s;
  min-width: 160px;
  display: flex;
  font-weight: 600;
}

.maxWidth {
  max-width: 1500px;
}

/* ---------------------------------- */

a {
  text-decoration: none;
  color: #1fa29b;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 18px 0;
  position: relative;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px 0px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #111111;
  padding: 10px 0px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

.header-btns .bt {
  flex: 0 0 auto;
}

.header-btns .bt .pbtn {
  min-width: auto;
  height: 52px;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 12px;
}

.header-btns .borderd-btn .pbtn {
  padding: 0 18px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #1fa29b;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.bt .pbtn:hover {
  background: #2b2b2b;
}

.bt.borderd-btn .pbtn {
  border: 1px solid #1fa29b;
  background: transparent;
  color: #2b2b2b;
}

.ban-search-form {
  background: #fff;
  border-radius: 45px;
  padding: 5px;
}

.bannre_form {
  /*width: 80%;*/
  margin: 0px auto;
}

.ban-search-form input {
  width: 100%;
  border: 0px;
  padding: 10px 10px;
  padding-left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  background: transparent;
  border-right: 1px solid #55555591;
  margin-right: 10px;
}

.ban-search-form .ban-sl {
  position: relative;
  margin-right: 30px;
  margin-left: 10px;
}

.ban-search-form .ban-sl i {
  position: absolute;
  right: 0px;
  z-index: 12;
  color: #666;
  top: 7px;
  font-size: 11px;
}

.ban-search-form .ban-sl select {
  display: inline-block;
  border: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  font-size: 13px;
  padding-right: 20px;
}

img.banner-img_bg {
  height: 670px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

section.main_slider .carousel-item {
  padding: 0px 18px;
}

/* ------------------------------------- Find Start ------------------------- */

.find-bx {
  padding: 24px;
  background: #f7f6f3;
  border-radius: 18px;
}

.find-bx .input-field {
  position: relative;
  background: #fff;
  border-radius: 45px;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 16px 10px;
  margin-bottom: 18px;
}

.find-bx .input-field input {
  width: 100%;
  border: 0px;
  background: transparent;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 12px;
}

.find-bx .input-field select {
  display: flex;
  border: 0px;
  font-weight: 600;
  color: #555;
  font-size: 13px;
  background: transparent;
  padding: 4px 10px;
  width: 100%;
}

.find-bx .input-field .find-ff1 {
  position: relative;
  /* flex-grow: 1; */
  width: 100%;
}

.find-bx .input-field .find-ff3 {
  margin-left: 20px;
  border-left: 1px solid #6666668a;
  padding-left: 10px;
  width: 100%;
}

.find-bx .input-field .find-ff1 i {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 12px;
}

.find-bx .input-field select option {
  font-size: 12px;
  font-weight: 500;
  color: #444;
}

.find-left.find-bx .bt button.pbtn {
  width: 100%;
  min-width: auto;
}

.find-left.find-bx .bt {
  width: 100%;
  margin-bottom: 24px;
}

.fin-bx {
  position: relative;
  transition: 0.2s;
}

img.find_list-img {
  height: 110px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.2s;
  margin-bottom: 14px;
}

.fin-bx h6 {
  font-weight: bold;
}

.fin-bx p {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fin-bx h5 {
  color: #1fa29b;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.find_more-bt {
  margin: 20px 0 30px;
}

.estimate p {
  text-transform: uppercase;
  font-size: 13px;
}

.fin-bx:hover {
  transform: translate(0px, -2px);
}

/* ------------------------------------- Find End  ------------------------- */

/* hero sec */

.hero_main {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  transition: background-color 0.4s ease;
  overflow: hidden;
}

.hero_icon {
  background-color: #1fa29b;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: -3px 11px 20px 10px rgb(0 0 0 / 9%);
  margin-bottom: 14px;
}

.hero_content h3 {
  text-transform: uppercase;
  font-size: 19px;
  padding-bottom: 7px;
  position: relative;
  font-weight: 500;
}

.hero_content h3 span {
  color: #1fa29b;
  margin-right: 15px;
}

.hero_content h3::before {
  content: "";
  position: absolute;
  background-color: #dadad8;
  z-index: 1;
  height: 1px;
  width: 114%;
  bottom: 0%;
  left: 0;
}

.hero_content h3::after {
  content: "";
  position: absolute;
  background-color: #1fa29b;
  z-index: 1;
  height: 1px;
  width: 9%;
  bottom: 0%;
  left: 0;
}

.hero_content p {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 28px;
}

.hero .row {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #00000021;
}

.hero_main:hover {
  background-color: #1fa29b;
}

.hero_main:hover .hero_content h3 span,
.hero_main:hover .hero_content h3 {
  color: #fff;
}

.hero_main:hover .hero_content p {
  color: #e8e8e5;
}

.hero_content h3,
.hero_content h3 span,
.hero_content h3::after,
.hero_content h3::before,
.hero_content p {
  transition: color 0.4s ease;
}

.hero_main:hover .hero_content h3::after {
  background-color: #fff;
}

.hero_main:hover .hero_content h3::before {
  background-color: #dbdbd766;
}

.heromainborder {
  border-radius: 0;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.heromainborder:hover {
  border-radius: 10px;
}

.hero-wraper {
  width: 90%;
  margin: 0px auto;
}

.hero-wraper nav {
  display: table;
  margin: 24px auto 40px;
}

.hero-wraper nav .nav-tabs.nav {
  padding: 8px 4px;
  border: 1px solid #66666654;
  border-radius: 100px;
}

.hero-wraper nav .nav-tabs .nav-link {
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  background-color: transparent;
  border-radius: 100px;
  text-transform: uppercase;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 20px;
  transition: 0.3s;
  min-width: 160px;
  display: flex;
  font-weight: 600;
  border: 0px;
  margin: 0 5px;
}

.hero-wraper nav .nav-tabs .nav-link:hover,
.hero-wraper nav .nav-tabs .nav-link.active {
  background-color: #1fa29b;

  color: #fff;
}

/* hero sec */

/* ------------------------------- Top Rated Start ----------------------------- */

.top-sec .top-top {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 14px;
}

.top-card {
  position: relative;
  transition: 0.2s;
  margin-bottom: 14px;
}

img.space_card-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}

.space_card-txt {
  margin-top: 18px;
}

.space_card-txt h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #111;
}

.space_card-txt p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #666666a3;
  margin-bottom: 14px;
}

.space_card-txt p i {
  color: #f5a115;
}

.price-labels .save-bt a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ceebe9;
  padding: 8px 14px;
  border-radius: 45px;
  display: inline-block;
  line-height: 16px;
  transition: 0.2s;
}

.price-labels .save-bt a:hover {
  background: #1fa29b;
  color: #fff;
}

.price-labels p {
  font-family: "Poppins";
  color: #131414;
  font-size: 12px;
}

.top-card:hover {
  transform: translate(0px, -4px);
}

.top-card:hover img.space_card-img {
  filter: brightness(0.7);
}

/*---------------------------- Top Rated Start ----------------------*/

/*---------------------------- Trust Start ---------------------------*/

section.trust-sec {
  background: #1fa29b;
}

.trust-wp {
  width: 90%;
  margin: 0px auto;
}

.bt.whiteBorder .pbtn {
  border: 1px solid #fff;
}

.trust-right-txt .trust-options .hero_icon {
  border: 1px solid #fff;
}

.trust-option-list .option-txt {
  padding-right: 30px;
}

.trust-left-img {
  padding-right: 10px;
}

.trust-left-img img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*---------------------------- Trust End -----------------------------*/

/*---------------------------- Choose Start ----------------------------*/

section.chose-sec .chose-options {
  margin: 8px 0px;
}

.chose-options .chose_icon {
  background: transparent;
  border: 1px solid #d2d2d2;
  box-shadow: unset;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}

section.chose-sec .chose-options h5 {
  color: #000;
}

/*---------------------------- Choose End -----------------------------*/

/*---------------------------- Estimate Start  -------------------------*/

.esitmate-box {
  padding: 48px;
  background: #f7f6f3;
  border-radius: 24px;
}

.esitmate-box .estimate-field {
  margin: 5px 0px;
}

.esitmate-box .estimate-field label {
  color: #1f1f1f;
  font-weight: 500;
  margin-bottom: 10px;
}

.esitmate-box .estimate-field-input {
  position: relative;
  background: #fff;
  border-radius: 45px;
  border: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
}

.esitmate-box .estimate-field-input input,
.esitmate-box .estimate-field-input select {
  background: transparent;
  width: 100%;
  padding: 20px 26px;
  border-radius: 30px;
  border: 0px;
  font-weight: 500;
  color: #555;
  font-size: 13px;
}

.esitmate-box .estimate-field-input i {
  position: absolute;
  right: 23px;
}

.esitmate-box .estimate-field-input select {
  cursor: pointer;
}

.esitmate-box .estimate-field-input select option {
  font-weight: 500;
  font-family: "Poppins";
  text-transform: uppercase;
}

.estimate-field-labels .day {
  padding: 20px 26px;
  font-weight: 600;
  color: #555;
  font-size: 13px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 45px;
  border: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

/*---------------------------- Estimate End  -------------------------*/

/* ----------------- Say Customer  Section Start ------------- */

section.sayple .say-smImg {
  position: relative;
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}

section.sayple .say-smImg img.img-fluid {
  width: 100%;
  height: 370px;
}

section.sayple .say-smImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #1fa29bc9;
  transition: 0.2s;
  opacity: 80%;
}

section.sayple .say-smImg:hover:before {
  height: 0;
  opacity: 0;
}

section.sayple .slide-img {
  position: relative;
}

section.sayple .slide-img img {
  height: 370px;
}

section.sayple .slide-img:before {
  position: absolute;
  height: 100%;
}

section.sayple .saySLider .item .row {
  box-sizing: border-box;
  box-shadow: 0px 0px 11px 0px #4444553d;
  margin: 19px auto;
  background: #fff;
  border-radius: 22px;
}

section.sayple .saySLider .item .row .colef1 {
  padding: 0;
}

section.sayple .say-text {
  position: relative;
  padding: 0 24px 0 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.say-text .quoteToper {
  margin-bottom: 30px;
  width: 40px;
}

section.sayple .say-text p {
  line-height: 28px;
  font-style: italic;
  color: #8a8a8a;
  font-size: 15px;
}

section.sayple .say-text img.img-fluid.quoteBgImg {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100px;
  opacity: 80%;
}

section.sayple .say-text .autr p {
  margin: 0;
  line-height: 24px;
  font-style: normal;
}

section.sayple ul.d-flex li span i {
  color: #f39f1e;
  display: inline-block;
  transition: 0.2s;
}

section.sayple .item {
  margin: 0px 10px;
}

.raings {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ------------------ Say Customer  Section End -------------- */

/*Inner Faqs Start*/

.inner-faqs-sec .accordion-button {
  width: 100%;
  padding: 25px 0;
  color: #000;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
}

.inner-faqs-sec .accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: inherit;
  background: transparent;
}

.inner-faqs-sec .accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #0000002b;
}

.inner-faqs-sec .accordion-body {
  padding: 18px 0;
  border-top: 1px solid #00000030;
  font-size: 14px;
}

.inner-faqs-sec .accordion-button::after {
  content: "\f067";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  right: 25px;
  font-size: 10px;
  color: #000;
  top: 26px;
  font-weight: 900;
}

.inner-faqs-sec .accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: inherit;
  content: "\f068";
}

.faqs-bx {
  padding: 0px 32px;
  background: #f7f6f3;
  margin-left: 30px;
}

.inner-faqs-sec .accordion-body h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.inner-faqs-sec .accordion-item:last-child {
  border: 0px;
}

/*Inner Faqs Ends*/

/* ======================================== */
/* ======================================== */
/* ======================================== */

/* Footer Start */

section.footer {
  background: #141414;
  padding: 70px 0 50px;
}

section.footer p {
  margin-top: 32px;
  width: 92%;
}

ul.adrs-links li a {
  gap: 8px;
  display: flex;
  color: #aaacae;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  transition: 0.3s;
  margin: 3px 0px;
}

ul.adrs-links li a i {
  width: 30px;
  color: #fff;
  flex-shrink: 0;
  font-size: 20px;
  text-align: center;
}

ul.adrs-links {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

ul.adrs-links li {
  line-height: 1.1;
  margin-bottom: 15px;
}

ul.adrs-links li a:hover {
  color: #fff;
  opacity: 1;
}

section.footer h5 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 16px;
  text-transform: uppercase;
}

section.footer h5::before {
  left: 0;
  bottom: 0;
  height: 1px;
  content: "";
  width: 59%;
  position: absolute;
  background-color: #3d3c3b;
}

.custom-col ul.linkList {
  columns: 2;
  margin: 0px;
}

ul.linkList li a {
  color: #ffffffa1;
  display: inline-block;
  line-height: 40px;
}

ul.linkList li a i {
  color: #ffffff94;
}

.foot1 .w-100 {
  top: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}

.foot1 h4 {
  color: #fff;
  margin-bottom: 5px;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

.copyrite-txt {
  background: #141414;
  border-top: 1px solid #3d3d3d;
  padding: 20px 4%;
}

.copyrite-txt p {
  margin-bottom: 0;
  text-align: center;
  color: #ffffff61;
}

ul.adrs-links li:first-child,
ul.adrs-links li:last-child {
  gap: 12px;
  display: flex;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  align-items: baseline;
  font-family: "Montserrat";
  transition: 0.7s ease-in-out;
}

.social-icon ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 0 0 0 0%;
}

/* .quick-links-ft ul {
  line-height: 35px;
  columns: 2;
  margin: 0px;
} */

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.payment-card {
  float: inline-end;
}

section.copyrite-txt .row {
  align-items: center;
}

.social-icon ul li a:hover {
  background: #fff;
}

.foot2.custom-col {
  padding-left: 20px;
  margin-right: 20px;
}

ul.linkList li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

ul.adrs-links li a i {
  font-size: 15px;
  transition: 0.2s;
}

ul.social i {
  width: 35px;
  height: 35px;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 55px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  background: #1fa29b;
}

.find-ff1.first-select {
  margin-right: 20px;
}

.find-ff1.last-select {
  border-left: 1px solid #5555;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 20px;
}

.estimate-field-labels .day.selected {
  background: #1fa29b;
  color: #fff;
}

/* InnerPage About Us Start */

.inner-banner-box {
  padding: 130px 0;

  position: relative;

  border-radius: 20px;

  overflow: hidden;
}

.inner-banner-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: "";
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
  background-position: center;
}

.inner-banner-box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #288f88cf;
}

.inner-banner-text {
  text-align: center;
  color: #fff;
}

.inner-banner-text h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
}

/* Dynamic Inner Banner Background Image */
.inner-banner-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* When dynamic image is present, hide default background */
.inner-banner-box.has-dynamic-bg::before {
  display: none;
}

.sec {
  padding: 80px 0;
}

img.about {
  border-radius: 10px;
  height: 820px;
  object-fit: cover;
  width: 100%;
}

ul.inner-about-list li {
  position: relative;
  z-index: 1;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
}

ul.inner-about-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 24px;
  background-image: url("../images/check.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

ul.inner-about-list li h6 {
  margin: 0;
}

img.inner-about {
  height: 520px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}

.abt-para {
  padding: 71px 0 0 0;
}

.abt-para p {
  line-height: 2;
}

/* InnerPage About Us End */

/* InnerPage Account Start */

section.login {
  padding: 70px 0px;
}

.login-txt form input {
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  padding: 16px 40px 16px 20px !important;
  color: #ffff;
  font-weight: 400;
  border: 1px solid #ffffff2b;
  background: transparent;
  text-transform: capitalize;
  height: auto;
}

.login-txt form input::placeholder {
  color: #c7c7c7;
  text-transform: capitalize;
}

.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
}

.login-txt h3 {
  font-size: 39px;
  text-align: center;
  line-height: 40px;
  margin: 0 0 40px 0;
  font-weight: 200;
  color: #fff;
  font-weight: 700;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 20%;
  right: 3%;
}

.password-icon span {
  color: #ffff;
  cursor: pointer;
}

.login-txt {
  padding: 45px 25px 35px;
  /* box-shadow: 0 0 3px 0 #00000038; */
  background: #1fa29b;
}

.login-txt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

li.head {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  font-weight: 400;
  color: #ffff;
}

.login-txt form button {
  width: 100%;
  color: #fff;
  border-radius: 50px;
  padding: 15px 0px;
  outline: none;
  margin-bottom: 20px;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #ffff;
}

.login-txt ul.justify-content-start {
  gap: 10px;
}

li.head-ex {
  text-decoration: underline;
}

.inner_banner_sec .banner_text h1 {
  font-size: 72px;
}

a.user {
  border-radius: 50%;
  border: 1px solid #c0473f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #faf6f0;
}

li.head.head-ex {
  color: #39a39b;
}

.login-txt.register {
  background: #f7f6f3;
}

.login-txt.register h3 {
  color: #000;
}

.login-txt.register form input {
  background: #fff;
  color: #000;
}

.login-txt.register form input::placeholder {
  color: #000;
}

.login-txt.register ul li {
  color: #000;
}

.login-txt.register form button {
  background: #39a39b;
}

.login-txt.register .password-icon span {
  color: #39a39b;
  cursor: pointer;
}

/* InnerPage Account End */

img.blog-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

p.uppper {
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

a.reading {
  text-transform: uppercase;
}

.blog-card-text h6 {
  font-weight: 700;
}

.blog-card-text {
  margin: 20px 0 0 0;
}

.blog-card {
  margin: 20px 00;
}

.core-values-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-family: Arial, sans-serif;
}

.core-values-table th,
.core-values-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.core-values-table th {
  background-color: #478e89;
  font-weight: 600;
  color: #ffff;
}

.core-values-table tr:nth-child(even) {
  background-color: #fafafa;
}

.core-values-table tr:hover {
  background-color: #478e8921;
}

.inner-faqs-sec1 .inner-faqs-row {
  margin: 30px 0;
}

.inner-faqs-sec1 h2 {
  font-size: 45px;
  line-height: 60px;
  font-weight: bold;
}

.accordion-body ul {
  margin: 10px 0;
}

.accordion-body ul li {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 20px;
}

.accordion-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5a9d8e;
  font-weight: bold;
  font-size: 21px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.calc-grid {
  display: grid;
  gap: 1.5rem;
}

.estimate-card {
  background: #f7f6f3;
  border-radius: 18px;
  padding: 1.75rem 1.75rem 1.5rem;
  /* box-shadow: 0 0 4px rgba(15, 23, 42, 0.12); */
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.header {
  margin-bottom: 1.5rem;
}

.title {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 10px 0;
}

.subtitle {
  margin: 0.35rem 0 20px;
  opacity: 0.7;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #0f766e;
}

/* Form fields */
.form-grid {
  display: grid;
  gap: 0.9rem 1.1rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.field.wide {
  grid-column: 1 / -1;
}

label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #0f172a;
}

.estimate-card select,
.estimate-card input[type="number"] {
  border-radius: 40px;
  border: 1px solid #cbd5e1;
  padding: 20px 10px;
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
  background: #ffffff;
  appearance: auto;
  width: 100%;
}

.estimate-card select:focus,
.estimate-card input[type="number"]:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px rgba(15, 118, 110, 0.2);
}

.help {
  font-size: 10px;
  color: #000;
}

.inline-input {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.inline-input span {
  font-size: 0.85rem;
  color: #64748b;
}

.inline-input input[type="number"] {
  max-width: 100%;
}

/* Slider row */
.slider-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}

.slider-label-row span:last-child {
  color: #0f766e;
  font-weight: 600;
}

input[type="range"] {
  width: 100%;
  accent-color: #0f766e;
}

/* Results card */
.results-card {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  padding: 13px;
}

.results-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #0f766e;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.results-main {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.results-amount {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.results-amount span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #0f172a;
  opacity: 0.65;
  margin-left: 0.2rem;
}

.results-note {
  font-size: 0.83rem;
  color: #0f172a;
  opacity: 0.8;
  max-width: 100%;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.results-pill {
  border-radius: 12px;
  padding: 20px 20px;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: #f7f6f3;
}

.results-pill span:first-child {
  color: #000;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  margin: 0 0 20px 0;
}

.results-pill strong {
  font-size: 0.95rem;
}

.cta {
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(15, 118, 110, 0.4);
  transition:
    transform 0.12s ease,
    box-shadow 0.12s ease,
    opacity 0.12s ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.46);
  opacity: 0.97;
}

.cta:active {
  transform: translateY(0);
  box-shadow: 0 6px 12px rgba(15, 118, 110, 0.4);
}

.cta span.icon {
  font-size: 1rem;
  line-height: 1;
}

.disclaimer {
  margin-top: 0.75rem;
  font-size: 0.72rem;
  color: #64748b;
}

.slider-label-row span {
  font-size: 0.86rem;
  font-weight: 600;
  color: #0f172a;
}

/* Contact Us Page Css Starts */

.contact_detail_box h2 {
  font-size: 19px;
  line-height: 35px;
  color: #fff !important;
  font-weight: 400;
  /* margin: 30px 0 10px 0; */
  display: block;
  width: 100%;
}

.contact_detail_box p a {
  font-size: 15px;
  line-height: 24px;
  color: #fff !important;
  margin: 0;
  font-family: "Poppins";
  letter-spacing: 1px;
}

.contact_detail_box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  padding: 80px 20px;
  background-color: #1fa29b;
  border-radius: 15px;
  height: 290px;
}

.contact_detail_box:hover {
  background: black;
  color: white;
}

.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 10px;
  font-family: roboto;
}

.btn_contact {
  border: 0;
  right: 0;
  background-color: #00007c;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00007c;
  transition: 0.3s ease-in-out;
}

.btn_contact:hover {
  border: 0;
  right: 0;
  background-color: #fff0;
  color: #00007c;
  padding: 10px 40px;
  border: 2px solid #00007c;
}

.centerCol {
  margin: 0 auto;
  float: none;
}

.contact-sec-h h6 {
  font-size: 70px;
  line-height: 60px;
  color: white;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-sec-h p {
  font-size: 14px;
  width: 85%;
  margin: auto;
  font-weight: 500;
}

.contact_page.all-section {
  padding: 100px 0 80px 0;
}

.contact_form {
}

.btn_wrap.text-center button {
  border: none;
  background: #ffac1c;
  padding: 15px 71px;
  font-family: "Montserrat";
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.contact_detail_con {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.btn_wrap.text-center button::before {
  background: #000;
  height: 0;
}

.contact_detail_box p {
  /* margin-bottom: 0; */
  /* margin: 0 auto; */
  /* width: 82%; */
  font-weight: 400;
  color: #fff;
  opacity: 1;
}

figure img {
  width: 50px;
}

section.contact_form button.theme_btn.theme_btn2 {
  padding: 15px 45px;
  background: #333333;
  text-transform: uppercase;
}

section.contact_form input.form-control,
section.contact_form textarea.form-control {
  height: 50px;
  padding: 0 20px;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
}

section.contact_form input.form-control::placeholder,
section.contact_form textarea.form-control::placeholder {
  font-size: 12px;
  line-height: 1;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}

section.contact_form textarea.form-control {
  height: 200px;
  padding: 20px;
}

section.contact_form textarea.form-control::placeholder {
  position: absolute;
  bottom: 16%;
  left: 2%;
}

.request-form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.number-item input::-webkit-outer-spin-button,
.number-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.contact_detail_box.text-center * {
  color: white;
}

.contact_detail_box:hover h2 {
  color: white !important;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover a {
  color: #fff !important;
}

.btn_wrap.text-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_detail_head {
  display: block;
  width: 60%;
  border-bottom: 1px solid #ffffff66;
}

/* Contact Us Page Css Ens */

ul.list li {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 20px;
}

ul.list li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #1fa29b;
  font-weight: bold;
  width: 8px;
  height: 8px;
  line-height: 1.5;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.list-inner-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 20px;
  border-radius: 20px;
  background: #f7f6f3;
  margin: 20px 0;
  height: auto;
}

.list-inner-card h5 {
  font-weight: 600;
  font-size: 18px;
}

ul.list li p {
  color: #000;
}

p.step {
  color: #1fa29b;
  font-weight: 600;
}

.list-inner-card * {
  margin: 0;
}

ul.list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 0;
}

.list-inner-card a.pbtn {
  height: 50px !important;
  width: fit-content;
}

p > b {
  color: #000;
}

ul.list * {
  margin: 0;
}

.partner-text-2 h2 {
  font-size: 48px;
}

img.partner-2 {
  height: 470px;
  border-radius: 20px;
  object-fit: cover;
}

ul.list1 * {
  margin: 0 0 5px 0;
}

ul.list1 li {
  margin: 20px 0;
}

ul.list1 li h6 {
  font-weight: 700;
}

img.partner-4 {
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
  width: 90%;
  margin: 0 0 0 auto;
  display: block;
}

.partner-card .blog-card-text p {
  height: 120px;
}

.privacy-box-inner h4 {
  font-weight: 700;
}

.privacy-box-inner {
  margin: 20px 0;
}

ul.list2 li p {
  margin: 0 0 5px;
}

ul.list2 li {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 15px 0;
  justify-content: space-between;
}

.list2-image {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2ba7a0;
  margin: 0 !important;
  border: 2px solid #fff;
}

img.list2-img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

ul.list2 li h6 {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin: 0 0 5px;
}

.partner-oppor-image-3 img.partner-4 {
  height: 660px;
}

ul.list2 {
  margin: 20px 0;
}

img.partner-img1 {
  width: 93%;
  height: 661px;
  object-fit: cover;
  border-radius: 20px;
}

.list2-text {
  width: 82%;
}

.partner-oppor-sec2 .row.border {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #00000021;
}

section.partner-oppor-sec2 .heading {
  margin: 0 0 50px 0;
}

section.partner-oppor-sec2 .hero_content h3::after {
  width: 0;
}

.hero_content h3::before {
  width: 74%;
}

.partner-oppor-sec2 .row.border2 {
  border: 1px solid #dee2e6 !important;
  border-top: none !important;
}

.partner-text-4 h2 {
  font-size: 42px;
}

.partner-oppor-sec4 {
  background-color: #1fa29b;
}

.white-heading * {
  color: #fff;
}

.partner-oppor4-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin: 30px auto;
  width: 80%;
}

.partner-oppor4-text h6 {
  color: #ffff;
  font-weight: 600;
}

.partner-oppor4-image span {
  font-size: 18px;
  color: #ffff;
}

.partner-oppor4-text p {
  opacity: 0.6;
  color: #ffff;
  font-size: 12px;
}

.gray-box {
  padding: 30px 30px 25px 30px;
  background: #eeedea;
  border-radius: 15px;
  margin: 0 0 20px 0;
}

.gray-box * {
  margin: 0;
}

img.price-img {
  height: 430px;
  border-radius: 20px;
  object-fit: cover;
}

.price-text {
  width: 93%;
  margin: 0 0 0 auto;
}

.reverse .row {
  flex-direction: row-reverse;
}

.reverse .price-text {
  margin: 0;
}

.gray-box h6 {
  margin: 0 0 3px 0;
  font-weight: 700;
}

section.price-sec3.sec {
  background-color: #1fa29b;
}

.price-text3 * {
  color: #fff !important;
}

.price-image3 img.partner-img1 {
  width: 93%;
  height: 561px;
  object-fit: cover;
  border-radius: 20px;
}

.range-value {
  text-align: right;
  color: #000;
}

.results-box-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.results-box-group .results-pill {
  width: 48%;
  margin: 10px 0;
  gap: 20px;
}

.price4-box h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px 0;
}

ul.list3 li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  border-bottom: 1px solid #00000024;
  margin: 0 0 10px 0;
}

ul.list3 li p {
  color: #000;
}

ul.list3 li:last-child {
  border: none;
}

section.price-sec4 .heading {
  margin: 0 0 20px 0;
}

.price-text3 ul.list2 li p {
  opacity: 0.6;
}

.price-text3 ul.list2 li {
  margin: 25px 0;
}

.price-text3 ul.list2 li .list2-image {
  opacity: 0.7;
}

.blog-detail-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

.detail-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 500px;
  object-fit: cover;
  margin: 0 0 20px 0;
}

.blog-title {
  font-weight: 800;
  margin-bottom: 15px;
}

.blog-subtitle {
  color: #333;
  margin-bottom: 25px;
}

.detail-step,
.inner-detail {
  padding: 20px;
  border-radius: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}

.detail-step h4,
.inner-detail h4 {
  color: #1fa29b;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 30px;
}

.blog-detail-box * {
  font-family: "Poppins";
}

.detail-step:last-child {
  border: none;
}

.blog-detail-list {
  padding: 0px 20px;
  background: #f7f6f3;
  border-radius: 20px;
}

/* ======================= */
/* Store In My Space Form CSS */
/* ======================= */

input,
select,
textarea,
button {
  font-family: "Poppins", sans-serif;
}

/* Form Group */
.form-step {
  padding: 25px;
  box-shadow: 0 0 7px 0 #0000001f;
  margin: 20px 0;
  background: #fff;
  border-radius: 8px;
}

.form-group1 label {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #2b2b2b;
}

/* Inputs & Textareas */
.form-control1,
.form-control2,
textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  color: #2b2b2b;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  transition: border 0.3s;
  appearance: auto;
}

.form-control1:focus,
.form-control2:focus,
textarea:focus {
  border-color: #1fa29b;
  outline: none;
  box-shadow: 0 0 5px #1fa29b40;
}

/* Buttons */
.host-btn {
  padding: 12px 40px;
  border-radius: 35px;
  background: #1fa29b;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin: 20px 0;
}

.host-btn:hover {
  background: #138f7f;
}

.back-btn {
  background-color: #2b2b2b !important;
}

/* Form Step */
.form-step {
  display: none;
  margin: 30px 0;
}

.form-step.show {
  display: block;
}

/* Progress Bar */
.step-progress-container {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 3px;
  padding: 10px 15px;
  min-width: 110px;
  float: left;
  position: relative;
  background-color: #e0f2f1;
  border-radius: 4px;
  transition:
    background 0.3s,
    color 0.3s;
  text-align: left;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #1fa29b;
}

.arrow-steps .step.done {
  color: #fff;
  background-color: #2b2b2b;
}

.arrow-steps .step span:before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 80%;
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-50%);
}

.arrow-steps .step.done span:before {
  opacity: 1;
  transition: opacity 0.3s ease 0.5s;
}

/* Option Boxes */
.option-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.option {
  flex: 1 1 30%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  color: #2b2b2b;
  font-weight: 500;
  background: #fff;
}

.option:hover,
.option.selected {
  border-color: #1fa29b;
  background: #e0f2f1;
}

/* Gallery Upload */
.gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gallery img {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Checklist */
.checklist {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.checklist li {
  padding: 8px 0;
  font-weight: 500;
  color: #2b2b2b;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 43, 0.95);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

/* Checkbox / Toggle */
input[type="checkbox"] {
  accent-color: #1fa29b;
}

/* File Upload */
.upload-box {
  border: 2px dashed #1fa29b;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  color: #2b2b2b;
  cursor: pointer;
  background-color: #f9f9f9;
}

.upload-box:hover {
  background-color: #e0f2f1;
}

/* Textarea */
textarea {
  resize: vertical;
  min-height: 80px;
}

/* Responsive */

.form-group1 {
  padding: 5px 0;
}

.form-step h5 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.btn-row {
  display: flex;
  justify-content: space-between;
}

.option.active {
  background: #1fa29b;
  color: #fff;
}

/* Host Css End  */

.list-card-image img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
}

.list-card-image a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-card-image a span.list-card-image-tex {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 90%;
  padding: 15px 10px;
  border-radius: 10px;
  background: #f4faff;
  transform: translateX(-50%);
  font-family: "Poppins";
}

.list-card-image {
  margin: 0 0 20px 0;
}

.list-card {
  margin: 20px 0;
  min-height: auto;
  border-radius: 25px;
  border: 1.5px solid #1fa29b;
}

.list-card .list-card-text {
  padding: 0px 20px;
  height: 180px;
}

.news-det-card .list-card-image {
  margin: 0;
}

.news-det-card .list-card-text {
  padding: 20px 10px 20px 10px;
  border-radius: 10px;
  background: #fff;
  margin: -10px 0 0 0;
  position: relative;
  z-index: 99;
}

.search-image img {
  height: 540px;
  border-radius: 20px;
}

.find-bx a.pbtn1 {
  border: none !important;
  background: transparent !important;
  color: #000 !important;
}

h2.blog-title {
  font-size: 43px;
}

/* New Css */
/* finding parking space start  */
section.parking_space {
  /* background-color: #f2f4f5; */
}

.parking_space_cards_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.parking_space_cards {
  background-color: #fffffd;
  padding: 20px 20px;
  box-shadow: 0 0 0 0 rgba(0, 174, 239, 0);
  border-radius: 10px;
  margin-bottom: 30px;
}

.prk-s-txt {
  color: #001e46;
  font-size: 14px;
  font-weight: 500;
}

.parking_space_cards_text ul {
  column-count: 2;
}

.parking_space_cards_text ul li {
  margin-bottom: 5px;
}

.parking_space_cards_text h4 {
  color: #001e46;
  font-size: 16px;
  font-weight: 500 !important;
}

.rating i {
  color: #ffcb2b;
}

.rating {
  margin-top: 5px;
}

.parking_space_right iframe {
  height: 762px;
  width: 100%;
  border-radius: 10px;
}

.parking_space_right p {
  text-align: end;
}

/* finding parking space end  */
/* finding_space start  */
p.finding_space_p {
  color: #7f7f7e;
}

.finding_space_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.finding_space_card {
  background-color: #fffffd;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

section.inner-main-banner {
  padding: 0;
}

.more_btn {
  background-color: #001e46;
}

/* Additional Css */
.search-park-main-box {
  margin: 0 0 50px 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.finding_space_left .pkg-card {
  margin: 0 0 30px 0;
}

/* Additional Css */

/* Driver Css Start */
.filter-datetime {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}

.datetime-group {
  position: relative;
}

.date-time-display {
  display: flex;
  gap: 10px;
  background: transparent;
  /* border: 1px solid #ccc; */
  padding: 10px 0px 10px 0px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  justify-content: space-between;
  flex-direction: row;
}

.date-picker-toggle,
.time-picker-toggle {
  padding: 15px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 200px;
}

.calendar-popup,
.time-popup {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 4px;
  width: 350px;
  padding: 20px 10px;
}

.hidden {
  display: none;
}

/* Example time options */
.time-popup div {
  padding: 6px;
  cursor: pointer;
  text-align: center;
}

.time-popup div:hover {
  color: #ffff;
  background-color: #39a39b;
}

.filter-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.time-popup {
  height: 270px;
  overflow-y: scroll;
  width: 50%;
  right: 0;
  left: unset;
}

.calendar-popup .calendar-dates div {
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}

.calendar-popup .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  justify-content: center;
}

.calendar-popup .calendar {
  width: 90%;
  justify-self: center;
}

.calendar-popup .calendar-header button {
  background: #39a39b;
  border: none;
  font-size: 18px !important;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  font-family: auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.datetime-group1 label {
  text-align: right;
  display: block;
}

/* When checkbox is checked - apply theme color */
.monthly-checkboxes input[type="radio"]:checked + label,
.monthly-checkboxes label input[type="radio"]:checked {
  border-color: #001e46;
  background-color: #e6f8fe;
  color: #001e46;
}

/* Input hidden inside label layout fix */
.monthly-checkboxes input[type="radio"] {
  accent-color: #001e46;
  margin: -2px 0 0 0;
  appearance: none;
}

/* On hover */
.monthly-checkboxes label:hover {
  background-color: #f0faff;
  border-color: #001e46;
}

.monthly-checkboxes label {
  border: 2px solid #ccc;
  padding: 6px 12px;
  border-radius: 6px;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
}

/* Hide the default checkbox */
.day-checkboxes input[type="radio"] {
  display: none;
}

/* Make label look like a toggle button */
.monthly-checkboxes label {
  display: inline-block;
  padding: 12px 30px;
  background-color: #f1f1f1;
  border: 2px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.25s ease;
  user-select: none;
  color: #333;
}

/* Active (checked) style using :has (modern) or JS fallback */
.monthly-checkboxes input[type="radio"]:checked + label,
.monthly-checkboxes label:has(input[type="radio"]:checked) {
  background-color: #1fa29b;
  border-color: #0000004f;
  color: #fff;
  font-weight: 600;
}

/* Hover effect */
.monthly-checkboxes label:hover {
  background-color: #1fa29b;
  border-color: #00000057;
  color: #ffff;
}

form.search-park-form {
  position: relative;
  z-index: 1;
}

button.search-park-button {
  position: absolute;
  top: 50%;
  right: 1px;
  border: navajowhite;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0 5px 5px 0;
}

.option-drive {
  position: relative;
  padding-right: 24px;
}

.option-drive .remove-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 29px;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.option-drive.active .remove-btn {
  display: inline;
}

.vehicle-detail-box {
  display: none;
  padding: 15px;
  margin: 8px 0 20px;
  background: #e6f8fe;
  border: 2px dashed #001e46;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(-10px);
}

.vehicle-detail-box.show {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 1;
  transform: translateY(0);
}

.vehicle-detail-box .inner-box {
  flex: 1;
  min-width: 140px;
}

.vehicle-detail-box label {
  font-weight: 600;
  color: #007caa;
  margin-bottom: 4px;
  display: block;
}

.vehicle-detail-box input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.vehicle-detail-box {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  background: #e6f8fe;
  padding: 15px;
  margin-top: 10px;
  border: 2px dashed #001e46;
  border-radius: 8px;
  flex-wrap: wrap;
  gap: 20px;
}

.vehicle-detail-box.show {
  display: flex !important;
  opacity: 1 !important;
}

.vehicle-detail-box .inner-box {
  flex: 1;
  min-width: 140px;
}

form.search-park-form input {
  margin: 0;
  padding: 13px 20px;
}

.search-park-box {
  margin: 0 0 20px 0;
}

.blog-det-main-box p {
  font-size: 16px;
  font-weight: 600;
}

.blog-det-main-box {
  width: 90%;
  margin: 0 auto;
}

.blog-det-box {
  margin: 20px 0;
  padding: 50px 40px;
  box-shadow: 0 0 9px 0 #0000003b;
}

.blog-det-box h4 {
  text-align: center;
  color: #001e46;
}

ul.blog-list {
  list-style: circle;
  font-size: 30px;
  padding: 0 0 0 30px;
}

ul.blog-list p {
  margin: 0 0 10px 0;
}

p.note b {
  font-size: 25px;
  font-weight: 500;
}

p.note {
  margin: 20px 0;
  font-size: 16px;
}

ul.blog-list b {
  font-size: 20px;
  font-weight: 300;
}

/* finding_space end  */

/* This Css is for Dropdown  */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: "Soleil", sans-serif;
}

.dropdown .dropdown-toggle {
  color: white;
  padding: 16px 30px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  margin: 0;
  align-items: center;
  background-color: #1fa29b;
}

.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  min-width: 200px;
  z-index: 9999;
  margin-top: 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateX(-50%) !important;
}

.dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown .dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: #001e46;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
  font-family: "Soleil", sans-serif;
  text-align: center;
}

.dropdown .dropdown-menu a:hover {
  background-color: #39a39b;
  color: #fff;
}

/* This Css is for Dropdown  */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.web-padding {
  padding: 3% 3%;
  background: #f2f4f5;
  border-radius: 20px;
}

.search-park-main-box {
  margin: 0 0 50px 0;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.find-space-heading p {
  width: 60%;
  text-align: center;
  margin: 0 auto 20px auto;
}

.pkg-txt div img {
  width: 31px;
  height: 30px;
  object-fit: contain;
}

.pkg-txt div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pkg-card {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0px;
  display: flex;
  gap: 20px;
  border: 1.5px solid #001e46;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  align-items: center;
}

.pkg-img {
  width: 30%;
}

.pkg-img img {
  height: 160px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pkg-card p {
  margin: 0;
}

.pkg-txt div p {
  margin: 10px 0 5px 0;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

.pkg-txt > h6 {
  color: #223c5e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

p.finding_space_p {
  color: #7f7f7e;
}

.finding_space_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.finding_space_card {
  background-color: #fffffd;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

section.inner-main-banner {
  padding: 0;
}

.more_btn {
  background-color: #001e46;
}

.pkg-txt .bt {
  margin: 10px 0 0 0;
}

.drive-image img {
  width: 100%;
}

.padd_bottom {
  padding: 0 0 80px 0;
}

.parking_space_cards_img {
  width: 30%;
}

.parking_space_cards_text {
  width: 70%;
}

.parking_space_cards_img img {
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
}

/* User Dropdown Menu Styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  color: #333 !important;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

.dropdown-toggle:hover {
  color: #007bff !important;
  text-decoration: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1000;
  border: 1px solid #e9ecef;
  padding: 8px 0;
  margin-top: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li {
  list-style: none;
  margin: 0;
}

.dropdown-menu li a {
  color: #333 !important;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  transition: all 0.3s ease;
}

.dropdown-menu li a:hover {
  background-color: #f8f9fa;
  color: #007bff !important;
  text-decoration: none;
}

.dropdown-menu li a i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}

.dropdown-menu .divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 8px 0;
}

/* Mobile responsive */

/* Admin Panel Button Styling */
.admin-panel .bt .pbtn,
.admin-content .bt .pbtn {
  height: 40px;
  min-width: 120px;
  font-size: 12px;
  padding: 0 20px;
}

/* Small Button Variant */
.bt .pbtn.btn-sm {
  height: 40px;
  min-width: 120px;
  font-size: 11px;
  padding: 0 16px;
}

/* Button consistency for web pages */
.web-padding .bt .pbtn {
  background-color: #1fa29b;
  color: #fff;
  border: 1px solid transparent;
}

.web-padding .bt .pbtn:hover {
  background: #2b2b2b;
  color: #fff;
}

.partner-form-wrapper {
  padding: 60px 5%;
  border-radius: 60px;
  /* border: 4px solid #1fa29b; */
  background-color: #fff;
  box-shadow: -3px 11px 20px 10px rgb(0 0 0 / 9%);
}

.partner-form-wrapper .partner-form-header h2 {
  color: #2ba7a0;
}

.partner-form label {
  display: block;
  font-weight: 600;
  color: #1fa29b;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.partner-form input {
  width: 100%;
  height: 65px;
  font-weight: 600;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 70px;
  color: #1fa29b;
  border: 1px solid #d8dedb;
}

.partner-form textarea {
  width: 100%;
  height: 150px;
  resize: none;
  font-weight: 600;
  color: #1fa29b;
  padding: 15px 20px;
  margin-bottom: 25px;
  border-radius: 25px;
  border: 1px solid #d8dedb;
}

.partner-form .checkbox {
  gap: 10px;
  margin: 0px;
  display: flex;
  align-items: center;
  color: #1fa29b;
}

.partner-form .checkbox input {
  display: none;
}

.partner-form .checkbox .checkmark {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid #1fa29b;
}

.partner-form .checkbox .checkmark::after {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-in-out;
}

.partner-form .checkbox input:checked + .checkmark {
  background-color: #fff;
}

.partner-form .checkbox input:checked + .checkmark::after {
  background-color: #1fa29b;
}

.partner-form .checkbox .label {
  cursor: pointer;
  font-weight: 700;
  user-select: none;
  margin-right: 10px;
}

.partner-form .radio-group {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.partner-form .custum-file-upload {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  border: 2px dashed #e8e8e8;
  background-color: #fff;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 48px 35px -48px #e8e8e8;
}

.partner-form .custum-file-upload .icon {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  width: 50px;
  background: #1fa29b;
  color: #fff;
  border-radius: 5px;
}

.partner-form .custum-file-upload .icon svg {
  height: 80px;
  fill: #e8e8e8;
}

.partner-form .custum-file-upload .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-form .custum-file-upload .text span {
  font-weight: 400;
  color: #000;
}

.partner-form .custum-file-upload input {
  display: none;
}

.file-upload-wrapper .file-input {
  display: none;
}

.form-submit-wrapper {
  margin-top: 30px;
}

.partner-inline-cta {
  margin-top: 20px;
}

.partner-inline-cta .pbtn {
  min-width: 240px;
}

.partner-signup-section {
  position: relative;
}

.partner-signup-shell {
  padding: 44px 36px;
  border-radius: 24px;
  border: 1px solid #d4e6e4;
  background: linear-gradient(135deg, #f8fcfb 0%, #edf7f6 100%);
  box-shadow: 0 18px 45px rgba(18, 63, 73, 0.09);
}

.partner-signup-header {
  margin-bottom: 26px;
}

.partner-signup-header h2 {
  margin-bottom: 8px;
  color: #1a3f45;
  font-size: 38px;
  font-weight: 700;
}

.partner-signup-header p {
  margin: 0;
  color: #31585d;
  font-size: 17px;
}

.partner-form-cta-bar {
  margin: 0 0 24px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid #b8d5d2;
  background: linear-gradient(120deg, #ffffff 0%, #edf8f6 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.partner-form-cta-text h5 {
  margin: 0 0 5px;
  color: #173e44;
  font-size: 21px;
  font-weight: 700;
}

.partner-form-cta-text p {
  margin: 0;
  color: #3d6469;
  font-size: 14px;
}

.partner-form-cta-bar .pbtn {
  min-width: 180px;
}

.partner-signup-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}

.partner-signup-field {
  display: flex;
  flex-direction: column;
}

.partner-signup-field label {
  margin-bottom: 8px;
  color: #1f4f54;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.partner-signup-field input {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #c7dbd9;
  padding: 12px 16px;
  color: #173e44;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.partner-signup-field input:focus {
  border-color: #478e89;
  box-shadow: 0 0 0 4px rgba(71, 142, 137, 0.2);
  outline: none;
}

.partner-signup-file {
  grid-column: 1 / -1;
}

.partner-signup-file input {
  height: auto;
  padding: 14px;
}

.partner-signup-file small {
  margin-top: 8px;
  color: #4d696d;
  font-size: 13px;
}

.partner-signup-submit {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.partner-signup-submit .pbtn {
  min-width: 290px;
}

/* ===== Partner CTA Banner ===== */
.ps-cta-banner {
  padding: 80px 0;
  background: linear-gradient(135deg, #0d3b40 0%, #1fa29b 60%, #16787a 100%);
  position: relative;
  overflow: hidden;
}
.ps-cta-banner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  pointer-events: none;
}
.ps-cta-banner::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.ps-cta-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}
.ps-cta-left {
  flex: 1;
}
.ps-cta-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.ps-cta-left h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
}
.ps-cta-left > p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 520px;
}
.ps-cta-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ps-cta-perks li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ps-perk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.ps-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 50px;
  background: #fff;
  color: #0d3b40;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.ps-cta-btn:hover {
  background: #e6f7f6;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  color: #0d3b40;
  text-decoration: none;
}
.ps-btn-arrow {
  font-size: 18px;
  transition: transform 0.2s;
}
.ps-cta-btn:hover .ps-btn-arrow {
  transform: translateX(4px);
}
.ps-cta-right {
  flex-shrink: 0;
}
.ps-cta-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.ps-stat-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  backdrop-filter: blur(6px);
  min-width: 130px;
}
.ps-stat-num {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.ps-stat-label {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
}

/* ===== Partner Signup Form ===== */
.ps-form-section {
  background: #f4faf9;
}
.ps-form-wrap {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 56px 52px;
  box-shadow: 0 20px 60px rgba(13, 59, 64, 0.1);
  border: 1px solid #d8eeec;
}
.ps-form-header {
  text-align: center;
  margin-bottom: 40px;
}
.ps-form-badge {
  display: inline-block;
  padding: 5px 16px;
  border-radius: 50px;
  background: #e6f7f5;
  color: #1fa29b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 14px;
  border: 1px solid #b8e4e0;
}
.ps-form-header h2 {
  color: #0d3b40;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ps-form-header p {
  color: #4d7a7e;
  font-size: 16px;
  margin: 0;
}
.ps-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 12px;
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 500;
}
.ps-alert-icon {
  font-size: 18px;
  flex-shrink: 0;
}
.ps-alert-success {
  background: #e8f8f5;
  color: #1a6b5a;
  border: 1px solid #a8ddd4;
}
.ps-alert-danger {
  background: #fdf2f2;
  color: #8b2020;
  border: 1px solid #f5c6c6;
}
.ps-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ps-field {
  display: flex;
  flex-direction: column;
}
.ps-field-full {
  grid-column: 1 / -1;
}
.ps-field label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #1a3f45;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.ps-field-icon {
  display: inline-flex;
  align-items: center;
  color: #1fa29b;
}
.ps-required {
  color: #e05252;
  font-size: 14px;
}
.ps-field input[type="text"],
.ps-field input[type="email"] {
  height: 54px;
  border-radius: 12px;
  border: 1.5px solid #cce0de;
  padding: 0 18px;
  font-size: 15px;
  color: #0d3b40;
  background: #f9fdfc;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  width: 100%;
}
.ps-field input[type="text"]:focus,
.ps-field input[type="email"]:focus {
  border-color: #1fa29b;
  box-shadow: 0 0 0 4px rgba(31, 162, 155, 0.12);
  outline: none;
  background: #fff;
}
.ps-field-error {
  margin-top: 6px;
  font-size: 13px;
  color: #d94040;
}
/* File drop zone */
.ps-file-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #9dd0cb;
  border-radius: 14px;
  background: #f4faf9;
  padding: 32px 24px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  margin-top: 0;
}
.ps-file-drop:hover,
.ps-file-drop--selected {
  border-color: #1fa29b;
  background: #e8f7f5;
}
.ps-file-drop input[type="file"] {
  display: none;
}
.ps-file-drop-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: none;
}
.ps-file-drop-icon {
  flex-shrink: 0;
}
.ps-file-drop-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ps-file-drop-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a3f45;
}
.ps-file-drop--selected .ps-file-drop-title {
  color: #1fa29b;
}
.ps-file-drop-hint {
  font-size: 13px;
  color: #6a9a9e;
}
/* Submit row */
.ps-submit-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.ps-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 17px 48px;
  border-radius: 50px;
  background: linear-gradient(135deg, #1fa29b 0%, #0d7a74 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
  box-shadow: 0 8px 24px rgba(31, 162, 155, 0.3);
  letter-spacing: 0.02em;
}
.ps-submit-btn:hover {
  background: linear-gradient(135deg, #0d7a74 0%, #0a5e59 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(31, 162, 155, 0.4);
}
.ps-submit-note {
  font-size: 13px;
  color: #7a9ea2;
  margin: 0;
  text-align: center;
}
.ps-submit-note a {
  color: #1fa29b;
  text-decoration: underline;
}

.inner-about-sec .abt-para {
  padding: 30px;
  min-height: 85%;
  margin-top: 60px;
  background: #f7f6f3;
}

.inner-about-sec .abt-para h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.inner-about-sec .about-highlights > [class*="col-"] {
  margin-bottom: 18px;
}

.inner-about-sec .about-highlights .about-highlight-card {
  min-height: 100%;
  margin-top: 40px;
  padding: 28px 24px;
  border-radius: 14px;
  border: 1px solid #3e7d79;
  background: #478e89;
  box-shadow: 0 10px 30px rgba(22, 61, 73, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.inner-about-sec .about-highlights .about-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(22, 61, 73, 0.2);
}

.inner-about-sec .about-highlights .about-highlight-card h4 {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.25;
}

.inner-about-sec .about-highlights .about-highlight-card p,
.inner-about-sec .about-highlights .about-highlight-card li {
  margin-bottom: 10px;
  color: #eef8f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.privacy-box ul {
  list-style-type: disc;
  margin: 15px 0;
  padding-left: 40px;
}

.privacy-box ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.privacy-box ol {
  list-style-type: decimal;
  margin: 15px 0;
  padding-left: 40px;
}

.privacy-box ol li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.slicknav_nav a:hover {
  background: #fff;
  color: #2aa39c;
}

.slicknav_menu {
  background: #2aa39c;
}

/*----------------------------------------- MEDIA QUERRES STARTED ------------------------------------*/
/*----------------------------------------- MEDIA QUERRES STARTED ------------------------------------*/

@media (max-width: 1599px) {
  .header-btns {
    gap: 8px;
  }

  .header-btns .bt .pbtn {
    height: 48px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.01em;
  }

  section.find-sec .container {
    max-width: 1300px;
  }

  section.top-sec .container {
    max-width: 1300px;
  }

  .trust-wp {
    width: auto;
  }

  .maxWidth {
    max-width: 1300px;
  }

  .footer .col-lg-4.col-md-6.col-sm-6.col-12 {
    width: 25%;
  }

  .footer .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
    width: 32%;
  }

  .foot2.custom-col {
    padding-left: 60px;
    margin-right: 20px;
  }

  img.footer-logo.mb-3 {
    margin: 0px !important;
  }

  section.footer p {
    width: auto;
    margin-top: 12px;
  }

  /* pricing  */

  .price-text {
    width: auto;
  }

  .gray-box {
    padding: 20px 20px 15px 20px;
  }

  .price4-box h4 {
    font-size: 24px;
  }

  /* pricing  */

  /* login  */

  .login-txt h3 {
    font-size: 28px;
    line-height: 20px;
    margin: 0 0 30px 0;
  }

  /* login  */

  .inner-faqs-sec1 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  img.partner-img1 {
    width: 100%;
  }

  .inner-banner-text h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .detail-img img {
    height: 440px;
  }

  .income-calc-wrap .container {
    max-width: 1300px;
  }

  .menuSec ul li a {
    font-size: 10px;
  }

  .web-padding {
    padding: 1.3%;
  }

  .web-padding h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .listing-standard-side .inner h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .drive-text h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .listing-standard-side img {
    height: 220px;
  }

  .arrow-steps .step {
    padding: 10px 15px;
    min-width: 80px;
    font-size: 11px;
  }

  .arrow-steps .step span:before {
    left: 70%;
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  h1 {
    font-size: 52px;
    line-height: 60px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  .container.my-5.text-center {
    margin-top: 0px !important;
  }

  .padd {
    padding: 80px 0;
  }

  h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .maxWidth {
    max-width: 1200px;
  }

  .paddBottom {
    padding-bottom: 80px;
  }

  section.top-sec .container {
    max-width: 1200px;
  }

  .price-labels {
    flex-direction: column-reverse;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 12px;
  }

  .hero-wraper {
    width: auto;
  }

  section.find-sec .container {
    max-width: 1200px;
  }

  .find-right .col-lg-6 {
    width: 100%;
    margin: 0px;
  }

  header .maxWidth {
    max-width: 100%;
  }

  .menuSec ul li a {
    font-size: 10px;
    font-weight: 600;
  }

  .header-btns .bt .pbtn {
    height: 44px;
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: 0;
  }

  /* about start  */

  .core-values-table th,
  .core-values-table td {
    font-size: 10px;
    padding: 10px 10px;
  }

  img.about {
    height: 700px;
  }

  img.inner-about {
    height: 500px;
  }

  /* about end  */

  /* partner  */

  .partner-text-1 h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .partner-text-2 h2 {
    font-size: 28px;
    line-height: 34px;
  }

  section.partner-sec-3 h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .paddBottom {
    padding-bottom: 60px;
  }

  section.partner-sec-3 .col-lg-3 {
    width: 50%;
  }

  .partner-card .blog-card-text p {
    height: 60px;
  }

  img.partner-4 {
    width: 100%;
    height: 520px;
  }

  ul.list1 li {
    margin: 10px 0;
  }

  .partner-text-4 h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .partner-text-5 h2 {
    font-size: 26px;
    line-height: 35px;
  }

  /* partner  */

  /* login  */

  .login-txt h3 {
    font-size: 20px;
    line-height: 10px;
    margin: 0 0 20px 0;
  }

  .login-txt form input {
    padding: 12px 30px 12px 10px !important;
    margin-bottom: 10px;
  }

  .login-txt.register ul li {
    font-size: 12px;
  }

  .parking_space_cards_img img {
    height: 140px;
  }

  /* login  */

  .contact_detail_box {
    padding: 50px 20px;
    height: 220px;
  }

  .inner-banner-text h1 {
    font-size: 40px;
    line-height: 40px;
  }
  img.banner-img_bg.fadeInRight {
    height: 600px;
  }

  section.main_slider .col-lg-8.m-auto.col-md-10.col-sm-12 {
    width: 100%;
  }

  .income-calc-wrap .container {
    max-width: 1200px;
  }

  .income-calc-form h2,
  .income-calc-results h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .income-stat strong,
  .income-result-card strong {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .income-calc-results h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1025px) {
  .menuSec ul li a {
    font-size: 9px;
  }

  .col-md-5.col-lg-6.d-none.d-md-block.main-navigate {
    padding: 0;
  }

  .header-btns .bt .pbtn {
    height: 40px;
    padding: 0 9px;
    font-size: 9px;
  }

  form#findSpaceForm {
    display: block;
    margin-top: 30px;
  }

  form#findSpaceForm .col-lg-6 {
    width: 100%;
    margin: 0;
  }

  .find-bx .input-field {
    margin-bottom: 10px;
    padding: 11px 10px;
  }

  .bt .pbtn {
    gap: 0px;
    height: 50px;
    padding: 0 18px;
    font-size: 12px;
  }

  h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .fin-bx h5 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
  }

  p {
    font-size: 13px;
    line-height: 23px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0px;
  }

  .hero_main {
    padding: 20px;
  }

  .hero_icon {
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
  }

  .hero_content h3 {
    font-size: 13px;
  }

  .hero_content p {
    width: auto;
    line-height: 22px;
  }

  img.space_card-img {
    height: 170px;
  }

  section.top-sec .container {
    max-width: 980px;
  }

  section.find-sec .container {
    max-width: 960px;
  }

  .trust-left-img img {
    height: 590px;
  }

  .referral-text {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  img.footer-logo.mb-3 {
    max-width: 160px !important;
  }

  section.footer {
    padding: 50px 0 40px;
  }

  .maxWidth {
    max-width: 960px;
  }

  section.footer h5 {
    margin-bottom: 14px;
    padding-bottom: 6px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  ul.linkList li a {
    line-height: 30px;
    font-size: 12px;
  }

  .foot2.custom-col {
    padding-left: 30px;
    margin-right: 0px;
  }

  section.footer p {
    font-size: 12px;
    line-height: 20px;
  }

  ul.social.d-flex.m-0.gap-3 {
    gap: 6px !important;
  }

  ul.adrs-links li a {
    font-size: 12px;
    line-height: 23px;
  }

  .copyrite-txt {
    padding: 20px 0%;
  }

  .copyrite-txt p {
    font-size: 12px;
  }

  /* about  */

  .inner-banner-box.has-dynamic-bg {
    padding: 100px 0;
  }

  .inner-banner-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }

  .inner-about-list-box {
    overflow-x: scroll;
  }

  table.core-values-table {
    overflow-x: scroll;
    width: 600px;
  }

  .core-values-table th,
  .core-values-table td {
    line-height: 16px;
  }

  img.about {
    height: 600px;
  }

  img.inner-about {
    height: 401px;
  }

  .inner-about-sec .about-highlights .about-highlight-card {
    padding: 20px;
    margin-top: 0px;
  }

  .inner-about-sec .about-highlights > [class*="col-"] {
    margin: 50px 0px 0px;
  }

  .inner-about-sec .about-highlights .about-highlight-card h4 {
    font-size: 18px;
  }

  .inner-about-sec .about-highlights .about-highlight-card p,
  .inner-about-sec .about-highlights .about-highlight-card li {
    font-size: 13px;
    line-height: 23px;
    margin: 0;
  }
  /* about  */

  /* pricing  */

  .price-image3 img.partner-img1 {
    height: 320px;
  }

  .login-txt {
    padding: 40px 24px 10px;
  }

  /* pricing  */

  .map-search-dates input,
  .map-search-sort select {
    font-size: 10px;
  }

  .map-search-searchbox input {
    font-size: 12px;
    padding: 12px 14px 12px 30px;
  }

  .parking_space_cards_text ul li {
    margin: 0px;
  }

  .parking_space_cards_text ul {
    column-count: 1;
  }

  .parking_space_cards_text h4 {
    font-size: 14px;
  }

  .prk-s-txt {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
  }

  img.partner-img1 {
    height: 600px;
  }

  .list2-image {
    width: 55px;
    height: 55px;
    border-radius: 100px;
  }

  section.contact_page.all-section {
    padding: 60px 0 40px 0;
  }

  section.blog-sec .row .col-lg-3 {
    width: 33%;
  }

  .detail-img img {
    height: 360px;
  }

  h2.blog-title {
    font-size: 22px;
    line-height: 32px;
  }

  .income-calc-form,
  .income-calc-results {
    padding: 18px;
  }

  .income-calc-form h2,
  .income-calc-results h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .income-calc-results h3 {
    font-size: 15px;
    line-height: 26px;
  }

  .listing-standard-wrap .listing-standard-grid {
    grid-template-columns: 1fr 1fr;
  }

  .listing-standard-body h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .listing-standard-meta {
    font-size: 12px;
    line-height: 20px;
  }

  .listing-standard-price {
    font-size: 20px;
  }

  .listing-standard-side img {
    height: 220px;
  }

  .listing-standard-side .inner h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .listing-standard-side .inner {
    padding: 10px;
  }

  .listing-standard-side .inner .mt-4.d-flex.gap-2.flex-wrap a {
    font-size: 12px;
  }

  /* =================== Header ==================== */

  .slicknav_menu {
    display: block !important;
  }

  .col-md-5.col-lg-6.d-none.d-md-block.main-navigate {
    display: none !important;
  }

  .menuSec .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  header .col-md-5.col-sm-6.col-lg-4 {
    width: 100%;
  }

  .header-btns {
    justify-content: flex-end !important;
    gap: 10px;
  }

  header .col-md-2.col-sm-6 {
    width: 100%;
  }

  .menuSec img {
    width: 40%;
  }

  .header-btns .bt .pbtn {
    height: 42px;
    padding: 0 28px;
    font-size: 10px;
  }

  div#dynamicStepsBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .arrow-steps .step {
    padding: 10px 15px;
    min-width: 110px;
    font-size: 13px;
  }

  .arrow-steps .step span:before {
    font-size: 19px;
  }

  .form-step h5 {
    font-size: 20px;
  }

  section#hostSection h1 {
    font-size: 35px;
    line-height: 45px;
  }

  /* =================== Header ==================== */
}

@media (max-width: 999px) {
  .option-container {
    flex-direction: column;
  }

  .arrow-steps .step {
    min-width: 80px;
    padding: 8px 10px;
  }

  .dropdown-menu {
    position: static;
    display: block;
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
  }

  .dropdown-menu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #eee;
  }

  .partner-signup-header h2 {
    font-size: 32px;
  }

  .partner-signup-shell {
    padding: 34px 24px;
  }

  .ps-cta-inner {
    flex-direction: column;
    gap: 40px;
  }
  .ps-cta-left h2 {
    font-size: 34px;
  }
  .ps-cta-right {
    width: 100%;
  }
  .ps-cta-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .ps-form-wrap {
    padding: 40px 32px;
  }

  img.banner-img_bg {
    height: 530px;
  }

  h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .carousel-caption .col-lg-8 {
    width: 100%;
  }

  .padd {
    padding: 60px 0;
  }

  section.find-sec .container {
    max-width: 760px;
  }

  .find-bx {
    padding: 40px;
    margin: 14px 0px;
  }

  img.find_list-img {
    height: 170px;
  }

  .fin-bx h6 {
    margin-bottom: 3px;
  }

  .fin-bx p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 4px;
  }

  .find-list .row {
    justify-content: center;
  }

  section.find-sec .row.align-items-stretch {
    align-items: center !important;
  }

  .hero_main {
    margin-bottom: 10px;
  }

  section.top-sec .container {
    max-width: 750px;
  }

  img.space_card-img {
    height: 220px;
  }

  .paddBottom {
    padding-bottom: 60px;
  }

  section.top-sec .row {
    justify-content: center;
  }

  .trust-left-img img {
    height: auto;
    margin-bottom: 30px;
  }

  .esitmate-box {
    padding: 32px;
  }

  .esitmate-box .estimate-field-input input,
  .esitmate-box .estimate-field-input select {
    padding: 14px 24px;
  }

  .estimate-field-labels .day {
    padding: 11px 7px;
  }

  .referral-text {
    padding-left: 16px !important;
  }

  .referral-text h2 {
    font-size: 32px !important;
    line-height: 40px;
  }

  .referral-text h3 {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .faqs-bx {
    margin: 0px;
  }

  .maxWidth {
    max-width: 760px;
  }

  section.footer p {
    margin-bottom: 0px;
  }

  .foot2.custom-col {
    padding-left: 0px;
  }

  .footer .col-lg-4.col-md-6.col-sm-6.col-12 {
    width: auto;
  }

  .footer .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
    width: auto;
  }

  .custom-col ul.linkList {
    column-count: 1;
  }

  .footer .col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12 .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
  }

  .foot1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  section.footer p ~ h6.mb-3.mt-4.text-light {
    margin-top: 10px !important;
  }

  /* about  */

  .inner-banner-text h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .sec {
    padding: 60px 0;
  }

  img.about {
    margin-bottom: 30px;
  }

  table.core-values-table {
    width: 100%;
    margin-bottom: 30px;
  }

  /* about  */

  /* pricing  */

  .price-image3 img.partner-img1 {
    height: 410px;
  }

  img.price-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .price-image3 img.partner-img1 {
    height: 440px;
    margin-bottom: 30px;
    width: 100%;
  }

  /* pricing  */

  /* partner  */

  img.partner-2 {
    height: 400px;
    width: 100%;
    margin-bottom: 24px;
  }

  .partner-card .blog-card-text p {
    height: auto;
  }

  img.partner-4 {
    height: 360px;
    width: 100%;
  }

  /* partner  */

  .ps-cta-inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* login  */

  .login-txt {
    margin: 14px 0px;
  }

  /* login  */

  .inner-banner-box {
    padding: 90px 0;
  }

  img.partner-img1 {
    margin-bottom: 32px;
  }

  ul.list2 li {
    justify-content: flex-start;
    gap: 20px;
  }

  section#partner-signup-form .col-xl-8.col-lg-9.col-md-10.col-sm-12.col-12 {
    width: 100%;
  }

  .partner-form-wrapper {
    border-radius: 20px;
  }

  .contact_detail_box {
    padding: 30px 20px;
    height: 200px;
  }

  .contact_detail_box h2 {
    font-size: 16px;
    line-height: 35px;
  }

  .contact_detail_head {
    width: 100% !important;
  }

  .contact_detail_box p {
    margin: 0px;
    font-size: 10px;
  }

  .contact_detail_box p a {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .contact_detail_box {
    padding: 20px 10px;
    height: 160px;
  }

  .inner-banner-text h1 {
    font-size: 28px;
    line-height: 30px;
  }

  section.blog-sec .row .col-lg-3 {
    width: 50%;
  }

  /* .slicknav_menu {
    display: block !important;
  }

  .col-md-5.col-lg-6.d-none.d-md-block.main-navigate {
    display: none !important;
  }

  .menuSec .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  header .col-md-5.col-sm-6.col-lg-4 {
    width: 100%;
  }

  .header-btns {
    justify-content: flex-end !important;
    gap: 10px;
  }

  header .col-md-2.col-sm-6 {
    width: 100%;
  }

  .menuSec img {
    width: 40%;
  }

  .header-btns .bt .pbtn {
    height: 42px;
    padding: 0 28px;
    font-size: 10px;
  } */

  .income-calc-wrap .container {
    max-width: 760px;
  }

  .drive-image img {
    margin-bottom: 20px;
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .maxWidth {
    max-width: 740px;
  }

  .footer
    .col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12
    .row
    .col-lg-5.col-md-6.col-sm-6.col-12 {
    width: auto;
  }

  ul.adrs-links {
    gap: 0px;
  }

  .inner-banner-box.has-dynamic-bg {
    padding: 60px 0;
  }

  .inner-banner-text h1 {
    font-size: 25px;
    line-height: 35px;
  }

  img.about {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-form-cta-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-form-cta-bar .pbtn {
    min-width: 100%;
  }

  .partner-signup-form-grid {
    grid-template-columns: 1fr;
  }

  .partner-signup-submit .pbtn,
  .partner-inline-cta .pbtn {
    min-width: 100%;
  }

  .partner-signup-header h2 {
    font-size: 27px;
  }

  .partner-signup-header p {
    font-size: 15px;
  }

  .ps-cta-left h2 {
    font-size: 28px;
  }
  .ps-cta-stats {
    grid-template-columns: 1fr 1fr;
  }
  .ps-form-grid {
    grid-template-columns: 1fr;
  }
  .ps-form-wrap {
    padding: 32px 20px;
  }
  .ps-form-header h2 {
    font-size: 28px;
  }
  .ps-submit-btn {
    width: 100%;
    justify-content: center;
  }
  .ps-cta-btn {
    width: 100%;
    justify-content: center;
  }

  .inner-about-sec .about-highlights .about-highlight-card {
    margin-top: 18px;
    padding: 22px 18px;
  }

  .inner-about-sec .about-highlights .about-highlight-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .menuSec img {
    width: 100%;
  }

  .menuSec .row {
    display: flex;
    justify-content: center;
  }

  .header-logo img {
    width: 50%;
    margin: 0 auto 20px;
    display: table;
  }

  .header-btns .bt .pbtn {
    padding: 0 18px;
  }

  .header-btns {
    justify-content: center !important;
  }

  .blog-detail-box {
    padding: 0px !important;
  }

  img.banner-img_bg {
    height: 600px;
  }

  .banner_text {
    width: 93%;
    margin: 0 auto;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .baner-info-list {
    flex-wrap: wrap;
    row-gap: 4px !important;
  }

  .ban-search-form {
    flex-wrap: wrap;
    padding: 25px 18px 13px;
    border-radius: 20px;
    justify-content: center;
  }

  .ban-search-form .position-relative.flex-grow-1 {
    width: 100%;
    flex-basis: 100% !important;
  }

  .ban-search-form input {
    padding: 10px 5px !important;
    font-size: 10px;
    border: 1px solid #55555591;
    border-radius: 20px;
  }

  section.main_slider .carousel-item {
    padding: 0px 5px;
  }

  i.fa-solid.fa-location-dot.position-absolute.location-icon {
    display: none;
  }

  .ban-sl.flex-grow-1 {
    flex-basis: 100% !important;
    border: 1px solid #55555591;
    padding: 10px 0px;
    margin: 5px 0;
    border-radius: 20px;
    font-size: 10px;
  }

  .ban-search-form .ban-sl select {
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    font-size: 11px;
    border-radius: 30px;
    padding: 0px 40px;
  }

  .ban-search-form .ban-sl i {
    top: 18px;
    right: 120px;
  }

  .padd {
    padding: 40px 0;
  }

  .find-bx {
    padding: 30px 20px;
    margin: 14px 0px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  form#findSpaceForm .col-12 {
    margin-top: 4px;
  }

  img.find_list-img {
    height: 240px;
  }

  h2 {
    font-size: 28px;
    line-height: 37px;
  }

  .col-lg-4.col-md-4.text-end {
    text-align: center !important;
  }

  .top-top.mb-4 {
    text-align: center;
  }

  .space_card-txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .trust-option-list .option-txt {
    margin-right: 0px;
  }

  .chose-options .chose_icon {
    height: 70px;
    width: 70px;
  }

  section.chose-sec .chose-options {
    gap: 14px !important;
  }

  .esitmate-box {
    padding: 32px 20px;
  }

  .estimate-field-labels .day {
    font-size: 10px;
    padding: 1px 7px;
  }

  .faqs-bx {
    padding: 0px 18px;
  }

  .foot1 {
    width: auto;
  }

  .footer .col-xl-9.col-lg-9.col-md-12.col-sm-12.col-12 .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
  }

  section.footer h5::before {
    left: 0;
    right: 0;
    margin: 0px auto;
  }

  .copyrite-txt p {
    font-size: 10px;
  }
  .hero .row {
    margin: 0 auto;
  }

  /* pricing  */

  .results-box-group {
    flex-direction: column;
  }

  .results-box-group .results-pill {
    width: 100%;
  }

  .results-card {
    padding: 0px;
  }

  /* pricing  */

  /* partner  */

  section.partner-sec-1.sec {
    padding-bottom: 20px;
  }

  section.partner-sec-3 .col-lg-3 {
    width: auto;
  }

  img.partner-2 {
    height: 300px;
  }

  img.partner-4 {
    height: 280px;
  }

  .paddBottom {
    padding-bottom: 40px;
  }

  .inner-banner-box {
    padding: 80px 0;
  }

  /* partner  */

  .ps-submit-btn {
    padding: 16px 3px;
    font-size: 12px;
  }

  .ps-file-drop {
    padding: 18px 14px;
    font-size: 10px;
  }

  .ps-file-drop-title {
    font-size: 10px;
    letter-spacing: 0;
  }

  .ps-file-drop-hint {
    letter-spacing: 0px;
    font-size: 10px;
  }

  .ps-form-header p {
    font-size: 12px;
    line-height: 22px;
  }

  .ps-form-header h2 {
    font-size: 20px;
    letter-spacing: 0px;
  }

  .login-txt ul.justify-content-start {
    flex-direction: column;
    gap: 0px;
  }

  ul.adrs-links li a {
    display: block;
  }

  ul.adrs-links li:first-child,
  ul.adrs-links li:last-child {
    justify-content: center;
    margin: 0;
  }

  .parking_space_left h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .parking_space_cards_img {
    width: 100%;
  }

  .parking_space_cards_flex {
    flex-direction: column;
  }

  .parking_space_cards_text {
    width: 100%;
  }

  .parking_space_cards_img img {
    width: 100%;
  }

  .parking_space_right p {
    text-align: center;
    margin-top: 20px;
  }

  .parking_space_right h6 {
    text-align: center;
  }

  .parking_space_right h5 {
    text-align: center;
  }

  .parking_space_right .bt {
    margin: 0 auto;
    display: table;
  }

  .inner-faqs-sec1 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  img.partner-img1 {
    height: 460px;
  }

  .partner-oppor-image-3 img.partner-4 {
    height: 450px;
  }

  .contact_detail_box {
    padding: 40px 40px;
    height: auto;
    margin: 10px 0px;
  }
  .inner-banner-text h1 {
    font-size: 20px;
    line-height: 30px;
  }

  section.blog-sec .row .col-lg-3 {
    width: auto;
  }

  img.blog-img {
    height: 300px;
  }

  section.listing-standard-wrap .row {
    margin: 0 auto;
  }

  .web-padding h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .listing-standard-wrap .listing-standard-grid {
    grid-template-columns: 1fr;
  }

  .drive-image img {
    height: 320px;
  }

  .drive-text h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .arrow-steps .step {
    padding: 5px 15px;
    min-width: 90px;
    font-size: 11px;
  }
}

@media (max-width: 414px) {
  .menuSec .row {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
  }

  .menuSec img {
    width: 60%;
    margin: 0 auto;
    display: table;
  }

  .header-btns {
    gap: 5px;
  }

  .header-btns {
    padding: 0 28px;
  }

  .header-btns {
    padding: 0 0px;
  }

  .header-btns .bt .pbtn {
    padding: 0 10px;
  }

  h1 {
    font-size: 25px;
    line-height: 34px;
  }

  .banner_text {
    width: auto;
  }

  .find-bx {
    padding: 16px 10px;
  }

  img.find_list-img {
    height: 180px;
  }

  h3 {
    font-size: 20px;
  }

  .find_more-bt {
    flex-direction: column;
    gap: 10px !important;
    margin-bottom: 0;
  }

  .hero-wraper nav .nav-tabs .nav-link {
    padding: 10px 20px;
    font-size: 13px;
    min-width: auto;
  }

  .hero .row {
    margin: 0 auto;
  }

  .trust-options {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .trust-option-list .option-txt {
    padding: 0;
  }

  .trust-right-txt {
    text-align: center;
  }

  .trust-wp {
    text-align: center;
  }

  section.chose-sec .chose-options {
    flex-direction: column;
  }

  ul.adrs-links {
    justify-content: center;
  }

  ul.adrs-links li a {
    display: block;
  }

  ul.adrs-links li:last-child {
    display: block;
  }

  ul.adrs-links li {
    margin: 0px;
  }

  table.core-values-table {
    width: 600px;
  }
  .inner-about-sec .about-highlights > [class*="col-"] {
    margin: 10px 0px 0px;
  }

  /* pricing  */

  img.price-img {
    height: 240px;
  }

  section.price-sec3 {
    padding: 40px 0;
  }

  .price-image3 img.partner-img1 {
    height: 280px;
  }

  .price4-box h4 {
    font-size: 18px;
  }

  ul.list3 li p {
    font-size: 10px;
    font-weight: 600;
  }

  .estimate-card {
    padding: 20px 14px;
  }

  .sec {
    padding: 40px 0;
  }

  section.price-sec1 h2 {
    font-size: 22px;
    line-height: 32px;
  }

  section.price-sec2 h2 {
    font-size: 18px;
    line-height: 30px;
  }

  section.price-sec3 h2 {
    font-size: 18px;
    line-height: 28px;
  }

  section.price-sec4 h2 {
    font-size: 18px;
    line-height: 26px;
  }

  section.estimate-sec1 h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .estimate-card select,
  .estimate-card input[type="number"] {
    padding: 14px 10px;
  }

  .results-card h3.title {
    font-size: 18px;
    line-height: 26px;
  }

  .paddBottom {
    padding-bottom: 40px;
  }

  .inner-faqs-row h2 {
    font-size: 18px;
    line-height: 30px;
  }

  img.partner-img1 {
    height: 340px;
  }

  ul.list2 li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .list2-text {
    width: auto;
    text-align: center;
  }

  .partner-oppor-text5 {
    text-align: center;
  }

  img.blog-img {
    height: 210px;
  }
  .inner-banner-box {
    padding: 60px 0;
  }

  .income-calc-form,
  .income-calc-results {
    padding: 10px;
  }

  .inner-banner-text {
    padding: 0px 10px;
  }

  .income-breakdown-row {
    flex-wrap: wrap;
  }
  .listing-standard-search-wrap input {
    padding-left: 28px !important;
  }

  section#hostSection h1 {
    font-size: 24px;
    line-height: 34px;
  }

  div#dynamicStepsBar {
    gap: 5px;
  }

  .form-step h5 {
    font-size: 16px;
    line-height: 20px;
  }

  form#storageSpaceForm .btn-row {
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
  }

  form#storageSpaceForm .btn-row button {
    margin: 0;
    padding: 10px 0px;
  }

  /* pricing  */
}
