@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6705882353);
}

.t2-tileSub {
  font-family: "Poppins", sans-serif;
}

.t2-cat-sub {
  font-family: "Poppins", sans-serif;
}

.t2-m-sub {
  font-family: "Poppins", sans-serif;
}

.accordion-body {
  font-family: "Poppins", sans-serif;
}

.t2ps-role {
  font-family: "Poppins", sans-serif;
}

:root {
  --text:#616671;
  --sec:#ffc905;
  --heading:#011610;
  --dark-green:#014931;
  --white: #f4f4f4;
  --gradient: linear-gradient(248deg,rgba(2, 91, 62, 1) 0%, rgba(3, 110, 76, 1) 100%);
  --card: #0d9488;
  --mid:#f4fef9;
}

.sectoin-img img {
  width: 100%;
}

/* ================================
   TEMPLATE-2 HEADER (Logo Left)
   Matches your final HTML
================================ */
.t2-header {
  position: relative;
  z-index: 1050;
}

/* Top info bar */
.t2-top {
  background: var(--gradient);
}

.t2-top-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 5px 0;
}

.t2-top-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.t2-top-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.t2-top-link i {
  color: #FFC905;
}
.t2-top-link:hover {
  color: #FFC905;
}

.t2-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(2, 6, 23, 0.22);
  visibility: hidden;
}

.t2-top-right {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.t2-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 3px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(2, 6, 23, 0.02);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}
.t2-top-btn:hover {
  transform: translateY(-1px);
  background: rgba(11, 59, 122, 0.08);
}

.t2-top-btn--accent {
  background: #ffc905;
  border-color: rgba(255, 201, 5, 0.65);
  color: #92969e;
}
.t2-top-btn--accent:hover {
  background: #ffc905;
}

.t2-main {
  position: sticky;
  top: 0;
  background-color: rgba(0, 51, 32, 0.0549019608);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(2, 6, 23, 0.08);
  box-shadow: 0 12px 40px rgba(2, 6, 23, 0.06);
  z-index: 1060;
}

.t2-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}

.t2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.t2-logo {
  border-radius: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.t2-brand-name {
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
}

.t2-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 18px;
}

.t2-link {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  padding: 8px 16px;
  position: relative;
  margin: 0 15px;
  background-color: rgba(0, 51, 32, 0.0549019608);
  border-radius: 50px;
}
.t2-link:hover {
  color: #0d9486;
}
.t2-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.t2-dd-btn {
  border: 0;
}

.t2-drop {
  background: #002618;
  border-radius: 18px;
  padding: 10px;
  border: 1px solid #002618;
  box-shadow: 0 24px 70px rgba(2, 6, 23, 0.15);
  width: 340px;
  margin-top: 10px;
}

.t2-drop-link {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 300;
  font-size: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(19, 83, 60, 0.4117647059);
  margin: 8px 0;
}
.t2-drop-link:hover {
  background: #0d9486;
  color: #fff;
}

.t2-drop-sep {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 8px 4px;
}

.t2-actions {
  justify-self: end;
  display: flex;
  align-items: center;
}

.t2-iconbtn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: transparent;
  text-decoration: none;
  transition: transform 0.18s ease;
}
.t2-iconbtn:hover {
  background: #0d9486;
  color: #fff;
}

.t2-cta {
  background: #FFC905;
  /* Industrial Yellow */
  color: #0B1220;
  border: none;
  border-radius: 999px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
}

.t2-burger {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(2, 6, 23, 0.12);
  background: #fff;
  display: grid;
  place-content: center;
  gap: 4px;
  padding: 0;
}

.t2-burger span {
  width: 18px;
  height: 2px;
  background: rgba(2, 6, 23, 0.7);
  border-radius: 999px;
}

.t2-off-links {
  display: grid;
  gap: 8px;
}

.t2-off-link {
  display: block;
  padding: 10px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  color: rgba(15, 23, 42, 0.85);
}
.t2-off-link:hover {
  background: rgba(11, 59, 122, 0.08);
}

@media (max-width: 575.98px) {
  .t2-brand-text {
    display: none;
  }
}
/* Offcanvas wrapper */
.t2-off {
  width: 320px;
}

/* Mobile links */
.t2-off-link {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  margin: 4px 0;
  background: rgba(0, 0, 0, 0.03);
}

.t2-off-link:hover {
  background: rgba(13, 110, 253, 0.12);
  color: var(--heading);
}

/* separator inside dropdown list */
.t2-off-sep {
  height: 1px;
  margin: 8px 10px;
  background: rgba(0, 0, 0, 0.12);
}

/* Accordion look */
.t2-off-acc {
  border: 0;
  background: transparent;
}

.t2-off-accbtn {
  border-radius: 12px !important;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.03) !important;
  font-weight: 700;
  margin: 8px 0;
}

.t2-off-accbtn:focus {
  box-shadow: none !important;
}

.accordion-button::after {
  transform: scale(0.9);
}

.btn-primary {
  background-color: #FFC905 !important;
  color: var(--heading) !important;
  border: none !important;
}

