.elementor-397 .elementor-element.elementor-element-776b8e9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-7ec8be8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-9f5ea8f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-1ff1dc1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-397 .elementor-element.elementor-element-0768fbd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0c26199 */.sje-about-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(9, 35, 24, 0.96) 0%,
      rgba(9, 35, 24, 0.78) 45%,
      rgba(9, 35, 24, 0.25) 100%
    ),
    url("https://shreejeebiomass.in/wp-content/uploads/2026/08/Rectangle-53.png") center center / cover no-repeat;

  color: #fff;
}

.sje-container {
  width: min(1240px, calc(100% - 80px));
  margin: auto;
}

.sje-hero-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.sje-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #d7c49b;
}

.sje-eyebrow::before {
  content: "";
  width: 35px;
  height: 1px;
  background: #d7c49b;
}

.sje-about-hero h1 {
  margin: 0;
  font-family: 'Corallo', 'Coral', sans-serif;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: -3px;
  font-weight: 600;
}

.sje-about-hero h1 span {
  color: #d5c397;
}

.sje-about-hero p {
  max-width: 620px;
  margin: 32px 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.8;
}

.sje-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  padding: 15px 18px 15px 22px;

  background: #f5f3ec;
  color: #173d2a;

  text-decoration: none;

  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease;
}


.sje-button-text {
  white-space: nowrap;
}


.sje-button-icon {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(23, 61, 42, .25);
  border-radius: 50%;

  transition:
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}


.sje-button-icon svg {
  width: 15px;
  height: 15px;

  stroke: #173d2a;
  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform .3s ease;
}


.sje-button:hover {
  background: #d5c397;
  color: #173d2a;
}


.sje-button:hover .sje-button-icon {
  background: #173d2a;
  border-color: #173d2a;

  transform: translateX(2px);
}


.sje-button:hover .sje-button-icon svg {
  stroke: #d5c397;

  transform: translate(2px, -2px);
}


/* Mobile */

@media (max-width: 767px) {

  .sje-button {
    padding: 13px 15px 13px 19px;

    font-size: 10px;
    letter-spacing: 1px;
  }

  .sje-button-icon {
    width: 29px;
    height: 29px;
  }

  .sje-button-icon svg {
    width: 13px;
    height: 13px;
  }

}
.sje-hero-meta {
  position: absolute;
  right: 0;
  bottom: 40px;

  display: flex;
  align-items: center;
  gap: 14px;

  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255,255,255,.65);
}

.sje-hero-meta div {
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,.4);
}

