.elementor-2336 .elementor-element.elementor-element-047c78e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2336 .elementor-element.elementor-element-56d7bf4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2336 .elementor-element.elementor-element-34575cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2336 .elementor-element.elementor-element-adbef8e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2336 .elementor-element.elementor-element-d9f8352{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1ac2643 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Full-width Screen Wrapper */
.workshops-hero-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f7f2eb;
  overflow: hidden;
  box-sizing: border-box;
}

/* Grid Layout */
.workshops-hero-container {
  display: flex;
  min-height: 520px;
  width: 100%;
  align-items: stretch;
}

/* Left Content Area */
.hero-left-content {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 5% 60px 8%;
  background-color: #f7f2eb;
}

/* Circular Hoop Accent */
.hero-decor-hoop {
  position: absolute;
  bottom: -90px;
  left: -80px;
  width: 260px;
  height: 260px;
  border: 1.5px solid #e0cebf;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* Custom Dried Leaves Image Styling */
.hero-decor-floral-img {
  position: absolute;
  top: 10%;
  left: 15px;
  width: 110px;
  height: 250px;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0.9;
}

.hero-decor-floral-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Text Container */
.hero-text-box {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.hero-subtitle {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ba6d53;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.25;
  color: #3b4438;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.flower-icon {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.hero-description {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #5a5d58;
  margin-bottom: 30px;
}

/* Button */
.hero-cta-btn {
  display: inline-block;
  background-color: #ba6d53;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
}

.hero-cta-btn:hover {
  background-color: #a25941;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(186, 109, 83, 0.3);
}

/* --- RIGHT SLIDER STYLES --- */
.hero-right-image {
  flex: 1.1;
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Slider Arrow Buttons */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  color: #3b4438;
  border: none;
  font-size: 18px;
  padding: 12px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.slider-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  color: #ba6d53;
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

/* Bottom Dots Container */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #ffffff;
  width: 22px;
  border-radius: 10px;
}

/* Responsive */
@media screen and (max-width: 900px) {
  .workshops-hero-container {
    flex-direction: column;
  }

  .hero-left-content {
    padding: 50px 24px;
    text-align: center;
  }

  .hero-text-box {
    margin: 0 auto;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-right-image {
    min-height: 380px;
  }

  .hero-decor-floral-img {
    width: 70px;
    height: 160px;
    opacity: 0.5;
  }

  .slider-btn {
    padding: 8px 12px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a25c42f */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Main Wrapper Section */
.about-workshops-wrapper {
  background-color: #faf8f5;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* Rounded Card Body */
.about-workshops-card {
  width: 100%;
  max-width: 1100px;
  background-color: #f7ede3; /* Theme Beige Tone */
  border-radius: 20px;
  padding: 45px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

/* Header Section */
.about-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 45px;
}

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #3b4438; /* Soft Olive Green */
  font-weight: 700;
  margin: 0;
}

.floral-leaf {
  font-size: 18px;
  color: #ba6d53;
  opacity: 0.8;
}

.left-leaf {
  transform: rotate(-30deg);
}

.right-leaf {
  transform: rotate(30deg) scaleX(-1);
}

/* Features Grid Layout */
.features-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

/* Individual Feature Item */
.feature-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

/* Vertical Dividers Between Columns */
.feature-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background-color: rgba(186, 109, 83, 0.2); /* Terracotta Divider Line */
}

/* Icon Circle Styling */
.feature-icon-box {
  width: 65px;
  height: 65px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.feature-item:hover .feature-icon-box {
  transform: translateY(-4px);
}

/* Feature Titles & Descriptions */
.feature-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #3b4438;
  margin: 0 0 10px 0;
}

.feature-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  line-height: 1.6;
  color: #5a5d58;
  margin: 0;
}

/* Responsive Mobile / Tablet Grid */
@media screen and (max-width: 900px) {
  .features-grid {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .feature-item {
    flex: 0 0 50%;
    padding: 10px 15px;
    box-sizing: border-box;
  }

  .feature-item:nth-child(2)::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .about-workshops-card {
    padding: 35px 20px;
  }

  .about-title {
    font-size: 24px;
  }

  .feature-item {
    flex: 0 0 100%;
  }

  .feature-item::after {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-730d18d */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Main Section Wrapper */
.highlights-wrapper {
  background-color: #faf8f5;
  padding: 60px 20px 40px 20px;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

.highlights-container {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
}

/* Header Area */
.highlights-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.header-title-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.highlights-heading {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #ba6d53; /* Red/Terracotta tone */
  font-weight: 700;
  margin: 0;
}
.heading-leaf {
  font-size: 16px;
  color: #ba6d53;
  opacity: 0.75;
  transform: rotate(20deg);
}

/* View All Outlined Button */
.view-all-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #ba6d53 !important;
  border: 1.5px solid #dcb5a7;
  background-color: transparent;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.view-all-btn:hover {
  background-color: #ba6d53;
  color: #ffffff !important;
  border-color: #ba6d53;
}

/* Content Grid (Poster + Details) */
.highlight-content-card {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  margin-bottom: 50px;
}

/* Left Poster Frame Styling */
.poster-frame {
  width: 220px;
  min-width: 220px;
  background: #ffffff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  flex-shrink: 0;
}

.poster-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

/* Right Details Section */
.highlight-details {
  flex: 1;
  padding-top: 5px;
}

.workshop-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #3b4438;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.3;
}

/* Meta info (Date & Time) */
.workshop-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #5a5d58;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.meta-item strong {
  color: #3b4438;
  font-weight: 600;
}

.meta-icon {
  display: inline-block;
  vertical-align: middle;
}

.meta-divider {
  color: #c5bcae;
  font-weight: 300;
}

/* Description Text */
.workshop-description {
  font-family: 'Poppins', sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #5a5d58;
  margin: 0;
}

/* Bottom Horizontal Line */
.highlights-bottom-line {
  border: none;
  border-bottom: 1px solid #e5dbcf;
  margin: 0;
}

/* Mobile & Tablet Responsiveness */
@media screen and (max-width: 768px) {
  .highlights-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .highlight-content-card {
    flex-direction: column;
    gap: 25px;
  }

  .poster-frame {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .highlights-heading {
    font-size: 24px;
  }

  .workshop-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e2043c */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* Main Section Wrapper */
.enquiry-section-wrapper {
  background-color: #faf8f5;
  padding: 60px 20px 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

/* Outer Card Container */
.enquiry-card {
  width: 100%;
  max-width: 1050px;
  background-color: #faf6f0; /* Uniform background tone */
  border-radius: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* Left Image Box (For SVG/Vector Graphics) */
.enquiry-image-container {
  flex: 0 0 40%;
  background-color: #faf6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 25px;
  box-sizing: border-box;
}

/* Image containment & scaling */
.enquiry-left-img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 15px rgba(0, 0, 0, 0.04));
}

/* Right Side Form Wrapper */
.enquiry-form-container {
  flex: 1;
  padding: 45px 50px;
  background-color: #faf6f0;
  box-sizing: border-box;
}

.enquiry-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #ba6d53;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.enquiry-title-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.enquiry-title {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  color: #3b4438;
  font-weight: 700;
  margin: 0;
}

.title-leaf {
  font-size: 16px;
  color: #ba6d53;
  opacity: 0.8;
  transform: rotate(20deg);
}

.enquiry-description {
  font-size: 13.5px;
  color: #6a6d68;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

/* Form Layout */
.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-row {
  display: flex;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-group label {
  font-size: 12.5px;
  font-weight: 500;
  color: #3b4438;
  margin-bottom: 6px;
}

.required {
  color: #ba6d53;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #3b4438;
  background-color: #ffffff;
  border: 1px solid #e2dad0;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ba6d53;
  box-shadow: 0 0 0 3px rgba(186, 109, 83, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #a39c93;
  font-size: 12.5px;
}

.form-group textarea {
  resize: vertical;
}

/* Submit Button */
.enquiry-submit-btn {
  align-self: flex-start;
  background-color: #ba6d53;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.enquiry-submit-btn:hover {
  background-color: #a25941;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.25);
  transform: translateY(-1px);
}

/* Responsive Rules */
@media screen and (max-width: 850px) {
  .enquiry-card {
    flex-direction: column;
  }

  .enquiry-image-container {
    width: 100%;
    padding: 30px 20px 10px 20px;
  }

  .enquiry-left-img {
    max-width: 220px;
  }

  .enquiry-form-container {
    padding: 30px 20px 35px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 16px;
  }

  .enquiry-title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09cfd4d */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

/* True Full-Width Section (Forces edge-to-edge layout like Hero) */
.custom-cta-banner-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f7ede3; /* Theme Warm Beige */
  padding: 35px 0;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

/* Botanical Leaves (Resized & Pinned to Far Edges) */
.banner-floral {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px; /* Reduced size to prevent overlap */
  height: auto;
  pointer-events: none;
  z-index: 1;
}

.floral-left {
  left: 15px; /* Pinned to extreme left corner */
}

.floral-right {
  right: 15px; /* Pinned to extreme right corner */
}

.banner-floral svg {
  width: 100%;
  height: 100%;
}

/* Inner Centered Content (Keeps elements safe in the middle) */
.banner-content-container {
  width: 100%;
  max-width: 1100px;
  padding: 0 90px; /* Extra padding so content stays away from side leaves */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

/* Left Circular Icon */
.banner-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(186, 109, 83, 0.35);
  background-color: #faf6f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Text Container */
.banner-text-group {
  flex: 1;
}

.banner-heading {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #4a5446; /* Olive Green */
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 4px 0;
}

.banner-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  color: #6a6d68;
  margin: 0;
  font-weight: 400;
}

/* Right Contact Us Button */
.banner-button-group {
  flex-shrink: 0;
}

.banner-contact-btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  color: #ba6d53 !important;
  border: 1.5px solid #dcb5a7;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 28px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.banner-contact-btn:hover {
  background-color: #ba6d53;
  color: #ffffff !important;
  border-color: #ba6d53;
  box-shadow: 0 4px 12px rgba(186, 109, 83, 0.2);
}

/* Mobile & Tablet Layout */
@media screen and (max-width: 900px) {
  .banner-content-container {
    flex-direction: column;
    text-align: center;
    padding: 0 40px;
    gap: 16px;
  }

  .banner-heading {
    font-size: 20px;
  }

  .banner-floral {
    width: 55px;
    opacity: 0.25;
  }
}/* End custom CSS */