* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", system-ui;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* display */
.footer-tablet {
  display: none;
}

.d-sm-none {
  display: none;
}

.nav-right {
  display: none;
}

.nav-desktop {
  display: none;
}

.footer-desktop {
  display: none;
}

/* display */


.container {
  max-width: 1280px;
  margin-inline: auto;
}

.hero-bg {
  background-image: url(../img/mobile/hero-background-mobile.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Whatsapp button */
.whatsapp-button {
  position: fixed;
  top: 585px;
  right: 16px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25D366;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 0px 4px 32px 0px #25D366CC;
}

/* Modal btn */
.modal-btn {
  background-color: #1A4ADB;
  text-decoration: none;
  border-radius: 12px;
  padding: 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: white;
  border: none;
  margin-bottom: 40px;
  width: 100%;
  max-width: 358px;
}

/* Navbar */
.nav-content {
  position: fixed;
  padding-inline: 16px;
  top: 20px;
  z-index: 100;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1392px;
}


.nav-bg {
  position: relative;
  background-color: rgba(190, 218, 255, 0.5);
  border: 1px solid #bfdaff;
  backdrop-filter: blur(8px);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
}

.nav-left {
  align-items: center;
  display: flex;
  gap: 14px;
}


.logo-bg {
  background-color: #1A4ADB;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-text h4 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
}

.nav-text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.hamburger-menu-bg {
  background-color: #1b4adb;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navbar End */


/* Mobile Menu */
.mobile-menu {
  position: absolute;
  top: 100px;
  left: 16px;
  right: 16px;
  z-index: 101;
  display: none;
  flex-direction: column;
  gap: 12px;
  background-color: rgba(190, 218, 255, 0.5);
  backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #bfdaff;
  overflow-y: auto;
  max-height: calc(100vh - 130px);
}


.mobile-menu a {
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-size: 16px;
  background-color: white;
  padding: 14px;
  border-radius: 12px;
  line-height: 24px;
}

.mobile-menu-btn {
  color: white;
  margin-bottom: 20px;
  background-color: #1A4ADB;
  font-weight: 700;
  font-size: 16px;
  padding: 15px;
  border-radius: 12px;
}

.mobile-menu-social-icons {
  display: flex;
  gap: 32px;
  padding-top: 20px;
}

.mobile-menu-social-icons a {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}


.mobile-menu.active {
  display: flex;
}

/* Mobile Menu End */


/* Modal  */
.step-card {
  margin-top: 10px;
  background-color: white;
  padding-inline: 12px;
  border-radius: 16px;
  max-width: 486px;
  width: 100%;
  margin: 0 auto;
}

.step-one h2 {
  color: #25272C;
  font-weight: 700;
  font-size: 20px;
}

.step-one h3 {
  color: #25272C;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 24px;
  border-top: 1px solid #D8DBDF;
}

.step-one h3 span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

.step-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 16px;
}

.step-head .close-modal {
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-head img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.step-one-content {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  gap: 24px;
}

.reference-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F9FD;
  border-radius: 24px;
  width: 140px;
  height: 140px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.reference-bg a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  outline: none;

}

.reference-bg:hover {
  transform: scale(1.02);
}

.reference-bg img {
  pointer-events: none;
  max-width: 80%;
  max-height: 80%;
}

.step-one-man,
.step-one-woman {
  color: #6B7280;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.back-btn,
.next-btn {
  text-align: center;
  width: 110px;
  border: 1px solid #B6BAC3;
  border-radius: 62px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.back-btn {
  background-color: #F7F8F8;
}

.next-btn {
  background-color: #2147D4;
}

.back-btn a,
.next-btn a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  pointer-events: none;
}

.back-btn a {
  color: #40444C;
}

.next-btn a {
  color: white;
}

.step-btn-wrapper {
  border-top: 1px solid #D8DBDF;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 16px;
}

.step-btn-wrapper.step-btn-full {
  flex-direction: column;
  gap: 0;
  margin-bottom: 0;
}

.step-btn-wrapper.step-btn-full .next-btn {
  width: 100%;
}

.step-btn-wrapper.step-btn-full .steps {
  padding-bottom: 0;
}

.steps {
  color: #6B7280;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 16px;
}

/* Step 2 */
.step-two-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  margin-bottom: 24px;
}

.step-two h3 {
  color: #25272C;
  font-size: 20px;
  margin-bottom: 8px;
  padding-top: 24px;
  border-top: 1px solid #D8DBDF;
}

.step-two h3 span {
  color: #1A4ADB;
  font-weight: 700;
}

.step-two-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #40444C;
  margin-bottom: 24px;
}

/* Not Sure / Other Option */
.not-sure-option {
  text-align: center;
  margin-bottom: 24px;
}

.not-sure-link {
  color: #6B7280;
  text-decoration: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  transition: all 0.3s ease;
}

.not-sure-link:hover {
  background-color: #EBF5FF;
  border-color: #1A4ADB;
  border-radius: 10px;
  padding: 10px;
}

.not-sure-link.selected {
  background-color: #1A4ADB;
  border-color: #1A4ADB;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

/* Step 3 */
.step-three-content {
  margin-bottom: 24px;
}

.step-three-option-bg {
  background-color: #F5F9FD;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #D8DBDF;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.step-three-option-bg:last-child {
  margin-bottom: 0;
}

.step-three-option-bg:hover {
  background-color: #EBF5FF;
}

.step-three-option {
  gap: 12px;
  color: #25272C;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  pointer-events: none;
}

/* Step 6 */
.step-six-content {
  margin-bottom: 24px;
}

.form-container {
  max-width: 100%;
}

.form-group {
  margin-bottom: 16px;
}

.form-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
  cursor: default;
}

.form-input {
  width: 100%;
  padding: 10px 16px;
  font-size: 16px;
  color: #6B7280;
  background-color: #F3F4F6;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  outline: none;
  box-sizing: border-box;
  line-height: 24px;
}

.form-input::placeholder {
  color: #9CA3AF;
}

.phone-input-wrapper {
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
}

.phone-input {
  flex: 1;
}

/* Phone Country Code */
.iti__search-input {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 8px !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  outline: none !important;
}

.iti__search-input:focus {
  border-color: #2563eb !important;
}

.iti__search-container {
  padding: 12px !important;
  border-bottom: 1px solid #E5E7EB !important;
}

.iti__flag-container {
  padding-left: 16px;
}

.iti__selected-flag {
  background-color: #F7F8F8 !important;
  border-radius: 16px !important;
}

.iti__arrow {
  border-top-color: #6B7280 !important;
}

.iti__selected-flag:hover {
  background-color: #E5E7EB !important;
}

.iti__country-list {
  border-radius: 12px !important;
  border: 1px solid #E5E7EB !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  width: auto !important;
  min-width: 300px !important;
  max-width: 400px !important;
}

.iti__country-list {
  top: 75% !important;
  bottom: auto !important;
  margin-top: 4px !important;
}

.iti {
  display: inline !important;
}

/* Video Modal */
.video-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.video-modal-backdrop.active {
  display: flex;
}

.video-modal-content {
  background-color: white;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.video-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #E5E7EB;
}

.video-modal-title {
  font-size: 18px;
  font-weight: 600;
  color: #25272C;
  margin: 0;
}

.video-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  transition: color 0.3s ease;
}