.t2-drop {
  position: relative;
}
.t2-drop::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1F2937;
}

.drop-icon {
  color: #FFC905;
  border-radius: 8px;
}

.drop-par {
  display: flex;
}

.t2-footer2 {
  background: #013724;
  color: rgba(255, 255, 255, 0.86);
  padding: 58px 0 24px;
  position: relative;
  z-index: 1;
}
.t2-footer2::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 100%;
  bottom: 0;
  background-color: var(--heading);
  opacity: 0.6;
  z-index: -1;
}
.t2-footer2::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: -1;
}

.t2f2-top {
  display: grid;
  grid-template-columns: 1.1fr 0.5fr 1fr 1.1fr;
  gap: 26px;
  padding-bottom: 22px;
}

.t2f2-logo {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.t2f2-logo img {
  width: 74px;
  height: 74px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1px;
}

.t2f2-name {
  font-weight: 700;
  letter-spacing: -0.2px;
  font-size: 1.1rem;
}

.t2f2-tag {
  margin-top: 2px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
}

.t2f2-text {
  margin-top: 12px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.651);
  font-weight: 400;
  font-size: 14px;
}

.t2f2-title {
  font-weight: 600;
  color: var(--sec);
  margin-bottom: 8px;
  letter-spacing: 0.2px;
  font-size: 21px;
  font-family: "DM Sans", sans-serif;
}

.t2f2-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.t2f2-list a {
  color: rgba(255, 255, 255, 0.651);
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: color 0.18s ease, transform 0.18s ease;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.t2f2-list a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 201, 5, 0.9);
  box-shadow: 0 0 0 4px rgba(255, 201, 5, 0.11);
}

.t2f2-list a:hover {
  color: #fff;
  transform: translateX(2px);
}

.t2f2-contact {
  display: grid;
  gap: 12px;
  color: rgba(255, 255, 255, 0.651);
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.t2f2-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: start;
}

.t2f2-ic {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffc905;
}

.t2f2-contact a {
  color: rgba(255, 255, 255, 0.651);
  text-decoration: none;
}

.t2f2-contact a:hover {
  color: #fff;
}

.t2f2-cta {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.t2f2-ctaBtn {
  text-decoration: none;
  background: #ffc905;
  color: #071a33;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform 0.18s ease;
  font-family: "Poppins", sans-serif;
}

.t2f2-ctaBtn:hover {
  transform: translateY(-1px);
}

.t2f2-ctaBtn--outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.t2f2-bottom {
  margin-top: 18px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 14px;
}

.t2f2-bottomLinks a,
.t2f2-credit a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
}

.t2f2-bottomLinks a:hover,
.t2f2-credit a:hover {
  color: #fff;
}

.t2f2-sep {
  opacity: 0.45;
  padding: 0 8px;
}

.t2f2-credit {
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .t2f2-top {
    grid-template-columns: 1fr;
  }
}
.inner-page-hero {
  padding: 50px 0;
  background: linear-gradient(to bottom right, #059669, #0d9488, #0e7490);
  color: #ffffff;
}

.crematorium-manufatures-step {
  border: unset !important;
  box-shadow: unset !important;
}
.crematorium-manufatures-step .t2-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}
.crematorium-manufatures-step .t2-stepCard {
  border-radius: 15px;
}

/* Projects Page */
/* ================================
   PROJECTS PAGE — COLORFUL VERSION
   (NO HTML changes)
==================================*/
/* Page wrap background (adds color depth) */
.t2p-wrap {
  background: radial-gradient(1200px 420px at 12% 5%, rgba(247, 201, 72, 0.18), transparent 55%), radial-gradient(900px 360px at 88% 12%, rgba(46, 134, 222, 0.14), transparent 52%), radial-gradient(800px 380px at 50% 95%, rgba(20, 184, 166, 0.12), transparent 55%), linear-gradient(180deg, #f5f8ff 0%, #f7fbff 45%, #f6f8fb 100%);
}

/* HERO already colorful, keep but slightly stronger */
.t2p-hero {
  padding: 66px 0 50px;
  background: linear-gradient(to bottom right, #059669, #0d9488, #0e7490);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.t2p-heroInner {
  position: relative;
}

.t2p-heroTag {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  font-weight: 600;
  font-size: 13px;
  backdrop-filter: blur(10px);
}

.t2p-title {
  margin: 14px 0 6px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.05;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
}

.t2p-lead {
  opacity: 0.92;
  max-width: 980px;
  margin: 0;
  color: var(--white);
}

/* Intro card — add colored top bar and subtle tint */
.t2p-introCard {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.1);
  border: 1px solid rgba(16, 24, 40, 0.08);
  position: relative;
  overflow: hidden;
}

.t2p-introCard::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #f7c948 0%, #2e86de 50%, #14b8a6 100%);
}

.t2p-introCard::after {
  content: "";
  position: absolute;
  inset: -60px;
  background: radial-gradient(520px 240px at 10% 10%, rgba(46, 134, 222, 0.1), transparent 60%), radial-gradient(520px 240px at 90% 30%, rgba(247, 201, 72, 0.12), transparent 62%);
  pointer-events: none;
}

