.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3452 .elementor-element.elementor-element-b145799{--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;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3452 .elementor-element.elementor-element-7497d9e{--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;--margin-top:-100px;--margin-bottom:-14px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-3452 .elementor-element.elementor-element-0bf5d56{--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;--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-3452 .elementor-element.elementor-element-ca233dc{--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;overflow:visible;}.elementor-3452 .elementor-element.elementor-element-d0d801b{--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;overflow:visible;}.elementor-3452 .elementor-element.elementor-element-27b7cf7{--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;overflow:visible;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-3452 .elementor-element.elementor-element-0bf5d56{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-89fea5d *//* --- Cafeteria Hero Section V3 - Enhanced Image Fill --- */
:root {
  --brand-blue-darker: #172554;
  --brand-blue-dark: #1e3a8a;    
  --brand-blue-primary: #2563eb;  
  --brand-blue-hover: #3b82f6;    
  --brand-blue-light: #93c5fd;  
  --brand-blue-lighter: #dbeafe;  
  --brand-blue-extralight: #e0e7ff;
  --brand-blue-pill-text: #3730a3;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --bg-main: #ffffff;
  --bg-offset: #f8f9fa;
  --border-color: #e5e7eb;
  --border-color-light: #f3f4f6;
  --white: #ffffff;
  --font-main: 'Noto Sans', sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -2px rgb(0 0 0 / 0.1);
  --shadow-lg-enhanced: 0 12px 28px -6px rgba(30, 58, 138, 0.18), 0 8px 16px -8px rgba(30, 58, 138, 0.15);
}

.cafeteria-hero-section-v3 {
  padding: clamp(50px, 10vw, 100px) 0;
  background-color: var(--bg-main);
  font-family: var(--font-main);
  color: var(--text-primary);
  overflow-x: hidden;
}

.cafeteria-container-v3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

.cafeteria-grid-v3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(40px, 6vw, 70px);
  align-items: center;
}

@media (min-width: 992px) {
  .cafeteria-grid-v3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: clamp(60px, 7vw, 90px);
  }
}

/* --- Text Content V3 --- */
.cafeteria-text-content-v3 {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 30px);
}

.cafeteria-pill-v3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  font-weight: 500;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-pill-text);
  border-radius: 9999px;
  align-self: flex-start;
  position: relative;

}

.cafeteria-pill-v3 .pill-icon {
  width: 1.2em;
  height: 1.2em;
  stroke: var(--brand-blue-pill-text);
  filter: drop-shadow(0 0 3px var(--brand-blue-lighter)) drop-shadow(0 0 6px var(--brand-blue-light));
  position: relative;
}

.cafeteria-title-v3 {
  font-size: clamp(2.4rem, 5.5vw, 3.5rem);
  font-weight: 700;
  color: var(--brand-blue-darker);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.cafeteria-description-v3 {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0;
  max-width: 580px;
}

.cafeteria-actions-v3 {
  margin-top: clamp(10px, 1.5vw, 15px);
}

.cafeteria-btn-v3 {
  padding: clamp(14px, 2.2vw, 18px) clamp(28px, 4.5vw, 36px);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid transparent;
  cursor: pointer;
}

.cafeteria-btn-primary-v3 {
  background-color: var(--brand-blue-primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.cafeteria-btn-primary-v3:hover {
  background-color: var(--brand-blue-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.cafeteria-btn-primary-v3:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}

.cafeteria-btn-primary-v3 svg {
  stroke: var(--white);
  transition: transform 0.25s ease;
}

.cafeteria-btn-primary-v3:hover svg {
  transform: translateX(4px);
}

.cafeteria-stats-v3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 30px);
  margin-top: clamp(25px, 4vw, 35px);
  padding-top: clamp(25px, 4vw, 35px);
  border-top: 1px solid var(--border-color-light);
}

.cafeteria-stat-item-v3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-basis: auto;
  min-width: 80px;
}

.stat-number-v3 {
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 700;
  color: var(--brand-blue-darker);
  line-height: 1.1;
}

.stat-label-v3 {
  font-size: clamp(0.85rem, 1.8vw, 0.9rem);
  color: var(--text-tertiary);
  margin-top: 5px;
}

/* --- Image Slider V3 - ENHANCED FOR PROPER IMAGE FILL --- */
.cafeteria-image-slider-v3 {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  background-color: var(--white);
  box-shadow: var(--shadow-lg-enhanced);
  overflow: hidden; /* Important: Ensures content (including image) respects border-radius */
  width: 100%;
  max-width: 100%;
}

.slider-image-area-v3 {
  position: relative;
  width: 100%;
  height: 0;
  /* MODIFIED: Adjusted padding-bottom to 56.25% (16:9 aspect ratio)
     This is a good default for most landscape photos.
     If your photos are consistently wider/narrower, adjust as needed.
     For a 3:2 ratio (more common in photography), use 66.67%.
     For a 4:3 ratio, use 75%.
  */
  padding-bottom: 59.25%; /* Use 16:9 for broader landscape compatibility */
  overflow: hidden; /* Ensures image respects this container's boundaries */
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  /* REMOVED: border-bottom-left-radius and border-bottom-right-radius from here
     These should be on the .slider-dots-container-v3 or solely on the parent
     .cafeteria-image-slider-v3 for proper overall rounding.
  */
  background-color: var(--bg-offset);
}

.slider-wrapper-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: grab;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slider-wrapper-v3.grabbing {
  cursor: grabbing;
}

.slide-v3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0.6s;
  overflow: hidden; /* Ensures image doesn't overflow slide bounds */
}