.video-modal-close:hover {
  color: #25272C;
}

.video-modal-body {
  padding: 20px;
  background-color: #F0F4FA;
}

.video-modal-body video,
.video-modal-body iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 70vh;
  border-radius: 12px;
  aspect-ratio: 16/9;
}

/* Video Thumbnail */
.video-thumbnail {
  cursor: pointer;
  position: relative;
  background-color: #E8EEF7;
}

.video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.video-thumbnail:hover .video-play-overlay {
  background-color: rgba(0, 0, 0, 0.2);
}

.play-icon {
  width: 64px;
  height: 64px;
  color: #5B7FD4;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-icon {
  transform: scale(1.1);
}

/* Video Modal End */

/* Step 7 */
.thumbsup-img {
  margin: 0 auto;
  margin-bottom: 24px;
  display: block;
  max-width: 100px;
}

.step-seven-border {
  border-bottom: 1px solid #D8DBDF;
  margin-bottom: 40px;
}

.thumbsup-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border: none;
  padding: 0;
}

.thumbsup-content span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.thumbsup-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow-y: auto;
}

.modal-backdrop.active {
  display: flex;
}

.modal-backdrop .step-card {
  max-width: 776px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

/* Warning Message */
.warning-message {
  display: none;
  color: #B7291E;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.warning-message.show {
  display: block;
  animation: slideDown 0.3s ease-out;
}

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

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

/* Selected State */
.reference-bg.selected {
  border: 3px solid #1A4ADB;
  background-color: #E3F2FD;
  transform: scale(1.05);
}

.step-three-option-bg.selected {
  border: 2px solid #1A4ADB;
  background-color: #E3F2FD;
}

.back-btn:hover {
  background-color: #EAEAEA;
  transform: translateY(-2px);
}

.next-btn:hover {
  background-color: #1A3BB5;
  transform: translateY(-2px);
}

/* Modal End */


/* Natural Dense */
.natural-dense-bg {
  padding-inline: 16px;
  padding-top: 136px;
}

.natural-dense {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 145px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 24px;
}

.natural-dense-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
}

