/* font family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* global css */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Custom Font */
@font-face {
  font-family: "Almarena Neue";
  src: url("../font/AlmarenaNeueDisplay-Regular.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "Almarena Neue";
  src: url("../font/AlmarenaNeueDisplay-Medium.otf") format("opentype");
  font-weight: 500;
}

/* Global Variables */
:root {
  /* font */
  /* --primary-font: "Almarena Neue", sans-serif; */
  --primary-font: "canela", sans-serif;

  /* text color */
  /* --primary-text-color: #ffffff; */
  --primary-text-color: #fdf3ec;
  --secndary-text-color-dark: #181514;
  --secndary-text-color-gray: #6a6a6a;
  --action-color: #fdf3ec;

  /* bg color */
  --primary-bg-color: #fdf3ec;
  --secndary-bg-color: #6b0606;
}

/* global set for 1 rem = 10px */
html {
  font-size: 62.5%;
}

/* global bg and overflow */
html,
body {
  width: 100%;
  overflow-x: hidden;
  background: var(--primary-bg-color);
}

/* global a and li */
a,
li {
  text-decoration: none;
  color: inherit;
  list-style: none;
}

/* global wraper */
#wrap {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

/* global button style */
button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  user-select: none;
}

/* default button for website */
button.advance {
  background: var(--url) center center / contain no-repeat;
  border-radius: 30px;
  height: 58px;
  font-family: var(--primary-font);
  font-size: 18px;
  padding: 0px 24px;
  position: relative;
  width: var(--width);
  text-align: start;
}

button.advance::after {
  content: "\f061";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 20px;

  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

/* New Add Css */
/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #191514;
}

.h1,
h1 {
  font-size: 68px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 768px) {

  .h1,
  h1 {
    font-size: 42px;
    word-wrap: break-word;
  }
}

.h2,
h2 {
  font-size: 44px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .h2,
  h2 {
    font-size: 28px;
  }
}

.h3,
h3 {
  font-size: 32px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .h3,
  h3 {
    font-size: 24px;
  }
}

.h4,
h4 {
  font-size: 28px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .h4,
  h4 {
    font-size: 20px;
  }
}

.h5,
h5 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
h6 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {

  .h6,
  h6 {
    font-size: 16px;
  }
} */

.ApplyFontFamily {
  font-family: var(--primary-font);
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-22 {
  font-size: 22px;
}

@media (max-width: 768px) {
  .font-22 {
    font-size: 18px;
  }
}

.color-3372e7 {
  color: #3372e7;
  font-family: var(--primary-font);
}

.fs-title {
  justify-content: center;
  display: flex;
  /* color: #2A0C0F; */
  font-family: var(--primary-font);
  text-decoration: underline;
  font-weight: bold;
  font-size: 28px;
}

.detail-title-set {
  margin-top: 20px;
}

.form-select {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #2a0c0f;
  border-radius: 5px;
  width: 100%;
  background-color: #fff;
  color: #191514;
}

.form-select:focus {
  outline: none;
  border-color: #2a0c0f;
  box-shadow: 0 0 10px #9a2e33;
}

/* Share Profile show table css */
.name_dashboard {
  white-space: normal;
  font-weight: bold;
  font-size: 14px;
  font-family: var(--primary-font);
}

/* End here */

/* =============================
-------- header section --------
================================ */
header {
  width: 100%;
  position: fixed;
  padding: 10px 10px;
  /* padding: 15px 10px 10px 10px; */
  z-index: 99;
}

/* header.active {
  background: var(--primary-bg-color);
  height: 17%;
} */

header.active {
  background: var(--primary-bg-color);
  min-height: clamp(40px, 3vw, 40px);
  padding: 5px 5px 5px 5px;
  transition: all 0.3s ease;
}

header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .content .left-site {
  width: 75%;
}

header .content .left-site img {
  /* width: clamp(125px, 50%, 377px); */
  width: clamp(140px, 60%, 350px);
  display: none;
}

header .content .left-site video {
  /* width: clamp(125px, 50%, 250px); */
  width: clamp(100px, 40%, 230px);
  border-radius: 10px;
}

header.active .content .left-site img {
  width: clamp(80px, 60%, 250px);
}

header .content .left-site img.logo-curant,
header.active .content .left-site img.logo-update {
  display: block;
}

header.active .content .left-site img.logo-curant,
header .content .left-site img.logo-update {
  display: none;
}

header .content .right-site {
  width: 15%;
  display: flex;
  justify-content: end;
}

header .content .right-site img {
  width: clamp(50px, 90%, 60px);
}

header.active .content .right-site img {
  width: clamp(50px, 100%, 55px);
}

/* =============================================
-------- header drop down menu section ---------
================================================ */
header .drop-down-menu.active {
  height: 100vh;
  opacity: 1;
  pointer-events: all;
}

.drop-down-menu {
  width: 100%;
  background: #110d0d86;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  /* overflow: hidden; */
  overflow: auto;
  height: 0px;
  transition: 0.3s;
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.drop-down-menu .top {
  background: var(--secndary-bg-color);
  padding: 20px 20px 40px 20px;
}

.drop-down-menu .top div:nth-child(1) {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.drop-down-menu .top .logo {
  width: clamp(125px, 70%, 377px);
}

.drop-down-menu .top .menu-close-icons {
  width: clamp(40px, 10%, 83px);
  cursor: pointer;
}

.drop-down-menu .top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 20px;
  flex-wrap: wrap;
}

.drop-down-menu .top ul li {
  flex-grow: 1;
  height: 84px;
  /* font-size: 15px; */
  font-size: clamp(20px, 3vw, 38px);
  font-family: var(--primary-font);
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-text-color);
}

.drop-down-menu .top ul li a {
  position: relative;
}

.drop-down-menu .top ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0%;
  height: 2px;
  background: #fd9888;
  transition: 0.3s;
}

.drop-down-menu .top ul li a:hover::after {
  width: 100%;
}

.drop-down-menu .top ul li a.active::after {
  width: 100%;
}

.drop-down-menu .top ul li a.active {
  color: #fd9888;
}