.slide-v3.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s 0s;
}

/* ENHANCED IMAGE FILL STYLES */
.slide-image-v3 {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers entire container */
  object-position: center center; /* Centers the image */
  display: block;
  pointer-events: none;
  border: none;
  outline: none;
  /* ADDED: Important for ensuring object-fit works without issues from other properties */
  min-width: 0; /* Prevents image from pushing container if larger than 100% */
  min-height: 0; /* Prevents image from pushing container if larger than 100% */
  max-width: 100%; /* Ensure it doesn't try to be larger than its container */
  max-height: 100%; /* Ensure it doesn't try to be larger than its container */
  /* Prevent any potential spacing issues */
  vertical-align: top;
  /* Ensure smooth rendering */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Force hardware acceleration for smoother transitions */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Navigation controls */
.slider-nav-v3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--text-primary);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: var(--shadow-md);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.slider-nav-v3:hover {
  background-color: var(--white);
  transform: translateY(-50%) scale(1.08);
  box-shadow: var(--shadow-lg);
}

.slider-nav-v3:active {
  transform: translateY(-50%) scale(0.96);
}

.slider-nav-v3 svg {
  width: 22px;
  height: 22px;
  stroke: var(--brand-blue-dark);
  stroke-width: 2;
}

.prev-slide-v3 {  
  left: clamp(12px, 2.5vw, 20px);  
}

.next-slide-v3 {  
  right: clamp(12px, 2.5vw, 20px);  
}

/* Dots container */
.slider-dots-container-v3 {
  padding: clamp(16px, 3vw, 22px) 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  /* Ensure these match the parent .cafeteria-image-slider-v3 */
  border-bottom-left-radius: 22px; 
  border-bottom-right-radius: 22px; 
  position: relative;
  z-index: 1;
}

.slider-dots-v3 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dot-v3 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--border-color);
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  margin: 0;
}

.dot-v3:hover {
  background-color: var(--brand-blue-light);
  transform: scale(1.1);
}

.dot-v3.active {
  background-color: var(--brand-blue-primary);
  transform: scale(1.2);
  width: 30px;
  border-radius: 6px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .cafeteria-image-slider-v3 {
    border-radius: 20px;
  }
  
  .slider-image-area-v3 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* Adjusted for tablets: a bit taller than 16:9 but still landscape */
    padding-bottom: 60%; /* Adjusted for slightly taller images on tablets */
    /* REMOVED bottom radii from here */
  }
  
  .slider-dots-container-v3 {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 767px) {
  .cafeteria-text-content-v3 {  
    gap: 22px;  
  }
  
  .cafeteria-title-v3 {  
    font-size: 2.2rem;  
  }
  
  .cafeteria-description-v3 {  
    font-size: 0.95rem;  
  }
  
  .cafeteria-btn-primary-v3 {  
    padding: 14px 26px;  
    font-size: 0.95rem;  
  }

  .cafeteria-stats-v3 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding-top: 28px;
  }
  
  .cafeteria-stat-item-v3 {
    align-items: center;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 75px;
  }
  
  .stat-number-v3 {  
    font-size: 1.7rem;  
  }
  
  .stat-label-v3 {  
    font-size: 0.8rem;  
  }

  .cafeteria-image-slider-v3 {
    border-radius: 18px;
    width: 100%;
    box-shadow: var(--shadow-lg);
  }
  
  .slider-image-area-v3 {
    /* Adjusted for mobile - making it even taller to prevent excessive horizontal crop */
    padding-bottom: 70%; /* Better aspect ratio for mobile landscape or slightly square images */
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    /* REMOVED bottom radii from here */
  }
  
  .slider-dots-container-v3 {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 14px 0;
  }

  .slider-nav-v3 {
    width: 42px;
    height: 42px;
  }
  
  .slider-nav-v3 svg {
    width: 20px;
    height: 20px;
  }
  
  .prev-slide-v3 {  
    left: 14px;  
  }
  
  .next-slide-v3 {  
    right: 14px;  
  }

  .slider-dots-v3 {  
    gap: 10px;  
  }
  
  .dot-v3 {  
    width: 9px;  
    height: 9px;  
  }
  
  .dot-v3.active {  
    width: 26px;  
  }
}

@media (max-width: 480px) {
  .cafeteria-stats-v3 {  
    gap: 12px;  
  }
  
  .stat-label-v3 {  
    font-size: 0.75rem;  
  }
  
  .slider-image-area-v3 {
    padding-bottom: 75%; /* Even taller for very small screens if images are somewhat square */
  }
  
  .slider-nav-v3 {
    width: 40px;
    height: 40px;
  }
  
  .slider-nav-v3 svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 400px) {
  .slider-image-area-v3 {
    padding-bottom: 80%; /* Maximum height for tiny screens if images are somewhat square */
  }
  
  .prev-slide-v3 {  
    left: 12px;  
  }
  
  .next-slide-v3 {  
    right: 12px;  
  }
}