.natural-dense-text span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.natural-dense-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 32px;

}

.natural-dense-cards {
  display: none;
  /* display: grid; */
  gap: 16px;
}

.natural-dense-card {
  background-color: #FFFFFF;
  border: 1px solid #D8DBDF;
  border-radius: 8px;
  display: grid;
  justify-content: center;
  padding: 20px;


  p {
    color: #25272C;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;


  }

  h4 {
    color: #295CE7;
    font-weight: 700;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }
}

.natural-dense-card:last-child {
  margin-bottom: 40px;
}

.natural-dense-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.natural-dense-review {
  display: flex;
  gap: 5px;
}

.featured-h3 {
  padding-top: 54px;
  color: #1A4ADB;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 32px;
}

.featured-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 54px;
}


/* Natural Dense End */

/* Why Us */
.why-us-bg {
  background-image: url(../img/mobile/why-us-mobile-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 54px;
  padding-inline: 16px;
}

.why-us-badge-bg {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.why-us {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}

.why-us-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 12px;
}

.why-us-text span {
  color: #1A4ADB;
}

.why-us-text p {
  color: #4A4E5A;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 54px;
}

.why-us-cards {
  display: grid;
  gap: 32px;
}

.why-us-card {
  background-color: #FFFFFF;
  border: 1px solid #EDEEF1;
  border-radius: 16px;
}

.why-us-card-content {
  padding: 24px;
  display: grid;
  gap: 24px;
}

.why-us-card h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
}

.why-us-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* Why Us End */