@media screen and (max-width: 600px) {
  .drop-down-menu .top ul {
    flex-direction: column;
  }

  .drop-down-menu .top div:nth-child(2) ul li {
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* header .content {
    padding: 5px 5px;
  } */

  .logo-update,
  .logo-curant {
    max-height: 32px;
  }

  /* header .right-site {
    gap: 8px;
  } */

  .profile-picture-header {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  header .right-site i {
    font-size: 18px !important;
  }

  #menu-open-btn img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 768px) {
  /* header .content {
    padding: 5px 5px;
  } */

  .logo-update,
  .logo-curant {
    max-height: 40px;
  }

  /* header .right-site {
    gap: 12px;
  } */

  .profile-picture-header {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  header .right-site i {
    font-size: 22px !important;
  }

  #menu-open-btn img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1024px) {
  /* header .content {
    padding: 5px 5px;
  } */

  .logo-update,
  .logo-curant {
    max-height: 45px;
  }

  /* header .right-site {
    gap: 15px;
  } */
}

/* =============================================
-------- footer ---------
================================================ */
footer {
  /* padding: 60px; */
  padding: 30px;
  background: rgba(107, 6, 6, 1);
}

footer .footer-top {
  display: flex;
  justify-content: space-between;
}

footer .footer-top .left {
  width: min(474px, 100%);
  padding-right: 47px;
  border-right: 1px solid rgba(137, 70, 64, 1);
}

footer .footer-top .left img {
  width: min(427px, 100%);
}

footer .footer-top .left p {
  font-size: clamp(14px, 2.2vw, 18px);
  width: min(427px, 100%);
  font-weight: 400;
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
  line-height: 130%;
}

footer .footer-top form {
  margin-top: 47px;
  height: 54px;
  display: flex;
}

footer .footer-top form input {
  width: min(276px, 100%);
  height: 100%;
  background: rgba(114, 15, 15, 1);
  padding: 14px 20px;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 120%;
  font-weight: 400;
  margin: 0;
  border-radius: 30px;
  margin-right: 10px;
  border: none;
  outline: none;
}

footer .footer-top form button {
  width: min(141px, 100%);
  height: 100%;
  padding: 14px 35px;
  font-size: clamp(14px, 2.2vw, 18px);
  border-radius: 30px;
  font-family: var(--primary-font);
  line-height: 120%;
  background: rgba(253, 243, 236, 1);
}

/* New Add css in footer */
/* Contact Icons Wrapper */
.contact-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
}

/* Each Contact Group (IST / EST / Email) */
.contact-group {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  font-family: var(--primary-font);
}

/* IST / EST / Email Label */
.contact-group p {
  font-weight: 600;
  margin: 0;
  min-width: 45px;
  font-family: var(--primary-font);
}

/* Icons */
.floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 36px;
  height: 36px; */
  border-radius: 50%;
  /* background: rgba(114, 15, 15, 1); */
  font-size: 20px;
  color: rgba(253, 243, 236, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover Effects */
.floating-icon.whatsapp:hover {
  background: #25d366;
  color: #fff;
}

.floating-icon.phone:hover {
  background: #1e90ff;
  color: #fff;
}

.floating-icon.email:hover {
  background: #d44638;
  color: #fff;
}

/* Phone & Email Text */
.phone-number,
.email-address {
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  font-family: var(--primary-font);
}

@media (max-width: 768px) {
  footer .footer-top {
    flex-direction: column;
    gap: 30px;
  }

  footer .footer-top .left {
    border-right: none;
    padding-right: 0;
  }

  .contact-icons {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ----------- end Here ------------ */

footer .footer-top .right {
  width: min(846px, 100%);
  padding-left: 27px;
  margin-top: 18px;
}

footer .footer-top .right .right-top .footer-socialmedia {
  display: flex;
  /* align-items: start; */
  align-items: center;
  flex-direction: column;
}

footer .footer-top .right .right-top p {
  font-size: clamp(14px, 2.4vw, 20px);
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
  font-weight: 500;
  line-height: 140%;
}

footer .footer-top .right .right-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center;
  align-items: center; */
}

footer .footer-top .right .right-top .icons {
  display: flex;
  /* justify-content: start;
  align-items: start; */
  justify-content: center;
  align-items: center;
  gap: 12px;
}

footer .footer-top .right .right-top .icons img {
  width: min(56px, 100%);
  width: calc(40px, 5vw, 56px);
  margin-top: 20px;
}

footer .footer-top .right .right-top button {
  padding: 0px 55px;
}

footer .footer-top .right .right-top button.advance::after {
  right: 15px;
}

footer .footer-top .right .right-menu {
  background: rgba(114, 15, 15, 1);
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 35px;
  border-radius: 20px;
}

footer .footer-top .right .right-menu .menu-1,
footer .footer-top .right .right-menu .menu-2 {
  width: min(142px, 100%);
}

footer .footer-top .right .right-menu .menu-3 {
  width: min(253px, 100%);
}

/* footer .footer-top .right .right-menu .menu-3 ul li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
} */

footer .footer-top .right .right-menu .menu-3 ul li {
  display: grid;
  grid-template-columns: auto 10px 1fr;
  gap: 10px;
  align-items: center;
}

footer .footer-top .right .right-menu .menu-3 ul li span:last-child {
  white-space: nowrap;
}

footer .footer-top .right .right-menu h4 {
  font-size: clamp(20px, 2.4vw, 20px);
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
  font-weight: 500;
  line-height: 140%;
}

footer .footer-top .right .right-menu hr {
  border: none;
  height: 1px;
  background-color: rgba(137, 70, 64, 1);
  margin: 5px 0px;
}

footer .footer-top .right .right-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}

footer .footer-top .right .right-menu ul li {
  font-size: clamp(14px, 2.2vw, 16px);
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
  font-weight: 400;
  line-height: 140%;
}

footer .hr {
  margin: 20px 0px;
  height: 1px;
  background: rgba(137, 70, 64, 1);
  width: 100%;
}

footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

footer .footer-bottom p,
footer .footer-bottom ul li {
  font-size: clamp(14px, 2.2vw, 16px);
  font-family: var(--primary-font);
  color: rgba(253, 243, 236, 1);
  font-weight: 400;
  line-height: 120%;
}

footer .footer-bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
}

@media screen and (max-width: 1260px) {
  footer .footer-top .right .right-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  footer .footer-top .right .right-menu .menu-1,
  footer .footer-top .right .right-menu .menu-2 {
    width: min(100%, 100%);
  }

  footer .footer-top .right .right-menu .menu-3 {
    grid-column: 1 / 3;
    width: min(100%, 100%);
  }
}

@media screen and (max-width: 800px) {
  footer .footer-top {
    flex-direction: column;
  }

  footer .footer-top .left {
    width: min(100%, 100%);
    border-right: none;
    border-bottom: 1px solid rgba(137, 70, 64, 1);
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  footer .footer-top .left p {
    text-align: center;
  }

  footer .footer-top .right {
    width: min(100%, 100%);
    padding: 10px 0px;
  }

  footer {
    padding: 30px;
  }
}

@media screen and (max-width: 1260px) {
  footer .footer-top .right .right-top {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  footer {
    padding: 20px;
  }

  footer .footer-top .right .right-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  footer .footer-top .right .right-menu .menu-3 {
    grid-column: unset;
  }

  footer .footer-top .right .right-top {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  footer .footer-bottom p {
    text-align: center;
  }

  footer .footer-bottom {
    gap: 20px;
    flex-direction: column;
  }
}

/* New css ADD */

/* profile picture set in header like first an last name */
.profile-picture-header {
  /* width: 50px;
  height: 50px; */
  width: clamp(30px, 5vw, 50px);
  height: clamp(30px, 5vw, 50px);
  background-color: #dee3df;
  /* background-color: var(--primary-text-color); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}

.profile-initials {
  font-size: 17px;
  font-weight: bold;
  color: var(--secndary-bg-color);
}

/* .profile-picture-header {
  width: 50px;
  height: 50px;
  background-color: #8a8383;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

.profile-initials {
  font-size: 18px;
  font-weight: 700;
  color: #fff;

  line-height: 1;
  display: flex;

  align-items: center;
  justify-content: center;
}

.profile-initials {
  transform: translateY(1px);
} */

/* Notification show css */
/* .icon-badge_NotificationCount {
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: rgb(188, 202, 243);
  color: black;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  min-width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.icon-badge_NotificationCount {
  position: absolute;
  top: 0;
  right: 0;
  /* left: 31px; */
  left: clamp(15px, 3vw, 35px);
  /* Perfect corner positioning */
  /* transform: translate(50%, -50%); */

  background-color: rgb(188, 202, 243);
  color: black;
  border-radius: 50%;

  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: clamp(9px, 1.5vw, 12px);
  min-width: clamp(16px, 3vw, 22px);
  height: clamp(16px, 3vw, 22px);
  padding: 2px 5px;
}

.signup-button-header {
  /* background: var(--secndary-bg-color);
  color: var(--action-color); */
  font-size: 2.2rem;
  line-height: 23px;
  padding: 15px 65px;
  border-radius: 11px;
  font-size: clamp(20px, 3vw, 38px);
  font-family: var(--primary-font);
  color: var(--primary-text-color);
}

/* =============================================
-------- Pricing ---------
================================================ */

/* hero */
section.membership {
  padding: 250px 20px 56px 20px;
}

section.membership h1 {
  /* font-size: 6.4rem; */
  font-size: clamp(3.5rem, 5vw, 6.4rem);
  font-weight: 500;
  line-height: 100%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

section.membership h6 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
}

section.membership .mobile-break {
  display: none;
}

@media (max-width: 768px) {
  section.membership .mobile-break {
    display: inline;
  }
}

section.membership .box-group {
  margin-top: 60px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

section.membership .box-body {
  background-color: #fdf6f1;
  padding: 38px;
  border-radius: 42px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

section.membership .box-body img {
  width: 56px;
}

section.membership .box-body h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-top: 51px;
}

section.membership .box-body p {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
  margin-top: 14px;
}

section.membership .bottom {
  display: flex;
  /* justify-content: end; */
  justify-content: center;
  align-items: center;
}

section.membership button {
  color: var(--primary-text-color);
  padding: 0px 30px;
  margin-top: 40px;
}

section.membership button::after {
  color: var(--primary-text-color);
}

/* Frequently Asked Questions */
section.faq {
  display: flex;
}

section.faq :is(.left, .right) {
  width: 100%;
}

section.faq .left {
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
  background: url("../media/faq-bg.jpg") no-repeat center bottom / cover;
  /* background: url("../media/Security.png") no-repeat center bottom / cover; */
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 80px;
}

section.faq .left .content {
  max-width: 660px;
  width: 100%;
}

section.faq .left .content h1 {
  font-size: 7.4rem;
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--primary-text-color);
}

section.faq .left .content p {
  font-size: 1.8rem;
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 120%;
  color: var(--primary-text-color);
  margin-top: 15px;
}

section.faq .right {
  background: var(--secndary-bg-color);
}

section.faq .right .faq-boxs {
  max-width: 660px;
  width: 100%;
  padding: 50px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

section.faq .right .faq-boxs .faq-box {
  height: 80px;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.3s;
}

section.faq .right .faq-boxs .faq-box.active {
  background: #772929;
  height: auto;
  padding: 23px 30px;
}

section.faq .right .faq-boxs .faq-box .qus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
}

section.faq .right .faq-boxs .faq-box .qus h3 {
  font-size: 2rem;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--primary-text-color);
  background: #772929;
  border-radius: 22px;
  padding: 0px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.4em;
}

section.faq .right .faq-boxs .faq-box.active .qus h3 {
  padding: unset;
}

section.faq .right .faq-boxs .faq-box .qus button {
  background: #772929;
  border-radius: 22px;
  height: 100%;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.faq .right .faq-boxs .faq-box.active .qus button {
  min-width: unset;
}

section.faq .right .faq-boxs .faq-box .qus button #faq-open {
  display: flex;
}

section.faq .right .faq-boxs .faq-box.active .qus button #faq-open {
  display: none;
}

section.faq .right .faq-boxs .faq-box .qus button #faq-close {
  display: none;
}

section.faq .right .faq-boxs .faq-box.active .qus button #faq-close {
  display: block;
}

section.faq .right .faq-boxs .faq-box .ans {
  display: none;
}

section.faq .right .faq-boxs .faq-box.active .ans {
  display: block;
}

section.faq .right .faq-boxs .faq-box.active .ans p {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  /* line-height: 140%; */
  line-height: 1.6;
  letter-spacing: -0.31px;
  color: var(--primary-text-color);
}

section.faq .right .faq-boxs .faq-box.active .ans li {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  /* line-height: 15%; */
  line-height: 1.6;
  letter-spacing: -0.31px;
  color: var(--primary-text-color);
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 50.5%;
  }

  section.faq .left {
    padding: 0px 20px 80px 20px;
  }
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 40%;
  }

  section.membership h6 {
    font-size: 2.3rem;
  }

  section.faq .right .faq-boxs {
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 40.5%;
  }

  section.faq {
    flex-direction: column;
  }

  section.faq .left {
    padding: 100px 20px;
  }

  section.faq .left .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  section.faq .left .content h1 {
    text-align: center;
    width: 80%;
  }

  section.faq .left .content p {
    text-align: center;
    font-size: 2.5rem;
  }

  section.faq .right .faq-boxs .faq-box .qus h3 {
    font-size: 3.3rem;
  }

  section.faq .right .faq-boxs .faq-box.active .ans p {
    font-size: 2rem;
  }

  section.faq .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 35.5%;
  }

  section.membership {
    padding: 158px 20px 96px 20px;
  }

  section.membership h1 {
    text-align: center;
  }

  section.membership h6 {
    font-size: 3rem;
    text-align: center;
  }

  section.membership .bottom {
    justify-content: center;
  }

  section.membership .box-group {
    grid-template-columns: repeat(1, 1fr);
  }

  section.faq .right .faq-boxs .faq-box.active .ans p {
    font-size: 2.3rem;
  }

  section.faq .right .faq-boxs .faq-box .qus h3 {
    font-size: 2.5rem;
    padding: 0px 16px;
  }

  section.membership .bottom {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 35.5%;
  }
}

/* =============================================
-------- Our Approach ---------
================================================ */

/* Our Approach to Matchmaking */
section.our-approach {
  padding: 250px 0px 0px 0px;
}

section.our-approach .top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px 20px;
}

section.our-approach .top h1 {
  font-size: clamp(3.5rem, 5vw, 6.4rem);
  font-weight: 500;
  line-height: 100%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  width: min(488px, 100%);
}

section.our-approach .top p {
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  width: min(286px, 100%);
}

section.our-approach .our-story {
  margin-top: 50px;
  position: relative;
}

section.our-approach .our-story img {
  width: min(100vw, 100%);
}

section.our-approach .our-story .our-story-content {
  background: var(--secndary-bg-color);
  padding: 24px 22px;
  position: absolute;
  bottom: 60px;
  right: 0;
  width: min(567px, 70%);
  border-radius: 20px 0px 0px 20px;
}

section.our-approach .our-story .our-story-content h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--primary-text-color);
}

section.our-approach .our-story .our-story-content p {
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--primary-text-color);
  margin-top: 10px;
}

/* Our Methodology */
section.methodology {
  padding: 100px 20px 60px 20px;
}

section.methodology .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}

section.methodology .content :is(.left, .right) {
  max-width: 538px;
  width: 100%;
}