.t2p-introCard > * {
  position: relative;
}

@media (min-width: 992px) {
  .t2p-introCard {
    padding: 28px;
  }
}
/* Section container — colorful border + header accent */
.t2p-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(250, 252, 255, 0.96) 100%);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  border: 1px solid rgba(46, 134, 222, 0.16);
  position: relative;
  overflow: hidden;
}

.t2p-section::before {
  content: "";
  position: absolute;
  inset: -80px;
  background: radial-gradient(700px 280px at 20% 0%, rgba(20, 184, 166, 0.1), transparent 60%), radial-gradient(700px 280px at 90% 40%, rgba(46, 134, 222, 0.1), transparent 60%), radial-gradient(520px 220px at 10% 90%, rgba(247, 201, 72, 0.1), transparent 60%);
  pointer-events: none;
}

.t2p-section > * {
  position: relative;
}

@media (min-width: 992px) {
  .t2p-section {
    padding: 26px;
  }
}
.t2p-secHead h2 {
  font-weight: 700;
  letter-spacing: -0.35px;
  margin: 0 0 8px;
  color: #071a2f;
}

.t2p-secSub {
  color: rgba(0, 0, 0, 0.6705882353);
  margin: 0;
  line-height: 1.85;
}

/* Subheads */
.t2p-subHead {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  color: #0b2a4a;
}

.t2p-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f7c948;
  box-shadow: 0 0 0 4px rgba(247, 201, 72, 0.28);
}

.t2p-paragraph {
  margin-top: 12px;
  color: #1f2937;
  line-height: 1.9;
}

/* Grids */
.t2p-grid {
  margin-top: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .t2p-grid {
    grid-template-columns: 1fr;
  }
}
.t2p-grid--tight {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .t2p-grid--tight {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .t2p-grid--tight {
    grid-template-columns: 1fr;
  }
}
/* =========================
   Project Cards — COLORFUL
========================= */
.t2p-card {
  border-radius: 18px;
  padding: 16px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.96) 100%);
  border: 1px solid rgba(16, 24, 40, 0.1);
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.t2p-card::before {
  content: "";
  position: absolute;
  left: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 201, 72, 0.35), transparent 60%);
  filter: blur(2px);
}

.t2p-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 134, 222, 0.22), transparent 60%);
  filter: blur(2px);
}

.t2p-card > * {
  position: relative;
}

.t2p-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.12);
}

.t2p-cardTitle {
  font-weight: 950;
  color: #071a2f;
  letter-spacing: -0.2px;
  line-height: 1.25;
  font-size: 16px;
}

.t2p-cardPlace {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #334155;
  font-weight: 500;
}

.t2p-cardPlace i {
  color: #2e86de;
}

/* Variant tints (multi relevant colors) */
.t2p-card--electric {
  border-color: rgba(46, 134, 222, 0.22);
  background: linear-gradient(180deg, rgba(240, 248, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.t2p-card--electric .t2p-cardPlace i {
  color: #2e86de;
}

.t2p-card--electric::before {
  background: radial-gradient(circle, rgba(46, 134, 222, 0.3), transparent 60%);
}

.t2p-card--gasifier {
  border-color: rgba(20, 184, 166, 0.26);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.92) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.t2p-card--gasifier .t2p-cardPlace i {
  color: #14b8a6;
}

.t2p-card--gasifier::before {
  background: radial-gradient(circle, rgba(20, 184, 166, 0.3), transparent 60%);
}

.t2p-card--maint {
  border-color: rgba(247, 201, 72, 0.3);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.92) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.t2p-card--maint .t2p-cardPlace i {
  color: #f59e0b;
}

.t2p-card--maint::before {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.28), transparent 60%);
}

/* TN mini pills — more colorful */
.t2p-mini {
  border-radius: 999px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 100%);
  border: 1px solid rgba(46, 134, 222, 0.18);
  font-weight: 900;
  color: #0b2a4a;
  box-shadow: 0 12px 22px rgba(16, 24, 40, 0.06);
  position: relative;
  overflow: hidden;
}

.t2p-mini::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(220px 120px at 15% 30%, rgba(247, 201, 72, 0.18), transparent 60%), radial-gradient(220px 120px at 90% 10%, rgba(46, 134, 222, 0.12), transparent 62%);
  pointer-events: none;
}

.t2p-mini:hover {
  border-color: rgba(20, 184, 166, 0.28);
}

/* Ending block — subtle color panel */
.t2p-ending {
  margin-top: 10px;
  background: radial-gradient(640px 240px at 10% 10%, rgba(247, 201, 72, 0.16), transparent 60%), radial-gradient(640px 240px at 90% 20%, rgba(20, 184, 166, 0.12), transparent 62%), linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  border: 1px solid rgba(16, 24, 40, 0.1);
  border-radius: 18px;
  padding: 16px 16px;
  color: #1f2937;
  line-height: 1.9;
}

