/* Reset and global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:root {
  --main-color: #4d6473;
  --secondary-color: #4bb2c9;
  --accent-color: #ffffff;
  --text-color: #010710;
  --primary-color: #4BB2C9;

}

.common-btn-with-no-bg,
.common-btn-with-bg {
  padding: 14px 39px;
  font-size: 14.35px;
  font-weight: 500;
  color: white;
  background: #60B4E0;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-size: 14.35px;
  font-weight: 500;
  transition: all 0.5s ease;

  &:hover {
    background-color: white;
    transform: scale(1.02);
    color: #0107108F;
    border: 1px solid #0107108F;
  }
}

.common-btn-with-no-bg {
  background: white;
  color: #0107108F;
  padding: 14px 20px;
  border: 1px solid #0107108F;

  &:hover {
    color: white;
    background: #60B4E0;
    transform: scale(1.02);
    border: none;
  }
}
}




body {
  width: 100%;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

button {
  outline: none;
}

a {
  text-decoration: none !important;
}

.nav ul li {
  list-style: none !important;
}

/* Typography */
h1,
h2,
h3,
h4,
h5 {
  font-family: "DM Serif Text", serif;
}

ol,
ul {
  padding: unset;
}

/* global css */
.container-custom {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fx-ac {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.fx-jb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fx-jc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fx-ae {
  align-items: flex-end;
}

.fx-je {
  justify-content: flex-end;
}

.fx-js {
  justify-content: flex-start;
}

.fx-start {
  align-self: self-start;
}

.f-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fx-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fx-grow {
  flex-grow: 1;
}

.highlights_texts {
  color: var(--secondary-color);
  ;
}

main.main {
  margin-top: 81px;
}

/* ++++++++++++ Header ++++++++++  */
/* Header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: white;
  box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .08);
}

.header nav.nav {
  display: flex;
  align-items: center;
  min-height: 81px;
  justify-content: space-between;
}

.main-nav {
  max-width: 1600px;
  height: 85px;
  padding: 10px 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav .logo {
  width: 62px;
  height: auto;
}

.navbar-ul {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 24px;
  white-space: nowrap;
}

.nav ul li a {
  /* color: var(--main-color); */
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  transition: 0.3s ease-in;
  position: relative;
}

.nav ul li a:hover {
  color: var(--secondary-color);
}

.nav ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
}

.dropdown .dropdown-menu a:hover::after {
  display: none;
}

.nav ul li .active {
  color: var(--secondary-color);
  position: relative;
}

.nav ul li .active::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
}

.nav-btn {
  padding: 13px 53px;
  color: #ffffff !important;
  margin-right: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  background-color: #5DB5E3;
  transition: 0.2s ease-in;
}

.nav-btn1 {
  padding: 11px 30px;
  /* color: #2d0909; */
  margin-right: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: 2px solid #7877B7;
  background-color: #7877B7;
  border-radius: 10px;
  transition: 0.2s ease-in;
}

.nav-btn1:hover {
  background-color: white;
  color: black;
}

.nav-btn-sm {
  display: none;
}

.nav-btn:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

/* Header Hero section  */
@keyframes rotateBackground {
  0% {
    background-image: url('../media/image 4.webp');
  }

  25% {
    background-image: url('../media/image-1.webp');
  }

  50% {
    background-image: url('../media/image-2.webp');
  }

  75% {
    background-image: url('../media/image-3.webp');
  }

  100% {
    background-image: url('../media/Heroimg.svg');
  }
}

.Herosection {
  background-image: url('../media/home-images/Home_Image_v1-1-rander-size-.webp');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  /* animation: rotateBackground 20s infinite;
  transition: background-image 1s ease-in-out;  */
}


.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.main-hero {
  margin: 0 auto;
  max-width: 1600px;
}

.Herosection .hero-content {
  max-width: 780px;
  justify-content: center;
  padding: 74px 0;
}

section.wedding-realm {
  padding: 80px 0 97px;
}

.hero-content .sm-heading {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  padding: 5px 32px;
  border-radius: 2px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4bb2c926;
  letter-spacing: 0.33em;
  text-align: left;
}

.hero-content h2 {
  font-size: 39px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 58px;
}

.hero-content h2 span {
  color: #7975B6;
}

.hero-content p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
}

.looking-for {
  display: flex;
  align-items: center;
  gap: 22px;
}


.or {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  padding-left: 20px;
}

.hero-inputs {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 17px;
  position: relative;
}


.input {
  padding: 14px 23px;
  background-color: #C2E4F8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  height: 50px;
  position: relative;
  flex: 1;
  cursor: pointer;
}

.search.input.business_field {
  background-color: #AEBBDF;
}

.inputb {
  padding: 14px 23px;
  background-color: #23627117;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  height: 50px;
  flex: 1;
  display: flex;
  gap: 4px;
}


.input select,
.input input,
.input span {
  width: 100% !important;
  height: 100% !important;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
}


.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

select2-selection__arrow b {
  left: 10px o !important;
}

.inputb input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #0107108f;
}

.input>p {
  font-size: 14px;
  font-weight: 400;
  color: #0107108f;
}

/* .looking_for {
  color: black;

} */

.submit_btn {
  background-color: transparent;
  border: none;
  outline: none;
}

.submit_btn i {
  font-size: 14px;
  color: black;
}


.inp-btn {
  margin-top: 26px;
  border: none;
}

/* --- drop downs for inputs ---  */
.looking-for-drop-down,
.near-for-drop-down {
  position: absolute;
  top: 50px;
  display: none;
  left: 0;
  width: 100%;
  background-color: #fdfdfd;
  max-height: 200px;
  z-index: 800;
  overflow-y: scroll;

}

.select2-selection__rendered {
  padding-bottom: 30px !important;
  display: inline-block;
}

.select2-selection__rendered {
  line-height: 20px !important;
}

.main-or {
  margin: 20px 0px;
  display: block;
  position: relative;
}

.main-or::before {
  content: '';
  position: absolute;
  top: -19px;
  left: 29px;
  background-color: #4D647338;
  width: 2px;
  height: 20px;
}

.main-or::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 29px;
  background-color: #4D647338;
  width: 2px;
  height: 20px;
}

.main-input-sec {
  display: flex;
  /* align-items: center; */
  gap: 22px;
}

.sec5looking-for-drop-down {
  z-index: 100;
}

.near-for-drop-down {
  z-index: 100;

}

.sec5looking-for {
  z-index: 100;
  cursor: pointer;
}

.near-for-drop-down {
  cursor: pointer;
  z-index: 100;
}

.looking-for-drop-down input,
.near-for-drop-down input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.looking-for-drop-down ul li,
.near-for-drop-down ul li {
  padding: 7px;
  font-size: 14px;
  color: #0107108f;
  font-weight: 400;
}

#chevlookingforU,
#chevnearforU {
  display: none;
}

/* ================================== Home Section 1 =======================  */

.section {
  padding: 80px 120px;
}

.home-sec1 {
  max-width: 1600px;
  margin: 0px auto;
}

.sec1-heading {
  text-align: center;
}

.sec1-heading h2 {
  font-size: 45px;
  font-weight: 400px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.sec1-heading h2 img {
  position: absolute;
  right: -18px;
  top: 7px;
}

.main-sec1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 31px;
  flex-wrap: wrap;
}

.main-sec1 .sec1-card {
  width: 400px;
  min-height: 144px;
  background-color: #f0f5f7;
  display: flex;
  border-radius: 10px;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 17px;
  gap: 15px;
}

.sec1-card img {
  width: auto;
  height: auto;
  padding: 2px 0;
}

.sec1-card p {
  padding: 7px;
  background-color: white;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: black;
}

/* ================================== Home Section 2 =======================  */

.home-sec2 {
  max-width: 1600px;
  margin: 0px auto;
}

.sec2-heading {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-sec2-title {
  background: #4bb2c926;
  padding: 5px 24px;
  font-size: 14px;
  font-weight: 400;
  max-width: 195px;
  letter-spacing: 0.33em;
  border-radius: 2px;
  margin-bottom: 17px;
}

.sec2-heading h2 {
  font-size: 45px;
  font-weight: 400px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.sec2-heading h2 span {
  color: #4bb2c9;
}

.vd-about .sec2-heading h1 span {
  color: #4bb2c9;
}

.vdr-btns h3 span {
  color: #4bb2c9;
}

.sec2-heading .sec2sm-heading {
  font-size: 16px;
  font-weight: 400;
  color: #7d8187;
}

.homemainsec2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  margin: 51px 0;
  gap: 20px;
}

.hsec2-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 380px;
  border-radius: 0rem 3rem 0rem 0rem;
}

.hsec2-card:hover .sec2card-layer {
  top: 0;
  transform: scale(1);
}

.hsec2-card img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec2-texts {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  left: 11px;
}

.sec2-texts h5 {
  font-size: 18px;
  font-weight: 400;
  color: white;
  margin-bottom: 7px;
  transition: 0.2s ease-in;
}

.sec2-texts p {
  font-size: 13px;
  font-weight: 400;
  color: #b1b1b1;
  transition: 0.2s ease-in;
}

.hsec2-card:hover .sec2-texts p {
  color: white;
}

.hsec2-card:hover .sec2-texts h5 {
  color: #4BB2C9;
}

.sec2card-layer {
  position: absolute;
  top: 0%;
  transform: scale(0);
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 5;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.4%, #000000 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    linear-gradient(0deg, rgba(19, 89, 104, 0.8), rgba(19, 89, 104, 0.8));
  justify-content: center;
  transition: 0.2s ease-in;
  cursor: pointer;
}

.sec2card-layer a {
  border: 0.91px solid #4bb2c9;
  padding: 14px 24px;
  border-radius: 2px;
  color: #fff;
  font-family: Poppins;
  font-size: 14.59px;
  font-weight: 500;
  line-height: 21.88px;
  text-align: center;
  width: 85%;
}

.hsec2-instnt {
  text-align: center;
  background: #5DB5E3;
  padding: 35px 20px;
  border-radius: 1rem;
  width: 100%;
  margin: 97px 0;
}

.hsec2-instnt h3 {
  font-size: 35px;
  font-weight: 400;
  color: white;
}

.Hsec2-buttons-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  gap: 23px;
}

.Hsec2-buttons-main a {
  width: 100%;
  background-color: #2662781A;
  padding: 28px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px 20px 2px 2px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #266278;
}

.Hsec2-buttons-main .bt-active {
  background: #266278;
  color: white;
}

.Hsec2-buttons-main>.active_button {
  background: #4bb4ca;
  color: white;

}




.home-sec3 {
  position: relative;
  max-width: 1600px;
  margin: 0px auto;
}

