@charset "UTF-8";
/* Thin (100) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* ExtraLight (200) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/* Light (300) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* Regular (400) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Medium (500) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* SemiBold (600) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* Bold (700) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* ExtraBold (800) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Black (900) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Venose";
  src: url("../../assets/fonts/Venose_1/Venose.otf") format("opentype"), url("../../assets/fonts/Venose_1/Venose.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RageItalic";
  src: url("../../assets/fonts/rage/RAGE_1.TTF") format("truetype");
  font-weight: 500;
  font-style: italic;
}
body {
  margin: 0 !important;
}

.samedha-home {
  /* Default: hide on web (desktop & tablet) */
}
.samedha-home .dash-relatve {
  position: relative;
  margin-bottom: 120px;
}
.samedha-home .dash-relatve .bg-leaf-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 100%;
  height: auto;
  z-index: 10;
  pointer-events: none;
}
.samedha-home .dash-relatve .nav-bar .block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .samedha-home .dash-relatve .nav-bar .block-header {
    padding: 25px 0;
    justify-content: end;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .contact-id {
  text-align: right;
  padding-left: 150px;
}
.samedha-home .dash-relatve .nav-bar .block-header .contact-id a {
  transition: 0.5s all;
  padding: 3px 6px !important;
}
.samedha-home .dash-relatve .nav-bar .block-header .contact-id a:hover {
  color: #3170ff;
}
.samedha-home .dash-relatve .nav-bar .block-header .contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}
.samedha-home .dash-relatve .nav-bar .block-header .nav-block {
  margin: 0;
  display: none;
  list-style: none;
  gap: 48px;
}
@media (max-width: 1500px) {
  .samedha-home .dash-relatve .nav-bar .block-header .nav-block {
    gap: 50px;
  }
}
@media (max-width: 1200px) {
  .samedha-home .dash-relatve .nav-bar .block-header .nav-block {
    gap: 46px;
  }
}
@media (max-width: 1128px) {
  .samedha-home .dash-relatve .nav-bar .block-header .nav-block {
    gap: 32px;
    padding: 0;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .nav-block li a {
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  display: block;
}
.samedha-home .dash-relatve .nav-bar .block-header .nav-block li a.active {
  font-weight: 700 !important;
}
.samedha-home .dash-relatve .nav-bar .block-header .nav-block li a.active::after {
  top: 36px;
  left: -17%;
  width: 132%;
  height: 3px;
  background: #7B2CFF;
  content: "";
  opacity: 1;
  border-radius: 100px;
}
.samedha-home .dash-relatve .nav-bar .disply-hide {
  display: none;
}
@media (max-width: 992px) {
  .samedha-home .dash-relatve .nav-bar .disply-hide {
    display: block;
  }
}
.samedha-home .dash-relatve .nav-bar .link-efx {
  position: relative;
}
.samedha-home .dash-relatve .nav-bar .link-efx a:hover::after,
.samedha-home .dash-relatve .nav-bar .link-efx a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}
.samedha-home .dash-relatve .nav-bar a:hover,
.samedha-home .dash-relatve .nav-bar a:focus,
.samedha-home .dash-relatve .nav-bar button:focus {
  text-decoration: none !important;
  /* outline: none; */
}
.samedha-home .dash-relatve .nav-bar .link-efx a:focus::after {
  background: transparent !important;
  /* outline: none; */
}
.samedha-home .dash-relatve .nav-bar .dropdown-toggle::after {
  display: none;
}
.samedha-home .dash-relatve .nav-bar .dropdown-menu {
  border: 0px;
}
.samedha-home .dash-relatve .nav-bar .dropdown-item {
  font-size: 13px;
}
.samedha-home .dash-relatve .nav-bar .sideMenu {
  background-color: #3170ff;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 260px;
  z-index: 9001;
}
.samedha-home .dash-relatve .nav-bar .sideMenu ul li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.samedha-home .dash-relatve .nav-bar .toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}
.samedha-home .dash-relatve .nav-bar .toggler-block button {
  background-color: transparent;
  border: 0;
}
.samedha-home .dash-relatve .nav-bar .block-mobile-nav.active {
  right: 0;
}
.samedha-home .dash-relatve .nav-bar .block-wrapper.active .block-ui {
  right: 260px;
}
.samedha-home .dash-relatve .nav-bar .block-wrapper .block-ui {
  position: relative;
  right: 0;
  transition: 0.4s ease-in-out;
}
.samedha-home .dash-relatve .nav-bar .block-wrapper {
  width: 100%;
  overflow: hidden;
}
.samedha-home .dash-relatve .nav-bar .block-header .container {
  position: relative;
}
.samedha-home .dash-relatve .nav-bar .js-menu.active span {
  background-color: #fff;
}
.samedha-home .dash-relatve .nav-bar .js-menu.active span:nth-child(2) {
  opacity: 0;
}
.samedha-home .dash-relatve .nav-bar .js-menu.active span:first-child {
  top: 0.438em;
  transform: rotate(45deg);
}
.samedha-home .dash-relatve .nav-bar .js-menu.active span:last-child {
  top: -0.313em;
  transform: rotate(-45deg);
}
.samedha-home .dash-relatve .nav-bar .js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: 0.25em;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.samedha-home .dash-relatve .nav-bar .js-menu span:last-child {
  margin-bottom: 0;
}
.samedha-home .dash-relatve .nav-bar .top-section {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .samedha-home .dash-relatve .nav-bar .top-section {
    padding-top: 0px;
  }
}
.samedha-home .dash-relatve .nav-bar .top-section li {
  list-style-type: none;
}
.samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container.nav-main {
  margin-top: 0;
}
.samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
.samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container ul li:nth-child(6) {
  margin-left: 40px;
}
.samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .samedha-home .dash-relatve .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
    display: block;
  }
}
.samedha-home .dash-relatve .nav-bar #menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999 !important;
  display: none;
}
@media screen and (max-height: 450px) {
  .samedha-home .dash-relatve .nav-bar .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .samedha-home .dash-relatve .nav-bar .top-section #mySidenav .closebtn {
    font-size: 36px;
    font-weight: 300;
  }
}
.samedha-home .dash-relatve .nav-bar .profile-section .sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.samedha-home .dash-relatve .nav-bar .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999 !important;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0px 3.67559px 142.429px rgba(0, 0, 0, 0.25);
}
.samedha-home .dash-relatve .nav-bar .sidenav a {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  transition: 0.5s ease-in;
  white-space: nowrap;
}
.samedha-home .dash-relatve .nav-bar .sidenav li {
  list-style-type: none;
  text-align: center;
}
.samedha-home .dash-relatve .nav-bar .sidenav a:hover {
  color: #FFF;
}
.samedha-home .dash-relatve .nav-bar .sidenav .closebtn {
  font-size: 36px;
}
.samedha-home .dash-relatve .nav-bar .sidenav .language-container {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.samedha-home .dash-relatve .nav-bar .sidenav .language-container .dropdown .bootstrap-select {
  background: no-repeat;
  border: none;
  color: #fff;
  letter-spacing: 0.72px;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom {
  position: relative;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom .lang-desktop {
  display: flex;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom .dropdown {
  margin-left: 5px;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom .dropdown .bootstrap-select {
  color: #bbd2cc;
  letter-spacing: 0.72px;
  padding: 0 16px 0px 6px;
  font-size: 1.2rem;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom .dropdown .bootstrap-select:hover {
  color: #fff;
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom hr {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  background: rgba(255, 255, 255, 0.2392156863);
}
.samedha-home .dash-relatve .nav-bar .block-header .container-custom .row label {
  margin: 0;
  color: #bbd2cc;
  font-size: 1.2rem;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container {
  margin: 0 3vw;
}
@media (max-width: 1650px) {
  .samedha-home .dash-relatve .nav-bar .block-header .top-nav-container {
    margin: 0;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block {
    display: none;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li {
  cursor: pointer;
}
@media screen and (max-width: 1126px) {
  .samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li {
    padding: 5px 3px;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li a {
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  text-decoration: none;
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 20.0575px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
@media screen and (max-width: 1319px) {
  .samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li a {
    font-size: 14px;
  }
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li {
  position: relative;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top {
  border: 0.84276px solid #000000;
  padding: 10px;
  border-radius: 0 0 349px 349px;
  border-top: 0;
  padding-top: 0;
  cursor: pointer;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green {
  position: relative;
  /* for overlay */
  background: linear-gradient(175.59deg, #9BA888 35.07%, #2F3725 105.74%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 254px 254px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  /* overlay clipped to curve */
  /* Overlay for entire bg-green (including image) */
  /* ✅ logo/text above overlay */
  /* image stays under overlay */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0);
  /* transparent initially */
  transition: background 1.2s ease;
  z-index: 2;
  /* sits above background + image */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green:hover::after {
  background: rgba(66, 81, 44, 0.8);
  /* dark greenish overlay */
  /* dark overlay */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green .log-img {
  padding-top: 10%;
  position: relative;
  z-index: 3;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green .bottom-img {
  position: relative;
  z-index: 1;
  /* stays below overlay */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green .bottom-img img {
  display: block;
  width: 100%;
  border-radius: 0px 0px 254.514px 254.514px;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green {
  position: relative;
  background: linear-gradient(175.59deg, #9BA888 35.07%, #2F3725 105.74%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 254px 254px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* center content */
  align-items: center;
  overflow: hidden;
  /* Dark overlay */
  /* keep logo on top */
  /* image stays under overlay */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  z-index: 2;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green:hover::after {
  background: rgba(0, 0, 0, 0.5);
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green .overlay-text {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Venose", serif;
  font-size: 50px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  letter-spacing: 4px;
  line-height: 50px;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green:hover .overlay-text {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
  /* small lift effect */
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green .log-img {
  padding-top: 10%;
  position: relative;
  z-index: 3;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green .bottom-img {
  position: relative;
  z-index: 1;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .bg-green .bottom-img img {
  display: block;
  width: 100%;
  border-radius: 0px 0px 254.514px 254.514px;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .p-div {
  width: max-content;
  position: absolute;
  top: -2%;
  left: 99%;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left center;
}
.samedha-home .dash-relatve .nav-bar .block-header .top-nav-container .nav-block li .flex-li .p-div p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 17.76px;
  text-align: center;
  letter-spacing: 0.36em;
  color: #677158;
  height: max-content;
}
.samedha-home .dash-relatve .nav-bar .button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
@media (max-width: 991px) {
  .samedha-home .dash-relatve .nav-bar .button_container {
    display: block;
  }
}
.samedha-home .dash-relatve .nav-bar .button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.samedha-home .dash-relatve .nav-bar .button_container span:nth-of-type(3) {
  top: 22px;
}
.samedha-home .dash-relatve .nav-bar .button_container span:nth-of-type(2) {
  top: 11px;
}
.samedha-home .dash-relatve .nav-bar .btn-main.login-btn {
  background: #000000;
  border-radius: 24px;
  color: #fff;
  padding: 9px 44px;
  border-radius: 36px;
  transition: 0.2s ease-out;
  border: none;
}
@media screen and (max-width: 1319px) {
  .samedha-home .dash-relatve .nav-bar .btn-main.login-btn {
    font-size: 14px;
  }
}
.samedha-home .dash-relatve .nav-bar .navlinks-button {
  display: flex;
  justify-content: end;
  gap: 48px;
}
@media (max-width: 1500px) {
  .samedha-home .dash-relatve .nav-bar .navlinks-button {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .samedha-home .dash-relatve .nav-bar .navlinks-button {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .samedha-home .dash-relatve .nav-bar .navlinks-button {
    gap: 15px;
  }
}
.samedha-home .dash-relatve .nav-bar .btn-main.login-btn:hover {
  transform: scale(1.06);
}
.samedha-home .dash-relatve .left-sdie-imgDiv {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 20vw;
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-50%);
}
.samedha-home .dash-relatve .left-sdie-imgDiv .text-div {
  height: 100%;
  width: 0%;
  transform: rotate(90deg) !important;
}
.samedha-home .dash-relatve .left-sdie-imgDiv .text-div p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 25.6917px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #677158;
  justify-self: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .samedha-home .dash-relatve .left-sdie-imgDiv .text-div p {
    display: none;
  }
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section {
  padding: 8px;
  padding-left: 0;
  border: 1px solid #000000;
  border-radius: 0px 230px 230px 0px;
  border-left: 0;
  position: relative;
  /* ✅ reveal text on hover */
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0px 230px 230px 0px;
  /* show overlay on hover */
  /* ✅ Overlay text */
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(75, 45, 28, 0.8);
  /* same brownish overlay */
  border-radius: inherit;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper:hover::after {
  opacity: 1;
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Venose", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0.1em;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: left;
  transform: rotate(-90deg);
}
.samedha-home .dash-relatve .left-sdie-imgDiv .img-section .img-wrapper:hover .overlay-text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .samedha-home .dash-relatve .left-sdie-imgDiv {
    width: 26vw;
    top: 55%;
  }
}
.samedha-home .dash-relatve .right-sdie-imgDiv {
  gap: 30px;
  position: absolute;
  width: 12.73vw;
  right: 0;
  top: 17%;
  transform: translateY(-30%);
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section {
  padding: 8px;
  padding-right: 0;
  border: 1px solid #000000;
  border-radius: 230px 0px 0px 230px;
  border-right: 0;
  position: relative;
  /* ✅ FIXED hover rule */
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 230px 0px 0px 230px;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(75, 45, 28, 0.8);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 1;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Venose", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 0.1em;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: left;
  transform: rotate(-90deg);
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper .img-wrapper:hover .overlay-text {
  opacity: 1;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper .img-wrapper:hover .overlay-text {
  opacity: 1;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper:hover::after {
  opacity: 1;
}
.samedha-home .dash-relatve .right-sdie-imgDiv .img-section .img-wrapper:hover .overlay-text {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .samedha-home .dash-relatve .right-sdie-imgDiv {
    width: 22vw;
    top: 65%;
  }
}
.samedha-home .dash-relatve .p-div-bottom {
  width: max-content;
  position: absolute;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left center;
  right: -250px;
  bottom: 230px;
}
.samedha-home .dash-relatve .p-div-bottom p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #677158;
}
@media screen and (max-width: 768px) {
  .samedha-home .dash-relatve .p-div-bottom p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .samedha-home .dash-relatve {
    margin-bottom: 65px;
  }
}
.samedha-home .main-section-home {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2%;
}
.samedha-home .main-section-home .main-content h1 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 135.052px;
  line-height: 108px;
  text-align: center;
  color: #44542C;
  margin: 0;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .samedha-home .main-section-home .main-content h1 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 10%;
    padding-bottom: 20px;
  }
}
.samedha-home .main-section-home .center-imgDiv {
  display: flex;
  justify-content: end;
}
.samedha-home .main-section-home .center-imgDiv .img-section {
  padding: 6px;
  border: 1px solid #2F3725;
  border-radius: 231px;
  margin-top: -6%;
  position: relative;
  z-index: -1;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .samedha-home .main-section-home .center-imgDiv .img-section {
    margin-right: 18%;
  }
}
.samedha-home .main-section-home .center-imgDiv .img-section img {
  border-radius: 231px;
}
.samedha-home .our-story-section {
  position: relative;
}
.samedha-home .our-story-section .first-section {
  background: url("../images/home-ourStory-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5% 0;
}
.samedha-home .our-story-section .first-section .text-head {
  width: fit-content;
  padding: 0 8%;
}
.samedha-home .our-story-section .first-section .text-head h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 82.5318px;
  line-height: 66px;
  text-align: center;
  color: #C5A28E;
}
@media (max-width: 1200px) {
  .samedha-home .our-story-section .first-section .text-head h5 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .samedha-home .our-story-section .first-section .text-head h5 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 480px) {
  .samedha-home .our-story-section .first-section .text-head h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
.samedha-home .our-story-section .first-section .text-head p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 22.53px;
  line-height: 48px;
  text-align: center;
  color: #C5A28E;
  margin-top: 4%;
}
@media (max-width: 1200px) {
  .samedha-home .our-story-section .first-section .text-head p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .samedha-home .our-story-section .first-section .text-head p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .samedha-home .our-story-section .first-section .text-head p {
    font-size: 14px;
    line-height: 22px;
  }
}
.samedha-home .our-story-section .second-section {
  background: url("../images/home-ourStory-bg2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4% 0;
}
.samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 25%;
}
.samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text h5 {
  font-family: "Bodoni 72 Oldstyle";
  font-style: normal;
  font-weight: 400;
  font-size: 62.5686px;
  line-height: 71px;
  color: #422A1B;
}
@media (max-width: 1200px) {
  .samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text h5 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text h5 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 33.3699px;
  line-height: 35px;
  color: #422A1B;
}
@media screen and (max-width: 768px) {
  .samedha-home .our-story-section .second-section #owl-carousel-features .item .text-content .text p {
    font-size: 25px;
  }
}
.samedha-home .our-story-section .story-left-imgDiv {
  width: 18vw;
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .samedha-home .our-story-section .story-left-imgDiv {
    top: 69%;
  }
}
.samedha-home .our-story-section .story-right-imgDiv {
  width: 18vw;
  position: absolute;
  right: 0;
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .samedha-home .our-story-section .story-right-imgDiv {
    top: 69%;
  }
}
.samedha-home .treatment-carousel-div {
  position: relative;
}
.samedha-home .treatment-carousel-div .home-signature-section {
  /* ✅ Mobile responsive margin-bottom */
}
.samedha-home .treatment-carousel-div .home-signature-section .signature-div {
  margin: 0 auto;
  width: fit-content;
  padding-top: 5%;
}
.samedha-home .treatment-carousel-div .home-signature-section .signature-div h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 64.925px;
  line-height: 59px;
  color: #75492F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .home-signature-section .signature-div h5 {
    font-size: 30px;
  }
}
.samedha-home .treatment-carousel-div .home-signature-section .signature-div p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 26.4487px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2A2A2A;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .home-signature-section .signature-div p {
    font-size: 18px;
  }
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div {
  background: url("../../assets/images/home-signature-bg.png");
  background-repeat: no-repeat;
  background-position: center 2%;
  background-size: contain;
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider {
  width: 100%;
  margin: auto;
  padding: 40px 0;
}
@media screen and (max-width: 1300px) {
  .samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider {
    margin-bottom: 120px;
  }
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider .swiper-slide {
  opacity: 0;
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider .swiper-slide-active {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(1.1) !important;
  opacity: 1;
  margin-top: 2%;
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider .swiper-slide-next {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.7) !important;
  opacity: 1;
  margin-top: 7%;
}
.samedha-home .treatment-carousel-div .home-signature-section .swiper-div .booking-slider .swiper-slide-prev {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.5) !important;
  opacity: 1;
  margin-top: 20%;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .home-signature-section {
    margin-bottom: 354px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section {
  background: url("../images/treatment-section-gb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -20rem;
  padding-top: 10% !important;
  padding-bottom: 5rem;
}
.samedha-home .treatment-carousel-div .treatment-section .heading-para {
  width: max-content;
  padding: 0 7% !important;
}
.samedha-home .treatment-carousel-div .treatment-section .heading-para h5 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 31.53px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: #C5A28E;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .heading-para h5 {
    font-size: 26px;
    line-height: 30px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .para-section {
  margin-top: 2%;
  padding: 0 7% !important;
}
.samedha-home .treatment-carousel-div .treatment-section .para-section p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 22.53px;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #A16E50;
  margin-bottom: 2% !important;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .para-section p {
    font-size: 15px;
    line-height: 22px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .line-section {
  border-bottom: 0.1px solid rgba(236, 187, 159, 0.4) !important;
  margin: 0 2% !important;
}
.samedha-home .treatment-carousel-div .treatment-section .herbal-section {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: center !important;
  padding: 2% 4% !important;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .herbal-section {
    gap: 0px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .herbal-section .content-section h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 48.7875px;
  line-height: 49px;
  letter-spacing: 0.04em;
  color: #C5A28E;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .herbal-section .content-section h5 {
    font-size: 35px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .herbal-section .content-section p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 43px;
  color: #C5A28E;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .samedha-home .treatment-carousel-div .treatment-section .herbal-section .content-section p {
    font-size: 15px;
    line-height: 22px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .herbal-section .img-section img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .herbal-section .img-section {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .herbal-section {
    grid-template-columns: 1fr;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section {
  padding: 2% 4%;
  margin-top: 30px;
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .hair-head {
  margin: 0 auto;
  width: fit-content;
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .hair-head .first-h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 54.281px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #C5A28E;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .hair-head .first-h5 {
    font-size: 35px;
    line-height: 30px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .hair-head .second-h5 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 30.53px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #C5A28E;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .hair-head .second-h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .content-div {
  margin-top: 20px;
  padding: 0 0;
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .content-div p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #C5A28E;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .content-div p {
    font-size: 15px;
    line-height: 22px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .img-div {
  margin-top: 2%;
}
.samedha-home .treatment-carousel-div .treatment-section .hair-treatment-section .img-div img {
  width: 100% !important;
}
.samedha-home .treatment-carousel-div .treatment-section .pain-section {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center !important;
  padding: 2% 4% !important;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .pain-section {
    gap: 20px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .pain-section .content-section h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 48.7875px;
  line-height: 49px;
  letter-spacing: 0.04em;
  color: #C5A28E;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .pain-section .content-section h5 {
    font-size: 35px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .pain-section .content-section p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 43px;
  color: #C5A28E;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .pain-section .content-section p {
    font-size: 15px;
    line-height: 22px;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .pain-section .img-section img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .treatment-section .pain-section {
    grid-template-columns: 1fr;
  }
}
.samedha-home .treatment-carousel-div .treatment-section .explore-more-section {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.samedha-home .treatment-carousel-div .treatment-section .explore-more-section h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 32.79px;
  line-height: 49px;
  letter-spacing: 0.04em;
  color: #C5A28E;
}
.samedha-home .treatment-carousel-div .position-div {
  background: url("../images/home-our-treatment.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(-20%);
  width: 70%;
  padding: 8%;
  border-radius: 230px 0px 0 230px;
}
.samedha-home .treatment-carousel-div .position-div .text h2 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 73.4002px;
  line-height: 73px;
  letter-spacing: 0.02em;
  color: #C5A28E;
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .position-div .text h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .samedha-home .treatment-carousel-div .position-div {
    top: 13%;
    padding: 4%;
  }
}
.samedha-home .treatment-carousel-div .top-left-img {
  width: 12.5vw;
  position: absolute;
  top: -35px;
  left: 0;
}
.samedha-home .special-moments {
  background: url("../images/specialBG.png");
  background-repeat: no-repeat;
  background-position: center 12vw;
  background-size: contain;
  position: relative;
  z-index: 99;
}
.samedha-home .special-moments .head-section {
  padding-top: 5%;
}
.samedha-home .special-moments .head-section h5 {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 64.925px;
  line-height: 59px;
  text-align: center;
  color: #75492F;
}
@media screen and (max-width: 768px) {
  .samedha-home .special-moments .head-section h5 {
    font-size: 28px;
  }
}
.samedha-home .special-moments .first-grid {
  margin-top: 3%;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item {
  width: fit-content !important;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img {
  width: fit-content !important;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .img-div,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .img-div,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .img-div,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .img-div,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .img-div {
  width: fit-content;
  padding: 6px;
  border: 1.46183px solid #2F3725;
  border-radius: 337.682px;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .img-div img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .img-div img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .img-div img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .img-div img,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .img-div img {
  width: fit-content !important;
  border-radius: 337.682px;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .style-position,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .style-position,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .style-position,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .style-position,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .style-position {
  position: relative;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .style-position .posi-image,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .style-position .posi-image,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .style-position .posi-image,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .style-position .posi-image,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .style-position .posi-image {
  position: absolute;
  right: -129px;
  bottom: 30px;
  z-index: -1;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .posi-vijay,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .posi-vijay,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .posi-vijay,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .posi-vijay,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .posi-vijay {
  position: relative;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg .posi-vijay .posi-vi,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .second-img .posi-vijay .posi-vi,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img .posi-vijay .posi-vi,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img .posi-vijay .posi-vi,
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fith-img .posi-vijay .posi-vi {
  position: absolute;
  left: -90px;
  top: 30px;
  z-index: -1;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .fourth-img {
  margin-top: 62%;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .third-img {
  margin-top: 33%;
}
.samedha-home .special-moments .first-grid #grid-carousel-first .item .firstimg {
  margin-top: 50%;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .owl-item {
  display: flex;
  justify-content: center;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item {
  width: fit-content !important;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img {
  width: fit-content !important;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .img-div,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .img-div,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .img-div,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .img-div,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .img-div {
  width: fit-content;
  padding: 6px;
  border: 1.46183px solid #2F3725;
  border-radius: 337.682px;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .img-div img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .img-div img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .img-div img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .img-div img,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .img-div img {
  width: fit-content !important;
  border-radius: 337.682px;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .posi-vijay,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .posi-vijay,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .posi-vijay,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .posi-vijay,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .posi-vijay {
  position: relative;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .posi-vijay .posi-vi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .posi-vijay .posi-vi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .posi-vijay .posi-vi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .posi-vijay .posi-vi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .posi-vijay .posi-vi {
  position: absolute;
  left: -90px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .sa-posi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .sa-posi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .sa-posi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .sa-posi,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .sa-posi {
  position: relative;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .sa-posi .posi-saw,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .sa-posi .posi-saw,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .sa-posi .posi-saw,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .sa-posi .posi-saw,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .sa-posi .posi-saw {
  position: absolute;
  left: -90px;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .style-position,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .style-position,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .style-position,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .style-position,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .style-position {
  position: relative;
}
.samedha-home .special-moments .second-grid #grid-carousel-second .item .firstimg .style-position .posi-image,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .second-img .style-position .posi-image,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .third-img .style-position .posi-image,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fourth-img .style-position .posi-image,
.samedha-home .special-moments .second-grid #grid-carousel-second .item .fith-img .style-position .posi-image {
  position: absolute;
  right: -129px;
  bottom: 30px;
  z-index: -1;
}
.samedha-home .mobile-special-images {
  display: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .samedha-home .special-moments {
    padding: 4px 5px;
  }
  .samedha-home .special-moments .first-grid,
  .samedha-home .special-moments .second-grid {
    display: none !important;
  }
  .samedha-home .special-moments .mobile-special-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .samedha-home .special-moments .mobile-special-images .img-div {
    width: 100%;
    max-width: 350px;
    height: 450px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }
  .samedha-home .special-moments .mobile-special-images .img-div img {
    width: 100%;
    object-fit: cover;
    border-radius: 200px;
  }
  .samedha-home .special-moments .mobile-special-images .img-div.two-images {
    flex-direction: row;
    gap: 10px;
  }
  .samedha-home .special-moments .mobile-special-images .img-div.two-images img {
    width: 50%;
    border-radius: 200px;
  }
}
.samedha-home .text-monial-section {
  background: url("../images/test-homeBG.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5%;
  margin-top: -5%;
  position: relative;
  padding-bottom: 10%;
  /* ✅ Mobile responsive margin-bottom */
}
.samedha-home .text-monial-section .head-test {
  width: fit-content;
  margin: 0 auto;
  margin-top: 5%;
}
.samedha-home .text-monial-section .head-test p {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 64.925px;
  line-height: 59px;
  text-align: center;
  color: #FAE2D4;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .samedha-home .text-monial-section .head-test p {
    font-size: 38px;
    line-height: 35px;
  }
}
.samedha-home .text-monial-section .head-test h5 {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 26.4487px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
.samedha-home .text-monial-section .content p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .samedha-home .text-monial-section .content p {
    font-size: 15px;
    line-height: 30px;
  }
}
.samedha-home .text-monial-section .poition-flex-div {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  gap: 40px;
  bottom: -89px;
}
@media screen and (max-width: 768px) {
  .samedha-home .text-monial-section .poition-flex-div {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .samedha-home .text-monial-section {
    margin-bottom: 100px;
    gap: 5px;
  }
}
.samedha-home .poition-flex-div-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .samedha-home .text-monial-section .poition-flex-div-mob {
    position: relative;
    left: unset;
    bottom: unset;
    transform: none;
    display: block;
    /* 👈 Now it only shows on mobile */
    width: 100%;
  }
  .samedha-home .text-monial-section .poition-flex-div-mob .testimonial-slider {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
  }
  .samedha-home .text-monial-section .poition-flex-div-mob .testimonial-slider .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .samedha-home .text-monial-section .poition-flex-div-mob .testimonial-slider .swiper-slide img {
    width: 70%;
    border-radius: 15px;
  }
}
.samedha-home .rooted-text-section {
  padding: 5%;
}
.samedha-home .rooted-text-section .text-sect {
  margin-top: 5%;
  text-align: center;
}
.samedha-home .rooted-text-section .text-sect h5 {
  font-family: "RageItalic";
  font-style: italic;
  font-weight: 5;
  font-size: 66.9143px;
  line-height: 21px;
  align-items: center;
  text-align: center;
  color: #4B3A37;
}
@media screen and (max-width: 768px) {
  .samedha-home .rooted-text-section .text-sect h5 {
    line-height: 70px;
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .samedha-home .rooted-text-section {
    margin-top: -32%;
  }
}

.footer {
  background-color: #4A3832;
  color: #fff;
  padding: 60px 60px;
  border-radius: 30px;
  margin: 1%;
  /* Right column with two lists side by side */
}
.footer .footer-container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 998px) {
  .footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer .footer-container {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.footer .footer-para {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 18.0798px;
  line-height: 31px;
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-para.fp {
  font-weight: 200 !important;
}
.footer .footer-left {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .footer .footer-left {
    gap: 10px;
  }
}
.footer .footer-logo {
  width: 150px;
  margin-bottom: 20px;
}
.footer .footer-tagline {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 31.9255px;
  line-height: 39px;
  color: #FFFFFF;
}
.footer .footer-tagline span {
  color: #345800;
}
.footer .footer-lists {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  /* space between nav + social */
}
@media (max-width: 998px) {
  .footer .footer-lists {
    justify-content: normal;
  }
}
@media (max-width: 600px) {
  .footer .footer-lists {
    justify-content: center;
    text-align: center;
  }
}
.footer .footer-lists ul {
  list-style: none;
  padding: 0;
}
.footer .footer-lists ul li {
  margin-bottom: 8px;
}
.footer .footer-lists a {
  text-decoration: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 18.0798px;
  line-height: 31px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer .social-text {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 20.0798px;
  line-height: 31px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer .footer-lists a:hover {
  color: #6E9C5F;
}

.samedha-treatment .padding-divv {
  padding: 0 5%;
}
.samedha-treatment .padding-divv .outside-backgrounddiv {
  border: 1px solid black;
  padding: 8px;
  padding-top: 0px;
  border-radius: 0 0 259.49px 259.49px;
  position: relative;
  margin-bottom: 15rem;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section {
  background: url("../images/treatment-headerBG.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0 0 259.49px 259.49px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header {
  width: 100%;
  height: auto;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding: 4%;
}
@media (max-width: 991px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header {
    padding: 25px 0;
    justify-content: end;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .contact-id {
  text-align: right;
  padding-left: 150px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .contact-id a {
  transition: 0.5s all;
  padding: 3px 6px !important;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .contact-id a:hover {
  color: #3170ff;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .contact-id a:hover::after {
  background-color: transparent;
  height: 0;
  opacity: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .display-show {
  display: none;
}
@media (max-width: 992px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .display-show {
    display: block;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block {
  margin: 0;
  display: none;
  list-style: none;
  gap: 4rem;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block {
    gap: 15px;
    padding: 0;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block li a {
  font-weight: 500;
  font-size: 0.9rem;
  position: relative;
  display: block;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block li a.active {
  font-weight: 700 !important;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .nav-block li a.active::after {
  top: 36px;
  left: -17%;
  width: 132%;
  height: 3px;
  background: #7B2CFF;
  content: "";
  opacity: 1;
  border-radius: 100px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .link-efx {
  position: relative;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .link-efx a:hover::after,
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .link-efx a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar a:hover,
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar a:focus,
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar button:focus {
  text-decoration: none !important;
  /* outline: none; */
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .link-efx a:focus::after {
  background: transparent !important;
  /* outline: none; */
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .dropdown-toggle::after {
  display: none;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .dropdown-menu {
  border: 0px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .dropdown-item {
  font-size: 13px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sideMenu {
  background-color: #3170ff;
  height: 100%;
  position: fixed;
  right: -260px;
  top: 0;
  transition: right 0.4s ease-in-out;
  width: 260px;
  z-index: 9001;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sideMenu ul li a {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .toggler-block {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .toggler-block button {
  background-color: transparent;
  border: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-mobile-nav.active {
  right: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-wrapper.active .block-ui {
  right: 260px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-wrapper .block-ui {
  position: relative;
  right: 0;
  transition: 0.4s ease-in-out;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-wrapper {
  width: 100%;
  overflow: hidden;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container {
  position: relative;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu.active span {
  background-color: #fff;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu.active span:nth-child(2) {
  opacity: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu.active span:first-child {
  top: 0.438em;
  transform: rotate(45deg);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu.active span:last-child {
  top: -0.313em;
  transform: rotate(-45deg);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu span {
  position: relative;
  top: 0;
  display: block;
  width: 1.25em;
  height: 0.125em;
  margin-bottom: 0.25em;
  background-color: #fff;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .js-menu span:last-child {
  margin-bottom: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section {
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
@media screen and (max-width: 992px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section {
    padding-top: 0px;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section li {
  list-style-type: none;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container.nav-main {
  margin-top: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container ul {
  margin: 0 auto;
  padding: 0;
  width: fit-content;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container ul li:nth-child(6) {
  margin-left: 40px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
  font-size: 2.6rem;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section .container-fluid .top-nav-container .logo-block {
    display: block;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar #menuOverlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.18);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999999 !important;
  display: none;
}
@media screen and (max-height: 450px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav {
    padding-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .top-section #mySidenav .closebtn {
    font-size: 36px;
    font-weight: 300;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .profile-section .sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999999999 !important;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  box-shadow: 0px 3.67559px 142.429px rgba(0, 0, 0, 0.25);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav a {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  display: block;
  transition: 0.5s ease-in;
  white-space: nowrap;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav li {
  list-style-type: none;
  text-align: center;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav a:hover {
  color: #FFF;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav .closebtn {
  font-size: 36px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav .language-container {
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .sidenav .language-container .dropdown .bootstrap-select {
  background: no-repeat;
  border: none;
  color: #fff;
  letter-spacing: 0.72px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom {
  position: relative;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom .lang-desktop {
  display: flex;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom .dropdown {
  margin-left: 5px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom .dropdown .bootstrap-select {
  color: #bbd2cc;
  letter-spacing: 0.72px;
  padding: 0 16px 0px 6px;
  font-size: 1.2rem;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom .dropdown .bootstrap-select:hover {
  color: #fff;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom hr {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  background: rgba(255, 255, 255, 0.2392156863);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .container-custom .row label {
  margin: 0;
  color: #bbd2cc;
  font-size: 1.2rem;
}
@media (max-width: 1650px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container {
    margin: 0;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block {
    display: none;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li {
  cursor: pointer;
}
@media screen and (max-width: 1126px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li {
    padding: 5px 3px;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li a {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.1s ease-out;
  text-decoration: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 20.0575px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #C5A28E;
}
@media screen and (max-width: 1319px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li a {
    font-size: 14px;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li {
  position: relative;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top {
  border: 0.84276px solid #000000;
  padding: 20px;
  border-radius: 0 0 349px 349px;
  border-top: 0;
  padding-top: 0;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green {
  background: linear-gradient(175.59deg, #9BA888 35.07%, #2F3725 105.74%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 254px 254px;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: space-between;
  align-items: center;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green .bottom-img img {
  border-radius: 0px 0px 254.514px 254.514px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .image-from-top .bg-green .log-img {
  padding-top: 10%;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .p-div {
  transform: rotate(90deg);
  width: max-content;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .block-header .top-nav-container .nav-block li .flex-li .p-div p {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 17.76px;
  text-align: center;
  letter-spacing: 0.36em;
  color: #677158;
  height: max-content;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .button_container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 27px;
  width: 36px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  display: none;
}
@media (max-width: 991px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .button_container {
    display: block;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .button_container span {
  background: #000;
  border: none;
  height: 4px;
  width: 100%;
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
  border-radius: 5px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .button_container span:nth-of-type(3) {
  top: 22px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .button_container span:nth-of-type(2) {
  top: 11px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .btn-main.login-btn {
  background: #000000;
  border-radius: 24px;
  color: #fff;
  padding: 9px 44px;
  border-radius: 36px;
  transition: 0.2s ease-out;
  border: none;
}
@media screen and (max-width: 1319px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .btn-main.login-btn {
    font-size: 14px;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .navlinks-button {
  display: flex;
  justify-content: end;
  gap: 48px;
}
@media (max-width: 1500px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .navlinks-button {
    gap: 29px;
  }
}
@media (max-width: 1200px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .navlinks-button {
    gap: 23px;
  }
}
@media (max-width: 1128px) {
  .samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .navlinks-button {
    gap: 15px;
  }
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .nav-bar .btn-main.login-btn:hover {
  transform: scale(1.06);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .first-treatments-section {
  width: fit-content;
  margin: 0 auto;
  padding: 5%;
  padding-bottom: 10%;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .first-treatments-section .contents .treatments-hero-content .treatments-hero-title {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 59.8083px;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #C5A28E;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .background-section .first-treatments-section .contents .treatments-hero-content .treatments-hero-subtitle {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 19.6191px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFF0E6;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .img-section {
  position: absolute;
  left: 50%;
  bottom: -30%;
  transform: translate(-50%);
}
.samedha-treatment .padding-divv .outside-backgrounddiv .img-section .img-div {
  border: 1px solid #C5A28E;
  padding: 10px;
  border-radius: 208px;
}
.samedha-treatment .padding-divv .outside-backgrounddiv .img-section .img-div img {
  border-radius: 208px;
}
.samedha-treatment .treatments-second-section .treatments-text {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 19.0146px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #422A1B;
}
.samedha-treatment .treatments-section {
  background: url("../images/treat-ment-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.samedha-treatment .treatments-section .left-section-bg {
  background: url("../images/treatment-right-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.samedha-treatment .treatments-section .left-section-bg .continer-margin {
  margin: 0 10%;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex {
  display: flex;
  gap: 30px;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .img-sect .treatment-image {
  padding: 6px;
  border-radius: 164px !important;
  border: 1px solid #C5A28E;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .img-sect .treatment-image img {
  border-radius: 164px !important;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .content-sect .treatment-content .treatment-title {
  font-family: "Venose";
  font-style: normal;
  font-weight: 400;
  font-size: 64.925px;
  line-height: 59px;
  color: #75492F;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .content-sect .treatment-content .treatment-description {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 20.01px;
  line-height: 31px;
  letter-spacing: 0.02em;
  color: #422A1B;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .content-sect .treatment-content .btn-treatment {
  border: 0.411723px solid #C5A28E;
  border-radius: 99.5789px;
  width: 400px;
  padding: 6px;
}
.samedha-treatment .treatments-section .left-section-bg .rejulation-flex .content-sect .treatment-content .btn-treatment button {
  background: linear-gradient(90deg, rgba(68, 84, 44, 0.2) 0%, #9BA888 100%);
  border-radius: 95.108px;
  padding: 8%;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