/* Bottom CTA — more punch, still light */
.t2p-bottomCta {
  border-radius: 22px;
  padding: 18px !important;
  background: radial-gradient(520px 200px at 12% 20%, rgba(247, 201, 72, 0.22), transparent 62%), radial-gradient(520px 200px at 88% 20%, rgba(46, 134, 222, 0.18), transparent 62%), linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(16, 24, 40, 0.12);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.t2p-bottomText {
  font-weight: 500;
  color: #071a2f;
  max-width: 820px;
}

.t2p-bottomBtns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.t2p-btnSolid, .t2p-btnOutline {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.16s ease, filter 0.16s ease, background 0.16s ease;
}

.t2p-btnSolid {
  background: linear-gradient(90deg, #f7c948 0%, #f59e0b 100%);
  color: #121212;
  border: 0;
}

.t2p-btnSolid:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.t2p-btnOutline {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 100%);
  color: #0b2a4a;
  border: 1px solid rgba(46, 134, 222, 0.28);
}

.t2p-btnOutline:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

/* Optional: headings spacing polish */
.t2p-secHead {
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(46, 134, 222, 0.22);
  margin-bottom: 8px;
}

/* =====================================
   COLOR ONLY ON PROJECT CARDS
===================================== */
/* Base card */
.t2p-card {
  border-radius: 18px;
  padding: 18px 18px;
  background: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

/* Colored left accent */
.t2p-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #0077cc;
}

/* subtle background tint */
.t2p-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 119, 204, 0.06), transparent 60%);
  pointer-events: none;
}

.t2p-card > * {
  position: relative;
}

/* hover */
.t2p-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* title */
.t2p-cardTitle {
  font-weight: 600;
  font-size: 14px;
  color: #0b2a4a;
  line-height: 1.3;
}

/* place */
.t2p-cardPlace {
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
  color: #475569;
}

.t2p-cardPlace i {
  color: #0077cc;
}

/* =====================================
   ELECTRIC CREMATORIUM (BLUE)
===================================== */
.t2p-card--electric::before {
  background: #0077ff;
}

.t2p-card--electric {
  border-color: rgba(0, 119, 255, 0.25);
  background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

.t2p-card--electric .t2p-cardPlace i {
  color: #0077ff;
}

/* =====================================
   GASIFIER CREMATORIUM (GREEN)
===================================== */
.t2p-card--gasifier::before {
  background: #16a34a;
}

.t2p-card--gasifier {
  border-color: rgba(22, 163, 74, 0.25);
  background: linear-gradient(180deg, #f3fff7 0%, #ffffff 100%);
}

.t2p-card--gasifier .t2p-cardPlace i {
  color: #16a34a;
}

/* =====================================
   MAINTENANCE (ORANGE)
===================================== */
.t2p-card--maint::before {
  background: #f59e0b;
}

.t2p-card--maint {
  border-color: rgba(245, 158, 11, 0.3);
  background: linear-gradient(180deg, #fff7e8 0%, #ffffff 100%);
}

.t2p-card--maint .t2p-cardPlace i {
  color: #f59e0b;
}

/* =====================================
   TN MINI PROJECT ITEMS
===================================== */
.t2p-mini {
  border-radius: 999px;
  padding: 10px 14px;
  background: #ffffff;
  border: 2px solid #e2e8f0;
  font-weight: 500;
  color: #0b2a4a;
  transition: all 0.2s ease;
}

.t2p-mini:hover {
  border-color: #0077cc;
  background: #f4f9ff;
}

/* =====================================
Enquiry page
===================================== */
.enquiry-pg .t2-contactNeo {
  min-height: 100vh;
}

/* =========================
   Contact Page
========================= */
/* ================================
   CONTACT PAGE (NO FORM) — C3
================================ */
.c3-contactPage {
  background: #f7f8fb;
}

.c3-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.c3-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #0b2a4a;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.c3-title {
  margin-top: 14px;
  font-weight: 900;
  color: #0b2a4a;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.c3-sub {
  margin-top: 10px;
  color: #55657a;
  font-weight: 600;
}

/* Map card */
.c3-mapCard {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #e7edf6;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.c3-mapTop {
  padding: 16px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(to bottom right, #059669, #0d9488, #0e7490);
  color: #fff;
}

.c3-mapTitle {
  font-weight: 600;
}

.c3-dirBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffb703;
  color: #0b2a4a;
  font-weight: 600;
  text-decoration: none;
}

.c3-dirBtn:hover {
  filter: brightness(0.95);
}

.c3-mapFrame {
  height: 100%;
}

.c3-mapFrame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.c3-mapNote {
  padding: 14px 16px;
  background: #f3f8ff;
  color: #22425f;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  position: absolute;
  bottom: 20px;
}

/* Right stack */
.c3-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.c3-card {
  background: #fff;
  border-radius: 18px;
  border: 2px solid #e7edf6;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.c3-card > * {
  position: relative;
}

.c3-cardHead {
  display: flex;
  gap: 12px;
  align-items: center;
}

.c3-cardIcon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(to bottom right, #059669, #0d9488, #0e7490);
  color: #fff;
  font-size: 18px;
}

.c3-cardTitle {
  font-weight: 700;
  color: #0b2a4a;
}

.c3-cardSub {
  color: #64748b;
  font-weight: 700;
  font-size: 13px;
}

.c3-cardBody {
  margin-top: 12px;
  color: var(--text);
  font-weight: 400;
  line-height: 1.55;
}

.c3-links a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f6f7fb;
  color: #0b2a4a;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
}

.c3-links a i {
  color: #0e9189;
}

.c3-links a:hover {
  background: #eef4ff;
}

.c3-actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.c3-actionBtn {
  flex: 1;
  min-width: 160px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
}

.c3-actionBtn--call {
  background: #0b2a4a;
  color: #fff;
}

.c3-actionBtn--wa {
  background: #25d366;
  color: var(--white);
}

.c3-actionBtn:hover {
  filter: brightness(0.97);
}

/* Departments */
.c3-deptHead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.c3-deptTitle {
  font-weight: 900;
  color: #0b2a4a;
}

.c3-deptSub {
  color: #55657a;
  font-weight: 400;
}

.c3-deptCard {
  border-radius: 18px;
  padding: 18px;
  border: 2px solid transparent;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 210px;
}

.c3-deptCard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(0, 0, 0, 0.05), transparent 55%);
  pointer-events: none;
}

