/* ================================== Topbar ========================================= */

.head-top {
  background: #c50101;
}

.head-top ul li a {
  color: white;
  font-size: 12px;
}

/* ================================== Topbar ========================================= */

/* ================================== Header ========================================= */

.hom-nav .bl {
  padding: 18px 40px;
}

.hom-top {
  padding: 6px 0px;
}

.hom-nav .ic-logo {
  width: 100%;
  padding-top: 0px;
}

@media screen and (max-width: 400px) {
  .hom-nav .ic-logo {
    width: 200px;
  }
}

.al {
  padding: 18px 0px;
}

.smenu-box,
.smenu-multi {
  top: 107px;
}

/* ================================== Header ========================================= */

/* ================================== Slider ========================================= */

.hom-ban-sli:before {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-image: linear-gradient(358deg, black, #0000005e);
}

.hom-ban-sli {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  /* -1 hatao */
  margin-top: 90px;
}

.ban-sli,
.ban-sli li,
.ban-sli li div {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ban-sli {
  float: left;
  width: 100%;
}


.ban-sli li div {
  float: left;
  width: 100%;
}

.ab-wel {
  padding: 88px 0px;
}

@media screen and (max-width: 769px) {
  .ab-wel {
    padding: 80px 0;
  }

  .hom-ban-sli {
    margin-top: 80px;
  }
}

.ban-sli li div img {
  width: 100%;
  height: auto;
  /* 100% mat rakho */
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 1250px) {
  .hom-ban-sli {
    display: block;
  }
}

.ban-sli li.slick-active div img {
  /* animation: slizoom 10s infinite linear both; */
  animation: none;
}

/* ================================== Slider ========================================= */

/* ================================== Services Section ========================================= */

.home-acces-main {
  padding-top: 15px;
}

.home-tit {
  margin-bottom: 50px;
  padding-top: 30px;
}

.home-acces-main .slick-dots li button {
  background: #f00;
  border: 2px solid #f00;
  box-shadow: 0 0px 0px 5px #ffffff2e;
}

.home-acces-main .slick-dots li.slick-active button {
  background: #f00;
  border: 2px solid #000000;
  box-shadow: 0 0px 0px 5px #c50101;
}

.home-acces ul li div.hacc::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 50px 50px 0px 0px;
  transition: all 0.4s ease-in-out 0s;
  background: #c50101;
  transform: scale(0);
  transform-origin: right bottom;
  z-index: 0;
}

/* ================================== Services Section ========================================= */

/* ================================== Testiimonial Section ========================================= */

.home-tit h2 span .num {
  font-family: var(--tit-font);
  font-size: 90px;
  font-weight: 600;
  line-height: 70px;
  color: #c50101;
}

.home-tit h2 span {
  font-weight: 600;
  color: black;
}

.cta-dark {
  background: #c50101;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  border-radius: 40px;
  padding: 13px 30px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.hom-cus-revi .slick-arrow {
  width: 50px;
  height: 50px;
  top: 54%;
  background: rgb(118 0 0 / 41%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.01);
}

.home-tit p {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
  color: #c50101;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: "Cinzel Decorative", cursive;
}

.cus-revi-box h5 {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px 0px;
  font-family: "Cinzel Decorative", cursive;
}

.cus-revi-box {
  border: 1px dashed #760000b0;
  padding: 90px 25px 15px;
  border-radius: 10px;
  position: relative;
  margin: 0px 15px;
}

/* ================================== Testiimonial Section ========================================= */

/* ================================== About Section ========================================= */

.ab-wel-tit h2 em {
  color: #c50101;
}

.ab-wel-tit h2 {
  color: black;
}

.ab-wel-tit p a {
  color: #c50101;
  font-weight: 600;
  font-size: 16px;
}

.ab-wel-4 {
  width: 200px;
  height: 200px;
  border: 7px solid #7600005c;
  border-radius: 20px;
  right: 9px;
  bottom: -4px;
}

.ab-wel-tit-2 ul li div i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 42px;
  height: 42px;
  background: #c50101;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 9px;
  box-shadow: rgb(118 0 0 / 15%) 0px 0px 0px 8px;
  font-size: 18px;
  line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
li,
label,
tr,
td,
a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary,
input,
textarea,
select {
  color: #c50101;
}

/* ================================== About Section ========================================= */

/* ================================== Counter Section ========================================= */

.ab-cont ul li .ab-cont-po i {
  font-size: 20px;
  position: absolute;
  left: 25px;
  top: 25px;
  color: #c50101;
  border: 1px solid #c50101;
  padding: 8px 0px;
  border-radius: 10px;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  text-align: center;
  transition: all 0.4s ease;
}

.ab-cont ul li .ab-cont-po {
  position: relative;
  border: 1px dashed #c50101;
  border-left: 0;
  padding: 20px;
}

.ab-cont ul li .ab-cont-po:hover i {
  color: #c50101;
  border: 1px solid #c50101;
}

.ab-cont ul li .ab-cont-po div span {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
}

/* ================================== Counter Section ========================================= */

/* ================================== Footer ========================================= */

.wed-hom-footer {
  padding: 0px 0px 80px;
  background: #7600001c;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  background-image: none;
}

.wed-hom-footer h4 {
  font-size: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Josefin Sans";
  color: #c50101;
}

.wed-hom-footer * {
  color: black;
  line-height: 28px;
  font-size: 15px;
}

.wed-foot-link div {
  border-right: 2px dotted #cd0000;
  padding-left: 40px;
}

@media screen and (max-width: 1400px) {
  .foot-supp h2 {
    font-size: 20px;
  }
}

.foot-supp {
  background: #c50101;
  width: 70%;
  margin: -30px auto 0px;
  display: table;
  padding: 10px 20px 10px;
  border-radius: 5px;
  position: relative;
}

.wed-foot-link {
  padding: 40px 0px 20px;
}

.foot-count {
  border-top: 2px dotted #cd0000;
  padding: 20px 0px 0px;
  width: 100%;
}

.wed-hom-footer {
  padding: 0px 0px 20px;
  background: #7600001c;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  background-image: none;
}

.cr {
  background: #c50101;
  float: left;
  width: 100%;
  position: relative;
}

.cr p {
  width: 100%;
  color: white;
  text-align: center;
  margin: 0px;
  padding: 10px 0px;
}

.cr * {
  color: white;
  font-weight: 400;
  font-size: 14px;
}

.cr p a {
  text-decoration: underline;
  color: white;
}

.wed-hom-footer p a.btn {
  font-size: 14px;
  color: white;
  background: #c50101;
  border: 0px;
  padding: 3px 15px;
}

/* ================================== Footer ========================================= */

/* ================================== CTA Section ========================================= */

.fot-ban-inn {
  float: left;
  width: 100%;
  background: #7600000f;
  border-radius: 15px;
  margin: 0px 0px 0px;
}

.cta-3 {
  background: #c50101;
  border: 1px solid #c50101;
  border-radius: 35px;
  font-size: 14px;
}

.cta-4 {
  border: 2px dotted #c50101;
  border-radius: 35px;
  font-size: 14px;
}

/* ================================== CTA Section ========================================= */

/* ================================== Why Choose Section ========================================= */

.ban-home {
  padding: 110px 20px 80px 20px;
  position: relative;
  margin-top: 160px;
}

.ban-inn {
  /* background: linear-gradient(to right, #ff659a, #fd5e60); */
  background: linear-gradient(to right, #ff659a6b, #fd5e60a6);
  padding: 17px 20px 15px 20px;
}

.ban-inn h2,
.ab-ban h1 {
  background: #c50101;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* ================================== Why Choose Section ========================================= */

/* ================================== testimonial  Section Padiing ========================================= */
.ab-team {
  float: left;
  width: 100%;
  padding: 30px 0px;
}

.hom-cus-revi {
  padding-top: 50px;
  float: left;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

/* Card */
.cus-revi-box {
  background: #fff;
  padding: 60px 20px 25px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

/* Hover */
.cus-revi-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(145, 5, 65, 0.15);
}

/* Image wrapper (center) */
.revi-im {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

/* Circle Image */
.revi-im img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  /* 👈 perfect circle */
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* Remove old shapes */
.cir-com {
  display: none;
}

/* Text */
.cus-revi-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cus-revi-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #910541;
}

.cus-revi-box span {
  font-size: 13px;
  color: #888;
}

.stars {
  color: #ffc107;
  font-size: 25px;
  margin: 5px;
}

.cus-revi {
  float: left;
  width: 100%;
  margin: 2px 0px 27px;
  position: relative;
  overflow: hidden;
  padding: 19px 10px 5px;
}

/* ================================== testimonial  Section Padiing ========================================= */

/* ================================== blog details page & blog section  ========================================= */
.blog-box {
  padding: 12px;
  border-radius: 12px;
  border: 2px dashed #950a47;
  /* light soft border */
  background: #fff;
  width: 93%;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* Hover effect (premium feel) */
.blog-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(145, 5, 65, 0.15);
  border-color: #910541;
}

/* Image styling */
.blog-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 17px;
}

/* Heading */
.blog-box h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Description */
.blog-box p {

  line-height: 1.6;
  min-height: 60px;
}

.blog-box a {
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: #910541;
  border-radius: 25px;
  margin-top: 10px;
  transition: 0.3s;
  float: none;
}

.blog-box a:hover {
  background: #6e0332;
  text-decoration: none;
}

.blog-home-box .im img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inn {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.blog-main .rhs {
  float: left;
  width: 30%;
  border: 3px dashed #8a053f;
  padding: 14px;

}

@media (max-width: 767px) {
  .blog ul li {
    width: 100%;
    margin-bottom: 20px;
    /* 👈 proper gap */
  }

  .blog-box {
    width: 100%;
    /* full width card */
  }
}

.blog-home-box .txt {
  float: left;
  width: 100%;
  border-radius: 12px;
  padding: 40px 40px 30px 40px;
  position: relative;
  box-shadow: 0 4px 15px rgb(218 187 129);
  background: #fff;
}

/* ================================== blog details page & blog section  ========================================= */

/* ================================== team section ========================================= */

.ab-team ul li div {
  padding: 5px 7px 10px;
  text-align: center;
  background: #e7ca85;
  margin: 5px;
  border-radius: 5px;
  border: 1px solid #8D052E;
  transition: all 0.5s ease;
  position: relative;
  display: table;
  padding-bottom: 12px;
  overflow: hidden;
}

.ab-team ul li div p {
  font-size: 17px;
  color: #0b0b0a;
  margin: 0px;
  font-weight: 500;
  position: relative;
  top: 0;
  z-index: 1;
}

.ab-team ul li div:before {

  background: none;

}

.ab-team ul li div:hover h4 {
  top: 11px;
  color: #8D052E;
}

.ab-team ul li div:hover p {
  top: 10px;
  color: #0b0b0a;
}

.ab-team ul li div:hover {
  box-shadow: 0 12px 41px 0px #dfcda5;
  z-index: 1;
  background: none;
}

.ab-team ul li div h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fffafd;
  line-height: 25px;
  padding-top: 20px;
  margin-bottom: 5px;
  position: relative;
  top: 0;
  z-index: 1;
}

/* Default gap */
.couple-team .slick-slide {
  padding: 10px;
}

.couple-team {
  margin: 0 -10px;
}

/* Tablet */
@media (max-width: 768px) {
  .couple-team .slick-slide {
    padding: 8px;
  }

  .couple-team {
    margin: 0 -8px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .couple-team .slick-slide {
    padding: 6px;
  }

  .couple-team {
    margin: 0 -6px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .couple-team .slick-slide {
    padding: 5px;
  }

  .couple-team {
    margin: 0 -5px;
  }
}

/* ================================== team section ========================================= */

/* ================================== Gallery Page ========================================= */
.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #f1d4e0;
  background: #fff;
  transition: 0.3s;
}

.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  /* match wrapper */
  transition: 0.4s;
}

.img-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(145, 5, 65, 0.15);
  border-color: #910541;
}

.img-wrapper:hover img {
  transform: scale(1.08);
}



.img-overlay i {
  color: #fff;
  font-size: 22px;
}

.img-wrapper:hover .img-overlay {
  opacity: 1;
}


.img-overlay {
  background: rgba(145, 5, 65, 0.6);

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  border-radius: 12px;
}

/* ================================== Gallery Page ========================================= */

/* ================================== Vedio Testimoinal Page ========================================= */
#video-gallery {
  display: flex;
  flex-wrap: wrap;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #f1d4e0;
  cursor: pointer;
  transition: 0.3s;
}

.video-wrapper img {
  width: 100%;
  display: block;
  transition: 0.4s;
}

/* Overlay */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 5, 65, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.video-overlay i {
  color: #fff;
  font-size: 30px;
}

/* Hover */
.video-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(145, 5, 65, 0.2);
}

.video-wrapper:hover img {
  transform: scale(1.08);
}

.video-wrapper:hover .video-overlay {
  opacity: 1;
}

.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.video-modal iframe {
  width: 80%;
  height: 450px;
  margin: auto;
  display: block;
}

.close-video {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* ================================== Vedio Testimoinal Page ========================================= */


/* ================================== Register  Page ========================================= */

.login {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(135, 48, 86, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 167, 104, 0.12), transparent 30%),
    linear-gradient(135deg, #fdf9fb 0%, #fffdf8 100%);
  padding: 60px 0;
}

.register-card {
  background: rgba(255, 255, 255, 0.96);
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(135, 48, 86, 0.08);
  box-shadow: 0 10px 24px rgba(66, 24, 42, 0.10);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.register-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 5px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, #873056, #c9a768, #873056);
}

.form-tit h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #c9a768;
  margin-bottom: 10px;
}

.form-tit h1 {
  font-size: 36px;
  font-weight: 700;
  color: #873056;
  margin-bottom: 8px;
}

.form-tit p {
  color: #6f5c66;
  font-size: 15px;
  margin-bottom: 0px;
}

.form-tit a {
  color: #873056;
  font-weight: 600;
  text-decoration: none;
}

.form-tit a:hover {
  color: #c9a768;
}

/* #multiStepForm {
            border-top: 1px solid rgba(135, 48, 86, 0.10);
            padding-top: 25px;
        } */

.step-form {
  display: none;
  animation: fadeInUp 0.35s ease;
}

.step-form.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Premium Stepper */
.premium-stepper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 35px;
}

