@font-face {
  font-family: "pds";
  src: url("../font/aldhabi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PDSheading";
  src: url("../font/PalatinoLTBlack.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PDSSub-heading";
  src: url("../font/PalatinoLTMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PDSpara";
  src: url("../font/PalatinoLTLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}

.row,
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Young Serif", serif;
  overflow: hidden;
  color: #363230;
}
p {
  font-family: "PDSSub-heading";
  color: #000000ad;
}
.navbar-toggler {
  border: 2px solid #68b8e8;
}
.fa-bars {
  color: #68b8e8;
}
.container {
  max-width: 1340px;
  /* max-width: 80%; */
  /* padding-left: 48px; */
}

#header {
  /* background-color: #f8fbf1; */
  z-index: 111;
  position: absolute;
  width: 100%;
}

.navbar {
  padding: 10px !important;
}
.navbar-brand img {
  width: 210px;
}
.navbar-toggler i {
  overflow: hidden;
}
li.nav-item {
  padding: 0px 6px;
  text-align: center;
}
li.nav-item img {
  width: 65px;
}
.header_icon {
  font-size: 35px;
}
a.nav-link {
  font-size: 22px;
  color: #201e1e;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
  font-family: "PDSSub-heading";
  /* line-height: 15px; */
}
a.nav-link:hover {
  color: #68b8e8;
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.nav_active {
  color: #68b8e8 !important;
  /* color: white !important; */
  /* padding: 10px;
  border-radius: 17px;
  line-height: 21px;
  margin-top: 7px; */
}
.login_btn {
  font-family: "PDSSub-heading";
  font-size: 22px;
  color: #727070;
  text-decoration: none;
  background-color: #5fdbec00;
  padding: 15px 20px;
  border-radius: 5px;
  line-height: 10px;
  border: 2px solid #494948;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
  overflow: hidden;
}
.login_btn:hover {
  text-decoration: none;
 color: #68b8e8;
   border: 2px solid #68b8e8;
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  background-color: transparent;
}
.home_2 {
  margin-top: 60px;
}
.hero_section {
  /* background-color: #f8fbf1; */
  background-image: url(../img/bg2.png);
  background-position: bottom;
  background-size: cover;
  /* margin-top: -7%; */
  padding: 24vh 0%;
  width: 100%;
  /* height: 800px; */
  /* height: 100vh; */
  overflow: hidden;
}
div#navbarSupportedContent {
  padding: 5px;
}
.hero_section h1 {
  font-size: 57px;
  margin: 10px 0;
  font-family: "pds";
  font-family: "Young Serif", serif;
  /* font-family: "Bowlby One", sans-serif; */
  line-height: normal;
  overflow: hidden;
  margin-bottom: 5vh;
  color: #363230;
}
.hero_section p {
  font-size: 22px;
  font-family: "PDSSub-heading";
}
.hero_section a {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  margin-top: 20px;
  color: grey;
  font-family: "PDSSub-heading";
}
button:focus {
  /* outline: 5px auto #68b8e8; */
  outline: none;
  border: none;
}
div#about_section {
  padding: 5% 0;
  /* margin-top: -25vh; */
}
div#about_section h2 {
  font-size: 6rem;
  margin: 15px 0;
  font-family: "pds";
}
div#about_section h3 {
  margin: 5px 0;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 4px 0;
  font-size: 2.3rem;
  font-family: "pds";
}
div#about_section h4 {
  font-size: 2rem;
  font-family: "PDSSub-heading";
}
div#about_section p {
  padding: 20px;
  font-size: 22px;
  font-family: "PDSSub-heading";
  color: #000000ad;
}
.about_section_div {
  margin: 50px auto !important;
  /* font-family: "pds"; */
  font-family: "Young Serif", serif;
}
.about_section_div h5 {
  font-size: 1.8rem;
  /* line-height: 5vh; */
  overflow: hidden;
}
div#about_section a {
  background-color: #363230;
  color: white;
  padding: 0px 18px;
  border-radius: 5px;
  font-size: 39px;
  display: inline-block;
  margin-top: 4rem;
  border: 2px solid #212529;
  /* line-height: 8vh; */
  font-family: "pds";
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
}
div#about_section a:hover {
  background-color: white;
  color: #212529;
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
#three_img {
  /* background-color: #5fdbec78; */
  padding: 7% 0;
  /* font-family: "pds"; */
  font-family: "Young Serif", serif;
}
#three_img .col-sm-4 {
  padding: 30px;
}
#three_img .col-lg-3 h4 {
  margin-top: 40px;
  color: #000000a1;
  font-size: 3vh;
  overflow: hidden;
}
#innovation,
#three_grid_link {
  padding: 7% 0;
}
#three_img img {
  width: 100%;
  border-radius: 45px;
  margin: 30px 0;
}
#restoration img,
#innovation img,
#choose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