/* Print styles */
@media print {
  .cafeteria-image-slider-v3 {
    box-shadow: none;
    border: 1px solid var(--border-color);
  }
  
  .slider-nav-v3,
  .slider-dots-container-v3 {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2e25e1 *//* --- Culinary Experience Section --- */
:root {
  --brand-blue-darker: #172554;
  --brand-blue-dark: #1e3a8a;
  --brand-blue-primary: #2563eb;
  --brand-blue-hover: #3b82f6;
  --brand-blue-light: #93c5fd;
  --brand-blue-lighter: #dbeafe;
  --brand-blue-extralight: #e0e7ff;
  --brand-blue-pill-text: #3730a3;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --text-on-dark-primary: #ffffff; /* For text on dark image overlays */
  --text-on-dark-secondary: rgba(255, 255, 255, 0.85);
  --bg-main: #ffffff;
  --bg-offset: #ffffff; /* Used for section background */
  --border-color: #e5e7eb;
  --border-color-light: #f3f4f6;
  --white: #ffffff;
  --font-main: 'Noto Sans', sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.culinary-experience-section {
  padding: clamp(60px, 10vw, 100px) 0;
  background-color: var(--bg-offset);
  font-family: var(--font-main);
  color: var(--text-primary);
}

.culinary-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3vw, 30px);
  padding-right: clamp(20px, 3vw, 30px);
}

/* Section Header */
.culinary-section-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 70px);
}

.culinary-header-pill {
  display: inline-block;
  padding: 6px 16px;
  font-size: clamp(0.8rem, 1.8vw, 0.9rem);
  font-weight: 500;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-pill-text);
  border-radius: 9999px;
  margin-bottom: 16px;
}

.culinary-main-title {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--brand-blue-darker);
  line-height: 1.2;
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.culinary-main-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--text-secondary);
  line-height: 1.65;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Content Grid */
.culinary-content-grid {
  display: grid;
  grid-template-columns: 1fr; /* Mobile first */
  gap: clamp(40px, 6vw, 60px);
  align-items: flex-start;
}

@media (min-width: 992px) {
  .culinary-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(50px, 7vw, 80px);
    align-items: center;
  }
}

/* Left Column: Details Content */
.culinary-details-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.culinary-content-pill {
  display: inline-block;
  padding: 6px 16px;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  font-weight: 500;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-pill-text);
  border-radius: 9999px;
  align-self: flex-start;
}

.culinary-content-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  line-height: 1.25;
  margin: 0;
}

.culinary-content-description {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.culinary-features-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 25px);
}

.culinary-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon-wrapper {
  flex-shrink: 0;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-primary);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.feature-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.feature-text-content h4 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 6px 0;
}

.feature-text-content p {
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  color: var(--text-tertiary);
  line-height: 1.6;
  margin: 0;
}

.culinary-btn {
  padding: clamp(12px, 2vw, 16px) clamp(24px, 4vw, 32px);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 10px;
}
.culinary-btn-primary {
  background-color: var(--brand-blue-primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.culinary-btn-primary:hover {
  background-color: var(--brand-blue-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.culinary-btn-primary svg {
  stroke: var(--white);
  transition: transform 0.25s ease;
}
.culinary-btn-primary:hover svg {
  transform: translateX(3px);
}

/* Right Column: Image Showcase */
.culinary-image-showcase {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  display: flex;
  flex-direction: column;
}

.culinary-image-wrapper {
  position: relative; /* For caption overlay */
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* Aspect ratio for the image. Adjust as needed. */
  background-color: var(--bg-offset); /* Placeholder bg */
}

.culinary-showcase-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.culinary-image-caption {
  position: absolute; /* Position over the image */
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(16px, 3vw, 24px);
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 100%); /* Gradient overlay */
}

.caption-pill {
  display: inline-block;
  padding: 5px 12px;
  font-size: clamp(0.7rem, 1.2vw, 0.75rem);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
  color: var(--text-on-dark-primary);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 9999px;
  margin-bottom: 10px;
}

.caption-title {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--text-on-dark-primary); /* White text for on-image */
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Text shadow for readability */
}

/* Mobile Specific Refinements */
@media (max-width: 767px) {
  .culinary-section-header { margin-bottom: 40px; }
  .culinary-main-title { font-size: 1.8rem; }
  .culinary-main-subtitle { font-size: 0.95rem; }

  .culinary-content-grid { gap: 30px; }
  .culinary-content-title { font-size: 1.6rem; }
  .culinary-content-description { font-size: 0.9rem; }

  .feature-icon-wrapper { width: 40px; height: 40px; border-radius: 10px; }
  .feature-icon { width: 20px; height: 20px; }
  .feature-text-content h4 { font-size: 1rem; }
  .feature-text-content p { font-size: 0.8rem; }

  .culinary-btn { padding: 12px 20px; font-size: 0.9rem; }

  .culinary-image-showcase {
    border-radius: 16px;
  }
  .culinary-image-wrapper {
    padding-bottom: 89%;
  }
  .culinary-image-caption {
    padding: 16px;
  }
  .caption-title {
    font-size: 1.1rem;
  }
  .caption-pill {
    padding: 4px 10px;
    font-size: 0.7rem;
    margin-bottom: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b79001 *//* --- Workspace Amenities Section --- */
:root { /* Reusing existing color palette */
  --brand-blue-darker: #172554;
  --brand-blue-dark: #1e3a8a;
  --brand-blue-primary: #2563eb;
  --brand-blue-hover: #3b82f6;
  --brand-blue-light: #93c5fd;
  --brand-blue-lighter: #dbeafe;
  --brand-blue-extralight: #e0e7ff;
  --brand-blue-pill-text: #3730a3;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --text-on-dark-primary: #ffffff;
  --text-on-dark-secondary: rgba(255, 255, 255, 0.85);
  --bg-main: #ffffff;
  --bg-offset: #f8f9fa;
  --border-color: #e5e7eb;
  --border-color-light: #f3f4f6;
  --white: #ffffff;
  --font-main: 'Noto Sans', sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.workspace-amenities-section {
  padding: clamp(60px, 10vw, 100px) 0;
  background-color: var(--bg-main); /* Switched to main white background */
  font-family: var(--font-main);
  color: var(--text-primary);
}

.workspace-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3vw, 30px);
  padding-right: clamp(20px, 3vw, 30px);
}

.workspace-grid {
  display: grid;
  grid-template-columns: 1fr; /* Mobile first: Image showcase stacks on top */
  gap: clamp(40px, 6vw, 60px);
  align-items: flex-start;
}

@media (min-width: 992px) {
  .workspace-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); /* Image left (0.9fr), Text right (1.1fr) */
    gap: clamp(50px, 7vw, 80px);
    align-items: center;
  }
  /* To change order on desktop (Text left, Image right):
  .workspace-grid > .workspace-details-content { order: 1; }
  .workspace-grid > .workspace-image-showcase { order: 2; }
  */
}

/* Text Content (Right on Desktop by default) */
.workspace-details-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}
@media (min-width: 992px) {
    .workspace-details-content {
        /* If image is on left, text content is implicitly on right. Add order if needed */
    }
}