/* Plans Packages */
.plans-packages-bg {
  background-image: url(../img/mobile/package-mobile-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.plans-packages-padding {
  padding-block: 54px;
  padding-inline: 24px;
}

.packages-bg {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.packages {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}

.plans-packages-text h2 {
  color: white;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 24px;
}

.plans-packages-text p {
  color: #8E95A2;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 48px;
}

.packages-card {
  background: rgba(36, 88, 255, 0.2);
  border-radius: 24px;
  box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
}

.packages-content {
  padding: 32px;
  margin-bottom: 24px;
}

.packages-content h2 {
  color: #D8DBDF;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
}

.packages-content p {
  color: #D8DBDF;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.packages-content a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  padding: 12.5px;
  border-radius: 8px;
  max-width: 278px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  background-color: #2160EF;
  margin-bottom: 32px;
  max-width: 388px;
}

.packages-content ul {
  padding-left: 16px;
}

.packages-content ul>li {
  font-family: Arial;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #D8DBDF;
  margin-bottom: 16px;
}

.packages-content ul li:last-child {
  margin-bottom: 0;
}

.best-value {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F98907;
  padding: 8px;
  border-radius: 8px;
  max-width: 120px;
  margin-bottom: 8px;
}

.best-value p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}


.popular {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #DA3528;
  padding: 8px;
  border-radius: 8px;
  max-width: 101px;
  margin-bottom: 8px;
}

.popular p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

/* Plans Packages End*/



/* Techniques */
.techniques {
  padding-inline: 16px;
}

.services-bg {
  padding-top: 54px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.services {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 100px;
  font-weight: 400;
  font-size: 14px;
}

.techniques-text h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 12px;
}

.techniques-text p {
  color: #5B616E;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 54px;
}

.techniques-card {
  background-color: #F7F8F8;
  border-radius: 14px;
  margin-bottom: 32px;
}

.techniques-card:last-child {
  margin-bottom: 54px;
}

.techniques-card-content {
  padding-inline: 12px;
  padding-block: 12px;
}

.techniques-card-content img {
  margin-bottom: 16px;
  width: 100%;
  height: auto;
  display: block;
}

.techniques-card-content h4 {
  color: #383A42;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.techniques-card-content ul {
  padding-inline: 12px;
  color: #4A4E5A;
}

.techniques-card-content ul>li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.techniques-btn {
  background-color: #1A4ADB;
  border-radius: 12px;
  padding: 12px;
  margin: 0 auto;
  max-width: 320px;
  margin-bottom: 72px;
}

.techniques-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  gap: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

/* Techniques End */

/* Before After */

.before-after-bg {
  background-color: #f2f7ff;
}

.before-after-padding {
  padding-inline: 23px;
}

.before-after-badge-bg {
  padding-top: 54px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.before-after-badge {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 160px;
  font-weight: 400;
  font-size: 14px;
}


.before-after-text h2 {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 12px;

  span {
    color: #1A4ADB;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

.before-after-text p {
  color: #5B616E;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 54px;
}

/* Before After Carousel */
.tabs {
  max-width: 306px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.tab {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s;
  margin-bottom: 54px;
}

.tab img {
  filter: brightness(0);
}

.tab.active {
  background: #2563eb;
  color: white;
}

.tab.active img {
  filter: brightness(0) invert(1);
}

.carousel-wrapper {
  max-width: 306px;
  margin: 0 auto;
  position: relative;
}

.carousel-container {
  overflow: hidden;
  border-radius: 12px;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-item {
  min-width: 100%;
  display: flex;
  flex-direction: column;
}

.comparison-container {
  max-width: 306px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e5e7eb;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.comparison-side {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/4;
}

.comparison-side img,
.comparison-side video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-media-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4/4;
  /* Portre oranı */
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 0 auto;
}

.single-media-container video,
.single-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-info {
  background-color: white;
  padding-left: 16px;
  padding: 16px;
}

.item-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.item-details {
  color: #6b7280;
  font-size: 14px;
}

.nav-button {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #394176;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s;
  z-index: 10;
}

.nav-button.prev {
  left: -15px;
}

.nav-button.next {
  right: -15px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  padding-bottom: 54px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: #2563eb;
  border-radius: 5px;
}

/* Before After Carousel End */

/* Before After End */



/* Reviews */
.reviews-bg {
  padding-block: 54px;
  padding-inline: 16px;
  width: 100%;
}

.reviews-badge {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 100px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  margin: 0 auto 12px;
}

.reviews-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 12px;
}

.reviews-text h2>span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}

.reviews-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 54px;
}

.review-card {
  background-color: #F5F9FD;
  border-radius: 12px;
  max-width: 273px;
}

.review-card-content {
  padding: 24px;
}

.review-user-content {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.review-user {
  position: relative;
}

.review-icon {
  position: absolute;
  top: 52px;
  left: 52px;
}


.review-card-text p {
  color: #111827;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.review-card-text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #B6BAC3;
}

.review-card-star {
  margin-bottom: 22px;
}

.review-card-content p:last-of-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
}

.slider-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.slider-slide {
  flex-shrink: 0;
  width: 273px;
}

/* Slider animasyonu artık JavaScript ile yönetiliyor - otomatik ekran boyutuna uyum sağlar */

/* Reviews End*/

/* International Start */
.international-bg {
  height: 557px;
  background-image: url(../img/mobile/international-mobile-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.international-content {
  padding-top: 254px;
  padding-inline: 24px;
}


.international-text h3 {
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.international-text p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

/* International End */


/* Your Journey Start */
.journey-bg {
  background-color: #F2F7FF;
  height: 2000px;
  padding-inline: 24px;
}

.process {
  background-color: #CFFCE3;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}

.process-badge-bg {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  padding-top: 64px;
}

.process-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 12px;
}

.process-text span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.process-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 64px;
}

.surgery-card {
  background-color: #DAEAFF;
  border-radius: 12px;
  padding-inline: 16px 22px;
  padding-block: 16px;
  margin-bottom: 32px;
}

.card-content-bottom {
  background-color: #EFF6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 52px;
  gap: 4px;
}

.card-content-top {
  display: flex;
  gap: 19px;
  padding-bottom: 10px;
}


.card-number {
  background-color: #295CE7;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: 34px;
  justify-items: center;
  align-items: start;
  padding-bottom: 16px;
  gap: 24px;
  max-width: 342px;
  margin: 0 auto;
}

.journey-steps>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
  text-align: center;
}


.journey-steps img {
  padding-bottom: 16px;
  height: auto;
}

.journey-steps>div:last-child {
  grid-column: span 2;
}


.journey-steps h5 {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 3px;
}


.journey-steps p {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 16px;
  color: #1A4ADB;
  word-wrap: break-word;
}

.journey-steps>div:last-child {
  margin-bottom: 48px;
}

/* Your Journey End */

/* Transplant  */
.transplant-bg {
  padding-inline: 16px;
}

.transplant {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
}

.transplant-badge-bg {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  padding-top: 64px;
}


.transplant-text h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 12px;
}

.transplant-text h4 {
  color: #1A4ADB;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 32px;
}

.transplant-text span {
  color: #1A4ADB;
  font-weight: 700;
  font-size: 31px;
  line-height: 44px;
  text-align: center;

}

.transplant-text p {
  color: #4B5563;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 32px;
}

.result img {
  margin-bottom: 12px;
}

.result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: start;
  max-width: 358px;
  margin: 0 auto;
}

.result>div:last-child {
  grid-column: span 2;
}

.result>div:last-child {
  grid-column: span 2;
  margin-bottom: 48px;
  /* Sadece son elemana */
}

.result h4 {
  color: #6B7280;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

/* Transplant  */




/* Follow-up & Regeneration */
.follow-up {
  background-color: #F5F9FD;
  border-radius: 25px;
  padding-inline: 16px;
  margin-bottom: 54px;
}

/* Follow-up & Regeneration End*/



/* Our Branches & Partners */
.our-branches {
  background-color: white;
  padding-inline: 24px
}

.partners {
  margin-top: 72px;
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 100px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}

.our-branches-text h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #111827;
  margin-bottom: 12px;
}

.our-branches-text span {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #1A4ADB;
  margin-bottom: 12px;
}

.our-branches-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #4B5563;
  margin-bottom: 54px;
}

.our-branches-items {
  display: grid;
  gap: 24px;
}

.our-branches-item {
  display: flex;
  align-items: center;
  background-color: #F5F9FD;
  padding: 12px;
  border-radius: 12px;
  color: #383A42;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  gap: 16px;
}

.our-branches-item:last-child {
  margin-bottom: 72px;
}

/* Our Branches & Partners End*/



/* FAQ */
.faq {
  background-color: #f2f7ff;
  padding-inline: 24px;
  padding-block: 54px;
}

.faq-all-content{
  max-width: 871px;
  margin: 0 auto;
}

.faq-badge {
  background-color: #EBFEF4;
  color: #383A42;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 54px;
  padding: 10px;
  max-width: 100px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
}

.faq-text h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #111827;
  margin-bottom: 12px;
}

.faq-text h2>span {
  color: #1A4ADB;
  font-family: Arial;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}

.faq-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #40444C;
  margin-bottom: 54px;
}