#innovation .video_div {
  height: 62%;
  overflow: hidden;
}
#innovation video {
  width: 75%;
}
#innovation .col-md-7 {
  margin-left: -18vh;
}
#restoration,
#choose {
  background-color: #f8fbf1;
  padding: 7% 0;
}

#choose {
  padding-top: 0;
}
#restoration h3,
#innovation h3,
#choose h3 {
  font-size: 40px;
  /* font-family: "pds"; */
  font-family: "Young Serif", serif;
  line-height: normal;
  overflow: hidden;
  color: #363230;
}
#restoration p,
#innovation p,
#choose p {
  font-size: 22px;
  margin-top: 40px;
  color: #0000008f;
  text-align: justify;
}
#restoration p strong,
#innovation p strong,
#choose p strong {
  color: #363230;
}
#restoration .col-sm-9,
#innovation .col-sm-9 {
  padding-left: 80px;
}

#choose .col-sm-9 {
  padding-right: 80px;
}
.submit_case_div {
  background-color: #74c9dd;
  padding: 5vh;
}
.submit_case_div a {
  display: inline-block;
  margin-top: 5vh;
  background-color: white;
  padding: 0px 10px;
  padding-top: 6px;
  color: #363230cc;
  border: 1px solid white;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5px;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
  font-family: "PDSSub-heading";
}
#case_submit .case_submit_img_div {
  padding: 0;
}
#case_submit .case_submit_img_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.submit_case_div a:hover {
  text-decoration: none;
  color: 363230;
  background-color: transparent;
  border: 2px solid #363230;
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.submit_case_div img {
  width: 25vw;
}
.vertical_img {
  width: 100%;
  height: 94vh;
  object-fit: cover;
}
.horizontal_img1 {
  width: 100%;
  height: 45vh;
  object-fit: cover;
}
.horizontal_img2 {
  width: 100%;
  height: 45vh;
  object-fit: cover;
}
.footer_stamptag {
  display: flex;
  align-items: center;
  justify-content: center;
}
img.welcome_img {
  width: 90px !important;
  margin: 0 10px;
}
#img_space {
  margin-bottom: 4vh;
}
.img-container {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Black background with transparency */
  color: white;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay .link {
  color: black;
  text-decoration: none;
  background: white;
  padding: 1vh 2vh;
  font-size: 4vh;
  border-radius: 2vh;
}
.overlay .link:hover {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.img-container:hover .overlay {
  opacity: 1;
}
.three_img-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  width: 80%;
  max-width: 1200px;
  margin: auto;
}

.three_img-grid-container .vertical {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.three_img-grid-container .horizontal {
  width: 100%;
  height: auto !important;
  object-fit: cover;
  aspect-ratio: 16 / 9; /* Adjust the aspect ratio as needed */
}
.three_img-grid-container .horizontal:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.three_img-grid-container .horizontal:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
footer {
  background-color: #363230;
  padding-top: 5%;
  padding-bottom: 1%;
}
.footer_link a {
  display: block;
  color: white;
  font-size: 1.5rem;
  padding: 10px;
  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
}
.footer_link a:hover {
  text-decoration: none;
  color: #68b8e8;
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.footer_bottom_link a {
  font-size: 1.2rem;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  margin: 2px 5px;
  padding: 1px 14px;
  text-decoration: none;
  padding-top: 4px;
  display: inline-block;
  font-family: "PDSSub-heading";
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: ease 0.2s;
}
.footer_bottom_link a:hover {
  color: #68b8e8;
  border: 2px solid #68b8e8;

  text-decoration: none;
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.footer_contact {
  color: white;
}
.container_footer {
  max-width: 1240px;
  /* max-width: 90%; */
  margin: auto;
}
.container_footer img {
  width: 260px;
}
.footer_link,
.footer_contact {
  margin: 30px 0;
  font-family: "PDSSub-heading";
}
.footer_contact h4 {
  font-size: 24px;
}
.footer_contact p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.64) !important;
}
.footer_contact p span {
  color: #fff;
}
#footer_logo {
  padding: 40px 0;
}
.footer_bottom_link {
  margin: 15px 0;
}
.footer_contact a {
  font-size: 1.4rem;
  color: white;
  text-decoration: underline;
  display: block;
}
.footer_contact h3 {
  /* padding-top: 50px; */
  font-size: 24px;
  margin: 0;
}
@keyframes slide {
  form {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
.logos11 {
  overflow: hidden;
  background-color: white;
  white-space: nowrap;
  padding: 15vh 0;
}
.logos11:hover .logos11-slide {
  animation-play-state: paused;
}

.logos11-slide {
  display: inline-flex;

  animation: 10s slide infinite linear;
}

.logos11-slide .offser-info-col-4 {
  /* height: 100px; */
  margin: 0 40px;
}
.col-md-3.footer_contact p {
  font-size: 2.7vh;
  font-weight: 100;
  overflow: hidden;
  font-family: "PDSpara";
}
.Copyright_para {
  font-size: 18px;
  font-family: "PDSSub-heading";
  line-height: normal;
  overflow: hidden;
}
/* home img animation css */
.home_img_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.home_animated_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: showImages 9s infinite;
}

.home_animated_img:nth-child(1) {
  animation-delay: 0s;
}

.home_animated_img:nth-child(2) {
  animation-delay: 3s;
}

.home_animated_img:nth-child(3) {
  animation-delay: 6s;
}
.home_animated_img:nth-child(4) {
  animation-delay: 9s;
}
.home_animated_img:nth-child(5) {
  animation-delay: 12s;
}
.home_animated_img:nth-child(6) {
  animation-delay: 15s;
}

@keyframes showImages {
  0% {
    opacity: 0;
  }
  11.11%,
  33.33% {
    opacity: 1;
  }
  44.44%,
  100% {
    opacity: 0;
  }
}

/* .home_img_box:hover .home_animated_img {
  transition: transform 0.1s;
} */
/* home img animation css */
.services-info-inner img {
  width: 15vw;
  padding: 2px;
}

/* about page ================ */
#page_intro {
  /* background: linear-gradient(
    to top right,
    #8ecdc8 0%,
    #8ecdc8 40%,
    #68b2e3 100%
  ); */
  height: 55vh;
  background: #d3d3d34f;
  position: relative;
}
.page_intro_div {
  position: relative;
  padding: 150px 0;
}
.page_intro_div::before {
  content: "";
  /* background-image: url(../img/bgimg1.webp); */
  background-position: bottom;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_intro_text {
  position: relative;
  z-index: 2;
  text-align: center;
}
.product_list li span {
  text-decoration: underline;
  font-size: 24px;
  margin-bottom: 20px;
  color: #363230;
}
div#about_content,
#group {
  padding: 3% 0;
}
#faq {
  padding-bottom: 4%;
}
div#about_content .col-lg-7 {
  padding-right: 60px;
}
.know_more {
  background-color: yellow;
  padding: 10px;
}
.know_more a {
  color: black;
}
.pds_focus_div2 {
  padding: 10px;
}
.pds_focus_div2 img {
  width: 80% !important;
}
.pds_focus_div2 h5 {
  color: #363230;
  margin: 25px 0px;
  font-size: 32px;
  margin-bottom: 35px;
}
.pds_focus_div {
  padding: 10px;
}
.pds_focus_div img {
  width: 100% !important;
}
.pds_focus_div h5 {
  color: rgb(0, 0, 0);
  margin: 25px 0px;
  font-size: 21px;
}
.Testimonials {
  font-size: 28px;
}
.group_heading {
  font-size: 20px;
  margin: 30px 0;
}
.faq_heading {
  font-size: 22px;
  margin: 30px 0;
}
.accordion-item {
  background-color: #36323017;
  /* border: 1px solid #36323070; */
  border-radius: 6px;
}
.accordion-button {
  /* background: linear-gradient(
    to top right,
    #8ecdc8 0%,
    #8ecdc8 40%,
    #68b2e3 100%
  ); */
  background: transparent;
  font-size: 22px;
}
.accordion-button:not(.collapsed) {
  color: #6f6f6f;
  border: none;
  /* background-color: #36323017; */
}
button.accordion-button.collapsed {
  border: none;
}
.page_intro_text h1 {
  font-size: 4rem;
  color: #201e1e;
  margin-top: 3%;
}
#about_content P {
  font-size: 22px;
  text-align: justify;
}
#about_content h4 {
  margin: 30px 0;
  font-size: 28px;
}
.group_para {
  font-size: 22px;
}
.group_heading,
.faq_heading {
  font-size: 28px;
  text-transform: uppercase;
}
.accordion-header {
  padding: 8px;
}
.accordion-body {
  font-family: "PDSSub-heading";
  font-size: 22px;
  color: #6f6f6f;
  background-color: transparent;
  border-radius: 10px;
  padding: 15px;
}
.product_list {
  padding: 30px;
}
.product_list li {
  margin: 10px 0;
  font-size: 22px;
  font-family: "PDSSub-heading";
  text-align: justify;
  color: #000000ad;
}
.pds_product_div {
  background-color: #5fdbec78;
  text-align: center;
  padding: 65px 0;
  margin: 20px 0;
  border-radius: 12px;
  position: relative;
  clip-path: polygon(75% 0%, 100% 48%, 74% 100%, 0% 100%, 21% 50%, 0% 0%);
}
.pds_product_div h5 {
  font-size: 25px;
  color: #565656;
}
.pds_product_div a {
  color: black;
  font-weight: 500;
}
form {
  width: 300px;
  margin: 0 auto;
}
label,
select,
input {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
}
.calendar-header {
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}
.calendar-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.calendar-date {
  width: calc(100% / 7 - 10px);
  height: auto;
  line-height: 32px;
  text-align: center;
  margin: 5px;
  border: 1px solid #ccc;
  font-weight: bold;
  pointer-events: none;
}
.selected-date {
  background-color: yellow;
}
.next-dates {
  background-color: green;
}
.grey-dates {
  background-color: grey;
}
.red-date {
  background-color: red;
}
.delevery_heading {
  font-size: 45px;
  margin: 20px 0;
}
#color1,
#color2,
#color3,
#color4,
#color5 {
  padding: 15px;
  background-color: yellow;
}
#color2 {
  background-color: green;
}
#color3 {
  background-color: grey;
}
#color4 {
  background-color: red;
}
#color5 {
  background-color: brown;
}
#instruction {
  margin: 40px 0;
}
#instruction .col-6 {
  font-size: 18px;
  font-weight: 600;
}
.brown-date {
  background-color: brown;
}
#pds_Product {
  margin: 5% 0;
}
#pds_Product h5 {
  margin-bottom: 5%;
}
#pds_Product .col-10 {
  font-size: 19px;
  font-weight: 600;
}
#about_content h5 {
  margin: 30px 0;
}
.para_p {
  font-size: 20px !important;
}
.progress-container {
  /* width: 80%; */
  margin: 50px auto;
}