.premium-stepper .step {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #ece7ea;
  color: #7f6d77;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.premium-stepper .step:not(:last-child) {
  margin-right: 70px;
}

.premium-stepper .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  width: 74px;
  height: 3px;
  background: #e9dde3;
  z-index: -1;
  border-radius: 10px;
}

.premium-stepper .step.active {
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
  box-shadow: 0 12px 24px rgba(135, 48, 86, 0.25);
}

.premium-stepper .step.completed {
  background: #c9a768;
  color: #fff;
}

.premium-stepper .step.completed::after,
.premium-stepper .step.active::after {
  background: linear-gradient(90deg, #c9a768, #873056);
}

.register-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #873056;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.register-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #873056, #c9a768);
}

.register-card label {
  font-size: 14px;
  font-weight: 600;
  color: #6e4e5d;
  margin-bottom: 8px;
  display: block;
}

.register-card input,
.register-card select {
  width: 100%;
  height: 54px;
  padding: 12px 15px;
  border-radius: 14px;
  border: 1px solid #eadfe4;
  background: #fff;
  color: #3e2b33;
  margin-bottom: 18px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(135, 48, 86, 0.04);
}

.register-card input:focus,
.register-card select:focus {
  outline: none;
  border-color: #873056;
  box-shadow: 0 0 0 4px rgba(135, 48, 86, 0.10);
}