.faq-container {
  margin: 0 auto;
}

.faq-item {
  background: white;
  overflow: hidden;
  border-bottom: 1px solid #d8dbdf;
  transition: transform 0.2s;
}

.faq-item:first-child {
  border-radius: 12px 12px 0 0;
}

.faq-item:last-child {
  border-radius: 0 0 12px 12px;
  border: none;
}


.faq-question {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #25272C;
}

.arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
  color: #a0aec0;
  flex-shrink: 0;
  margin-left: 15px;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5B616E;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 24px 20px 24px;
}

.faq-answer strong {
  color: #5B616E;
}

/* FAQ End */


/* Seyhun Saglik Section */
.seyhun-saglik-section {
  background-color: white;
  padding-inline: 24px
}

.seyhun-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.seyhun-content h4 {
  margin-top: 54px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.seyhun-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.seyhun-content span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.seyhun-section-bottom-p {
  margin-bottom: 54px;
}

/* Seyhun Saglik Section End*/




/* Footer */
.footer {
  background-color: #162355;
}

.footer-content {
  padding-inline: 48px;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-logo {
  width: 257px;
  padding-top: 54px;
}

.footer-content p {
  color: #B6BAC3;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact h4 {
  font-weight: 700;
  font-size: 20px;
  color: white;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-mail-info {
  text-decoration: none;
  color: #B6BAC3;
}

.footer-location {
  margin-bottom: 48px;
}


.footer-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.footer-text h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F7F8F8;
}

.footer-whatsapp h4 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: white;
}

.footer-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  padding: 11px;
  border-radius: 8px;
  background-color: #25D366;
  color: white;
  margin-bottom: 48px;
  max-width: 268px;
}

.footer-bottom {
  text-align: center;
  display: grid;
  gap: 16px;
  padding-bottom: 54px;
}

.footer-border {
  padding-bottom: 16px;
  border-bottom: 1px solid #6B7280;
}



