/*@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");*/
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  background-color: #c8bdabfe;
}

:root{
    --text: #050315;
    --background: #fbfbfe;
    --primary: #c8bdab;
    --secondary: #363636;
    --accent: #9b9b9b;

    --displayMobile: none;
    --displayDesktop: flex;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 100%;
    z-index: 1000;
}

.desktop .frame-wrapper {
justify-content: center;
margin-top: 20px;
}  /* Content Sections Mobile */
  .content-section {
    flex-direction: row-reverse;
    padding: 30px 20px;
    gap: 25px;
    width: 100%;
  }
  
  .content-section.image-right {
    flex-direction: column;
  }
  
  .section-image,
  .section-text {
    max-width: 100%;
  }
  
  .section-text {
    text-align: center;
  }
  
  .section-text h2 {
    margin-bottom: 15px;
  }

.sidebar-beige{
    background-color: var(--primary);
    width: 100%;
    height: 100px;
}
.sidebar-black{
    background-color: var(--secondary);
    width: 100%;
    height: 35%;
}
.sidebar-grey{
    background-color: var(--accent);
    width: 100%;
    height: 55%;
}

.desktop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  position: relative;
  background-color: #9b9b9b;
  overflow-x: hidden;
}

.desktop .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: -1.50px;
  margin-left: -1.50px;
  margin-right: -1.50px;
  background-color: #c8bdabfe;
  border: 1px solid;
  height: 101px;
}

.desktop .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 1;
  width: 100%;
  margin-top: -0.50px;
  margin-left: -0.50px;
}

.desktop .physiologo {
  position: relative;
  width: 48px;
  height: 50px;
  object-fit: cover;
}

.desktop .mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.desktop .mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background-color: #353535;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.desktop .mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.desktop .mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.desktop .mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.desktop .navbar {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.desktop .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.08px;
  line-height: 23.2px;
  white-space: nowrap;
  cursor: pointer;
}

.desktop .text-wrapper:hover {
  color: #000000;
}

.desktop .main-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 88px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #353535;
}

.desktop .frame {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  flex-grow: 1;
  height: auto;
  min-height: 300px;
}

.desktop .istockphoto {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 8px;
}

.desktop .physiotherapie-wrapper {
  position: relative;
  width: 100%;
  max-width: 415px;
  height: 250px;
  margin: 20px auto 0;
  text-align: center;
}

.desktop .physiotherapie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    font-family: "Noto Sans-Regular", Helvetica;
    font-weight: 400;
    color: #c8bdabfe;
    font-size: clamp(24px, 4vw, 40px);
    text-align: center;
    letter-spacing: -0.20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop .div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  background-color: #9b9b9b;
}

.desktop .frame-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  overflow: hidden;
}

.desktop .div-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: clamp(20px, 3vw, 28px);
  text-align: center;
  letter-spacing: -0.14px;
  line-height: 1.4;
  white-space: nowrap;
}

.desktop .frame-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
}

.desktop .frame-4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex: 1;
  width: 100%;
  padding: 20px;
}

.desktop .p {
  position: relative;
  width: 100%;
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: #353535;
  font-size: 15px;
  letter-spacing: -0.07px;
  line-height: 26.2px;
}

.desktop .span {
  letter-spacing: -0.01px;
  text-decoration: underline;
  color: #353535;
}

.desktop .text-wrapper-3 {
  letter-spacing: -0.01px;
  color: #000000;
}

.desktop .image {
  position: relative;
  flex: 1;
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-top: 20px;
}

.desktop .image iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

.desktop .frame-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 20px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.desktop .frame-6 {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .kontakt-inputs {
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
  padding: 20px;
  background-color: transparent;
}

.desktop .overlap-group {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.desktop .frame-10 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-end;
  width: 100%;
}

.desktop .frame-11,
.desktop .frame-12 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.desktop .frame-9 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.desktop .frame-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.desktop .frame-7 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 4px;
  border: 1px solid;
  border-color: #353535;
  background-color: #c8bdabfe;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.desktop .frame-8:hover {
  background-color: #b8ad9a;
}