section.methodology .content .left h1 {
  font-size: clamp(3rem, 6vw, 7rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
}

section.methodology .content .right p {
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
}

section.methodology .content .right h2 {
  font-size: clamp(2rem, 3vw, 4rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 140%;
  color: var(--secndary-text-color-dark);
  margin-top: 40px;
}

/* counter section */
section.counter .content {
  padding: 34px 20px 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

section.counter .content div {
  width: min(340px, 46%);
  display: flex;
  flex-direction: column;
}

section.counter p {
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
}

section.counter h1 {
  font-size: 7.8rem;
  font-size: clamp(2.4rem, 7vw, 8rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 120%;
  color: #6b1810;
  margin-top: 20px;
}

/* Guidance & Support */
section.support {
  padding: 40px 20px 40px 20px;
}

section.support .content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}

section.support .content .left {
  width: min(558px, 100%);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

section.support .content .left .box {
  padding: 40px;
  background: #f9efe7;
  display: flex;
  align-items: start;
  border-radius: 30px;
  gap: 16px;
}

section.support .content .left .box img {
  width: 48px;
}

section.support .content .left .box h4 {
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 28px;
  color: var(--secndary-text-color-dark);
}

section.support .content .left .box p {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
}

section.support .content .right {
  width: 538px;
  width: clamp(100%, 100%, 538px);
}

section.support .content .right h1 {
  font-size: clamp(3rem, 5vw, 6.8rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
}

section.support .content .right p {
  font-size: clamp(1.4rem, 2.3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  margin-top: 20px;
}

/* Ready to Begin Your Journey? */
section.OurApproachjourney {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.OurApproachjourney h1 {
  font-size: clamp(3rem, 5vw, 7rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
  text-align: center;
}

section.OurApproachjourney p {
  font-size: clamp(1.4rem, 2.3vw, 2.3rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  max-width: 626px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

section.OurApproachjourney button {
  margin-top: 40px;
  padding-left: 30px;
}

section.OurApproachjourney button,
section.OurApproachjourney button::after {
  color: var(--primary-text-color);
}

/* The Choice That Matters */
section.choice-matters {
  padding: 40px 20px;
}

section.choice-matters .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

section.choice-matters .content :is(.left, .right) {
  width: 100%;
}

section.choice-matters .content .left img {
  width: 100%;
  border-radius: 40px;
}

section.choice-matters .content .right h1 {
  font-size: clamp(3rem, 6vw, 7.4rem);
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
  max-width: 430px;
  width: 100%;
}

section.choice-matters .content .right .paragrap {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.choice-matters .content .right p {
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 27px;
  color: var(--secndary-text-color-gray);
}

/* section.choice-matters .content .right button {
  margin-top: 30px;
  padding-left: 32px;
}

section.choice-matters .content button,
section.choice-matters .content button::after {
  color: var(--primary-text-color);
} */

/* New button add css in Our approach page (button below choice-matters) */
section.choice-matters .content .right .bottom {
  display: flex;
  /* justify-content: end; */
  justify-content: center;
  align-items: center;
}

section.choice-matters .content .right button {
  color: var(--primary-text-color);
  padding: 0px 30px;
  margin-top: 40px;
}

section.choice-matters .content .right button::after {
  color: var(--primary-text-color);
}

@media screen and (max-width: 1260px) {
  section.choice-matters .content .left img {
    height: 600px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1000px) {
  /* counter section */
  section.counter .content {
    padding: 34px 20px 20px 20px;
  }

  section.support {
    padding: 30px 20px 40px 20px;
  }

  section.ourMethodology {
    padding: 100px 20px 20px 20px;
  }
  section.support .content .left .box img {
    width: 38px;
  }

  section.journey {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 800px) {
  section.support .content {
    flex-direction: column;
  }

  section.support .content .left {
    order: 2;
  }

  section.support .content .right h1,
  section.support .content .right p {
    text-align: center;
  }

  section.choice-matters .content {
    flex-direction: column;
  }

  section.choice-matters .content .left {
    order: 2;
  }

  section.choice-matters .content .right {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.choice-matters .content .left img {
    height: 500px;
  }

  section.choice-matters .content .right h1,
  section.choice-matters .content .right p {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  section.our-approach {
    padding: 150px 0px 0px 0px;
  }

  section.our-approach .top {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section.our-approach .top h1 {
    text-align: center;
  }

  section.our-approach .top p {
    text-align: center;
    margin-top: 16px;
  }

  section.our-approach .our-story .our-story-content {
    width: min(600px, 90%);
    bottom: 0px;
    right: 50%;
    border-radius: 10px;
    transform: translate(50%, 60%);
  }

  section.methodology {
    padding: 120px 20px 40px 20px;
  }

  section.methodology .content .left h1,
  section.methodology .content .right p,
  section.methodology .content .right h2 {
    text-align: center;
  }

  section.methodology .content {
    flex-direction: column;
  }

  section.counter .content {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  section.counter .content div {
    align-items: center;
    max-width: 40%;
  }

  section.counter p {
    text-align: center;
  }

  section.support .content .left .box {
    padding: 20px;
    border-radius: 20px;
  }

  section.journey {
    padding: 0px 20px;
  }

  section.journey button {
    width: 300px;
    font-size: 16px;
    padding-left: 23px;
  }

  section.journey button::after {
    right: 15px;
  }

  section.choice-matters .content .left img {
    height: 400px;
  }

  section.choice-matters .content .right {
    width: 100%;
  }
}

/* =============================================
-------- Home page ---------
================================================ */

/* =============================================
-------- hero section ---------
================================================ */
section.hero {
  min-height: 1095px;
  height: 100%;
  background: url(../media/hero-bg-3331new.jpg) center / cover no-repeat;
  /* background: url(../media/silder-img/realpeoplecard31.jpg) center / cover no-repeat; */
  display: flex;
  justify-content: center;
  align-items: end;
}

section.hero .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, #6b060600 0%, #6b0606 130%);
  /* background: linear-gradient(to bottom, #6b060600 0%, #6b0606 100%); */
  padding: 0 20px 20px;
}

section.hero .content h1 {
  font-size: clamp(2rem, 6vw, 8.7rem);
  line-height: 100%;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--primary-text-color);
  text-align: center;
}

section.hero .content h2 {
  font-size: clamp(1rem, 3.5vw, 4rem);
  font-family: var(--primary-font);
  line-height: 116%;
  color: var(--primary-text-color);
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
}

section.hero button {
  margin-top: 30px;
}

/* =============================================
-------- bird section ---------
================================================ */
section.bird {
  background: linear-gradient(#6b0606, #fdf3ec);
  padding: 15px 20px;
}

section.bird .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 112px;
}

section.bird .counter {
  text-align: center;
}

section.bird .content h2 {
  font-size: clamp(1rem, 3.5vw, 4rem);
  font-family: var(--primary-font);
  line-height: 116%;
  color: var(--primary-text-color);
  margin-top: 30px;
  text-align: center;
}

section.bird .content h4 {
  font-size: clamp(3rem, 5vw, 7.8rem);
  font-family: var(--primary-font);
  line-height: 100%;
  font-weight: 400;
  color: var(--primary-text-color);
}

section.bird .content p {
  font-size: clamp(1.4rem, 1.5vw, 3rem);
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 120%;
  color: var(--primary-text-color);
  margin-top: 16px;
}

section.bird .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

section.bird .center div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.bird .center img {
  width: clamp(150px, 100%, 668px);
  animation: birdRotate 12s linear infinite;
}

@keyframes birdRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* =============================================
-------- real people ---------
================================================ */
section.realPeople {
  padding: 40px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--primary-bg-color);
}

section.realPeople h1 {
  font-family: var(--primary-font);
  font-size: 6.4rem;
  font-size: clamp(3rem, 5vw, 5.8rem);
  font-weight: 500;
  text-align: center;
}

section.realPeople .card-group {
  margin-top: 15px;
  width: 100%;
}

section.realPeople .card {
  display: flex;
}

section.realPeople .card .left {
  display: flex;
  flex-direction: column;
  align-items: var(--aline);
}

section.realPeople .card .left,
section.realPeople .card .right {
  width: 100%;
  min-height: 400px;
  order: var(--order);
}

section.realPeople .card:nth-child(odd) .left .content {
  padding: 196px 20px 56px 20px;
}

section.realPeople .card:nth-child(even) .left .content {
  padding: 196px 0px 56px 60px;
}

section.realPeople .card .left .content {
  padding: 196px 0px 56px 0px;
  width: min(660px, 100%);
}

section.realPeople .card img {
  width: min(540px, 100%);
}

section.realPeople .card .left h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 5.4rem;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  color: var(--secndary-text-color-dark);
  line-height: 100%;
  margin-top: 60px;
  width: 100%;
}

section.realPeople .card:nth-child(even) .left :is(h3, p) {
  color: var(--primary-text-color);
}

section.realPeople .card .left p {
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 400;
  font-family: var(--primary-font);
  line-height: 140%;
  color: var(----secndary-text-color-gray);
  margin-top: 10px;
  width: 100%;
  text-align: start;
  color: rgba(106, 106, 106, 1);
}

section.realPeople .card:nth-child(even) .left {
  background: var(--secndary-bg-color);
}

section.realPeople .card:nth-child(1) .right {
  background: url("../media/realpeoplecard1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

section.realPeople .card:nth-child(2) .right {
  background: url("../media/realpeoplecard2New.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}

section.realPeople .card:nth-child(3) .right {
  background: url("../media/real-People-Image/realpeoplecard3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Mobile view */
@media (max-width: 768px) {
  section.realPeople .card:nth-child(3) .right {
    background: url("../media/real-People-Image/realpeoplecard31.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

section.realPeople .card:nth-child(4) .right {
  background: url("../media/realpeoplecard4New.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
}

section.realPeople button {
  color: var(--primary-text-color);
  margin-top: 60px;
}

/* css add for hover Effect in home page*/

section.realPeople .hover-word {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

section.realPeople .contact-label {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  /* max-width: 140px; */
  width: 140px;
  white-space: normal; /* allow wrapping */
  line-height: 1.3;
  opacity: 0;
  transition: all 0.25s ease;
  pointer-events: none;
}

/* show tooltip */
section.realPeople .hover-word:hover .contact-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 768px) {
  section.realPeople .hover-word:active .contact-label {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

section.realPeople .contact-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

/* =============================================
-------- slider section ---------
================================================ */
section.infinite-slider {
  background: var(--primary-bg-color);
  padding: 60px 0px 40px 0px;
  overflow: hidden;
}

section.infinite-slider .slider {
  overflow: hidden;
  width: 100%;
}

section.infinite-slider .slider:nth-child(2) {
  margin-top: 30px;
}

section.infinite-slider .slider-wraper {
  display: flex;
  align-items: center;
  /* gap: 30px; */
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

section.infinite-slider .slider .card {
  /* min-width: 562px;
  height: 350px; */
  min-width: 40vw;
  max-width: 562px;
  height: 320px;
  display: block;
  border-radius: 36px;
  overflow: hidden;
  flex-shrink: 0;
  transform: translateZ(0);
  margin-right: 30px;
}

section.infinite-slider .slider .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  display: block;
}

/* =============================================
-------- Member Reflections ---------
================================================ */
section.member-reflections {
  padding: 40px 20px 30px 20px;
  background: var(--primary-bg-color);
}

section.member-reflections h1 {
  font-size: clamp(2.8rem, 5vw, 6.4rem);
  font-family: var(--primary-font);
  font-weight: 500;
  text-align: start;
}

section.member-reflections .swiper {
  margin-top: 40px;
}

section.member-reflections .swiper-wrapper .card {
  background: var(--secndary-bg-color);
  padding: 30px;
  border-radius: 42px;
}

section.member-reflections .swiper-wrapper .card img {
  padding: 16px 11px;
  width: min(50px, 100%);
}

section.member-reflections .swiper-wrapper .card p {
  font-size: clamp(1.8rem, 2.3vw, 2.8rem);
  line-height: 120%;
  font-family: var(--primary-font);
  color: var(--primary-text-color);
  font-weight: 400;
  margin-top: 10px;
  text-align: start;
}

section.member-reflections .swiper-wrapper .card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  font-weight: 400;
  margin-top: 57px;
  font-family: var(--primary-font);
  color: var(--primary-text-color);
}

section.member-reflections .slider-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

section.member-reflections button {
  height: 54px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--secndary-bg-color);
  border-radius: 50%;
  color: var(--primary-text-color);
  margin-top: 40px;
  font-size: clamp(1.2rem, 2.3vw, 2.2rem);
}

section.member-reflections .button-prev {
  background: #efe7e1;
  position: relative;
  color: #6b0606;
}

section.member-reflections .button-prev::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(80%, -50%);
  background: url("../media/buttonshap.png") no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 100%;
}

/* =============================================
   Member Reflections - Fixed Height Cards
============================================= */

/* Make slide stretch properly */
section.member-reflections .swiper-wrapper {
  align-items: stretch;
}

/* Make each slide behave like flex */
section.member-reflections .swiper-slide {
  display: flex;
  height: auto;
}

/* Fixed height card */
section.member-reflections .swiper-wrapper .card {
  background: var(--secndary-bg-color);
  padding: 30px;
  border-radius: 42px;

  height: 380px;
  /* ✅ Fixed height */
  width: 100%;

  display: flex;
  /* ✅ Flex layout */
  flex-direction: column;
}

/* Scrollable paragraph */
section.member-reflections .swiper-wrapper .card p {
  font-size: clamp(1.5rem, 2.2vw, 3rem);
  line-height: 120%;
  font-family: var(--primary-font);
  color: var(--primary-text-color);
  font-weight: 400;
  margin-top: 10px;
  text-align: start;

  overflow-y: auto;
  /* ✅ Scroll if large */
  flex: 1;
  /* ✅ Take remaining space */
  padding-right: 18px;
  /* Space for scrollbar */
}

/* Keep bottom always at bottom */
section.member-reflections .swiper-wrapper .card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.4rem, 2.3vw, 2.4rem);
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--primary-text-color);

  margin-top: 20px;
  /* ✅ Push to bottom */
}

/* Tablet */
@media (max-width: 1024px) {
  section.member-reflections .swiper-wrapper .card {
    height: 320px;
    padding: 32px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  section.member-reflections .swiper-wrapper .card {
    height: 230px;
    padding: 24px;
    border-radius: 28px;
  }

  section.member-reflections .swiper-wrapper .card p {
    font-size: 1.6rem;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  section.member-reflections .swiper-wrapper .card {
    height: 230px;
    padding: 20px;
  }

  section.member-reflections .swiper-wrapper .card p {
    font-size: 1.4rem;
    line-height: 130%;
  }
}

/* ------------------------------------- */
section.slider {
  padding: 30px 20px;
}

section #slider-wrap {
  max-width: 1410px;
  width: 100%;
  margin: auto;
}

section #slider-wrap h1 {
  font-size: clamp(2.8rem, 5vw, 6.4rem);
  font-family: var(--primary-font);
  font-weight: 500;
  text-align: center;
  line-height: 110%;
}

section #slider-wrap p {
  font-size: clamp(16px, 3.2vw, 4rem);
  font-family: var(--primary-font);
  font-weight: 400;
  text-align: center;
  line-height: 110%;
  margin-top: 10px;
  color: #fdf3ec;
}

section.slider .swiper {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 64px;
}

section.slider .swiper-slide {
  width: 100%;
  min-width: 625px;
  height: 662px;
  border-radius: 53px;
  overflow: hidden;
  position: relative;
}

section.slider .swiper-slide p {
  position: absolute;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 561px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 2.5vw, 3.2rem);
  color: #fdf3ec;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
  padding: 0px 20px;
}

section.slider .swiper-slide-active p {
  opacity: 1;
}

@media screen and (max-width: 1380px) {
  section.slider .swiper-slide {
    height: 500px;
    min-width: unset;
    max-width: 625px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 900px) {
  section.slider .swiper-slide {
    height: 400px;
    border-radius: 24px;
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  section.slider .swiper-slide {
    height: 380px;
    border-radius: 24px;
  }
}

/* Small mobile */
@media screen and (max-width: 480px) {
  section.slider .swiper-slide {
    height: 325px;
    border-radius: 18px;
  }
}

section.slider .slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.slider .swiper-pagination-bullet {
  background-color: rgb(174, 168, 164);
  height: 14px;
  width: 14px;
  margin: 0 6px !important;
}

section.slider .swiper-pagination-bullet-active {
  background-color: rgba(107, 6, 6, 1);
  height: 20px;
  width: 20px;
}

/* section.slider .button-col {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}

section.slider button {
  padding: 0px 40px;
  color: #fff;
}

section.slider button::after {
  right: 27px;
} */

/* New button add css in home page (button below 100 reason) */
section.slider .bottom {
  display: flex;
  /* justify-content: end; */
  justify-content: center;
  align-items: center;
}

section.slider button {
  color: var(--primary-text-color);
  padding: 0px 30px;
  margin-top: 40px;
}

section.slider button::after {
  color: var(--primary-text-color);
}

/* ------------------------------ */

/* ------------------------------ */
@media screen and (max-width: 1260px) {
  section.realPeople .card:nth-child(even) .left .content {
    padding: 196px 20px 56px 20px;
  }

  footer .footer-top .right .right-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  footer .footer-top .right .right-menu .menu-1,
  footer .footer-top .right .right-menu .menu-2 {
    width: min(100%, 100%);
  }

  footer .footer-top .right .right-menu .menu-3 {
    grid-column: 1 / 3;
    width: min(100%, 100%);
  }
}

@media screen and (max-width: 1000px) {
  section.hero {
    min-height: 850px;
  }

  section.bird {
    padding: 30px 20px;
  }

  section.bird .center .counter:nth-child(1) p {
    text-align: start;
  }

  section.bird .center .counter:nth-child(3) p {
    text-align: end;
  }

  section.member-reflections .swiper-wrapper .card {
    padding: 30px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 800px) {
  section.realPeople .card:nth-child(odd) .left .content {
    padding: 60px 20px 20px 20px;
  }

  section.realPeople .card:nth-child(even) .left .content {
    padding: 60px 20px 20px 20px;
  }

  section.infinite-slider .slider .card {
    min-width: 450px;
    height: 300px;
    max-width: 52px;
  }

  section.member-reflections .swiper-wrapper .card {
    padding: 15px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 600px) {
  section.hero {
    min-height: 750px;
    background: url(../media/02.jpg) center / cover no-repeat;
  }

  section.bird .content {
    gap: 40px;
  }

  section.realPeople .card .left h3 {
    margin-top: 40px;
  }

  /* section.realPeople .card {
    flex-direction: column;
  } */

  /* section.realPeople .card .left,
  section.realPeople .card .right {
    width: 100%;
    order: unset;
  } */

  /* section.realPeople .card .left h3,
  section.realPeople .card .left p {
    text-align: center;
  } */

  /* New css add for phone view four card show */
  section.realPeople .card .left,
  section.realPeople .card .right {
    min-height: auto;
  }

  section.realPeople .card:nth-child(odd) .left,
  section.realPeople .card:nth-child(even) .left {
    width: 65%;
    /* height: 200px */
  }

  section.realPeople .card:nth-child(odd) .right,
  section.realPeople .card:nth-child(even) .right {
    width: 35%;
    /* height: 200px */
  }

  section.realPeople .card .content {
    position: relative;
  }

  section.realPeople .card .content img {
    position: absolute;
    width: 72%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  section.realPeople .card .left h3,
  section.realPeople .card .left p {
    position: relative;
    text-align: center;
    z-index: 2;
  }

  section.realPeople button {
    margin-top: 60px;
  }

  section.infinite-slider {
    padding: 40px 0px 40px 0px;
  }

  section.infinite-slider .slider .card {
    min-width: 300px;
    height: 200px;
    max-width: 52px;
  }

  section.member-reflections h1 {
    text-align: center;
  }

  section.member-reflections .slider-buttons {
    justify-content: center;
  }

  section.realPeople button {
    margin-top: 60px;
  }

  section.slider {
    padding: 0px 20px 100px 20px;
  }
}

@media screen and (max-width: 400px) {
  section.realPeople .card .left h3 {
    font-size: 1.8rem;
  }

  section.realPeople .card .left p {
    font-size: 1.2rem;
  }

  section.realPeople .card:nth-child(odd) .left .content {
    padding: 20px 10px 20px 10px;
  }

  section.realPeople .card:nth-child(even) .left .content {
    padding: 20px 10px 20px 10px;
  }
}
/* =============================================
-------- login page ---------
================================================ */

section.login {
  display: flex;
}

section.login .left {
  background: url("../media/login-bg.jpg") center / cover no-repeat;
  width: 50%;
}

section.login .right {
  padding: 185px 84px 100px 84px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.login .right .content {
  max-width: 562px;
  width: 100%;
}

section.login .right .content .login-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

section.login .right .content .login-header img {
  max-width: 292px;
  width: 100%;
}

section.login .right .content .login-header h2 {
  font-size: 3.2rem;
  font-family: var(--primary-font);
  line-height: 116%;
  color: var(--secndary-text-color-dark);
}

section.login .right .content .login-form {
  margin-top: 40px;
}

section.login .right .content .input-fill:nth-child(2) {
  margin-top: 16px;
}

section.login .right .content .input-fill:nth-child(3) {
  margin-top: 20px;
}

section.login .right .content .input-fill div {
  margin-top: 16px;
  position: relative;
}

section.login .right .content .login-form label {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

section.login .right .content .login-form input {
  height: 55px;
  padding: 14px 83px 14px 23px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  width: 100%;
  background: #f4eae3;
  border-radius: 12px;
  border: none;
  outline: none;
}

section.login .right .content .login-form input::placeholder {
  color: var(--secndary-text-color-gray);
}

/* section.login .right .content .login-form :is(img, i) {
  max-width: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--secndary-text-color-gray);
} */

section.login .right .content .login-form .input-fill img,
section.login .right .content .login-form .input-fill .password-eye-icon {
  max-width: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--secndary-text-color-gray);
}

section.login .right .content button {
  margin-top: 20px;
  font-size: 1.8rem;
  background: var(--secndary-bg-color);
  font-family: var(--primary-font);
  color: var(--action-color);
  width: 100%;
  padding: 20px 0px;
  border-radius: 12px;
  border: none;
  outline: none;
}

/* section.login .right .content button:hover {
  background: #fc7e6a;
} */

section.login .right .login-footer {
  margin-top: 21px;
}

section.login .right .content .login-footer button {
  font-size: 1.8rem;
  background: none;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  width: 100%;
  padding: 16px 0px;
  border-radius: 12px;
  border: 1px solid #0a0a0a;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

section.login .right .content .login-footer button img {
  max-width: 20px;
  width: 100%;
}

section.login .right h6 {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
}

section.login .right h6 a {
  /* color: #fc7e6a; */
  color: var(--secndary-bg-color);
  text-decoration: underline;
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 50.5%;
  }
}

@media screen and (max-width: 1260px) {
  section.login .right .content .login-header img {
    max-width: 192px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 40%;
  }

  section.login .right {
    padding: 185px 44px 100px 44px;
  }

  section.login .right .content .login-form label {
    font-size: 2.5rem;
  }

  section.login .right .content .login-form input {
    font-size: 2.3rem;
  }

  section.login .right .content button {
    font-size: 2.3rem;
  }

  section.login .right h6 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  section.login .right {
    padding: 185px 20px 100px 20px;
  }
}

@media screen and (max-width: 600px) {
  section.login {
    flex-direction: column;
  }

  section.login .right .content .login-header img {
    max-width: 120px;
  }

  section.login .left {
    min-height: 500px;
    width: 100%;
  }

  section.login .right {
    padding: 60px 40px 100px 40px;
    width: 100%;
  }
}

.material-icons {
  font-size: 18px;
  position: static;
  /* important */
}

/* =============================================
-------- Sign Up page css ---------
================================================ */

section.singup {
  display: flex;
}

section.singup .left {
  background: url("../media/singup-bg.jpg") center / cover no-repeat;
  width: 50%;
}

section.singup .right {
  /* padding: 185px 84px 40px 84px; */
  /* padding: 185px 84px 195px 84px; */
  /* padding: 105px 84px 40px 84px; */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.singup .rightSideStep1 {
  /* padding: 105px 84px 40px 84px; */
  padding: 80px 84px 40px 84px;
}

section.singup .rightSideStep2 {
  /* padding: 185px 84px 255px 84px; */
  padding: 250px 84px 255px 84px;
}

section.singup .right .content {
  width: 100%;
  /* max-width: 562px; */
  max-width: clamp(320px, 90%, 562px);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

section.singup .right .content .singup-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

section.singup .right .content .singup-header img {
  max-width: 292px;
  width: 100%;
}

section.singup .right .content .singup-header h2 {
  font-size: 3.2rem;
  font-family: var(--primary-font);
  line-height: 116%;
  color: var(--secndary-text-color-dark);
}

section.singup .right .content .singup-form {
  margin-top: 40px;
}

section.singup .right .content .input-fill:nth-child(2) {
  margin-top: 16px;
}

section.singup .right .content .input-fill:nth-child(3) {
  margin-top: 20px;
}

section.singup .right .content .input-fill div {
  margin-top: 16px;
  position: relative;
}

section.singup .right .content .singup-form label {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

section.singup .right .content .singup-form input {
  height: 55px;
  padding: 14px 83px 14px 23px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  width: 100%;
  background: #f4eae3;
  border-radius: 12px;
  border: none;
  outline: none;
}

section.singup .right .content .singup-form input::placeholder {
  color: var(--secndary-text-color-gray);
}

/* section.singup .right .content .singup-form :is(img, i) {
  max-width: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--secndary-text-color-gray);
} */

section.singup .right .content .singup-form .input-fill img,
section.singup .right .content .singup-form .input-fill .password-eye-icon {
  max-width: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--secndary-text-color-gray);
}

section.singup .right .content button {
  /* margin-top: 20px; */
  font-size: 1.8rem;
  background: var(--secndary-bg-color);
  font-family: var(--primary-font);
  color: var(--action-color);
  width: 100%;
  padding: 20px 0px;
  border-radius: 12px;
  border: none;
  outline: none;
}

/* section.singup .right .content button:hover {
  background: #fc7e6a;
} */

section.singup .right .singup-footer {
  margin-top: 21px;
}

section.singup .right h6 {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  line-height: 20px;
  text-align: center;
}

section.singup .right h6 a {
  /* color: #fc7e6a; */
  color: var(--secndary-bg-color);
  text-decoration: underline;
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 50.5%;
  }
}

@media screen and (max-width: 1260px) {
  section.singup .right .content .singup-header img {
    max-width: 192px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 40%;
  }

  section.singup .right {
    padding: 185px 44px 100px 44px;
  }

  section.singup .right .content .singup-form label {
    font-size: 2.5rem;
  }

  section.singup .right .content .singup-form input {
    font-size: 2.3rem;
  }

  section.singup .right .content button {
    font-size: 2.3rem;
  }

  section.singup .right h6 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  section.singup .right {
    padding: 185px 20px 100px 20px;
  }
}

@media screen and (max-width: 600px) {
  section.singup {
    flex-direction: column;
  }

  section.singup .right .content .singup-header img {
    max-width: 120px;
  }

  section.singup .left {
    min-height: 500px;
    width: 100%;
  }

  section.singup .right {
    padding: 60px 40px 100px 40px;
    width: 100%;
  }
}

/* otp css */
/* Wrapper */
.otp-wrapper {
  width: 100%;
  font-family: var(--primary-font);
}

/* Title */
.otp-title {
  display: block;
  /* font-weight: 600; */
  font-size: 20px;
  margin-bottom: 6px;
}

.otp-subtitle {
  display: block;
  font-size: 12px;
  /* font-weight: 400; */
  font-size: 17px;
  color: #6b7280;
  margin-top: 2px;
}

/* OTP Layout */
.otp-container {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

/* Individual Box */
.otp-input {
  /* width: 50px;
  height: 50px;
  font-size: 20px; */
  width: clamp(32px, 9vw, 60px);
  height: clamp(32px, 9vw, 60px);
  font-size: clamp(14px, 4vw, 20px);
  border: 1px solid #2a0c0f;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  background: #fdf3ec;
  color: #2a0c0f;
  outline: none;
  transition: 0.2s ease;
}

/* Focus Effect */
.otp-input:focus {
  border-color: #8b0000;
  box-shadow: 0 0 0 2px rgba(139, 0, 0, 0.15);
}

/* ////////////// phone number css //////////// */

/* Wrapper */
/* .phone-field {
  width: 100%;
} */

/* Main container */
.react-international-phone-input-container {
  width: 100% !important;
  height: 52px;
  display: flex;
  align-items: center;
  /* border: 1px solid #2a0c0f !important; */
  background: #f4eae3 !important;
  /* background-color: #fdf3ec !important; */
  border-radius: 8px !important;
  padding: 0 12px !important;
  transition: 0.2s ease;
  margin-top: 11px;
  font-family: var(--primary-font);
}

/* On focus */
.react-international-phone-input-container:focus-within {
  border-color: #8b0000 !important;
  box-shadow: 0 0 0 2px rgba(139, 0, 0, 0.1);
}

/* Input */
.react-international-phone-input-container input {
  flex: 1;
  border: none !important;
  outline: none !important;
  font-size: 14px !important;
  color: #2a0c0f !important;
  background-color: transparent !important;
  padding-left: 10px !important;
  font-family: var(--primary-font);
}

/* Country button */
.react-international-phone-country-selector-button {
  background-color: transparent !important;
  border: none !important;
}

/* =============================================
-------- New add CSS for error message and Loding message ---------
================================================ */
/* loading message */
.loadingmess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6b0606;
  font-weight: bold;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.alert-message {
  font-size: 16px;
  color: #d80232;
}

/* .alert-danger {
  color: #fdf3ec;
  background: #f88a8a;
} */

.text-danger {
  color: #df3131;
}

.error-wrapper {
  margin-top: 20px;
}

.error-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  color: #b42318;
  font-size: 14px;
  font-weight: 500;
  animation: fadeIn 0.3s ease-in-out;
}

.error-icon {
  font-size: 20px;
  color: #d92d20;
}

.error-text {
  flex: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================================
-------- Blog page css ---------
================================================ */
section.blog-hero {
  min-height: 874px;
  display: flex;
  align-items: end;
  background: url("../media/blog-hero-bg.jpg") no-repeat center bottom / cover;
  padding: 100px 20px 100px 20px;
}

section.blog-hero .content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

section.blog-hero .content h1 {
  max-width: 422px;
  width: 100%;
  font-size: 6.4rem;
  line-height: 100%;
  font-weight: 500;
  color: var(--primary-text-color);
  font-family: var(--primary-font);
}

section.blog-hero .content p {
  max-width: 379px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 140%;
  font-weight: 400;
  color: var(--primary-text-color);
  font-family: var(--primary-font);
}

section.blog {
  padding: 100px 20px 100px 20px;
}

section.blog > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.blog .content ul.catagory {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

section.blog .content ul.catagory li {
  padding: 16px 24px;
  font-size: 1.6rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  font-weight: 400;
  border-radius: 32px;
  border: 1px solid #f5e1d4;
  cursor: pointer;
}

section.blog .content ul.catagory li.active {
  background: var(--secndary-bg-color);
  color: var(--action-color);
}

section.blog .content .blogs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

section.blog .content .blogs .card {
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

section.blog .content .blogs .card .card-body > img {
  width: 100%;
  height: 614px;
  object-fit: cover;
}

section.blog .content .blogs .card .card-content {
  position: absolute;
  bottom: 11px;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  background: var(--action-color);
  padding: 14px 19px;
  border-radius: 28px;
}

section.blog .content .blogs .card .card-content .data-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.blog .content .blogs .card .card-content .data-time li > img {
  max-width: 10px;
  width: 100%;
  margin-right: 5px;
}

section.blog .content .blogs .card .card-content .data-time li {
  font-size: 1.2rem;
  font-family: var(--primary-font);
  line-height: 120%;
  color: var(--secndary-text-color-gray);
  font-weight: 400;
}

section.blog .content .blogs .card .card-content h3 {
  font-size: 1.8rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 500;
  color: var(--secndary-text-color-dark);
  margin-top: 10px;
}

section.blog .content .blogs .card .card-content p {
  font-size: 1.6rem;
  font-family: var(--primary-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--secndary-text-color-gray);
  margin-top: 6px;
}

section.blog .content .blogs .card .card-content hr {
  background: #e9dcd2;
  height: 1px;
  width: 100%;
  margin-top: 10px;
}

section.blog .content .blogs .card .card-content .info {
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.blog .content .blogs .card .card-content .info h5 {
  font-size: 1.6rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 500;
  color: var(--secndary-text-color-dark);
}

section.blog .content .blogs .card .card-content .info p {
  font-size: 1.2rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 400;
  color: var(--secndary-text-color-gray);
}

section.blog .content .blogs .card .card-content .info img {
  max-width: 47px;
  width: 100%;
}

section.blog .content button#load-more {
  color: var(--action-color);
  margin-top: 60px;
  padding: 0px 60px;
}

section.blog .content button#load-more::after {
  color: var(--action-color);
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 50.5%;
  }
}

@media screen and (max-width: 1260px) {
  section.blog .content .blogs .card .card-body > img {
    height: 450px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 40%;
  }

  section.blog-hero .content p {
    font-size: 2.3rem;
  }

  section.blog .content ul.catagory li {
    font-size: 2rem;
  }

  section.blog .content .blogs {
    grid-template-columns: repeat(2, 1fr);
  }

  section.blog .content .blogs .card {
    width: 100%;
  }

  section.blog .content .blogs .card .card-content .data-time li {
    font-size: 2rem;
  }

  section.blog .content .blogs .card .card-content h3 {
    font-size: 2.5rem;
  }

  section.blog .content .blogs .card .card-content p {
    font-size: 2rem;
  }

  section.blog .content .blogs .card .card-content .info h5 {
    font-size: 2.3rem;
  }

  section.blog .content .blogs .card .card-content .info p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  section.blog .content ul.catagory {
    gap: 8px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  section.blog-hero {
    background: url("../media/01.jpg") no-repeat center bottom / cover;
  }

  section.blog-hero .content {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  section.blog-hero .content h1 {
    text-align: center;
    font-size: 6rem;
  }

  section.blog-hero .content p {
    text-align: center;
    margin-top: 20px;
  }

  section.blog {
    padding: 60px 20px 60px 20px;
  }

  section.blog .content .blogs {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* new add to show arrow in blog page */
/* .info .right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0.8px solid #222;
}

.info .right svg {
  width: 25px;
  height: 25px;
  color: #222;
}

.info .right:hover {
  background-color: #eae6df;
  transform: translateY(-2px);
} */

/* =============================================
-------- Blog Detail page css ---------
================================================ */

section .header-blog-details {
  background: var(--secndary-bg-color);
  padding: 243px 20px 402px 20px;
}

section .header-blog-details .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section .header-blog-details h5 {
  font-family: var(--primary-font);
  font-size: 2rem;
  color: var(--primary-text-color);
  text-align: center;
  padding: 14px 26px;
  background: #772929;
  border-radius: 30px;
}

section .header-blog-details h1 {
  font-family: var(--primary-font);
  font-size: 7rem;
  line-height: 100%;
  color: var(--primary-text-color);
  text-align: center;
  margin-top: 22px;
  max-width: 882px;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 500;
}

section .future-image {
  margin-top: calc(-402px + 92px);
  width: 100%;
  padding: 0px 20px;
}

section .future-image img {
  height: 616px;
  object-fit: cover;
  width: 100%;
  border-radius: 40px;
}

section .articlr {
  max-width: 1096px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
  padding: 0px 20px;
}

section .articlr h3 {
  font-family: var(--primary-font);
  font-size: 4.5rem;
  line-height: 140%;
  color: var(--secndary-text-color-dark);
  font-weight: 500;
}

section .articlr h5 {
  font-family: var(--primary-font);
  font-size: 2.8rem;
  line-height: 140%;
  color: var(--secndary-text-color-dark);
  font-weight: 400;
}

section .articlr ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

section .articlr li {
  font-family: var(--primary-font);
  font-size: 2.3rem;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  list-style: circle;
  margin-left: 40px;
  margin-top: 8px;
}

section .articlr p {
  font-family: var(--primary-font);
  font-size: 2.3rem;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
  margin-bottom: 20px;
}

section .articlr img {
  /* width: 80%; */
  /* height: 671px; */
  /* height: 850px; */
  object-fit: cover;
  margin: 10px 40px;
  border-radius: 20px;
}

section .articlr .SetImage {
  width: 80%;
  /* height: 671px; */
  height: 850px;
}

section .comment {
  padding: 0px 20px;
}

section .comment > div {
  margin: auto;
  max-width: 1096px;
  width: 100%;
  padding: 40px;
  border-radius: 40px;
  border: 1px solid rgba(238, 230, 224, 1);
  margin-top: 44px;
}

section .comment h4 {
  font-family: var(--primary-font);
  font-size: 3.5rem;
  font: 500;
  line-height: 120%;
  color: var(--secndary-text-color-dark);
  margin-top: 7px;
}

section .comment > div > p:first-of-type {
  font-family: var(--primary-font);
  font-size: 3rem;
  font: 500;
  line-height: 20px;
  color: rgba(252, 126, 106, 1);
  margin-top: 7px;
}

section .comment h5 {
  font-family: Arial;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 24px;
  color: var(--secndary-text-color-dark);
  margin-top: 20px;
}

section .comment > div > p:nth-of-type(2) {
  font-family: var(--primary-font);
  font-size: 2.2rem;
  font: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
}

section .comment hr {
  margin: 20px 0px;

  opacity: 0.3;

  width: 100%;
}

section .commetnBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section :is(.data-time, .commentSocialMedia) {
  width: 100%;
}

section .commetnBottom ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

section .commetnBottom ul img {
  max-width: 16px;
  width: 100%;
  margin-right: 8px;
}

section .commetnBottom ul li {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font: 400;
  line-height: 20px;
  color: var(--secndary-text-color-gray);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
}

section .commentSocialMedia {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font: 400;
  line-height: 20px;
  color: var(--secndary-text-color-gray);
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

/* Ready to Begin Your Journey? */
section.BlogDetailjourney {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.BlogDetailjourney h1 {
  font-size: 6.8rem;
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
  text-align: center;
}

section.BlogDetailjourney p {
  font-size: 2.3rem;
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 140%;
  color: var(--secndary-text-color-gray);
  max-width: 626px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

section.BlogDetailjourney button {
  margin-top: 40px;
  padding-left: 32px;
}

section.BlogDetailjourney button,
section.BlogDetailjourney button::after {
  color: var(--primary-text-color);
}

section.related-blog {
  padding: 10px 20px 10px 20px;
}

section.related-blog .top {
  display: flex;
  /* justify-content: space-between;
  align-items: center; */
  justify-content: center;
  align-items: center;
}

section.related-blog .top h1 {
  font-size: 6.4rem;
  font-size: clamp(4rem, 6vw, 6.4rem);
  font-family: var(--primary-font);
  font-weight: 400;
  line-height: 100%;
  color: var(--secndary-text-color-dark);
}

section.related-blog .top button {
  color: #ffffff;
  padding-left: 45px;
  /* padding-left: 65px; */
}

section.related-blog .buttonbottom {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

section.related-blog .buttonbottom button {
  color: #fff;
  padding-left: 65px;
}

section.related-blog .content .blogs {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
}

section.related-blog .content .blogs .card {
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

section.related-blog .content .blogs .card .card-body > img {
  width: 100%;
  height: 614px;
  object-fit: cover;
}

section.related-blog .content .blogs .card .card-content {
  position: absolute;
  bottom: 11px;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  background: var(--action-color);
  padding: 14px 19px;
  border-radius: 28px;
}

section.related-blog .content .blogs .card .card-content .data-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.related-blog .content .blogs .card .card-content .data-time li > img {
  max-width: 10px;
  width: 100%;
  margin-right: 5px;
}

section.related-blog .content .blogs .card .card-content .data-time li {
  font-size: 1.6rem;
  font-family: var(--primary-font);
  line-height: 120%;
  color: var(--secndary-text-color-gray);
  font-weight: 400;
}

section.related-blog .content .blogs .card .card-content h3 {
  font-size: 2.2rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 500;
  color: var(--secndary-text-color-dark);
  margin-top: 10px;
}

section.related-blog .content .blogs .card .card-content p {
  font-size: 1.9rem;
  font-family: var(--primary-font);
  line-height: 140%;
  font-weight: 400;
  color: var(--secndary-text-color-gray);
  margin-top: 6px;
}

section.related-blog .content .blogs .card .card-content hr {
  background: #e9dcd2;
  height: 1px;
  width: 100%;
  margin-top: 10px;
}

section.related-blog .content .blogs .card .card-content .info {
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.related-blog .content .blogs .card .card-content .info h5 {
  font-size: 1.9rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 500;
  color: var(--secndary-text-color-dark);
}

section.related-blog .content .blogs .card .card-content .info p {
  font-size: 1.6rem;
  font-family: var(--primary-font);
  line-height: 120%;
  font-weight: 400;
  color: var(--secndary-text-color-gray);
}

section.related-blog .content .blogs .card .card-content .info img {
  max-width: 47px;
  width: 100%;
}

@media screen and (max-width: 1260px) {
  html {
    font-size: 60%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 55%;
  }

  section.related-blog .content .blogs {
    grid-template-columns: repeat(2, 1fr);
  }

  section .header-blog-details {
    padding: 243px 20px 370px 20px;
  }

  section .future-image img {
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 50%;
  }

  section .commetnBottom {
    flex-direction: column;
  }

  section .header-blog-details {
    padding: 243px 20px 200px 20px;
  }

  section .future-image {
    margin: 0;
    margin-top: -150px;
  }

  section .future-image img {
    height: 300px;
  }

  section .articlr img {
    height: 450px;
  }

  section .articlr .SetImage {
    height: 450px;
  }

  section .articlr .SetImageBlog3 {
    height: 450px;
  }

  section .comment > div {
    border-radius: 10px;
    padding: 16px;
  }

  section.related-blog .top {
    flex-direction: column;
  }

  section.related-blog .top a {
    display: none;
  }

  section.related-blog .buttonbottom {
    display: flex;
  }

  section.related-blog .content .blogs {
    grid-template-columns: repeat(1, 1fr);
  }

  section.journey button {
    width: 300px;
    font-size: 16px;
    padding-left: 23px;
  }

  section.journey button::after {
    right: 15px;
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 40%;
  }

  section .header-blog-details {
    padding: 200px 20px 150px 20px;
  }

  section .future-image {
    margin: 0;
    margin-top: -100px;
  }

  section .future-image img {
    height: 200px;
    border-radius: 20px;
  }

  section .articlr img {
    height: 350px;
  }

  section .articlr .SetImage {
    height: 350px;
  }

  section .articlr .SetImageBlog3 {
    height: 350px;
  }

  section.journey {
    padding: 0px 20px 60px 20px;
  }
}

/* =============================================
-------- About us page css ---------
================================================ */

/* ================================
   ABOUT PAGE BASE
================================ */

.about-page {
  background: var(--primary-bg-color);
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: var(--primary-font);
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ================================
   HERO SECTION
================================ */

.about-hero {
  text-align: center;
}

.about-hero h1 {
  /* font-size: 56px;
  font-family: var(--primary-font); */
  /* color: #7b0f0f; */
  font-size: clamp(3rem, 5vw, 6.4rem);
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-bottom: 20px;
  font-weight: 500;
}

.about-hero h2 {
  font-size: 22px;
  font-family: var(--primary-font);
  font-weight: 400;
  /* color: #2d2d2d; */
  color: var(--secndary-text-color-gray);
  margin-bottom: 40px;
}

.MeetMyTeamTitleAboutPage h1 {
  text-align: center;
  /* font-size: clamp(1.8rem, 3vw, 3.5rem); */
  font-size: clamp(3rem, 5vw, 6rem);
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-top: 10px;
  font-weight: 400;
  line-height: 100%;
}

.aboutUsPageTitle {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

.about-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.8;
  /* color: #181514; */
  color: var(--secndary-text-color-gray);
  font-family: var(--primary-font);
}

.about-text p {
  margin-bottom: 24px;
}

.highlight {
  /* color: #7b0f0f; */
  color: var(--secndary-text-color-dark);
  font-weight: 600;
  font-family: var(--primary-font);
}

.divider {
  height: 1px;
  background: #2d2d2d;
  /* margin: 40px 0; */
}

/* ================================
   FOUNDER SECTION
================================ */
.founder-section {
  background: #f9efe7;
  padding: 20px;
  margin-top: 10px;
}

.founder-section h3 {
  /* font-size: 25px; */
  /* font-size: clamp(1.8rem, 2.5vw, 3rem); */
  /* font-family: var(--primary-font); */
  /* margin-bottom: 40px; */
  /* color: #2d2d2d; */
  /* color: var(--secndary-text-color-dark); */
  margin: 15px 0;
  /* font-weight: 400; */

  font-size: 2.8rem;
  font-weight: 500;
  line-height: 100%;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

.founder-content {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  align-items: start;
  font-family: var(--primary-font);
}

.founder-image img {
  width: 100%;
  border-radius: 8px;
}

.founder-text {
  font-size: 18px;
  line-height: 1.8;
  /* color: #2d2d2d; */
  color: var(--secndary-text-color-gray);
  font-family: var(--primary-font);
}

@media (max-width: 768px) {
  /* .about-hero h1 {
    font-size: 40px;
  } */

  .about-hero h2 {
    font-size: 22px;
  }

  .founder-content {
    grid-template-columns: 1fr;
  }

  .about-text,
  .founder-text {
    font-size: 18px;
  }
}

/* =============================================
-------- Forgot Password page css ---------
================================================ */

/* ================================
   Forgot Password PAGE BASE
================================ */

.ForgotPassword-page {
  background: var(--primary-bg-color);
  padding-top: 180px;
  padding-bottom: 160px;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.ForgotPassword-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =============================================
   Heading
============================================= */

.ForgotPassword-page h1 {
  font-family: var(--primary-font);
  font-size: 64px;
  font-weight: 500;
  color: #7b0f0f;
  line-height: 110%;
  text-align: center;
  margin-bottom: 60px;
}

/* =============================================
   Form Container
============================================= */

/* =============================================
   Forgot Password Email Box
============================================= */

/* Center the whole form */
.ForgotPassword-page .login-form {
  display: flex;
  justify-content: center;
}

/* Control form width */
.ForgotPassword-page .login-form .input-fill {
  width: 100%;
  max-width: 500px;
  /* perfect centered width */
}

/* Label */
.ForgotPassword-page .login-form label {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  display: block;
  margin-bottom: 10px;
}

/* Input wrapper */
.ForgotPassword-page .input-fill div {
  position: relative;
}

/* Input */
.ForgotPassword-page .login-form input {
  height: 55px;
  padding: 14px 23px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  width: 100%;
  /* important */
  background: #f4eae3;
  border-radius: 12px;
  border: none;
  outline: none;
  transition: 0.3s ease;
}

/* .ForgotPassword-page .contact-form-container button { */
.SubmitButtonForgotPassword-page {
  display: block;
  margin: 20px auto 0px;
  /* margin-left: 80px; */
  width: 50%;
  /* max-width: 500px; */
  height: 55px;
  border-radius: 12px;
  border: none;
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
  font-size: 1.8rem;
  font-family: var(--primary-font);
  cursor: pointer;
}

.SubmitOTPButton-page {
  /* display: block; */
  margin: 20px auto 0px;
  margin-left: 80px;
  width: 50%;
  /* max-width: 500px; */
  height: 55px;
  border-radius: 12px;
  border: none;
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
  font-size: 1.8rem;
  font-family: var(--primary-font);
  cursor: pointer;
}

/* =============================================
   Responsive
============================================= */

@media (max-width: 768px) {
  .ForgotPassword-page {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .ForgotPassword-page h1 {
    font-size: 40px;
  }

  .input-data {
    height: 50px;
  }
}

@media (max-width: 576px) {
  .ForgotPassword-page .login-form .input-fill {
    max-width: 100%;
  }
}

/* section.ForgotPassword-page .login-form .input-fill img, */
section.ForgotPassword-page .login-form .input-fill .password-eye-icon {
  max-width: 16px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  font-size: 16px;
  cursor: pointer;
  color: var(--secndary-text-color-gray);
}

/* =============================================
  Why Uniite page css
============================================= */
/* ////////////////////////////////////////////// */

/* ===============================
   Why Uniite Section
=================================*/

section.section-padding {
  padding: 140px 20px 100px;
  background: var(--primary-bg-color);
}

/* Heading */
section.section-padding h2 {
  font-size: 5.6rem;
  font-family: var(--primary-font);
  font-weight: 500;
  line-height: 110%;
  color: var(--secndary-bg-color);
  max-width: 1100px;
  margin: 0 auto 70px auto;
}

/* Card Layout Fix */
section.section-padding .row {
  row-gap: 30px;
}

/* Card Design */
.uniite-card {
  background: transparent;
  border: 1px solid #e88f8f;
  border-radius: 18px;
  padding: 32px !important;
  transition: all 0.3s ease;
  height: 100%;
}

/* Hover effect (premium feel) */
.uniite-card:hover {
  background: #f9ebe4;
  transform: translateY(-6px);
  border-color: var(--secndary-bg-color);
}

/* Card Title */
.uniite-card .font-22 {
  font-size: 2.4rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
}

/* Card Text */
.uniite-card .font-18 {
  font-size: 1.8rem;
  font-family: var(--primary-font);
  line-height: 150%;
  color: var(--secndary-text-color-gray);
}

/* Responsive */
@media (max-width: 992px) {
  section.section-padding h2 {
    font-size: 4.2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  section.section-padding {
    padding: 100px 20px 80px;
  }

  section.section-padding h2 {
    font-size: 3.4rem;
  }
}

/* section.section-padding .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
} */

.why-uniite-section .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  section.section-padding .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  section.section-padding .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.whyUniiteboxcontent {
  margin-top: 10px;
}

/* ======================================
   The One Choice Section (Why Us)
====================================== */

/* ======================================
   The One Choice Section (Why Us)
====================================== */

section.section-padding.pt-2 {
  padding: 60px 0 120px;
  background: var(--primary-bg-color);
}

/* Make inner container centered and narrower */
section.section-padding .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
section.section-padding h3 {
  font-size: 5.2rem;
  font-family: var(--primary-font);
  font-weight: 500;
  color: var(--secndary-bg-color);
  margin-bottom: 70px;
  line-height: 110%;
  text-align: center;
}

/* Center row content */
section.section-padding .row {
  justify-content: center;
}

/* Image Styling */
section.section-padding img {
  max-width: 420px;
  width: 100%;
  border-radius: 18px;
  display: block;
  margin: 0 auto;
}

/* Text Styling */
section.section-padding .font-18 {
  font-size: 1.9rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  line-height: 160%;
}

/* Button center */
section.section-padding .btn-uniite {
  margin-top: 25px;
  padding: 14px 40px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
  border-radius: 12px;
  transition: 0.3s ease;
}

section.section-padding .btn-uniite:hover {
  background: #8a0f0f;
  transform: translateY(-3px);
}

.one-choice-section .row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.one-choice-section .col-lg-5 {
  max-width: 500px;
}

@media (max-width: 992px) {
  .why-uniite-section .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .why-uniite-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* =============================================
  TermsConditions page css
============================================= */
/* ////////////////////////////////////////////// */

/* ===============================
   TermsConditions && PrivacyPolicy Section
=================================*/

/* ===============================
   Uniite Legal Page Styling
================================= */

.legal-section {
  background: var(--primary-bg-color);
  padding: 140px 20px 100px;
  font-family: var(--primary-font);
}

.legal-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.legal-header {
  text-align: center;
  margin-bottom: 80px;
}

.legal-title {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--secndary-bg-color);
}

/* Section Block */
.legal-block {
  margin-bottom: 70px;
}

/* Main Heading */
.legal-heading {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-bottom: 25px;
  font-weight: 600;
}

/* Sub Heading */
.legal-subheading {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 600;
}

/* Paragraph */
.legal-text {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}

/* Highlight Box */
.legal-highlight {
  background: #ffffff;
  border-left: 4px solid var(--secndary-bg-color);
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}

.setmarginAnalysisContent {
  margin-top: 20px;
  line-height: 1.3;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-title {
    font-size: 3.2rem;
  }

  .legal-section {
    padding: 100px 20px 80px;
  }
}

/* =============================================
  Privacy Policy page css
============================================= */
/* ////////////////////////////////////////////// */

/* ===============================
   Privacy Policy - Legal Section
=================================*/

/* =====================================
   PRIVACY POLICY MAIN WRAPPER
===================================== */

/* ===============================
 PRIVACY POLICY
================================ */

.privacy-policy-section {
  background: var(--primary-bg-color);
  padding: 140px 20px 100px;
  font-family: var(--primary-font);
}

.privacy-policy-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.privacy-policy-header {
  text-align: center;
  margin-bottom: 80px;
}

.privacy-policy-title {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 110%;
  color: var(--secndary-bg-color);
}

/* Section Block */
.privacy-policy-block {
  margin-bottom: 70px;
}

/* Main Heading */
.privacy-policy-heading {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-bottom: 25px;
  font-weight: 600;
}

/* Sub Heading */
.privacy-policy-subheading {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 600;
}

/* Paragraph */
.privacy-policy-text {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: justify;
}

/* Highlight Box */
.privacy-policy-highlight {
  background: #ffffff;
  border-left: 4px solid var(--secndary-bg-color);
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}

/* .setmarginAnalysisContent {
  margin-top: 20px;
  line-height: 1.3;
} */

/* Privacy Policy List */
/* .privacy-policy-section ul {
  margin: 20px 0 25px 20px;
  padding-left: 20px;
  list-style-type: disc;
} */

.privacy-policy-section ul li {
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: justify;
}

.privacy-policy-section ul li::marker {
  color: var(--secndary-text-color-gray);
}

.privacy-policy-section ul {
  list-style: none;
  padding-left: 0;
}

.privacy-policy-section ul li {
  position: relative;
  padding-left: 18px;
}

.privacy-policy-section ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--secndary-text-color-gray);
}

/* Responsive */
@media (max-width: 768px) {
  .privacy-policy-title {
    font-size: 3.2rem;
  }

  .privacy-policy-section {
    padding: 100px 20px 80px;
  }
}

.privacy-policy-Tablesection {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

/* Scroll wrapper */
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* Table */
.rights-table {
  width: 100%;
  min-width: 750px;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  box-shadow: 0 0 4px rgb(0 0 0 / 0.1);
}

/* Header */
.rights-table th {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  background-color: #fafafa;
}

/* Body */
.rights-table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  vertical-align: top;
}

.rights-table tbody tr:hover {
  background-color: #f7f7f7;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .rights-table {
    font-size: 0.9rem;
  }

  .privacy-policy-heading {
    font-size: 18px;
  }

  .privacy-policy-text {
    font-size: 14px;
  }
}

/* =============================================
-------- Notification page ---------
================================================ */

/* =============================================
-------- Notification section ---------
================================================ */

.Notification-section {
  padding: 130px 60px;
  font-family: var(--primary-font);
  background: var(--primary-bg-color);
  color: var(--secndary-text-color-dark);
}

/* Table wrapper spacing */
.setmarginNotification-Table {
  margin-top: 20px;
}

/* Main wrapper scroll control */
.main-content-wrapper {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
}

/* Prevent layout break */
.data-table-selecter1 {
  min-width: 750px;
  border-radius: 12px;
  overflow: hidden;
}

/* Improve DataTable header look */
.data-table-selecter1 .rdt_TableHead {
  background: var(--action-color);
  font-weight: 600;
  color: var(--secndary-text-color-dark);
}

/* Improve row styling */
.data-table-selecter1 .rdt_TableRow {
  border-bottom: 1px solid #eee;
}

.data-table-selecter1 .rdt_TableRow:hover {
  background: rgba(107, 6, 6, 0.04);
}

/* Pagination styling */
.data-table-selecter1 .rdt_Pagination {
  font-family: var(--primary-font);
  border-top: 1px solid #eee;
}

/* ===============================
   Tablet
================================ */
@media (max-width: 992px) {
  .Notification-section {
    padding: 100px 30px;
  }

  .data-table-selecter1 {
    min-width: 680px;
  }
}

/* ===============================
   Mobile
================================ */
@media (max-width: 768px) {
  .Notification-section {
    padding: 80px 15px;
  }

  .profile-info {
    font-size: 14px;
  }

  .data-table-selecter1 {
    min-width: 620px;
  }

  /* Make search input responsive */
  .data-table-extensions input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .Notification-section {
    padding: 70px 10px;
  }

  .data-table-selecter1 {
    min-width: 580px;
  }

  .profile-info {
    font-size: 13px;
  }
}

.data-table-extensions-filter {
  width: 300px;
}

/* =============================================
-------- Notification Detail section ---------
================================================ */

/* =============================================
-------- Notification Detail section ---------
================================================ */

.NotificationDetail-section {
  padding: 130px 40px;
  display: flex;
  justify-content: center;
  font-family: var(--primary-font);
  background: var(--primary-bg-color);
  color: var(--secndary-text-color-dark);
}

/* Main centered container */
.notification-container {
  width: 100%;
  max-width: 850px;
}

/* Back Button */
.back-row {
  margin-bottom: 20px;
}

.back-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--action-color);
  color: var(--secndary-text-color-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.back-btn:hover {
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
}

/* Title */
.notification-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--secndary-text-color-dark);
  position: relative;
}

/* Elegant underline */
.notification-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--secndary-bg-color);
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Detail Box */
.notification-detail-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* Detail rows */
.detail-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--secndary-text-color-gray);
}

.detail-label {
  font-weight: 600;
  margin-right: 6px;
  color: var(--secndary-text-color-dark);
}

/* Message */
.notification-message {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--secndary-text-color-dark);
}

.message-content {
  margin-top: 10px;
  color: var(--secndary-text-color-gray);
}

/* Link style inside message */
.notification-message a {
  color: var(--secndary-bg-color);
  font-weight: 600;
  text-decoration: underline;
}

/* Divider */
.notification-detail-box hr {
  margin: 20px 0;
  border-top: 1px solid #eee;
}

/* ===============================
   Tablet
================================ */
@media (max-width: 992px) {
  .NotificationDetail-section {
    padding: 110px 20px;
  }

  .notification-detail-box {
    padding: 25px;
  }
}

/* ===============================
   Mobile
================================ */
@media (max-width: 768px) {
  .NotificationDetail-section {
    padding: 90px 15px;
  }

  .notification-title {
    font-size: 22px;
  }

  .notification-detail-box {
    padding: 20px;
  }

  .detail-row {
    flex-direction: column;
    font-size: 14px;
  }

  .notification-message {
    font-size: 14px;
  }
}

/* Extra small */
@media (max-width: 480px) {
  .NotificationDetail-section {
    padding: 80px 10px;
  }

  .notification-detail-box {
    padding: 16px;
  }
}

/* =============================================
-------- SendProfileShow Detail section ---------
================================================ */

.SendProfileShowDetail-section {
  padding: 135px 200px 60px;
  display: flex;
  justify-content: center;
  font-family: var(--primary-font);
  background: var(--primary-bg-color);
  color: var(--secndary-text-color-dark);
}

/* .SendProfileShowDetail-section>div {
  width: 100%;
  max-width: 900px;
} */

/* Large screens (≤1200px) */
@media (max-width: 1200px) {
  .SendProfileShowDetail-section {
    padding: 120px 120px 60px;
  }
}

/* Tablets (≤992px) */
@media (max-width: 992px) {
  .SendProfileShowDetail-section {
    padding: 100px 60px 50px;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .SendProfileShowDetail-section {
    padding: 80px 30px 40px;
    flex-direction: column;
  }
}

/* Small mobile (≤480px) */
@media (max-width: 480px) {
  .SendProfileShowDetail-section {
    padding: 60px 20px 30px;
  }
}

.SendProfile-title-set {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
}

.SendProfile-Subtitle-fontSet {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .SendProfile-title-set {
    font-size: 20px;
  }

  .SendProfile-Subtitle-fontSet {
    font-size: 16px;
  }
}

.content-title-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 8px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .content-title-img {
    max-width: 100%;
  }
}

.profile-section {
  margin-bottom: 32px;
}

/* Modal styling */
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  /* z-index: 99999 !important; */
  opacity: 1;
  -webkit-transition: fadeIn 900ms ease-in;
  -moz-transition: fadeIn 900ms ease-in;
  transition: fadeIn 900ms ease-in;
  pointer-events: auto;
  overflow: auto;
}

.modalDialog > div {
  position: relative;
  margin: 20vh auto;
  overflow: auto;
  border-radius: 12px;
  background: #fff;
  padding: 1rem 1rem 0rem 1rem;
}

@media (min-width: 767px) {
  .modalDialog > div {
    width: 760px;
    margin: 20vh auto;
  }
}

.modalDialog .modal-bottom-view {
  padding: 1rem 0rem;
}

.modalDialog-hide {
  display: none;
}

.modalDialog-show {
  display: block;
  animation: fadeIn 0.5s ease;
}

.content-blur {
  filter: blur(5px);
  transition: filter 0.3s ease-in-out;
}

/*SendProfileShow.js buttons*/
.action-button-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.action-button {
  width: 110px;
  background: #6b0606;
  /* font-weight: bold; */
  color: #fdf3ec;
  border: 0 none;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
  margin: 10px 5px;
  text-decoration: none;
  font-size: 14px;
}

.reason-textarea {
  width: 100%;
  min-height: 120px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  resize: vertical;
  /* allows user to resize vertically only */
  outline: none;
  box-sizing: border-box;
}

.reason-textarea:focus {
  border-color: #800000;
  /* match your button color */
  box-shadow: 0 0 0 2px rgba(128, 0, 0, 0.1);
}

/* =============================================
-------- Questionnaire page ---------
================================================ */

/* =============================================
-------- Questionnaire section ---------
================================================ */

section.profile-form {
  padding: 269px 20px 100px 20px;
}

section.profile-form .content {
  background: #fffaf6;
  padding: 67px;
  border-radius: 30px;
}

section.profile-form .content h1 {
  font-size: 6.4rem;
  font-family: var(--primary-font);
  line-height: 116%;
  color: var(--secndary-text-color-dark);
}

section.profile-form .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

section.profile-form .buttons :is(.back-btnprofile-form, .cancel-btn) {
  background: #ffefe3;
  color: var(--secndary-text-color-dark);
  font-size: 2.2rem;
  line-height: 23px;
  padding: 15px 65px;
  border-radius: 11px;
}

section.profile-form .buttons :is(.next-btn, .save-btn) {
  background: var(--secndary-bg-color);
  color: var(--action-color);
  font-size: 2.2rem;
  line-height: 23px;
  padding: 15px 65px;
  border-radius: 11px;
}

h4 {
  font-size: 2.8rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  line-height: 116%;
  margin-top: 20px;
}

label {
  font-size: 2rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  line-height: 120%;
  font-weight: 400;
}

/* input,
select,
textarea 
{
  height: 55px;
  padding: 14px 20px 14px 23px;
  font-size: 1.8rem;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-gray);
  max-width: 100%;
  width: 100%;
  background: #f4eae3;
  border-radius: 12px;
  border: none;
  outline: none;
  margin-top: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
} */

/* Apply only to normal inputs inside your form */
.input-fill input,
.input-fill select,
.input-fill textarea {
  height: 55px;
  padding: 14px 20px 14px 23px;
  font-size: 1rem;
  font-family: var(--primary-font);
  /* color: var(--secndary-text-color-gray); */
  color: var(--secndary-text-color-dark);
  width: 100%;
  background: #f4eae3;
  border-radius: 12px;
  border: none;
  outline: none;
  margin-top: 8px;
  appearance: none;
  font-size: 15px;
}

.custom-select__control input {
  /* height: auto !important; */
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  /* font-size: 20px !important; */
}

select option:hover {
  background: rgba(107, 6, 6, 1);
}

/* .select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 60%;
  right: 24px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #333;
} */

.select-wrapper {
  position: relative;
}

/* .select-wrapper::after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #800000;
} */

textarea {
  min-height: 70px;
}

input::placeholder {
  color: var(--secndary-text-color-gray);
}

.cal-1 {
  margin-top: 20px;
}

.cal-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.cal-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.buttonanddod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.dots {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}

.dot {
  height: 14px;
  width: 14px;
  background: #efe5de;
  border-radius: 50%;
}

.dot.active {
  height: 20px;
  width: 20px;
  /* background: #fc7e6a; */
  background: var(--secndary-bg-color);
}

@media screen and (max-width: 1380px) {
  html {
    font-size: 50.5%;
  }
}

@media screen and (max-width: 1260px) {
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 800px) {
  .cal-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cal-3 .input-fill:nth-child(3) {
    grid-column: 1/3;
  }

  section.profile-form .content {
    padding: 40px;
  }
}

@media screen and (max-width: 600px) {
  .cal-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .cal-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .cal-3 .input-fill:nth-child(3) {
    grid-column: unset;
  }

  section.profile-form {
    padding: 169px 20px 100px 20px;
  }

  section.profile-form .content {
    padding: 20px;
  }

  section.profile-form .buttons {
    justify-content: center;
    flex-direction: column;
  }

  section.profile-form .buttons :is(.back-btnprofile-form, .cancel-btn) {
    padding: 15px 35px;
    width: 100% !important;
    order: 2;
  }

  section.profile-form .buttons :is(.next-btn, .save-btn) {
    padding: 15px 35px;
    width: 100%;
    order: 1;
  }

  section.profile-form .content h1 {
    font-size: 4rem;
    text-align: center;
  }
}

.setMarginSelectionbox-Questionnaire {
  margin-top: 9px;
  font-family: var(--primary-font);
}

#customRadio {
  accent-color: #191514;
}

/* select Multiple checkbox css */
.multi-checkbox-wrapper input[type="checkbox"] {
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 4px !important;
  margin-top: 0 !important;
  appearance: auto !important;
  display: inline-block !important;
}

/* Container */
.checkbox-group {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Each row */
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  font-size: 15px;
  font-family: var(--primary-font);
  color: #191514;
  position: relative;
}

/* Hide default checkbox */
.checkbox-item input[type="checkbox"] {
  display: none;
}

/* Custom box */
.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #c5b5ac;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.2s ease;
}

/* Checked state */
.checkbox-item input:checked + .checkmark {
  background-color: #2a0c0f;
  border-color: #2a0c0f;
}

/* Tick mark */
.checkbox-item input:checked + .checkmark::after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 4px;
  top: -1px;
}

/* Label spacing */
.checkbox-label {
  user-select: none;
  margin-left: 14px;
}

/* MAIN OUTER BOX state and city selection box css start --------------- */
.stdropdown-container {
  height: 55px !important;
  min-height: 40px !important;
  border-radius: 12px !important;
  background-color: #f4eae3 !important;
  border: 1px solid #e5dcd6 !important;
  font-size: 15px !important;
  font-family: var(--primary-font) !important;

  display: flex !important;
  align-items: center !important;
  padding: 0 14px !important;
}

/* REMOVE INNER BOX LOOK */
.stsearch-box {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: 100% !important;
}

/* REMOVE INPUT EXTRA STYLING */
.stdropdown-input {
  background: transparent !important;
  border: none !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  font-size: 15px !important;
}

/* REMOVE ANY EXTRA BORDER INSIDE */
.stsearch-box input {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 15px !important;
}

/* Focus border */
.stdropdown-container:focus-within {
  border: 1px solid #800000 !important;
}

/* DROPDOWN MENU CONTAINER */
.stdropdown-menu {
  border: 1px solid #e5dcd6 !important;
  border-radius: 12px !important;
  background-color: #f4eae3 !important;
  margin-top: 200px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  /* overflow: hidden !important; */
  z-index: 9999 !important;
  margin-left: -10px;
}

/* EACH OPTION */
.stdropdown-item {
  padding: 10px 16px !important;
  font-size: 15px !important;
  font-family: var(--primary-font) !important;
  background-color: #f4eae3 !important;
  color: #191514 !important;
  cursor: pointer !important;
}

/* HOVER OPTION */
.stdropdown-item:hover {
  background-color: #a32020 !important;
  color: #ffffff !important;
}

/* SELECTED OPTION */
.stdropdown-item.active {
  background-color: #7a0c0c !important;
  color: #ffffff !important;
}

/* end here ----------------------------------------------- */

.annualIncomeRelatedMessage {
  font-size: 15px;
  font-family: var(--primary-font);
  margin-top: 10px;
}

/* photo upload css */
/* ===============================
   PHOTO UPLOAD WRAPPER
================================== */

.photo-upload-wrapper {
  max-width: 720px;
  margin: auto;
  font-family: var(--primary-font);
  /* background: var(--primary-bg-color); */
}

/* ===============================
   INSTRUCTIONS
================================== */

.upload-instructions {
  margin-bottom: 25px;
}

.upload-instructions p {
  font-size: 20px;
  color: var(--secndary-text-color-dark);
  line-height: 1.6;
}

/* .upload-instructions ul {
  font-size: 16px;
  line-height: 150%;
  padding-left: 18px;
  margin-bottom: 10px;
  color: var(--secndary-text-color-dark);
} */

.upload-instructions ul {
  font-size: 16px;
  line-height: 150%;
  padding-left: 24px;
  margin: 10px 0px 10px 10px;
  color: var(--secndary-text-color-dark);
}

.upload-instructions ul li {
  list-style-type: disc !important;
  display: list-item !important;
}

.upload-instructions ul li::marker {
  color: var(--secndary-text-color-dark);
  font-size: 25px;
}

/* ===============================
   PREVIEW SECTION
================================== */

.preview-section {
  margin-bottom: 20px;
}

.empty-text {
  color: var(--secndary-text-color-gray);
  font-size: 14px;
}

/* ===============================
   PHOTO LIST
================================== */

.photo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.photo-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 16px;
  margin-bottom: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.photo-card:hover {
  transform: translateY(-3px);
}

/* Image */
.photo-card img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  border-radius: 14px;
}

/* File name */
.file-name {
  flex: 1;
  margin-left: 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--secndary-text-color-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Delete button */
.delete-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--primary-bg-color);
  color: var(--secndary-bg-color);
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s ease;
}

.delete-btn:hover {
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
}

/* ===============================
   PRIMARY BUTTON
================================== */

.upload-btn-wrapper {
  margin-top: 18px;
}

.primary-btn {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--secndary-bg-color);
  color: var(--primary-text-color);
  border-radius: 14px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.primary-btn:hover {
  background: #4e0404;
}

/* ===============================
   LIMIT MESSAGE
================================== */

.limit-text {
  color: var(--secndary-bg-color);
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

/* ===============================
   MOBILE RESPONSIVE
================================== */

@media (max-width: 576px) {
  .photo-card {
    flex-direction: column;
    text-align: center;
  }

  .photo-card img {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }

  .file-name {
    margin: 10px 0;
  }
}

/* ===============================
   Decalration css step 5 
================================== */

.declare-Page {
  max-width: 720px;
  margin: auto;
  font-family: var(--primary-font);
  /* background: var(--primary-bg-color); */
}

.declare-Page p {
  font-size: 23px;
  color: var(--secndary-text-color-dark);
  line-height: 1.6;
}

/* calender.js */
/* ===============================
   calender.js css step 6
================================== */
/* ==========================
   PAGE LAYOUT
========================== */

.schedule-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  font-family: var(--primary-font);
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.schedule-container p {
  font-size: 20px;
  color: var(--secndary-text-color-dark);
  line-height: 1.6;
}

.schedule-left {
  width: 48%;
}

.schedule-right {
  width: 48%;
}

@media (max-width: 992px) {
  .schedule-container {
    flex-direction: column;
  }

  .schedule-left,
  .schedule-right {
    width: 100%;
  }
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 30px;
}

/* ==========================
   CALENDAR CARD
========================== */

.calendar-container {
  background: #fdf3ec;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* Header (Avatar + Title) */
.calendar-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-title {
  flex: 1;
  text-align: center;
}

.calendar-title h3 {
  font-size: 26px;
  margin: 0;
  font-weight: 600;
}

/* Avatar */
.profile-pic-calender {
  width: 60px;
  height: 60px;
}

.profile-initials-calender {
  width: 60px;
  height: 60px;
  background-color: #8b0000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
}

/* ==========================
   MONTH NAVIGATION
========================== */

.calendar-month-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.calendar-month-nav h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.ar-icon {
  cursor: pointer;
  font-size: 18px;
}

/* ==========================
   CALENDAR TABLE
========================== */

#calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: var(--primary-font);
  font-size: 18px;
}

#calendar th {
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

#calendar td {
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 6px;
}

#calendar td:hover {
  background-color: #f3e3da;
}

/* Available day */
.appointment-table .allowday {
  color: #16b601;
  font-weight: 600;
}

/* Selected day */
.appointment-table .selectdate {
  background-color: #70ec7b;
  color: #333;
  font-weight: 600;
}

/* Disabled */
.appointment-table .disabled-date {
  color: #aaa;
  pointer-events: none;
}

/* ==========================
   TIME SLOT CARD
========================== */

.time-card {
  background: #fdf3ec;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

.time-card-header {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

/* Time Slots */

.time-slot-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 18px;
  font-family: var(--primary-font);
}

.time-slot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid #eee;
}

.time-slot:hover {
  background-color: #f3e3da;
}

.active-slot {
  border: 2px solid #8b0000;
}

/* Confirm Button */

.confirm-btn {
  background-color: #8b0000;
  color: white;
  border: none;
  padding: 6px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.confirm-btn:hover {
  background-color: #6e0000;
}

/* ==========================
   TIMEZONE LABEL
========================== */

.timezone-label {
  margin-top: 15px;
  font-size: 14px;
  color: #444;
}

/* Time zone selection css */
.select-half-width {
  width: 49%;
}

.hideselectionarrow {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .select-half-width {
    width: 60%;
  }
}

@media (max-width: 992px) {
  .select-half-width {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .select-half-width {
    width: 90%;
  }
}

@media (max-width: 576px) {
  .select-half-width {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .schedule-container {
    flex-direction: column;
    gap: 30px;
  }

  .schedule-left,
  .schedule-right {
    width: 100%;
  }

  .schedule-row {
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .schedule-container {
    padding: 15px;
  }

  .calendar-container,
  .time-card {
    padding: 18px;
  }

  .calendar-title h3 {
    font-size: 20px;
  }

  .calendar-month-nav h4 {
    font-size: 18px;
  }

  #calendar {
    font-size: 14px;
  }

  #calendar th,
  #calendar td {
    padding: 8px;
  }

  .time-slot {
    padding: 12px;
    font-size: 16px;
  }

  .confirm-btn {
    padding: 6px 14px;
    font-size: 14px;
  }
}

/* ==============================
   CONFIRMATION PAGE
============================== */

.confirmation-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 20px;
  font-family: var(--primary-font);
}

.back-button {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
  color: #191514;
}

.confirmation-content {
  line-height: 1.8;
  color: #191514;
}

.confirmation-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.confirmation-content p {
  font-size: 18px;
  margin-bottom: 8px;
}

.meeting-details {
  margin-top: 30px;
}

.meeting-details h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.duration {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Buttons */

.confirmation-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.btn-primary {
  background-color: #7b0000;
  color: white;
  padding: 10px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #5e0000;
}

.btn-secondary {
  background-color: #7b0000;
  color: white;
  padding: 10px 28px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.btn-secondary:hover {
  background-color: #5e0000;
}

.terms-text {
  margin-top: 15px;
  font-size: 14px;
}

.terms-text a {
  text-decoration: underline;
  color: #191514;
}

/* ===============================
   Congratulations page css step 7
================================== */

.Congratulations-Page {
  max-width: 720px;
  margin: auto;
  font-family: var(--primary-font);
  /* background: var(--primary-bg-color); */
}

.Congratulations-Page p {
  margin-top: 20px;
  font-size: 25px;
  color: var(--secndary-text-color-dark);
  line-height: 1.6;
}

/* =============================================
-------- Questionnaire Detail section ---------
================================================ */

/* =================================
   QUESTIONNAIRE SECTION
================================= */

.QuestionnaireShowDetail-section {
  padding: 40px 120px 40px;
  display: flex;
  justify-content: center;
  font-family: var(--primary-font);
  color: var(--secndary-text-color-dark);
  box-sizing: border-box;
}

/* Title */
.Questionnaire-title-set {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  font-family: var(--primary-font);
}

/* Subtitle */
.Questionnaire-Subtitle-fontSet {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 10px;
  font-family: var(--primary-font);
}

/* =================================
   RESPONSIVE BREAKPOINTS
================================= */

/* Large tablets */
@media (max-width: 1200px) {
  .QuestionnaireShowDetail-section {
    padding: 40px 80px 40px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .QuestionnaireShowDetail-section {
    padding: 30px 50px 40px;
  }

  .Questionnaire-title-set {
    font-size: 22px;
  }

  .Questionnaire-Subtitle-fontSet {
    font-size: 16px;
  }
}

/* Large phones */
@media (max-width: 768px) {
  .QuestionnaireShowDetail-section {
    padding: 25px 30px 40px;
  }

  .Questionnaire-title-set {
    font-size: 20px;
  }

  .Questionnaire-Subtitle-fontSet {
    font-size: 16px;
  }
}

/* Small phones */
@media (max-width: 576px) {
  .QuestionnaireShowDetail-section {
    padding: 20px 20px 40px;
  }

  .Questionnaire-title-set {
    font-size: 18px;
  }

  .Questionnaire-Subtitle-fontSet {
    font-size: 16px;
    line-height: 1.6;
  }
}

.MyMatch-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.RescheduleAppointment-button-container {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.hide-search-only-here .data-table-extensions-filter {
  display: none !important;
  font-family: var(--primary-font) !important;
}

.googleMeetLink {
  color: #1e90ff;
}

.googlesearchAddressBox {
  min-height: 48px;
  height: 48px;
}

/* ---------------------- FloatingContact.js file css ------------------ */

.floatingAllPage-contact {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.floatingAllPage-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-size: 22px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floatingAllPage-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.floatingAllPage-icon.phone {
  background-color: #2068ee;
}

.floatingAllPage-icon.whatsapp {
  background-color: #25d366;
}

.floatingAllPage-icon.email {
  background-color: #ff6f61;
}

/* Mobile and tablet responsiveness */
/* @media (max-width: 768px) {
  .floatingAllPage-contact {
    bottom: 35px;
    right: 10px;
  }

  .floatingAllPage-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
} */

@media (max-width: 768px) {
  .floatingAllPage-contact {
    bottom: 35px;
    right: 10px;
    gap: 10px;
  }

  .floatingAllPage-icon {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  /* show label permanently on mobile */
  .contact-label {
    position: absolute;
    right: 50px;
    opacity: 1;
    transform: translateX(0);
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
  }
}

.contact-label {
  position: absolute;
  right: 50px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

/* show label on hover */
.floatingAllPage-icon:hover .contact-label {
  opacity: 1;
  transform: translateX(0);
}

.Questionnaireview-container {
  position: relative;
  display: inline-block;
}

.Questionnairecontact-label {
  position: absolute;
  right: 50px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  margin-top: -25px;
}

.Questionnaireview-container:hover .Questionnairecontact-label {
  opacity: 1;
  transform: translateX(0);
}
