body {
  direction: rtl;
  font-family: IRANYekan;
  max-width: 440px;
  margin: 0 auto;
}
@font-face {
  font-family: IRANYekan;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/IRANYekanX-Medium.ttf");
}
@font-face {
  font-family: IRANYekanBold;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/IRANYekanX-Bold.ttf");
}
@font-face {
  font-family: IRANYekanExtraBold;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/IRANYekanX-ExtraBold.ttf");
}
a {
  text-decoration: none;
}
.ltr {
  direction: ltr;
}
header {
  overflow-x: hidden;
}
section {
  padding: 12px 0;
}
footer {
  margin-top: 30px;
}
.btn1 {
  background: #7a0659;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn1 img {
  margin-left: 10px;
}
.btn1:hover {
  background: #bd0a8a;
  color: #fff;
}
.btn1:focus {
  background: #5f0645;
}
.btn2 {
  background: #f9d2f6;
  color: #250054;
  font-size: 16px;
  border-radius: 16px;
  display: block;
  height: 56px;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5f0645;
}

.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}
.swiperBullets1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #f9d2f6;
  opacity: 1;
}
.swiperBullets1 .swiper-pagination-bullet-active {
  background: #5f0645;
}
.swiper1 {
  width: 150%;
  margin-right: -25%;
}
.swiper1SlideBox {
  background-color: #f9d2f6;
  padding: 9px;
  border-radius: 10px;
  color: #000;
  display: flex;
  justify-content: center;
}
.swiper1SlideBox span {
  font-size: 13px;
  margin-right: 5px;
}
.siteHeader {
  position: relative;
}
.oval {
  width: 100%;
  height: 110px;
  background-image: url(images/oval.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.oval h1 {
  font-family: IRANYekanBold;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.oval img {
  height: 70px;
  width: auto;
}

@media (max-width: 500px) {
  .oval img {
    display: none;
  }
}

.btnSticky {
  z-index: 999;
  position: fixed;
  bottom: 15px;
  left: 12px;
  right: 12px;
}
.btnSticky a {
  display: flex;
}
.crown img {
  width: 100%;
}
.boxSliderBg {
  background-color: #5f0645;
  width: 100%;
  position: absolute;
  padding-top: 20px;
  border-radius: 24px;
}
.boxSliderBg h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.hero {
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  padding-top: 0;
}
.heroBanner {
  width: 100%;
  height: 707px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background: #f297ea;
  z-index: 1;
  background-image: url(images/heroBanner2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.heroBanner h2 {
  font-family: IranYekanBold;
  font-size: 32px;
  padding-top: 24px;
  text-align: center;
  color: #000;
  line-height: 56px;
}
.heroBanner p {
  font-family: IranYekanBold;
  font-size: 16px;
  color: #02406d;
  text-align: center;
  margin-top: 20px;
  line-height: 30px;
  text-shadow: 0 0 3px #fff;
}
.heroCheckBox {
  background-color: rgba(246, 235, 254, 55%);
  padding: 9px;
  border-radius: 10px;
  color: #02406d;
  display: inline-flex;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
.heroCheckBox1 {
  margin-top: 20px;
  right: 20px;
}
.heroCheckBox2 {
  margin-top: 250px;
  left: 20px;
}
.heroCheckBox3 {
  bottom: 60px;
  right: 20px;
}
.heroCheckBox span {
  font-size: 13px;
  margin-right: 5px;
  color: #250054;
}
.heroBanner .heroImg {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.heroBanner .woman {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  z-index: -2;
}

.prosthesesTypeBox {
  padding: 0 15px;
}
.prosthesesTypeBoxIcon {
  position: relative;
}
.prosthesesTypeBoxTitle {
  background: #5f0645;
  padding: 20px 15px;
}
.prosthesesTypeBoxTitle h2 {
  font-family: IranYekanBold;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-align: center;
}
.prosthesesTypeBoxContent {
  background: #5f0645;
  padding: 0 15px;
  margin-top: -1px;
}
.prosthesesTypeBoxContent p {
  font-family: IranYekan;
  font-size: 14px;
  color: #fff;
  text-align: justify;
  text-align-last: center;
}
.prosthesesTypeBoxIcon {
  position: relative;
  height: 150px;
}
.prosthesesTypeBoxIcon img {
  position: absolute;
  left: calc(50% - 86px);
  z-index: 2;
}
.prosthesesTypeBoxIcon::before {
  content: "";
  width: 100%;
  height: 75px;
  background: #5f0645;
  position: absolute;
  bottom: -1px;
  z-index: -1;
  border-radius: 24px 24px 0 0;
}
.prosthesesTypeBoxIcon::after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: -0;
  left: calc(50% - 70px);
  background: #f297ea;
  filter: blur(120px);
  z-index: 0;
  border-radius: 50%;
}
.prosthesesTypeBoxImg {
  padding: 0 15px;
  position: relative;
}
.prosthesesTypeBoxImg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #5f0645;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -1;
  border-radius: 0 0 24px 24px;
}
.prosthesesTypeBoxSlider {
  border-radius: 24px;
  overflow: hidden;
}
.prosthesesTypeBoxSlider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prosthesesTypeSwiper {
  padding-bottom: 40px !important;
}
.prosthesesTypeSwiper .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}

.drArash {
  overflow: hidden;
}
.drArashPic {
  text-align: center;
  margin: 20px 0;
  padding: 20px;
}
.drArashPic img {
  width: 100%;
}
.drArashName {
  margin-top: -60px;
  margin-bottom: 30px;
}
.drArashName h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
  text-align: center;
}
.drArashName p {
  font-size: 16px;
  color: #5f0645;
  text-align: center;
}

.examplesSliders {
  position: relative;
}
.examplesSliders .boxSliderBg {
  height: 70%;
  width: calc(100% - 30px);
  left: 15px;
}
.exampleBox {
  border-radius: 24px;
  overflow: hidden;
  height: 320px;
}
.exampleBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exampleSwiper {
  padding: 0 40px 40px 40px;
  margin-top: 80px;
}
.examplesSliders .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.exampleSwiperBtns {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  z-index: 1;
  position: absolute;
}
.exampleSwiperBtns .swiper-button-next {
  width: 0;
  height: 0;
  margin-top: 0;
}
.exampleSwiperBtns .swiper-button-prev {
  width: 0;
  height: 0;
  margin-top: 0;
}

.twentytwenty-container {
  border-radius: 24px;
  overflow: hidden;
}
.twentytwenty-container img {
  width: 100%;
}

.whatsapp {
  position: relative;
  padding-top: 170px;
}
.whatsapp .whatsappBoxBg {
  position: absolute;
  top: 10px;
  right: 30px;
}
.whatsappBoxBg img {
  width: 100%;
}
.whatsappBox {
  border-radius: 25px;
  background: #f9d2f6;
  padding: 280px 15px 15px 15px;
}
.whatsappBox p {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #250054;
}
.whatsappBtns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.whatsappBtn {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  display: inline-block;
}
.whatsappBtn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.whatsappBtns .btn1 {
  width: calc(100% - 71px);
}

.satisfactionSwiper {
  padding: 0 40px 40px 40px;
  margin-top: 110px;
}
.satisfactionVideo {
  position: relative;
}
.satisfactionVideo .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
.satisfactionBox {
  border-radius: 24px;
  overflow: hidden;
}
.satisfactionBox img {
  width: 100%;
  height: auto;
}
.satisfactionBox video {
  width: 100%;
  height: auto;
}
.satisfactionVideo .boxSliderBg {
  height: 80%;
}

.titleBox {
  border-radius: 20px;
  overflow: hidden;
  background: #f9d2f6;
  color: #7a0659;
  margin-bottom: 15px;
  padding: 15px;
  height: 64px;
  display: flex;
}
.titleBox h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #7a0659;
  margin: 0;
}
.dualPlaneInner {
  border-radius: 24px;
  overflow: hidden;
  background: #f9d2f6;
  padding: 15px 15px 0 15px;
}
.dualPlaneImg {
  border-radius: 24px;
  overflow: hidden;
}
.dualPlaneImg img {
  width: 100%;
  height: auto;
}
.dualPlaneImg p {
  font-family: IRANYekan;
  font-size: 14px;
  color: #000;
}
.dualPlaneContent {
  margin-top: 30px;
}
.dualPlane a {
  margin-top: 15px;
}

.counter {
  padding: 80px 0;
  background: url(images/vector.svg) no-repeat 0 70px;
}

.counterBox {
  position: relative;
}
.counterBox span {
  font-family: IRANYekanBold;
  font-size: 48px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.counterBoxImg {
  position: absolute;
  top: -35px;
  right: calc(50% - 55px);
  z-index: 1;
}
.counterBox h6 {
  font-family: IRANYekanBold;
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.accordion-button {
  font-family: IRANYekan;
  font-size: 13px;
  background: #7a0659;
  color: #fff;
  height: 64px;
  position: relative;
  padding-left: 40px;
  text-align: right;
}
.accordion-button:not(.collapsed) {
  background: #7a0659;
  color: #fff;
}
.accordion-button::after {
  display: none;
}
.accordion-button.collapsed::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/circlePlus.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  transform: rotate(0deg);
  transition-duration: 0.3s;
}
.accordion-button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/circlePlus.svg);
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.accordion-item {
  background: #f9d2f6;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.accordion-collapse {
  color: #250054;
}

.contacBox {
  padding-bottom: 30px;
}
.contacBoxImg {
  position: absolute;
  bottom: 90px;
}
.contacBoxImg img {
  max-width: 100%;
}
.contacBoxInner {
  background: #7a0659;
  border-radius: 24px;
  height: 530px;
  padding: 30px 0;
  position: relative;
}
.contacBoxInner h4 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.contacBoxInner h2 {
  font-family: IRANYekanExtraBold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.contactBtnsNum {
  position: absolute;
  bottom: -45px;
  right: 20px;
  left: 20px;
}
.contactBtnsNum .btn2 {
  font-family: IRANYekanBold;
  font-size: 32px;
  margin-bottom: 15px;
  height: 72px;
}
.location {
  margin-top: 70px;
  background-image: url(images/footerBg.webp);
  background-color: #5f0645;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.location h2 {
  font-family: IRANYekanBold;
  font-size: 24px;
  color: #000;
}
.location h4 {
  font-family: IRANYekanBold;
  font-size: 14px;
  color: #7a0659;
}
.map {
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  margin: 20px 0;
}
.map iframe {
  width: 100%;
  height: 100%;
}

.socialNetworks {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #5f0645;
}
.socialNetworks span {
  font-family: IRANYekanBold;
  font-size: 20px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.socialNetworksInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.social {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 25%);
}
.copyright {
  background: #f9d2f6;
  padding: 10px 0 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright span {
  font-family: IRANYekanBold;
  font-size: 10px;
  color: #7a0659;
}

.twentytwenty-container {
  width: 100%;
  position: relative;
  z-index: 99;
}
.twentytwenty-overlay {
  border-radius: 16px;
}
.twentytwenty-container img {
  width: 100%;
}

.sticky-call-3 {
  width: 100%;
  max-width: 500px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background-color: #3a044005;
  backdrop-filter: blur(15px);
  padding: 16px 12px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex !important;
  gap: 10px !important;
}
/* sticky-button */
.sticky-button {
  background-color: #bded00;
  box-shadow: 0 0 24px 4px #00d5ff15;
  color: #000;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  padding: 16px 24px;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sticky-button a {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.whatsapp-icon {
  height: 30px ;
}


.sticky-button:hover {
  background-color: rgb(46, 148, 51);
  color: #fff;
}

.sticky-button i {
  vertical-align: middle;
  font-size: 1.2rem;
  margin-left: 5px;
  animation: shake 2s ease-in-out infinite;
}