.desktop .text-wrapper-4 {
  position: relative;
  margin-top: -1.00px;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.07px;
  line-height: 26.2px;
  white-space: nowrap;
}

.desktop .text-wrapper-5 {
  position: relative;
  width: auto;
  margin-top: -1.00px;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: 15px;
  letter-spacing: -0.07px;
  line-height: 21.8px;
}

.desktop .nachricht {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #353535;
  border-radius: 0;
  background-color: transparent;
  font-family: "Noto Sans-Regular", Helvetica;
  font-size: 16px;
  outline: none;
  resize: vertical;
  min-height: 80px;
}

.desktop .nachricht:focus {
    border: none;
    border-bottom: 2px solid #353535;
}

.desktop .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: 15px;
  letter-spacing: -0.07px;
  line-height: 21.8px;
  white-space: nowrap;
}

.desktop .name {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #353535;
  border-radius: 0;
  background-color: transparent;
  font-family: "Noto Sans-Regular", Helvetica;
  font-size: 16px;
  outline: none;
}

.desktop .name:focus {
  border-bottom: 2px solid #353535;
}

.desktop .e-mail-adresse {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #353535;
  font-size: 15px;
  letter-spacing: -0.07px;
  line-height: 21.8px;
  white-space: nowrap;
}

.desktop .email {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #353535;
  border-radius: 0;
  background-color: transparent;
  font-family: "Noto Sans-Regular", Helvetica;
  font-size: 16px;
  outline: none;
}

.desktop .email:focus {
  border-bottom: 2px solid #353535;
}

.desktop .side-bar {
  display: none;
}

/* Content Sections for About Page */
.content-section {
  display: flex;
  align-items: center;
  background-color: var(--accent);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 25px;
  gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-section:last-child {
  margin-bottom: 0;
}

.section-image {
  flex: 1;
  max-width: 50%;
}

.section-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  max-height: 300px;
}

.section-text {
  flex: 1;
}

.section-text h2 {
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: var(--text);
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 20px;
  line-height: 1.3;
}