.register-card input::placeholder {
  color: #9b8a92;
}

.register-card input[type="file"] {
  padding: 12px;
  height: auto;
  background: #fcf8fa;
  border: 1px dashed #c9a768;
}

.image-preview-box {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  border: 2px dashed #873056;
  background: linear-gradient(135deg, #fffaf5, #ffffff);
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 24px;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(135, 48, 86, 0.13);
  transition: all 0.25s ease;
  position: relative;
  padding: 14px;
  text-align: center;
}

.image-preview-box:hover {
  transform: translateY(-3px);
  border-color: #c9a768;
  box-shadow: 0 18px 38px rgba(135, 48, 86, 0.20);
}

.image-preview-box img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  border-radius: 50%;
}

.image-preview-box .upload-content {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  color: #873056;
  line-height: 1.2;
  text-align: center;
}

.image-preview-box .upload-content i {
  font-size: 24px;
  color: #c9a768;
  margin-bottom: 3px;
}

.image-preview-box .upload-content small {
  font-size: 11px;
  font-weight: 600;
  color: #873056;
}

.image-preview-box .upload-content b {
  font-size: 13px;
  font-weight: 700;
  color: #873056;
}

.register-card button {
  height: 54px;
  padding: 12px 20px;
  border-radius: 14px;
  border: none;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #873056, #c9a768);
  box-shadow: 0 14px 25px rgba(135, 48, 86, 0.20);
  transition: all 0.25s ease;
}