/* tablet */
@media (width >=768px) {
  .whatsapp-button {
    top: 685px;
    right: 24px;
  }

  .hero-bg {
    background-image: url(../img/tablet/hero-tablet-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


  /* navbar */
  .tablet-flags {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 32px;

  }

  .tablet-flags img {
    width: 29px;
    height: 29px;
  }

  .nav-content {
    padding-inline: 24px;
  }

  /* navbar end */

  /* natural dense cards */
  .natural-dense-bg {
    padding-inline: 54px;
  }

  .natural-dense-cards {
    display: flex;
    margin-bottom: 40px;
  }

  .natural-dense-card:last-child {
    margin-bottom: 0px;

  }

  /* natural dense cards end */

  /* featured logos */
  .featured-logos {
    display: none;
  }

  .featured-logos-tablet {
    display: flex;
    justify-content: space-around;
    padding-bottom: 75.5px;
  }

  /* featured logos end */

  /* why us */
  .why-us-bg {
    background-image: url(../img/tablet/why-us-bg-tablet.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


  .why-us-cards {
    grid-template-columns: repeat(2, 1fr);

  }

  .why-us-bg {
    padding-inline: 54px;
  }

  /* why us end */

  /* packages cards */
  .packages-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .plans-packages-padding {
    padding-inline: 30px;
  }

  .plans-packages-bg {
    background-image: url(../img/tablet/package-bg-tablet.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* plans packages end */

  /* techniques cards */
  .techniques {
    padding-inline: 61px;
  }

  .techniques-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  /* techniques cards end */

  /* before after */
  .carousel-track {
    gap: 0;
    padding: 0;
  }

  .carousel-item {
    min-width: 50%;
    max-width: 50%;
    flex-shrink: 0;
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .carousel-container {
    overflow: hidden;
  }

  .nav-button.prev {
    left: -25px;
  }

  .nav-button.next {
    right: -25px;
  }

  .before-after-padding {
    padding-inline: 80px;
  }

  .comparison-container {
    border-radius: 16px;
  }

  .comparison-side {
    aspect-ratio: 3/4;
  }

  .item-info {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 20px 16px;
  }

  .item-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .item-details {
    font-size: 15px;
  }

  /* before after */

  /* reviews */
  .reviews-bg {
    padding-inline: 48px;
  }

  /* reviews end*/


  /* your journey */
  .your-journey-card {
    padding-inline: 50px;
  }

  .card-gap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-inline: 20px;
  }

  .surgery-early-care-bg {
    padding: 0;
  }

  .surgery-early-care {
    margin-bottom: 54px;
  }

  /* your journey end */

  /* transplant section */
  .transplant-text {
    max-width: 758px;
    margin: 0 auto;
  }

  .transplant-bg {
    padding-inline: 48px;
  }

  .result {
    grid-template-columns: repeat(6, 1fr);
    max-width: 566px;
    gap: 24px;
  }

  .result>div {
    grid-column: span 2;
  }

  .result>div:nth-child(4) {
    grid-column: 2 / 4;
  }

  .result>div:nth-child(5) {
    grid-column: 4 / 6;
  }

  /* transplant section */

  /* International Start */
  .international-bg {
    height: 340px;
    background-image: url(../img/tablet/international-tablet-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 48px;
  }

  .international-content {
    width: 430px;
    padding-top: 0px;
    padding-inline: 0px;
  }

  .international-text p {
    margin-top: 12px;
  }

  /* International End */

  /* Your journey */
  .surgery-card {
    display: flex;
    justify-content: center;
    gap: 24px;
  }


  .journey-steps {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    padding-inline: 48px;
    max-width: 786px;
    margin: 0 auto;
  }

  .journey-bg {
    background-color: #F2F7FF;
    height: 1474px;
    padding-inline: 24px;
  }

  .journey-steps>div {
    grid-column: span 2;
  }

  .journey-steps>div:nth-child(4) {
    grid-column: 2 / 4;
  }

  .journey-steps>div:nth-child(5) {
    grid-column: 4 / 6;
  }

  .card-content-top {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
  }


  /* Your journey */

  /* our branches  */
  .our-branches {
    padding-inline: 48px;
  }

  .our-branches-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 72px;
  }

  .our-branches-item:last-child {
    margin: 0;
  }

  /* our branches end */


  /* faq */
  .faq {
    padding-inline: 48px;
  }

  /* faq end */

  /* seyhun saglik section */
  .seyhun-saglik-section {
    padding-inline: 48px;
  }

  /* seyhun saglik section end */
  .footer {
    display: none;
  }


  .footer-tablet {
    display: block;
    background-color: #162355;
  }

  .footer-tablet-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 165px;
  }

  .footer-tablet-right {
    padding-top: 54px;
  }

  .carousel-wrapper {
    max-width: 712px;
  }

  .tabs {
    max-width: 344px;
    gap: 24px;
  }

  /* modal */
  .step-two-content {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    gap: 24px;
  }

  /* modal */

}



/* desktop */
@media (width >=1280px) {

  .whatsapp-button {
    top: 700px;
    left: 80px;
    right: auto;
  }

  .hero-bg {
    background-image: url(../img/desktop/hero-bg-web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hamburger-menu-bg {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .nav-desktop {
    display: block;
  }

  /* nav */
  .mobile-nav {
    display: none;
  }

  .nav-right {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .nav-right img {
    width: 28px;
    height: 28px;
  }


  .nav-bg {
    display: block;
  }

  .nav-flex {
    display: flex;
    flex-direction: column;
  }

  .nav-top-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .sub-nav-flex ul {
    display: flex;
    background-color: white;
    border-radius: 80px;
    list-style-type: none;
    padding-inline: 64px;
  }


  .sub-menu {
    justify-content: space-between;
    padding-inline: 64px;
    padding: 9px;
    align-items: center;
  }

  .sub-menu li>a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #40444C;
  }

  .consultation-btn {
    text-decoration: none;
    color: white;
    background-color: #1A4ADB;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    padding-inline: 45px;
    margin-left: 8px;
    border-radius: 200px;
  }

  /* nav end */

  /* natural dense */
  .natural-dense-bg {
    padding-top: 316px;
    padding-inline: 24px;
  }

  .natural-dense-text {
    max-width: 645px;
  }

  .natural-dense-desktop-flex {
    display: flex;
    gap: 100px;
    margin-bottom: 73px;
    align-items: flex-start;
  }

  .natural-dense-desktop-flex>div:first-child {
    flex: 1;
    min-width: 0;
  }


  .featured-h3 {
    padding-top: 0px;
  }

  .featured-logos-tablet {
    padding-bottom: 120px;
  }


  /* natural dense end */


  /*  why us  */
  .why-us-bg {
    background-image: url(../img/desktop/why-us-bg-web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 54px;
    padding-inline: 16px;
  }

  .why-us-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .why-us-bg {
    padding-block: 120px;
  }

  /* why us end */

  /* plan & packages */
  .plans-packages-bg {
    background-image: url(../img/desktop/package-bg-web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .packages-cards {
    max-width: 936px;
    margin: 0 auto;
  }


  .plans-packages-padding {
    padding-block: 120px;
  }

  /* plan % packages end */


  /* techniques */
  .techniques-cards {
    display: flex;
    justify-content: center;
  }

  .services-bg {
    padding: 0;
  }

  .techniques {
    padding-block: 78px;
    padding-inline: 178px;
  }

  .techniques-card {
    margin-bottom: 54px;
    min-width: 400px;
  }

  .techniques-btn {
    margin-bottom: 0;
  }

  /* techniques end */

  /* before after */
  .carousel-item {
    min-width: 33.333%;
    max-width: 33.333%;
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .before-after-padding {
    padding-inline: 100px;
  }

  .carousel-wrapper {
    max-width: 1142px;
  }

  .tabs {
    max-width: 344px;
    gap: 24px;
  }

  /* before after end */

  /* Slider animasyonu JavaScript ile yönetiliyor */

  .reviews-bg {
    padding-inline: 120px;
    padding-block: 100px;
  }

  .slider-container {
    padding: 0;
  }

  /* slider */

  /* International Section */
  .international-bg {
    height: 340px;
    background-image: url(../img/desktop/international-desktop-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 110px;
  }

  .international-content {
    width: 537px;
    padding-top: 0px;
    padding-inline: 0px;
  }

  .international-text p {
    margin-top: 12px;
  }

  /* International Section End*/


  /* Your journey desktop */
  .surgery-card {
    max-width: 1096px;
    margin: 0 auto;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    gap: 24px;
  }


  .journey-bg {
    height: auto;
    padding-block: 64px;

  }

  .journey-steps {
    grid-template-columns: repeat(5, 1fr);
    /* 5 kolonlu grid - tümü yan yana */
    gap: 32px;
    padding-inline: 60px;
    max-width: 1096px;
    margin: 0 auto;
  }

  .journey-steps>div {
    grid-column: span 1;
    /* Her eleman 1 kolon */
  }

  .journey-steps>div:nth-child(4),
  .journey-steps>div:nth-child(5) {
    grid-column: span 1;
    /* Override tablet ayarlarını */
  }

  .process-badge-bg {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
    padding-top: 0px;
  }

  /* your journey */

  /* transplant section */
  .transplant-text {
    max-width: 758px;
    margin: 0 auto;
  }

  .transplant-bg {
    padding-inline: 60px;
  }

  .result {
    grid-template-columns: repeat(5, 1fr);
    max-width: 878px;
    gap: 32px;
    margin: 0 auto;
  }

  .result>div {
    grid-column: span 1;
  }

  .result>div:nth-child(4),
  .result>div:nth-child(5) {
    grid-column: span 1;
  }

  .result>div:last-child {
    grid-column: span 1;
  }

  /* transplant section */


  /* our branches */
  .our-branches {
    padding-inline: 60px;
    padding-block: 140px;
  }

  .our-branches-items {
    display: flex;
  }

  .partners {
    margin-top: 0px;
  }

  .our-branches-items {
    margin-bottom: 0px;
  }

  .our-branches-item {
    min-width: 272px;
  }

  /* our branches end */

  /* faq */
  .faq {
    padding-inline: 172px;
    padding-block: 120px;
  }

  .faq-container {
    padding-inline: 113px;
    max-width: 1100px;
  }

  /* faq end */

  /* seyhun section */
  .seyhun-saglik-section {
    padding-block: 120px;
  }

  .seyhun-content {
    max-width: 940px;
  }

  .seyhun-content h4 {
    margin-top: 0px;
  }

  .seyhun-section-bottom-p {
    margin-bottom: 0px;
  }

  /* seyhun section end */

  /* footer */
  .footer-content {
    padding-inline: 25px;
    padding-block: 48px;
  }

  .footer-tablet {
    display: none;
  }

  .footer-desktop {
    display: block;
  }

  .footer-desktop-flex {
    display: flex;
    gap: 120px;

  }

  .footer-logo {
    padding-top: 0px;
  }

  .footer-right {
    display: flex;
    flex: 1;
    gap: 120px;
    justify-content: space-between;
  }

  .footer-logo-p {
    max-width: 257px;
  }

  .footer-contact {
    max-width: 268px;
  }

  .footer-whatsapp-btn {
    min-width: 227px;
  }

  .footer-bottom {
    padding-bottom: 0px;
  }

  .footer-border {
    padding-top: 24px;
    border-bottom: 0px;
    border-top: 1px solid #6B7280;
    padding-bottom: 0px;
  }

  .footer-bottom p:last-child {
    max-width: 835px;
    margin: 0 auto;
  }
}


/* xl desktop */
@media (width >=1440px) {

  @keyframes slideRight {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-40.666% - 24px));
    }
  }

  @keyframes slideLeft {
    from {
      transform: translateX(calc(-40.666% - 24px));
    }

    to {
      transform: translateX(0);
    }
  }

  .slider-track.sliding-right {
    animation: slideRight 6s linear forwards;
  }

  .slider-track.sliding-left {
    animation: slideLeft 6s linear forwards;
  }
}

/* ========== Inline Multistep Form ========== */
.inline-multistep-form {
  flex-shrink: 0;
  width: 486px;
}

.inline-multistep-form .step-card {
  display: none;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.inline-multistep-form .step-card:first-child {
  display: block;
}

.inline-multistep-form .step-head {
  display: none;
}

.inline-multistep-form .step-one h2 {
  text-align: center;
  color: #1A4ADB;
  font-size: 28px;
}


.inline-multistep-form .step-one h3,
.inline-multistep-form .step-two h3 {
  font-size: 20px;
  margin-bottom: 16px;
  border-top: none;
}

.inline-multistep-form .step-one-content {
  justify-content: center;
  gap: 24px;
}

.inline-multistep-form .step-two-content {
  justify-content: center;
  gap: 12px;
}

.inline-multistep-form .step-three-content {
  flex-direction: column;
  gap: 12px;
}


.inline-multistep-form .steps {
  text-align: center;
  margin-top: 16px;
  color: #666;
  font-size: 14px;
}

/* Inline form - remove close button area */
.inline-multistep-form .close-modal {
  display: none;
}

/* Inline form phone input styles */
.inline-multistep-form .iti {
  width: 100%;
}

.inline-multistep-form .iti__country-list {
  max-height: 200px;
}

/* Responsive adjustments for inline form */
@media (width < 768px) {
  .inline-multistep-form {
    width: 100%;
    flex-shrink: 1;
    padding: 0px;
    box-sizing: border-box;
  }

  .inline-multistep-form .step-card {
    padding: 20px 16px;
  }

  .inline-multistep-form .step-one-content {
    gap: 16px;
  }

  .inline-multistep-form .reference-bg {
    width: 120px;
    height: 120px;
  }

  .inline-multistep-form .reference-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}