* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Euclid Circular B";
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #ececec;
}

.x-icon {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 54.92px;
  height: 44.02px;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Ana çözüm */
html,
body,
* {
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* Mobil için ek */
@media only screen and (max-width: 480px) {
  html,
  body {
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
  }
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("../font/Euclid Circular B Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("../font/Euclid Circular B Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.main-container {
  width: 100%;
  max-width: 1728px;
  height: 1117px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.group-16 {
  display: none;
}
.wp-float-btn {
  display: none !important;
}
.logo-section {
  position: absolute;
  top: 249px;
  left: 50%;
  transform: translateX(-50%);
  width: 272px;
  height: 140px;
  text-align: center;
}

.hello-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hello-svg {
  width: 106.55px;
  height: 40px;
}

.from-svg {
  width: 36px;
  height: 16px;
  margin-top: 20px;
}

/* .smiles-logo {
  font-size: 64px;
  font-weight: 700;
  color: #202020;
  margin-top: 20px;
  letter-spacing: 2px;
} */

.team-section {
  position: absolute;
  top: 553px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 704px;
  text-align: center;
}
.TheTeam {
  width: 321px;
  height: 23px;
  color: #202020;
  font-size: 20px;
  font-family: "Euclid Circular B";
  font-weight: 700;
  word-wrap: break-word;
  margin: 0 auto 15px auto;
}

.doctors-container {
  display: flex;
  justify-content: center;
  gap: 33px;
  width: 100%;
  max-width: 700px;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.doctor-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #000;
}

.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.doctor-info {
  text-align: center;
}

.doctor-info h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #202020;
}

.speciality {
  font-size: 12px;
  color: #202020;
  opacity: 0.7;
}

.contact-info {
  text-align: center;
  font-size: 12px;
  color: rgba(32, 32, 32, 0.7);
  margin-bottom: 45px;
}

.contact-info p {
  margin-bottom: 5px;
}

.footer-section {
  position: absolute;
  top: 1000px;
  left: 50%;
  transform: translateX(-50%);
  width: 272px;
  height: 26.9px;
  margin-bottom: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icons {
  width: 272px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 61.1px;
  padding-bottom: 61.1px;
}

.contact-icons a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .contact-icons a img {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: opacity 0.3s;
  color: #202020 !important;
} */
.contact-icons a svg {
  fill: #202020;
  stroke: #202020;
}

.contact-icons a .Vector {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icons a svg {
  width: 100%;
  height: 100%;
}

.contact-icons a svg path {
  fill: #202020;
}

.copyright {
  position: absolute;

  top: 63.1px;
  left: 55%;
  transform: translateX(-50%);
  width: 655px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  /* padding-bottom: 61.1px; */
}

.copyright span {
  color: #484848;
  font-size: 12px;
  font-family: "Euclid Circular B";
  font-weight: 300;
  word-wrap: break-word;
}

.copyright .separator {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(72, 72, 72, 0.3);
}

.copyright .privacy-policy {
  color: #484848;
  font-size: 12px;
  font-family: "Euclid Circular B";
  font-weight: 300;
  text-decoration: underline;
  word-wrap: break-word;
}

.copyright .country {
  color: #484848;
  font-size: 12px;
  font-family: "Euclid Circular B";
  font-weight: 500;
  word-wrap: break-word;
}

.contact-icons a .Vector {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-icons a svg {
  width: 100%;
  height: 100%;
}

.contact-icons a svg path {
  fill: #202020;
}

.mac-book-pro-16-18,
.mac-book-pro-16-18 * {
  box-sizing: border-box;
}

.mac-book-pro-16-18 {
  background: #ececec;
  height: 1117px;
  position: relative;
  overflow: hidden;
}

.frame-1 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 272.2px;
  height: 26.9px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 966px;
}

.vector-1 {
  width: 0px;
  height: 20px;
  position: absolute;
  left: 919px;
  top: 1054px;
  overflow: visible;
}

.vector-2 {
  width: 0px;
  height: 20px;
  position: absolute;
  left: 1014px;
  top: 1054px;
  overflow: visible;
}

.mask-group {
  height: auto;
  position: absolute;
  left: 310px;
  top: 170px;
  overflow: visible;
}

.frame-18 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 611px;
  height: 465px;
  position: absolute;
  left: 310px;
  top: 405px;
}

.dr-mit-zg-r {
  color: #000000;
  text-align: right;
  left: 33px;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  width: 321px;
  /* height: 148px; */
}

.omf-surgeon {
  color: #202020;
  text-align: right;
  left: 33px;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  align-self: stretch;
  height: 42px;
}

.yazi-1 {
  color: #000000;
  text-align: right;

  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: lowercase;
  position: relative;
  align-self: stretch;
  height: 254px;
  left: 33px;
}

.mask-group2 {
  height: auto;
  position: absolute;
  left: 955px;
  top: 218px;
  overflow: visible;
}

.mac-book-pro-16-12,
.mac-book-pro-16-12 * {
  box-sizing: border-box;
}
.mac-book-pro-16-12 {
  background: #ececec;
  height: 1117px;
  position: relative;
  overflow: hidden;
}
.frame-1 {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 272.2px;
  height: 26.9px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 966px;
}
.icon-phone {
  flex-shrink: 0;
  width: 26.9px;
  height: 26.9px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.icon-envelope {
  flex-shrink: 0;
  width: 25.5px;
  height: 21.74px;
  position: relative;
  overflow: visible;
  aspect-ratio: 25.5/21.74;
}
.icon-whatsapp {
  flex-shrink: 0;
  width: 26.9px;
  height: 26.9px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.icon-instagram {
  flex-shrink: 0;
  width: 26.9px;
  height: 26.9px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
.icon-location-pin {
  flex-shrink: 0;
  width: 19.99px;
  height: 26.9px;
  position: relative;
  overflow: visible;
  aspect-ratio: 19.99/26.9;
}
.group-9 {
  position: absolute;
  inset: 0;
}
.copyright-2025-smiles-all-rights-reserved-privacy-policy-turkey {
  color: #484848;
  text-align: left;
  font-family: "-", sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 1056px;
  width: 418px;
  height: 16px;
}
.copyright-2025-smiles-all-rights-reserved-privacy-policy-turkey-span {
  font-family: "Euclid Circular B";
  font-weight: 300;
}
.copyright-2025-smiles-all-rights-reserved-privacy-policy-turkey-span2 {
  font-family: "Euclid Circular B";
  font-weight: 500;
}
.copyright-2025-smiles-all-rights-reserved-privacy-policy-turkey-span3 {
  font-family: "Euclid Circular B";
  font-weight: 300;
  text-decoration: underline;
}
.vector-1 {
  width: 0px;
  height: 20px;
  position: absolute;
  left: 919px;
  top: 1054px;
  overflow: visible;
}
.vector-2 {
  width: 0px;
  height: 20px;
  position: absolute;
  left: 1014px;
  top: 1054px;
  overflow: visible;
}
.x {
  width: 3.18%;
  height: 3.94%;
  position: absolute;
  right: 48.04%;
  left: 48.78%;
  bottom: 88%;
  top: 8.06%;
  overflow: visible;
}
.mask-group {
  height: auto;
  position: absolute;
  left: 325px;
  top: 228px;
  overflow: visible;
}
.mask-group3 {
  height: auto;
  position: absolute;
  left: 1134px;
  top: 170px;
  overflow: visible;
  aspect-ratio: 1;
}
.frame-18 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
  justify-content: flex-start;
  width: 622px;
  position: absolute;
  left: 843px;
  top: 431px;
}
.frame-19 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: baseline;
  justify-content: flex-start;
  width: 622px;
  position: absolute;
  left: 830px;
  top: 431px;
}
.dr-selin-g-rb-z {
  color: #000000;
  text-align: left;
  font-family: "Euclid Circular B";
  font-size: 48px;
  font-weight: 700;
  position: relative;
  /* width: 321px; */
  height: 148px;
}
.periodontist {
  color: #202020;
  text-align: left;
  font-family: "Euclid Circular B";
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  position: relative;
  align-self: stretch;
  height: 42px;
}
.yazi-2 {
  color: #000000;
  text-align: left;
  font-family: "Euclid Circular B";
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: lowercase;
  position: relative;
  width: 634px;
  height: 254px;
}
.yazi-3 {
  color: #000000;
  text-align: left;
  font-family: "Euclid Circular B";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: lowercase;
  position: relative;
  width: 586px;
  height: 254px;
}

.mask-group {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  left: 330px;
  top: 180px;
  overflow: hidden;
}
.mask-groupkadin {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  left: 60%;
  top: 15%;
  overflow: hidden;
}
.group-16 {
  display: none;
}
.mask-group3 {
  height: auto;
  position: absolute;
  left: 1134px;
  top: 308px;
  overflow: visible;
  /* aspect-ratio: 1; */
  left: 17%;
  object-fit: cover;
}

@media only screen and (max-width: 1728px) {
  .mask-groupkadin {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 74%;
    top: 14%;
    overflow: hidden;
  }
  .group-16 {
    display: none;
  }
  .mask-group3 {
    height: auto;
    position: absolute;
    left: 1134px;
    top: 308px;
    overflow: visible;
    /* aspect-ratio: 1; */
    left: 20%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .main-container {
    width: 1024px !important;
    height: 1366px !important;
    margin: 0 auto;
  }
  .group-16 {
    display: none;
  }
  .doctor-image {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #000;
    position: relative;
    object-fit: cover;
  }
  .content-wrapper {
    width: 100%;
    padding-top: 100px;
  }

  .doctors-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 45px 60px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }

  .doctor {
    width: 160px !important;
    margin-bottom: 20px !important;
  }

  .team-section {
    top: 39% !important;
    width: 700px !important;
  }

  /* .logo-section {
    top: 160px !important;
  } */

  .footer-section {
    top: 90% !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 26.9px;
    margin-bottom: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mac-book-pro-16-18 {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    /* justify-content: center !important; */
    width: 100vw !important;
    min-height: 100vh !important;
    background: #ececec !important;
    position: relative !important;
    gap: 40px !important;
    padding: 80px 0 0 0 !important;
    box-sizing: border-box !important;
  }

  .mask-group-erkek {
    border-radius: 50% !important;
    width: 29%;
    height: 22% !important;
    object-fit: cover !important;
    margin-bottom: 36px !important;
    position: absolute;
    display: block !important;
    left: 7%;
    top: 11%;
  }

  .frame-18 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 340px !important;
    min-width: 0 !important;
    position: static !important;
    margin: 0 !important;
    gap: 12px !important;
    text-align: left !important;
  }

  .mask-group2 {
    width: 559px;
    height: 778px;
    object-fit: cover !important;
    position: absolute;
    display: block !important;
    margin: 0 !important;
    bottom: 20%;
    left: 42%;
    top: 24%;
  }

  .dr-mit-zg-r {
    color: #000000;
    text-align: right;
    right: 50%;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    top: 80%;
    left: 28%;
  }

  .yazi-1 {
    color: #000000;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    align-self: stretch;
    height: 100%;
    left: 70px;
    top: 85%;
  }

  .omf-surgeon {
    color: #202020;
    text-align: right;
    left: 70px;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 80%;
  }

  .mask-groupkadin {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 60%;
    top: 15%;
    overflow: hidden;
  }

  .frame-19 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: baseline;
    justify-content: flex-start;
    width: 622px;
    position: absolute;
    left: 843px;
    top: 431px;
  }

  .dr-selin-g-rb-z {
    color: #000000;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    width: 325px;
    height: 149px;
    right: 94%;
    top: 130px;
  }

  .yazi-2 {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: fixed;
    align-self: stretch;
    height: 100%;
    left: 55%;
    top: 57%;
    width: auto;
  }

  .yazi-sevgi {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: fixed;
    align-self: stretch;
    height: 100%;
    left: 55%;
    top: 55%;
    width: 446px;
  }

  .mac-book-pro-kadin {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    /* justify-content: center !important; */
    width: 100vw !important;
    min-height: 100vh !important;
    background: #ececec !important;
    position: relative !important;
    gap: 40px !important;
    padding: 80px 0 0 0 !important;
    box-sizing: border-box !important;
    background-image: url("assets/img/selinhoca-1024.png");
  }

  .mask-group3 {
    height: auto;
    position: fixed;
    left: 5%;
    top: 27%;
    overflow: visible;
    aspect-ratio: 1;
    object-fit: cover;
    width: 473px;
    height: 678px;
  }

  .kadin-1024 {
    border-radius: 50% !important;
    width: 29%;
    height: 22% !important;
    object-fit: cover !important;
    margin-bottom: 36px !important;
    position: absolute;
    display: block !important;
    left: 7%;
    top: 11%;
  }

  .periodontist {
    color: #202020;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 280px;
    right: 46%;
  }

  .endodontist {
    color: #202020;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 250px;
    right: 46%;
  }

  .selin-hoca-1024 {
    height: auto;
    position: fixed;
    left: 5%;
    top: 27%;
    overflow: visible;
    aspect-ratio: 1;
    object-fit: cover;
    width: 473px;
    height: 678px;
    /* background-image: url('assets/img/selinhoca-1024.png'); */
  }
}

/* iPad Pro 12.9" (1366x917) yatay yön için düzeltmeler */
@media screen and (max-width: 1366px) and (max-height: 917px) and (orientation: landscape) {
  /* Ana container boyutları */
  .main-container {
    width: 1366px !important;
    height: 917px !important;
  }

  /* Ana sayfa için düzenlemeler */
  .team-section {
    top: 46% !important;
    max-width: 860px !important;
  }

  .doctors-container {
    flex-wrap: wrap !important;
    gap: 40px 50px !important;
    max-width: 760px !important;
  }

  .footer-section {
    bottom: 8% !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .copyright {
    bottom: 3% !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  /* Detay sayfaları için genel düzenlemeler */
  .mac-book-pro-16-18,
  .mac-book-pro-16-12,
  .mac-book-pro-kadin {
    width: 1366px !important;
    height: 917px !important;
    position: relative !important;
    overflow: hidden !important;
    background: #ececec !important;
  }

  /* Erkek detay sayfaları için varsayılan layout */
  .mask-group-erkek,
  .mask-group {
    left: 31% !important;
    top: 17% !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    position: absolute !important;
    object-fit: cover !important;
    z-index: 2 !important;
  }

  .mask-group2 {
    width: 400px !important;
    height: 560px !important;
    object-fit: cover !important;
    position: absolute !important;
    right: 8% !important;
    top: 12% !important;
    z-index: 1 !important;
  }

  /* Kadın detay sayfaları için layout */
  .mask-group3,
  .mask-groupkadin,
  .kadin-1024 {
    left: 8% !important;
    top: 16% !important;
    width: 340px !important;
    height: 480px !important;
    border-radius: 0 !important;
    position: absolute !important;
    object-fit: cover !important;
    z-index: 1 !important;
  }

  /* Metin alanları için genel düzenlemeler */
  .frame-18,
  .frame-19 {
    position: absolute !important;
    left: 50% !important;
    top: 30% !important;
    transform: translate(-50%, -50%) !important;
    width: 400px !important;
    text-align: center !important;
    z-index: 3 !important;
  }

  /* Başlıklar */
  .dr-mit-zg-r,
  .dr-selin-g-rb-z {
    text-align: center !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.1 !important;
  }

  /* Alt başlıklar */
  .omf-surgeon,
  .periodontist,
  .endodontist {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    font-style: italic !important;
    margin-bottom: 20px !important;
  }

  /* Açıklama metinleri */
  .yazi-1,
  .yazi-2,
  .yazi-3,
  .yazi-sevgi {
    text-align: center !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0.1em !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;
    max-width: 380px !important;
    margin: 0 auto !important;
  }
}

.mobile-img {
  display: none;
}

.desktop-img {
  display: block;
}

/* Mobilde sadece mobil görseli göster */
@media (max-width: 767px) {
  .mobile-img {
    display: block;

    width: 100% !important;
    position: absolute !important;
    top: 80px !important;
  }

  .desktop-img {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  html,
  body {
    height: 100%;
    min-height: 100vh;
    background: #ececec;
  }
  /* .main-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    background: #ececec;
    overflow-x: hidden;
  } */
  /* ANA CONTAINER - iPhone 16 Pro Max tasarımı için */
  .main-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
  }

  .content-wrapper {
    padding-top: 60px;
    width: 100%;
    flex: 1 0 auto;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* LOGO BÖLÜMÜ */
  .logo-section {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 120px;
    text-align: center;
    margin-bottom: 15px;
  }

  .hello-svg {
    width: 80px;
    height: 30px;
  }

  .from-svg {
    width: 25px;
    height: 12px;
    margin-top: 8px;
  }

  .smiles-logo {
    font-size: 48px;
    margin-top: 12px;
    letter-spacing: 2px;
    color: #202020;
    font-weight: 700;
  }

  /* TAKIM BÖLÜMÜ */
  .team-section {
    position: absolute;
    top: 280px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin-bottom: 15px;
  }

  .TheTeam {
    font-size: 16px;
    margin: 0 auto 20px auto;
    width: 100px;
    color: #202020;
    font-weight: 700;
    text-align: center;
  }

  /* DOKTORLAR - 2x3 GRİD */
  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 15px 20px;
    width: 100%;
    max-width: 340px;
    margin: 30px auto 40px auto;
    justify-items: center;
  }
  .doctor:nth-child(3) {
    order: 1;
  }
  .doctor:nth-child(1) {
    order: 2;
  }
  .doctor:nth-child(2) {
    order: 3;
  }
  .doctor:nth-child(4) {
    order: 4;
  }
  .doctor:nth-child(5) {
    order: 5;
  }
  .doctor:nth-child(6) {
    order: 6;
  }
  .doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 140px;
    margin: 0;
  }

  .doctor-image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 8px;
    background-color: #000;
    overflow: hidden;
  }

  .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .doctor-info {
    text-align: center;
  }

  .doctor-info h3 {
    font-size: 12px;
    margin-bottom: 2px;
    color: #202020;
    font-weight: 700;
    line-height: 1.2;
  }

  .speciality {
    font-size: 10px;
    color: #202020;
    opacity: 0.7;
    line-height: 1.2;
  }

  /* FOOTER */
  .footer-section {
    /* position: relative; */
    width: 100%;
    max-width: 400px;
    margin: 75px auto 0 auto;
    padding: 45px 0 15px 0;
    background: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    top: 100%;
  }

  .contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 250px;
    padding: 0;
    margin-bottom: 50px;
  }

  .contact-icons a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-icons a img {
    width: 22px;
    height: 22px;
  }

  /* COPYRIGHT */
  .copyright {
    width: 100%;
    /* max-width: 350px; */
    font-size: 9px;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 60px 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 3px;
    line-height: 1.2;
    flex-direction: row;
  }

  .copyright span,
  .copyright .privacy-policy,
  .copyright .country {
    font-size: 9px;
    color: #484848;
  }

  .separator {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: rgba(72, 72, 72, 0.3);
  }

  /* TEKRAR 1 - Farklı padding ve container boyutları
.main-container {
    width: 75%;
    height: auto;
    min-height: 100vh;
  }

  .content-wrapper {
    padding: 60px 20px;
  }

  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 500px;
  }
*/

  /* .main-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
  } */

  /* TEKRAR 2 - Farklı padding ve gap değerleri
  .content-wrapper {
    padding: 50px 15px;
  }

  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 400px;
  }
*/

  /* .main-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
  } */

  /* TEKRAR 3 - Küçük boyutlar ve padding
  .content-wrapper {
    padding: 40px 10px;
  }

  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 320px;
  }

  .doctor {
    width: 140px;
  }

  .doctor-image {
    width: 140px;
    height: 140px;
  }
*/

  /* .main-container {
    width: 440px;
    height: 1384px;
  } */

  /* Bu content-wrapper tekrarıydı - silindi */

  /* X İKONU - iPhone 16 Pro Max tasarımı için */
  .x-icon {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 32px;
    z-index: 1000;
    cursor: pointer;
  }

  .x-icon svg {
    width: 40px;
    height: 32px;
  }

  /* TEKRAR 4 - Logo farklı pozisyon
  .logo-section {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: auto;
    text-align: center;
  }
*/

  .hello-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .hello-svg {
    width: 90px;
    height: 35px;
  }

  .from-svg {
    width: 30px;
    height: 15px;
    margin-top: 10px;
  }

  .smiles-logo {
    font-size: 52px;
    margin-top: 15px;
    letter-spacing: 2px;
    color: #202020;
    font-weight: 700;
  }

  /* TEKRAR 5 - Team section farklı pozisyon
  .team-section {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    text-align: center;
  }
*/

  .TheTeam {
    font-size: 20px;
    margin-bottom: 35px;
    width: 120px;
    color: #202020;
    font-weight: 700;
    margin: 50px auto auto auto;
    text-align: center;
    padding-top: 20px;
  }

  /* TEKRAR 6 - Doktorlar grid farklı değerler
  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    max-width: 380px;
    margin: 0 auto;
  }

  .doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    width: 150px;
    margin-bottom: 20px;
  }

  .doctor-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #000;
    overflow: hidden;
  }
*/

  .doctor-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .doctor-info {
    text-align: center;
  }

  .doctor-info h3 {
    font-size: 14px;
    margin-bottom: 2px;
    color: #202020;
    font-weight: 700;
  }

  .speciality {
    font-size: 12px;
    color: #202020;
    opacity: 0.7;
  }

  /* TEKRAR 7 - Footer farklı pozisyon
  .footer-section {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 272px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
*/

  .contact-icons a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-icons a img {
    width: 26px;
    height: 26px;
  }

  /* TEKRAR 8 - Copyright farklı pozisyon
  .copyright {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    padding-top: 0px;
  }
*/

  .copyright span,
  .copyright .privacy-policy,
  .copyright .country {
    font-size: 10px;
    color: #484848;
  }

  .separator {
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: rgba(72, 72, 72, 0.3);
  }

  /* TEKRAR 9 - Aynı grid tekrarı
  .doctors-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    max-width: 380px;
    margin: 100px auto;
  }

  .doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 12px auto;
    width: auto;
  }
*/
  /* TEKRAR 10 - Mac book pro farklı boyut
 .mac-book-pro-16-18 {
    width: 440px;
    height: auto;
    background: #ececec;
    position: relative;
    overflow: hidden;
  }
*/

  /* TEKRAR 11 - Footer, logo ve team section pozisyon tekrarları
  .footer-section {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 26.9px;
    margin-bottom: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo-section {
    position: absolute;
    top: 186px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 140px;
    text-align: center;
  }

  .team-section {
    position: absolute;
    top: 396px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 704px;
    text-align: center;
  }
*/
  /* DETAY SAYFASI - Doktor profilleri için */
  .mask-group {
    border-radius: 0 !important;
    width: 100% !important;
    height: 300px !important;
    position: absolute !important;
    left: 0 !important;
    top: 80px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .mask-group img {
    display: none !important;
  }

  /* .mask-group2 {
    display: none !important;
  } */

  .frame-18 {
    position: absolute !important;
    left: 0px !important;
    /* right: 0px !important; */
    /* top: 400px !important; */
    top: 76vh;
    width: auto !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    align-items: flex-start;
    gap: 20px !important;
  }
  /* MAC BOOK PRO DETAY SAYFALARı - iPhone 16 Pro Max için */
  .mac-book-pro-16-18,
  .mac-book-pro-16-12,
  .mac-book-pro-kadin {
    width: 100% !important;
    height: auto !important;
    min-height: 170vh !important;
    background: #ececec !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
    box-sizing: border-box !important;
  }
  /* DETAY SAYFASI METİNLERİ - iPhone 16 Pro Max için */
  .dr-mit-zg-r {
    color: #000000;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .omf-surgeon {
    color: #202020;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .yazi-1 {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3.2px;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
  }

  /* KADIN DOKTOR DETAY SAYFALARı - iPhone 16 Pro Max için */
  .mask-group3 {
    width: 100% !important;
    height: 300px !important;
    position: absolute !important;
    left: 0 !important;
    top: 80px !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    object-fit: cover !important;
  }

  .mask-groupkadin {
    display: none !important;
  }

  .frame-19 {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    top: 42%;
    width: auto !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    gap: 25px !important;
  }

  .dr-selin-g-rb-z {
    color: #000000;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.2;
    width: auto !important;
    height: auto !important;
  }

  .periodontist,
  .endodontist {
    color: #202020;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2;
    height: auto !important;
    top: auto !important;
    right: auto !important;
  }

  .yazi-2,
  .yazi-3,
  .yazi-sevgi {
    color: #000000;
    text-align: left;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    width: auto !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
  }
  /* TEKRAR 13 - Contact icons farklı padding
  .contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 272px;
    padding-top: 60%;
    padding-bottom: 0;
  }
*/
  /* TEKRAR 14 - Copyright iki farklı pozisyon
  .copyright {
    position: absolute;
    top: 70px;
    left: 49%;
    transform: translateX(-50%);
    width: 375px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    padding-top: 20%;
  }
 .copyright {
    position: absolute !important;
    top: 334px;
    left: 49%;
    transform: translateX(-50%);
    width: 375px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    padding-top: 20%;
  }
*/
  .yazi-2 {
    color: #000000 !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 30px !important;
    letter-spacing: 3.2px !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;
    position: relative !important;
  }
  .wp-float-btn {
    position: sticky;
    left: 16px;
    top: 210px;
    z-index: 1000;
    width: 92px;
    height: 92px;
    display: block !important;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .wp-float-btn svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  /* İlk image (wp.svg - çevredeki yazı) dönsün */
  .wp-float-btn svg image:first-child {
    /* animation: rotate 10s linear infinite; */
    transform-origin: 50% 50%;
  }

  /* İkinci image (wp-1.png - WhatsApp ikonu) sabit kalsın */
  .wp-float-btn svg image:last-child {
    animation: none;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Telefon hover tooltip - sadece büyük ekranlarda */
@media only screen and (min-width: 1729px) {
  .contact-icons a[href^="tel"] {
    position: relative;
  }

  .contact-icons a[href^="tel"]:hover::after {
    content: "☎ +90 (312) 238 38 78\A☎ +90 (533) 341 12 83";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #ececec;
    color: #666;
    border: 1px solid #666;
    padding: 0px 0px;
    border-radius: 0px;
    font-size: 14px;
    white-space: pre;
    text-align: center;
    z-index: 1000;
    margin-bottom: 8px;
    line-height: 1.8;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
  }

  .contact-icons a[href^="tel"]:hover::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #666;
    margin-bottom: 2px;
    pointer-events: none;
  }
}

/* 2K (QHD) çözünürlük için media query */
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .mac-book-pro-16-18 {
    background: #ececec;
    height: 1117px;
    position: relative;
    overflow: hidden;
    left: 18%;
    top: 10%;
  }
  .footer-section {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 26.9px;
    margin-bottom: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mac-book-pro-16-12 {
    background: #ececec;
    height: 1117px;
    position: relative;
    overflow: hidden;
    left: 10%;
    top: 10%;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: baseline;
    justify-content: flex-start;
    width: 622px;
    position: absolute;
    left: 37%;
    top: 431px;
  }
  .mask-groupkadin {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 15%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1366px) and (max-height: 917px) and (orientation: landscape) {
  .footer-section {
    top: 110% !important;
  }

  .copyright {
    position: absolute;
    top: 40.1px;
    left: 55%;
    transform: translateX(-50%);
    width: 655px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
  }

  .omf-surgeon {
    color: #202020;
    text-align: right;
    left: 125px;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 60%;
  }
}

@media screen and (min-width: 810px) and (max-width: 1010px) and (orientation: portrait) {
  .main-container {
    width: 810px !important;
    height: 1010px !important;
    margin: 0 auto;
  }
  .main-container {
    width: 100%;
    max-width: 1728px;
    height: 1117px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .team-section {
    position: absolute;
    top: 470px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 704px;
    text-align: center;
  }
  .doctors-container {
    display: flex !important
;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 45px 60px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
  }
  .contact-icons {
    width: 272px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 132.1px;
    padding-bottom: 83.1px;
  }
  .footer-section {
    position: absolute;
    top: 925px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 26.9px;
    margin-bottom: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mask-group {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 85px;
    top: 210px;
    overflow: hidden;
  }
  .frame-18 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: self-end;
    justify-content: end;
    width: 622px;
    position: absolute;
    left: 28px !important;
    top: 380px;
  }
  .mask-group3 {
    display: none !important;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: baseline;
    justify-content: flex-start;
    width: 622px;
    position: absolute;
    left: 136px;
    top: 431px;
  }
  .mask-groupkadin {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 55%;
    top: 18%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1080px) and (min-height: 740px) and (max-height: 740px) and (orientation: landscape) {
  .team-section {
    top: 55% !important;
    max-width: 860px !important;
  }
  .footer-section {
    top: 135% !important;
  }
  .main-container {
    max-width: 1080px;
    max-height: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .logo-section {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 140px;
    text-align: center;
  }
  .privacy-logo-section {
    margin-bottom: 80px;
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mac-book-pro-16-18 {
    width: 1080px !important;
    height: 740px !important;
    background: #ececec !important;
    position: relative !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: 300px 520px 560px !important;
    grid-template-areas: "left middle right" !important;
    column-gap: 30px !important;
    align-items: start !important;
    justify-items: start !important;
    padding: 60px 60px 120px 60px !important;
    box-sizing: border-box !important;
  }
  .frame-18,
  .frame-19 {
    position: absolute !important;
    left: 0% !important;
    top: 38% !important;
    transform: translate(-50%, -50%) !important;
    width: 400px !important;
    text-align: center !important;
    z-index: 3 !important;
  }
  .mask-group2 {
    width: 400px !important;
    height: 560px !important;
    object-fit: cover !important;
    position: absolute !important;
    right: 5% !important;
    top: 18% !important;
    z-index: 1 !important;
  }
  .dr-mit-zg-r {
    color: #000000;
    text-align: right;
    right: 50%;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    top: 85%;
    left: 54%;
  }
  .omf-surgeon {
    color: #202020;
    text-align: right;
    left: 88%;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 82%;
  }

  .mask-group-erkek,
  .mask-group {
    left: 31% !important;
    top: 22% !important;
    width: 200px !important;
    height: 200px !important;
    border-radius: 50% !important;
    position: absolute !important;
    object-fit: cover !important;
    z-index: 2 !important;
  }

  .mac-book-pro-16-12,
  .mac-book-pro-kadin {
    width: 1080px !important;
    height: auto;
    position: relative !important;
    overflow: hidden !important;
    background: #ececec !important;
  }
}
@media screen and (max-device-width: 1032px) and (max-device-height: 1302px) and (-webkit-device-pixel-ratio: 2) {
  .dr-mit-zg-r {
    color: #000000;
    text-align: right;
    right: 50%;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    top: 80%;
    left: 26%;
  }
  .omf-surgeon {
    color: #202020;
    text-align: right;
    left: 62px;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 80%;
  }
  .yazi-1 {
    color: #000000;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    align-self: stretch;
    height: 100%;
    left: 72px;
    top: 79%;
  }
  .dr-selin-g-rb-z {
    color: #000000;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 48px;
    font-weight: 700;
    position: absolute;
    width: 325px;
    height: 149px;
    right: 97%;
    top: -2px;
  }
  .yazi-sevgi {
    color: #000000;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: fixed;
    align-self: stretch;
    height: 100%;
    left: 55%;
    top: 47%;
    width: 446px;
  }
  .endodontist {
    color: #202020;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 129px;
    right: 46%;
  }
  .periodontist {
    color: #202020;
    text-align: left;
    font-family: "Euclid Circular B";
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    position: relative;
    align-self: stretch;
    height: 42px;
    top: 161px;
    right: 49%;
  }
}
@media screen and (max-device-width: 1376px) and (max-device-height: 958px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
  .mask-group {
    border-radius: 50%;
    width: 237px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 169px;
    top: 180px;
    overflow: hidden;
  }
  .frame-18 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
    justify-content: flex-start;
    width: 622px;
    position: absolute;
    left: 843px;
    top: 362px;
    left: 165px !important;
  }
  .mask-group2 {
    height: auto;
    position: absolute;
    left: 850px;
    top: 218px;
    overflow: visible;
  }
  .mask-group3 {
    height: auto;
    position: absolute;
    left: 1134px;
    top: 308px;
    overflow: visible;
    /* aspect-ratio: 1; */
    left: 12%;
    object-fit: cover;
  }
  .frame-19 {
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: baseline;
    justify-content: flex-start;
    width: 622px;
    position: absolute;
    left: 691px;
    top: 405px;
  }
  .mask-groupkadin {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 70%;
    top: 14%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1192px) and (max-width: 1192px) and (min-height: 1516px) and (max-height: 1516px) and (orientation: portrait) {
  .yazi-1 {
    color: #000000;
    text-align: right;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.2em;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    align-self: stretch;
    height: 100%;
    left: 115px;
    top: 85%;
  }
}
@media screen and (min-width: 390px) and (max-width: 390px) and (min-height: 777px) and (max-height: 777px) {
  .footer-section {
    /* position: relative; */
    width: 100%;
    max-width: 400px;
    margin: 150px auto 0 auto;
    padding: 15px 0 15px 0;
    background: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    top: 110%;
  }
}
@media screen and (min-width: 390px) and (max-width: 390px) and (min-height: 669px) and (max-height: 669px) {
  .footer-section {
    /* position: relative; */
    width: 100%;
    max-width: 400px;
    margin: 65%auto 0 auto;
    padding: 15px 0 15px 0;
    background: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    top: 110%;
  }
  .frame-18 {
    position: absolute !important;
    left: 0px !important;
    /* right: 0px !important; */
    /* top: 400px !important; */
    top: 83vh;
    width: auto !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    align-items: flex-start;
    gap: 20px !important;
  }
  .yazi-1 {
    color: #000000;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.9px;
    font-weight: 400;
    text-transform: lowercase;
    position: relative;
    align-self: stretch;
    height: 0px !important;
  }
}

@media screen and (min-width: 390px) and (max-width: 390px) and (min-height: 669px) and (max-height: 669px) {
  .frame-19 {
    position: absolute !important;
    left: 20px !important;
    right: 20px !important;
    top: 48%;
    /* width: auto !important; */
    max-width: 360px !important;
    margin: 0 auto !important;
    gap: 25px !important;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1080px) and (min-height: 707px) and (max-height: 707px) and (orientation: landscape) {
  .main-container {
    max-width: 1080px;
    max-height: 707px;
    width: 100%;
    margin: 0 auto;
  }
  .logo-section {
    position: absolute;
    top: 164px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 140px;
    text-align: center;
  }
  .footer-section {
    top: 128% !important;
  }
}
@media only screen and (min-width: 1046px) and (max-width: 1046px) and (min-height: 917px) and (max-height: 917px) and (orientation: landscape) {
  .main-container {
    max-width: 1046px;
    max-height: 917px;
    width: 100%;
  }
}