.progress-bar {
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 25px;
  margin: 20px 0;
}

.progress-bar-fill {
  height: 30px;
  width: 0;
  background-color: #000;
  border-radius: 25px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  transition: width 2s;
}
.product_button {
  color: white;
  text-decoration: none;
  background-color: #363230;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid #363230;
  margin-top: 35px;
  display: inline-block;
}
.product_button:hover {
  color: black;
  text-decoration: none;
  background-color: transparent;
}
.product_button_main {
  text-decoration: none;
  padding: 10px;
  display: block;
}
.product_button_main:hover {
  text-decoration: none;
  /* background-color: azure; */
  /* border-radius: 23%; */
}
.product_button_main img {
  transition: transform 0.3s ease; /* Smooth transition for zoom in and out */
}

.product_button_main:hover img {
  transform: scale(1.1); /* Adjust the scale value to control the zoom level */
}
.card_1 {
  padding: 10px;
  /* background-color: #5fdbec78; */
  border-radius: 25px;
  margin: 10px 0;
  height: 680px;
  /* background: linear-gradient(
    to top right,
    #8ecdc8 0%,
    #8ecdc8 40%,
    #68b2e3 100%
  ); */
  background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  );
}
#new_head_pro {
  margin-top: 100px !important;
  margin-bottom: 40px !important;
}
.photo_img {
  border-radius: 12px;
}
.work_work_div img {
  border-radius: 12px;
}
.product_button_main p {
  font-size: 22px;
}
a.product_button {
  font-size: 39px;
  display: inline-block;
  font-family: pds;
  padding: 0 15px;
  margin-top: 78px;
  padding-top: 5px;
}
.custom-shape-divider-bottom-1722316487 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1722316487 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 343px;
}