.sec3overl {
  position: absolute;
  top: 0;
  left: -50px;
  width: 160px;
  height: 100%;
  z-index: 20;
  background: linear-gradient(70deg, #FFFFFF 31.8%, rgba(255, 255, 255, 0) 95.14%);

}

.sec3overlr {
  position: absolute;
  top: 0;
  right: 0px;
  width: 160px;
  height: 100%;
  z-index: 20;
  background: linear-gradient(70deg, #FFFFFF 31.8%, rgba(255, 255, 255, 0) 95.14%);
  transform: rotate(180deg);

}

.swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 50px !important;

}

.swiper-wrapper {
  margin: 70px 0;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px !important;
  margin-top: 45px;
  background-color: white;
  padding: 20px;
  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
}

.swiper-pagination-bullet {
  background-color: var(--primary-color) !important;
}

.swp-line {
  width: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  height: 100%;
  background: #4BB2C9;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide .swp-head {
  display: flex;
  align-items: center;
  gap: 21px;
}

.swp-head div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.swp-img img {
  width: 56px;
  height: 56px;
  border-radius: 2rem;
  border: 6px solid #c9e8ef;
}

.Huser-name {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.Huser-position {
  color: #4D647396;
  font-weight: 400;
  font-size: 14px;
}

.H-swp-desc {
  color: #4D6473;
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
}



/* ================================== Home Section 3 =======================  */
.home-sec4 {
  position: relative;
  max-width: 1600px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sec4 video {
  width: 90%;
  height: 100% !important;
  border-radius: 20px;
}

/* ================================== Home Section 3 =======================  */
.home-sec5 {
  position: relative;
  background-color: #f6f6f6;
}

.main-sec5 {
  display: flex;
  max-width: 1600px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  gap: 85px;
}


.sec5-contents {
  flex: 1;
}

.sec5-contents h2 {
  font-size: 45px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 58px;
}

.sec5-contents h2 span {
  color: var(--secondary-color);
}

.sec5-contents p {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  margin: 23px 0;
  color: var(--main-color);
}

/* sec 5 inputs   */


.sec5-inputs {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
}

.sec5-inputs i {
  font-size: 14px;
  color: #0107108f;
}

.sec5looking-for {
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
}


.sec5input {
  padding: 14px 23px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  height: 50px;
  position: relative;
  flex: 1;
}

.sec5input>p {
  font-size: 14px;
  font-weight: 400;
  color: #0107108f;
}


.sec5inputb {
  padding: 14px 23px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  height: 50px;
  flex: 1;
  display: flex;
  gap: 4px;
  position: relative;
}

.inp-line,
.inp-line1 {
  position: absolute;
  bottom: -20px;
  width: 3px;
  left: 24px;
  height: 20px;
  background-color: #989ea562;
}

.inp-line1 {
  top: -20px;
}

.sec5inputb input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
}

input {
  outline: none;
}

.sec5inputb input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #0107108f;
}


/* --- drop downs for inputs ---  */
.sec5looking-for-drop-down,
.sec5near-for-drop-down {
  position: absolute;
  top: 50px;
  display: none;
  left: 0;
  width: 100%;
  background-color: #fdfdfd;
  max-height: 200px;
  overflow-y: scroll;
}

.sec5looking-for-drop-down input,
.sec5near-for-drop-down input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: sticky;
  top: 0;
}

.sec5looking-for-drop-down ul li,
.sec5near-for-drop-down ul li {
  padding: 7px;
  font-size: 14px;
  color: #0107108f;
  font-weight: 400;
}

#sec5chevlookingforU,
#sec5chevnearforU {
  display: none;
}


.sec5img {
  width: 50%;
}

.sec5img img {
  width: 100%;
  height: auto;
}



section.finding-vister {
  background: #F0F5F7;
  padding: 140px 0 180px;
}


/* footer */

footer .mian-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  justify-content: space-between;
  column-gap: 30px;
  padding: 100px 0 130px;
  max-width: 1028px;
  margin: 0 auto;
}

.mian-footer .ft-logo {
  width: 220px;
  margin-right: 51px;
}

.ft-logo img {
  width: 100%;
}


.ft-link-main ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.ft-link-main ul a {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in;
}

.ft-link-main ul li {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
  transition: 0.2s ease-in;
}

.ft-link-main ul a:hover {
  color: black;
}

.ft-link-main p {
  color: #203644;
  font-weight: 500;
  font-size: 20px;
}


.ft-social-links {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.ft-social-links i {
  color: var(--main-color);
  font-size: 20px;
  transition: all 0.2s ease-in;
}

.ft-social-links i:hover {
  transform: scale(1.2);
}


.copyright {
  padding: 16px 10px 23px 10px;
  border-top: 1px solid #02333229;
  text-align: center;
  color: #203644;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.autocomplete-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.autocomplete-results li {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-results li:hover {
  background-color: #eee;
}

.profile-pic {
  width: 50px;
  /* Set the width */
  height: 50px;
  /* Set the height to match the width */
  border-radius: 50% !important;
  /* Makes the image round */
  object-fit: cover;
  /* Ensures the image covers the area without distortion */
  border: 2px solid #fff;
  /* Optional: Add a white border for better contrast */
}

.Hsec2-buttons-main>a:hover {
  color: #4bb2c9;
  background-color: #4BB2C926;
  /* zoom: 1.1; */
}

span.select2-selection__arrow b {
  display: none !important;
}

.active_button {
  /* border: 7px solid #dadada; */
  /* border-radius: 15px; */
}

p.sub_heading {
  font-family: "DM Serif Text", serif;
  font-size: 18px;
  letter-spacing: 0.12em;
}

/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
  position: fixed;
  left: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: .2s;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating span {
  font-size: 16px;
  margin-left: 5px;
  transition: .2s;
  line-height: 0px;
  display: none;
}

.btn-floating:hover span {
  display: inline-block;
}

/* Phone */
.btn-floating.phone {
  bottom: 85px;
  background-color: #760f10;
}

.btn-floating.phone:hover {
  background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
  background-color: #34af23;
  bottom: 25px;
}

.btn-floating.whatsapp:hover {
  background-color: #1f7a12
}

/* +++++++++++++++++ Login and register page +++++++++++++++  */

.containerd {
  max-width: 1600px;
  margin: 0 auto;
}

.login-container {
  margin-top: 4rem;
}

.login-main {
  gap: 70px;
}

.login-main .right {
  position: relative;
}

.login-main .right img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.right-content {
  /* position: absolute; */
  width: 100%;
  padding: 40px;
  top: 0;
  flex-direction: column;
  height: 100%;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 712px;
}

.login-rightside {
  background-image: url(../media/login_register_images/login-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.right-content p {
  color: white;
  font-size: 18px;
  text-align: center;
}

.right-content a {
  background: white;
  text-align: center;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  padding: 15px 30px;
  width: 100%;
  border: none;
  transition: all 0.5s ease;
  border-radius: 5px;
  cursor: pointer;
}

.right-content button:hover {
  background: #d7d1d1;
  transform: scale(1.03);
}

/* ---- upper swith buttons  */
.lswitch-btn {
  border: none;
  flex: 1;
  background: transparent;
  border-bottom: 1px solid #D4E1E4;
  color: #1B262E;
  font-size: 18px;
  padding: 20px 30px;
  font-weight: 500;
}

.lswitch-btn.active {
  border-bottom: 3px solid var(--primary-color);
}


.logRegForm h2 {
  font-weight: 400;
  font-size: 40px;
  color: var(--text-color);
}

.logRegForm {
  margin: 40px 0px;
  padding: 0 5px;
}

.logRegForm p {
  font-size: 18px;
  font-weight: 400;
  color: var(--main-color);
}

.logRegForm .LRForm {
  margin-top: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  padding-right: 60px;

}

.log-upper-swith-btn {
  padding-right: 20px;
}

.LRForm .lrinp {
  width: 100%;
  padding: 14px 23px;
  background-color: #dce8f3;
  border-radius: 2px;
  outline: none;
  border: none;
}

section.vendor-auth {
  padding: 30px 0 75px;
}

.label_text,
.checkboxes {
  width: 100%;
  /* padding: 14px 23px; */
  /* background-color: #dce8f3; */
  border-radius: 2px;
  outline: none;
  border: none;
  align-items: normal !important;
}

#loader,
#loader2 {
  align-self: center;
}

/* .main-forg{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
} */
/* .main-forg div{
  display: flex;
  gap: 8px;
} */
.main-forg p {
  color: var(--main-color);
  font-size: 14px;
}

.main-forg .forg-btn a {
  color: #3385FF;
  font-size: 14px;

}


.logrg-btn {
  background: var(--primary-color);
  padding: 15px 30px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  border: none;
  outline: none;
}

#surveyDropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #4bb2c9 !important;
}

/* ::placeholder {
  color: black;
} */

span.select2-selection__placeholder {
  color: black !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: black !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black !important;
}

select {
  /* Chrome/Opera/Safari */
  color: black !important;
}

/* vendor dashboard css starts */
.vend-dash-hero {

  margin-top: 85px;
}

.main-dashhero {
  width: 100%;
  height: 50vh;
  /* min-height: 350px; */
  /* background-size: cover; */
  object-fit: cover;
}

/* .bot-content {
  padding: 0px 120px;
  position: relative;

  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
  min-height: 230px;
  width: 100%;

} */

.bot-content .left {
  display: flex;
  gap: 22px;

}

.user-img-div {
  width: 193px;
  height: 193px;
  border-radius: 50%;
  position: relative;
}


.editicon-img {
  position: absolute;
  top: 5px;
  right: 0px;
}

.bot-content .left .vh-heading {
  display: flex;
  align-items: start;
  padding-top: 35px;
}

.bot-content .left .vh-heading h1 {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

.bot-content .left .vh-heading img {
  width: 28px;
  height: 28px;
}

.left .vh-sm-heading {
  color: #7D8187;
  margin-top: 5px !important;
}


.left .ve-h-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.left .ve-h-btns .bh-btn {
  padding: 10px 25px;
  text-transform: uppercase;
  outline: none;
  min-width: 195px;
  border: none;
  color: var(--text-color);
  letter-spacing: 33%;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  background: #4BB2C926;
  transition: all 0.4s ease;
}

.left .ve-h-btns .bh-btn:hover {
  background: #266278;
  color: white;

}

.left .ve-h-btns .bh-btn1 {
  background: #266278;
  letter-spacing: 0%;
  color: white;
}

.left .ve-h-btns .bh-btn1:hover {
  background: white;
  color: var(--text-color);
}

.bot-content .right {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
  gap: 63px;
  width: 100%;
  margin-top: 39px;
}

.right .edit-profile a {
  border: none;
  outline: none;
  background: transparent;
  padding: 10px;
  display: flex;
  border-radius: 2px;
  color: var(--primary-color);
  align-items: center;
  gap: 2px;
  justify-content: center;
}



.vhdownload-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  outline: none;
  background: transparent;
  border: 1px solid #266278;
  color: #3D9BAF;
  padding: 4px 20px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.vhdownload-btn button:hover {
  background: #3D9BAF;
  color: white;
  border: 1px solid #ffffff;
}



/* ++++++++++ vh main section ++++++++ */


.vd-main .left {
  height: 100%;
}

.vd-main .right {
  height: 100%;
}

.vd-about .heading {
  font-size: 45px;
  border-bottom: 1.02px solid #02333229;
  padding-bottom: 14px;
  margin-bottom: 0 !important;
}

.ab-catg-texts {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
}

.ab-catg-texts h4 {
  font-size: 26px;
  font-weight: normal;
  line-height: normal;
}

.ab-catg-texts h5 {
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  color: var(--primary-color);
}

.ab-catg-texts p {
  font-size: 18px;
  font-weight: normal;
  color: #7D8187;
}



/* ----------- vd-ab-btns------------  */

.vd-ab-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1.02px solid #02333229;
  padding-bottom: 12px;
}

.vd-ab-btns button {
  color: #266278;
  padding: 18px 40px;
  flex: 1;
  text-align: center;
  font-weight: normal;
  outline: none;
  border: none;
  width: 100%;
  text-transform: uppercase;

  border-radius: 2px;
  background: #2662781A;
}

.vd-ab-btns a {
  color: #266278;
  padding: 18px 40px;
  flex: 1;
  text-align: center;
  font-weight: normal;
  outline: none;
  border: none;
  width: 100%;
  text-transform: uppercase;

  border-radius: 2px;
  background: #2662781A;
}

.vd-ab-btns button:hover {
  color: #deeef3;
  background: #4bb2c9;
}

.vd-ab-btns a:hover {
  color: #deeef3;
  background: #4bb2c9;
}


/* ----------------- vdr right --------  */
.vd-main .right {
  height: 100%;
  padding: 10px;
}

section.vend-details .right .vdr-btns {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  box-shadow: 0px 0px 20px 0px #4BB2C933;
  padding: 21px;
}

.right .vdr-btns button {
  color: #266278;
  padding: 18px 40px;
  flex: 1;
  text-align: center;
  font-weight: normal;
  outline: none;
  border: none;
  width: 100%;
  text-transform: uppercase;

  border-radius: 2px;
  background: #2662781A;
}

.right .vdr-btns button:hover {
  color: #deeef3;
  background: #4bb2c9;
}


.right .vdr-btns .ancor_tag {
  color: #266278;
  padding: 18px 40px;
  flex: 1;
  text-align: center;
  font-weight: normal;
  outline: none;
  border: none;
  width: 100%;
  text-transform: uppercase;

  border-radius: 2px;
  background: #2662781A;
}

.right .vdr-btns .ancor_tag:hover {
  color: #deeef3;
  background: #4bb2c9;
}

.right .vdr-btns img {
  width: 177px;
  height: 76px;
}





/* ------------------ vendor photos ---------- */


.vend-photos-main h2 {
  color: var(--text-color);
  font-size: 45px;
}



.vend-photos-grid {
  margin-top: 50px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.vend-photo-card {
  min-height: 270px;
  position: relative;
  width: 100%;
  transition: all 0.4s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vend-photo-card:hover {
  transform: scale(1.1);
}

.swiper-slide {
  transition: transform 0.3s ease-in-out;
}

.swiper-slide:hover {
  transform: scale(1.2);
}

.vend-photo-add {
  border: 1px solid #E4E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-direction: column;
  gap: 12px;
}

.vend-photo-add button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.91px solid var(--primary-color);
  color: var(--primary-color);
  padding: 14px 0px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  gap: 8px;

}

.vend-photo-add p {
  color: #7D8187;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.vend-photo-card .img {
  min-height: 270px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #4bb2c9;
}

.vend-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}

.vend-photo-card .img::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.14%, #000000 100%);
  z-index: 0;
}

