/* Registration Container */
.registration-container {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
    justify-content: space-between;
}

/* Left Section: Registration Info */
.registration-left {
    flex: 2;
    padding-right: 20px;
    text-align: center;
}

/* Pay Now Link */
.cta-link a {
    font-weight: bold;
    font-style: italic;
    color: #b1973f;
    text-decoration: none;
}

.cta-link a:hover {
    text-decoration: underline;
}

/* Right Section: Classes & Testimonial */
.registration-right {
    flex: 1;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/* Classes Title */
.classes-title {
    font-weight: bold;
    font-size: 16px;
}

/* Class List */
.class-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}

.class-list li {
    margin: 5px 0;
}

/* Testimonial */
.testimonial {
    font-style: italic;
    font-size: 14px;
    color: #333;
}


/* Custom Bullet Point */
.yoga-list li::before {
  content: "•"; /* Bullet symbol */
  color: #2d2d2d; /* Bullet color */
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}


/* Main Container */
.yoga-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 10px 0px;
}

/* Section Titles */
.section-title {
    font-size: 20px;
    font-weight: 400;
    color: #2d2d2d;
    margin-top:0px;
}

/* Bold Text */
.bold-text {
    font-weight: bold;
}

/* Call-to-Action Links */
.cta-link a {
    font-weight: bold;
    font-style: italic;
    color: #b1973f;
    text-decoration: none;
}

.cta-link a:hover {
    text-decoration: underline;
}

/* Yoga List */
.yoga-list {
  list-style-type: disc;
  margin-left: 0;
  font-size: 16px;
  padding: 0;
  line-height: 22px;
}

/* Class Schedule */
.class-schedule {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

/* Class Text */
.class-text {
    flex: 3;
    padding-right: 20px;
}

/* Day Links */
.day-link {
    font-weight: 400;
    text-decoration: underline;
    color: #26457d;
    font-size: 16px;
}

.day-link:hover {
    text-decoration: underline;
}

/* Class Name & Focus */
.class-name {
    font-weight: bold;
    font-size: 16px;
}

.class-focus {
    font-size: 14px;
    color: #333;
}

/* Class Images */
.class-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.class-images img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Testimonials */
.testimonial {
    font-style: italic;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}

/* Main Container */
.classes-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 0px;
}

.sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

/* Intro Text */
.intro-text {
    font-size: 16px;
    line-height: 1.6;
}

/* Class Schedule Items */
.class-item {
    margin-bottom: 20px;
    padding: 10px;
}

.class-name {
    font-weight: bold;
    font-size: 16px;
}

.class-focus {
    font-size: 14px;
    color: #333;
}

/* Class Levels */
.class-levels {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
}

/* Welcome List */
.welcome-list {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 14px;
}

/* Testimonials */
.testimonial {
    font-style: italic;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
}



/* Private Yoga Container */
.private-yoga-container {
    margin: 0 auto;
}

/* Call-to-Action Link */
.cta-link a {
    font-weight: bold;
    font-style: italic;
    color: #b1973f;
    text-decoration: none;
}

.cta-link a:hover {
    text-decoration: underline;
}

/* Yoga List */

/* Italic Text */
.italic-text {
    font-style: italic;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}

/* Testimonial */
.testimonial {
    font-style: italic;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
  }

/* Schedule Container */
.schedule-container {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 10px 0px;
}

/* Left Section: Schedule */
.schedule-left {
    flex: 3;
    padding-right: 20px;
}

