:root {
  --primary-color: #2e2e2e;
  --secondary-color: #1f1f1f;
  --heading-color: #00000066;
  --text-color: #000000;
  --link-color: #e49f5d;
  --primary-font-family: "Plus Jakarta Sans", sans-serif;
}

/* GLOBAL CSS */
body {
  background-size: cover;
  background-repeat: repeat;
  background: url(../images/home-page/whole-bg-texture.svg);
}

main {
  overflow: hidden;
}

body {
  font-family: var(--primary-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font-family);
}

p,
span,
button,
select {
  font-family: var(--primary-font-family);
}

a {
  font-family: var(--primary-font-family);
  text-decoration: none !important;
  color: #161616;
}

.off-white {
  color: #ffffff66;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

section {
  padding: 50px 0;
}

.heading-text h2 {
  font-size: 25px;
  line-height: 35px;
  color: var(--primary-color);
}

.heading-text span {
  color: #00000066;
}

/* HOVER CSS  */

/* btn cSS  */

.btn-primary {
  color: #fff !important;
  border-radius: 10px;
  padding: 14px 30px !important;
  border-color: var(--secondary-color);
  background: linear-gradient(103.49deg, #e2a164 2.14%, #ae6e32 89.15%);
}

.btn-primary_withicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px 10px !important;
  font-size: 15px;
  transition: 0.3s ease-out;
  justify-content: space-between;
}

.btn-relief {
  color: #000000 !important;
  border-radius: 10px;
  padding: 14px 15px 14px 15px !important;
  border: 1px solid#DEDEDE;
  justify-content: space-between;
}

.btn-relief i {
  transform: rotate(227deg);
  margin-left: 5px;
}

.btn-primary_withicon:hover {
  background: linear-gradient(103.49deg, #ae6e32 2.14%, #e2a164 89.15%);
}

.btn-primary_withicon:hover i {
  background: #efe4d7;
  color: var(--link-color);
}

.btn-primary_withicon i {
  font-size: 14px;
  width: 30px;
  border-radius: 10px;
  height: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  color: #df9e61;
  align-items: center;
  background: linear-gradient(225deg, #ffffff 0%, #bbbbbb 100%);
  transition: 0.3s ease-in-out;
}

.btn-primary_withicon i.fa-solid::before {
  transform: rotate(314deg);
}

.btn-secondary {
  width: 100%;
  padding: 16px 24px;
  border-radius: 0;
  color: var(--primary-color);
  background: var(--bs-white);
  display: inline-block;
}

.btn-without-bg {
  color: var(--secondary-color) !important;
  font-size: 16px;
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 2px;
  border-width: thin;
}

.btn-without-bg i {
  transform: rotate(320deg);
}

.button__circle:hover svg.button__icon {
  transform: rotate(45deg);
}

.button__circle svg.button__icon {
  transition: 0.5s ease;
}

/* OWL-BITTON CSS  */
.owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-dot span {
  display: block;
  margin-right: 5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgb(0 0 0 / 42%);
}

.owl-dot.active span {
  background: linear-gradient(103.49deg, #e2a164 2.14%, #ae6e32 89.15%);
}

.enquire-button {
  flex-direction: column;
  padding-bottom: 22px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

/*Universal Heading css  */
.heading-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-main-span span {
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--subheading-colork);
  margin: 0 0 10px;
  font-family: var(--third-font-family);
}

.main-heading h2 {
  font-weight: 600 !important;
  font-size: 30px;
  color: var(--heading-color);
  line-height: 40px;
}

.main-heading span {
  font-family: var(--primary-font-family);
  color: var(--secondary-color);
}

.heading-text p {
  color: #00000070;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

/* SPACING CSS START  */
footer {
  padding: 80px 0;
}

/* Navigation css START  */
.dropdown-toggle {
  color: var(--bs-nav-link-color);
}

.dropdown {
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  /* padding: 8px 0px; */
  padding-right: var(--bs-navbar-nav-link-padding-x);
  /* padding-left: var(--bs-navbar-nav-link-padding-x); */
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0;
}

.dropdown-toggle::after {
  position: absolute;
  right: 0;
  top: 5px;
}

.dropdown:hover > .dropdown-menu {
  margin-top: 0;
  padding-top: 0;
}

.dropdown-menu li a {
  padding: 10px 20px;
}

/* NAVIGATION CSS END  */

/* Footer Css Start  */
footer {
  background: #1f1f1f;
}

.footer-input {
  background: #353535;
  border: none;
}

.footer-input::placeholder {
  color: #ffffff80 !important;
}

.address-footer a {
  font-weight: 400;
  line-height: 27px;
  color: #ffffff99;
}

.social-footer i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  background: #fff;
  border-radius: 50px;
}

.social-footer li {
  display: flex;
  gap: 10px;
  width: 50%;
  margin-bottom: 10px;
  align-items: center;
}

.social-footer a {
  color: #ffffff99;
}

hr {
  color: #ffffff99;
}

/* Footer Css END  */

/* HOME PAGE CTA CSS START */
.cta-bg {
  background: linear-gradient(102.92deg, #1f1f1f -0.24%, #373737 100%);
  padding: 30px;
  border-radius: 16px;
}

.cta-bg p {
  color: #ffffff99;
}

/* HOME PAGE CTA CSS END */

/* Key Credentials css START*/
.key-credentials {
  background: #3b3b3b;
}

.key-cred-bg {
  padding: 20px;
  background: linear-gradient(102.92deg, #1f1f1f -0.24%, #373737 100%);
  border-radius: 12px;
}

.key-credential-text h2 {
  font-size: 20px;
  line-height: 32px;
}

.key-credential-text p {
  color: #ffffff99;
}

.key-credential-btn span {
  color: #ffffff99;
}

.key-credential-btn h3 {
  font-weight: 600;
}

.key-credential-icon_main {
  background: #3b3b3b;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.key-credential-icon_main h2 {
  font-size: 18px;
  color: #ffffff99;
  line-height: 27px;
  margin-bottom: 10px;
}

.key-credential-icon-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  flex-direction: row;
}

.key-credential-icon-img img {
  width: 63%;
  filter: grayscale(1);
  height: 100%;
}

.key-credenial-icon-text {
  width: 48%;
  height: 100%;
  margin-bottom: 10px;
}

.key-credenial-icon-text h3 {
  font-size: 14px;
  color: #ffffff;
  margin-top: 15px;
}

.ce-img {
  position: absolute;
  right: -168px;
  top: -45px;
}

.ce-img img {
  width: 50%;
}

/* Key Credentials css END*/

/*HOME FAQs Css Home  */
.home-faq .accordion-button:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
  padding-bottom: 0px !important;
  color: #000000cc;
  font-weight: 500;
}

.home-faq .accordion-button {
  color: #000000cc !important;
  font-weight: 500 !important;
  background: transparent;
  font-size: 15px !important;
  line-height: 22px;
  border-radius: 10px;
}

.home-faq .accordion-item {
  margin-bottom: 10px;
  background: transparent !important;
  border: 2px solid #fff;
  border-radius: 10px;
}

.home-faq .accordion-body {
  color: #9ea2a5 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 25px;
  padding: 0 20px 0 20px !important;
}

.home-faq .accordion-item:not(:first-of-type) {
  border-top: 2px solid #fff !important;
}

.home-faq .accordion-button:not(.collapsed)::after {
  background: none !important;
  content: "\f077" !important;
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px;
  color: #2e2e2e !important;
  border-radius: 50%;
}

.home-faq .accordion-button:not(.collapsed)::after {
  transform: translateY(-40%) !important;
}

.home-faq .accordion-button::after {
  content: "\f078" !important;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0px;
  top: 50%;
  transition: 0.3s ease-in;
  transform: translateY(-50%);
  font-size: 13px !important;
  font-weight: 700;
  background: transparent !important;
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  line-height: 30px;
  color: #2e2e2e !important;
  border-radius: 50%;
  transition:
    transform 0.3s,
    content 0.3s,
    color 0.3s;
  background-image: none !important;
}

.home-faq .accordion-button:focus {
  box-shadow: none !important;
}

.faq-video video {
  border-radius: 16px;
  height: 250px;
}

.read-more-btn {
  outline: none !important;
  border: none;
  font-size: 18px;
  background: transparent;
  color: var(--primary-color);
  font-weight: 500;
}

.more-accordion {
  overflow: hidden;
  transition: max-height 0.4s ease;
  display: none;
}

.faq-video,
.video-card video {
  border-radius: 30px;
  object-fit: cover;
}

/* HOME FAQs Css End  */

/* Home page Video slider  */
.stories-home {
  background: #1f1f1f;
}

.video-carousel .owl-item:not(.center) .video-card::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
}

.video-carousel .owl-stage-outer {
  padding: 50px 0;
}

.video-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #df9e61 !important;
  font-size: 22px;
}

/* Left Arrow */
.video-carousel .owl-nav .owl-prev {
  left: -60px;
}

/* Right Arrow */
.video-carousel .owl-nav .owl-next {
  right: -60px;
}

.heading-subtext p {
  color: #ffffff66;
}

/* Tranformation css HOME_PAGE  */
.tranformation {
  background: #1f1f1f;
}

.hoverbox .hovertext {
  padding: 23px;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
  transform: translate(0, calc(100% - 73px));
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.hoverbox {
  position: relative;
  overflow: hidden;
}

.hoverbox:hover .hovertext {
  transform: translate(0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 10%,
    rgb(24 24 24 / 58%) 65%,
    rgba(255, 255, 255, 0) 100%
  );
}

.hoverbox .hovertext p {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.hoverbox:hover .hovertext p {
  opacity: 1;
}

.hoverbox .hoverimage img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.hoverbox:hover .hoverimage img {
  transform: scale(1);
}

.hoverbox:before {
  content: "";
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgb(0 0 0 / 30%) 44%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.hoverbox h4 {
  font-size: 17px;
  font-weight: 600;
  text-shadow: 2px 4px 12px #000000;
}

.hoverbox p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-shadow: 2px 4px 12px #000000;
}

/* ANimation text  */
.img_wrapper_bg {
  background: #3e3e3e;
  padding: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-text-animation h3 {
  background: -webkit-linear-gradient(313deg, #b48a63, #955d29);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hover-text-animation p {
  font-size: 20px;
  color: #ffffff66;
}

.img_wrapper_bg {
  position: relative;
  overflow: hidden;
}

.hover-text-animation {
  position: relative;
  z-index: 2;
  color: #fff;
}

.img_wrapper_bg::after {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(242, 160, 80, 0.6) 0%,
    rgba(242, 160, 80, 0.35) 30%,
    rgba(242, 160, 80, 0.15) 55%,
    transparent 70%
  );
  opacity: 0;
  transform: scale(0.6);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  z-index: 1;
}

.img_wrapper_bg:hover::after {
  opacity: 1;
  transform: scale(1);
}

.custom-border-bottom {
  border-bottom: 1px solid #dddddd40;
}

/* TESTIMONAL-CSS  */
.testimonal-heading h2 {
  font-size: 30px;
}

.testimonal-heading span {
  color: #9ea2a5;
}

.map-wrapper {
  position: relative;
  width: fit-content;
}

.map-pulse {
  position: absolute;
  left: 45px;
  top: 36%;
  width: 30px;
  height: 30px;
  background: #2bb6c8;
  border-radius: 50%;
  z-index: 5;
}

.map-pulse::before,
.map-pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(43, 182, 200, 0.4);
  animation: pulse 2.5s infinite;
}

.map-pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.testimonial-section {
  padding: 30px 0;
  background: #fff;
  text-align: left;
  padding-left: 0;
  margin-right: auto !important;
  display: flex;
  justify-content: flex-start;
}

.posterSwiper {
  width: 300px;
}

.testimonial-swiper {
  padding-left: 0;
  /* important */
}

.testimonial-swiper .swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

/* Card */
.poster-card {
  background: #efe4d7;
  transition: background 0.4s ease;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  height: 100%;
}

/* Active slide card */
.swiper-slide-active .poster-card {
  background: #c39a6b;
}

/* light cards behind */
.poster-card {
  color: #333;
}

.swiper-slide-active .poster-card {
  color: #fff;
}

.poster-card p {
  font-size: 17px;
  line-height: 33px;
}

.author {
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 20px;
}

.author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.author h5 {
  margin: 0;
  font-size: 17px;
}

.swiper .custom-nav-buttons {
  position: absolute;
  bottom: -60px;
  /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10;
}

.custom-nav-buttons .swiper-button-next,
.custom-nav-buttons .swiper-button-prev {
  position: static;
  /* reset default Swiper absolute positioning */
  width: 40px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background-color: #fff6efb8;
  border: 1px solid#fff;
  color: #c39a6b;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-nav-buttons .swiper-button-next:hover,
.custom-nav-buttons .swiper-button-prev:hover {
  background: var(--primary-color);
  color: #fff;
}

.swiper-button-next:after {
  font-size: 16px !important;
  content: "\f054" !important;
  background: none;
  font-family: "Font Awesome 6 Free" !important;
}

.swiper-button-prev:after {
  font-size: 16px !important;
  content: "\f053" !important;
  font-family: "Font Awesome 6 Free" !important;
}

.cuision-swiper:before {
  background: linear-gradient(
    270deg,
    rgba(245, 245, 245, 0) 0%,
    #ebeced 71.59%
  );
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}

.cuision-swiper::after {
  background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #ebeced 71.59%);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  z-index: 2;
}

/* HOSPITAL BEDS CSS  */
.hospital-beds .btn-primary_withicon {
  outline: none;
  border: none;
}

.electic-bed-head p {
  color: #666666;
  line-height: 28px;
}

.more-text {
  display: none;
}

.read-toggle {
  display: block;
  margin-top: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #c39a6b;
  text-decoration: none;
  font-size: 17px;
  width: 28%;
}

.read-toggle:hover {
  text-decoration: underline;
}

/* .img_wrapper{
    margin-bottom: 20px;
} */

/* BANEFITS CSS  */
.banefits-home {
  background: #2e2e2e;
}

.banefits-home .img_wrapper {
  margin-bottom: 20px;
}

.banefits-home .hoverbox:before {
  border-radius: 24px;
}

.banefits-home .hoverbox {
  border-radius: 24px;
}

.banefits-home .hoverbox .hovertext {
  padding: 0;
  left: 15px;
  border-radius: 24px;
  background: transparent;
}

.hoverimage {
  position: relative;
}

.banefit-num h4 {
  font-size: 25px;
}

.banefit-num {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 45px;
}

/* Tabs in HOME  */

/* Hide desktop tabs */
.home-tabs-img .nav-tabs {
  display: none !important;
}

/* Make all panes visible so buttons are clickable */
.home-tabs-img .tab-content > .tab-pane {
  display: block !important;
  opacity: 1 !important;
  margin-bottom: 20px;
}

/* Hide images/content by default */
.home-tabs-img .tab-pane .row + .row {
  display: none;
}

/* Show content when active */
.home-tabs-img .tab-pane.active .row + .row {
  display: flex;
}

/* Mobile tab buttons style */
.home-tabs-img .tab-pane > .row:first-child button {
  width: 100%;
  text-align: left;
  padding: 20px 15px;
  font-weight: 600;
  background: linear-gradient(103.49deg, #e2a164 2.14%, #ae6e32 89.15%);
  border: 1px solid #ddd;
  border-radius: 0px;
  color: #fff;
}

.better-version .hoverbox .hoverimage img {
  transform: unset;
}

.better-version .img_wrapper {
  margin-bottom: 30px;
}

.better-version .hoverbox .hovertext {
  background: transparent !important;
  bottom: 30px;
}

.better-version .hoverbox:before {
  background: transparent !important;
}

.better-version .hoverbox h4 {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.heaing-text-icon .btn-primary_withicon {
  border: none;
}

.product-home {
  background: #1f1f1f;
}

.product1,
.product2,
.product3,
.product4,
.product5 {
  background: linear-gradient(
    116.47deg,
    rgba(255, 255, 255, 0.4) -5.08%,
    rgba(245, 218, 207, 0.4) 54.79%
  );
  position: relative;
  height: 280px;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
}
.product1 {
  background: #363636;
  position: relative;
}
.product1 .phone-text {
  position: absolute;
  z-index: 10;
}
.product2 {
  background: #363636;
}

.product3 {
  background: #ffffff66;
}

.product4 {
  background: #756d69;
}

.product5 {
  background: #dddcda;
}

.product-img1 {
  position: absolute;
  right: -120px;
  top: 23%;
}

.product-img1 img,
.product-img2 img {
  width: 70%;
}
.product-img1 img {
  opacity: 91%;
}
.product-img2 {
  position: absolute;
  top: 38%;
  right: -30%;
}

.product-img3 {
  position: absolute;
  top: 30%;
  right: -70%;
}

.product-img4 img {
  width: 100%;
  position: absolute;
  right: -22px;
  bottom: -16px;
}

.product-img5 img {
  width: 64%;
  position: absolute;
  right: -30px;
  bottom: -6px;
}

.product-img3 img {
  width: 66%;
}

/* ADJUSTABLE CSS  */
.adjustable-bed-box {
  border: 1px solid #00000033;
  text-align: center;
  position: relative;
  border-radius: 16px;
  height: 100%;
}

.adjustable-bed-box-img {
  background: #e6f5f7;
  margin: 0 auto;
  border-radius: 16px 16px 0 0;
}

.adjustable-bed-box-img img {
  width: 80%;
  margin: auto;
  padding: 30px;
}

.adjustable-bed-head {
  position: absolute;
  top: -15px;
  left: -15px;
}

.adjustable-bed-head h3 {
  background: #b48a63;
  width: 30px;
  font-size: 15px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.adjustable-ned-box-text p {
  text-align: left;
  padding: 20px;
}

.hero-section {
  background: #060407;
  height: 100vh;
}

.banner-text h1 {
  font-size: 19px;
  line-height: 24px;
}

.single-slider .owl-dot span {
  background: #ffffff24 !important;
}

.single-slider .owl-dot.active span {
  width: 30px !important;
  border-radius: 50px !important;
  background: #ffffff !important;
}

.single-slider .owl-dots {
  bottom: -25px;
  left: 15px;
  transform: none;
}

/* SCROLL DOWN CSS  */
.container_mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  z-index: 1;
  margin-top: 30px;
}

/* Mouse outline */
.mouse-btn {
  width: 28px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
}

/* Scroll dot */
.mouse-scroll {
  width: 6px;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollMove 1.6s infinite;
}

/* Banner Below Section  */

/* Animation */
@keyframes scrollMove {
  0% {
    opacity: 1;
    top: 10px;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    top: 26px;
  }
}

.scroll-text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.benefitSection .left-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 23.2px;
}

.benefitSection .left-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.benefitSectin2 .left-image img {
  height: auto !important;
}

.benefitSectin2 .left-image {
  height: -webkit-fill-available !important;
  overflow: visible;
}

.benefitSectin2 {
  background: #efe4d73d !important;
}

.benefitSection .left-image img.active {
  opacity: 1;
  z-index: 2;
  background: #fff;
  animation: shutterUp 0.8s ease forwards;
}

@keyframes shutterUp {
  0% {
    clip-path: inset(100% 0 0 0);
    /* Fully hidden from bottom */
  }

  100% {
    clip-path: inset(0 0 0 0);
    /* Fully visible */
  }
}

.benifits-row {
  margin-top: 240px;
}

.benefitSection .accordion-button {
  padding: 0;
  border: none;
  background-color: transparent;
}

.benefitSection .accordion-item {
  border: 0;
  margin-bottom: 10px;
  background-color: transparent;
  position: relative;
}

.benefitSection div#benefitacc {
  border: none;
  border-radius: 0;
}

.benefitSection .accordion-item:first-of-type,
.benefitSection .accordion-item:last-of-type {
  border-radius: 0;
}

.benefitSection
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
.benefitSection
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button {
  border-radius: 0;
}

.benefitSection .accordion-body p:last-child {
  margin-bottom: 0;
}

.benefitSection .accordion-body {
  color: #666666;
}

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

.benefitSection button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.benefitSection .accordion-body {
  padding: 15px 20px;
}

.benefitSection .accordion-item .accordion-button {
  color: #2e2e2e;
  padding: 13px;
}

.benefitSection .accordion-item .accordion-button {
  font-weight: 500;
  font-size: 20px;
}

.benefitSection .accordion-item .accordion-button img {
  padding-right: 10px;
}

.benefitSection .accordion-button::after {
  display: none;
}

.benefitSection .accordion-item:last-child::after {
  display: none;
}

.benefitSection .accordion-item:last-child {
  margin-bottom: 0;
}

.benefitSection .accordion-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
}

.benefitSection .accordion-header i {
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

.benefitSection .accordion-item.activeacc .accordion-header {
  background: linear-gradient(92.52deg, #e49f5d 11.06%, #f8c595 81.1%);
}

.benefitSection .accordion-item.activeacc .accordion-header i {
  transform: rotate(180deg);
}

.upgrade-bed {
  background: #1f1f1f;
}

/* COUNTER CSS  */
.counter-main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
}

.counter-box {
  width: 50%;
}

.counter-box h3 {
  font-size: 40px;
}

.counter-box p {
  font-weight: 400;
  color: #f9f7f5 !important;
}

/* .upgrade box css - Third-section */
.upgrade-box-left {
  background: #252525;
  border-radius: 20px;
  margin: 30px;
  padding: 60px 20px 20px 20px;
  border: 0.88px solid #474545;
  position: relative;
}

.upgrade-text-up span {
  background: #7b5e4280;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0;
}

.upgrade-list ul {
  padding-top: 10px;
}

.upgrade-list ul li {
  list-style: none;
  color: #f9f7f5;
  font-size: 15px;
  padding-bottom: 15px;
}

.upgrade-text p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 35px;
  color: #ffffff99;
}

.upgrade-text a {
  color: #b7773a;
  font-size: 18px;
  padding-right: 10px;
  padding-bottom: 25px;
  display: inline-block;
}

.upgrade-text i {
  transform: rotate(320deg);
}

/* Main Box */
.upgrade-box-right {
  position: relative;
  background: #252525;
  border-radius: 20px;
  padding: 60px 20px 20px;
}

.upgrade-box-right .upgrade-text-up span {
  background: linear-gradient(
    94.37deg,
    rgba(207, 149, 96, 0.5) 2%,
    rgba(189, 123, 62, 0.5) 95.93%
  );
  display: flex;
  gap: 10px;
  align-items: center;
}

.upgrade-box-right .upgrade-text-up img {
  filter: brightness(0) invert(1);
  width: 15px;
}

/* Animated Gradient Border */
.upgrade-box-right::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.65px;
  /* border thickness */
  border-radius: 20px;
  background: linear-gradient(
    140.84deg,
    rgba(180, 138, 99, 0.5) 3.07%,
    rgba(234, 148, 69, 0.5) 88.69%
  );
  background-size: 200% 200%;
  animation: gradientBorderMove 4s linear infinite;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.upgrade-box-right::after {
  content: "";
  position: absolute;
  inset: 0;
  /* replaces top/left/width/height */
  background: url("https://beta.savit.in/zerog/assets/images/home/star-gradient.svg")
    center / contain no-repeat;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
  width: 52px;
  left: -23px;
  top: 81%;
}

/* Animation */
@keyframes gradientBorderMove {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.upgrade-text-up span {
  background: #7b5e4280;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0;
}

.upgrade-list ul {
  padding-top: 10px;
}

.upgrade-list ul li {
  list-style: none;
  color: #f9f7f5;
  font-size: 15px;
  padding-bottom: 15px;
}

.upgrade-list-right ul li {
  position: relative;
  padding-left: 20px;
}

.upgrade-list-right i {
  position: absolute;
  /* padding-left:20px; */
  left: 0;
  font-size: 14px;
  top: 5px;
  color: green;
}

.arrow-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  backdrop-filter: blur(11.399999618530273px);
  -webkit-backdrop-filter: blur(11.399999618530273px);
}

/* SVG */
.arrow-anim {
  width: 90px;
  backdrop-filter: blur(11.399999618530273px);
  fill: #fcc46c;
  animation: arrowMove 1.8s ease-in-out infinite;
}

/* Animation */
@keyframes arrowMove {
  0% {
    transform: translateX(0);
    opacity: 0.6;
  }

  50% {
    transform: translateX(12px);
    opacity: 1;
  }

  100% {
    transform: translateX(0);
    opacity: 0.6;
  }
}

/* ABOUTS US  */
.d4-surgical {
  background: #3b3b3b;
}

.d4-surgical > img {
  width: 81.5px;
  height: 63.59765625px;
}

.right-arrow {
  color: white;
}

.carousel-custom-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-custom::-webkit-scrollbar {
  display: none;
}

.certificate-slider {
  display: flex;
  animation: spin 20s infinite linear;
}

@keyframes spin {
  from {
    translate: 0;
  }

  to {
    translate: -100%;
  }
}

.certificate-img {
  flex-shrink: 0;
  text-align: center;
  margin: 0 10px;
}

.breadcrum-text h1 {
  color: #1f1f1f;
}
.breadcrum .btn-primary_withicon i.fa-solid::before {
  transform: rotate(0deg);
}
.d4-text {
  color: #a9aaaf;
}

/* ABOUT US PAGE CSS DIVYA MOBILE FIRST */
.breadcrum-text h1 {
  color: #1f1f1f;
  font-size: 30px;
  padding-bottom: 10px;
}

.about-text h2 {
  font-size: 25px;
}

.innovation-text {
  background-color: #b48a63;
  padding: 20px;
}

.product-design-text h2 {
  line-height: 40px;
}

span.breadcrum-head {
  color: #9ea2a5;
}

li.breadcrum-head,
i.breadcrum-head {
  color: #9ea2a5;
}

.d4-text {
  font-family: "Caveat", cursive;
}

.key-credential-text p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff99;
  line-height: 28px;
}

.hr-breadcrum {
  color: #3432328a;
}

.about-zerog {
  background-color: #f9f7f5;
}

.about-text p {
  color: #13131399;
  line-height: 150%;
}

.about-us-box p {
  color: #6b7280 !important;
  line-height: 150%;
  font-size: 16px;
}

.about-us-box h3 {
  font-size: 16px;
}

.about-us-box img {
  margin-bottom: 20px;
}

.about-us-box p {
  font-size: 15px;
}

.innovation-text p {
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  color: #ffffffcc;
}

.innovation-cards {
  background-color: #f9f7f5;
}

.innovation-cards p {
  color: #6b7280;
  font-weight: 200;
  font-size: 14px;
}

.innovation-cards h4 {
  color: #1f2937;
  font-size: 14px;
  padding-bottom: 0;
}

.right-arrow {
  transform: rotate(314deg);
}

.product-designs {
  background-color: #2e2e2e;
}

.product-text h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
}

.product-text p {
  color: #ffffff99;
  text-align: right;
  font-size: 14px;
  font-weight: 200;
}

.certificate-slider {
  display: flex;
  animation: spin 10s infinite linear;
}

.beds {
  background-color: #f9f7f5;
}

/* .btn-primary_withicon i.fa-solid::before {
  transform: unset;
} */

.about-us-box img {
  width: 30px;
  margin-bottom: 40px;
}

.carousel-custom-main {
  position: relative;
}

.blur {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: 1;
}

.blur-left {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
}

.blur-right {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.8), transparent);
}
.pdf-section {
  background: #0000000d;
  border-radius: 20px;
}
.btn-certificate {
  color: #fff !important;
  border-radius: 10px;
  padding: 14px 20px !important;
  border-color: var(--secondary-color);
  background: #b48a63;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 300;
}
.btn-certificate i {
  transform: rotate(229deg);
}
.btn-certificate:hover,
.btn-certificate:focus,
.btn-certificate:active {
  background-color: #9c7958 !important;
  color: #fff !important;
  box-shadow: none !important;
}
/* BENAFIT CSS START  */
.causes-of-pain h2,
.pain-relief-text h2 {
  font-size: 30px;
  padding-bottom: 0.5rem;
  color: #2e2e2e;
}