.register-card button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(135, 48, 86, 0.26);
}

.register-card button.prev {
  background: #fff;
  color: #873056;
  border: 1px solid #d8c1cb;
  box-shadow: none;
}

.register-card button.prev:hover {
  background: #faf4f7;
}

@media (max-width: 767px) {
  .register-card {
    padding: 28px 20px;
  }

  .form-tit h1 {
    font-size: 28px;
  }

  .premium-stepper .step:not(:last-child) {
    margin-right: 42px;
  }

  .premium-stepper .step:not(:last-child)::after {
    width: 46px;
  }
}

/* Keep form clean */
.register-card {
  overflow: visible;
}

.register-card .row {
  overflow: visible;
}

.register-card .form-group {
  position: relative;
  margin-bottom: 18px;
}

/* Normal select */
.register-card select:not(.chosen-select) {
  width: 100%;
  height: 50px;
  border-radius: 13px;
  border: 1px solid #eadfe4;
  padding: 0 15px;
  color: #3e2b33;
  background-color: #fff;
  font-weight: 600;
}

/* Chosen main box */
.register-card .chosen-container {
  width: 100% !important;
  font-size: 14px;
}

.register-card .chosen-container-single .chosen-single {
  height: 50px;
  line-height: 50px;
  border-radius: 13px;
  border: 1px solid #eadfe4;
  background: #fff;
  box-shadow: none;
  padding: 0 15px;
  color: #3e2b33;
  font-weight: 600;
}

.register-card .chosen-container-single .chosen-single span {
  line-height: 50px;
  color: #3e2b33;
}

.register-card .chosen-container-single .chosen-single div {
  top: 13px;
  right: 10px;
}

/* Active border */
.register-card .chosen-container-active.chosen-with-drop .chosen-single,
.register-card .chosen-container-active .chosen-single {
  border-color: #873056;
  box-shadow: 0 0 0 3px rgba(135, 48, 86, 0.10);
}

/* Most important fix */
.register-card .chosen-container.chosen-with-drop {
  z-index: 9999;
}

/* Dropdown box */
.register-card .chosen-container .chosen-drop {
  border: 1px solid #eadfe4;
  border-top: none;
  border-radius: 0 0 13px 13px;
  box-shadow: 0 12px 28px rgba(135, 48, 86, 0.14);
  background: #fff;
  overflow: hidden;
}

/* Search input */
.register-card .chosen-container-single .chosen-search {
  padding: 8px;
}

.register-card .chosen-container-single .chosen-search input[type="text"] {
  height: 38px;
  border-radius: 10px;
  border: 1px solid #eadfe4;
  padding: 8px 12px;
  margin: 0;
  box-shadow: none;
}

/* Limit dropdown height */
.register-card .chosen-container .chosen-results {
  max-height: 170px;
  margin: 0;
  padding: 4px;
  overflow-y: auto;
}

/* Dropdown options */
.register-card .chosen-container .chosen-results li {
  padding: 9px 11px;
  border-radius: 8px;
  color: #4c3540;
  font-weight: 500;
}

/* Hover selected option */
.register-card .chosen-container .chosen-results li.highlighted {
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
}

/* Button spacing so dropdown does not feel cramped */
.step-form .d-flex.gap-2 {
  margin-top: 22px !important;
}

.chosen-container.chosen-container-single .chosen-single div b::before {
  top: -13px;
  position: relative;
}

.register-card .is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12) !important;
}

.image-preview-box.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 5px rgba(220, 53, 69, 0.12) !important;
}

.chosen-container.is-invalid .chosen-single {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.12) !important;
}

/* ================================== Register  Page ========================================= */

/* ================================== Dashboard   Page ========================================= */

:root {
  --primary: #873056;
  --gold: #c9a768;
  --soft: #fffaf6;
  --dark: #2d1823;
  --muted: #7d6872;
}

.user-dashboard {
  padding: 70px 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(135, 48, 86, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 167, 104, 0.12), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #ffffff 100%);
}

/* Sidebar */
.dash-sidebar {
  background: #fff;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(135, 48, 86, 0.10);
  border: 1px solid rgba(135, 48, 86, 0.06);
  position: sticky;
  top: 110px;
}

.dash-user-box {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(135, 48, 86, 0.10);
  margin-bottom: 15px;
}

.dash-user-box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 14px;
}

.dash-user-box h4 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}

.dash-user-box p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 12px;
}

.dash-complete span {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
}

.dash-complete-bar {
  height: 7px;
  background: #f1e5ea;
  border-radius: 20px;
  margin-top: 7px;
  overflow: hidden;
}

.dash-complete-bar div {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  border-radius: 20px;
}

.dash-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dash-menu li {
  margin-bottom: 7px;
}

.dash-menu a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 13px;
  color: #241820;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s ease;
}

.dash-menu a i {
  width: 18px;
  color: var(--primary);
}

.dash-menu a:hover,
.dash-menu a.active {
  background: linear-gradient(135deg, rgba(135, 48, 86, 0.10), rgba(201, 167, 104, 0.14));
  color: var(--primary);
}

/* Content */
.dash-content {
  width: 100%;
}