.c3-deptCard > * {
  position: relative;
}

.c3-deptIcon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 12px;
}

.c3-deptName {
  font-weight: 900;
  color: #0b2a4a;
  font-size: 16px;
}

.c3-deptText {
  margin-top: 8px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.5;
}

.c3-deptLink {
  margin-top: 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  color: var(--heading);
}

.c3-deptLink:hover {
  text-decoration: underline;
}

/* color variants */
.c3-deptCard--blue {
  background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 70%);
  border-color: rgba(0, 119, 204, 0.25);
}

.c3-deptCard--blue .c3-deptIcon {
  background: #0077cc;
}

.c3-deptCard--green {
  background: linear-gradient(180deg, #f2fff7 0%, #ffffff 70%);
  border-color: rgba(22, 163, 74, 0.25);
}

.c3-deptCard--green .c3-deptIcon {
  background: #16a34a;
}

.c3-deptCard--amber {
  background: linear-gradient(180deg, #fff7e8 0%, #ffffff 70%);
  border-color: rgba(245, 158, 11, 0.3);
}

.c3-deptCard--amber .c3-deptIcon {
  background: #f59e0b;
}

.c3-deptCard--purple {
  background: linear-gradient(180deg, #f6f3ff 0%, #ffffff 70%);
  border-color: rgba(139, 92, 246, 0.25);
}

.c3-deptCard--purple .c3-deptIcon {
  background: #8b5cf6;
}

/* Hours */
.c3-hoursCard {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(90deg, #0b2a4a, #123a63);
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}

.c3-hoursLeft {
  display: flex;
  gap: 12px;
  align-items: center;
}

.c3-hoursIcon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #ffb703;
  color: #0b2a4a;
  font-size: 22px;
}

.c3-hoursTitle {
  font-weight: 900;
}

.c3-hoursSub {
  opacity: 0.85;
  font-weight: 700;
  font-size: 13px;
}

.c3-hoursRight {
  display: grid;
  gap: 8px;
  min-width: 280px;
}

.c3-hourRow {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 12px;
  border-radius: 12px;
}

/* FAQ */
.why-gascrematorium-pg {
  position: relative;
  z-index: 0;
  background: url(../images/gas-creamatorium/gc-img-5.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
}
.why-gascrematorium-pg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.774);
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.why-gascrematorium-pg .section-title {
  position: relative;
  z-index: 2;
}
.why-gascrematorium-pg .section-title h2 {
  color: var(--sec);
}

.g1-hero {
  background: linear-gradient(120deg, #0b2a4a 0%, #123a63 55%, #0b2a4a 100%);
  color: #fff;
  padding: 56px 0 38px;
  position: relative;
  overflow: hidden;
}

.g1-hero::before {
  content: "";
  position: absolute;
  inset: -60px -60px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 183, 3, 0.28), transparent 65%);
  transform: rotate(20deg);
  pointer-events: none;
}

.g1-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-weight: 800;
}

.g1-title {
  margin-top: 14px;
  font-weight: 900;
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  letter-spacing: 0.2px;
}

.g1-sub {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  max-width: 900px;
}

.g1-wrap {
  background: #f7f8fb;
}

/* filter bar */
.g1-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: -18px;
}

.g1-filter .g1-btn {
  border: 2px solid #e7edf6;
  background: #fff;
  color: #0b2a4a;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 999px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.g1-filter .g1-btn:hover {
  background: #eef4ff;
}

.g1-filter .g1-btn.is-active {
  background: #ffb703;
  border-color: #ffb703;
  color: #0b2a4a;
}

/* grid */
.g1-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.g1-item {
  grid-column: span 3;
  background: #fff;
  border: 2px solid #e7edf6;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.g1-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 119, 204, 0.35);
}

.g1-thumb {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.35s ease;
}

.g1-item:hover .g1-thumb {
  transform: scale(1.05);
}