.vend-photo-card .del-icon-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  outline: none;
  border: none;
  color: white;
  background: #4BB2C980;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  z-index: 7;
}

.del-icon-btn span {
  font-size: 27px;
}



/* ============ vd-contact ===========  */
.vd-contact-details {
  margin-top: 97px;
}

.vd-contact-details h2 {
  color: var(--text-color);
  font-size: 45px;
  margin-bottom: 27px;
}



.vd-contact-info {
  min-width: 100px;
}

.vd-contact-info span {
  color: var(--primary-color);
}

.vd-contact-info h6 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0 !important;


}

section.vend-gallery .vd-contact-main {
  color: var(--primary-color);
  font-weight: normal;
  min-width: 150px;
  text-align: start;
  padding: 21px 0;
  border-top: 1.02px solid #0233321A
}

section.vend-gallery p.vd-c-location {
  margin: 0;
}

a {
  color: #4bb2c9;
}

h2#changePassLabel {
  color: #4bb2c9;
}

button.change {
  color: white;
  background-color: #4bb2c9;
}

h3#codeScriptLabel {
  color: #4bb2c9;
}

h3.change {
  color: #4bb2c9;
}

h2#downgradePlanLabel {
  color: #4bb2c9;
}

h2.change {
  color: #4bb2c9;
}

a#first_popup {
  color: white;
  background-color: #4bb2c9;
}

.section_images {
  padding: 40px 120px;
}

/* vendor dashboard css end */

.vend-dash-hero1 {
  position: relative;
  margin-top: 85px;
  width: 100%;
  /* Ensure the container is full width */
}

.main-dashhero1 {
  width: 100%;
  min-height: 350px;
  background-size: cover;
  object-fit: cover;
}

.image_text {
  position: absolute;
  top: 50%;
  /* Center vertically */
  left: 50%;
  /* Center horizontally */
  transform: translate(-50%, -50%);
  /* Offset the position to truly center */
  color: #00000065;
  /* Optional: Change text color */
  font-size: 50px;
  /* Optional: Adjust text size */
  width: 100%;
  /* Full width to align text properly */
  text-align: center;
  font-weight: bold;
  /* Ensures text is centered */
}

.vend-dash-hero1 {

  margin-top: 85px;
}

.table-responsive {
  width: 100%;
  /* Ensure full width */
  display: table;
  overflow-x: auto;
  /* Enable horizontal scrolling if needed */
  margin: 20px auto;
  /* Center the table container and add space */
}

.styled-table {
  width: 100%;
  /* Set table width to 100% to fit its container */
  margin: 0 auto;
  /* Center the table horizontally */
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #dddddd;
  /* Add a subtle border to define the table */
}

.styled-table th,
.styled-table td {
  padding: 12px 15px;
  text-align: center !important;
  /* Force center-aligning even after DataTables initializes */
  vertical-align: middle;
  /* Vertically centers the text within the cells */
  border-bottom: 1px solid #dddddd;
  /* Add a border between rows */
}

.styled-table thead th {
  text-align: center !important;
  /* Force center-aligning for headers */
}

.styled-table thead tr {
  background-color: #4bb2c9;
  color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #4bb2c9 !important;
  /* Use theme color for pagination links */
  padding: 5px 10px;
  margin-left: 2px;
  border-radius: 5px;
  background: white;
  border: 1px solid #4bb2c9;
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #4bb2c9 !important;
  /* Change background on hover */
  color: white !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #4bb2c9;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
}

.dataTables_wrapper .dataTables_info {
  margin-top: 10px;
  /* Add some spacing above the info text */
}


.btn-details {
  padding: 6px 12px;
  background-color: #4bb2c9;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-details:hover {
  background-color: #37929e;
}

.btn-cancel {
  padding: 6px 12px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-cancel:hover {
  background-color: rgb(248 140 140);
}

.btn-correspondence {
  padding: 6px 12px;
  background-color: #7877B7;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.btn-correspondence:hover {
  background-color: #787894;
}



div#DataTables_Table_0_filter {
  margin-bottom: 1rem;
}

/* .short-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
} */

.read-more {
  color: #4bb2c9;
  cursor: pointer;
  text-decoration: underline;
}

h5#exampleModalLabel {
  color: #4bb2c9;
}

.text_one_line {
  white-space: nowrap;
}

h5#changeAmountLabel28 {
  color: #4bb2c9;
}

.main-dashhero2 {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

/* vendor profile edit css start */
/* ======== utility =========  */
.section1 {
  padding: 44px 28px;
}

.btnn-hover {
  transition: all 0.4s ease;
}

.btnn-hover:hover {
  background-color: #2b5673 !important;
  cursor: pointer;
  transform: scale(1.1);
}

/* ======== utility =========  */

.ptof-edit-title {
  text-align: center;
}

.ptof-edit-title h1 {
  font-size: 56px;
  font-weight: 400;
  color: var(--text-color);
}

.ptof-edit-title h1 span {
  color: var(--secondary-color);
}



/* ------ profile photo main start -----------  */
.proEd-main {
  border: 1.02px solid #02333229;
  margin-top: 60px;
  width: 95%;
  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
}

.rd-section {
  padding-top: 0px;
  padding-bottom: 0px;
}


.bt-bor {
  border-bottom: 1.02px solid #02333229
}

.sec1-title h5 {
  color: var(--secondary-color);
  text-align: center;
}

.sec1-title h5 {
  font-size: 20px;
  font-weight: 400;
}

.sec1-phot-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.sec1-phot-main .left {
  display: flex;
  gap: 22px;
  align-items: center;
}

section.vend-dash-hero .vender-info .user-img-div {
  width: 193px;
  height: 193px;
  border-radius: 50%;
  position: relative;
  margin-top: -29px;
}

.user-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.editicon-btn {
  position: absolute;
  bottom: 55px;
  right: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.vh-heading h1 {
  font-size: 56px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vh-sm-heading {
  color: #7D8187;
  margin-top: 5px !important;
}


/* ------ profile photo main start -----------  */




/* ------ section personal form -----------  */

.sec2 h2 {
  font-size: 45px;
  color: var(--text-color);
}

.sec2 h2 span {
  color: var(--primary-color);
}

.sec-sm-hed {
  font-size: 18px;
  color: var(--main-color);
}

.main-inp-p {
  margin-top: 60px;
}

.main-inp .lg-input {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.main-inp label {
  font-size: 18px;
  color: var(--main-color);
}

.main-inp label span {
  color: #FF0000;
  font-size: 22px;
}

.main-inp .lg-input input {
  border: none;
  background: #23627117;
  padding: 14px 24px;
  border-radius: 2px;

}


/* ----------- bussness-deatls-main -----------  */
.bussness-deatls-main {
  margin-top: 50px;
  width: 100%;
}

.main-inp-p {
  margin-top: 30px;
}

.main-inp .lgb-input {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}

.main-inp label {
  font-size: 18px;
  color: var(--main-color);
}

.main-inp label span {
  color: #FF0000;
  font-size: 22px;
}

.main-inp .lgb-input div select {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 14px 24px;
  height: 54px;
  color: #0107108F;
  font-size: 14px;
  font-weight: 400;
}

.main-inp .lgb-input div {
  background-color: #23627117;
}

.buss-inn-inp-main {
  display: flex;
  flex: 1;
  gap: 10px;
}

.buss-inn-inp-main input,
.buss-inn-inp-main select {
  max-width: 350px;
}

.main-inp .lgb-input input {
  border: none;
  background: #23627117;
  padding: 14px 24px;
  border-radius: 2px;
  flex: 1;
  height: 54px;
  color: #0107108F;
  font-size: 14px;
  font-weight: 400;

}



/* ----------- bussness-descreption -----------  */
.bus-desc {
  margin-top: 30px;
}

.bus-de-des {
  margin-top: 90px;
}

.bus-desc textarea {
  padding: 13px 10px;
  border-radius: 2px;
  background: #23627117;
  color: #0107108F;
  width: 100%;
  outline: none;
  height: 200px;
  border: none;


}


.def-inp {
  border: none;
  background: #23627117;
  padding: 14px 24px;
  border-radius: 2px;
  flex: 1;
  height: 54px;
  color: #0107108F;
  font-size: 14px;
  font-weight: 400;
}

/* --------------- video embeded ---------  */
.add-video-btn {
  text-decoration: underline;
  color: var(--primary-color);
  cursor: pointer;
  margin: 40px 0 !important;
}

.add-video-inp div {
  display: flex;
  align-items: center;
  gap: 19px;
}

.add-video-inp div input {
  flex: 1;
}

.deff-btn {
  padding: 15px 30px;
  background-color: var(--primary-color);
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: white;
}

.def-btn-m {
  margin: 60px 0;
}



/* ++++++++++ Socail media  =============  */


.sec-tit h2 {
  font-size: 45px;
  color: var(--text-color);
}

.sec-tit h2 span {
  color: var(--primary-color);
}


.day-select-sec {
  margin: 60px 0;
}

.day-select-sec .headiing div {
  color: var(--main-color);
  margin: 22px 0;
}

.day-select-sec .headiing input {
  width: 18px;
  height: 18px;
}

.day-select-sec .headiing label {
  font-size: 18px;
}

.main-timer-devider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* gap: 60px; */
}

.main-timer-devider-left {
  min-height: 450px;
}

.time-picker {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 180px;
}

.time-picker .arrow {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  background-color: transparent;
}

.time-picker .separator {
  text-align: center;
  width: 10px;
  font-size: 1.5rem;
  line-height: 3rem;
}

.time-picker .btn-outline-secondary {
  width: 40px;
  height: 40px;
  padding: 0;
}

.fs-4 {
  font-size: 1.25rem;
  line-height: 2rem;
}

.input-group-text {
  background-color: #e9ecef;
  border: none;
}



.timepicker-group {
  background: #23627117;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 14px 23px;
  max-height: 50px;
}

.timepicker-group span {
  font-size: 22px;
}

.day-name label {
  color: var(--main-color);
  text-align: end !important;
}

.timepicker-group input {
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--main-color);
}

.main-feild-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  color: var(--main-color);
}



.busness-hour-setbtn-main {
  display: flex;
  align-items: center;
  justify-content: end;
}

.busness-hour-setbtn-main button {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 15px 70px;
  color: white;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  background-color: var(--primary-color);
  outline: none;
  border: none;
}


/* vendor profile edit css end */

/* /pricing page/ */

section.hero-banner {
  background-image: url('../media/pricing-page/pricing_table_banner_image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.hero-banner .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 544px;
}

section.hero-banner .pulse-button {
  background: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFFFFF);
  width: 346px;
  height: 55px;
  border-radius: 5px;
  color: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in;
}

section.hero-banner .pulse-button:hover {
  opacity: 0.9;
  transform: scale(1.02);
  cursor: pointer;
}

section.wedding-business {
  padding: 97px 0 58px;
}

section.wedding-business .sec2-heading {
  max-width: 848px;
  margin: 0 auto;
}

section.pricing-table-section .table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #E9EFF2;
}