@media (max-width: 767px) {

  .sje-about-hero {
    min-height: 650px;
    background-position: 65% center;
  }

  .sje-container {
    width: calc(100% - 40px);
  }

  .sje-about-hero h1 {
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .sje-about-hero p {
    font-size: 15px;
    line-height: 1.7;
  }

  .sje-hero-meta {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea1a8c3 */.sje-capability {
  padding: 140px 0;
  background: #f5f3ec;
  color: #173d2a;
}

.sje-section-intro {
  max-width: 760px;
}

.sje-eyebrow.dark {
  color: #667052;
}

.sje-eyebrow.dark::before {
  background: #667052;
}

.sje-section-intro h2 {
  margin: 20px 0;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.08;
  letter-spacing: -2.5px;
}

.sje-section-intro h2 em {
  font-family: 'Corallo', 'Coral', sans-serif;
  font-weight: 400;
  color: #667052;
}

.sje-section-intro p {
  max-width: 620px;
  color: #667068;
  font-size: 16px;
  line-height: 1.8;
}

.sje-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 80px 0;
  border-top: 1px solid #d6d9d0;
  border-bottom: 1px solid #d6d9d0;
}

.sje-stat {
  padding: 40px;
  border-right: 1px solid #d6d9d0;
}

.sje-stat:last-child {
  border-right: 0;
}

.sje-stat strong {
  font-size: clamp(48px, 5vw, 72px);
  line-height: 1;
  letter-spacing: -3px;
}

.sje-stat span {
  margin-left: 8px;
  font-size: 13px;
  font-weight: 700;
}

.sje-stat p {
  margin: 15px 0 0;
  color: #667068;
  font-size: 13px;
}

.sje-capability-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 80px;
  align-items: center;
}

.sje-capability-image {
  height: 600px;
  overflow: hidden;
}

.sje-capability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sje-capability-content h3 {
  margin: 20px 0;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.sje-capability-content p {
  color: #667068;
  line-height: 1.8;
}

.sje-small-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9a8350;
}

.sje-feature-line {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #d6d9d0;
}

.sje-feature-line span {
  font-size: 11px;
  color: #9a8350;
}

@media(max-width:767px) {

  .sje-capability {
    padding: 90px 0;
  }

  .sje-stats {
    grid-template-columns: 1fr;
  }

  .sje-stat {
    border-right: 0;
    border-bottom: 1px solid #d6d9d0;
  }

  .sje-stat:last-child {
    border-bottom: 0;
  }

  .sje-capability-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sje-capability-image {
    height: 400px;
  }

  .sje-capability-content h3 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8140c7e *//* =========================================
   VALUES SECTION
========================================= */

.sje-values {
  padding: 140px 0;
  background: #173d2a;
  color: #fff;
}


/* =========================================
   CONTAINER
========================================= */

.sje-values .sje-container {
  width: min(1240px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================
   MAIN GRID
========================================= */

.sje-values-grid {
  display: grid;

  grid-template-columns: .9fr 1.1fr;

  gap: 100px;

  align-items: center;
}


/* =========================================
   IMAGE
========================================= */

.sje-values-image {
  position: relative;

  height: 680px;

  overflow: hidden;
}


.sje-values-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;
}


.sje-values-image:hover img {
  transform: scale(1.035);
}


/* =========================================
   IMAGE LABEL
========================================= */

.sje-image-caption {
  position: absolute;

  left: 20px;
  bottom: 20px;

  padding: 11px 15px;

  background: rgba(13, 40, 28, .88);

  color: #d5c397;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;

  backdrop-filter: blur(8px);
}


/* =========================================
   EYEBROW
========================================= */

.sje-values-content .sje-eyebrow.dark {
  display: flex;
  align-items: center;
  gap: 14px;

  color: #d5c397;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
}


.sje-values-content .sje-eyebrow.dark::before {
  content: "";

  width: 45px;
  height: 1px;

  background: #d5c397;
}


/* =========================================
   HEADING
========================================= */

.sje-values-content h2 {
  margin: 22px 0 25px;

  font-family: 'Corallo', 'Coral', sans-serif;

  font-size: clamp(44px, 5vw, 68px);

  line-height: 1.05;

  letter-spacing: -2.5px;

  font-weight: 600;
}


.sje-values-content h2 em {
  display: block;

  font-family: 'Corallo', 'Coral', sans-serif;

  font-weight: 400;

  font-style: italic;

  color: #d5c397;
}


/* =========================================
   INTRO TEXT
========================================= */

.sje-values-intro {
  max-width: 600px;

  margin-bottom: 45px;

  color: rgba(255, 255, 255, .68);

  font-size: 15px;

  line-height: 1.8;
}


/* =========================================
   VALUE ITEM
========================================= */

.sje-value {
  display: grid;

  grid-template-columns: 64px 1fr;

  gap: 22px;

  align-items: center;

  padding: 23px 0;

  border-top: 1px solid rgba(255, 255, 255, .16);

  transition:
    padding-left .35s ease,
    background .35s ease;
}


.sje-value:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}


/* =========================================
   PREMIUM ICON BACKGROUND
========================================= */

.sje-value-icon {
  width: 54px;
  height: 54px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f5f3ec;

  border: 1px solid rgba(213, 195, 151, .35);

  border-radius: 50%;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, .12);

  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}


/* SVG */

.sje-value-icon svg {
  width: 27px;
  height: 27px;

  stroke: #173d2a;

  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke .35s ease;
}


/* =========================================
   VALUE TEXT
========================================= */

.sje-value-text h3 {
  margin: 0 0 7px;

  font-family: 'Corallo', 'Coral', sans-serif;

  font-size: 18px;

  font-weight: 600;

  color: #fff;
}


.sje-value-text p {
  max-width: 530px;

  margin: 0;

  color: rgba(255, 255, 255, .58);

  font-size: 13px;

  line-height: 1.7;
}


/* =========================================
   HOVER
========================================= */

.sje-value:hover {
  padding-left: 12px;
}


.sje-value:hover .sje-value-icon {
  transform: translateY(-3px) scale(1.05);

  background: #d5c397;

  border-color: #d5c397;
}


.sje-value:hover .sje-value-icon svg {
  stroke: #173d2a;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .sje-values {
    padding: 110px 0;
  }

  .sje-values .sje-container {
    width: calc(100% - 50px);
  }

  .sje-values-grid {
    grid-template-columns: 1fr 1fr;

    gap: 50px;
  }

  .sje-values-image {
    height: 600px;
  }

  .sje-value {
    grid-template-columns: 55px 1fr;

    gap: 16px;
  }

  .sje-value-icon {
    width: 48px;
    height: 48px;
  }

  .sje-value-icon svg {
    width: 24px;
    height: 24px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .sje-values {
    padding: 90px 0;
  }

  .sje-values .sje-container {
    width: calc(100% - 40px);
  }

  .sje-values-grid {
    grid-template-columns: 1fr;

    gap: 55px;
  }

  .sje-values-image {
    height: 430px;
  }

  .sje-values-content h2 {
    font-size: 44px;

    letter-spacing: -2px;
  }

  .sje-values-intro {
    font-size: 14px;

    margin-bottom: 35px;
  }

  .sje-value {
    grid-template-columns: 55px 1fr;

    gap: 16px;

    padding: 20px 0;
  }

  .sje-value:hover {
    padding-left: 0;
  }

  .sje-value-icon {
    width: 48px;
    height: 48px;
  }

  .sje-value-icon svg {
    width: 24px;
    height: 24px;
  }

  .sje-value-text h3 {
    font-size: 16px;
  }

  .sje-value-text p {
    font-size: 12px;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .sje-values-image {
    height: 370px;
  }

  .sje-values-content h2 {
    font-size: 39px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e6fc96 *//* =========================================
   WHY SHREE JEE
========================================= */

.sje-why {
  padding: 140px 0;

  background: #f5f3ec;

  color: #173d2a;
}


.sje-why .sje-container {
  width: min(1240px, calc(100% - 80px));

  margin: 0 auto;
}


/* =========================================
   HEADER
========================================= */

.sje-why-header {
  display: grid;

  grid-template-columns: 1fr .55fr;

  gap: 100px;

  align-items: end;

  margin-bottom: 75px;
}


.sje-why-header h2 {
  max-width: 720px;

  margin: 20px 0 0;

  font-family:'Corallo', 'Coral', sans-serif;

  font-size: clamp(44px, 5vw, 70px);

  line-height: 1.05;

  letter-spacing: -2.5px;

  font-weight: 600;
}


.sje-why-header h2 em {
  font-family:'Corallo', 'Coral', sans-serif;
  
  font-weight: 400;

  font-style: italic;

  color: #667052;
}


.sje-why-header > p {
  margin: 0;

  color: #667068;

  font-size: 14px;

  line-height: 1.8;
}


/* =========================================
   LIST
========================================= */

.sje-why-list {
  border-top: 1px solid #d6d9d0;
}


/* =========================================
   ITEM
========================================= */

.sje-why-item {
  display: grid;

  grid-template-columns: 64px 1fr 50px;

  gap: 28px;

  align-items: center;

  padding: 28px 0;

  border-bottom: 1px solid #d6d9d0;

  transition:
    padding-left .35s ease,
    background .35s ease;
}


/* =========================================
   PREMIUM ICON
========================================= */

.sje-why-icon {
  width: 54px;
  height: 54px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: #173d2a;

  border: 1px solid #173d2a;

  border-radius: 50%;

  box-shadow:
    0 8px 22px rgba(23, 61, 42, .12);

  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}


.sje-why-icon svg {
  width: 27px;
  height: 27px;

  stroke: #d5c397;

  stroke-width: 1.5;

  stroke-linecap: round;
  stroke-linejoin: round;

  transition: stroke .35s ease;
}


/* =========================================
   CONTENT
========================================= */

.sje-why-content h3 {
  margin: 0 0 7px;

  font-family: 'Corallo', 'Coral', sans-serif;

  font-size: 20px;

  line-height: 1.3;

  font-weight: 600;

  color: #173d2a;
}


.sje-why-content p {
  max-width: 650px;

  margin: 0;

  color: #707870;

  font-size: 13px;

  line-height: 1.7;
}


/* =========================================
   ARROW
========================================= */

.sje-arrow {
  width: 44px;
  height: 44px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid #cdd2c8;

  border-radius: 50%;

  color: #173d2a;

  font-size: 18px;

  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .35s ease;
}


/* =========================================
   HOVER
========================================= */

.sje-why-item:hover {
  padding-left: 15px;
}


.sje-why-item:hover .sje-why-icon {
  background: #d5c397;

  border-color: #d5c397;

  transform: translateY(-3px) scale(1.05);
}


.sje-why-item:hover .sje-why-icon svg {
  stroke: #173d2a;
}


.sje-why-item:hover .sje-arrow {
  background: #173d2a;

  border-color: #173d2a;

  color: #d5c397;

  transform: translateX(3px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .sj-why {
    padding: 110px 0;
  }

  .sje-why .sje-container {
    width: calc(100% - 50px);
  }

  .sje-why-header {
    grid-template-columns: 1fr .7fr;

    gap: 50px;
  }

  .sje-why-item {
    grid-template-columns: 58px 1fr 45px;

    gap: 20px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

  .sje-why {
    padding: 90px 0;
  }

  .sje-why .sje-container {
    width: calc(100% - 40px);
  }


  .sje-why-header {
    grid-template-columns: 1fr;

    gap: 25px;

    margin-bottom: 50px;
  }


  .sje-why-header h2 {
    font-size: 42px;

    letter-spacing: -2px;
  }


  .sje-why-header > p {
    font-size: 13px;
  }


  .sje-why-item {
    grid-template-columns: 50px 1fr;

    gap: 16px;

    padding: 22px 0;
  }


  .sje-why-icon {
    width: 48px;
    height: 48px;
  }


  .sje-why-icon svg {
    width: 24px;
    height: 24px;
  }


  .sje-why-content h3 {
    font-size: 17px;
  }


  .sje-why-content p {
    font-size: 12px;
  }


  .sje-arrow {
    display: none;
  }


  .sje-why-item:hover {
    padding-left: 0;
  }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

  .sje-why-header h2 {
    font-size: 38px;
  }

  .sje-why-item {
    grid-template-columns: 46px 1fr;

    gap: 14px;
  }

  .sje-why-icon {
    width: 44px;
    height: 44px;
  }

  .sje-why-icon svg {
    width: 22px;
    height: 22px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edeec33 */.sje-closing {
  position: relative;
  min-height: 850px;
  display: flex;
  align-items: center;
  overflow: hidden;

  color: #fff;
}

.sje-closing-image {
  position: absolute;
  inset: 0;
}

.sje-closing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sje-closing-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(8,31,21,.97) 0%,
      rgba(8,31,21,.82) 50%,
      rgba(8,31,21,.3) 100%
    );
}

.sje-closing .sje-container {
  position: relative;
  z-index: 2;
}

.sje-closing-content {
  max-width: 900px;
}

.sje-closing h2 {
  margin: 20px 0 30px;

  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.03;
  letter-spacing: -3px;
}

.sje-closing h2 em {
  font-family: 'Corallo', 'Coral', sans-serif;
  font-weight: 400;
  color: #d5c397;
}

.sje-closing-content > p {
  max-width: 680px;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.8;
}

.sje-closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;

  margin: 60px 0;
  padding-top: 35px;

  border-top: 1px solid rgba(255,255,255,.2);
}

.sje-closing-grid span {
  color: #d5c397;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.sje-closing-grid p {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.7;
}

.sje-closing .sje-button {
  background: #d5c397;
}

.sje-closing .sje-button:hover {
  background: #fff;
}

@media(max-width:767px) {

  .sje-closing {
    min-height: 900px;
  }

  .sje-closing h2 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }

  .sje-closing-content > p {
    font-size: 15px;
  }

  .sje-closing-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
  }
}/* End custom CSS */