.workspace-content-pill {
  display: inline-block;
  padding: 6px 16px;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  font-weight: 500;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-pill-text);
  border-radius: 9999px;
  align-self: flex-start;
}

.workspace-content-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  line-height: 1.25;
  margin: 0;
}

.workspace-content-description {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

.workspace-features-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 25px);
}

.workspace-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.workspace-feature-icon-wrapper {
  flex-shrink: 0;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-primary);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
}

.workspace-feature-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.workspace-feature-text-content h4 {
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 6px 0;
}

.workspace-feature-text-content p {
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  color: var(--text-tertiary);
  line-height: 1.6;
  margin: 0;
}

.workspace-btn {
  padding: clamp(12px, 2vw, 16px) clamp(24px, 4vw, 32px);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 10px;
}
.workspace-btn-primary {
  background-color: var(--brand-blue-primary);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.workspace-btn-primary:hover {
  background-color: var(--brand-blue-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}
.workspace-btn-primary svg {
  stroke: var(--white);
  transition: transform 0.25s ease;
}
.workspace-btn-primary:hover svg {
  transform: translateX(3px);
}


/* Image Showcase (Left on Desktop by default) */
.workspace-image-showcase {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
    .workspace-image-showcase {
        /* If text is on right, image is implicitly on left. Add order if needed */
    }
}


.workspace-image-wrapper {
  position: relative; /* For caption overlay */
  width: 100%;
  height: 0;
  padding-bottom: 70%; /* Aspect ratio for the image. Adjust as needed. */
  background-color: var(--bg-offset); /* Placeholder bg */
}

.workspace-showcase-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.workspace-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(16px, 3vw, 24px);
  background: linear-gradient(0deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0) 100%);
}

.workspace-caption-pill {
  display: inline-block;
  padding: 5px 12px;
  font-size: clamp(0.7rem, 1.2vw, 0.75rem);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--text-on-dark-primary);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 9999px;
  margin-bottom: 10px;
}

.workspace-caption-title {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--text-on-dark-primary);
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

/* Mobile Specific Refinements */
@media (max-width: 991px) { /* Changed from 767px for earlier stacking if desired */
  .workspace-grid {
    /* Image showcase will be first by default in HTML, stacking on top */
  }
}

@media (max-width: 767px) {
  .workspace-content-title { font-size: 1.6rem; }
  .workspace-content-description { font-size: 0.9rem; }

  .workspace-feature-icon-wrapper { width: 40px; height: 40px; border-radius: 10px; }
  .workspace-feature-icon { width: 20px; height: 20px; }
  .workspace-feature-text-content h4 { font-size: 1rem; }
  .workspace-feature-text-content p { font-size: 0.8rem; }

  .workspace-btn { padding: 12px 20px; font-size: 0.9rem; }

  .workspace-image-showcase {
    border-radius: 16px;
  }
  .workspace-image-wrapper {
    padding-bottom: 75%; /* Taller image on mobile */
  }
  .workspace-image-caption {
    padding: 16px;
  }
  .workspace-caption-title {
    font-size: 1.1rem;
  }
  .workspace-caption-pill {
    padding: 4px 10px;
    font-size: 0.7rem;
    margin-bottom: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b71f3d5 *//* --- Key Benefits Section --- */
:root { /* Reusing existing color palette */
  --brand-blue-darker: #172554;
  --brand-blue-dark: #1e3a8a;
  --brand-blue-primary: #2563eb;
  --brand-blue-hover: #3b82f6;
  --brand-blue-light: #93c5fd;
  --brand-blue-lighter: #dbeafe; /* For icon wrapper background */
  --brand-blue-extralight: #e0e7ff;
  --brand-blue-pill-text: #3730a3;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --bg-main: #ffffff;
  --bg-offset: #f8f9fa;
  --border-color: #e5e7eb;
  --border-color-light: #f3f4f6;
  --white: #ffffff;
  --font-main: 'Noto Sans', sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.key-benefits-section {
  padding: clamp(50px, 8vw, 80px) 0;
  background-color: var(--bg-main); /* Or --bg-offset if you want slight contrast */
  font-family: var(--font-main);
}

.key-benefits-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3vw, 30px);
  padding-right: clamp(20px, 3vw, 30px);
}

/* Optional Section Header Styling */
.key-benefits-section-header {
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 60px);
}
.key-benefits-section-header h2 {
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 700;
  color: var(--brand-blue-darker);
  margin-bottom: 12px;
}
.key-benefits-section-header p {
  font-size: clamp(1rem, 2vw, 1.1rem);
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.key-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(25px, 4vw, 40px);
}