.section-text p {
  font-family: "Noto Sans-Regular", Helvetica;
  font-weight: 400;
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Image Right Layout - Flips the order */
.content-section.image-right {
  flex-direction: row-reverse;
}

.desktop .input{
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #353535;
}

.desktop .label{
    font-family: "Noto Sans-Medium", Helvetica;
    font-weight: 500;
    color: #353535;
    font-size: 15px;
    letter-spacing: -0.07px;
    line-height: 21.8px;
    white-space: nowrap;
}

.desktop .submitButton{
    width: 50%;
    padding: 10px 0;
    border: none;
    border-radius: 10px;
    background-color: var(--primary);
    font-family: "Noto Sans-Regular", Helvetica;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    margin-top: 2%;
}

/* Mobile and Tablet Responsive Styles */
@media screen and (max-width: 768px) {
  .desktop .header {
    padding: 16px 20px;
  }
  
  .desktop .nav {
    justify-content: space-between;
    align-items: center;
  }
  
  .desktop .mobile-menu-toggle {
    display: flex;
  }
  
  .desktop .navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #c8bdabfe;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .desktop .navbar.active {
    display: flex;
  }
  
  .desktop .text-wrapper {
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(53, 53, 53, 0.1);
  }
  
  .desktop .text-wrapper:last-child {
    border-bottom: none;
  }
  
  .desktop .main-content {
    padding: 60px 15px 40px;
  }
  
  .desktop .physiotherapie {
    font-size: clamp(20px, 5vw, 32px);
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .desktop .div {
    flex-direction: column;
    padding-left: 20px;
  }
  
  .desktop .frame-2,
  .desktop .frame-5 {
    padding: 20px 15px;
  }
  
  .desktop .frame-3 {
    gap: 30px;
  }
  
  .desktop .frame-4 {
    padding: 15px;
  }
  
  .desktop .image iframe {
    min-height: 250px;
  }
  
  .desktop .frame-10 {
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .desktop .frame-11,
  .desktop .frame-12 {
    flex: 1;
    min-width: 200px;
  }
  
  .desktop .frame-wrapper {
    justify-content: end;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .desktop .header {
    padding: 12px 15px;
  }
  
  .desktop .navbar {
    gap: 10px;
  }
  
  .desktop .text-wrapper {
    font-size: 13px;
    padding: 5px;
  }
  
  .desktop .main-content {
    padding: 50px 10px 30px;
  }
  
  .desktop .physiotherapie {
    font-size: clamp(18px, 6vw, 28px);
    padding: 10px;
  }
  
  .desktop .frame-2,
  .desktop .frame-5 {
    padding: 15px 10px;
  }
  
  .desktop .frame-4 {
    padding: 10px;
  }
  
  .desktop .image iframe {
    min-height: 200px;
  }
  
  .desktop .frame-11,
  .desktop .frame-12 {
    flex: 1;
    min-width: 150px;
  }
  
  .desktop .frame-wrapper {
    margin-top: 15px;
    justify-content: center;
  }
  
  /* Content Sections Small Mobile */
  .content-section {
    padding: 20px 15px;
    gap: 20px;
  }
  
  .section-text h2 {
    font-size: clamp(20px, 4vw, 24px);
    margin-bottom: 12px;
  }
  
  .section-text p {
    font-size: 14px;
  }
}


/* Very small screens - stack form fields */
@media screen and (max-width: 360px) {
  .desktop .frame-10 {
    flex-direction: column;
  }
  
  .desktop .frame-11,
  .desktop .frame-12 {
    width: 100%;
  }
}

/* Larger screens */
@media screen and (min-width: 1200px) {
  .desktop .main-content {
    flex-direction: row;
    align-items: flex-start;
    padding: 88px 60px;
  }
  
  .desktop .frame {
    flex: 1;
    margin-right: 40px;
  }
  
  .desktop .physiotherapie-wrapper {
    flex: 1;
    max-width: none;
    margin: 0;
  }
  
  .desktop .div {
    flex-direction: row;
  }
  
  .desktop .frame-2,
  .desktop .frame-5 {
    flex: 1;
  }
  
  .desktop .frame-3 {
    flex-direction: row;
    gap: 40px;
  }
  
  .desktop .frame-4 {
    flex: 1;
  }
  
  .desktop .image {
    flex: 1;
    margin-top: 0;
    margin-left: 20px;
  }
  
  .desktop .frame-10 {
    flex-direction: row;
    gap: 20px;
  }
}

/* Therapy Table and Treatment Info Styles */
.therapy-table-section {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.therapy-table-section h3 {
  color: #fbfbfe;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.therapy-table-section h2 {
  color: #fbfbfe;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.therapy-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fbfbfe;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.therapy-table th {
  background-color: #c8bdab;
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  border-bottom: 2px solid #9b9b9b;
}

.therapy-table td {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.therapy-table tbody tr:hover {
  background-color: #f5f5f5;
}

.therapy-table tbody tr:last-child td {
  border-bottom: none;
}

.treatment-info {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.treatment-info h3 {
  color: #fbfbfe;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.treatment-content {
  background-color: #fbfbfe;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.treatment-content h4 {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
}

.treatment-content h4:first-child {
  margin-top: 0;
}

.treatment-content p {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}

.checklist li:last-child {
  border-bottom: none;
}

.info-box {
  background-color: #c8bdab;
  padding: 20px;
  border-radius: 6px;
  margin-top: 25px;
}

.info-box h4 {
  color: #050315;
  margin-top: 0;
  margin-bottom: 15px;
}

.info-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.info-box li {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* Mobile responsive styles for therapy section */
@media screen and (max-width: 768px) {
  .therapy-table-section,
  .treatment-info {
    padding: 0 15px;
  }
  
  .therapy-table {
    font-size: 12px;
  }
  
  .therapy-table th,
  .therapy-table td {
    padding: 10px 8px;
  }
  
  .treatment-content {
    padding: 20px;
  }
  
  .therapy-table-section h3,
  .treatment-info h3 {
    font-size: 20px;
  }
  
  .treatment-content h4 {
    font-size: 16px;
  }
}

/* Impressum Page Styles */
.impressum-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fbfbfe;
}

.impressum-content h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #fbfbfe;
}

.impressum-section {
  margin-bottom: 40px;
  background-color: rgba(251, 251, 254, 0.1);
  padding: 25px;
  border-radius: 8px;
  border-left: 4px solid #c8bdab;
}

.impressum-section h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #c8bdab;
  border-bottom: 2px solid #c8bdab;
  padding-bottom: 10px;
}

.impressum-section p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #fbfbfe;
}

.impressum-section p:last-child {
  margin-bottom: 0;
}

.impressum-section strong {
  color: #c8bdab;
  font-weight: 600;
}

.impressum-section a {
  color: #c8bdab;
  text-decoration: underline;
}

.impressum-section a:hover {
  color: #fbfbfe;
}

.contact-info p,
.authority-info p,
.disclaimer-content p,
.copyright-content p {
  padding-left: 10px;
}

/* Mobile responsive styles for impressum */
@media screen and (max-width: 768px) {
  .impressum-content {
    padding: 0 15px;
  }
  
  .impressum-content h1 {
    font-size: 24px;
  }
  
  .impressum-section {
    padding: 20px 15px;
  }
  
  .impressum-section h2 {
    font-size: 18px;
  }
  
  .impressum-section p {
    font-size: 13px;
  }
  
  .contact-info p,
  .authority-info p,
  .disclaimer-content p,
  .copyright-content p {
    padding-left: 5px;
  }
}

/* Carousel Styles */
.carousel-container {
  background-color: var(--secondary);
  padding: 60px 0;
  width: 100%;
}

.carousel-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.carousel-title {
  color: #fbfbfe;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fbfbfe;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.carousel-track {
  position: relative;
  width: 100%;
  height: 400px;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
  opacity: 1;
}

.slide-content {
  display: flex;
  height: 100%;
  align-items: center;
}

.carousel-image {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.carousel-image-only {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text {
  width: 50%;
  padding: 40px;
  background-color: #fbfbfe;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-text h3 {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.slide-text p {
  color: #050315;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(200, 189, 171, 0.8);
  color: #050315;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-btn:hover {
  background-color: #c8bdab;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  background-color: #fbfbfe;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9b9b9b;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
  background-color: #c8bdab;
  transform: scale(1.2);
}

/* Mobile responsive styles for carousel */
@media screen and (max-width: 768px) {
  .carousel-container {
    padding: 40px 0;
  }
  
  .carousel-wrapper {
    padding: 0 15px;
  }
  
  .carousel-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .carousel-track {
    height: 300px;
  }
  
  .slide-content {
    flex-direction: column;
  }
  
  .carousel-image {
    width: 100%;
    height: 60%;
  }
  
  .carousel-image-only {
    width: 100%;
    height: 100%;
  }
  
  .slide-text {
    width: 100%;
    height: 40%;
    padding: 20px;
  }
  
  .slide-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .slide-text p {
    font-size: 14px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .prev-btn {
    left: 10px;
  }
  
  .next-btn {
    right: 10px;
  }
}

strong {
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  :root{
    --displayMobile: flex;
    --displayDesktop: none;
  }

  .image-left{
    flex-direction: column !important;
    padding: 15px 3px;
    gap: 20px;
  }

  .image-right{
    flex-direction: column-reverse !important;
    padding: 15px 3px;
    gap: 20px;
  }
  
  .content-section.section-image {
    max-width: 100%;
  }
}