.dash-welcome-card {
  background: linear-gradient(135deg, #76184475, var(--gold));
  border-radius: 24px;
  padding: 28px 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  box-shadow: 0 18px 45px rgba(135, 48, 86, 0.18);
}

.dash-welcome-card span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  opacity: 0.9;
}

.dash-welcome-card h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 6px 0;
}

.dash-welcome-card p {
  margin: 0;
  opacity: 0.94;
  color: white;
}

.welcome-actions {
  display: flex;
  gap: 10px;
}

.dash-btn,
.dash-btn-outline {
  padding: 12px 18px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.dash-btn {
  background: #fff;
  color: var(--primary);
}

.dash-btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.dash-stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 12px 35px rgba(135, 48, 86, 0.08);
  border: 1px solid rgba(135, 48, 86, 0.06);
}

.dash-stat-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.dash-stat-card h3 {
  color: var(--primary);
  font-size: 30px;
  font-weight: 900;
  margin: 7px 0 0;
}

.dash-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 16px;
}

.dash-section-head h3,
.dash-section-title {
  color: var(--primary);
  font-size: 21px;
  font-weight: 900;
  margin: 0;
  position: relative;
  padding-bottom: 9px;
}

.dash-section-head h3::after,
.dash-section-title::after {
  content: "";
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--gold));
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
}

.dash-section-head a {
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
}

/* Match Cards */
.match-card {
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
  transition: all 0.25s ease;
}

.match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(135, 48, 86, 0.22);
}

.match-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.match-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent 65%);
}

.match-info {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 13px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.match-info h4 {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 2px;
}

.match-info p {
  font-size: 12px;
  margin-bottom: 9px;
}

.match-actions {
  display: flex;
  gap: 8px;
}

.match-actions a {
  flex: 1;
  padding: 7px 8px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.match-actions a:first-child {
  background: #fff;
  color: var(--primary);
}

.match-actions a:last-child {
  background: linear-gradient(135deg, var(--primary), var(--gold));
  color: #fff;
}

/* Info Cards */
.dash-info-card {
  background: #fff;
  border-radius: 22px;
  padding: 24px;

  border: 1px solid rgba(135, 48, 86, 0.06);
}

.profile-circle {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  margin: 34px auto 24px;
  background: conic-gradient(var(--primary) 90%, #efe5ea 0);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 35px rgba(135, 48, 86, 0.16);
  position: relative;
}

.profile-circle::before {
  content: "";
  position: absolute;
  inset: 13px;
  background: #fff;
  border-radius: 50%;
}

.profile-circle span {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 900;
  color: var(--primary);
}

.profile-mini-stats {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
}

.plan-icon {
  font-size: 70px;
  margin: 28px 0 18px;
}

.dash-info-card p {
  color: var(--muted);
  margin-bottom: 7px;
  font-size: 14px;
}

.dash-info-card p b {
  color: var(--primary);
}

.upgrade-btn,
.view-chat-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 11px 18px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--primary), var(--gold));
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

/* Chat */
.chat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(135, 48, 86, 0.09);
}

.chat-item img {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  object-fit: cover;
}

.chat-item h5 {
  font-size: 15px;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 3px;
}

.chat-item p {
  font-size: 12px;
  margin: 0;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 991px) {
  .dash-sidebar {
    position: relative;
    top: 0;
  }

  .dash-welcome-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .user-dashboard {
    padding: 40px 0;
  }

  .dash-welcome-card h2 {
    font-size: 26px;
  }

  .welcome-actions {
    width: 100%;
  }

  .dash-btn,
  .dash-btn-outline {
    width: 50%;
    text-align: center;
  }

  .match-card {
    height: 170px;
  }
}

/* ================================== Dashboard   Page ========================================= */


/* ================================== Profile   Page ========================================= */
.dash-profile-img {
  width: 150px;
  height: 150px;
  border-radius: 24px;
  padding: 5px;
  background: #fff;
  margin: 0 auto;
}

.dash-profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.dash-profile-info .dash-badge {
  display: inline-block;
  background: #fff6ea;
  color: #873056;
  border: 1px solid rgba(201, 167, 104, 0.35);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
}

.dash-profile-info h2 {
  color: #873056;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 6px;
}

.dash-profile-info p {
  color: #7d6872;
  font-weight: 700;
  margin-bottom: 12px;
}

.dash-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dash-tags span {
  background: #fffaf7;
  color: #873056;
  border: 1px solid rgba(135, 48, 86, 0.08);
  padding: 7px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.dash-detail-box {
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.07);
  border-radius: 15px;
  padding: 14px 16px;
  margin-bottom: 15px;
}

.dash-detail-box label {
  color: #7d6872;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.dash-detail-box p {
  color: #2d1823;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.dash-about-text {
  color: #6c5962;
  line-height: 1.8;
  font-size: 15px;
  margin: 0;
}

.dash-btn-outline.dark {
  background: #fff;
  color: #873056;
  border: 1px solid rgba(135, 48, 86, 0.18);
  padding: 12px 18px;
  border-radius: 13px;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 767px) {
  .dash-profile-info {
    text-align: center;
  }

  .dash-tags {
    justify-content: center;
  }
}

/* ================================== Profile   Page ========================================= */

/* ================================== Thanku   Page ========================================= */
.thankyou-page {
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  padding: 70px 0;
}

.thankyou-card {
  padding: 55px 45px;
}

.thankyou-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #873056, #c9a768);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 35px rgba(135, 48, 86, 0.22);
}

.thankyou-icon i {
  color: #fff;
  font-size: 38px;
}

.thankyou-card .form-tit h1 {
  font-size: 42px;
  color: #873056;
  margin-bottom: 10px;
}