.benefit-card {
  background-color: var(--white);
  padding: clamp(20px, 3.5vw, 30px);
  border-radius: 16px;
  text-align: center;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  opacity: 0; /* For animation */
  animation: fadeInSlideUp 0.7s ease-out forwards;
}

/* Staggered animation for cards */
.benefit-card:nth-child(1) { animation-delay: 0.1s; }
.benefit-card:nth-child(2) { animation-delay: 0.25s; }
.benefit-card:nth-child(3) { animation-delay: 0.4s; }
/* Add more if you have more cards */


.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.benefit-icon-wrapper {
  width: clamp(60px, 10vw, 72px);
  height: clamp(60px, 10vw, 72px);
  background-color: var(--brand-blue-lighter); /* Light blue background for icon */
  border-radius: 16px; /* Softly rounded square */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(16px, 2.5vw, 20px);
  transition: background-color 0.3s ease;
}
.benefit-card:hover .benefit-icon-wrapper {
  background-color: var(--brand-blue-light); /* Slightly darker on card hover */
}

.benefit-icon {
  width: clamp(30px, 5vw, 36px);
  height: clamp(30px, 5vw, 36px);
  stroke: var(--brand-blue-primary); /* Primary blue for icon stroke */
  stroke-width: 1.5; /* Slightly thinner stroke for a refined look */
}

.benefit-title {
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 600;
  color: var(--brand-blue-dark);
  margin: 0 0 clamp(8px, 1.5vw, 12px) 0;
}

.benefit-description {
  font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  color: var(--text-tertiary);
  line-height: 1.65;
  margin: 0;
  max-width: 300px; /* Constrain line length for readability */
}

/* Animation */
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Responsive adjustments for mobile "one line and small" */
@media (max-width: 767px) {
  .key-benefits-grid {
    /* For "one line and small" - using flexbox to allow them to shrink and stay in a row */
    display: flex;
    flex-direction: row; /* Keep them in a row */
    gap: 15px; /* Smaller gap for mobile */
    overflow-x: auto; /* Allow horizontal scroll if they don't fit */
    padding-bottom: 15px; /* Space for scrollbar if it appears */
    /* Hide scrollbar visually if desired, but keep functionality */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .key-benefits-grid::-webkit-scrollbar { /* Chrome, Safari, Opera */
    display: none;
  }

  .benefit-card {
    flex: 0 0 clamp(200px, 75vw, 260px); /* Allow cards to shrink but have a base size and max */
    /* Each card takes up roughly a portion of the screen, allowing about 1.x cards to be visible */
    padding: 20px 15px; /* Reduced padding */
    border-radius: 12px; /* Slightly smaller radius */
    min-height: 220px; /* Ensure cards have some consistent minimum height */
    animation: none; /* Disable entry animation on mobile scroll for performance, or simplify */
    opacity: 1; /* Ensure visible if animation is off */
  }
  .benefit-card:hover {
    transform: translateY(-4px); /* Less hover effect on mobile */
  }

  .benefit-icon-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .benefit-icon {
    width: 28px;
    height: 28px;
  }
  .benefit-title {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }
  .benefit-description {
    font-size: 0.8rem;
    line-height: 1.55;
  }
}

@media (max-width: 480px) {
    .benefit-card {
        flex: 0 0 clamp(180px, 80vw, 240px); /* Even more compact for very small screens */
        min-height: 200px;
    }
     .benefit-icon-wrapper {
        width: 50px;
        height: 50px;
    }
    .benefit-icon {
        width: 26px;
        height: 26px;
    }
    .benefit-title {
        font-size: 1rem;
    }
    .benefit-description {
        font-size: 0.75rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2a27e7 *//* --- Cafe Info & Location Section --- */
:root {
  --brand-blue-darker: #172554;
  --brand-blue-dark: #1e3a8a;
  --brand-blue-primary: #2563eb;
  --brand-blue-hover: #3b82f6;
  --brand-blue-light: #93c5fd;
  --brand-blue-lighter: #dbeafe;
  --brand-blue-extralight: #e0e7ff;
  --brand-blue-pill-text: #3730a3;
  --accent-green: #10b981; /* For pill */
  --accent-green-hover: #0f9469; /* Darker green for hover */
  --accent-gold: #f59e0b; /* For price accent */
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --text-tertiary: #6b7280;
  --bg-main: #ffffff;
  --bg-section-new: #f0f4ff; /* Very light blue for section background */
  --bg-card-feature: var(--white);
  --border-color: #e5e7eb;
  --border-color-light: #f3f4f6;
  --white: #ffffff;
  --font-main: 'Noto Sans', sans-serif;
  --shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 12px 35px rgba(0, 0, 0, 0.1);
  /* Map Specific Variables (from your provided CSS) */
  --map-module-border-color: #d1d9e6; /* Adjusted to fit palette */
  --map-module-shadow-color-light: rgba(30, 58, 138, 0.07); /* Blueish shadow */
  --map-module-shadow-color-dark: rgba(30, 58, 138, 0.12);
  --map-module-border-radius: 18px;
  --map-module-bg: var(--white);
  --map-module-padding: 8px;
}

.cafe-info-location-section {
  padding: clamp(70px, 12vw, 120px) 0;
  /* Updated for gradient background */
  background: linear-gradient(to bottom, var(--bg-section-new), var(--white));
  font-family: var(--font-main);
  color: var(--text-primary);
  overflow: hidden;
  /* Top radius */
  border-top-left-radius: 50px; /* Adjust as needed */
  border-top-right-radius: 50px; /* Adjust as needed */
  /* Bottom radius */
  border-bottom-left-radius: 50px; /* Adjust as needed */
  border-bottom-right-radius: 50px; /* Adjust as needed */
}

.cafe-info-location-container {
  max-width: 1180px; /* Wider container for two columns */
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 3vw, 30px);
  padding-right: clamp(20px, 3vw, 30px);
}

.cafe-info-location-header {
  text-align: center;
  margin-bottom: clamp(50px, 8vw, 70px);
  opacity: 0;
  transform: translateY(20px);
  animation: contentFadeInUpBasic 0.8s 0.1s ease-out forwards;
}

.cafe-info-location-pill {
  display: inline-block;
  padding: 8px 22px;
  font-size: clamp(0.85rem, 1.8vw, 0.95rem);
  font-weight: 500;
  background-image: linear-gradient(to right, var(--accent-green), var(--accent-green-hover));
  color: var(--white);
  border-radius: 9999px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px -3px rgba(16, 185, 129, 0.4);
  transition: transform 0.3s ease;
}
.cafe-info-location-pill:hover {
    transform: scale(1.05);
}

.cafe-info-location-main-title {
  font-size: clamp(2.4rem, 5.5vw, 3.4rem);
  font-weight: 800;
  color: var(--brand-blue-darker);
  line-height: 1.2;
  margin: 0 0 18px 0;
  letter-spacing: -0.02em;
}

.cafe-info-location-main-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--text-secondary);
  line-height: 1.7;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Grid for Cafe Info & Map */
.cafe-info-map-grid {
  display: grid;
  grid-template-columns: 1fr; /* Mobile: stack map below info */
  gap: clamp(40px, 6vw, 60px);
  align-items: flex-start; /* Changed from center for potentially different heights */
}

@media (min-width: 992px) {
  .cafe-info-map-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); /* Info left, Map right */
                                                         /* Text content slightly wider */
    align-items: center; /* Vertically align if heights differ slightly */
  }
}