.custom-shape-divider-bottom-1722316487 .shape-fill {
  fill: #ffffff;
}
/* .custom-shape-divider-bottom-1722319387 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1722319387 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 214px;
}

*/
.custom-shape-divider-bottom-1722319387 .shape-fill {
  fill: #f8fbf1;
}
.custom-shape-divider-top-1722319836 .shape-fill,
.custom-shape-divider-top-1722320292 .shape-fill {
  fill: #ffffff;
}
.custom-shape-divider-bottom-1722320350 .shape-fill {
  fill: #5fdbec78;
}
/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1722316487 svg {
    width: calc(100% + 1.3px);
    height: 188px;
  }
  .custom-shape-divider-bottom-1722319387 svg {
    width: calc(100% + 1.3px);
    height: 188px;
  }
}
model-viewer {
  width: 500px;
  height: 400px;
  display: block;
  margin: auto;
  border-radius: 154px;
  background: linear-gradient(
    to top right,
    #8ecdc8 0%,
    #8ecdc8 40%,
    #68b2e3 100%
  );
  box-shadow: inset 0 0 30px 10px rgba(240, 240, 240, 0.8);
  /* margin-top: -50px; */
}
model-viewer::part(loading-bar) {
  display: none;
}
@media (max-width: 992px) {
  model-viewer {
    margin-top: -0;
  }
}
@media (max-width: 440px) {
  model-viewer {
    width: 100%;
    height: 300px;
  }
  .hero_section {
    padding: 30px 0;
  }
  .home_content_div h2 {
    font-size: 1.8rem;
  }
  .home_content_div p {
    font-size: 1.2rem;
  }
}
div#accordionFlushExample {
  border-radius: 15px;
  padding: 12px;
  background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  );
}
/* --- Start progress bar --- */
.process-wrapper {
  margin: auto;
  max-width: 1080px;
}

