.elementor-484 .elementor-element.elementor-element-33bb5ff{--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-484 .elementor-element.elementor-element-a5b69a7{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-484 .elementor-element.elementor-element-79685ee img{width:100%;max-width:100%;}.elementor-484 .elementor-element.elementor-element-f58c0a5{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-484 .elementor-element.elementor-element-995ce23{--display:grid;--e-con-grid-template-columns:repeat(5, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-484 .elementor-element.elementor-element-4ce17a8{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-484 .elementor-element.elementor-element-cc1d0ce{font-family:"Roboto", Sans-serif;font-weight:400;color:#000000;}.elementor-484 .elementor-element.elementor-element-6b29a84{--display:flex;}.elementor-484 .elementor-element.elementor-element-0136561{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-484 .elementor-element.elementor-element-995ce23{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-484 .elementor-element.elementor-element-995ce23{--content-width:1600px;}.elementor-484 .elementor-element.elementor-element-4ce17a8{--content-width:1600px;}.elementor-484 .elementor-element.elementor-element-6b29a84{--content-width:1600px;}}@media(max-width:767px){.elementor-484 .elementor-element.elementor-element-995ce23{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for image, class: .elementor-element-79685ee */.elementor-484 .elementor-element.elementor-element-79685ee img {
    width: 100vw !important;
    max-width: 100vw !important;
    height: auto !important;
    margin-left: calc(-50vw + 50%);
    display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40274f6 */.flip-card {
  background: transparent;
  width: 200px;   /* reduced width */
  height: 350px;
  perspective: 1000px;
  margin: 20px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back shared styles */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

/* Front Side */
.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-title {
  background: #e65100; /* orange strip */
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* Back Side */
.flip-card-back {
  background: #2e7d32; /* green background */
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ensures button stays at bottom */
}

/* Bigger heading */
.back-heading {
  font-size: 18px;          /* increased size */
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #fdd835;           /* yellow accent */
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #fdd835;
  padding-bottom: 4px;
}

/* Product list */
.flip-card-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flip-card-back li {
  margin: 5px 0;
}

/* Button at bottom */
.view-btn {
  display: block;
  margin-top: 15px;
  padding: 8px 15px;
  background: #fdd835; /* yellow button */
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
}

.view-btn:hover {
  background: #ffc107; /* lighter yellow on hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-209f5d3 */.flip-card {
  background: transparent;
  width: 200px;   /* slim width */
  height: 350px;
  perspective: 1000px;
  margin: 20px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back shared styles */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

/* Front Side */
.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-title {
  background: #ff9800; /* orange strip for juices */
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* Back Side */
.flip-card-back {
  background: #4caf50; /* green background for juices */
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps button at bottom */
}

/* Heading */
.back-heading {
  font-size: 20px;          /* bigger size */
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #fdd835;           /* yellow accent */
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #fdd835;
  padding-bottom: 4px;
}

/* Product list */
.flip-card-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flip-card-back li {
  margin: 5px 0;
}

/* Button at bottom */
.view-btn {
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #fdd835; /* yellow button */
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
}

.view-btn:hover {
  background: #ffc107; /* lighter yellow on hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-435f61e */.flip-card {
  background: transparent;
  width: 200px;   /* slim width */
  height: 350px;
  perspective: 1000px;
  margin: 20px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front & Back shared styles */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
}

/* Front Side */
.flip-card-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-title {
  background: #ff9800; /* orange strip for juices */
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* Back Side */
.flip-card-back {
  background: #4caf50; /* green background for juices */
  color: #fff;
  transform: rotateY(180deg);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* keeps button at bottom */
}

/* Heading */
.back-heading {
  font-size: 20px;          /* bigger size */
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #fdd835;           /* yellow accent */
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #fdd835;
  padding-bottom: 4px;
}

/* Product list */
.flip-card-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flip-card-back li {
  margin: 5px 0;
}

/* Button at bottom */
.view-btn {
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #fdd835; /* yellow button */
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background 0.3s;
}

.view-btn:hover {
  background: #ffc107; /* lighter yellow on hover */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08d0be7 */.logo-grid {
  display: flex;
  flex-direction: row;   /* horizontal layout */
  gap: 15px;             /* space between logos */
  justify-content: center;
  margin: 20px 0;
}

.logo-box {
  width: 220px;   /* fixed width */
  height: 220px;  /* fixed height */
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.logo-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain; /* keeps proportions correct */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf7dacd *//* FULL WIDTH SECTION */
.cta-modern {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

/* FLEX LAYOUT */
.cta-modern-wrapper {
  display: flex;
  width: 100%;
  min-height: 480px;
}

/* LEFT SIDE (GREEN AREA) */
.cta-modern-left {
  width: 50%;
  background-color: #4c744f;
  display: flex;
  align-items: center;
  padding: 80px;
}

/* CONTENT */
.cta-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #f5f1e8;
  margin-bottom: 35px;
}

/* BUTTON */
.cta-modern-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 16px 34px;
  border: 2px solid #f5f1e8;
  border-radius: 50px;
  color: #f5f1e8;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.cta-modern-btn:hover {
  background-color: #f5f1e8;
  color: #4c744f;
}

/* RIGHT IMAGE */
.cta-modern-right {
  width: 50%;
}

.cta-modern-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-modern-wrapper {
    flex-direction: column;
  }

  .cta-modern-left,
  .cta-modern-right {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
  }

  .cta-content h2 {
    font-size: 30px;
  }
}/* End custom CSS */