.thankyou-card .form-tit p {
  max-width: 430px;
  margin: 0 auto;
  color: #7d6872;
  font-weight: 600;
  line-height: 1.7;
}

.thankyou-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}

.thankyou-actions .auth-btn,
.thankyou-outline-btn {
  min-width: 170px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.thankyou-outline-btn {
  background: #fff;
  color: #873056;
  border: 1px solid rgba(135, 48, 86, 0.18);
}

.thankyou-outline-btn:hover {
  color: #873056;
  background: #fff6ea;
}

@media (max-width: 767px) {
  .thankyou-page {
    padding: 45px 0;
    align-items: flex-start;
  }

  .thankyou-card {
    padding: 38px 24px;
  }

  .thankyou-card .form-tit h1 {
    font-size: 34px;
  }

  .thankyou-actions {
    flex-direction: column;
  }

  .thankyou-actions .auth-btn,
  .thankyou-outline-btn {
    width: 100%;
  }
}

/* ================================== Thanku   Page ========================================= */

/* ================================== Contact   Page ========================================= */
.login .inn {
  background: rgb(199 171 114);
  position: relative;
  margin: 0px auto;
  display: table;
  box-shadow: rgb(149 39 89) 0px 1px 19px -17px;
  border-radius: 26px;
  width: 1080px;
  padding: 0;
}

.login .rhs {
  float: left;
  width: 60%;
  padding: 50px 60px;
  margin-left: 40%;
}

.ban-inn.pg-cont {
  padding: 29px 20px 25px 20px;
}

.ban-inn .ban-tit span {
  color: #000000;
}

.contact-card-section {

  z-index: 5;
  padding: 50px 0 70px;
}

.contact-card {
  height: 100%;
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(135, 48, 86, 0.08);
  box-shadow: 0 12px 32px rgba(135, 48, 86, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.28s ease;
}

.contact-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #873056, #c9a768);
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(135, 48, 86, 0.13);
}

/* Office card header */
.contact-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.contact-head span,
.contact-mini-title {
  display: inline-block;
  color: #c9a768;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
}

.contact-card-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 12px 24px rgba(135, 48, 86, 0.16);
}

.office-card h3,
.support-card h4 {
  color: #873056;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.office-card p,
.support-card p {
  color: #6f5c66;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 18px;
  font-weight: 600;
}

/* Office rows */
.contact-info-list {
  display: grid;
  gap: 10px;
}

.contact-info-list a {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #fff8ee;
  border: 1px solid rgba(201, 167, 104, 0.30);
  color: #873056;
  text-decoration: none;
  padding: 12px 13px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  transition: all 0.25s ease;
}

.contact-info-list a:hover {
  background: #fff2df;
  transform: translateX(3px);
}

.contact-info-list a i {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 11px;
  background: #fff;
  color: #873056;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Support cards */
.support-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-img-box {
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(135, 48, 86, 0.08), rgba(201, 167, 104, 0.20));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.support-img-box img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.contact-meta {
  width: 100%;
  display: grid;
  gap: 9px;
  margin: 4px 0 20px;
}

.contact-meta span {
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.08);
  color: #873056;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 800;
}

.contact-meta i {
  color: #c9a768;
  margin-right: 6px;
}

.contact-btn {
  min-width: 165px;
  height: 46px;
  border-radius: 30px;
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(135, 48, 86, 0.16);
  transition: all 0.25s ease;
}

.contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(135, 48, 86, 0.22);
}

@media (max-width: 767px) {
  .contact-card-section {
    padding: 35px 0 45px;
  }

  .contact-card {
    padding: 22px;
  }

  .office-card h3,
  .support-card h4 {
    font-size: 21px;
  }
}