.causes-of-pain p,
.pain-relief-text p {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 31px;
  font-weight: normal;
}

.pain-relief {
  background-color: #f9f7f5;
}

.li-arrow {
  color: #d59558;
  padding-right: 25px;
}

.p-arrow {
  transform: rotate(222deg);
}

.heading-subtext p:nth-child(2) {
  color: #c78c2f;
}
.heading-subtext a {
  color: #c78c2f;
}
.extra-support span {
  color: #d59558;
}

.extra-support h2 {
  font-size: 40px;
}

.benefit-text h2 {
  font-size: 40px;
}

.sleeper p {
  color: #8a8a8a;
  font-size: 17px;
  line-height: 28px;
  font-weight: 200;
}

/* PRODUCT- LATEXT MATRESS CSS  */
.breadcrum-text p {
  color: #3b3b3b;
  font-weight: 300;
  line-height: 30px;
  font-size: 16px;
}

.products-card {
  background-color: #252525;
  border-radius: 20px;
  padding: 16px 16px;
  width: 100%;
  height: 100%;
}

.products-card p {
  color: #aaaaaa;
}

.products-card h2 {
  font-size: 22px;
  padding-bottom: 4px;
}

.products-trust {
  background-color: #1f1f1f;
}

#sync1 .item {
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#sync2 .item {
  background: #c9c9c9;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item {
  background: #0c83e7;
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