.cafe-details-column {
  opacity: 0;
  transform: translateX(-30px);
  animation: contentSlideInFromLeft 0.9s 0.3s ease-out forwards;
}

.cafe-details-title {
  font-size: clamp(1.7rem, 3.5vw, 2.2rem);
  font-weight: 700;
  color: var(--brand-blue-dark);
  margin: 0 0 clamp(15px, 2.5vw, 25px) 0;
  position: relative;
  padding-bottom: 10px;
}
/* Decorative underline for title */
.cafe-details-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-image: linear-gradient(to right, var(--brand-blue-primary), var(--brand-blue-light));
    border-radius: 2px;
}


.cafe-details-description {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  color: var(--text-secondary);
  line-height: 1.75;
  margin: 0 0 clamp(25px, 4vw, 35px) 0;
}

.cafe-features-list {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 28px);
}

.cafe-feature-item {
  display: flex;
  align-items: flex-start; /* Icon top-aligned with text block */
  gap: 18px;
  opacity: 0;
  transform: translateY(15px);
  animation: featureItemFadeInUp 0.7s ease-out forwards;
}
/* Staggered animation for features */
.cafe-features-list .cafe-feature-item:nth-child(1) { animation-delay: 0.6s; }
.cafe-features-list .cafe-feature-item:nth-child(2) { animation-delay: 0.75s; }
.cafe-features-list .cafe-feature-item:nth-child(3) { animation-delay: 0.9s; }


.cafe-feature-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: var(--brand-blue-extralight);
  color: var(--brand-blue-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cafe-feature-item:hover .cafe-feature-icon-wrapper {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 4px 10px rgba(var(--brand-blue-primary-rgb), 0.2);
}

.cafe-feature-icon {
  width: 26px;
  height: 26px;
}

.cafe-feature-text h4 {
  font-size: clamp(1.1rem, 2.2vw, 1.25rem);
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 5px 0;
}

.cafe-feature-text p {
  font-size: clamp(0.85rem, 1.8vw, 0.9rem);
  color: var(--text-tertiary);
  line-height: 1.65;
  margin: 0;
}
.price-accent-info {
  font-weight: 700;
  color: var(--accent-gold);
}

.cafe-map-column {
  opacity: 0;
  transform: translateX(30px);
  animation: contentSlideInFromRight 0.9s 0.3s ease-out forwards;
}

/* --- Map Module Styling (Integrating your provided CSS) --- */
.map-section-container {
    background-color: var(--map-module-bg);
    border-radius: var(--map-module-border-radius);
    padding: var(--map-module-padding);
    box-shadow:
        0 3px 10px var(--map-module-shadow-color-light),
        0 12px 35px var(--map-module-shadow-color-dark);
    border: 1px solid var(--map-module-border-color);
    /* REMOVED max-width: 900px; from here, parent column controls width */
    /* REMOVED margin: 50px auto; from here, parent grid handles spacing */
    overflow: hidden;
    /* Add width: 100% to ensure it fills its grid column */
    width: 100%;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}
.map-section-container:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 6px 15px var(--map-module-shadow-color-light),
                0 18px 45px var(--map-module-shadow-color-dark);
}