#progress-bar-container {
  position: relative;
  width: 90%;
  margin: auto;
  height: 100px;
  margin-top: 120px;
}

#progress-bar-container ul {
  padding: 0;
  margin: 0;
  padding-top: 15px;
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -40px;
}

#progress-bar-container li:before {
  content: " ";
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #aaa;
  transition: all ease 0.3s;
}

#progress-bar-container li.active:before,
#progress-bar-container li:hover:before {
  border: solid 2px #fff;

  background: linear-gradient(
    to top right,
    #8ecdc8 0%,
    #8ecdc8 40%,
    #68b2e3 100%
  );
}

#progress-bar-container li {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.2s;
  vertical-align: bottom;
  height: 60px;
  position: relative;
}

#progress-bar-container li .step-inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 28px;
  top: 30px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
  color: #444;
}

#progress-bar-container li:after {
  content: " ";
  display: block;
  width: 6px;
  height: 6px;
  background: #777;
  margin: auto;
  border: solid 7px #fff;
  border-radius: 50%;
  margin-top: 40px;
  box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.3);
  transition: all ease 0.2s;
  margin-top: 48px;
}

#progress-bar-container li:hover:after {
  background: #555;
}

#progress-bar-container li.active:after {
  background: #207893;
}

#progress-bar-container #line {
  width: 80%;
  margin: auto;
  background: #eee;
  height: 6px;
  position: absolute;
  left: 10%;
  top: 57px;
  z-index: 1;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-bar-container #line-progress {
  content: " ";
  width: 3%;
  height: 100%;
  background: #207893;
  background: linear-gradient(to right, #207893 0%, #2ea3b7 100%);
  position: absolute;
  z-index: 2;
  border-radius: 50px;
  transition: all ease 0.9s;
}

