.elementor-803 .elementor-element.elementor-element-b76f8e4{--display:flex;}.elementor-803 .elementor-element.elementor-element-0b88abe{--display:flex;}.elementor-803 .elementor-element.elementor-element-9835fdf{--display:flex;}.elementor-803 .elementor-element.elementor-element-5e6cddc{--display:flex;}.elementor-803 .elementor-element.elementor-element-376bc1f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3105d08 */.comm-hero {
  background: linear-gradient(135deg, #0F2A06 0%, #1A5C1A 100%);
  border-radius: 20px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  margin: 12px auto;
  max-width: calc(1400px - 24px);
  box-sizing: border-box;
}
.comm-hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cellipse cx='35' cy='48' rx='13' ry='10' fill='%23fff'/%3E%3Cellipse cx='17' cy='30' rx='5' ry='6' fill='%23fff'/%3E%3Cellipse cx='29' cy='22' rx='5' ry='6' fill='%23fff'/%3E%3Cellipse cx='41' cy='22' rx='5' ry='6' fill='%23fff'/%3E%3Cellipse cx='53' cy='30' rx='5' ry='6' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 70px 70px;
  pointer-events: none;
}
.comm-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
}
.comm-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: #F5C800;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
.comm-hero-heading {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 18px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.comm-yellow {
  color: #F5C800;
}
.comm-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.7);
  line-height: 1.65;
  margin-bottom: 32px;
  max-width: 440px;
}
.comm-hero-btn {
  display: inline-block;
  background: #F5C800;
  color: #1A2000;
  font-weight: 900;
  font-size: 15px;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none;
}
.comm-hero-btn:hover {
  background: #e6b800;
}
.comm-hero-photo {
  background: rgba(255,255,255,0.08);
  border-radius: 16px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comm-photo-placeholder {
  color: rgba(255,255,255,0.3);
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .comm-hero {
    padding: 36px 24px;
    margin: 12px 12px;
  }
  .comm-hero-inner {
    grid-template-columns: 1fr;
  }
  .comm-hero-photo {
    display: none;
  }
  .comm-hero-heading {
    font-size: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c7a678 */.comm-process {
  background: #fff;
  border-radius: 16px;
  padding: 52px 48px;
  margin: 12px auto;
  max-width: calc(1400px - 24px);
  box-sizing: border-box;
}
.comm-label {
  font-size: 11px;
  font-weight: 800;
  color: #1A5C1A;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.comm-process-title {
  font-size: 36px;
  font-weight: 900;
  color: #1A2000;
  margin-bottom: 36px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.comm-process-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
}
.comm-steps {
  display: flex;
  flex-direction: column;
}
.comm-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #f0ece6;
  cursor: pointer;
}
.comm-step:last-child {
  border-bottom: none;
}
.comm-step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8e4de;
  color: #999;
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}
.comm-step-num-active {
  background: #1A5C1A;
  color: #fff;
}
.comm-step-label {
  font-size: 14px;
  font-weight: 600;
  color: #aaa;
  transition: color 0.2s;
}
.comm-step-active .comm-step-label {
  font-weight: 800;
  color: #1A5C1A;
}
.comm-step-detail {
  background: #f5f0e8;
  border-radius: 14px;
  padding: 32px;
}
.comm-step-detail-title {
  font-size: 19px;
  font-weight: 900;
  color: #1A2000;
  margin-bottom: 14px;
}
.comm-step-detail-body {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .comm-process {
    padding: 36px 24px;
    margin: 12px 12px;
  }
  .comm-process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df17a80 */.comm-offerings {
  background: #1A2000;
  border-radius: 16px;
  padding: 52px 48px;
  margin: 12px auto;
  max-width: calc(1400px - 24px);
  box-sizing: border-box;
}
.comm-offer-label {
  font-size: 11px;
  font-weight: 800;
  color: #F5C800;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.comm-offer-title {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 40px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.comm-offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.comm-offer-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.comm-offer-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}
.comm-offer-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .comm-offerings {
    padding: 36px 24px;
    margin: 12px 12px;
  }
  .comm-offerings-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1864d8d */.comm-benefits {
  background: #fff;
  border-radius: 16px;
  padding: 52px 48px;
  margin: 12px auto;
  max-width: calc(1400px - 24px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.comm-benefit-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #f0ece6;
}
.comm-benefit-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.comm-benefit-row:first-child {
  padding-top: 0;
}
.comm-benefit-label {
  font-size: 11px;
  font-weight: 800;
  color: #1A5C1A;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.comm-benefit-title {
  font-size: 26px;
  font-weight: 900;
  color: #1A2000;
  margin-bottom: 14px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 0.5px;
}
.comm-benefit-body {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
}
.comm-benefit-photo {
  background: #f5f0e8;
  border-radius: 14px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 13px;
}
@media (max-width: 767px) {
  .comm-benefits {
    padding: 36px 24px;
    margin: 12px 12px;
  }
  .comm-benefit-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .comm-benefit-row-flip .comm-benefit-photo {
    order: -1;
  }
  .comm-benefit-photo {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a592c0 */.comm-cta {
  background: #F5C800;
  border-radius: 16px;
  padding: 52px 48px;
  margin: 12px auto;
  max-width: calc(1400px - 24px);
  box-sizing: border-box;
  text-align: center;
}
.comm-cta-label {
  font-size: 11px;
  font-weight: 800;
  color: rgba(26,32,0,0.45);
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.comm-cta-title {
  font-size: 42px;
  font-weight: 900;
  color: #1A2000;
  margin-bottom: 10px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.comm-cta-sub {
  font-size: 15px;
  color: rgba(26,32,0,0.6);
  margin-bottom: 28px;
}
.comm-cta-btn {
  display: inline-block;
  background: #1A2000;
  color: #F5C800;
  font-weight: 900;
  font-size: 15px;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
}
.comm-cta-btn:hover {
  background: #2a3300;
}
@media (max-width: 767px) {
  .comm-cta {
    padding: 36px 24px;
    margin: 12px 12px;
  }
  .comm-cta-title {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS */.e-con {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body {
    background-color: #f5f0e8 !important;
}
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
        background-color: #f5f0e8 !important;
    }
    .e-con {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}/* End custom CSS */