section.pricing-table-section .table-hover>tbody>tr:hover>* {
  background-color: #E9EFF2;

}

section.pricing-table-section .table-striped th {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;

}

section.pricing-table-section .table-striped td {
  font-weight: 400;
  line-height: 19.04px;
  text-align: left;
  color: #266278;
  padding: 22px;
}

section.pricing-table-section table,
section.pricing-table-section th,
section.pricing-table-section td {
  border: 1px solid #02333229;
  border-collapse: collapse;
}

section.pricing-table-section .table-striped td span {
  text-align: center;
  display: block;
}

section.pricing-table-section .notice p {
  color: #4D6473;
  /* font-size: 18px; */
  font-weight: 400;
  line-height: 27.04px;
  text-align: left;
  margin-bottom: 5px !important;
}

section.pricing-table-section .table-striped span {
  color: #4BB2C9;
}

section.section-video video {
  width: 100%;
}

section.section-video {
  padding: 0 0 97px;
}

section.testimonials {
  padding: 97px 0;
  /* padding: 0px 0; */
}

.negotiation-img {
  max-height: 310px;
  object-fit: cover;
}

.gradient-text {
  background: linear-gradient(to right, #60B4E0, #7975B6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

section.section-video p {
  text-align: center;
  font-size: 18px;
  color: #010710;
}

section.section-video p.top-title {
  margin-bottom: 30px;
}

section.section-video p.bottom-title {
  margin-top: 30px;
  margin-bottom: 0;
}

section.our-vision {
  padding: 0 0 97px;
}

h3.sub-heading {
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
}

section.our-vision p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #4D6473;
  /* text-align: justify; */
}

section.about-video video {
  width: 100%;
  height: 70vh;
}

section.about-video .about-poster {
  height: 57vh;
  width: 100%;
  object-fit: cover;
}

section.about-costing {
  background: #F0F5F7;
  padding: 105px 0;
}

section.about-costing p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #4D6473;
  /* text-align: justify; */
}

section.in-news {
  padding: 97px 0;
}

.underline {
  text-decoration: underline !important;
}

section.in-news iframe {
  border-radius: 30px;
  margin: 25px auto 55px;
  height: calc(100vh - 81px);
}

section.in-news .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #4D6473;
  margin: 0 0 10px;
  text-align: justify;
}

section.in-news h4 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
  margin-top: 55px;
}

section.in-news .thumbnail {
  border-radius: 30px;
  margin: 25px auto 55px;
  max-height: calc(100vh - 81px);
}

section.section-video iframe#youtube_video {
  border-radius: 30px;
  /* height: 75vh; */
}

section.section-video .about-poster {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

section.vend-dash-hero .vender-info {
  position: relative;
  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
  min-height: 230px;
  width: 100%;
}

section.vend-dash-hero .vender-info-inner {
  padding: 0 28px;
}

section.vend-dash-hero .vender-info-inner .vend-info-btn {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.vend-details {
  padding: 65px 0 0;
}

section.vend-gallery {
  padding: 55px 0 97px;
}

/* blog page */

section.blog-hero-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.blog-hero-banner .banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

section.blog-hero-banner .label-title {
  background: #FFFFFFC2;
  line-height: 34.32px;
  text-align: left;
  color: #010710;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
  font-size: 33px;
  padding: 16px 30px;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}

section.blog-hero-details {
  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
  padding: 48px 0 55px;
}

section.blog-hero-details li.divider {
  border-left: 1px solid #4BB2C9;
}

section.blog-hero-details ul {
  gap: 12px;
}

section.blog-hero-details ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;

}

section.blog-hero-details ul .vie {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}

section.blog-hero-details .post-meta-single {
  margin-bottom: 25px;
}

section.blog-hero-details .post-cat a {

  font-size: 12px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0.33em;
  text-align: left;
  background: #4BB2C926;
  width: fit-content;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  white-space: nowrap;
  padding: 0 12px;
}

section.blog-hero-details .sec2-heading {
  display: block;
  text-align: left;
  margin-bottom: 26px;
}

section.blog-hero-details p {
  color: #010710;
  border-radius: 8.22px 0px 0px 0px;
  margin-bottom: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

section.blog-hero-details .blog-details-content-btn a {
  background: #4BB2C9;
  width: 261px;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  gap: 15px;
  transition: all 0.5s ease;
}

section.blog-hero-details .blog-details-content-btn a:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

section.blog-articles-section {
  padding: 72px 0;
}

section.blog-articles-section .article-image {
  width: 300px;
  height: 194px;
}

section.blog-articles-section .article-image img {
  height: 194px;
  /* object-fit: cover; */
  border-radius: 9px;
}

section.blog-articles-section .article-card {
  gap: 20px;
}

section.blog-articles-section .articles-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

section.blog-articles-section .article-content {
  width: calc(100% - 300px);
}

section.blog-articles-section .article-cat a {
  background: #4BB2C926;
  width: 145px;
  min-height: 21px;
  border-radius: 2px;
  font-size: 9.22px;
  font-weight: 400;
  line-height: 13.16px;
  letter-spacing: 0.33em;
  margin-bottom: 8px;
  display: block;
  text-align: center;
  padding: 3px 11px;
}

section.blog-articles-section .article-meta {
  padding: 8px 0;
}

section.blog-articles-section .article-title a {
  font-size: 18.08px;
  font-weight: 400;
  line-height: 18.8px;
  color: #010710;
  margin-bottom: 8px;

}

section.blog-articles-section .article-descrption {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #4D6473;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 17.64px;
  text-align: left;
}

section.blog-articles-section .vie {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  line-height: 15.78px;
  text-align: right;
  color: #010710;
  margin-top: 13px;
}

/* profle edit */
.profleEdit-card {
  border: 1.02px solid #02333229;
  margin-top: 60px;
  padding: 39px 28px 59px;
  box-shadow: 0px 6.46px 32.32px 0px #4BB2C933;
  border-radius: 7px;
}

.main-profileEdit .profile-photo {
  width: 100%;
  margin-top: 104px;
  position: relative;
  padding-bottom: 82px;
  border-bottom: 1.02px solid #02333229;
}

.main-profileEdit .profile-photo .left {
  display: flex;
  gap: 22px;
  align-items: center;
}

.profile-edit-wrap .vh-heading h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 46.8px;
  color: #000000;
  margin: 0;
}

.main-profileEdit .vh-sm-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: var(--Body, #7D8187);
  margin: 0;
  padding: 18px 0 0;
}

.profile-edit-wrap .save-btn {
  padding: 15px 30px;
  width: 250px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  background: var(--secondary-color);
  color: white;
  transition: all 0.4s ease;
  height: 55px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-edit-wrap .save-btn:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.profile-edit-wrap .profile-personal-info {
  padding: 87px 0 117px;
}

.profile-edit-wrap .vh-heading h2 span {
  color: var(--secondary-color);
}

.profile-edit-wrap .pb-115px {
  padding: 0 0 115px;
}

.profile-edit-wrap .is-appointment-only {
  margin: 22px 0 40px;
}

.profile-edit-wrap .is-appointment-only label {
  font-size: 19.09px;
  font-weight: 400;
  line-height: 30.55px;
  text-align: left;
  color: #4D6473;
  cursor: pointer;
}

.profile-edit-wrap .is-appointment-only input[type="checkbox"] {
  border: 2px solid #4D6473;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  border-radius: 3px;
}

.profile-edit-wrap .is-appointment-only input[type=checkbox]:checked:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 15px;
  color: white !important;
  background-color: #4D6473;
  width: 24px;
  height: 24px;
  position: relative;
  left: -2px;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.profile-edit-wrap .timer-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 138px;
  row-gap: 26px;
}

.profile-edit-wrap .timer-wrapper .too {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.profile-edit-wrap .timer-wrapper .col-inp-m {
  width: 100%;
}

.profile-edit-wrap .add-video-inp {
  margin-top: 40px;
}

.profile-edit-wrap .left .user-img {
  width: 193px !important;
  height: 193px !important;
  object-fit: cover;
}

.profile-edit-wrap {
  padding-top: 40px;
}

article .sidebar .search-card {
  box-shadow: 0px 0px 20px 0px #4BB2C933;
  padding: 21px 26px;
}

article.single-post {
  padding: 48px 0 80px;
}

.mb-35px {
  margin-bottom: 35px;
}

article.single-post input.search_input::placeholder {
  color: var(--V3-Body-Text, #4D6473) !important;

}

article.single-post input.search_input {
  background: #F0F5F7;
  border: 0;
  padding: 14px 23px 14px 45px;
}

article.single-post .search-icon {
  width: 16px;
  position: absolute;
  top: 15px;
  left: 4px;
  color: var(--V3-Body-Text, #4D6473) !important;
}

.relative {
  position: relative;
}

article.single-post input.btn.btn-block.search-btn {
  background: #4BB2C9;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.42px;
  color: white;
  margin-top: 23px;
  transition: 0.3s ease-in;
}

article.single-post input.btn.btn-block.search-btn:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

article.single-post .sidebar-card .card {
  background: #F0F5F7;
  padding: 24px;
  border: 0;
}

article.single-post .sidebar-card h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #010710;
  margin-bottom: 25px;
}

article.single-post .sidebar-card ul {
  padding-left: 20px;
}

article.single-post .sidebar-card h3 span {
  color: #4BB2C9;

}

article.single-post .sidebar-card li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #4D6473;
  /* text-decoration: underline !important; */
}

article.single-post .sidebar-card li {
  color: #4D6473;

}

article.single-post .single-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  color: #010710;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  color: #010710;
  margin-bottom: 20px;
  font-family: "DM Serif Text", serif !important;
}

.single-content h1 span,
.single-content h2 span,
.single-content h3 span,
.single-content h4 span,
.single-content h5 span,
.single-content h6 span {
  color: #010710 !important;
  font-family: "DM Serif Text", serif !important;
}

.single-content p {
  margin-bottom: 28px;
}

.single-content img {
  max-width: 100%;
}

.single-content a {
  color: #4BB2C9;
  text-decoration: underline;
}

.single-content a:hover {
  color: #2ba6c1;
}

.single-content dl,
.single-content ol,
.single-content ul {
  padding: 0 0 0 19px;
  margin: 0 0 20px;
}

.featured-img img {
  width: 100%;
}

section.vendor-auth .user-img-div {
  width: 110px;
  height: 110px;
}

section.vendor-auth .user-img-div img {
  width: 100px;
  height: 100px;
  /* object-fit: cover; */
  border: #eee 1px solid;
}

/* .user-img-div:hover {
  background-color: black;
  opacity: 0.4;
} */
section.vendor-auth button.editicon-btn {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

section.vendor-auth .logRegForm h3 {
  color: var(--text-color);
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
  margin: 0;
}

section.vendor-auth .profile-photo p.vh-sm-heading {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--Body, #7D8187);
  margin-bottom: 0;
}

section.vendor-auth .profile-photo {
  gap: 24px;
}

section.vendor-auth .vend-photos-grids {
  width: -webkit-fill-available;
}

section.vendor-auth .vend-photos-grids .col-md-4 {
  margin-bottom: 15px;
}

section.vendor-auth .vend-photo-card .img img {
  min-height: 166px;
  max-height: 166px;
}

div#upload__preview__images section.vendor-auth .vend-photo-add {
  padding: 17px;
  gap: 0;
}

section.vendor-auth .vend-photo-add button {
  padding: 8px 5px;
  width: 100%;
  background: transparent;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  white-space: nowrap;
}

section.vendor-auth .vend-photo-card {
  min-height: 166px;
  max-height: 166px;
}

section.vendor-auth .vend-photo-add p {
  color: #7D8187;
  margin-top: 12px;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.8px;
  text-align: center;
  white-space: nowrap;
}

section.vendor-auth .vend-photo-card .img {
  min-height: 166px;
  max-height: 166px;
}

section.vendor-auth .del-icon-btn span {
  font-size: 22px;
}

.is-invalid {
  border: 1px solid red !important;
  /* Change border color to red */
  background-color: #ffe6e6 !important;
  /* Optional: light red background */
}

section.category-wise {
  padding: 51px 0 0;
  text-align: center;
}

section.category-wise h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 58.24px;
  color: #010710;
}