#progress-content-section {
  width: 90%;
  margin: auto;
  background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  );
  border-radius: 12px;
  color: white;
}

#progress-content-section .section-content {
  padding: 30px 40px;
  text-align: center;
}

#progress-content-section .section-content h2 {
  font-size: 17px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}

#progress-content-section .section-content p {
  font-size: 22px;
  line-height: 1.8em;
  color: #313030;
}

#progress-content-section .section-content {
  display: none;
  animation: FadeInUp 700ms ease 1;
  animation-fill-mode: forwards;
  transform: translateY(15px);
  opacity: 0;
}

#progress-content-section .section-content.active {
  display: block;
}

@keyframes FadeInUp {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.contact_1 {
  display: block;
  color: black;
  text-decoration: none;
  font-size: 22px;
  font-family: "PDSSub-heading";
}
.contact_1:hover {
  color: #2ea3b7;
  text-decoration: none;
}
#contactfrommain {
  background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  );
  padding: 25px;
  border-radius: 15px;
}
#contactForm {
  width: 100%;
}
#contactForm textarea,
label,
input,
select {
  width: 100%;
  padding: 10px;
  height: 56px;
  border-radius: 12px;
  font-size: 22px;
  font-family: "PDSSub-heading";
  margin: 25px 0;
}
#contactForm textarea,
label,
input,
option,
select:focus {
  outline: none;
  border: none;
}
button#form_submit {
  background-color: black;
  color: white;
  padding: 10px 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 22px;
  border: 1px solid #363230;
  font-family: "PDSSub-heading";
}
button#form_submit:hover {
  background-color: transparent;
  color: #363230;
}
.social_icon {
  font-size: 40px !important;
  /* padding: 0 10px;
  margin-top: 20px; */
}
img.PHOTOGRAMMETRY {
  margin: 15px 0;
  border-radius: 10px;
  width: 100%;
}
.PHOTOGRAMMETRYv {
  width: 100%;
  margin: 15px 0;
  border-radius: 10px;
  height: 96%;
  object-fit: cover;
}
.product_list_div {
  justify-content: center;
  display: flex;
}
.surgical1 {
  background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  );
  padding: 25px;
  border-radius: 12px;
  height: 340px;
}
/* Create a responsive grid layout for images with 2 columns */
.hueGallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 images per row */
  gap: 10px;
  padding: 10px;
  margin: 50px 0;
}

.hueGallery-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.hueGallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform 0.3s ease-in-out;
}

/* Zoom effect on hover */
.hueGallery-item:hover img {
  transform: scale(1.05);
}

/* Span text above the image */
.hueGallery span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  z-index: 10;
  pointer-events: none;
}

/* hueLightbox styling */
.hueLightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Stack items vertically */
  z-index: 1000;
}

