.elementor-3046 .elementor-element.elementor-element-7a45246{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--padding-top:60px;--padding-right:20px;--padding-bottom:60px;--padding-left:20px;}.elementor-3046 .elementor-element.elementor-element-98fea3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:0px;--padding-right:20px;--padding-bottom:0px;--padding-left:20px;}.elementor-3046 .elementor-element.elementor-element-4180407{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-3046 .elementor-element.elementor-element-314d7cd > .elementor-widget-container{padding:80px 20px 80px 20px;}/* Start custom CSS for html, class: .elementor-element-0cad93c */.jam-hero-section {
  width: 100%;
  padding: 40px 20px 65px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.jam-hero-wrapper {
  max-width: 1150px;
  min-height: 585px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52.5% 47.5%;
  background: #ffffff;
  border: 1px solid #ded8cf;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(30, 45, 35, 0.12);
}

.jam-hero-content {
  padding: 62px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jam-label {
  margin: 0 0 22px;
  color: #064d29;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.jam-hero-content h1 {
  margin: 0;
  color: #1d2a22;
  font-size: 55px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -2px;
}

.jam-desc {
  max-width: 500px;
  margin: 38px 0 0;
  color: #5b6862;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 1px;
}

.jam-badges {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jam-badges span {
  padding: 10px 14px;
  color: #064d29;
  background: #fbfaf7;
  border: 1px solid #e4ded4;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
}

.jam-hero-image {
  position: relative;
  min-height: 585px;
  overflow: hidden;
}

.jam-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.jam-floating-tabs {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 45px;
  padding: 18px 26px;
  display: flex;
  justify-content: center;
  gap: 30px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 24px 24px 0 0;
  color: #064d29;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.jam-feature-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  padding: 8px 20px;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  color: #264f35;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(5px);
}

.jam-feature-row span {
  white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
  .jam-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .jam-hero-content {
    padding: 45px 30px;
  }

  .jam-hero-content h1 {
    font-size: 44px;
  }

  .jam-hero-image {
    min-height: 420px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .jam-hero-section {
    padding: 25px 12px 45px;
  }

  .jam-hero-wrapper {
    border-radius: 24px;
  }

  .jam-label {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .jam-hero-content h1 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .jam-desc {
    font-size: 15px;
    margin-top: 24px;
  }

  .jam-floating-tabs {
    left: 14px;
    right: 14px;
    bottom: 38px;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px;
    font-size: 12px;
  }

  .jam-feature-row {
    overflow-x: auto;
    justify-content: flex-start;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51c9571 */.jam-range-section {
  width: 100%;
  padding: 60px 20px 80px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  color: #14261d;
}

.jam-range-head {
  max-width: 1150px;
  margin: 0 auto 28px;
}

.jam-range-head h2 {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 800;
  color: #14261d;
}

.jam-range-head p {
  margin: 0;
  color: #5c6a63;
  font-size: 16px;
}

.shan-tabs {
  max-width: 1150px;
  margin: 0 auto 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5ded3;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.shan-tabs button {
  border: 1px solid #e2dbd1;
  background: #ffffff;
  color: #0c4f2d;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shan-tabs button:hover,
.shan-tabs button.active {
  background: #0c4f2d;
  color: #ffffff;
  border-color: #0c4f2d;
}

.shan-empty {
  max-width: 1150px;
  margin: 20px auto;
  padding: 18px;
  display: none;
  background: #fbfaf6;
  border: 1px solid #e2dbd1;
  border-radius: 16px;
  color: #0c4f2d;
  font-weight: 700;
  text-align: center;
}

.jam-product-list {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.shan-card {
  display: grid;
  grid-template-columns: 44% 56%;
  background: #ffffff;
  border: 1px solid #e2dbd1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(30, 45, 35, 0.08);
}

.shan-card.hide {
  display: none;
}

.jam-product-image {
  min-height: 470px;
  background: #f7f2ea;
}

.jam-product-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.jam-product-content {
  padding: 36px 34px;
}

.jam-category {
  margin: 0 0 12px;
  color: #c28a25;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.jam-product-content h3 {
  margin: 0 0 8px;
  color: #14261d;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 800;
}

.jam-subtitle {
  margin: 0 0 20px;
  color: #5c6a63;
  font-size: 16px;
}

.jam-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
}

.jam-tags span {
  background: #fbfaf6;
  color: #0c4f2d;
  border: 1px solid #e2dbd1;
  padding: 9px 13px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 800;
}

.jam-product-content p {
  color: #2f3b34;
  font-size: 15px;
  line-height: 1.6;
}

.jam-product-content table {
  width: 100%;
  margin-top: 18px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e2dbd1;
  border-radius: 14px;
  overflow: hidden;
  font-size: 14px;
}

.jam-product-content th,
.jam-product-content td {
  padding: 12px 14px;
  border-bottom: 1px solid #e2dbd1;
  vertical-align: top;
}

.jam-product-content tr:last-child th,
.jam-product-content tr:last-child td {
  border-bottom: none;
}

.jam-product-content th {
  width: 38%;
  background: #fbfaf6;
  color: #0c4f2d;
  text-align: left;
  font-weight: 800;
}

.jam-product-content td {
  color: #253129;
}

.jam-product-content details {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2dbd1;
}

.jam-product-content summary {
  color: #0c4f2d;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  letter-spacing: 1px;
}

.jam-note {
  font-size: 13px !important;
  color: #777 !important;
}

@media (max-width: 991px) {
  .shan-card {
    grid-template-columns: 1fr;
  }

  .jam-product-image {
    min-height: 380px;
  }

  .jam-product-content {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .jam-range-section {
    padding: 45px 14px 60px;
  }

  .jam-range-head h2 {
    font-size: 30px;
  }

  .shan-tabs button {
    width: 100%;
  }

  .shan-card {
    border-radius: 22px;
  }

  .jam-product-image {
    min-height: 300px;
  }

  .jam-product-content {
    padding: 24px;
  }

  .jam-product-content h3 {
    font-size: 27px;
  }

  .jam-product-content table,
  .jam-product-content tbody,
  .jam-product-content tr,
  .jam-product-content th,
  .jam-product-content td {
    display: block;
    width: 100%;
  }

  .jam-product-content th {
    border-bottom: none;
    padding-bottom: 4px;
  }

  .jam-product-content td {
    padding-top: 4px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-314d7cd */.complete-jam-section {
  width: 100%;
  padding: 70px 20px 80px;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.complete-jam-container {
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.complete-jam-heading {
  margin-bottom: 28px;
}

.complete-jam-heading h2 {
  margin: 0 0 14px;
  color: #14261d;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.complete-jam-heading p {
  margin: 0;
  color: #4f5f58;
  font-size: 16px;
  line-height: 1.6;
}

.complete-jam-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(30, 45, 35, 0.12);
}

.complete-jam-image img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Tablet */
@media (max-width: 991px) {
  .complete-jam-section {
    padding: 55px 18px 65px;
  }

  .complete-jam-heading h2 {
    font-size: 30px;
  }

  .complete-jam-image img {
    height: 420px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .complete-jam-section {
    padding: 45px 14px 55px;
  }

  .complete-jam-heading h2 {
    font-size: 26px;
  }

  .complete-jam-heading p {
    font-size: 14px;
  }

  .complete-jam-image {
    border-radius: 10px;
  }

  .complete-jam-image img {
    height: 280px;
  }
}/* End custom CSS */