section.category-wise h1 span {
  color: #4BB2C9;
}

section.vendor-auth .ck.ck-editor {
  width: 100%;
}

/* .ck-editor {
  min-height: 300px; 
} */

/* p.ck-placeholder {
  height: 200px;
  overflow: auto;
} */
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
  height: 150px;
  overflow: auto;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #4bb4ca !important;
  color: #4bb4ca !important;
}

.swal2-icon-warning .swal2-icon-content {
  color: #4bb4ca;
  /* Change the icon color */
}

.ck-content {
  background-color: #dce8f3 !important;
  /* Set your desired background color */
}

.ck-reset_all :not(.ck-reset_all-excluded *),
.ck.ck-reset_all {
  background-color: #dce8f3 !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred,
.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,
.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners p {
  color: #000000 !important;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  width: 200px !important;
}

/* Promotional Page */

section.count_down {
  padding: 0 0 58px;
}

.count_down h1 span {
  color: #4bb4ca !important;
}

section.hero-banner-promotionals {
  /* background-image: url('../media/promotionals-page/promotionals_banner_image.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.hero-banner-promotionals .banner-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 544px;
}

.description_div img {
  max-width: 100% !important;
}

section.hero-banner-promotionals .pulse-button {
  background: var(--Miscellaneous-Floating-Tab---Pill-Fill, #FFFFFF);
  width: 346px;
  height: 55px;
  border-radius: 5px;
  color: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in;
}

section.hero-banner-promotionals .pulse-button:hover {
  opacity: 0.9;
  transform: scale(1.02);
  cursor: pointer;
}

#counterWinner {
  color: #333;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  /* text-transform: uppercase; */
}

.counter_listing {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  background-color: aliceblue;
}

.counter_span {
  display: block;
  font-size: 4.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}



/* =========== promotionals-cards  */

.promotionals-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  place-content: center;
  background-color: white;
  grid-gap: 45px;
  margin: 50px 0;
}

.promotionals-cards .promotionals-main-card {
  padding: 20px;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.promotionals-main-card .promotionals-inside-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 450px;
  position: relative;
  gap: 30px;
}

.promotionals-card-texts {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 20px;
}

.promotionals-main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotionals-card-btn {
  width: 100%;
  display: block;
  color: white;
  background-color: #4BB2C9;
  padding: 14px 20px;
  text-align: center;
  margin-top: 30px;
  border: none;
  outline: none;
  border-radius: 4px;
}

.description_div {
  margin: 0 auto;

}

.counter_ul {
  font-weight: bold;
  color: #4bb2c9;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

section.popular-vendors-banner {
  /* background-position: 100% 100%; */
  max-height: 428px;
}

section.book-weedding-services {
  padding: 28px 0 95px;
}

section.book-weedding-services a {
  background: #4BB2C9;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  padding: 14px 73px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
}

section.book-weedding-services a:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

section.book-weedding-services a.videography_button {
  background: #7877B7;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  padding: 14px 73px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
}

section.book-weedding-services a.videography_button:hover {
  background-color: #5a598a;
  transform: scale(1.02);
  cursor: pointer;
}

.videography_button {
  background: #7877B7 !important;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  padding: 14px 73px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
}

.videography_button:hover {
  background-color: #5a598a !important;
  transform: scale(1.02);
  cursor: pointer;
}

section.popular-vendors-cards .cat-name {
  background: #FFFFFFCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 2px;
}

section.popular-vendors-cards .vinder-card-content {
  min-height: 284px;
  padding: 11px 12px 24px;
  position: relative;
  border-radius: 2px;
  background-position: center;
}

section.popular-vendors-cards .view-more:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

section.popular-vendors-cards .view-more {
  background: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 30px;
  text-align: left;
  color: white;
  border-radius: 5px;
  transition: all 0.5s ease;
  border: 0;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
}

section.popular-vendors-cards {
  padding-bottom: 97px;
}

section.popular-vendors-cards .custom-proposal {
  background: #4BB2C9;
  color: white;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px 0;
  border-radius: 6px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

section.popular-vendors-cards .custom-proposal:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

section.popular-vendors-cards .vendor-details {
  padding: 21px 12px 26px;
  min-height: 145px;
}

section.popular-vendors-cards .vendor-card-wrap {
  box-shadow: 0px 0px 20px 0px #4BB2C933;
  margin-bottom: 10px;
}

section.popular-vendors-cards h4.vendor-heading {
  color: #010710;
  font-size: 18.24px;
  font-weight: 400;
  line-height: 21.7px;
}

section.popular-vendors-cards p.sub-heading {
  color: black;
  font-family: Poppins;
  font-size: 12.77px;
  font-weight: 400;
  line-height: 15.19px;
  margin: 0;
}

section.wedding-budget .label-title {
  width: 409px;
}

section.wedding-budget .banner-inner {
  min-height: 428px;
}

section.genrate-budget {
  padding: 100px 0 111px;

}

section.genrate-budget .top_search_fields {
  width: 544px;
  margin: 0 auto !important;
}

section.genrate-budget input#budget_field {
  width: 100% !important;
  height: 50px;
  background: #23627117;
  display: block;
  margin: 13px auto 39px;
}

section.genrate-budget label {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}

section.genrate-budget .search_fields button {
  background: var(--Primary-Color, #4BB2C9);
  padding: 13px 29px;
  border: 0;
}

section.genrate-budget .goBack {
  padding: 13px 29px;
  border: 0;
  color: white;
}

section.genrate-budget .saveButton {
  background: #266278;
  margin-left: 22px;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

section.genrate-budget input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

div#wedding_budget_all_data {
  padding-bottom: 63px;
}

div#wedding_budget_all_data th,
div#wedding_budget_all_data td {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}

.cursor-pointer {
  cursor: pointer !important;
}

section.proposed-budget .form-control {
  background-color: #E9EFF2;
  min-height: 48px;
}

section.budget-summary h2 {
  color: #010710;
  font-family: DM Serif Text;
  font-size: 45px;
  font-weight: 400;
  line-height: 46.8px;
  text-align: center;
  margin-bottom: 53px;
}

section.budget-summary h2 span {
  color: #4BB2C9;

}

section.budget-summary th,
section.budget-summary td {
  padding-top: 14px;
  padding-bottom: 14px;
}

section.proposed-budget th {
  padding-top: 17px;
  padding-bottom: 17px;
}

.circle-green {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: green !important;
  display: inline-block;
}

.circle-red {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red !important;
  display: inline-block;
}

.circle-yellow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: yellow !important;
  display: inline-block;
}

section.proposed-budget {
  padding-bottom: 97px;
}

section.proposed-budget-chart {
  padding-bottom: 97px;
}

section.actual-budget-chart {
  padding-bottom: 97px;
}

section.actual-expense-chart {
  padding-bottom: 97px;
}

section.under-budget-chart {
  padding-bottom: 97px;
}

section.booking-section {
  text-align: center;
}

section.booking-section a {
  background: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 14px 73px;
  color: white;
  margin: 0 auto;
  transition: 0.2s ease-in;
  border-radius: 5px;
}

section.booking-section a:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

div#wedding_budget_all_data canvas {
  width: 100% !important;
  height: auto !important;
}

div#wedding_budget_all_data .table-responsive {
  margin-bottom: 0;
}

section.budget-summary {
  padding-bottom: 97px;
}

.requestProposalModal h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 46.8px;
  text-align: left;
}

.requestProposalModal h2 span {
  color: #5DB5E3;
}

.requestProposalModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 56px 56px;
}

.contactVendorForm .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 56px 0px;
}

.zoomMeetingForm .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 56px 0px;
}

.requestProposalModal .modal-body h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 29.12px;
  text-align: center;
  color: #010710;

}

.requestProposalModal .modal-body h4 span {
  color: #656d72;
}

.purple {
  color: #7877B7 !important;
}

.blue_wr {
  color: #5DB5E3 !important;
}

.blue {
  background: #5DB5E3;
  padding: 14px 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  gap: 15px;
  transition: all 0.5s ease;
}

.blue:hover {
  background-color: #177cb3;
  transform: scale(1.02);
  cursor: pointer;
  color: white !important;
}

.purple_btn {
  background: #7877B7 !important;
  padding: 14px 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  gap: 15px;
  transition: all 0.5s ease;
}

.purple_btn:hover {
  background-color: #7573c2 !important;
  transform: scale(1.02);
  cursor: pointer;
  color: white !important;
}

.requestProposalModal .modal-body h4 small {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #5DB5E3;
}

.requestProposalModal .modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #4D6473;
  margin: 0;
}

.requestProposalModal .modal-body .card {
  border-color: transparent;
  box-shadow: 0px 0px 20px 0px #4BB2C933;
  border-radius: 5px;
  transition: all 0.5s ease;
}

.requestProposalModal .modal-body .card:hover {
  border: 1px solid #4BB2C9
}

.requestProposalModal .modal-body .or {
  font-size: 18px;
  font-weight: 400;
  padding: 20px;
  color: #4D6473;
}

.requestProposalModal .modal-dialog {
  max-width: 957px !important;
}

.requestProposalModal .modal-header {
  text-align: center;
  padding: 38px 0 0;
  display: block;
}

.requestProposalModal .modal-header h2 {
  text-align: center;
}

.requestProposalModal .modal-body svg {
  margin-bottom: 20px;
}

.requestProposalModal {
  background: #4D6473C9;
}

.requestProposalModal .modal-body button {
  border: 0;
  background: 0;
  padding: 26px 20px;
}

.requestProposalModal .modal-body a.multiple_ancor {
  border: 0;
  background: 0;
  padding: 26px 20px;
}

/* claim business */
section.custom-proposals {
  padding: 97px 0;
}

section.custom-proposals h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 41.6px;
}

section.custom-proposals h2 span {
  color: #4BB2C9;
}

section.custom-proposals .custom-proposal-request label {
  font-size: 18px;
  font-weight: 400;
  line-height: 30.55px;
  text-align: left;
  color: #4D6473;
  cursor: pointer;
}

section.custom-proposals .custom-proposal-request input[type="checkbox"] {
  border: 2px solid #4D6473;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  border-radius: 3px;
}

section.custom-proposals .custom-proposal-request input[type=checkbox]:checked:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 15px;
  color: white !important;
  background-color: #4D6473;
  width: 24px;
  height: 24px;
  position: relative;
  left: -2px;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

section.custom-proposals h4 {
  font-family: DM Serif Text;
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
  margin: 30px 0 20px;
}

section.custom-proposals button.btn-details {
  border: 1px solid #4BB2C9;
  background: transparent;
  width: 158px;
  height: 44px;
  color: #4BB2C9;
  display: block;
  /* margin-left: auto; */
  transition: all 0.5s ease;
}

section.custom-proposals button.btn-details:hover {
  color: white;
  background: #4BB2C9;
}