/* CONTACT FORM SECTION */
.contact-form-section {
  padding: 60px 0 80px;
  background:
    radial-gradient(circle at top left, rgba(135, 48, 86, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(201, 167, 104, 0.12), transparent 30%),
    linear-gradient(135deg, #fffaf6 0%, #ffffff 100%);
}

.contact-form-card {

  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(135, 48, 86, 0.08);
  box-shadow: 0 10px 20px rgba(135, 48, 86, 0.12);
}

/* LEFT SIDE */
.contact-form-left {
  height: 100%;
  padding: 42px 34px;
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.28), transparent 35%), linear-gradient(135deg, #dd6e9e, #c9a768);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-form-left span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.18);
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.contact-form-left h2 {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
}

.contact-form-left p {
  color: white;
  margin-bottom: 22px
}

.contact-left-points {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.contact-left-points div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
}

.contact-left-points i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-left-img {
  text-align: center;
  margin-top: 20px;
}

.contact-left-img img {
  max-width: 100%;
  height: 210px;
  object-fit: contain;
}

/* RIGHT SIDE */
.contact-form-right {
  padding: 42px;
}

.contact-form-right .form-tit {
  margin-bottom: 28px;
}

.contact-form-right .form-tit h4 {
  font-size: 13px;
  color: #c9a768;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.contact-form-right .form-tit h1 {
  color: #873056;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 8px;
}

.contact-form-right .form-tit p {
  color: #7d6872;
  font-weight: 600;
  margin: 0;
}

/* Same registration field style */
.contact-form-right .form-group {
  margin-bottom: 18px;
}

.contact-form-right .lb {
  font-size: 14px;
  font-weight: 700;
  color: #6e4e5d;
  margin-bottom: 8px;
  display: block;
}

.contact-form-right input,
.contact-form-right textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid #eadfe4;
  background: #fff;
  color: #3e2b33;
  font-size: 15px;
  outline: none;
  box-shadow: 0 6px 18px rgba(135, 48, 86, 0.04);
  transition: all 0.25s ease;
}

.contact-form-right input {
  height: 54px;
}

.contact-form-right textarea {
  resize: none;
  min-height: 135px;
}

.contact-form-right input:focus,
.contact-form-right textarea:focus {
  border-color: #873056;
  box-shadow: 0 0 0 4px rgba(135, 48, 86, 0.10);
}

.contact-form-right input::placeholder,
.contact-form-right textarea::placeholder {
  color: #9b8a92;
}

/* Button */
.contact-submit-btn {
  height: 54px;
  border-radius: 14px;
  border: none;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #873056, #c9a768);
  box-shadow: 0 14px 25px rgba(135, 48, 86, 0.20);
  transition: all 0.25s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(135, 48, 86, 0.26);
}

/* Mobile */
@media (max-width: 991px) {
  .contact-form-left {
    text-align: center;
  }

  .contact-left-points div {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .contact-form-section {
    padding: 40px 0 55px;
  }

  .contact-form-left,
  .contact-form-right {
    padding: 30px 22px;
  }

  .contact-form-left h2,
  .contact-form-right .form-tit h1 {
    font-size: 28px;
  }

  .contact-left-img img {
    height: 170px;
  }
}

/* ================================== Contact   Page ========================================= */



/* ================================== About   Page ========================================= */
/* ABOUT TRUST CARDS - DIFFERENT LOOK */
.about-trust-section {
  padding: 65px 0;
  background:
    radial-gradient(circle at top left, rgba(135, 48, 86, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffaf6 100%);
}


.about-trust-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1.5px dashed rgba(201, 167, 104, 0.55);
  border-radius: 22px 22px 6px 22px;
  pointer-events: none;
}



.about-trust-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 48px rgba(135, 48, 86, 0.14);
}

.about-trust-card.active {
  background: linear-gradient(135deg, #fff8ee 0%, #ffffff 70%);
  border-color: rgba(201, 167, 104, 0.40);
}





.about-trust-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
}





@media (max-width: 767px) {
  .about-trust-section {
    padding: 45px 0;
  }

  .about-trust-card {
    padding: 36px 24px 30px;
  }

  .about-trust-card h4 {
    font-size: 22px;
  }
}

.about-trust-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 28px 28px 8px 28px;
  padding: 42px 28px 32px;
  text-align: center;
  border: 1px solid rgba(135, 48, 86, 0.10);
  box-shadow: 0 12px 34px rgba(135, 48, 86, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
}

.about-trust-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, #873056, #c9a768);
}

.about-trust-icon {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: linear-gradient(135deg, #873056, #c9a768);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  box-shadow: 0 14px 28px rgba(135, 48, 86, 0.18);
  position: relative;
  z-index: 2;
}

.about-trust-card h4 {
  color: #873056;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-trust-card p {
  color: #6f5c66;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  margin: 0 auto;
  max-width: 290px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.about-card-no {
  position: absolute;
  top: 24px;
  right: 26px;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  color: rgba(135, 48, 86, 0.08);
}

/* ================================== About   Page ========================================= */






/* ==================================  Profile Details Page ========================================= */

.profile-detail-page {
  padding: 45px 0 70px;
  background: linear-gradient(180deg, #fffaf6 0%, #ffffff 100%);
}

/* TOP PROFILE HERO */
.profile-detail-hero {
  background: #fff;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid rgba(135, 48, 86, 0.08);
  box-shadow: 0 8px 24px rgba(135, 48, 86, 0.06);
  margin-bottom: 24px;
}

.profile-detail-img {
  height: 390px;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f1f3;
}

.profile-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-detail-summary {
  height: 100%;
  padding: 22px;
  border-radius: 16px;
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.06);
}

.profile-title-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.profile-id {
  display: inline-block;
  background: #fff6ea;
  color: #873056;
  border: 1px solid rgba(201, 167, 104, 0.35);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.profile-title-row h2 {
  color: #201018;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 6px;
  line-height: 1.2;
}

.profile-title-row p {
  color: #7d6872;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.shortlist-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(135, 48, 86, 0.14);
  background: #fff;
  color: #873056;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SUMMARY GRID */
.profile-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}

.profile-summary-grid div,
.detail-list div {
  background: #fff;
  border: 1px solid rgba(135, 48, 86, 0.07);
  border-radius: 12px;
  padding: 12px 14px;
}

.profile-summary-grid span,
.detail-list span {
  display: block;
  color: #7d6872;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}

.profile-summary-grid b,
.detail-list b {
  color: #2d1823;
  font-size: 14px;
  font-weight: 900;
}

/* BUTTONS */
.profile-action-row {
  display: flex;
  gap: 12px;
}

.profile-action-row a,
.upgrade-contact-btn {
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.profile-action-row a {
  flex: 1;
}

.send-interest-btn,
.upgrade-contact-btn {
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
}

.view-contact-btn {
  background: #fff;
  color: #873056;
  border: 1px solid rgba(135, 48, 86, 0.16);
}

/* TABS CARD */
.profile-tabs-card {
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 20px;
  border: 1px solid rgba(135, 48, 86, 0.07);
  box-shadow: 0 8px 24px rgba(135, 48, 86, 0.055);
}

.profile-detail-tabs {
  border-bottom: 1px solid rgba(135, 48, 86, 0.10);
  margin-bottom: 22px;
}

.profile-detail-tabs .nav-link {
  border: none;
  background: transparent;
  color: #7d6872;
  font-size: 15px;
  font-weight: 800;
  padding: 18px 16px;
}

.profile-detail-tabs .nav-link.active {
  color: #873056;
  border-bottom: 3px solid #873056;
}

/* INNER PROFILE CARDS */
.profile-section-box {
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.07);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}

.profile-section-title h3 {
  color: #873056;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 16px;
}

.about-profile-text,
.preference-note p,
.partner-expectation p {
  color: #5f4b54;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  margin: 0;
}

.detail-list {
  display: grid;
  gap: 10px;
}

/* CONTACT LOCK */
.locked-contact-box {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 24px 18px;
  border: 1px dashed rgba(135, 48, 86, 0.22);
}

.lock-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 22px;
}

.locked-contact-box h4 {
  color: #873056;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 8px;
}

.locked-contact-box p {
  color: #7d6872;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 14px;
}

.masked-contact {
  display: grid;
  gap: 8px;
  margin: 15px 0;
}

.masked-contact span {
  background: #fff8ee;
  color: #873056;
  border-radius: 10px;
  padding: 9px;
  font-size: 12px;
  font-weight: 800;
}

/* PARTNER PREFERENCE */
.partner-pref-box {
  background: #fffaf7;
  border-radius: 16px;
  border: 1px solid rgba(135, 48, 86, 0.07);
  padding: 22px;
}

.partner-pref-head {
  display: grid;
  grid-template-columns: 105px 1fr 105px;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
  text-align: center;
}

.pref-user img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f1e4ea;
  margin-bottom: 8px;
}

.pref-user span {
  display: block;
  color: #5f4b54;
  font-size: 13px;
  font-weight: 700;
}

.pref-match-score {
  background: #f1eeee;
  color: #5f6575;
  padding: 11px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
}

.pref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 4px;
  border-bottom: 1px solid rgba(135, 48, 86, 0.08);
}

.pref-row label {
  display: block;
  color: #d98b9a;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.pref-row p {
  color: #4f5262;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.6;
}

.match-check,
.match-cross {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-check {
  background: #edf8e9;
  color: #79b348;
}

.match-cross {
  background: #fff0f1;
  color: #d65365;
}

.partner-expectation {
  margin-top: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px dashed rgba(201, 167, 104, 0.42);
}

.partner-expectation h4 {
  color: #873056;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 8px;
}

/* RIGHT SIDEBAR */
.profile-detail-sidebar {
  position: sticky;
  top: 110px;
}

.profile-side-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(135, 48, 86, 0.08);
  box-shadow: 0 8px 24px rgba(135, 48, 86, 0.055);
}

.profile-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.profile-side-head h3 {
  color: #873056;
  font-size: 19px;
  font-weight: 900;
  margin: 0;
}

.profile-side-head a {
  color: #c9a768;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.related-profile-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(135, 48, 86, 0.08);
}

.related-profile-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.related-profile-item img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: cover;
  flex-shrink: 0;
}