/* overlay */
.g1-ov {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.842) 100%);
  color: #fff;
  transform: translateY(18px);
  opacity: 0;
  transition: all 0.25s ease;
}

.g1-item:hover .g1-ov {
  transform: translateY(0);
  opacity: 1;
}

.g1-ovTitle {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  letter-spacing: 0.2px;
  color: var(--sec);
}

.g1-ovMeta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
  font-weight: 700;
  font-size: 12px;
  opacity: 0.88;
}

.g1-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

/* sizes */
@media (max-width: 1199.98px) {
  .g1-item {
    grid-column: span 4;
  }
}
@media (max-width: 767.98px) {
  .g1-item {
    grid-column: span 6;
  }
  .g1-hero {
    padding: 44px 0 34px;
  }
}
@media (max-width: 575.98px) {
  .g1-item {
    grid-column: span 12;
  }
  .c3-mapCard {
    height: 599px !important;
  }
}
/* load more */
.g1-more {
  margin-top: 26px;
  display: flex;
  justify-content: center;
}

.g1-more .g1-moreBtn {
  border: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: #960532;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.g1-more .g1-moreBtn:hover {
  filter: brightness(0.95);
}

/* Modal image */
.g1-modalImg {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 2px solid #e7edf6;
}

.g1-modalMeta {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: #0b2a4a;
  font-weight: 900;
}

.g1-modalMeta span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f3f8ff;
  border: 1px solid #e7edf6;
}

.section-title h2 {
  margin-top: 16px;
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.1;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  color: #262626;
  font-family: "DM Sans", sans-serif;
}
.section-title p {
  font-size: 1.125rem;
  margin-top: 14px;
  color: var(--text);
  font-weight: 400;
  line-height: 1.6;
}

.section-img {
  position: relative;
  z-index: 0;
}
.section-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  animation: pulse-wa 2s infinite;
}

.highlight {
  color: #ffc905;
}

.whychoose-section .section-img {
  position: relative;
  z-index: 0;
}
.whychoose-section .section-img .text {
  width: min(340px, 92%);
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 0px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.whychoose-section .section-img .text h6 {
  color: var(--white);
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
}
.whychoose-section .section-img .text a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  color: var(--heading);
  background: var(--sec);
  border: 1px solid rgba(11, 18, 32, 0.16);
  transition: transform 0.18s ease, background 0.18s ease;
}

.whychoose-item {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #eaf4ef;
  border: 1px solid #c9e5d5;
  transition: 0.4s;
}

.whychoose-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  cursor: pointer;
}

.whychoose-header h3 {
  color: var(--heading);
  margin: 0;
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

.whychoose-header span {
  font-size: 40px;
  font-weight: 600;
  color: rgba(0, 38, 24, 0.1803921569);
  font-family: "DM Sans", sans-serif;
}

.whychoose-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.5s ease;
}

.whychoose-content-inner {
  padding: 25px;
}

.whychoose-item.active {
  background: var(--white);
  border: 2px solid #7a837e;
}

.whychoose-item.active .whychoose-header h3 {
  color: var(--heading);
}

.whychoose-item.active .whychoose-header span {
  color: #002618;
}

.whychoose-item.active .whychoose-content {
  max-height: 800px;
}

.whychoose-content {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 30px;
}

.content-text {
  flex: 1;
}

.content-text p {
  line-height: 1.8;
}

.content-image {
  width: 250px;
  flex-shrink: 0;
}

.content-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

@media (max-width: 768px) {
  .whychoose-content {
    flex-direction: column;
  }
  .content-image {
    width: 100%;
  }
  .whychoose-header {
    padding: 25px;
  }
  .whychoose-header h3 {
    font-size: 22px;
  }
  .whychoose-header span {
    font-size: 50px;
  }
}
.mid-cta-section {
  background: #002618;
  position: relative;
}
.mid-cta-section .container {
  position: relative;
  z-index: 999;
}
.mid-cta-section .t2-mb-wrap {
  background: #013724;
}
.mid-cta-section .t2-mb-btn {
  background: var(--sec);
}
.mid-cta-section .t2-mb-btn--ghost {
  background: var(--white);
  color: var(--heading);
}