section.custom-proposals label.form-label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #4D6473;
  margin-bottom: 20px;
}

section.custom-proposals .service-types {
  border-bottom: 1.02px solid #02333229;
  padding-bottom: 30px;
}

section.custom-proposals textarea {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  width: 100%;
  border-radius: 2px;
}

section.custom-proposals input[type=text] {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  border-radius: 2px;
}

section.custom-proposals input[type=number] {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  border-radius: 2px;
}

section.custom-proposals input[type=email] {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  border-radius: 2px;
}

section.custom-proposals select {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  border-radius: 2px;
  width: 100%
}

section.custom-proposals input[type=date] {
  background: #dce8f3;
  border: 0;
  padding: 15px 15px;
  border-radius: 2px;
}

section.custom-proposals .form-group {
  margin-bottom: 20px;
}

section.custom-proposals input[type=text]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: none;
}

section.custom-proposals .specific-item-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* section.custom-proposals .guest-from-wrapper {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 38px;
} */

section.custom-proposals .guest-user-wrapper {
  padding-top: 25px;
}

section.custom-proposals .select2 .select2-selection--single {
  background: #23627117;
  border: 0;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

section.custom-proposals .select2-container {
  width: 100% !important;
}

section.custom-proposals .select2-container:before {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
  top: 14px;
  right: 10px;
}

.vend-request {
  background: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 30px;
  text-align: left;
  color: white;
  border-radius: 5px;
  transition: all 0.5s ease;
  margin-top: 20px;
  border: 0;
}

section.book-weedding-services button {
  background: #4BB2C9;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  padding: 14px 73px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
  border-color: transparent;
}

section.book-weedding-services button:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.best-vendors-services .sec2-heading h2 {
  font-size: 35px;
  margin: 54px 0 35px;
}

.best-vendors-services .sec2-heading p {
  font-size: 18px;
  margin: 0;
}

.best-vendors-services .search-field span {
  color: #4bb2c9;
}

.best-vendors-services .search-field .search-field-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-vendors-services .search-field h2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
  line-height: 27px;
}

.best-vendors-services .search-field .search-field-inner select {
  width: 50%;
  height: 50px;
  border-radius: 5px;
  padding: 10px 15px;
}

.best-vendors-services .search-field span.select2.select2-container.select2-container--default {
  width: 50% !important;
}

.best-vendors-services .search-field span#select2--container {
  background: aliceblue;
}

.best-vendors-services .search-field .search-field-inner .search-form-button {
  background: #4BB2C9;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  padding: 14px 73px;
  margin: 0 20px;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
  border-color: transparent;
}

.best-vendors-services .search-field .select2-selection__rendered {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.requestProposalModal button.close {
  position: absolute;
  right: 20px;
  background: transparent;
  border: 0;
  font-size: 30px;
  top: 15px;
}

section.breadcrumb-sec {
  padding: 15px 0;
  border: 1.02px solid #02333229;
}

section.breadcrumb-sec .breadcrumb-item.active::after {
  content: "";
  width: 84%;
  position: absolute;
  right: 0;
  bottom: -15px;
  background: #4BB2C9;
  height: 3px;
}

section.breadcrumb-sec .breadcrumb-item.active {
  position: relative;
}

section.breadcrumb-sec li.breadcrumb-item a {
  color: #4BB2C9;
  font-size: 18px;
}

section.breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
  rotate: -14deg;
}

section.vend-details.details-sec .proposals-btn {
  background: #4BB2C9;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 14px 44px;
  display: block;
  width: fit-content;
  transition: 0.2s ease-in;
  margin-bottom: 56px;
  border-radius: 5px;
}

section.vend-details.details-sec .sec2-heading {
  flex-direction: row;
  gap: 35px;
  text-align: left;
  justify-content: flex-start;
}

section.vend-details.details-sec span.verify-bage {
  background: #4BB2C926;
  padding: 5.5px 45px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

section.vend-details.details-sec .rating {
  align-items: center;
  margin-bottom: 10px;
}

section.vend-details.details-sec .location {
  color: #7D8187;
  margin-bottom: 67px;
  margin-top: 10px;
}

section.vend-details.details-sec {
  padding-bottom: 97px;
}

section.vend-details.details-sec .sec2sm-heading {
  font-size: 16px;
  font-weight: 400;
  color: #7d8187;
  margin-top: 11px;
}

.vend-details-video .sec2-heading h2 {
  margin-bottom: 56px;
}

section.vend-details.details-sec .service-type {
  margin-top: 30px;
  display: block;
}

section.vend-details.details-sec .service-type h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
  margin-bottom: 12px;
  text-align: left;
}

section.vend-details.details-sec .service-type p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin-bottom: 26px;
}

section.vend-details.details-sec .service-type a.ancor_tag {
  width: 100%;
  display: flex;
  color: #010710;
  font-size: 18px;
  gap: 20px;
  margin-bottom: 10px;
  padding: 18px 20px;
}

section.vend-details.details-sec .service-type a.ancor_tag span {
  color: #7D8187;

}

section.vend-details.details-sec .service-type a.ancor_tag:hover {
  color: white;
}

section.vend-details.details-sec .service-type a.ancor_tag:hover span {
  color: whiNext vendor te;
}

section.vend-details.details-sec .social-share h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
  margin: 30px 0 25px;
}

section.vend-details.details-sec .social-share h3 span {
  color: #4bb2c9;
}

section.vend-details.details-sec .social-links {
  display: flex;
  gap: 24px;
}

section.bridal-trou-photo .swiper-bridal-trou {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}

.swiper-bridal-trou .swiper-slide {
  width: 279px !important;
  padding: 0;
  margin-top: 0;
}

section.bridal-trou-photo {
  background: #F0F5F7;
  padding: 41px 0;
}

.swiper-bridal-trou .swiper-slide img {
  max-width: 100%;
  height: 379px;
  object-fit: cover;
}

.swiper-bridal-trou .button-next,
.swiper-bridal-trou .button-prev {
  background-color: #4BB2C9;
  color: white;
  padding: 14px 31px;
  cursor: pointer;
  width: fit-content;
  border-radius: 5px;
}

.swiper-bridal-trou .controls {
  display: flex;
  justify-content: space-between;
}

.swiper-bridal-trou .swiper-wrapper {
  margin: 62px 0 30px;
}

section.vendors-social {
  padding: 53px 0;
  border-bottom: 1.02px solid #02333229;
}

section.vendors-social .social-share h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: 27.04px;
  margin: 0 0 25px;
}

section.vendors-social .social-share h3 span {
  color: #4bb2c9;
}

section.vendors-social .social-links {
  display: flex;
  gap: 24px;
}

.related-vendors.vinder-card-content {
  min-height: 324px;
  padding: 11px 12px 24px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 21px;
  background-position: center;
}

.related-vendors.vendor-card-wrap {
  margin-top: 55px;
}

.related-vendors.cat-name {
  background: #FFFFFFCC;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 2px;
}

.related-vendors .vendor-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12px 24px;
}

.related-vendors .vendor-details h4 {
  font-size: 18.24px;
  font-weight: 400;
  line-height: 21.7px;
  color: #FFFFFF;
}

.related-vendors .vendor-details p.sub-heading {
  color: #B1B1B1;
  font-size: 12.77px;
  font-weight: 400;
  line-height: 15.19px;
  margin-bottom: 0;
}

.related-vendors .vend-request {
  font-size: 16px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  cursor: pointer;
  border-radius: 5px;
}

.vend-request:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.related-vendors .view-more {
  background: #4BB2C9;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  padding: 15px 30px;
  text-align: left;
  color: white;
  border-radius: 5px;
  transition: all 0.5s ease;
  border: 0;
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
}

.related-vendors .view-more:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.related-vendors {
  padding: 53px 0 96px;
}

.related-vendors .vinder-card-content {
  min-height: 324px;
  padding: 11px 12px 22px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 24px;
}

.related-vendors .cat-name.pull-right {
  background: #FFFFFFCC;
  width: fit-content;
  padding: 1px 10px;
  color: #000000;
  border-radius: 4px;
}

.related-vendors .sec2-heading h2 {
  margin-bottom: 53px;
}

.related-vendors .more-vendors {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

.related-vendors a.button-more-vendors {
  background-color: #4BB2C9;
  color: white;
  padding: 14px 31px;
  cursor: pointer;
  width: fit-content;
  display: block;
}

.related-vendors a.button-more-vendors:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.modal.bd-example-modal-lg label {
  color: rgb(77, 100, 115);
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  display: flex;
  margin-bottom: 14px;
}

.modal.bd-example-modal-lg .form-control {
  background: #23627117;
  padding: 16px 23px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #0107108F !important;
  border: 0;
}

.modal.bd-example-modal-lg .form-control::placeholder {

  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #0107108F !important;
}

.modal.bd-example-modal-lg .form-group {
  margin-bottom: 35px;
}

.modal.bd-example-modal-lg select {
  background: #23627117;
  padding: 16px 23px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #0107108F !important;
  width: 100%;
  border: 0;
}

.modal.bd-example-modal-lg .modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 41px;
}

.modal.bd-example-modal-lg .modal-footer button.btn {
  padding: 14px;
  width: 100%;
  color: white;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  border: 0;
}

.modal.bd-example-modal-lg button.btn.btn-send {
  background: #4BB2C9;
  border: 0;
}

.modal.bd-example-modal-lg button.btn.btn-cancle {
  background: #23627117;
  color: #4D6473;
}

.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}

.popuptext p {
  margin-bottom: 10px;
}

.popuptext span {
  font-weight: bold;
  float: right;
}

/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}

.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.item a {
  display: block;
  width: 100%;
}

.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.item a:hover i {
  display: block;
  z-index: 2;
}

#api_div {
  /* height: -webkit-fill-available; */
  padding-top: 17px;
  height: 54px;
}

/* ======= hero section video container  */

.hero_video_container {
  margin-top: 50px;
  max-width: 546px;
  max-height: 303px;
}

.hero_video_container video {
  width: 100%;
  height: 303px;
}

.new_services_texts>h2 {
  font-size: 45px;
  font-weight: 400;

}

.new_services_texts>h6 {
  font-size: 26px;
  font-weight: 400;
}

.new_services_texts>h6 span {
  font-weight: bold;
}

.new_services_card h5 {
  font-size: 24px;
  margin: 0;
}

.new_services_card>p {
  font-size: 16px;
  color: #7D8187;

}

.floating-icon {
  position: absolute;
  top: 13px;
  left: 12px;
}

.homemainsec2>a {
  width: 100%;
}

.flex-item {
  flex: 0 0 calc(50% - 1rem);
  margin-bottom: 5px;
}

/* .flex-item  p{
  min-height: 52px;
} */


.primary-button {
  background: #5DB5E3;
  padding: 14px 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  gap: 15px;
  transition: all 0.5s ease;
}

.primary-button:hover {
  background-color: #2ba6c1;
  transform: scale(1.02);
  cursor: pointer;
}

.purple_button {
  background: #7877B7;
  padding: 14px 31px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  gap: 15px;
  transition: all 0.5s ease;
}

.purple_button:hover {
  background-color: #6968a1;
  transform: scale(1.02);
  cursor: pointer;
}

/* 
.content-wrapper {
  min-height: 40px; 
  display: flex;
  align-items: baseline;
  //justify-content: center;
}

.content-wrapper p {
  margin: 0;
  align-self: end;
} */


.card-h5-size>h5 {
  font-family: DM Serif Text;
  font-size: 28px;
  font-weight: 400;
  line-height: 32.48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;

}

.card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  filter: brightness(70%);
}

.card-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 20px;
  border: 0.8px solid #FFFFFF;

}

.card-1-background {
  background-color: #60B4E0D9;

}

.card-2-background {
  background-color: #7975B6D9;

}

.card-3-background {
  background-color: #FFFFFFD9;
  color: #000
}