.related-profile-item div {
  flex: 1;
  min-width: 0;
}

.related-profile-item h4 {
  color: #2d1823;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 3px;
}

.related-profile-item p {
  color: #7d6872;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}

.related-profile-item span {
  color: #873056;
  font-size: 12px;
  font-weight: 800;
}

.mini-view-btn {
  min-width: 46px;
  height: 30px;
  border-radius: 9px;
  background: #fff6ea;
  color: #873056;
  border: 1px solid rgba(201, 167, 104, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.success-story-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.07);
}

.success-story-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.success-story-content {
  padding: 14px;
}

.success-story-content h4 {
  color: #873056;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 7px;
}

.success-story-content p {
  color: #6f5c66;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 10px;
}

.success-story-content a {
  color: #873056;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.profile-upgrade-mini {
  background: linear-gradient(135deg, #873056, #c9a768);
  border-radius: 18px;
  padding: 22px;
  color: #fff;
  box-shadow: 0 10px 26px rgba(135, 48, 86, 0.12);
}

.profile-upgrade-mini h3 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 8px;
}

.profile-upgrade-mini p {
  font-size: 13px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 16px;
  color: white;
}



.profile-upgrade-mini a {
  height: 42px;
  border-radius: 11px;
  background: #fff;
  color: #873056;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .profile-detail-img {
    height: 350px;
  }

  .profile-detail-sidebar {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .profile-detail-page {
    padding: 35px 0 55px;
  }

  .profile-detail-hero,
  .profile-tabs-card {
    padding: 14px;
    border-radius: 18px;
  }

  .profile-detail-img {
    height: 320px;
  }

  .profile-detail-summary {
    padding: 16px;
  }

  .profile-title-row {
    flex-direction: column;
  }

  .profile-title-row h2 {
    font-size: 27px;
  }

  .profile-summary-grid {
    grid-template-columns: 1fr;
  }

  .profile-action-row {
    flex-direction: column;
  }

  .profile-detail-tabs .nav-link {
    font-size: 14px;
    padding: 15px 10px;
  }

  .profile-section-box {
    padding: 16px;
  }

  .partner-pref-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pref-row {
    align-items: flex-start;
  }
}

/* SUCCESS STORY SIDEBAR CAROUSEL */
.success-story-carousel {
  position: relative;
}

.success-story-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fffaf7;
  border: 1px solid rgba(135, 48, 86, 0.07);
}

.success-story-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.success-story-content {
  padding: 15px;
}

.success-story-content h4 {
  color: #873056;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 7px;
}

.success-story-content p {
  color: #6f5c66;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 10px;
}

.success-story-content a {
  color: #873056;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.success-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.success-car-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(135, 48, 86, 0.15);
  background: #fff6ea;
  color: #873056;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.success-car-btn:hover {
  background: linear-gradient(135deg, #873056, #c9a768);
  color: #fff;
  border-color: transparent;
}

@media (max-width: 767px) {
  .success-story-card img {
    height: 165px;
  }
}

/* ==================================  Profile Details Page ========================================= */