#sync1.owl-theme .owl-prev {
  left: 10px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
}

.product-in-text p {
  font-size: 17px;
  line-height: 28px;
}

/* Top-Bar-Marquee  */
.top-sticky-marquee {
  padding: 10px 0;
  background: #015986;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 15px;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.marquee-item {
  display: inline-flex;
  margin-right: 30px;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

.marquee-item img {
  vertical-align: middle;
  margin-right: 30px;
  filter: opacity(0.5);
}

.marquee-item span {
  color: #0000004d;
  font-size: 24px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.scrollTabsWrap {
  background: #0f0f0f;
  color: #fff;
  padding: 0;
}

/* This creates the scroll space */
.scrollTabsWrap {
  position: relative;
  height: 140vh;
  /* depends on number of tabs */
  background: #0f0f0f;
}

.scrollTabsContainer {
  width: 100%;
  height: 100vh;
  background: #0f0f0f;
  padding: 50px 0;
}

/* When active */
.scrollTabsContainer.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* When section ends */
.scrollTabsContainer.is-end {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
}

.scrollTabsLeft img {
  width: 100%;
  display: block;
}

.scrollTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 30px 0;
}

.scrollTitle span {
  color: #fff;
}

/* Progress line */
.progressLine {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.progressLine span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.3s ease;
}

.tabContent {
  position: relative;
}

.tabItem {
  display: none;
  animation: fadeIn 0.35s ease;
}

.tabItem.active {
  display: block;
}

.tabNo {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 10px;
}

.tabItem h3 {
  font-size: 45px;
  margin-bottom: 15px;
}

.tabItem ul {
  margin: 0;
  padding-left: 18px;
}

.tabItem ul li {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.heading-btn-round span {
  /* background: linear-gradient(90.78deg, #ae6e32 0.67%, #dd9d60 126.71%);
  color: #fff;
  padding: 20px 12px; */
  display: none;
}

/* PRODUCTS CSS - BED FOR PATIENTS START  */
.bed-text {
  background: #f9f7f5;
  padding: 30px;
  border-radius: 20px;

  h2 {
    font-size: 30px;
  }

  p {
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
  }
}

.corect-bed-text {
  background: #f9f7f5;
  padding: 30px;
  border-radius: 20px;

  h2 {
    font-size: 30px;
  }

  p {
    color: #1f1f1f;
    font-weight: 400;
    line-height: 28px;
  }
}

.left-text {
  h3 {
    line-height: 34px;
  }

  p {
    color: #ffffff99;
    line-height: 28px;
    font-weight: 400;
  }
}

.pricing-section {
  background: #3b3b3b;
}

.price {
  background: linear-gradient(102.92deg, #1f1f1f -0.24%, #373737 100%);
  padding: 30px;
  border-radius: 20px;
}

.right-icons {
  background: #3b3b3b;
  border-radius: 20px;
  padding: 6px;
  gap: 20px;
}

.icon-box {
  background: #4b4a4a;
  border-radius: 20px;
  width: 45%;
  text-align: center;
  padding: 20px;
  margin: 2px;

  p {
    color: #ffffffcc;
    padding-top: 10px;
    margin: 0;
  }

  img {
    width: 50px;
  }
}

.price-btn {
  flex-direction: column;
}

/* PRODUCTS CSS - BED FOR PATIENTS END  */

.correct-bed-text p {
  color: #9ea2a5;
}

.bed-text p {
  color: #9ea2a5;
}

/* timeline starts */
.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 150px;
  position: relative;
  opacity: 0;
}

.timeline-item.left {
  flex-direction: row;
}

.timeline-item.right {
  flex-direction: row-reverse;
}

.timeline-year {
  flex: 1;
  font-size: 50px;
  font-weight: bold;
  line-height: 90px;
  text-align: center;
  position: relative;
  background: url("../images/about-us/text-bg.webp") no-repeat;
  background-size: cover !important;
  background-position: bottom !important;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* Makes the text show the image */
  background-clip: text;
  /* color: transparent; */
}

.timeline-content {
  flex: 1;
  padding: 0px;
}

.timeline-item.left .timeline-content {
  text-align: left;
  margin-top: -20px;
  padding-left: 80px;
}

.timeline-item.left .timeline-year {
  text-align: right;
  margin-top: -20px;
  padding-right: 80px;
}

.timeline-item.right .timeline-year {
  text-align: left;
  padding-left: 60px;
  margin-top: -20px;
}

.timeline-item.right .timeline-content {
  text-align: right;
  padding-right: 60px;
  margin-top: -20px;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #333;
  border-radius: 50%;
  z-index: 10;
}

.timeline-title {
  font-size: 19px;
  color: black;
  margin-bottom: 10px;
}

.timeline-description {
  font-size: 14px;
  color: #5f6a75;
  font-weight: 400;
  line-height: 1.6;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #5f6a7566;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  z-index: 5;
}

.timeline-icon i {
  color: var(--heading-navy-blue);
  font-size: 16px;
}

.timeline-item:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .timeline-item.left .timeline-content {
    text-align: left;
    margin-top: -50px;
    padding-left: 0px;
  }

  .timeline-item.left .timeline-year {
    text-align: right;
    margin-top: -50px;
    padding-right: 0px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .timeline-item.right .timeline-year {
    text-align: left;
    padding-left: 0px;
    margin-top: -50px;
    font-size: 20px;
    padding-bottom: 20px;
  }

  .timeline-item.right .timeline-content {
    text-align: right;
    padding-right: 0px;
    margin-top: -50px;
  }

  .timeline-container {
    padding: 0 20px;
  }

  .timeline-line {
    left: 30px;
  }

  .timeline-item {
    flex-direction: column !important;
    align-items: flex-start;
    margin-bottom: 80px;
    padding-left: 60px;
  }

  .timeline-item.left,
  .timeline-item.right {
    flex-direction: column !important;
  }

  .timeline-year {
    font-size: 50px;
    text-align: left;
    margin-bottom: 15px;
  }

  .timeline-content {
    padding: 0 !important;
    text-align: left !important;
  }

  .timeline-item.left .timeline-content,
  .timeline-item.right .timeline-content {
    padding: 0 !important;
    text-align: left !important;
  }

  .timeline-icon {
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .timeline-title {
    font-size: 16px;
    margin-top: 20px;
  }

  .timeline-description {
    font-size: 13px;
  }

  .timeline-line {
    left: 50px;
  }
}

/* timeline ends */
/* 7 Zone-Latex Mattress */
.mobile-text {
  text-align: center;
}

/* 7 Zone-Latex Mattress end */
@media (max-width: 767px) {
  .comfort-mobile {
    padding: 40px 15px;
  }

  .mobile-card {
    background: #111;
    border-radius: 25px;
    padding: 20px;
  }

  .accordion-item {
    background: transparent;
    border: none;
  }

  .accordion-button-mob {
    background: linear-gradient(45deg, #e09f62, #b37337);
    color: #fff;
    border: 1px solid #444;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 16px;
    display: block;
    width: 100%;
  }

  .accordion-button-mob:not(.collapsed) {
    background: linear-gradient(90.78deg, #ae6e32 0.67%, #dd9d60 126.71%);
    color: #fff;
    box-shadow: none;
    width: 100% !important;
  }

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

  .accordion-body-mob {
    color: #ffffff;
    padding: 15px 10px 20px;
    background: #333333;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .accordion-body-mob h4 {
    color: #ae6e32;
  }
  .copy-right-text p {
    line-height: 31px;
  }
}
.social-footer-right,
.social-footer-left,
.social-footer a:hover {
  color: white;
}
.address-footer a:hover {
  color: white;
}