.card-4-background {
  background-color: #60B4E0D9;
  color: #000
}

.card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.card-icon img {
  width: 62px;
  height: 62px;
}

/* font family */
.main_title {
  font-family: "Bitter Medium", serif !important;
}

.sub_title {
  font-family: "Manrope Medium", sans-serif !important;
}

.body_text {
  font-family: "Poppins Regular", sans-serif !important;
}

.text_below_website_field {
  width: 25%;
  font-size: 10px;
  margin-top: 6px;
  margin-bottom: 1rem !important;
}

/* question and answer page */
.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: #5DB5E3 !important;
}

/* question and answer page */

/* Wedding Checklist tool page */

.calendar {
  width: 25% !important;
}

.progress-bar.progress-bar-striped {
  --bs-bg-opacity: 1;
  background-color: #7877B7 !important;
}

/* div#accordionExample {
  max-height: 437px;
  overflow: auto;
} */

/* Wedding Checklist tool page */
/* Wedding Checklist tool page */

/* new home page */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Aspect ratio 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 43px;
  font-weight: bolder;
  /* background: rgba(119, 115, 115, 0.5); */
  padding: 15px 30px;
  border-radius: 10px;
}

.home_page_overlay {
  position: absolute;
  top: 68%;
  left: 60%;
  transform: translate(-50%, -50%);
  text-align: end;
  color: white;
  font-size: 45px;
  font-weight: bolder;
  /* background: rgba(119, 115, 115, 0.5); */
  padding: 15px 30px;
  border-radius: 10px;
}

button#play-button {
  border: 0;
}

section#services_section {
  margin-top: 10%;
  margin-bottom: 10%;
}

.label-title.sub_title {
  max-width: 900px;
  width: 885px;
}

.logo_mobile {
  display: none;
}

.home_mobile {
  display: none;
}

/* Landing page services slider styles */
.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  /* width: calc(100% * 5); */
}

.slide {
  flex: 0 0 33.33%;
  /* 3 slides at a time */
  box-sizing: border-box;
  padding: 0 15px;
}

/* Next/Previous Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
}

.prev-btn {
  left: 3%;
}

.next-btn {
  right: 3%;
}

/* Pagination Dots */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #717171;
}

h2.sub_title.our_services_title {
  font-size: 3rem !important;
}

h2.fw-bold.mb-4.sub_title.negotiation-title {
  font-size: 46px !important;
}

p.text-muted.mb-4.sub_title.negotiation-text {
  font-size: 22px !important;
}

h2.fw-bold.mb-3.sub_title.negotiation_banner_title {
  font-size: 50px;
}

.fs-custom {
  font-size: 22.56px;
}

.negotiation-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/negotiated_banner_group_image.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.wedding-planner-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/wedding_planner_section_desktop.png') !important;
  background-size: cover !important;
  background-position: center !important;
}




/* ================= Choose Weading Services ===================  */
/* Choose Wedding Section Styles */

.choose-wedding-section {
  background-color: white;
}

.choose-wedding-section .choose-wedding-section-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 71px;
  font-family: "Manrope Medium", sans-serif !important;
  color: #60B4E0;
}
.choose-wedding-card-market-price{
  background: white;
  box-shadow: 0px 0px 15px 0px #60B4E033;
  padding: 23.5px 13px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.choose-wedding-card-market-price p{
  margin-bottom: 0;
  color: black;
}
.choose-wedding-card-market-price h5{
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0 !important;
  color: var(--text-color);
}
.choose-wedding-card {
  box-shadow: 0px 0px 12px 0px #00000026;
  padding: 40px 56px;
  border: none;
  border-radius: 8px;
}

.choose-wedding-card .choose-wedding-card-title {
  font-family: "Poppins Regular", sans-serif;
  color: var(--text-color);
  font-weight: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.choose-wedding-list {
  margin: 0;
  padding: 0;
}

.choose-wedding-item {
  border-top: 0.5px solid #CCCCCC;
  padding: 30px 0;
  justify-content: space-between;
}

.custom-proposal-wrapper {
  margin-top: 20px;
}

.custom-proposal-wrapper .custom-proposal-form {
  margin-top: 30px;
}

.custom-proposal-form .custom-proposal-desc-form label {
  color: #7D8187;
  font-size: 18px;
  font-weight: 500;
  opacity: .8;
  margin-bottom: 17px;
}

.custom-proposal-form .custom-proposal-desc-form textarea {
  padding: 14px 23px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  display: block;
  width: 100%;
  border: none;
  resize: none;
  height: 199px;
  color: #0107108F;
  background-color: #60B4E017;
}

.custom-proposal-form .custom-proposal-checkbox {
  margin-top: 45px;
  margin-bottom: 36px;

  label {
    color: #7D8187;
    font-size: 18px;
    font-weight: 500;
    opacity: .8;
  }
}


.choose-wedding-checkbox {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  appearance: none;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.choose-wedding-checkbox:checked {
  background-color: #60B4E0;
  border-color: #60B4E0;
}

.choose-wedding-label {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}

.choose-wedding-label.active {
  color: #000000;
}

.choose-wedding-btn {
  border: 1px solid #7975B6;
  color: #7975B6;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap;
  background: transparent;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.choose-wedding-btn:hover {
  background-color: #7975B6;
  color: #ffffff;
}




/* ============================ Wedding planner models  */
/* Modal Card Styling */
.wedding-planner-model-layout,
.alacarte-modal-wraper {
  max-width: 868px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px #00000026;
  border-radius: 10px;
  padding: 27px 31px;
}

.wedding-planner-detail-wrapper .wedding-planner-detail-desc,
.alacarte-modal-wraper .alacarte-desc {
  font-size: 18px;
  font-weight: 400;
  color: black;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 47px;
}

.wedding-planner-detail-wrapper .wedding-planner-detail-heading {
  font-size: 28px;
  font-weight: 400;
  color: var(--text-color);
}

.wedding-planner-detail-wrapper .wedding-planner-detail-desc {
  color: var(--main-color);
  margin-top: 20px;
}

.wedding-planner-detail-wrapper .wedding-planner-detail-close-btn {
  min-width: 358px;
}

.wedding-planner-detail-wrapper .wedding-management-heading {
  font-family: 'Poppins', sans-serif;
  border-bottom: 0.5px solid #CCCCCC;
  padding-bottom: 25px;
  font-weight: 500;
}

.wedding-planner-detail-wrapper .custom-propsal-req-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.wedding-planner-detail-wrapper .req-proposal-note-card {
  padding: 23.5px 13px;
  box-shadow: 0px 0px 15px 0px #60B4E033;
  border-radius: 5px;
  background: white;
  margin-bottom: 39px;
  color: #4d6473d2;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.wedding-planner-detail-wrapper .req-proposal-note-card p {
  margin-bottom: 0;
}

.wedding-planner-detail-wrapper .req-proposal-note-card p span {
  color: #60B4E0;
  font-weight: 600;
}

.wedding-management-content h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.wedding-management-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.wedding-management-content ol {
  padding-left: 24px;
}

.wedding-management-content ol li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}

.wedding-management-content ul {
  padding-left: 24px;
}

.wedding-management-content ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}

.model-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  color: white;
  position: absolute;
  right: -18px;
  top: -17.2px;
  border: none;
}

.pre-event-phase-section .table th,
.pre-event-phase-section .table td {
  vertical-align: middle;

}

.custom-table-alacarte-model {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 600px;
}

.tb-body {
  display: table;
  border-collapse: collapse;
  border-spacing: 0 8px;
}

.custom-table-alacarte-model thead th {
  background-color: #f0f8fc;
  border: 1px solid #000000;
  font-weight: 600;
  padding: 5px 20px;
  color: #333;
}

.custom-table-alacarte-model thead tr:first-child th {
  border-bottom: none;
}

.custom-table-alacarte-model thead tr:nth-child(2) th {
  border-top: none;
}

.custom-table-alacarte-model tbody::before {
  content: "";
  display: table-row;
  height: 8px;
}

.custom-table-alacarte-model tbody td {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
}

.custom-table-alacarte-model tbody tr::after {
  content: "";
  display: table-row;
  height: 8px;
}

.custom-border-bottom {
  border-bottom: 1px solid #000000 !important;
}

.custom-radius-tl {
  border-top-left-radius: 10px;
}

.custom-radius-tr {
  border-top-right-radius: 10px;
}

.light-blue-text {
  color: var(--secondary-color) !important;
}


/* ============================ STEPPER  */

.wedding-planning-stepper-section {
  padding: 50px 0;
  background-color: #F0F5F7;
}

.wedding-planning-stepper-section .wedding-planning-stepper-wrapper {
  max-width: 961px;
  margin: auto;
}

.wedding-planning-stepper-wrapper .stepper-header h2 {
  font-size: 32px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 7px;
}

.wedding-planning-stepper-wrapper .stepper-header p {
  font-size: 18px;
  font-weight: 400;
  color: #7D8187;
}

.wedding-planning-stepper-wrapper .stepper-alert {
  font-size: 18px;
  font-weight: 400;
  color: #7D8187;
  background: white;
  margin-top: 27px;
  padding: 23.5px 14px;
  box-shadow: 0px 0px 15px 0px #60B4E033;
  border-radius: 5px;
  margin-bottom: 39px;
}

.wedding-planning-stepper-wrapper .choose-wedding-planning-progress {
  width: 100%;
}

.step-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  border: 0.66px solid #60B4E0;
  font-size: 14px;
  color: #000;
  z-index: 1;
}

.active-step {
  background-color: #60B4E0;
  color: white;
}

.step-label {
  font-weight: 400;
  font-size: 18px;
  color: black;
  margin-top: 8px;
}

.step-line {
  height: 5px;
  background-color: #7975B6;
  flex-grow: 1;
  border-radius: 6.5px;
  margin-top: -22px;
  z-index: 0;
  min-width: 150px;
}

.choose-wedding-planning-steps {
  max-width: 670px;
  margin: 0 auto;
  padding: 25px 60px;
  background-color: white;
  border-radius: 10px;
}



.step-content {
  max-width: 516px;
  margin: auto;
}

.step-content .step-count-text {
  font-size: 14px;
  font-weight: 500;
  color: #60B4E0;
  font-family: 'Manrope Medium', sans-serif;
  margin-bottom: 8px;
}

.step-content .step-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: 'Manrope Medium', sans-serif;
}

.stepper-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.stepper-form .stepper-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.stepper-form .stepper-input-wrapper label {
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}

.stepper-form .stepper-input-wrapper label span {
  color: #FF0000;
}

.stepper-form .stepper-input-wrapper input {
  background: #60B4E017;
  padding: 14px 23px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  border: none;
  color: black;
}


.stepper-form .stepper-input-wrapper input::placeholder {
  color: #0107108F !important;
}

.stepper-form .stepper-input-wrapper select {
  background: #60B4E017;
  padding: 14px 23px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 2px;
  border: none;
  color: black;
}


.stepper-form .stepper-input-wrapper select::placeholder {
  color: #0107108F !important;
}

p#aa {
  padding-top: 7px;
  font-size: 19px;
  font-weight: 700;
}

.last-step-btn-wrapper {
  gap: 20px;
  max-width: 670px;
  margin: 0 auto;
}

.last-step-btn-wrapper button {
  flex: 1;
}



/* ========== stepper price model  */

/* Overlay Background */
.modal-backdrop.show {
  background-color: #00000099;
}

/* Modal Card Styling */
.stepper-payment-modal-card {
  max-width: 962px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px #00000026;
  border-radius: 10px;
  padding: 27px 31px;
}

/* Modal Heading */
.price-range-modal-heading {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 22px;
  border-bottom: 1px solid #7D8187;
  margin-bottom: 0;
  font-family: 'poppins';
}

/* .modal-dialog {
  max-width: 100%;
} */

/* Price Range Title */
.price-range-title {
  margin-top: 23px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'poppins';
  color: #000;
}