.responsive-map-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 60%; /* Adjusted for a slightly taller map as per your example */
    height: 0;
    border-radius: calc(var(--map-module-border-radius) - var(--map-module-padding));
}

.responsive-map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: inherit;
}

/* Animation Keyframes */
@keyframes contentFadeInUpBasic {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes contentSlideInFromLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes contentSlideInFromRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes featureItemFadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}


/* Responsive Adjustments */
@media (max-width: 991px) { /* Tablet - map stacks below info */
    .cafe-info-map-grid {
        /* Default 1fr column handles stacking */
    }
    .cafe-details-column, .cafe-map-column {
        transform: none; /* Reset transform for stacked view to avoid side-effects */
        /* Consider simpler fade-in for stacked elements if preferred */
        animation: contentFadeInUpBasic 0.8s 0.2s ease-out forwards;
    }
     .cafe-map-column {
        animation-delay: 0.4s; /* Slightly delay map on mobile stack */
    }
}

@media (max-width: 768px) {
    /* Using your provided map adjustments, ensure they don't conflict too much */
    /* Root variables for map can be adjusted here if needed for this specific context */
    /* :root {
        --map-module-border-radius: 12px;
        --map-module-padding: 5px;
    } */
    .map-section-container {
        /* margin: 30px 0; Removed side margins as it's in a grid column */
        border-radius: 12px; /* Example adjustment */
        padding: 5px; /* Example adjustment */

    }
    .responsive-map-container {
        padding-bottom: 65%; /* Taller map for mobile */
        border-radius: calc(12px - 5px); /* Example adjustment */
    }
    .cafe-details-title::after { width: 50px; height: 2px; }
}

@media (max-width: 480px) {
    /* :root {
        --map-module-border-radius: 10px;
        --map-module-padding: 4px;
    } */
     .map-section-container {
        border-radius: 10px; /* Example adjustment */
        padding: 4px; /* Example adjustment */
    }
    .responsive-map-container {
        padding-bottom: 70%; /* Even taller */
        border-radius: calc(10px - 4px); /* Example adjustment */
    }
    .cafe-feature-item {
        flex-direction: column; /* Stack icon above text on very small screens */
        align-items: center;
        text-align: center;
    }
    .cafe-feature-icon-wrapper {
        margin-bottom: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc57e1c *//* ----- Import Font (Nafs Font) ----- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
/* ----- Import Font Awesome (ILA MAZAL MAKAYNACH F SITE KAMEL) ----- */
/* HADA KHASSO IKON MDAR B TARI9A SA7I7A F SITE DYALEK BACH ICONAT IBANO */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');


/* ----- CSS Variables ----- */
:root {
  --footer-bg: #FFFFFF; /* LKHALFIA BIDA */
  --footer-text-primary: #1A202C; /* Loun k7el/rmadi mghlou9 kter (tailwind slate-800) */
  --footer-text-secondary: #475569; /* Rmadi (tailwind slate-600) */
  --footer-text-muted: #94A3B8; /* Rmadi bared (tailwind slate-400) */
  
  /* Alwan dyal Logo */
  --footer-logo-ai-color: #22D3EE; /* Cyan-400 (Loun li f tsowira dyalek) */
  --footer-logo-hub-color: var(--footer-logo-ai-color); /* MODIFIED: Now uses AI color */
  --footer-logo-tagline-color: #0F766E; /* Zre9/khder mghlou9 (tailwind teal-700) */

  --footer-link-hover-cyan: #67E8F9; /* CYAN-300 L HOVER */
  --footer-border-color: #E2E8F0; /* Loun l borders (tailwind gray-300) */
  
  --footer-social-icon-bg: #F0F9FF; /* Loun lkhlfia dyal social icons (Sky-50) */
  --footer-social-icon-color: #0EA5E9; /* Loun dyal social icons (Sky-500) */
  --footer-social-icon-hover-bg: #0EA5E9;
  --footer-social-icon-hover-color: #FFFFFF;
  
  --footer-contact-icon-color: #0EA5E9; /* Sky-500 */
}

/* ----- Styling dyal Footer Kamla ----- */
.site-footer {
  font-family: 'Inter', sans-serif;
  background-color: var(--footer-bg); /* LKHALFIA BIDA */
  color: var(--footer-text-secondary);
  padding-top: 75px;
  padding-bottom: 0; 
  font-size: 15.5px;
  line-height: 1.75;
}

.footer-main-content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px 30px;
  padding-bottom: 60px;
}

/* ----- Column 1: Logo, Description, Social ----- */
.footer-column-about .footer-logo {
  margin-bottom: 25px;
  /* Nقدرو n7eddo max-width l logo container ila bghina */
  /* max-width: 200px; */
}
.footer-logo-link {
  text-decoration: none;
  display: inline-block; /* Bach mayakhodch l3ord kamel ila l parent fih text-align:center */
}
.footer-logo-link .logo-main-text {
  display: block;
  font-weight: 900; /* Extra Ghlid bzaf */
  font-size: 52px; /* MODIFIED: Increased font size from 40px */
  line-height: 1.1; /* N9rbohom chwiya */
  letter-spacing: 0.02em; /* MODIFIED: Adjusted letter spacing from -1px */
}
.footer-logo-link .logo-ai {
  color: var(--footer-logo-ai-color); /* Cyan-400 */
  margin-right: 0.2em; /* MODIFIED: Added space after AI (0.2em of 52px = 10.4px) */
}
.footer-logo-link .logo-hub {
  color: var(--footer-logo-hub-color); /* Color set to match AI */
}
.footer-logo-link .logo-tagline {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--footer-logo-tagline-color); /* Zre9/Khder */
  letter-spacing: 0.2px;
  margin-top: 5px; /* MODIFIED: Espace sghir bin "AI HUB" ou tagline, increased from 2px */
}