.hueLightbox img {
  max-width: 90%;
  max-height: 80%;
  animation: fadeIn 0.5s ease;
}

/* Image description in hueLightbox */
.hueLightbox .img-description {
  color: white;
  font-size: 18px;
  margin-top: 10px; /* Space between image and description */
}

/* Close button */
.hueLightbox .close-btn {
  position: absolute;
  top: 0px;
  right: 40px;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
}

/* Next and Previous buttons */
.hueLightbox .prev-btn,
.hueLightbox .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.hueLightbox .prev-btn {
  left: 20px;
}

.hueLightbox .next-btn {
  right: 20px;
}

/* Keyframes for smooth transitions */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Smooth transition for hiding */
.hueLightbox.hidden {
  animation: fadeOut 0.5s ease;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Main Tab Styles */
.mainTabDiv {
  width: 100%;
  margin: 0 auto;
}

.mainButton {
  display: flex;
  justify-content: space-around;
}

.mainButtonLink {
  background-color: #36323000;
  border: 1px solid #363230 !important;
  color: #363230;
  margin: 0;
  border-radius: 6px;
  font-family: "Young Serif", serif;
  cursor: pointer;
  padding: 14px 20px;
  font-size: 20px;
  transition: background-color 0.3s ease;
}
/* .mainButtonLink:hover {
  background-color: transparent;
  color: #363230;
  border: 1px solid #363230;
} */
.mainButtonLink.active {
  background-color: #363230;
  border: 1px solid #363230;
  color: white;
}
#toothShape,
#gingivaOptions {
  margin-top: 60px;
  font-size: 22px;
}
div#PatientPhotos {
  margin: 80px 0;
}
div#StudyModels h3 {
  margin-top: -8%;
}
div#StudyModels p {
  width: 50%;
}
div#Texture {
  margin-top: 80px;
}
div#Texture img {
  width: 100%;
  border-radius: 12px;
}
div#Texture h3 {
  font-size: 22px;
}
div#Texture .col-md-4,
div#Texture .col-md-8 {
  margin: 60px 0;
}
div#smileGuide .col-md-4,
div#smileGuide .col-md-8 {
  margin: 40px 0;
}
.smile-img-link a {
  color: #2ea3b7;
  font-weight: 500;
}
.simleoption {
  text-align: center;
  margin: 35px 0;
  font-size: 25px;
}
.simleoption a {
  color: #2ea3b7;
  font-weight: 500;
}
.simleoption a:hover {
  text-decoration: none;
  color: #363230;
}
.mainTabCont {
  display: none;
  padding: 20px;
  /* border: 1px solid #ccc; */
  margin-top: 10px;
}

.mainTabCont.active {
  display: block;
}

/* Sub Tab Styles */
.subTabDiv {
  margin-top: 20px;
}

.subButton {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  /* background: linear-gradient(
    to top right,
    #8ecdc84d 0%,
    #8ecdc847 40%,
    #68b2e3c9 100%
  ); */
}

.subButtonLink {
  background-color: #e0e0e000;
  font-family: "Young Serif", serif;

  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 10px;
  font-size: 17px;
  transition: background-color 0.3s ease;
}
.subButtonLink:hover {
  font-size: 21px;
}
.subButtonLink.active {
  background-color: #e0e0e000;
  color: #363230;

  border-top: 2px solid #363230;
}

.subTabCont {
  display: none;
  padding: 15px;
  /* border: 1px solid #ddd; */
  margin-top: 10px;
}