/* Italic Text */
.italic-text {
    font-style: italic;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

/* Class Schedule Item */
.schedule-item {
    margin-bottom: 20px;
}

.day-link:hover {
    text-decoration: underline;
}

/* Class Title */
.class-title {
    font-weight: 400;
    font-size: 16px;
    margin: 5px 0;
}

/* Class Focus */
.class-focus {
    font-size: 14px;
    color: #333;
}

/* Discount Notice */
.discount-text {
    font-size: 16px;
    margin-top: 20px;
}

/* Pay Now Link */
.cta-link a {
    font-weight: bold;
    font-style: italic;
    color: #b1973f;
    text-decoration: none;
}

.cta-link a:hover {
    text-decoration: underline;
}

/* Right Section: Testimonials */
.schedule-right {
    flex: 1;
    font-size: 14px;
    color: #333;
}

/* Testimonial Text */
.testimonial {
    font-style: italic;
    margin-bottom: 15px;
}


/* Main Container */
.yoga-container {
    background: white;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px 0px;
}

/* Italic Text */
.italic-text {
    font-style: italic;
    color: #333;
}

/* Call-to-Action Links */
.cta-link a {
    color: #b1973f;
    font-weight: bold;
    text-decoration: none;
}

.cta-link a:hover {
    text-decoration: underline;
}

/* Workshop Section */
.workshop-section {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.workshop-text {
    flex: 2;
}

.workshop-image {
    flex: 1;
    text-align: right;
}

.workshop-image img {
    max-width: 100%;
    border-radius: 8px;
}

/* Bottom Section */
.bottom-section {
    text-align: center;
    margin-top: 20px;
}

.bottom-section img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.yoga-experience-text {
    font-weight: bold;
    margin-top: 10px;
}

/* Contact Container */
.contact-container {
  display: flex;
  max-width: 900px;
  background: white;
  border-radius: 8px;
  margin: 0 auto;
  gap: 20px;
  padding: 10px 0px;
}

/* Left Section (Contact Info & Form) */
.contact-info {
  display: flex;
}
.contact-left {
  flex: 3;
}

.contact-left p {
  font-size: 14px;
}

.contact-left p a {
  color: #0073b1;
  text-decoration: none;
}

.contact-left p a:hover {
  text-decoration: underline;
}

/* Contact Form */
form {
  margin-top: 15px;
}

label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
  font-size: 14px;
}

.required {
  color: red;
}

/* Input Fields */
input,
textarea {
  width: calc(100% - 120px);
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Textarea */
textarea {
  height: 80px;
  resize: none;
}

/* Checkbox Group */
.checkbox-group {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 5px 0;
  width:77%;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.checkbox-group input {
  margin-right: 8px;
  width: auto;
}

/* Submit Button */
.submit-btn {
  background-color: #6aa2c8;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 100px;
}

.submit-btn:hover {
  background-color: #5b91b2;
}

/* Contact Image */
.contact-image {
  max-width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}

/* Right Section (Classes & Testimonials) */
.contact-right {
  flex: 1;
  padding-left: 20px;
  text-align: center;
}

.contact-right h3 {
  font-weight: bold;
  font-size: 16px;
}

.contact-right ul {
  list-style: none;
  padding: 0;
}

.contact-right ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

/* Testimonial */
.testimonial {
  font-style: italic;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

/* Left Section (Contact Details) */
.field-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.contact-details {
  flex: 1;
  font-size: 16px;
}

.contact-details h2 {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.contact-details p {
  line-height: 1.6;
}

.contact-details a {
  color: #0073b1;
  text-decoration: none;
  font-weight: bold;
}

.contact-details a:hover {
  text-decoration: underline;
}

/* Right Section (Image) */
.contact-image {
  flex: 1;
  text-align: right;
}

.contact-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/** About page **/

.about-container {
  display: flex;
  background: white;
  padding: 10px 0px;
  border-radius: 0;
  margin: 0 auto;
}
/* Text Content */
.about-text {
  flex: 1;
  padding-right: 20px;
}
.about-text h1 {
  font-size: 20px;
  color: #303f50;
}

.about-text p {
  line-height: 1.6;
  color: #444;
}

/* Testimonials */
.testimonial {
  font-style: italic;
  color: #555;
}

/* Yelp Link */
.yelp-link a {
  color: #c4973f;
  font-weight: bold;
  text-decoration: none;
}

.yelp-link a:hover {
  text-decoration: underline;
}

/* Image */
.about-image {
  flex: 1;
  display: flex;
  align-items: start;
  margin-top: 20px;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

li {
  list-style-type: none;
}

/* General Styles */
.submenu li a {
  padding: 0px 5px;
}

.nav-items li {
  position: relative;
}
.nav-items li a {
  padding: 0px 18px;
  border-right: 1px solid #000;
}
.nav-items li:last-child a {
  border-right: none;
}

/*.nav-items li:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0px;
    left: -20px;
    width: 1px;
    height: 20px;
    background-color: #000;
}
.nav-items li:first-child > li:before{
    display: none;
}*/

.addmarginLeft,
p.addmarginLeft {
  margin-left: 3em;
  margin-top: 2em;
}

.sidebar h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 0px;
}

p {
  font-size: 16px;
  word-spacing: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: verdana, geneva, sans-serif;
  color: #303f50;
}

.sidebar p {
  padding: 5px;
  margin: 0 auto;
  color: #303f50;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
}

body {
  font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
  background-color: #ece5bc;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 20px;
  color: #303f50;
  font-weight: 400;
}

/* Wrapper */
.wrapper {
  max-width: 898px;
  width: 100%;
  margin: auto;
  background: white;
  padding: 30px 55px;
  border-radius: 100px;
  box-sizing: border-box;
}

/* Header */
.header-tp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #a3b4c8;
}
.header {
  display: block;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-width: 100%;
  width: 40%;
  display: block;
  margin: 0 auto;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #f7f7f7;
}

.nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}

.nav-items {
  display: flex;
  flex-wrap: wrap;
}

.nav-menu li {
  display: inline;
}
.navbar ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
  line-height: 34px;
}
.navbar ul li a:hover {
  color: #fa5d0f;
  text-decoration: none;
}

.nav-menu a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* Dropdown */
.dropdown {
  position: relative;
}
.dropdown .submenu li a {
  display: block;
  border-right: none;
  border: 1px dotted rgba(207, 216, 226, 0.9);
  padding: 5px 10px;
}
.dropdown .submenu {
  display: none;
  position: absolute;
  background: #eff2f5;
  list-style: none;
  padding: 0px;
  width: 180px;
}
.dropdown:hover {
  background: #eff2f5;
}
.dropdown:hover .submenu {
  display: block;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

/* Content Layout (Main & Sidebar) */
.content {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.main-content {
  flex: 3;
}

.sidebar {
  flex: 1;
}

.footer {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.footer p {
  -webkit-border-radius: 0 0 70px 70px;
  -moz-border-radius: 0 0 70px 70px;
  border-radius: 0 0 70px 70px;
  margin: 0 auto;
  position: relative;
  color: #6986a5;
  font-size: 13px;
  font-family: Arial, "Arial Unicode MS", Helvetica, Sans-Serif;
  line-height: 175%;
  text-align: center;
}

/* Slideshow */
.slideshow-container {
  width: 100%;
  text-align: center;
}

.slide {
  display: none;
  width: 100%;
}

.active {
  display: block;
}

/* Responsive - Mobile */
@media screen and (max-width: 768px) {
  .registration-container {
        flex-direction: column;
        text-align: center;
    }

    .registration-left {
        padding-right: 0;
    }

    .registration-right {
        margin-top: 20px;
    }


.dropdown .submenu li a{
  border:none;
}

h1 {
  text-align: center;
}
.dropdown .submenu {
  position: relative;
}
.addmarginLeft, p.addmarginLeft {
  margin-left: 0em;
  margin-top: 0em;
}

  .header-tp {
    align-items: start;
}
  .nav-items li a {
  border-right:none;
  padding: 0px 10px;
}
.logo {
  width: 40%;
  display: block;
  margin: 0 auto;
}
.nav-menu {
  text-align: left;
  padding-top: 20px;
}

      .yoga-container {
        text-align: left;
    }

    .class-schedule {
        flex-direction: column;
        text-align: center;
    }

    .class-images {
        text-align: center;
    }
  .schedule-container {
        flex-direction: column;
        text-align: center;
    }

    .schedule-left {
        padding-right: 0;
    }

    .schedule-right {
        margin-top: 20px;
    }
    .yoga-container {
        text-align: center;
    }

    .workshop-section {
        flex-direction: column;
        text-align: center;
    }

    .workshop-image {
        text-align: center;
        margin-top: 15px;
    }
  .contact-container {
    flex-direction: column;
    text-align: left;
  }

  .contact-left {
    order: 1;
  }

  .contact-right {
    order: 2;
  }

  .checkbox-group {
    text-align: left;
  }

  .submit-btn {
    width: 100%;
  }
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-text {
    padding-right: 0;
  }

  .about-image {
    margin-top: 20px;
  }

  .wrapper {
    padding: 10px;
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    display: block;
    padding: 0px 0px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }

  /* When active, show menu */
  .nav-menu.active {
    display: flex;
  }

  .nav-items {
    flex-direction: column;
    width: 100%;
  }

  .social-icons {
    justify-content: end;
    width: 100%;
    padding: 10px;
  }

  /* Sidebar moves below main content on mobile */
  .content {
    flex-direction: column;
  }

  .sidebar {
    border-left: none;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }

  .slideshow-container img {
    width: 100%;
    height: auto;
  }
}