.footer-description {
  margin-bottom: 30px;
  font-size: 15px;
  color: var(--footer-text-secondary);
}

.footer-social-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--footer-text-primary);
  margin-bottom: 16px;
}
.footer-social-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
.footer-social-links .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--footer-social-icon-bg);
  color: var(--footer-social-icon-color);
  font-size: 19px;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease-out;
}
.footer-social-links .social-icon:hover {
  background-color: var(--footer-social-icon-hover-bg);
  color: var(--footer-social-icon-hover-color);
  transform: translateY(-3px) scale(1.08);
}

/* ----- Columns 2 & 3: Links ----- */
.footer-column-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--footer-text-primary);
  margin-top: 0;
  margin-bottom: 25px;
}
.footer-links-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 15px;
}
.footer-links-list li:last-child {
  margin-bottom: 0;
}
.footer-links-list a {
  color: var(--footer-text-secondary);
  text-decoration: none; /* N7EYDO UNDERLINE PAR DEFAUT */
  transition: color 0.25s ease, padding-left 0.25s ease; /* Zedt padding-left l animation */
  position: relative;
  padding-left: 0; /* Par défaut bla padding */
  display: inline-block; /* Bach padding-left iخدم mzyan */
}
.footer-links-list a:hover {
  color: var(--footer-link-hover-cyan); /* HOVER B CYAN-300 */
  padding-left: 8px; /* Kayتحرك l limen chwiya melli hover */
}
.footer-links-list a:hover::before {
  content: "•";
  position: absolute;
  left: -5px;
  top: 50%; /* Nضبطoha عموديا */
  transform: translateY(-50%); /* Nضبطoha عموديا */
  color: var(--footer-link-hover-cyan);
  transition: opacity 0.25s ease;
  opacity: 1; /* Kayبان ghir melli hover 3la "a" */
  font-size: 1.2em; /* Nكبرو l bullet chwiya */
}


/* ----- Column 4: Contact ----- */
.footer-contact-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.footer-contact-list li:last-child {
  margin-bottom: 0;
}
.footer-contact-list .contact-icon {
  color: var(--footer-contact-icon-color);
  font-size: 18px;
  margin-right: 15px;
  margin-top: 1px;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
.footer-contact-list a,
.footer-contact-list span {
  color: var(--footer-text-secondary);
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-contact-list a:hover {
  color: var(--footer-link-hover-cyan);
}

/* ----- Copyright Bar ----- */
.footer-copyright-bar {
  background-color: #F1F5F9;
  padding: 25px 30px;
  text-align: center;
  font-size: 14px;
  color: var(--footer-text-muted);
  border-top: 1px solid var(--footer-border-color);
}
.footer-copyright-bar p {
  margin: 0;
}

/* ----- RESPONSIVE DESIGN ----- */
@media (max-width: 991px) { /* Tablet */
  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 35px 25px;
  }
  .footer-column-about {
    grid-column: span 2; /* Takhod l3ord kamel dyal jouj columns */
    text-align: center; /* Ncentriwha */
  }
  .footer-column-about .footer-logo-link {
    margin: 0 auto; /* Ncentriw logo ila kan inline-block */
  }
  .footer-column-about .footer-social-links {
    justify-content: center; /* Ncentriw social icons */
  }
}

@media (max-width: 767px) { /* Mobile */
  .site-footer {
    padding-top: 60px;
  }
  .footer-main-content {
    padding: 0 20px;
  }
  .footer-grid {
    grid-template-columns: 1fr; /* Koul column f ster */
    gap: 35px;
    padding-bottom: 40px;
  }
  .footer-column {
    text-align: left; /* Nرجعو text l lissr f mobile par défaut */
    /* Nقدرو nزيدو margin-bottom l koul column f mobile bach iجي espace mzyan */
    /* margin-bottom: 20px; */
  }
  /* .footer-column:last-child { margin-bottom: 0; } */

  .footer-column-about .footer-logo-link {
    margin: 0; /* Nرجعو logo l lissr */
  }
  .footer-column-about .footer-social-links {
    justify-content: flex-start; /* Nرجعو social icons l lissr */
  }
  .footer-column-title {
    margin-bottom: 18px;
    font-size: 18px;
  }
  .footer-links-list li {
    margin-bottom: 12px;
  }
  .footer-copyright-bar {
    padding: 22px 20px;
    font-size: 13px;
  }
}/* End custom CSS */