.subTabCont.active {
  display: block;
}
.despoke-div,
.smile-img-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin: 50px 0;
}
.smile-img-link img {
  width: 300px;
  text-align: center;
  border: 4px solid #80808096;
}
.despoke-div img {
  width: 145px;
  object-fit: cover;
  margin: 10px 0;
}
.patientP {
  background-image: url(..//img/tab/patient-smiles-banner.jpg);
  padding: 15% 0;
  border-radius: 20px;
  margin-top: 50px;
}
#StudyModels {
  background-image: url(..//img/tab/Study-Models-banner.png);
  padding: 15% 0;
  border-radius: 20px;
}
.hue-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.hue-img .smallhue-img {
  position: relative;
  display: flex;
  justify-content: center;
  color: white;
  margin-top: 4px;
}
.hue-img .smallhue-img span {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
}

.hue-img .smallhue-img img {
  width: 180px;
}
#BespokeSmilesSubAccord {
  width: 60%;
  height: 400px;
  background: rgb(211 211 211);
  border-radius: 0;
}
#natural h3,
#functional h3,
#youthful h3,
#detailedFunctional h3,
#detailedYouthful h3,
#enhanced h3,
#oval h3 {
  margin-bottom: 42px;
}
.home-linka:hover {
  text-decoration: none;
}
.home-linka img {
  transition: transform 0.3s ease; /* Smooth transition effect */
}

.home-linka:hover img {
  transform: scale(1.1); /* Slight zoom on hover */
}
.about-img {
  border-radius: 25px;
}
.about_content2 {
  margin-top: -5%;
}
/* ===============our team ================= */
#ourTeam {
  margin: 100px 0;
}
#ourTeam p {
  font-size: 20px;
}
#ourTeam .team-container {
  margin-top: 50px;
}
/* Apply box-sizing only to relevant elements */
.team-member,
.flip-card,
.flip-card-inner,
.flip-card-front,
.flip-card-back {
  box-sizing: border-box;
}
.tab-tooth {
  width: 140px;
  object-fit: cover;
  height: 100px;
  border-radius: 12px;
}
.tab-tooth-L {
  width: auto;
  border-radius: 12px;
}
/* Rest of the card styling */
.team-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.team-member {
  width: 300px;
  height: 400px;
}

.flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: #008c74;
  background-color: #b1b3b2;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transform: rotateY(180deg);
  padding: 20px;
}

.flip-card-back h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.flip-card-back p {
  margin-bottom: 10px;
  font-size: 25px;
}

.flip-card-back .description {
  font-size: 20px;
  color: #e0e0e0;
}

@media screen and (max-width: 768px) {
  .team-member {
    width: 250px;
    height: 350px;
  }

  .flip-card-back h3 {
    font-size: 20px;
  }

  .flip-card-back p {
    font-size: 14px;
  }

  .flip-card-back .description {
    font-size: 12px;
  }
}
/* ===============our team end =========== */
/* form on home page  */
.homeForm {
  margin: 7% 0;
}
.homeForm h2 {
  line-height: 60px;
}
.homeFormP {
  margin-top: -20px !important;
}
.form-container {
  margin: auto;
  padding: 20px;
  border: 1px solid #d3d3d34f;
  border-radius: 15px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  background: #d3d3d34f;
}
.form-container label {
  margin-top: 10px;
}
form#submissionForm {
  width: auto;
}
.form-container input[type="text"],
.form-container input[type="email"],
.form-container select {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-container .product_button {
  font-size: 49px;
  font-family: "pds";
  line-height: 35px;
  padding-top: 15px;
  margin: 0;
}
.message {
  margin-top: 15px;
  font-weight: bold;
  display: none;
}
.message.success {
  color: green !important;
}
/* form on home page end   */
/* -------our work start----------- */
.galleyTabs {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}

.galleyTab {
  padding: 10px 20px;
  border: 1px solid #000;
  cursor: pointer;
  transition: background-color 0.3s;

  font-size: 22px;
  font-family: "PDSSub-heading";
  border-radius: 12px;
  text-align: center;
  width: 25%;
}

.galleyTab:hover {
  background-color: #201e1e;
  color: white;
}

.galleyarrow {
  font-size: 3rem;
}

.gallery-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.gallery {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gallery img {
  width: 380px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 25px;
  /* transition: transform 0.3s; */
}

/* .gallery img:hover {
  transform: scale(1.1);
} */

.active-galleyTab {
  background-color: #201e1e;
  color: #fff;
}
/* -------our work start end ----------- */
