/* General Styling */
.content-sections {
  margin: 20px auto;
  max-width: 1200px;
  margin-top: 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 40px;
  justify-content: center;
}

.col {
  flex: 1 1 calc(50% - 40px);
  max-width: calc(50% - 40px);
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background: url('./Massage/13.png') no-repeat center center/cover;
  color: #333;
}

/* Circular Image Styling */
.circle-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 3px solid #ccc;
}

/* Buttons */
.toggle-btn, .book-btn {
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.expanded-content {
  display: none;
}

.toggle-btn {
  background-color: #ccc;
  color: #333;
  font-weight: bold;
}

.toggle-btn:hover {
  background-color: #bbb;
}

.book-btn {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.book-btn:hover {
  background-color: #218838;
  transition: background-color 0.3s ease;
}

/* Stylish Table */
.rate-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rate-table th {
  background-color: #444;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rate-table td {
  padding: 12px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-style: italic;
  font-size: 14px;
}

.rate-table tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease-in-out;
}

/* Menu Template */
.menu-template {
  height: auto; /* Ensure dynamic height */
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("./1.png") center/cover no-repeat;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  box-sizing: border-box;
  padding-bottom: 50px; /* Added space at the bottom */
}

/* Insurance Section */
.insurance {
  height: auto; /* Ensure dynamic height */
  width: 100%;
  margin-top: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)), url("./1.png") center/cover no-repeat;
  padding: 30px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  box-sizing: border-box; /* Ensure padding doesn't affect layout */
  padding-bottom: 50px; /* Added some space at the bottom */
}

.menu-title {
  font-family: SpartanLimport;
  margin-top: 2.5rem;
  line-height: 1rem;
  text-align: center; /* Center the title */
  padding-top: 6.5%;
  font-size: 50px;
  color: rgb(247, 145, 0);
}

.menu-sectiontitle, .menu-describe {
  padding-left: 2rem;
  padding-top: 1rem;
}

.menu-sectiontitle {
  font-family: SpartanLimport;
  color: rgb(247, 145, 0);
}

.menu-describe {
  color: black;
  font-size: 18px;
}

.menu-subtitle {
  text-align: center;
  position: relative;
  top: 20vh;
  text-transform: uppercase;
  font-family: Sora;
  color: rgb(247, 145, 0);
  font-weight: bolder;
  font-size: 10vh;
}

/* Menu Layout */
.menu {
  background-color: white;
  display: inline-flex;
  width: 100%;
  justify-content: center; /* Center menu content */
}

.menu-section {
  background-color: white;
  width: 25%;
  padding: 2rem;
  height: 420px;
  text-align: center; /* Ensure text is centered */
}

/* Flexbox and Centering for Card Flips */
.menu-flip-card {
  background-color: transparent;
  width: 90%;
  height: 105%;
  perspective: 1000px;
  margin: 0 auto;
}

.menu-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  box-shadow: 9px 9px 16px rgb(163, 177, 198, 0.6), -9px -9px 16px rgba(255, 255, 255, 0.5);
  border-radius: 5%;
}

.menu-flip-card:hover .menu-flip-card-inner {
  transform: rotateY(180deg);
}

.menu-flip-card-front, .menu-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.menu-flip-card-front {
  background: #EBE9D3;
  color: black;
}

.menu-flip-card-back {
  background: #EBE9D3;
  color: white;
  transform: rotateY(180deg);
  border-radius: 5%;
}

.menu-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.menu-text-Items {
  font-family: SpartanLimport;
  font-size: 2rem;
  color: rgb(247, 145, 0);
}

.menu-text-title {
  font-family: sans-serif;
  font-size: 0.9rem;
  text-align: left;
}

.menu-text-title ul {
  width: 100%;
  margin: auto 0;
}

.menu-hr-container {
  width: 100%;
  height: 41px;
  padding-top: 2.5%;
}

.menu-hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  border-color: black;
}

.menu-image {
  height: 100%;
  border-radius: 5%;
}

/* Buttons */
.menu-button-on {
  background-color: rgb(247, 145, 0);
  border-radius: 50%;
  border: 5px solid white;
  width: 10%;
  transition: 0.5s;
}

.menu-button-calender-on, .menu-button-calender-download {
  background-color: rgb(130, 125, 125);
  border-radius: 20px;
  border: 2px solid rgb(235, 213, 71);
  width: 40%;
  margin-left: 130px;
  margin-top: 50px;
  padding: 30px;
  opacity: 0.5;
  color: white;
}

.menu-button-calender-service {
  background-color: white;
  border-radius: 20px;
  border: 2px solid rgb(235, 213, 71);
  width: 80%;
  margin-left: 60px;
  padding: 50px;
  color: rgb(4, 4, 4);
}

.menu-button-calender-insurance {
  background-color: white;
  border-radius: 20px;
  border: 2px solid rgb(235, 213, 71);
  width: 80%;
  margin-left: 60px;
  padding: 30px;
  color: rgb(4, 4, 4);
}

.menu-button-calender-phone {
  background-color: white;
  border-radius: 20px;
  border: 2px solid rgb(235, 213, 71);
  width: 30%; /* Adjust the button width */
  font-size: 30px;
  color: rgb(4, 4, 4);
  margin: 30px auto; /* Centers the button horizontally */
  display: block; /* Ensures the margin auto works */
  text-align: center; /* Centers the button's text */
}


/* Responsive Styles */
@media only screen and (max-width: 1200px) {
  .menu-section {
    width: 50%; /* Adjust to fit two columns on medium screens */
    text-align: center; /* Ensure text is centered */
    
  }
  .menu-button-calender-phone {
    font-size: 24px;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
  
  @media only screen and (max-width: 1900px) {
    
    
  }@media only screen and (max-width: 768px) {
  .menu-section {
    width: 100%; /* Stacking sections vertically on small screens */
    text-align: center; /* Ensure text is centered */
  }

  .menu-button-calender-phone {
    font-size: 24px;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-button-on {
    width: 50%;
    border: none;
    border-radius: 40%;
  }

  .menu-title {
    font-size: 36px;
  }

  .menu-subtitle {
    font-size: 8vh;
  }
}