.testimonial-section .t2ps-tags span {
  font-weight: 500;
}
.testimonial-section .t2ps-right {
  background: #014931;
  padding: 30px;
}
.testimonial-section .t2ps-right .t2ps-rightTitle {
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
}
.testimonial-section .t2ps-right .t2ps-rightSub {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.why-choose-section .section-card {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 244, 239, 0.5803921569);
  transition: all 0.3s ease-in-out;
}
.why-choose-section .section-card .sec-img {
  position: relative;
  z-index: 0;
}
.why-choose-section .section-card .sec-img img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.why-choose-section .section-card .sec-img .icon {
  position: absolute;
  content: "";
  bottom: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: var(--sec);
  color: var(--heading);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.why-choose-section .section-card .text {
  padding: 20px;
}
.why-choose-section .section-card .text h2 {
  font-size: 20px;
  font-weight: 600;
}
.why-choose-section .section-card .text h3 {
  font-size: 20px;
  font-weight: 600;
}
.why-choose-section .section-card .text p {
  font-size: 16px;
}
.why-choose-section .section-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.cta-bp {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(255, 187, 0, 0.068) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(90deg, rgba(201, 168, 76, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 2;
}

.maintainence-service-new-section .section-card {
  padding: 20px;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: #08654b;
}
.maintainence-service-new-section .section-card .sec-title {
  color: var(--sec);
}

.spare-new-section .section-title h2 {
  color: var(--sec);
}
.spare-new-section .section-title p {
  color: var(--white);
}

.why-choose-service-page-section .section-card {
  width: 100%;
  height: 100%;
}
.why-choose-service-page-section .section-card .sec-img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose-service-page-section .section-card .text h2 {
  font-size: 26px;
}

.gas-crematorium-first-section .section-card {
  background-color: #002618;
  padding: 40px;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.gas-crematorium-first-section .section-card .h1-title {
  color: var(--white);
}
.gas-crematorium-first-section .section-card .h1-title .highlight {
  color: var(--sec);
}
.gas-crematorium-first-section .section-card .t2-about-content .sec-para {
  color: #979797;
}

.new-process-section {
  background: var(--dark-green);
}
.new-process-section .section-img {
  border: 1.5px solid var(--sec);
  padding: 15px;
  border-radius: 20px;
}
.new-process-section .section-title h2 {
  color: var(--white);
}
.new-process-section .section-card {
  background-color: #08654b;
  display: flex;
  gap: 25px;
  padding: 20px;
  border-radius: 25px;
  border: 1.5px solid #179173;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.new-process-section .section-card .num {
  font-size: 35px;
  color: var(--sec);
  font-weight: 800;
}
.new-process-section .section-card .text p {
  color: #d3d3d3;
}

.gc-equi-section {
  background-color: #002618;
  position: relative;
  z-index: 0;
}
.gc-equi-section .section-title h2 {
  color: var(--white);
}
.gc-equi-section .section-title p {
  color: var(--white);
}

.gasifer-technical-section .section-card {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
}
.gasifer-technical-section .section-card .sec-title {
  color: var(--sec);
}

.ad-mc-section .section-title {
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border: 1px solid #002618;
}

.plc-control-section .section-card {
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: #08654b;
  border: 1px solid #179173;
}
.plc-control-section .section-card .section-title p {
  color: var(--white);
}

.mid-cta-section {
  position: relative;
  z-index: 0;
}
.mid-cta-section .section-title h2 {
  color: var(--sec);
}
.mid-cta-section .section-title p {
  color: var(--white);
}

.pl-ctrl-section .section-card {
  background-color: #fff;
}
.pl-ctrl-section .section-card .sec-img img {
  height: 100%;
}
.pl-ctrl-section .section-card .text h2 {
  color: var(--heading);
}
.pl-ctrl-section .section-card .text p {
  color: var(--text);
}

.ec-manufacture-eq-section {
  background-image: url(../images/electric-crematorium/ec-img-8.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.ec-manufacture-eq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.644);
}
.ec-manufacture-eq-section .section-img {
  position: relative;
  z-index: 2;
}
.ec-manufacture-eq-section .section-title {
  position: relative;
  z-index: 2;
}
.ec-manufacture-eq-section .section-title h2 {
  color: var(--sec);
}
.ec-manufacture-eq-section .section-title p {
  color: var(--white);
}

.electric-crematorium-design-and-construction-section .section-title {
  padding: 25px;
  border-radius: 25px;
  background-color: rgba(0, 63, 46, 0.3568627451);
}

.automatic-gas-burner-new-section {
  background-color: #002618;
  position: relative;
  z-index: 0;
}
.automatic-gas-burner-new-section .section-card {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  width: 100%;
  height: 100%;
}
.automatic-gas-burner-new-section .section-card h2 {
  color: var(--sec);
  font-size: 24px;
}
.automatic-gas-burner-new-section .section-card p {
  color: var(--white);
  font-size: 18px;
}

.sub-contract-new-section .section-card {
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  background-color: rgba(0, 38, 24, 0.9098039216);
  border: 1px solid #418675;
}
.sub-contract-new-section .section-card h2 {
  color: var(--sec);
}
.sub-contract-new-section .section-card p {
  color: var(--white);
}

.index-what-we-do-section {
  background-color: #0a3329;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index-what-we-do-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(255, 187, 0, 0.068) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 76, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
}
.index-what-we-do-section .container,
.index-what-we-do-section .row,
.index-what-we-do-section .col-lg-4 {
  position: relative;
  z-index: 2;
}
.index-what-we-do-section .section-title h2 {
  color: var(--sec);
}
.index-what-we-do-section .section-title p {
  color: var(--white);
}
.index-what-we-do-section .col-lg-4 {
  overflow: visible;
  padding-bottom: 10px;
}
.index-what-we-do-section .section-card {
  background: rgba(14, 78, 66, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 25px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  border: 1px solid #499e92;
  position: relative;
  z-index: 3;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  transition: all 0.35s ease;
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
}
.index-what-we-do-section .section-card:hover {
  transform: translateY(-10px);
  border-color: var(--sec);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 10px 25px rgba(0, 0, 0, 0.15);
}
.index-what-we-do-section .section-card:hover .num {
  color: rgba(255, 255, 255, 0.12);
}
.index-what-we-do-section .section-card .num {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  position: absolute;
  top: 25px;
  right: 20px;
  transition: all 0.35s ease;
  pointer-events: none;
}
.index-what-we-do-section .section-card .text {
  position: relative;
  z-index: 2;
}
.index-what-we-do-section .section-card .text h3 {
  color: var(--white);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.index-what-we-do-section .section-card .text p {
  font-size: 16px;
  color: #d9d9d9;
  margin-bottom: 10px;
  line-height: 1.7;
}
.index-what-we-do-section .section-card .what-we-do-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  padding: 16px 26px;
  text-decoration: none;
  background-color: var(--sec);
  border-radius: 50px;
  color: var(--heading);
  font-weight: 600;
  transition: all 0.3s ease;
}
.index-what-we-do-section .section-card .what-we-do-btn:hover {
  transform: translateY(-2px);
}

.index-repair-service-section .section-card {
  padding: 15px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  gap: 25px;
  transition: all 0.35s ease;
  cursor: pointer;
}
.index-repair-service-section .section-card .text h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark-green);
}
.index-repair-service-section .section-card .text p {
  font-size: 16px;
}
.index-repair-service-section .section-card .num {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(34, 34, 34, 0.308);
}
.index-repair-service-section .what-we-do-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 26px;
  text-decoration: none;
  background-color: var(--sec);
  border-radius: 50px;
  color: var(--heading);
  font-weight: 600;
  transition: all 0.3s ease;
}
.index-repair-service-section .what-we-do-btn:hover {
  transform: translateY(-2px);
}
.index-repair-service-section .col-12 {
  border-radius: 25px;
  border-bottom: 1px solid #046751;
}

.index-conslut-section .section-card {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(234, 244, 239, 0.5803921569);
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 15px;
}
.index-conslut-section .section-card .sec-img {
  width: 35%;
}
.index-conslut-section .section-card .sec-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 0.3s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-conslut-section .section-card .text {
  width: 65%;
  padding: 15px;
}
.index-conslut-section .section-card .text h3 {
  font-size: 20px;
  font-weight: 600;
}
.index-conslut-section .section-card .text p {
  font-size: 16px;
}
.index-conslut-section .section-card .what-we-do-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 26px;
  text-decoration: none;
  background-color: var(--sec);
  border-radius: 50px;
  color: var(--heading);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}
.index-conslut-section .section-card .what-we-do-btn:hover {
  transform: translateY(-2px);
}

.why-south-across-index-section .section-card {
  padding: 25px;
  border-radius: 25px;
  border: 1.5px solid var(--dark-green);
  width: 100%;
  height: 100%;
}
.why-south-across-index-section .section-card .text h3 {
  color: #014931;
  font-size: 20px;
  font-weight: 800;
}

.crematorium-manufatures-step .t2-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 36px;
}
@media (max-width: 991px) {
  .crematorium-manufatures-step .t2-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .crematorium-manufatures-step .t2-steps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 425px) {
  section {
    padding: 2rem 0 !important;
  }
  .what-we-do-btn {
    font-size: 13px !important;
  }
  .index-repair-service-section .section-card {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .index-conslut-section .section-card {
    flex-direction: column !important;
  }
  .index-conslut-section .section-card .sec-img {
    width: 100% !important;
  }
  .index-conslut-section .section-card .sec-img img {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
  .index-conslut-section .section-card .text {
    width: 100%;
  }
  .section-reverse {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .consulting-card {
    padding: 15px;
  }
  .gas-crematorium-first-section .section-card {
    padding: 20px;
  }
  .new-process-section .section-card {
    background-color: #08654b;
    display: flex;
    flex-direction: column;
  }
  .t2-hero {
    height: auto !important;
  }
}
/* Modal */
.g1-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.g1-modal.show {
  display: flex;
}

.g1-modal-img {
  max-width: 90%;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  animation: g1Zoom 0.25s ease;
}

@keyframes g1Zoom {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.g1-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: #fff;
  font-size: 45px;
  cursor: pointer;
  line-height: 1;
}

.g1-caption {
  position: absolute;
  bottom: 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 576px) {
  .g1-modal-img {
    max-width: 95%;
    max-height: 75vh;
  }
  .g1-close {
    top: 15px;
    right: 20px;
    font-size: 35px;
  }
}
.g1-prev,
.g1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  padding: 10px;
}

.g1-prev {
  left: 30px;
}

.g1-next {
  right: 30px;
}

.g1-prev:hover,
.g1-next:hover {
  opacity: 0.7;
}

@media (max-width: 576px) {
  .g1-prev,
  .g1-next {
    font-size: 35px;
  }
  .g1-prev {
    left: 10px;
  }
  .g1-next {
    right: 10px;
  }
}/*# sourceMappingURL=new-style.css.map */