.price-range-wrapper {
  max-width: 707px;
  margin: 0 auto;
}

.price-range-slider {
  position: relative;
  max-width: 708px;
  width: 100%;
  height: 35px;
  text-align: center;
}

.price-range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -6px;
  width: 100%;
  outline: none;
  min-height: 46px;
  margin: 0;
  padding: 0;
}

.price-range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

.price-range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

.price-range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}

.price-range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.price-range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}


input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background: #60B4E0;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background: #60B4E0;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  min-height: 30px;
  width: 30px;
  border-radius: 100px;
  background: #60B4E0;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]:focus {
  outline: none;
}

.full-range {
  width: 100%;
  height: 5px;
  left: 0;
  top: 21px;
  border-radius: 10px;
  position: absolute;
  background: #DEDEDE;
}

.name-price-model-single-card {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
}

.wedding-price-model-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
  width: 100%;
  background: #FFFFFF;
}

.wedding-price-model-card-wrapper .wedding-price-model-card {
  text-align: start;
  border-radius: 6px;
  padding: 20px;
  flex: 1;
  border: 1px solid #DEDEDE;
}

.wedding-price-model-card p,
.name-price-model-single-card p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: var(--main-color);
}

.name-prime-model-single-card p span {
  font-weight: 600;
  margin-top: 15px;
  color: #60B4E0;
}

.wedding-price-model-card p span {
  color: black;
}

.wedding-planner-range-hour {
  font-size: 18px;
  text-align: end;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  max-width: 707px;
  font-family: 'poppins';
  margin-top: 23px;
  margin-bottom: 15px;
}





@media (max-width: 992px) {
  .choose-wedding-planning-steps {
    padding: 20px;
  }



  .step-line {
    height: 2px;
    width: 30px;
    min-width: auto;
  }

  .step-content {
    padding: 0 10px;
  }

  .step-label {
    font-size: 12px;
  }

  .choose-wedding-section .choose-wedding-section-title {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
  }

  .choose-wedding-card {
    padding: 30px 40px;
  }

  .choose-wedding-card .choose-wedding-card-title {
    font-size: 20px;
    text-align: center;
  }

  .custom-proposal-form .custom-proposal-desc-form label,
  .custom-proposal-form .custom-proposal-checkbox label,
  .choose-wedding-label {
    font-size: 16px;
    text-align: left;
  }

  .custom-proposal-form .custom-proposal-desc-form textarea {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .slider {
    width: 100%;
  }

  .slide {
    flex: 1 0 auto;
    width: 100%;
    /* 1 slide at a time on mobile */
  }

  .pagination .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .prev-btn,
  .next-btn {
    font-size: 20px;
    padding: 8px;
  }

  .step-line {
    height: 2px;
    width: 20px;
    margin: 0 auto;
  }

  .choose-wedding-planning-steps {
    padding: 20px 15px;
  }

  .step-content {
    padding: 0 8px;
  }

  .stepper-form .stepper-form-btn-wrapper {
    flex-direction: column;
    gap: 15px;
  }

  .step-label {
    font-size: 11px;
  }

  .choose-wedding-section .choose-wedding-section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .choose-wedding-card {
    padding: 25px 20px;
  }

  .choose-wedding-item {
    padding: 20px 0;
    gap: 10px;
  }

  .choose-wedding-card .choose-wedding-card-title {
    font-size: 18px;
  }

  .custom-proposal-form .custom-proposal-desc-form label,
  .custom-proposal-form .custom-proposal-checkbox label,
  .choose-wedding-label {
    font-size: 14px;
  }

  .choose-wedding-btn {
    padding: 4px 12px;
    font-size: 13px;
  }
  .wedding-planner-detail-wrapper .req-proposal-note-card,
  .wedding-planner-detail-wrapper .wedding-planner-detail-desc,
.alacarte-modal-wraper .alacarte-desc {
  font-size: 16px;
}
}

@media (max-width: 576px) {
  .wedding-planning-stepper-wrapper {
    padding: 0 10px;
  }

  .wedding-planning-stepper-wrapper .stepper-header h2 {
    font-size: 20px;
  }

  .wedding-planning-stepper-wrapper .stepper-header p,
  .wedding-planning-stepper-wrapper .stepper-alert {
    font-size: 13px;
  }

  .step-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .step-label {
    font-size: 10px;
  }

  .step-line {
    width: 15px;
    height: 2px;
  }

  .stepper-form .stepper-input-wrapper input {
    padding: 14px 16px;
  }

  .stepper-form .stepper-form-btn-wrapper .stepper-prev-btn,
  .stepper-form .stepper-form-btn-wrapper .stepper-next-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }

  .choose-wedding-section .choose-wedding-section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .choose-wedding-card {
    padding: 20px 15px;
  }

  .choose-wedding-card .choose-wedding-card-title {
    font-size: 16px;
  }

  .choose-wedding-label {
    font-size: 13px;
  }

  .choose-wedding-btn {
    padding: 3px 10px;
    font-size: 12px;
  }

  .custom-proposal-form .custom-proposal-desc-form textarea {
    height: 120px;
  }

  .choose-wedding-checkbox {
    width: 20px;
    height: 20px;
  }

  .last-step-btn-wrapper a {
    width: 100%;
  }

  .wedding-price-model-card-wrapper {
    flex-direction: column;
  }

  .wedding-price-model-card-wrapper .wedding-price-model-card {
    width: 100%;
  }

  .wedding-planner-detail-wrapper .wedding-planner-detail-heading,
  .price-range-modal-heading {
    font-size: 20px;
  }
  .alacarte-modal-wraper .table-responsive{
    display: block;
  }

  .stepper-payment-modal-card,
  .wedding-planner-model-layout,
.alacarte-modal-wraper {
  padding: 15px 10px;
}
.wedding-planner-detail-wrapper .req-proposal-note-card,
.wedding-management-content ol li,
.wedding-planner-detail-wrapper .wedding-planner-detail-desc,
.alacarte-modal-wraper .alacarte-desc {
  font-size: 14px;
}
.wedding-planner-detail-wrapper .wedding-planner-detail-close-btn {
  min-width: 100%;
}
}

/* home page new video */
.label-title.sub_title.overlay-title {
  font-size: 62px;
}

p.overlay-text {
  font-size: 35px;
  font-weight: 100;
}

.form-group.specific_fields.mb-3 {
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: none;
    resize: none;
}

.specific_input{
    background-color: #60B4E017;
}

/* wedding genie */
.wedding-gennie-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/wedding_genie_desktop.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.prepare-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/our-three-pillars/prepare_banner_desktop.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.plan-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/our-three-pillars/plan_banner_desktop.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

.preserve-banner-image {
  background: linear-gradient(263.98deg, #60B4E0 -1.08%, #7975B6 100.33%) !important;
  background-image: url('/new-design/assets/media/our-three-pillars/preserve_banner_desktop.png') !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .slider {
    width: 100%;
  }

  .slide {
    flex: 1 0 auto;
    width: 100%;
    /* 1 slide at a time on mobile */
  }

  .pagination .dot {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }

  .prev-btn,
  .next-btn {
    font-size: 20px;
    padding: 8px;
  }
}

.wedding-genie-hero{
  background-image: url('../media/genie-hero-bg.png');
  background-size: cover;
  /* background-position: left; */
  background-repeat: no-repeat;
}
.wedding-genie-hero .wedding-genie-hero-content{
  min-height: 719px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  max-width: 499px;

  @media (max-width: 768px) {
    min-height: 500px;
    text-align: center;
    align-items: center;
  }

  h1{
     font-size: 90px;
     font-weight: 700;
     color: #fff;
     letter-spacing: -2%;
     font-family: "Manrope Medium", sans-serif !important;
     margin-bottom: 21px;
     line-height: 96%;

     @media (max-width: 768px) {
      font-size: 48px;
    }

    @media (max-width: 480px) {
      font-size: 36px;
    }
   }
}
  .wedding-genie-hero .wedding-genie-hero-content p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Manrope Medium", sans-serif !important;
  line-height: 139%;
  letter-spacing: 0;
}
.wedding-genie-hero .wedding-genie-hero-content a{
  background-color: #000;
  color: #fff;
  padding: 14px 30px;
  max-width: 250px;
  max-height: 55px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'poppins', sans-serif;
  line-height: 100%;

}


/* Custom backdrop blur & dark overlay */
#weddingGenieModal {
  background: #00000060;
  backdrop-filter: blur(8.7px);
}


.wedding-genie-popup {
  border-radius: 20px;
  overflow: hidden;
  max-width: 572px;
  margin: auto;
  padding: 6px 7px;
  min-height: 550px;
  
  .wedding-genie-modal-header {
    background: url('../media/genie-popup-header-bg.jpg') no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 167px;
    flex-direction: column;
    position: relative;
    border-radius: 17px;

    h2 {
      font-size: 34px;
      font-weight: 700;
      margin-bottom: 14px;
      font-family: "Manrope Medium", sans-serif !important;
      letter-spacing: -2%;
      line-height: 104%;
    }
    
    p {
      font-size: 16px;
      font-family: "Manrope Medium", sans-serif !important;
      font-weight: 500;
      line-height: 139%;
    }
  }

  .modal-body {
    padding: 17px 11px 16px 11px;
  
    .genie-model-input {
      background-color: #F2F6F7;
      padding: 14px 23px;
      border-radius: 6px;
      height: 50px;
      outline: none;
      border: none;
      width: 100%;
      font-size: 14px;
      line-height: 160%;
      font-weight: 400;
      font-family: 'Poppins', sans-serif;
      color: #000000;
      margin-bottom: 14px;
  
      &::placeholder {
        color: #01071066 !important;
      }
    }

    .genie-model-input-select-wrapper {
      position: relative;
      width: 100%;
      background-color: #F2F6F7;
      border-radius: 6px;
      margin-bottom: 14px;

      .genie-model-input-select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      background-image: none;
      margin-bottom: 0;
      color: #000000 !important;

    }
      

    .chevron-down {
      position: absolute;
      top: 50%;
      right: 10px;
      outline: none;
      background: none;
      border: none;
      transform: translateY(-50%);
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 15px;
      color: #4BB2C9 !important;
    }
    
  }
    .btn-dark {
      background-color: #000;
      color: #fff;
      padding: 15px 30px;
      margin-top: 10px;
      width: 100%;
      text-align: center;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      line-height: 100%;
    }
  }

}

.genie-services-section{
    background: white;
    font-family: "Manrope", sans-serif;
}

.genie-services-header h2{
    font-size: 55px;
    font-weight: 600;
    line-height: 96%;
    letter-spacing: -2%;
    color: black;
}

.genie-services-header p{
    font-size: 22px;
    font-weight: 500;
    line-height: 139%;
    letter-spacing: 0%;
    color: black;
}


.genie-services-cards-wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin-top: 55px;
    gap: 20px;
}
.genie-services-cards-wrapper .genie-services-card{
    max-width: 345px;
    border-radius: 42px;
    min-height: 300px;
    padding: 50px 29px;
    /* overflow: hidden; */
    position: relative;
    background: #C2E4F8;
}

.genie-services-card h3{
    font-size: 31px;
    font-weight: 500;
    line-height: 119%;
    letter-spacing: 0%;
    color: black;
}
.genie-services-card .genie-services-card-stars{
    width: 100%;
    display: flex;
    justify-content: end;
}
.genie-services-card .genie-services-card-rounded-img{
    position: absolute;
    bottom: -6.1px;
    right: -1px;
}
.genie-services-card-rounded-img .view-btn{
    position: absolute;
    top: 35%;
    left: 32%;
    width: 100%;
    height: 100%;
}
.genie-services-card-rounded-img .view-btn a{
    border-radius: 50%;
    background-color: black;
    width: 79.8px;
    height: 79.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: 23px;

    img{
        width: 100%;
        height: 100%;
    }
}

#business_name{
  background: none !important;
}
