/*
[Table of contents]
 
1. root variable
2. Common styles
3. Full css view

*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  outline: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

*,
after,
before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

a {
  color: var(--black_theam);
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: #1c6dc7;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

html,
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

::selection {}

p {
  font-weight: 300;
}

:focus {
  /* outline: 1px dotted;
  outline-offset: -4px;
  border-radius: 15px; */
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

img.loaded {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0px 0;
  color: var(--black_theam);
}

.onnlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
}

img {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: middle;
}

/*==============================
	Common styles
==============================*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

div {
  transition: all ease 0.5s;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--black_theam);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--theam_color);
}

body::-webkit-scrollbar {
  width: 8px;
  background: var(--primary_gradient);
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #ddc081;
  background: var(--primary_gradient);
}

p {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  color: var(--black_theam);
}

ul {
  list-style: none;
}

ul li {
  margin-bottom: 0;
}

nav ul li a {
  color: var(--black_theam) !important;
}

.hero_area_inner {
  background: url("../images/hero_bg.png");
  height: 93vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.hero_area .container-fluid {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}

.navbar {
  position: absolute;
  top: 55px;
  z-index: 2;
  width: 100%;
}

.navbar_inner {
  background-color: white;
  width: 100%;
  border-radius: 100px;
  padding: 10px 25px;
  position: relative;
}

.navbar_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  align-items: center;
  gap: 25px;
}

.navbar-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #181a20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.navbar-nav li a.border_btn {
  border-radius: 45px;
  border: 1px solid #305eba;
  background: #fff;
  display: inline-flex;
  padding: 11.7px 25.86px 11.87px 26px;
  justify-content: center;
  align-items: flex-end;
  gap: 10.14px;
  color: #305eba !important;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.navbar-nav li a.border_btn i {
  transform: rotate(40deg);
}

.hero_area_inner_1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 230px 0 130px;
}

.sec_headding1 {
  color: var(--White, #fff);
  text-align: center;

  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
}

p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero_area_inner_1 p {
  color: white;
  text-align: center;
  margin-top: 26px;
}

.hero_area_fltr_bx {
  width: 100%;
  background-color: white;
  max-width: 740.97px;
  border-radius: 12px;
  padding: 20px 15px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero_area_fltr_bx .bx1 {
  position: relative;
  border-radius: 8px;
  background: #f7f7f7;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 522.68px;
}

.hero_area_fltr_bx .bx1 svg {
  position: absolute;
  z-index: 1;
  left: 15px;
}

.hero_area_fltr_bx .bx1 input {
  position: relative;
  border-radius: 10px;
  background: #f7f7f7;
  width: 100%;
  padding: 16px 45px;
  border: 1px solid #f7f7f7;
  transition: all ease 0.5s;
}

.hero_area_fltr_bx .bx1 input:focus {
  border: 1px solid #3c67be;
}

.hero_area_fltr_bx .bx2 {
  display: flex;
  align-items: center;
  color: #181a20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.6px;
  gap: 10px;
}

.search_btn {
  border-radius: 50px;
  background: var(--Blue, #305eba);
  display: flex;
  width: 54px;
  height: 54.5px;
  padding: 15px 15px 15.5px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero_area_fltr_bx1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 26px;
}

.hero_area_fltr_bx1 ._inside span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #fff;
  width: 30px;
  height: 30px;
  padding: 5.1px 5px 4.9px 5px;
  flex-shrink: 0;
}

.hero_area_fltr_bx1 ._inside {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  gap: 10px;
}

.navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.navbar-toggler {
  border-radius: 100px;
}

/* ================= DISCOVER AREA ================= */

.discover_area {
  padding: 70px 0;
}

/* TITLE */
.discover_title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}

/* CARD */
.discover_card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.discover_card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

/* OVERLAY */
.discover_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.discover_overlay h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  letter-spacing: 1px;
}

.discover_card:hover img {
  transform: scale(1.05);
}

.sec_headding2 {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.discover_area .sec_headding2 {
  width: 100%;
  max-width: 691px;
  margin: auto;
}

.discover_area_inner_bx {
  width: 100%;
  max-width: 370px;
  position: relative;
  transition: all ease 0.5s;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
}

.discover_area_inner_bx h3 {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 35px;
  color: var(--White, #fff);

  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  /* 125% */
  text-transform: uppercase;
}

.discover_area_inner_bx .image {
  position: relative;
  height: 100%;
  transition: all ease 0.5s;
}

.discover_area_inner_bx img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  border-radius: 25px;
}

.discover_area_inner {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  max-width: 1340px;
  margin: auto;
}

.discover_area_inner .discover_area_inner_bx:hover {
  max-width: 520px;
}

.discover_area_inner .discover_area_inner_bx:nth-child(1) {
  /* max-width: 520px; */
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .discover_title {
    font-size: 26px;
  }

  .discover_card img {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .discover_title {
    font-size: 22px;
  }

  .discover_card img {
    height: 220px;
  }

  .discover_overlay h4 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .discover_title {
    font-size: 18px;
  }
}

/* TITLE */
.listing_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.listing_sub {
  font-size: 13px;
  color: #777;
}

/* TABS */
.listing_tabs {
  display: flex;
  gap: 10px;
}

.tab_btn {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
}

.tab_btn.active {
  background: #3b82f6;
  color: #fff;
  border-color: #3b82f6;
}

/* CARD */
.listing_card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s;
}

.listing_card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.listing_card>img {
  border-radius: 30px;
}

.listing_info {
  padding: 15px 0;
}

.listing_info h4 {
  color: var(--Black, #000);
  font-size: 27.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 19px;
}

.listing_info .title {
  margin-bottom: 3px;
  color: var(--Black, #000);
  font-size: 19.4px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.listing_info .location {
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  display: block;
  margin-bottom: 19px;
}

.why_choose_area .sec_headding2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}

.meta {
  display: flex;
  gap: 15px;
  margin-top: 5px;
  font-size: 13px;
}

.meta span {
  display: flex;
  align-items: center;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 10px;
}

.meta span img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* HOVER */
.listing_card:hover {}

/* SWIPER FIX */
.swiper {
  padding-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .listing_title {
    font-size: 22px;
  }
}

.slide_listing_area {
  padding: 70px 0;
}

.slide_listing_area .sec_headding2 {
  font-size: 35px;
}

.slide_listing_area .nav-link {
  border-radius: 6px;
  border: 1px solid rgba(24, 26, 32, 0.5);
  display: inline-flex;
  padding: 10.7px 26px 11.3px 23px;
  justify-content: center;
  align-items: center;
  color: #181a20;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slide_listing_area .nav-link.active {
  border-radius: 6px;
  border: 1px solid var(--Light-Blue, #69f);
  background: var(--Light-Blue, #69f);
  color: white;
}

.container {
  max-width: 100% !important;
  padding: 0 130px;
}

.slide_listing_area1 {
  padding-left: 130px;
  max-width: 100%;
}

._who_area_area {
  background: #f8f9fb;
  padding: 90px 0 140px;
  position: relative;
}

._who_area_area1 {
  position: relative;
}

._who_area_area1::before {
  position: absolute;
  height: 200px;
  width: 103px;
  background: url("../images/flamingo_vactor.svg");
  content: "";
  right: 130px;
  bottom: -120px;
}

._who_area_area1 {
  width: 100%;
}

/* TEXT */
._who_tag {
  color: var(--Blue, #305eba);
  leading-trim: both;
  text-edge: cap;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

._who_heading {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
  line-height: 1.3;
}

._who_desc {
  color: var(--Text-Colour-3, #808080);

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  max-width: 657px;
  margin: 20px 0 40px;
}

/* CARD */
._who_card {
  padding: 41px;
  margin-bottom: 15px;
  gap: 15px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 4px 5px 30px 0 rgba(0, 0, 0, 0.1);
  max-width: 574px;
}

._who_card h6 {
  color: var(--Blue, #305eba);

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

._who_card p {
  color: var(--Text-Colour-3, #808080);
  leading-trim: both;
  text-edge: cap;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

/* ICON */
._who_icon {}

._who_icon img {
  width: 20px;
}

/* IMAGES */
._who_img_big img,
._who_img_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

._who_img_big {
  height: 420px;
}

._who_img_small {
  height: 200px;
}

._who_area_area .sec_headding2 {
  max-width: 680px;
}

.why_choose_area {
  padding: 80px 0 108px;
}

.why_choose_area_bx span {
  color: #222;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.why_choose_area_bx {
  text-align: center;
}

.why_choose_area_bx img {
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
}

.why_choose_area_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  flex-wrap: wrap;
  row-gap: 47px;
}

.testimonials_area {
  background: linear-gradient(180deg,
      rgba(252, 182, 182, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 4px 200px 0 rgba(232, 249, 247, 0.2);
  padding: 65px 0;
}

.testimonial_text {
  max-width: 650px;
  margin: auto;
  line-height: 1.6;
}

/* Avatar */
.avatar_wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.avatar_progress {
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
}

.avatar_progress svg {
  transform: rotate(-90deg);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.avatar_progress circle {
  fill: none;
  stroke-width: 5px;
}

.avatar_progress .bg {
  stroke: #ddd;
}

.avatar_progress .progress {
  stroke: #4a7cff;
  stroke-dasharray: 188;
  stroke-dashoffset: 188;
  transition: stroke-dashoffset linear;
}

.avatar_progress img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 7px;
}

.avatar_progress.active img {
  transform: scale(1.1);
}

.testimonials_area h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.testimonials_area p {
  color: #000929;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 403px;
  margin: 10px auto 0;
}

p.testimonial_text {
  max-width: 736px;
  color: var(--Main-Color-Black, #000929);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}

.testimonials_area h6 span {
  color: var(--Greyscale-Grey-500, #6c727f);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-pagination {
  margin-top: 25px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #e3ecff;
  opacity: 1;
  margin: 0 4px !important;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  background: #69f;
  width: 15px;
  border-radius: 10px;
}

.footer_area {
  background: #f4f4f4;
}

.footer_area .container-fluid {
  padding: 70px 117px 0;
}

.footer_text {
  color: var(--Black-black-500, #1c1c1c);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  max-width: 420px;
}

.footer_title {
  color: var(--Blue, #305eba);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 21.6px */
  margin-bottom: 13px;
}

.footer_links {
  list-style: none;
  padding: 0;
}

.footer_links li {
  margin-bottom: 15px;
}

.footer_links a {
  color: var(--Black-black-500, #1c1c1c);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  transition: 0.3s;
}

.footer_links a:hover {
  color: #4a7cff;
}

/* Social */
.footer_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #305eba;
  color: #fff;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 14px;
}

/* Form */
.footer_form {
  display: flex;
  flex-direction: column;
  gap: 00px;
  margin-top: 10px;
}

.footer_form input {
  flex: 1;
  border-radius: 30px;
  border: 1px solid #ddd;
  padding: 16px 19px;
  outline: none;
  border-radius: 47px;
  border: 1px solid var(--Gray-gray-200, #ccc);
  background: rgba(255, 255, 255, 0.03);
  color: var(--Black-black-400, #494949);

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_form button {
  background: #3b5fbf;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  width: 100%;
}

/* Bottom */
.footer_bottom {
  background: #e5e5e5;
  padding: 15px;
  margin-top: 70px;
  font-size: 13px;
  color: #666;
}

.footer_text.small {
  /* max-width: 300px; */
}

/* Responsive */
@media (max-width: 768px) {
  .footer_form {
    flex-direction: column;
  }

  .footer_form button {
    width: 100%;
  }
}

.navbar.fixed {
  position: fixed;
  top: 10px;
  animation: simple-rotate 1s linear alternate;
  z-index: 2222;
}

.navbar.fixed .navbar_inner {
  border: 1px solid #00000017;
}

@keyframes simple-rotate {
  0% {
    transform: translateY(-90px);
  }

  100% {
    transform: translateY(0px);
  }
}

.auth_flow_area {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.auth_flow_area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/flamingo_vactor2.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 134px;
  height: 260px;
  z-index: -1;
}

.auth_flow_area_image img {
  width: 100%;
  height: 100%;
  height: 100vh;
  object-fit: cover;
}

.auth_flow_area_inner1 {
  padding: 70px 135px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow-y: auto;
  height: 100vh !important;
}

.auth_flow_area_inner1 .logo {
  width: 148px;
}

.choose_rol_bx h2 {
  color: #333;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.choose_rol_bx {
  padding: 40px 0 0;
}

.user_card {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 50%;
  padding: 50px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid transparent;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.12);
}

.user_card:hover {
  transform: translateY(-5px);
}

.user_card .icon_box svg {
  width: 80px;
}

.user_card input {
  display: none;
}

.user_card h3 {
  color: var(--Black, #000);

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}

/* Check Icon */
.check_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Active State */
.user_card.active {
  border-color: #4a7cff;
}

.user_card.active .check_icon {
  display: flex;
}

.choose_box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.user_card.active svg path {
  fill: #69f;
}

.custome_btn {
  border-radius: 32px;
  background: var(--Blue, #305eba);
  display: flex;
  width: 100%;
  padding: 19.5px 0 20.5px 0;
  justify-content: center;
  align-items: center;

  color: var(--White, #fff);
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}

.choose_rol_bx p {
  color: #333;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.choose_rol_bx p a {
  color: var(--Blue, #305eba);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.account_box label {
  color: #666;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}

.account_box label span {
  color: #f00;

  font-size: 49.1px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.2px;
  /* 116.497% */
  letter-spacing: -0.8px;
}

.account_box .form-control {
  border-radius: 15px;
  height: 56px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
}

.account_box .form-control:focus {
  box-shadow: none;
}

.iti__selected-flag {
  overflow: hidden;
  border-radius: 10px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  background-color: transparent !important;
}

/* Button */
.btn-primary {
  background: #3b5fbf;
  border: none;
}

/* intl input fix */
.iti {
  width: 100%;
}

.account_box label span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.account_box .nav-pills {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  padding: 0;
  width: 100%;
  max-width: 349px;
}

.account_box .nav-pills .nav-link {
  color: #333;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 23px;
}

.account_box .nav-pills .nav-link.active {
  border-radius: 12px;
  background: #e7f3ff;
  color: #333333;
}

.tearm_condi_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tearm_condi_bx label {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tearm_condi_bx a {
  color: #111;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.back_login {
  color: var(--Blue, #305eba);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.otp_input {
  width: 25%;
  height: 60px;
  text-align: center;
  font-size: 24px;
  border-radius: 12px;
  border: 1px solid #ddd;
  outline: none;
  transition: 0.2s;
}

.otp_input:focus {
  border-color: #3b5fbf;
  box-shadow: 0 0 0 2px rgba(59, 95, 191, 0.1);
}

.passwrd_bbx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 0;
}

.passwrd_bbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.show_hide span {
  cursor: pointer;
  font-size: 14px;
  color: #000;
  opacity: 0.7;
  display: none;
}

.show_hide span.active {
  display: inline-flex;
}

.passwrd_bbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.show_hide span {
  cursor: pointer;
  font-size: 14px;
  color: var(--Black, #000);

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.show_hide span.active {
  display: inline-block;
}

/* HERO */
.custom_hero_area {
  background: url("https://images.unsplash.com/photo-1507089947368-19c1da9775ae") center/cover;
  padding: 80px 0;
}

.custom_search_box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

/* CARDS */
.custom_card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.custom_card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.loder {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.loder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.loder video {
  height: 100%;
  object-fit: cover;
  object-position: left;
}

/* jab hide karna ho */
.loder.hide {}

.loder.hide {
  animation: loaderFadeOut 0.8s forwards;
}

@keyframes loaderFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }

  50% {
    opacity: 0.6;
    transform: scale(1.05);
    filter: blur(2px);
  }

  100% {
    opacity: 0;
    transform: scale(1.1);
    filter: blur(4px);
    visibility: hidden;
  }
}

.listing_hero_area_mn {
  background: url(../images/listing_bg.png);
  height: 38vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.listing_hero_area .container-fluid {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}

.search_card {
  background: #fff;
  border-radius: 0 20px 20px;
  padding: 21px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
}

.search_item {
  flex: 1;
  border-right: 1px solid #eee;
  padding-right: 15px;
}

.search_item:last-child {
  border-right: none;
}

.search_item label {
  font-size: 13px;
  color: #666;
  margin-bottom: 2px;
  display: block;
  color: var(--Black, #000);

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.6px;
  /* 190% */
}

.search_item input,
.search_item select {
  border: none;
  outline: none;
  width: 100%;
  font-weight: 500;
  color: var(--Black, #000);

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_btn_listing {
  background: #3b5ccc;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.nav-tabs {
  border: none;
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  border: none;
  color: #777;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  color: #69f !important;
  border-bottom: 3px solid #69f;
}

/* responsive */
@media (max-width: 992px) {
  .search_card {
    flex-direction: column;
    align-items: stretch;
  }

  .search_item {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .search_btn_listing {
    width: 100%;
    justify-content: center;
  }
}

.listing_hero_area_mn {
  position: relative;
  display: flex;
  justify-content: center;

  width: 100%;
}

.listing_hero_area_filters .nav-tabs {
  background-color: white;
  width: fit-content;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  margin-bottom: 0;
}

.listing_hero_area_filters {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 100px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 15%);
}

.listing_hero_area_filters .nav-tabs .nav-link {
  color: #717171;
  text-align: center;

  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.6px;
  padding: 13px 25px;
}

.customebx_inp {
  display: flex;
  align-items: center;
}

.customebx_inp input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

.listing_area {
  padding: 88px 0;
}

.listing_area .sec_headding2 {
  text-align: left;
  color: #181a20;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.listing_area .container {
  padding: 0 30px;
}

.listing_area p.par {
  color: #717171;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listing_info h4>span {
  color: var(--Black, #000);

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listing_card {
  position: relative;
}

.cap_spn {
  position: absolute;
  z-index: 2;
  border-radius: 0 40px 40px 0;
  background: var(--Light-Pink, #fcb6b6);
  width: 95px;
  height: 24px;
  color: var(--Black, #000);
  leading-trim: both;
  text-edge: cap;

  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  top: 38px;
}

.cap_spn.active {
  background: var(--Light-Blue, #69f);

  color: white;
}

.listing_area .listing_card>img {
  border-radius: 30px;
  height: 340px;
}

.boat_gallery .container-fluid {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}

.boat_gallery {}

/* Main Image */
.mainSlider {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.mainSlider img {
  width: 100%;
  height: 100%;
  border-radius: 30px;

  object-fit: cover;
}

/* Thumbnails */
.thumbSlider {
  margin-top: -80px;
}

.thumbSlider .swiper-slide {
  width: 120px;
  height: 80px;
  opacity: 1;
  cursor: pointer;
  transition: 0.3s;
}

.thumbSlider .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007aff;
  border-radius: 10px;
}

.thumbSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.thumbSlider {
  width: 100%;
  max-width: 1199.79px;
}

.thumbSlider .swiper-slide {
  height: 132.63px;
  width: 223.16px !important;
  border-radius: 10px;
}

.detail_page_area {
  padding: 45px 200px;
}

.detail_page_area .title {
  color: #181a20;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 9px;
}

.detail_page_area .location {
  color: #6c757d;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Black, #000);

  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.detail_page_area .book_btn {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-flex;
  padding: 11px 27px 11px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Blue, #305eba);
}

.detail_page_area .price h4 {
  color: var(--Blue, #305eba);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.detail_page_area .detail_header {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.detail_page_area .price span {
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detail_page_area .detail_description {
  margin-top: 25px;
}

.detail_page_area .detail_description p {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.detail_page_area h6 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
}

.detail_page_area ul {
  padding-left: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.detail_page_area ul li {
  color: #000;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  list-style: disc;
  margin-bottom: 4px;
}

.amenities_area h4 {
  color: #181a20;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bot_ch_bx {}

.bot_ch_bx span {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 263px;
  justify-content: space-between;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
}

.bot_ch_bx span b {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
  width: 70px;
  white-space: pre;
}

.profile_upload_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.profile_upload_box {
  text-align: center;
  cursor: pointer;
}

.profile_upload_inner {
  width: 120px;
  height: 120px;
  border: 2px dashed #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: auto;
}

.profile_upload_inner:hover {
  border-color: #333;
}

.profile_upload_icon {
  width: 30px;
}

.profile_preview_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.profile_upload_text {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

.gov_id_upload_wrapper {
  width: 100%;
}

.gov_id_upload_label {
  display: block;
  width: 100%;
  cursor: pointer;
}

.gov_id_upload_title {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  line-height: 1.2;
}

.gov_id_upload_box {
  width: 100%;
  min-height: 56px;
  border: 2px dashed #c4c4c4;
  border-radius: 16px;
  background: transparent;
  padding: 20px 70px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.gov_id_file_name {
  font-size: 16px;
  color: #777777;
  line-height: 1.4;
  word-break: break-word;
}

.gov_id_upload_icon_box {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gov_id_upload_box:hover {
  border-color: #9f9f9f;
}

.gov_id_file_name {
  color: #000 !important;
}

.vendor_pricing {
  display: flex;
  gap: 34px;
  margin-top: 25px;
}

.plan_card_wrapper {
  width: 100%;
  cursor: pointer;
  display: block;
}

.plan_radio {
  display: none;
}

.plan_card_box {
  padding: 30px;
  position: relative;
  transition: 0.3s;
  border-radius: 30px;
  background: var(--White, #fff);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.plan_card_box.active {
  border-radius: 30px;
  border: 2px solid var(--Light-Blue, #69f);
  background: var(--White, #fff);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
}

.plan_tick {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #5b8def;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.plan_card_box.active .plan_tick {
  display: flex;
}

.plan_title {
  color: var(--Black, #000);

  font-size: 27.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.6px;
  /* 120.863% */
  margin-bottom: 9px;
}

.plan_price {
  display: flex;
  align-items: center;
  gap: 11px;
}

.plan_price .dollar {
  color: var(--Black, #000);

  font-size: 26.4px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 102.273% */
}

.plan_price .amount {
  font-size: 52px;
  font-weight: 700;
  color: black !important;
}

.plan_price .per {
  color: var(--Black, #000);

  font-size: 15.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.2px;
  /* 123.077% */
  opacity: 0.5;
  width: 30px;
}

.plan_list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.plan_list li {
  margin-bottom: 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--Black, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
}

.plan_list li img {
  width: 32px;
  height: 32px;
}

.listing_hero_area_inner1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 90px;
}

.listing_hero_area_inner1 h1 {
  color: var(--White, #fff);
  text-align: center;

  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Radio hide */
.discover_radio {
  display: none;
}

/* Badge */
.discover_badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--Light-Blue, #69f);
  padding: 5px 14px;
  border-radius: 31px;
  font-size: 14px;
  display: none;
  z-index: 3;
  color: var(--White, #fff);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  opacity: 0;
}

/* Active state */
.discover_area_inner_bx.active {
  border-color: #5b8def;
}

.discover_area_inner_bx.active .discover_badge {
  display: block;
}

.discover_area_inner_bx {
  position: relative;
}

.catogry_select_area .discover_area_inner .discover_area_inner_bx:nth-child(1) {
  max-width: 410px;
}

.catogry_select_area .discover_area_inner .discover_area_inner_bx {
  max-width: 410px;
}

.catogry_select_area .discover_area_inner_bx .image {
  padding-top: 110%;
}

label.discover_area_inner_bx.active {
  border: 5px solid var(--Light-Blue, #69f);
  overflow: visible;
  border-radius: 30px;
}

label.discover_area_inner_bx.active .discover_badge {
  opacity: 1;
}

.catogry_select_area_inner a {
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 19.5px 100px 20.5px 100px;
  margin-top: 60px;
}

.catogry_select_area {
  padding: 70px 0;
}

.custom_input {
  border-radius: 10px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
}

.custom_input:focus {
  box-shadow: none;
}

.custom_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='9' viewBox='0 0 17 9' fill='none'><path d='M8.25005 9.00005C8.05823 9.00005 7.86623 8.92673 7.7198 8.7803L0.219797 1.2803C-0.0732656 0.987234 -0.0732656 0.512672 0.219797 0.219797C0.512859 -0.0730781 0.987422 -0.0732656 1.2803 0.219797L8.25005 7.18955L15.2198 0.219797C15.5129 -0.0732656 15.9874 -0.0732656 16.2803 0.219797C16.5732 0.512859 16.5734 0.987422 16.2803 1.2803L8.7803 8.7803C8.63386 8.92673 8.44186 9.00005 8.25005 9.00005Z' fill='black'/></svg>");

  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;

  padding-right: 45px;
}

/* Dropdown */
.custom_dropdown {
  position: relative;
}

.dropdown_head {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.dropdown_body {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-top: 5px;
  padding: 10px;
  display: none;
  z-index: 10;
}

.dropdown_body label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.add_btn {
  width: 100%;
  border: none;
  background: #4a6cf7;
  color: #fff;
  padding: 8px;
  border-radius: 20px;
  margin-top: 10px;
}

/* Upload */
.upload_grid {
  display: flex;
  gap: 10px;
}

.upload_box {
  width: 90px;
  height: 90px;
  border: 2px dashed #ccc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.upload_box .upload_preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: none;
}

.video_upload_box {
  border-color: #305eba;
  background-color: rgba(48, 94, 186, 0.05);
}

.video_preview_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Button */
.submit_btn {
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 30px;
  background: #305eba;
  color: #fff;
  font-size: 16px;
}

.add_property_area {
  padding: 90px 357px;
}

.amenities_wrapper {
  width: 100%;
}

.amenities_label {
  margin-bottom: 6px;
  color: #666;
  display: block;
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.amenities_head {
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
}

.amenities_dropdown {
  position: relative;
}

.amenities_body {
  display: none;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 15px;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 22;
}

.amenities_list label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  color: #666;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.amenities_list input {
  width: 18px;
  height: 18px;
  accent-color: #000;
}

/* Footer */
.amenities_footer {
  margin-top: 15px;
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
  max-width: 430px;
  height: 40px;
  align-items: center;
}

.amenities_footer input {
  flex: 1;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
  padding: 8px 22px;
  height: 50px;
}

.amenities_footer button {
  color: #fff;
  border: none;
  padding: 7px 32px;
  border-radius: 20px;
  position: absolute;
  right: 6px;
  border-radius: 32px;
  background: var(--Blue, #305eba);
}

.add_property_area .form-label {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}

textarea.custom_input {
  height: auto;
}

.add_property_area .upload_grid {
  display: flex;
  gap: 12px;
  /* flex-wrap: wrap; */
}

.add_property_area .upload_box {
  width: 100%;
  height: 140px;
  border: 2px dashed #ccc;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.upload_icon {
  font-size: 22px;
  color: #777;
}

.upload_preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.property_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px;
  margin-bottom: 15px;
  border-radius: 20px;
  background: var(--White, #fff);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* Left */
.property_left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.property_left img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  object-fit: cover;
}

.property_info h4 {
  margin-bottom: 5px;
  color: var(--Black, #000);
  font-size: 19.4px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.property_info p {
  margin: 0;
  font-size: 13px;
  color: #666;
  display: flex;
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
}

.property_info .url {
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.property_info .url a {
  color: #305eba;
  text-decoration: none;
}

/* Right */
.property_right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.your_listing_area .price {
  color: var(--Black, #000);
  leading-trim: both;
  text-edge: cap;

  font-size: 27.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.your_listing_area .price span {
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Actions */
.your_listing_area .actions {
  display: flex;
  gap: 30px;
  border-left: 1px solid #ddd;
  padding-left: 40px;
  padding-right: 25px;
}

.icon_btn {
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}

.your_listing_area {
  padding: 40px 215px;
}

.upload_lab {
  font-weight: 700 !important;
  color: black !important;
  font-size: 18px !important;
  margin-bottom: 11px !important;
}

.captain_option_group {
  display: flex;
  gap: 25px;
  align-items: center;
}

.captain_option {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.captain_option input {
  display: none;
}

/* Circle */
.captain_option .circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Checked style */
.captain_option input:checked+.circle {
  background: #000;
  border-color: #000;
}

.captain_option input:checked+.circle::after {
  content: "✓";
  color: #fff;
  font-size: 10px;
}

/* Text */
.captain_option .text {
  color: #666;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Active text */
.captain_option input:checked~.text {
  color: #000;
  font-weight: 500;
}

.a_none {
  text-decoration: none;
}

.a_none:hover {
  color: white;
}

.profile_area {
  padding: 87px 0 122px;
  position: relative;
}

.profile_area::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/flamingo_vactor2.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  width: 182px;
  height: 353px;
  z-index: -1;
}

.profile_area_inner {
  border-radius: 55px;
  background: #fffbfb;
  padding: 62px 80px 80px;
  border: 1px solid #00000017;
}

.profile_area_inner .image {
  margin: auto;
  width: fit-content;
  display: flex;
}

.profile_area_inner .image img {
  width: 185px;
  height: 185px;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 230px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.profile_area_inner label {
  color: #666;

  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
}

.profile_area_inner .form-control {
  border-radius: 15px;
  height: 56px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  background-color: transparent;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  border: 1px solid rgba(102, 102, 102, 0.35);
}

.profile_area_inner .form-control:focus {
  box-shadow: none;
  border-color: #86b7fe;
}

.ulpod_profile {
  background-color: var(--Light-Blue, #69f);
  width: 61px;
  display: flex;
  height: 61px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.profile_area_inner .image {
  position: relative;
}

/* Profile */
.profile_dropdown {
  position: relative;
}

.profile_trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.profile_trigger img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.profile_trigger span {
  color: #181a20;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Dropdown */
.dropdown_menu {
  position: absolute;
  top: 180%;
  left: 0;
  background: #f4f4f4;
  padding: 15px 13px 27px 21px;
  border-radius: 20px;
  width: 160px;
  flex-direction: column;
  border-radius: 0 18px 18px 18px;
  border: 1px solid rgba(102, 102, 102, 0.35);
  background: #fff;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.dropdown_menu a {
  text-decoration: none;
  padding: 8px 10px 8px 7px;
  position: relative;
  color: #181a20;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.dropdown_menu a.active {
  color: #2f5bd3 !important;
  opacity: 1;
}

.dropdown_menu a::before {
  position: absolute;
  left: -10px;
  content: "";
  height: 100%;
  width: 5px;
  background-color: #2f5bd3;
  border-radius: 20px;
  opacity: 0;
}

.dropdown_menu a.active::before {
  opacity: 1;
}

.dropdown_menu a:hover::before {
  opacity: 1;
}

.profile_dropdown:hover .dropdown_menu a:hover {
  color: #2f5bd3 !important;
  opacity: 1;
}

@media (min-width: 769px) {
  .profile_dropdown:hover .dropdown_menu {
    display: flex;
    opacity: 1;
    transform: translateY(0);

    visibility: visible;
  }
}

#previewModal .close_btn {
  background: red;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.upload_box_new {
  border: 1px dashed #ccc;
  padding: 12px 15px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upload_box_new span {
  font-size: 14px;
}

.upload_actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

#viewBtn {
  background: #2f5bd3;
  color: #fff;
  border: none;
  padding: 5px 12px;
  border-radius: 20px;
  cursor: pointer;
}

#viewBtn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.upload_icon {
  cursor: pointer;
  font-size: 18px;
}

/* Modal */
.custom_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal_content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}

.close_btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

#previewContainer img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}

#previewContainer iframe {
  width: 100%;
  height: 400px;
}

._blog_search_bx {
  width: 100%;
  width: 100%;
  max-width: 444px;
  border-radius: 19px;
  background: #f7f7f7;
  position: relative;
  display: flex;
  align-items: center;
}

._blog_search_bx input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 18px 24px;
}

.blog_area {
  padding: 70px 0;
}

.blog_area_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

._blog_search_bx .search {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  background: var(--Blue, #305eba);
  display: flex;
  align-items: center;
  justify-content: center;
}

._blog_search_bx .search img {
  width: 20px;
}

.blog_area_inner h2 {
  color: var(--Black, #000);
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog_card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  margin-bottom: 30px;
}

.blog_card:hover {
  transform: translateY(-5px);
}

/* Image */
.blog_img img {
  width: 100%;
  height: 369.74px;
  object-fit: cover;
  border-radius: 20px;
}

/* Content */
.blog_content {
  padding: 15px;
}

.blog_content .date {
  font-size: 13px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 18px;
}

.blog_content h4 {
  color: var(--Black, #000);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 12px;
}

.blog_content p {
  color: var(--Black, #000);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.5;
}

/* Button */
.view_btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #2f5bd3;
  color: #2f5bd3;
  text-decoration: none;
}

.blog_details_hero_area .container-fluid {
  padding: 30px;
  width: 100%;
  max-width: 100%;
}

.blog_details_hero_area {
  position: relative;
}

.blog_details_hero_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 80vh;
  border-radius: 30px;
}

.blog_details_area {
  padding: 47px 200px 107px;
}

.blog_details_area h2 {
  color: #181a20;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.blog_details_area .date {
  color: var(--Black, #000);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0 24px;
}

.blog_details_area p {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-top: 5px;
}

.blog_details_area h3 {
  color: #181a20;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
}

.blog_details_area ol {
  padding-left: 19px !important;
  margin-top: 11px;
}

.blog_details_area ol li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  list-style: disc;
}

.blog_details_area h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 0;

  margin-top: 11px;
}

.painaction_custome .btn_cm {
  display: flex;
  width: 100px;
  height: 48px;
  padding: 14px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 47px;
  background: var(--Blue, #305eba);
  color: white;
}

.painaction_custome {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.painaction_custome ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.painaction_custome ul li {
  border-radius: 100px;
  background: #f7f7f7;
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.custom_modal {
  z-index: 33;
}

.privacy_area {
  padding: 70px 65px;
}

.privacy_area_inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}

.privacy_area_inner h3 {
  color: #181a20;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.privacy_area_inner h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

.privacy_area_inner ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  list-style: disc;
}

.privacy_area_inner ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.vac_contact_section {
  background: #f3f4f6;
  padding: 80px 0;
}

.vac_contact_left h2 {
  color: #181a20;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.vac_contact_left p {
  color: var(--Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-bottom: 25px;
}

.vac_contact_info span {
  display: block;
  color: var(--Black, #000);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.vac_contact_info strong {
  display: block;
  color: var(--Black, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 136.364% */
  margin-bottom: 15px;
}

.vac_form_box {
  padding: 51px 36px;
  border-radius: 39px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  background: #fff;
}

.vac_form_box input,
.vac_form_box textarea {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  padding: 10px 12px;
}

.vac_form_box input:focus,
.vac_form_box textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #3b82f6;
}

.vac_submit_btn {
  background: #3b5fc9;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 30px;
  width: 100%;
  font-weight: 500;
  transition: 0.3s;
}

.vac_submit_btn:hover {
  background: #2f4fb0;
}

.vac_label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 5px;
}

.contact_us_area_inner {
  border-radius: 56px;
  background: #fafafa;
  padding: 87px 56px;
}

.contact_us_area {
  padding: 60px 0;
}

.hero_aboutpg .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  gap: 24px;
}

.hero_aboutpg .buttons .commen_btn {
  border-radius: 9999px;
  background: var(--Blue, #305eba);
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.hero_aboutpg .buttons .commen_btn2 {
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero_aboutpg .hero_area_inner {
  background: url(../images/listing_bg.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 590px;
}

.our_story_area {
  background: #fbfdff;
  padding: 90px 0;
}

.time.our_story_area {
  background: #f5f7fb;
  padding: 80px 0;
  font-family: "Inter", sans-serif;
}

.our_story_header h2 {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}

.our_story_header p {
  color: var(--Text-Colour-3, #808080);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  max-width: 657px;
  margin: 20px auto 40px;
  margin-top: 8px;
}

/* TIMELINE */
.story_timeline {
  position: relative;
  margin-top: 60px;
}

/* center line */
.story_timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #fbfdff;
  background: linear-gradient(90deg,
      rgba(251, 253, 255, 1) 0%,
      rgba(102, 153, 255, 1) 50%,
      rgba(251, 253, 255, 1) 100%);
}

/* row */
.story_row {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

/* reverse row */
.story_row.reverse {
  flex-direction: row-reverse;
}

/* left & right */
.story_left,
.story_right {
  width: 50%;
  padding: 0 40px;
}

/* center dot */
.story_center {
  width: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}

.story_center span {
  width: 12px;
  height: 12px;
  background: #4c7cf3;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 2;
}

/* card */
.story_card {
  padding: 32px;
  border-radius: 14px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
  max-width: 370px;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(25, 28, 30, 0.04);
}

/* headings */
.story_left h6,
.story_right h6 {
  color: var(--Light-Blue, #69f);
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.story_left h4,
.story_right h4 {
  color: #191c1e;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

/* alignments */
.story_row:not(.reverse) .story_left {
  text-align: right;
}

.story_row.reverse .story_right {
  text-align: left;
}

.story_row.reverse .story_card {
  margin-left: auto;
}

.story_right h6 {
  text-align: left;
}

.story_right h4 {
  text-align: left;
}

.mission_vision_area {
  padding: 90px 0;
}

.mv_card {
  padding: 50px 40px;
  border-radius: 30px;
  height: 100%;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mission_card {
  background: #3f63b8;
  color: #fff;
}

.vision_card {
  color: #111;
  border-radius: 53px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
}

.mv_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 25px;
}

.mv_icon.dark {
  background: #000;
  color: #fff;
}

.mv_card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mv_card p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 420px;
}

/* Default Light Card */
.mission_card {
  border-radius: 53px;
  background: var(--Blue, #305eba);
}

/* Icon default */
.mission_card .mv_icon {
  /* background: #e0e0e0; */
  color: #000;
  transition: all 0.4s ease;
}

/* HOVER STATE (Image wala blue) */
.mission_card:hover {
  background: #4a67b3;
  /* same blue tone */
  color: #fff;
}

/* Text color on hover */
.mission_card:hover h3,
.mission_card:hover p {
  color: #fff;
}

/* Icon hover */
.mission_card:hover .mv_icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

@media (max-width: 768px) {
  .mv_card {
    padding: 35px 25px;
  }
}

/* responsive */
@media (max-width: 768px) {
  .story_timeline::before {
    left: 20px;
  }

  .story_row {
    flex-direction: column;
    align-items: flex-start;
  }

  .story_left,
  .story_right {
    width: 100%;
    padding: 0 0 0 50px;
    margin-bottom: 15px;
    text-align: left !important;
  }

  .story_center {
    position: absolute;
    left: 0;
  }

  .story_row.reverse {
    flex-direction: column;
  }
}

/* div#pageLoader {
  display: none !important;
} */

.why_us_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.why_us_card {
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.why_us_card h4 {
  color: #191c1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.why_us_card p {
  color: #414753;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

@media (max-width: 767px) {
  .why_us_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .why_us_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.our_team img {
  border-radius: 38px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), rgba(255, 255, 255, 0);
  background-blend-mode: saturation, normal;
  margin-bottom: 16px;
}

.our_team h4 {
  color: #191c1e;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.our_team span {
  color: #005bad;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  display: inline-block;
}

.our_team {
  text-align: center;
}

.accordion-button {
  display: flex;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #191c1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none;
}

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

.accordion-item {
  border: none;
  margin-bottom: 26px;
  border-radius: 16px;
  border: 1px solid rgba(193, 198, 213, 0.1);
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.accordion-body {
  color: #414753;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 32px;
  padding-top: 0px;
}

.still-have-questions {
  background: url(../images/faq-contact-cta.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
}

.left-part-questions p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
}

.left-part-questions h4 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.4px;
}

.right-part-questions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: end;
  flex: 1;
}

.left-part-questions {
  flex: 1;
}

.right-part-questions a {
  border-radius: 9999px;
  background: var(--Blue, #305eba);
  display: inline-block;
  padding: 21px 52.41px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.contact-support-btn {
  background: #fff !important;
  color: #000 !important;
}

@media (max-width: 1120px) {
  .still-have-questions {
    padding: 30px;
    gap: 40px;
  }

  .still-have-questions br {
    display: none;
  }

  .right-part-questions a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .still-have-questions {
    padding: 40px 20px;
    gap: 40px;
    flex-direction: column;
  }

  .right-part-questions {
    justify-content: center;
    gap: 20px;
  }

  .right-part-questions a {
    width: 100%;
  }

  .left-part-questions h4 {
    font-size: 36px;
    letter-spacing: -1.4px;
  }

  .left-part-questions p {
    font-size: 16px;
  }
}

/* SaaS Toast Notification */
.saas-toast {
  position: fixed;
  top: 2rem;
  right: 2rem;
  background: #111827;
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 10000;
  min-width: 300px;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.saas-toast.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.toast-content {
  font-weight: 500;
}

.text-success {
  color: #10b981 !important;
}

.text-danger {
  color: #ef4444 !important;
}

/* Categorized Amenities Selector */
.amenity_category_group {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
}

.amenity_category_title {
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.25rem;
  display: block;
}

.amenity_items_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.5rem;
}

.amenities_list label {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  transition: background 0.2s;
  cursor: pointer;
  margin: 0 !important;
}

.amenities_list label:hover {
  background: #f3f4f6;
}

.amenities_list input[type='checkbox'] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* Enhanced Amenities Dropdown */
.amenities_body {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
  margin-top: 5px;
}

.amenities_body::-webkit-scrollbar {
  width: 6px;
}

.amenities_body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.amenities_body::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

.amenities_body::-webkit-scrollbar-thumb:hover {
  background: #9ca3af;
}

.amenity_category_title {
  position: sticky;
  top: -15px;
  /* Adjust based on parent padding */
  background: #fff;
  z-index: 10;
  padding-top: 5px;
}

.amenities_search_wrapper {
  position: sticky;
  top: -15px;
  background: #fff;
  z-index: 20;
  padding-bottom: 5px;
}

/* Premium Amenities Footer */
.amenities_footer {
  padding: 15px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: sticky;
  bottom: 0;
  z-index: 20;
}

.amenities_footer input,
.amenities_footer select {
  border: 1px solid #d1d5db !important;
  box-shadow: none !important;
  font-size: 13px !important;
  height: 38px !important;
  border-radius: 8px !important;
}

.amenity_add_actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.btn_cat_toggle {
  background: none;
  border: 1px dashed #9ca3af;
  color: #6b7280;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 6px;
  cursor: pointer;
  align-self: flex-start;
}

.btn_cat_toggle:hover {
  border-color: #3b82f6;
  color: #3b82f6;
}

/* Fix Amenities Footer Spacing and Overlaps */
.amenities_list {
  padding-bottom: 20px;
  /* Space before footer */
}

.amenities_footer {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding: 15px !important;
  background: #fdfdfd;
  position: relative !important;
  /* Ensure it's not overlapping */
  clear: both;
}

.amenities_footer label {
  position: relative !important;
  display: block !important;
  margin-bottom: 6px !important;
  z-index: 1;
}

#catSelectionWrapper {
  margin-top: 12px;
  border-top: 1px dashed #e5e7eb;
  padding-top: 10px;
}

.btn_cat_toggle {
  background: #3b82f6 !important;
  color: #fff !important;
  border: none !important;
  font-size: 10px !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
  transition: all 0.2s;
}

.btn_cat_toggle:hover {
  background: #2563eb !important;
  transform: translateY(-1px);
}

/* Booking URL Button Hover */
.booking-url-btn:hover {
  background: #2563eb !important;
  color: #fff !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

/*==============================
	Pagination
==============================*/
.pagination {
  gap: 8px;
}

.pagination .page-item .page-link {
  border-radius: 8px !important;
  border: 1px solid #eee;
  color: #181a20;
  padding: 8px 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
}

.pagination .page-item.active .page-link {
  background: #305eba;
  border-color: #305eba;
  color: #fff;
  box-shadow: 0 4px 10px rgba(48, 94, 186, 0.3);
}

.pagination .page-item .page-link:hover:not(.active) {
  background: #f8f9fb;
  border-color: #305eba;
  color: #305eba;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  background: #f8f9fb;
}

/* Media Upload Removal Icon */
.upload_box {
  position: relative !important;
}

.remove_file {
  position: absolute;
  top: 0px;
  right: -3px;
  width: 26px;
  height: 26px;
  background: #ff4d4d;
  color: white;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  line-height: 1;
  padding-bottom: 2px;
}

.remove_file:hover {
  background: #ff1a1a;
  transform: scale(1.1);
}

.notifications_area .notifc-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.notifications_area .notifc-heading h2 {
  font-size: 22px;
  color: #333;
}

.notifications_area .mark-read {
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
}

.notifications_area .notification-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.notifications_area .notification {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  cursor: pointer;
  border-left: 4px solid transparent;
}

.notifications_area .notification:hover {
  transform: translateY(-2px);
}

/* Unread */
.notifications_area .notification.unread {
  border-left: 4px solid #007bff;
  background: #eef5ff;
}

.notifications_area .icon {
  width: 40px;
  height: 40px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.notifications_area .content {
  flex: 1;
}

.notifications_area .content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.notifications_area .content span {
  font-size: 12px;
  color: #888;
}

/* Different icons color */
.notifications_area .success {
  background: #28a745;
}

.notifications_area .warning {
  background: #ffc107;
  color: #000;
}

.notifications_area .danger {
  background: #dc3545;
}

/* Responsive */
@media(max-width: 600px) {

  .notifications_area .notification {
    padding: 12px;
  }
}


.list_pro_pg::before {
  position: absolute;
  height: 200px;
  width: 103px;
  background: url(../images/flamingo_vactor.svg);
  content: "";
  right: 130px;
  bottom: 0;
}

.list_pro_pg {
  padding-bottom: 225px !important;
  overflow: visible !important;
  position: relative;
}

.how_it_works_section {
  padding: 90px 0 90px;
  background: #FBFDFF;
}

.how_it_works_section .container {
  max-width: 1060px;
}

.how_it_works_title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #202124;
  margin-bottom: 54px;
}

.how_it_works_steps {
  position: relative;
}

.how_it_works_line {
  position: absolute;
  top: 46px;
  left: 16%;
  right: 14%;
  height: 1px;
  background: #b7d2ef;
  width: 68%;
}

.how_it_works_card {
  position: relative;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 0;
}

.how_it_works_number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0866c6;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 20px;
  box-shadow: 0 10px 20px rgba(8, 102, 198, 0.22);
  position: relative;
  z-index: 1;
}

.how_it_works_card h3 {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #222222;
  margin-bottom: 10px;
}

.how_it_works_card p {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: #6b6f76;
  max-width: 265px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .how_it_works_section {
    padding: 58px 0 68px;
  }

  .how_it_works_title {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .how_it_works_line {
    left: 18%;
    right: 18%;
  }

  .how_it_works_card {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .how_it_works_section {
    padding: 50px 0 60px;
  }

  .how_it_works_title {
    font-size: 28px;
    margin-bottom: 34px;
  }

  .how_it_works_steps .row {
    row-gap: 36px !important;
  }

  .how_it_works_line {
    display: none;
  }

  .how_it_works_number {
    margin-bottom: 18px;
  }

  .how_it_works_card h3 {
    font-size: 20px;
  }
}


.discover_area.proper_pg .discover_area_inner .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 230px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.69);
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
  padding: 32px;
  transform: translateY(200%);
}

.discover_area.proper_pg .discover_area_inner_bx h3 {
  transition: all ease 0.5s;

}

.discover_area.proper_pg .discover_area_inner_bx:hover .content {
  transform: translateY(0%);
}

.discover_area.proper_pg .discover_area_inner_bx:hover h3 {

  transform: translateY(-200px);
  opacity: 0;
}

.discover_area.proper_pg .discover_area_inner .content span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(6px);
  display: flex;
  padding: 4px 12px;
  width: fit-content;
}

.discover_area.proper_pg .discover_area_inner .content h4 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 120% */
  margin-top: 6px;
}

.discover_area.proper_pg .discover_area_inner .content p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  width: 309px;
}

.add_button {
  border-radius: 52px;
  background: var(--Blue, #305eba);
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-top: 17px;
}

.propert_faq h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.property-stats-section {
  background: #305EBA;
  padding: 80px 0 80px;
}

.propert_faq {
  padding: 90px 0;
}

.property-cta-section {
  padding: 0 0 90px;
}

.property-cta-box {
  border-radius: 50px;
  background: #0074D9;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  padding: 90px 20px 90px;
}

.property-cta-box h2 {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  /* 100% */
}

.property-cta-box p {
  max-width: 680px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.5px;
  /* 162.5% */
  line-height: 1.7;
}

.property-cta-btn {
  min-width: 170px;
  margin: 28px auto 0;
  color: #005BAD;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
  border-radius: 9999px;
  background: #FFF;
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  width: fit-content;

  transition: all ease 0.3s;
}

.property-cta-btn:hover {
  color: #1f64be;
  transform: translateY(-2px);
}

.property-stat-item {
  text-align: center;
  color: #ffffff;
}

.property-stat-item h2 {
  margin: 0 0 6px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.property-stat-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991.98px) {
  .property-stats-section {
    padding: 42px 0 36px;
  }

  .property-stat-item h2 {
    font-size: 42px;
  }
}

@media (max-width: 767.98px) {
  .property-cta-section {
    padding: 0 0 70px;
  }

  .property-cta-box {
    border-radius: 24px;
    padding: 40px 18px;
  }

  .property-cta-box h2 {
    font-size: 28px;
  }

  .property-cta-box p {
    font-size: 14px;
    line-height: 1.6;
  }

  .property-cta-btn {
    width: 100%;
    max-width: 240px;
    font-size: 15px;
  }

  .property-stat-item h2 {
    font-size: 36px;
  }

  .property-stat-item p {
    font-size: 12px;
    letter-spacing: 1.6px;
  }
}


.vm_pricing_sec{
	padding:100px 0;
	background:#f7f8fc;
}

.vm_pricing_heading{
	margin-bottom:60px;
}

.vm_pricing_heading h2{
	font-size:52px;
	font-weight:700;
	color:#111827;
	margin-bottom:15px;
}

.vm_pricing_heading p{
	max-width:720px;
	margin:auto;
	font-size:18px;
	line-height:1.7;
	color:#6b7280;
}

.vm_price_card{
	background:#fff;
	border-radius:26px;
	padding:12px 22px;
	position:relative;
	height:100%;
	border:1px solid #e7ebf3;
	transition:0.4s;
	overflow:hidden;
}

.vm_price_card:hover{
	transform:translateY(-6px);
	box-shadow:0 15px 45px rgba(0,0,0,0.08);
}

.vm_price_active{
	background:linear-gradient(180deg,#eef5ff 0%, #ffffff 55%);
	border:1px solid #1677ff;
}

.vm_spotlight_card{
	background:linear-gradient(180deg,#eef7ff 0%, #ffffff 60%);
}

.vm_plan_badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 16px;
	background:#f3f4f6;
	border-radius:40px;
	font-size:12px;
	font-weight:700;
	color:#111827;
	margin-bottom:22px;
}

.vm_price_top{
	display:flex;
	align-items:flex-end;
	gap:5px;
	margin-bottom:18px;
}

.vm_price_top h3{
	font-size:54px;
	font-weight:800;
	line-height:1;
	margin:0;
	color:#111827;
}

.vm_price_top span{
	font-size:15px;
	color:#6b7280;
	padding-bottom:8px;
}

.vm_price_desc{
	font-size:15px;
	line-height:1.7;
	color:#6b7280;
	min-height:70px;
	margin-bottom:24px;
}

.vm_price_btn{
	width:100%;
	height:54px;
	border-radius:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	background:#f3f4f6;
	color:#111827;
	font-size:15px;
	font-weight:600;
	margin-bottom:28px;
	transition:0.3s;
}

.vm_price_btn:hover{
    background: var(--Blue, #305eba);
	color:#fff;
}

.vm_price_btn.active_btn{
    background: var(--Blue, #305eba);
	color:#fff;
}

.vm_price_features h4{
	font-size:16px;
	font-weight:700;
	color:#111827;
	margin-bottom:18px;
}

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

.vm_price_features ul li{
	position:relative;
	padding-left:28px;
	font-size:15px;
	line-height:1.7;
	color:#4b5563;
	margin-bottom:14px;
}

.vm_price_features ul li::before{
	content:"✓";
	position:absolute;
	left:0;
	top:1px;
	width:18px;
	height:18px;
	border-radius:50%;
	border:1px solid #cbd5e1;
	font-size:11px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#1677ff;
	font-weight:700;
}

.vm_popular_tag{
	position:absolute;
	top:18px;
	right:18px;
	background:#1677ff;
	color:#fff;
	font-size:11px;
	font-weight:700;
	padding:7px 14px;
	border-radius:30px;
}

@media(max-width:991px){

	.vm_pricing_sec{
		padding:70px 0;
	}

	.vm_pricing_heading h2{
		font-size:38px;
	}

	.vm_price_top h3{
		font-size:44px;
	}

}

@media(max-width:767px){

	.vm_pricing_heading h2{
		font-size:30px;
	}

	.vm_pricing_heading p{
		font-size:16px;
	}

	.vm_price_card{
		padding:20px;
	}

	.vm_price_top h3{
		font-size:38px;
	}

}