

.ti-navbar .navbar-nav{gap:2px;}
.ti-navbar .navbar-brand,.ti-navbar .ti-brand{
  display:inline-flex;align-items:center;line-height:1;letter-spacing:-.8px;
}
.ti-navbar .nav-link{position:relative;}
.ti-navbar .nav-link::after{
  content:"";position:absolute;left:11px;right:11px;transform:scaleX(0);
  transform-origin:left center;transition:transform .22s ease;opacity:.95;
}
.ti-navbar .nav-link:hover::after,.ti-navbar .nav-link.active::after{transform:scaleX(1);}

.ti-navbar .navbar-toggler{border-color:var(--ti-border-inverse);}
.ti-navbar .navbar-toggler:focus{box-shadow:0 0 0 .2rem var(--ti-border-inverse);}

.hero-actions{display:flex;flex-wrap:wrap;}
.hero-section > .container > .row > .col-lg-6:first-child .eyebrow{font-size:15px;}

.hero-collage{position:relative;padding:18px;}
.hero-main-img{width:100%;min-height:520px;object-fit:cover;}
.hero-floating-card{position:absolute;left:-14px;bottom:45px;max-width:310px;padding:22px;}
.hero-floating-card strong,.hero-floating-card span{display:block;}
.hero-floating-card strong{line-height:1.3;}
.hero-floating-card span{margin-top:8px;}

.ti-operation-img{
  min-height:520px;background:url("../img/index/index-mini-mining.jpg") center/cover;
}
.ti-mini-img{min-height:220px;background-size:cover;background-position:center;}
.ti-feature-row{border-bottom:1px solid var(--ti-border);}
.ti-feature-row h3{margin-bottom:6px;}
.ti-feature-row p{margin:0;}

.ti-form-card{min-height:238px;height:100%;}
.ti-form-card h3{margin-bottom:10px;}
.ti-form-card p{margin:0;}

.ti-stone-feature{
  position:relative;min-height:520px;display:flex;align-items:flex-end;padding:36px;overflow:hidden;
  background-size:cover;background-position:center;text-decoration:none;
}
.ti-stone-feature::before{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.76));
}
.ti-stone-content{position:relative;z-index:2;}
.ti-stone-content p{margin-bottom:0;}

.export-img{width:100%;min-height:440px;object-fit:cover;}
.footer-logo{
  max-width:235px;width:100%;height:auto;display:block;margin-bottom:18px;
  background:var(--ti-paper);border-radius:12px;padding:10px 12px;
}
.footer h4{display:none;}
.footer a{display:block;text-decoration:none;margin-bottom:8px;}
.footer hr{margin:36px 0 22px;}

@media(max-width:991.98px){
  .hero-section > .container > .row > .col-lg-6:first-child .eyebrow{font-size:14px;}
  
  .ti-navbar .navbar-collapse{padding:12px 0 20px;border-top:1px solid var(--ti-border-inverse);}
  .ti-navbar .nav-link{padding:12px 0!important;}
  .ti-navbar .nav-link::after{left:0;right:auto;width:34px;bottom:7px;}
  .header-cta{display:inline-flex;margin-top:10px;}
  .hero-main-img{min-height:360px;}
  .hero-floating-card{position:relative;left:auto;bottom:auto;margin-top:-50px;}
  .ti-operation-img{min-height:360px;}
  .ti-stone-feature{min-height:380px;}
}

.about-page-hero{
  padding:48px 0 24px;
  background:linear-gradient(180deg,#f8f5ef 0%,#fff 100%);
}
.about-hero-box{
  min-height:390px;
  border-radius:34px;
  padding:60px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(1,108,53,.94),rgba(7,107,57,.72),rgba(16,16,16,.30)),
    url("../img/about/about-quarry-hero.jpg") center/cover;
  box-shadow:0 24px 70px rgba(0,0,0,.16);
  overflow:hidden;
}
.about-hero-text{max-width:850px;color:#fff;}
.about-hero-text h1{
  font-size:clamp(38px,5vw,68px);
  line-height:1.04;
  letter-spacing:-1.8px;
  margin:0;
}
.about-hero-text p{
  max-width:760px;
  font-size:18px;
  color:rgba(255,255,255,.88);
  margin:22px 0 0;
}
.about-journey-section p{color:var(--ti-muted);}

.leadership-section{background:#fff;}

.leader-portrait{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.10);}
.leader-portrait img{width:100%;height:430px;object-fit:cover;object-position:center top;display:block;}
.founder-portrait img{object-position:center top;}
.leader-copy h3{
  font-size:clamp(28px,3vw,42px);
  line-height:1.12;
  letter-spacing:-.8px;
  margin-bottom:8px;
}
.leader-role{color:var(--ti-green) !important;font-size:15px;margin-bottom:18px;font-weight:500;}
.leader-copy p:not(.leader-role){color:var(--ti-muted);}

.mission-vision-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  overflow:hidden;
  border-radius:34px;
  background:rgba(255,255,255,.18);
  box-shadow:0 24px 70px rgba(0,0,0,.14);
}
.mv-content{
  background:linear-gradient(135deg,var(--ti-green),var(--ti-green-dark));
  color:#fff;
  padding:48px;
  min-height:360px;
}
.mv-content:nth-child(2){background:linear-gradient(135deg,#151515,#27342d);}
.mv-content h2{font-size:clamp(28px,3vw,42px);line-height:1.15;letter-spacing:-.8px;}
.mv-content p{color:rgba(255,255,255,.78);margin:20px 0 0;}

.about-cta-section{padding:0 0 96px;}
.about-cta-box{
  background:linear-gradient(135deg,var(--ti-green),var(--ti-green-dark));
  color:#fff;
  border-radius:34px;
  padding:48px;
  display:flex;
  gap:28px;
  align-items:center;
  justify-content:space-between;
}
body:not(.home-page):not(.about-page) .about-cta-box h2{font-size:clamp(30px,4vw,48px);letter-spacing:-1px;margin:0;}
.about-cta-box p{margin:14px 0 0;color:rgba(255,255,255,.78);max-width:740px;}
.cta-light-btn{border-radius:999px;color:var(--ti-green) !important;padding:13px 26px;white-space:nowrap;font-weight:500;}
@media(max-width:991.98px){
  .about-hero-box{padding:38px;min-height:350px;border-radius:26px;}

  .leader-portrait img{height:360px;}

  .mission-vision-box{grid-template-columns:1fr;}
  .mv-content{min-height:auto;padding:36px;}

  .about-cta-box{display:block;padding:34px;border-radius:26px;}
  .about-cta-box .btn{margin-top:24px;}
}
@media(max-width:575.98px){
  .about-hero-box{padding:28px;min-height:360px;}
  .about-hero-text p{font-size:16px;}

}

.experience-counter{
  font-size:clamp(58px,7vw,96px);
  line-height:.9;
  letter-spacing:-3px;
  font-weight:500;
  color:var(--ti-green);
}
.experience-label{
  margin-top:14px;
  font-size:18px;
  line-height:1.35;
  color:#111;
  font-weight:500;
}
.infra-overview-section{
  background:#fff;
}

@media(max-width:575.98px){

  .experience-counter{letter-spacing:-2px;}

}

.contact-page-hero{
  padding:48px 0 34px;
}
.contact-hero-box{
  min-height:360px;
  background:
    linear-gradient(90deg,rgba(1,108,53,.94),rgba(7,107,57,.74),rgba(16,16,16,.32)),
    url("../img/index/index-cta-stockyard.jpg") center/cover;
}
@media(max-width:991.98px){
  .contact-hero-box{min-height:330px;}
}
@media(max-width:575.98px){
  .contact-hero-box{min-height:340px;}
}

.mining-page-hero{
  padding:48px 0 24px;
  background:linear-gradient(180deg,#f8f5ef 0%,#fff 100%);
}
.mining-hero-box{
  background:
    linear-gradient(90deg,rgba(1,108,53,.92),rgba(7,107,57,.72),rgba(16,16,16,.30)),
    url("../img/mining/mining-quarry-panorama-11.jpg") center/cover;
}
.mining-intro-section{
  padding-bottom:92px;
}
.mining-intro-image-wrap{
  position:relative;
  padding:18px 0 0 18px;
}
.mining-intro-image-wrap:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:78%;
  height:78%;
  border-radius:34px;
  background:rgba(1,108,53,.10);
  z-index:0;
}
.mining-intro-image{
  position:relative;
  z-index:1;
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 24px 65px rgba(0,0,0,.14);
}

.mining-gallery-section{
  overflow:hidden;
}
.mining-gallery-section .section-heading{
  max-width:820px;
  margin-bottom:38px;
}

.mining-source-section{
  background:#fff;
}

.mining-cta-section{
  padding:0 0 96px;
}
@media(max-width:991.98px){
  .mining-intro-image{height:360px;}

}
@media(max-width:575.98px){
  .mining-intro-image{height:300px;border-radius:24px;}

}

.processing-page-hero{
  padding:48px 0 24px;
  background:linear-gradient(180deg,#f8f5ef 0%,#fff 100%);
}
.processing-hero-box{
  background:
    linear-gradient(90deg,rgba(1,108,53,.92),rgba(7,107,57,.72),rgba(16,16,16,.30)),
    url("../img/processing/processing-polishing-line-04.jpg") center/cover;
}
.processing-intro-section{
  padding-bottom:92px;
}
.processing-intro-image-wrap:before{
  background:rgba(7,107,57,.10);
}

.processing-gallery-section .section-heading{
  max-width:860px;
}

.processing-control-section{
  background:#fff;
}
.processing-cta-section{
  padding:0 0 96px;
}

.exhibition-presence-section{
  overflow:hidden;
}

.exhibition-photo-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:16px;
  align-items:stretch;
}
.exhibition-photo-grid img{
  width:100%;
  height:230px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 16px 42px rgba(0,0,0,.10);
}
.exhibition-photo-grid .exhibition-photo-large{
  grid-row:span 2;
  height:476px;
  border-radius:30px;
}
.global-page-hero{
  padding:48px 0 24px;
  background:linear-gradient(180deg,#f8f5ef 0%,#fff 100%);
}
.global-hero-box{
  background:
    linear-gradient(90deg,rgba(1,108,53,.92),rgba(7,107,57,.70),rgba(16,16,16,.32)),
    url("../img/global-supply/packing-08.jpeg") center/cover;
}
.global-image-stack{
  position:relative;
  min-height:520px;
}
.global-image-stack img{
  object-fit:cover;
  box-shadow:0 24px 65px rgba(0,0,0,.13);
}
.global-main-img{
  width:84%;
  height:455px;
  border-radius:34px;
  display:block;
}
.global-small-img{
  position:absolute;
  right:0;
  bottom:0;
  width:48%;
  height:250px;
  border-radius:28px;
  border:10px solid #fff;
}
.global-gallery-section{
  overflow:hidden;
}

.global-operations-section{
  background:#fff;
}

.relationship-section{
  background:#fff;
}
.global-exhibition-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.global-exhibition-mini-grid img{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:0 18px 50px rgba(0,0,0,.12);
}
.global-cta-section{
  padding-top:0;
}
@media(max-width:991.98px){
  .exhibition-photo-grid{grid-template-columns:1fr 1fr;}
  .exhibition-photo-grid .exhibition-photo-large{grid-row:auto;grid-column:span 2;height:340px;}
  .global-image-stack{min-height:auto;}
  .global-main-img{width:100%;height:360px;}
  .global-small-img{position:relative;width:72%;height:220px;margin:-75px 0 0 auto;display:block;}

  .global-exhibition-mini-grid img{height:320px;}
}
@media(max-width:575.98px){
  .exhibition-photo-grid,.global-exhibition-mini-grid{grid-template-columns:1fr;}
  .exhibition-photo-grid .exhibition-photo-large{grid-column:auto;}
  .exhibition-photo-grid img,.exhibition-photo-grid .exhibition-photo-large,.global-exhibition-mini-grid img{height:auto;min-height:250px;}
  .global-main-img{height:300px;}
  .global-small-img{width:84%;height:190px;}
}

.auto-masonry-grid{
  margin-top:34px;
  column-count:3;
  column-gap:12px;
}
.auto-gallery-item{
  display:inline-block;
  width:100%;
  margin:0 0 12px;
  break-inside:avoid;
  -webkit-column-break-inside:avoid;
  page-break-inside:avoid;
}
.auto-gallery-item img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}
@media(max-width:991.98px){
  .auto-masonry-grid{column-count:2;}
}
@media(max-width:575.98px){
  .auto-masonry-grid{column-count:1;column-gap:0;}
  .auto-gallery-item{margin-bottom:10px;}
}

.about-page-hero{
  padding:58px 0 34px;
  background:var(--ti-ivory);
}
.about-hero-box{
  border-radius:24px;
  padding:66px;
  box-shadow:var(--ti-shadow);
}
.about-hero-text h1{
  font-size:clamp(38px,4.6vw,62px);
  letter-spacing:-1.5px;
}
.about-hero-text p{font-size:16px;line-height:1.8;}

.leader-role{color:var(--ti-green)!important;}

table{
  --bs-table-bg:transparent;
  color:var(--ti-charcoal);
}
table thead th{
  background:var(--ti-lemon-soft)!important;
  color:var(--ti-green-dark)!important;
  font-weight:500!important;
  border-color:var(--ti-border)!important;
}
table td,table th{
  padding-top:16px!important;
  padding-bottom:16px!important;
  border-color:var(--ti-border)!important;
}

:root{
  --ti-dark:#151816;
  --ti-charcoal:#171917;
  --ti-green:#016c35;
  --ti-green-dark:#075a35;

  --ti-paper:#ffffff;
  --ti-ivory:#faf9f6;
  --ti-pista:#e5f0e7;
  --ti-lemon-soft:#fff8cf;

  --ti-orange:#ec6530;
  --ti-lemon:#ffef91;

  --ti-muted:#666d68;
  --ti-muted-inverse:rgba(255,255,255,.76);

  /* Temporary aliases for legacy internal-page selectors; no new colours. */

  --ti-border:rgba(23,25,23,.10);
  --ti-border-green:rgba(1,108,53,.16);
  --ti-border-inverse:rgba(255,255,255,.24);
  --ti-shadow:0 18px 55px rgba(23,25,23,.075);
  --ti-shadow-strong:0 18px 44px rgba(23,25,23,.14);
  --ti-shadow-navbar:0 4px 18px rgba(1,108,53,.12);
  --ti-focus:rgba(236,101,48,.28);

  --ti-section-space:112px;
  --ti-section-space-tablet:82px;
  --ti-section-space-mobile:66px;
}

html{scroll-behavior:smooth;}
body{
  font-family:"Poppins",Arial,Helvetica,sans-serif;
  background:var(--ti-paper);
  color:var(--ti-charcoal);
  font-size:16px;
  line-height:1.75;
}
b,strong{font-weight:500;}

h1,h2,h3,h4,h5,h6{
  margin-top:0;
  color:var(--ti-charcoal);
  font-weight:500!important;
}
h1{font-size:64px;line-height:1.08;letter-spacing:-1.8px;}
h2{font-size:44px;line-height:1.12;letter-spacing:-1.1px;}
h3{font-size:28px;line-height:1.20;letter-spacing:-.45px;}
h4{font-size:22px;line-height:1.25;}
h5{font-size:18px;line-height:1.30;}
h6{font-size:16px;line-height:1.35;}
p{
  margin-top:0;
  color:var(--ti-muted);
  font-size:16px;
  line-height:1.75;
  font-weight:400;
  text-align:justify;
  text-align-last:left;
}
span{font-size:inherit;font-weight:inherit;color:inherit;}
.ti-section-text{color:var(--ti-muted)!important;}
.text-center p,.section-heading.text-center p{text-align:center;text-align-last:center;}

.feature-heading,.card-heading{
  font-size:22px;
  line-height:1.25;
  font-weight:500;
}
.list-item-heading{
  margin:0 0 4px;
  color:var(--ti-green-dark);
  font-size:18px;
  line-height:1.30;
  font-weight:500;
}
.list-item-text{
  margin:0;
  font-size:14px;
  line-height:1.65;
}

.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  color:var(--ti-green);
  font-size:13px;
  font-weight:500;
  line-height:1.35;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.eyebrow::before{
  content:"";
  width:22px;
  height:2px;
  flex:0 0 auto;
  background:var(--ti-orange);
}
.eyebrow.light{color:var(--ti-lemon);}
.eyebrow.light::before{background:var(--ti-orange);}
.ti-orange-panel .eyebrow.light::before{background:var(--ti-paper);}

.section-heading{max-width:760px;margin:0 auto 58px;}
.section-heading h2,.ti-section-title{color:var(--ti-charcoal);font-weight:500;}
.ti-section-text{line-height:1.75;}

.container{--bs-gutter-x:2rem;}
.section-padding,.ti-section{padding:var(--ti-section-space) 0;}
.home-page section{padding:var(--ti-section-space) 0;}
.ti-section-join-prev{padding-top:0!important;}
.bg-paper{background:var(--ti-paper)!important;}
.bg-ivory{background:var(--ti-ivory)!important;}
.bg-pista{background:var(--ti-pista)!important;}
.bg-lemon-soft{background:var(--ti-lemon-soft)!important;}

.btn-ti,
.btn-outline-ti,
.header-cta,
.cta-light-btn{
  border-radius:12px;
  padding:12px 22px;
  font-size:14px;
  font-weight:500;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.btn-ti{
  background:var(--ti-green);
  border:1px solid var(--ti-green);
  color:var(--ti-paper)!important;
  box-shadow:none;
}
.btn-ti:hover{
  background:var(--ti-green-dark);
  border-color:var(--ti-green-dark);
  color:var(--ti-paper)!important;
  transform:translateY(-1px);
}
.btn-outline-ti{
  background:var(--ti-paper);
  border:1px solid var(--ti-border-green);
  color:var(--ti-green);
}
.btn-outline-ti:hover{
  background:var(--ti-lemon-soft);
  border-color:var(--ti-green);
  color:var(--ti-green);
}
a:not(.navbar-brand):not(.nav-link):not(.dropdown-item):not(.btn):not(.ti-stone-feature):focus-visible,
button:focus-visible{
  outline:3px solid var(--ti-focus);
  outline-offset:3px;
}

.top-strip{
  background:var(--ti-dark);
  color:var(--ti-muted-inverse);
  font-size:13px;
  padding:8px 0;
}
.ti-navbar,.navbar,.navbar.sticky-top{
  background:var(--ti-green)!important;
  box-shadow:var(--ti-shadow-navbar);
  z-index:1030;
}
.ti-navbar .navbar-brand,
.ti-navbar .ti-brand{
  color:var(--ti-paper)!important;
  padding:17px 0;
  font-size:28px;
  font-weight:500;
}
.ti-navbar .nav-link{
  color:var(--ti-muted-inverse)!important;
  font-size:14px;
  font-weight:500;
  padding:25px 12px!important;
}
.ti-navbar .nav-link:hover,
.ti-navbar .nav-link.active{
  color:var(--ti-paper)!important;
}
.ti-navbar .nav-link::after{
  background:var(--ti-lemon);
  height:2px;
  bottom:17px;
}
.header-cta{
  background:var(--ti-lemon);
  color:var(--ti-green)!important;
  border:1px solid var(--ti-lemon);
  padding:10px 19px;
}
.header-cta:hover{
  background:var(--ti-paper);
  color:var(--ti-green)!important;
  border-color:var(--ti-paper);
  transform:translateY(-1px);
}

.hero-section{
  background:var(--ti-paper);
  padding:var(--ti-section-space) 0;
  position:relative;
  overflow:hidden;
}
.hero-section::before{display:none!important;}
.hero-section h1{max-width:780px;}
.lead-text{
  color:var(--ti-muted);
  font-size:18px;
  line-height:1.8;
  max-width:620px;
  margin:24px 0 0;
}
.hero-actions{margin-top:38px;gap:12px;}
.hero-main-img{
  border-radius:26px;
  box-shadow:var(--ti-shadow);
}
.hero-floating-card{
  left:50%;
  right:auto;
  transform:translateX(-50%);
  width:min(310px,calc(100% - 48px));
  background:var(--ti-lemon)!important;
  color:var(--ti-charcoal);
  text-align:center;
  border:1px solid var(--ti-border-green)!important;
  border-radius:18px;
  box-shadow:var(--ti-shadow-strong)!important;
}
.hero-floating-card::before{
  content:"";
  display:block;
  width:28px;
  height:3px;
  margin:0 auto 14px;
  background:var(--ti-orange)!important;
}
.hero-floating-card strong{color:var(--ti-green-dark);font-size:18px;}
.hero-floating-card span{color:var(--ti-muted);font-size:14px;}

@media(min-width:992px){
  .hero-floating-card{
    left:-14px;
    right:auto;
    bottom:45px;
    transform:none;
    width:auto;
    max-width:310px;
    text-align:left;
  }
  .hero-floating-card::before{margin:0 0 14px;}
}

.ti-orange-panel{
  background:var(--ti-orange);
  color:var(--ti-paper);
  border:1px solid var(--ti-border);
  border-radius:20px;
}

.ti-trust{padding:0!important;background:var(--ti-paper);position:relative;z-index:5;}
.ti-trust-box{
  box-shadow:var(--ti-shadow);
  overflow:hidden;
}
.ti-trust-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:29px 24px;
  text-align:center;
  color:var(--ti-paper);
  border-right:1px solid var(--ti-border-inverse)!important;
  transition:background-color .22s ease,color .22s ease;
}
.ti-trust-item:last-child{border-right:0!important;}
.ti-trust-item span{
  display:block;
  margin-bottom:4px;
  color:var(--ti-muted-inverse)!important;
  font-size:12px;
  letter-spacing:.4px;
}
.ti-trust-item b{
  color:var(--ti-paper)!important;
  font-size:17px;
}
.ti-trust-item:hover{background:var(--ti-lemon);}
.ti-trust-item:hover span{color:var(--ti-muted)!important;}
.ti-trust-item:hover b{color:var(--ti-green-dark)!important;}

#company{background:var(--ti-paper);}
.ti-operation-img,.export-img{border-radius:22px;box-shadow:var(--ti-shadow);}
.ti-mini-img{border-radius:16px;}
.ti-feature-list{list-style:none;margin-bottom:0;padding-left:0;}
.ti-feature-row{
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding:25px 0;
  border-color:var(--ti-border);
  text-align:left;
}
.ti-feature-copy{min-width:0;}
.ti-feature-row h3{color:var(--ti-charcoal);text-align:left;}
.ti-feature-row p{margin:0;text-align:justify;text-align-last:left;}
.ti-feature-check{
  justify-self:start;
  align-self:center;
  color:var(--ti-green);
  font-size:30px;
  line-height:1;
}

.ti-natural-stones-section{background:var(--ti-lemon-soft)!important;}
.ti-stone-feature{border-radius:20px;}
.ti-stone-content h3{color:var(--ti-paper);}
.ti-stone-content p{color:var(--ti-muted-inverse)!important;}

.ti-product-section{background:var(--ti-paper);}
.ti-form-card{
  position:relative;
  overflow:hidden;
  background:var(--ti-ivory);
  border:1px solid var(--ti-border);
  border-radius:18px;
  padding:34px 32px 32px;
  box-shadow:none;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease;
}
.ti-form-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:58px;
  height:4px;
  background:var(--ti-orange);
  transition:width .25s ease;
}
.ti-form-card .num{
  display:inline-block;
  margin-bottom:22px;
  font-size:18px;
  line-height:1;
  font-weight:500;
  color:var(--ti-orange);
}
.ti-form-card h3{margin-bottom:10px;}
.ti-form-card p{margin:0;}
.ti-form-card:hover{
  background:var(--ti-paper);
  border-color:var(--ti-border-green);
  box-shadow:var(--ti-shadow);
  transform:translateY(-4px);
}
.ti-form-card:hover::before{width:100%;}

.ti-specs-panel{
  padding:38px 40px;
  box-shadow:none;
}
.ti-specs-panel h3{color:var(--ti-paper);}
.ti-specs-panel .ti-section-text{color:var(--ti-muted-inverse)!important;}
.ti-specs-panel .col-lg-8{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  align-content:center;
  text-align:center;
  gap:10px;
}
.ti-spec-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:142px;
  margin:0;
  padding:11px 15px;
  background:transparent;
  border:1px solid var(--ti-border-inverse);
  border-radius:10px;
  color:var(--ti-paper);
  font-size:14px;
  font-weight:500;
}
.ti-spec-chip:hover{
  background:var(--ti-lemon);
  border-color:var(--ti-lemon);
  color:var(--ti-green);
}

.export-section{
  background:var(--ti-pista)!important;
  color:var(--ti-charcoal)!important;
}
.export-section .eyebrow{color:var(--ti-green)!important;}
.export-section .eyebrow::before{background:var(--ti-orange)!important;}
.export-section h2{color:var(--ti-charcoal)!important;}
.export-section p{color:var(--ti-muted)!important;}
.export-points-list{
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin-top:30px;
}
.export-point-item{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:center;
  padding:18px 0;
  border-top:1px solid var(--ti-border-green);
}
.export-point-item:last-child{border-bottom:1px solid var(--ti-border-green);}
.export-point-item>i{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:var(--ti-orange);
  color:var(--ti-paper);
  font-size:20px;
}
.export-point-item .list-item-heading{color:var(--ti-green-dark);}
.export-point-item .list-item-text{color:var(--ti-muted)!important;}
.export-img{border:1px solid var(--ti-border-green);}

.why-section{background:var(--ti-ivory);}
.why-section .section-heading .eyebrow{justify-content:center;text-align:center;}
.why-card{
  width:100%;
  height:100%;
  background:var(--ti-paper);
  border:1px solid var(--ti-border);
  border-radius:18px;
  padding:32px;
  box-shadow:none;
  transition:background-color .24s ease,border-color .24s ease,transform .24s ease,box-shadow .24s ease;
}
.why-card i{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ti-lemon);
  color:var(--ti-green-dark);
  font-size:23px;
  margin-bottom:22px;
}
.why-card h3{color:var(--ti-charcoal);}
.why-card p{color:var(--ti-muted)!important;}
.why-card:hover{
  background:var(--ti-green);
  border-color:var(--ti-green);
  transform:translateY(-5px);
  box-shadow:var(--ti-shadow-strong);
}
.why-card:hover h3{color:var(--ti-paper);}
.why-card:hover p{color:var(--ti-muted-inverse)!important;}
.why-card:hover i{background:var(--ti-lemon);color:var(--ti-green-dark);}

.about-page{background:var(--ti-paper);}

.about-page .about-page-hero{
  padding:var(--ti-section-space) 0;
  background:var(--ti-paper);
}
.about-page .about-hero-box{
  min-height:430px;
  display:flex;
  align-items:center;
  padding:56px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--ti-shadow);
  background:
    linear-gradient(90deg,rgba(1,108,53,.94),rgba(1,108,53,.70),rgba(21,24,22,.30)),
    url("../img/about/about-quarry-hero.jpg") center/cover;
}
.about-page .about-hero-text{max-width:820px;color:var(--ti-paper);}
.about-page .about-hero-text h1{color:var(--ti-paper);margin-bottom:20px;}
.about-page .about-hero-text p{max-width:740px;margin:0;color:var(--ti-muted-inverse);}

.about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space) / 2);}
.about-since-section{padding:0 0 calc(var(--ti-section-space) / 2);}
.about-page .about-purpose-section{padding-top:calc(var(--ti-section-space) / 2);}
.about-page .about-lead{font-size:17px;line-height:1.75;}
.about-page .about-journey-image{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  border-radius:22px;
  box-shadow:var(--ti-shadow);
}
.about-since-section{padding:0 0 var(--ti-section-space);}
.about-since-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:42px;
  align-items:center;
  padding:42px 48px;
  box-shadow:var(--ti-shadow);
}
.about-since-panel h2{color:var(--ti-paper);margin-bottom:14px;}
.about-since-panel p{color:var(--ti-muted-inverse);margin:0;max-width:760px;}
.about-experience-counter{
  min-height:180px;
  padding-left:38px;
  border-left:1px solid var(--ti-border-inverse);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.about-page .experience-counter{
  display:block;
  color:var(--ti-paper);
  font-size:64px;
  line-height:1;
  letter-spacing:-2px;
  font-weight:500;
}
.about-page .experience-label{
  margin-top:8px;
  color:var(--ti-lemon);
  font-size:14px;
  font-weight:500;
}

.about-page .section-heading .eyebrow{justify-content:center;}
.about-founder-compact{
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:26px;
  align-items:center;
  padding:26px;
  border:1px solid var(--ti-border);
  border-radius:18px;
  background:var(--ti-ivory);
}
.about-page .leader-portrait{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:14px;
  background:var(--ti-paper);
}
.about-page .leader-portrait img{
  display:block;
  width:170px;
  height:220px;
  object-fit:contain;
  object-position:center;
}
.about-page .leader-copy h3{margin-bottom:7px;}
.about-page .leader-role{margin-bottom:14px;color:var(--ti-green)!important;font-size:15px;font-weight:500;}
.about-leader-card{
  width:100%;
  height:100%;
  display:grid;
  grid-template-columns:170px minmax(0,1fr);
  gap:24px;
  align-items:center;
  padding:26px;
  border:1px solid var(--ti-border);
  border-radius:18px;
  background:var(--ti-paper);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.about-leader-card:hover{border-color:var(--ti-border-green);box-shadow:var(--ti-shadow);transform:translateY(-3px);}
.about-leader-card img{
  display:block;
  width:170px;
  height:220px;
  object-fit:contain;
  object-position:center;
  border-radius:14px;
  background:var(--ti-paper);
}
.about-leader-card p:last-child{margin-bottom:0;}

.about-page .mission-vision-box{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  overflow:hidden;
  border-radius:22px;
  background:var(--ti-border-inverse);
}
.about-page .mv-content{
  min-height:280px;
  padding:40px;
  background:var(--ti-green);
  color:var(--ti-paper);
}
.about-page .mv-content h3{color:var(--ti-paper);}
.about-page .mv-content p{margin:18px 0 0;color:var(--ti-muted-inverse);}
.about-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.about-values-grid .ti-form-card{height:100%;}

.about-infra-images{position:relative;min-height:500px;}
.about-infra-images img{
  object-fit:cover;
  display:block;
  border-radius:20px;
  box-shadow:var(--ti-shadow);
}
.about-infra-main{width:84%;height:430px;}
.about-infra-small{
  position:absolute;
  right:0;
  bottom:0;
  width:47%;
  height:235px;
  border:8px solid var(--ti-paper);
}
.about-infra-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}

.about-page .exhibition-presence-section .section-heading{max-width:880px;}
.about-exhibition-list{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0 0;
  padding:0;
}
.about-exhibition-list li{
  padding:9px 14px;
  border:1px solid var(--ti-border-green);
  border-radius:999px;
  background:var(--ti-paper);
  color:var(--ti-green-dark);
  font-size:14px;
  font-weight:500;
}
.about-page .exhibition-photo-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  grid-auto-flow:row;
  align-items:stretch;
}
.about-page .exhibition-photo-grid img,
.about-page .exhibition-photo-grid .exhibition-photo-large{
  width:100%;
  height:280px;
  grid-row:auto;
  object-fit:cover;
  border-radius:14px;
  box-shadow:none;
}

.about-page .about-cta-section{padding:var(--ti-section-space) 0;background:var(--ti-paper);}
.about-page .home-cta-section .about-cta-box{background:var(--ti-green);}

@media(max-width:991.98px){
  .about-page .about-page-hero{padding:var(--ti-section-space-tablet) 0;}
  .about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .about-since-section{padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .about-page .about-purpose-section{padding-top:calc(var(--ti-section-space-tablet) / 2);}
  .about-page .exhibition-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .about-page .about-hero-box{min-height:390px;padding:44px 36px;}
  .about-page .about-journey-image{min-height:420px;}
  .about-since-panel{grid-template-columns:1fr;padding:36px;gap:26px;}
  .about-experience-counter{min-height:auto;padding:22px 0 0;border-left:0;border-top:1px solid var(--ti-border-inverse);}
  .about-founder-compact,.about-leader-card{grid-template-columns:130px minmax(0,1fr);}
  .about-page .leader-portrait img,.about-leader-card img{width:130px;height:175px;}
  .about-page .mission-vision-box{grid-template-columns:1fr;}
  .about-page .mv-content + .mv-content{border-top:1px solid var(--ti-border-inverse);}
  .about-values-grid{grid-template-columns:1fr 1fr;}
  .about-infra-images{min-height:auto;}
  .about-infra-main{width:100%;height:360px;}
  .about-infra-small{position:relative;width:70%;height:210px;margin:-70px 0 0 auto;}
  .about-page .about-cta-section{padding:var(--ti-section-space-tablet) 0;}
}
@media(max-width:767.98px){
  .about-page .about-hero-text p{text-align:justify;text-align-last:left;}
  .about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .about-since-section{padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .about-page .about-purpose-section{padding-top:calc(var(--ti-section-space-mobile) / 2);}
  .about-page .exhibition-photo-grid{grid-template-columns:1fr;}
  .about-page .exhibition-photo-grid img,
  .about-page .exhibition-photo-grid .exhibition-photo-large{height:260px;}
  .about-page .about-journey-image{min-height:340px;}
  .about-page .about-since-copy{text-align:center;}
  .about-page .about-since-copy .eyebrow{justify-content:center;}
  .about-page .about-since-copy p{text-align:center;text-align-last:center;}
  .about-founder-compact{grid-template-columns:1fr;text-align:center;}
  .about-page .about-founder-compact .leader-portrait{margin:0 auto;}
  .about-page .about-founder-compact .leader-copy h3,
  .about-page .about-founder-compact .leader-role{text-align:center!important;text-align-last:center!important;}
  .about-page .mv-content{text-align:center;}
  .about-page .mv-content .eyebrow{justify-content:center;}
  .about-page .mv-content h3,.about-page .mv-content p{text-align:center;text-align-last:center;}
  .about-infra-actions{justify-content:center;}
}
@media(max-width:575.98px){
  .about-page .about-page-hero{padding:var(--ti-section-space-mobile) 0;}
  .about-page .about-hero-box{min-height:360px;padding:34px 24px;border-radius:18px;}
  .about-page .about-journey-image{min-height:300px;}
  .about-since-panel{padding:30px 22px;}
  .about-page .experience-counter{font-size:48px;}
  .about-founder-compact,.about-leader-card{grid-template-columns:1fr;}
  .about-page .leader-portrait,.about-leader-card img{margin:0 auto;}
  .about-leader-card img{width:150px;height:195px;}
  .about-page .mv-content{min-height:auto;padding:30px 24px;}
  .about-values-grid{grid-template-columns:1fr;}
  .about-infra-main{height:300px;}
  .about-infra-small{width:82%;height:185px;}
  .about-page .about-cta-section{padding:var(--ti-section-space-mobile) 0;}
}

.home-cta-section{
  background:var(--ti-paper);
}
.home-cta-section .about-cta-box{
  background:var(--ti-green);
  color:var(--ti-paper);
  border-radius:34px;
  padding:48px;
  box-shadow:none;
}
.home-cta-section .eyebrow{color:var(--ti-lemon);}
.home-cta-section .eyebrow::before{background:var(--ti-orange);}
.home-cta-section .about-cta-box h2{color:var(--ti-paper);}
.home-cta-section .about-cta-box p{color:var(--ti-muted-inverse)!important;}
.home-cta-section .cta-light-btn{
  background:var(--ti-paper);
  border:1px solid var(--ti-paper);
  color:var(--ti-green)!important;
}
.home-cta-section .cta-light-btn:hover{
  background:var(--ti-lemon);
  border-color:var(--ti-lemon);
  color:var(--ti-green)!important;
}

.footer{
  background:var(--ti-dark);
  color:var(--ti-muted-inverse);
  padding-top:78px;
}
.footer h4,.footer h5{color:var(--ti-paper);}
.footer h5{letter-spacing:.2px;}
.footer p{color:var(--ti-muted-inverse)!important;text-align:left;text-align-last:left;}
.footer a{color:var(--ti-muted-inverse);}
.footer a:hover{color:var(--ti-lemon);}
.footer .footer-nav-link{
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  max-width:100%;
  text-align:left;
}
.footer hr{border-color:var(--ti-border-inverse);}
.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:24px;
}
.footer-bottom p{font-size:14px;}
.digimitra-credit{white-space:nowrap;}
.digimitra-credit a{
  display:inline!important;
  margin:0!important;
  font-weight:500;
  text-decoration:none;
}
.digimitra-credit .digimitra-digi{color:#126fd6;}
.digimitra-credit .digimitra-mitra{color:#f36b21;}
.digimitra-credit a:hover{opacity:.82;}

@media(max-width:991.98px){
  h1{font-size:52px;}
  h2{font-size:38px;}
  h3{font-size:26px;}
  h4{font-size:21px;}
  h5{font-size:18px;}
  h6{font-size:16px;}
  p{font-size:16px;}
  .feature-heading,.card-heading{font-size:21px;}
  .list-item-heading{font-size:18px;}
  .lead-text{font-size:17px;}
  .ti-navbar .navbar-brand,.ti-navbar .ti-brand{font-size:24px;}
  .section-padding,.ti-section,.export-section,.home-page section{padding:var(--ti-section-space-tablet) 0;}
  .home-page .ti-trust{padding:0!important;}
  .hero-section{padding:var(--ti-section-space-tablet) 0;}
  .ti-trust-item{
    border-right:0!important;
    border-bottom:1px solid var(--ti-border-inverse)!important;
  }
  .ti-trust-item:hover{border-bottom-color:var(--ti-border-green)!important;}
  .ti-trust-item:last-child{border-bottom:0!important;}
  .ti-specs-panel .col-lg-4{text-align:center;}
  .ti-specs-panel .col-lg-8{margin-top:8px;}
  .about-page-hero{padding:36px 0 24px;}
  .about-hero-box{padding:44px 36px;}
}

.ti-mobile-center-head{}
.ti-mobile-copy-justify{}
.ti-card-left{}
.ti-card-center{}

@media(max-width:767.98px){
  body{font-size:15px;}
  h1{font-size:40px;}
  h2{font-size:32px;}
  h3{font-size:24px;}
  h4{font-size:20px;}
  h5{font-size:17px;}
  h6{font-size:15px;}
  p{font-size:15px;line-height:1.70;}
  .feature-heading,.card-heading{font-size:20px;}
  .list-item-heading{font-size:17px;}
  .list-item-text{font-size:14px;}
  .lead-text{font-size:16px;}

  .ti-mobile-center-head .eyebrow{
    justify-content:center;
    text-align:center;
    text-align-last:center;
  }
  .ti-mobile-center-head h1,
  .ti-mobile-center-head h2{
    text-align:center;
    text-align-last:center;
  }
  .ti-mobile-copy-justify p{
    text-align:justify;
    text-align-last:left;
  }
  .ti-mobile-center-head > p,
  .ti-mobile-center-head .ti-section-text{
    max-width:620px;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .ti-card-left{
    text-align:left;
  }
  .ti-card-left h3,
  .ti-card-left h4,
  .ti-card-left h5,
  .ti-card-left h6{
    text-align:left;
  }
  .ti-card-left p{
    text-align:justify;
    text-align-last:left;
  }

  .ti-card-center{
    text-align:center;
  }
  .ti-card-center h3,
  .ti-card-center h4,
  .ti-card-center h5,
  .ti-card-center h6,
  .ti-card-center p{
    text-align:center;
    text-align-last:center;
  }

  .ti-mobile-horizontal-card{
    min-height:0!important;
    height:100%;
    display:grid!important;
    grid-template-columns:52px minmax(0,1fr);
    grid-template-rows:auto auto;
    column-gap:16px;
    row-gap:5px;
    align-items:center;
    padding:20px!important;
    background:var(--ti-ivory)!important;
    text-align:left;
  }
  .ti-mobile-horizontal-card::before{display:none!important;}
  .ti-mobile-horizontal-card .num{
    grid-column:1;
    grid-row:1 / 3;
    display:flex;
    align-items:center;
    justify-content:center;
    align-self:stretch;
    margin:0;
    padding-right:14px;
    border-right:1px solid var(--ti-border-green);
    font-size:18px;
    line-height:1;
  }
  .ti-mobile-horizontal-card h3,
  .ti-mobile-horizontal-card h4{
    grid-column:2;
    grid-row:1;
    margin:0;
    text-align:left;
  }
  .ti-mobile-horizontal-card p{
    grid-column:2;
    grid-row:2;
    margin:0;
    text-align:justify;
    text-align-last:left;
  }
  .ti-mobile-horizontal-card:hover{transform:none!important;}

  .ti-mobile-list-left{
    text-align:left;
  }
  .ti-mobile-list-left .list-item-heading{
    text-align:left;
  }
  .ti-mobile-list-left .list-item-text{
    text-align:justify;
    text-align-last:left;
  }

  .footer-bottom{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:8px;
  }
  .footer-bottom p{text-align:center!important;text-align-last:center!important;}
}
@media(max-width:575.98px){
  .container{--bs-gutter-x:1.5rem;}
  .section-padding,.ti-section,.export-section,.home-page section{padding:var(--ti-section-space-mobile) 0;}
  .home-page .ti-trust{padding:0!important;}
  .hero-section{padding:var(--ti-section-space-mobile) 0;}
  .section-heading{margin-bottom:40px;}
  .ti-form-card,.why-card{padding:26px;}
  .ti-specs-panel{padding:30px 22px;}
  .ti-spec-chip{min-width:calc(50% - 5px);font-size:13px;}
  .about-hero-box{padding:36px 26px;border-radius:18px;}
  .footer .row>div{text-align:center;}
  .footer .footer-logo{margin-left:auto;margin-right:auto;}
  .footer p{text-align:center;text-align-last:center;}
  .footer a{text-align:center;}
}

@media (max-width:767.98px){
  .hero-actions{
    justify-content:center;
  }

  #company .btn-ti{
    display:table;
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width:767.98px){
  .footer .row > .col-6 h5{
    text-align:left;
    text-align-last:left;
  }

  .footer .footer-company{
    border-right:1px solid var(--ti-border-inverse);
  }

  .footer .row > .col-lg-3 h5{
    text-align:center;
    text-align-last:center;
  }
}

@media (max-width:767.98px){

  .footer .footer-company .footer-nav-link,
  .footer .footer-materials .footer-nav-link{
    width:max-content;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
  }
}

@media (max-width:767.98px){
  .footer .footer-company > h5,
  .footer .footer-materials > h5{
    display:block;
    width:100%;
    margin-left:0;
    margin-right:0;
    text-align:center !important;
    text-align-last:center !important;
  }
}

.hero-actions-mobile{display:none;}
@media (max-width:991.98px){
  .hero-actions-desktop{display:none;}
  .hero-actions-mobile{
    display:flex;
    justify-content:center;
    margin-top:28px;
  }
}

.project-supply-hero-box{
  background:var(--ti-green);
}
.project-supply-hero-box .about-hero-text{max-width:900px;}
.project-overview-image{
  display:block;
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:18px;
}
.project-compare-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:44px;
}
.project-compare-card{
  position:relative;
  padding:36px;
  background:var(--ti-paper);
  border:1px solid var(--ti-border);
  border-radius:18px;
}
.project-compare-card-custom{
  background:var(--ti-green);
  color:var(--ti-paper);
  border-color:var(--ti-green);
}
.project-compare-card-custom h3{color:var(--ti-paper);}
.project-compare-kicker{
  display:block;
  margin-bottom:12px;
  color:var(--ti-orange);
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.10em;
}
.project-compare-card-custom .project-compare-kicker{color:var(--ti-lemon);}
.project-spec-list{
  list-style:none;
  margin:22px 0 0;
  padding:0;
}
.project-spec-list li{
  position:relative;
  padding:10px 0 10px 26px;
  border-top:1px solid var(--ti-border);
}
.project-spec-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:var(--ti-green);
  font-weight:500;
}
.project-compare-card-custom .project-spec-list li{border-color:var(--ti-border-inverse);}
.project-compare-card-custom .project-spec-list li::before{color:var(--ti-lemon);}
.project-custom-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:44px;
}
.project-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
  margin-top:44px;
}

.curated-projects-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:44px;
}
.curated-project-card{
  overflow:hidden;
  background:var(--ti-paper);
  border:1px solid var(--ti-border);
  border-radius:16px;
}
.curated-project-card img{
  display:block;
  width:100%;
  height:280px;
  object-fit:cover;
}
.curated-project-copy{padding:22px 24px;}
.curated-project-copy h3{margin:0 0 7px;font-size:22px;}
.curated-project-copy p{
  margin:0;
  color:var(--ti-muted);
  text-align:left;
  text-align-last:left;
}

.project-process-step{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:28px;
  background:var(--ti-ivory);
  border:1px solid var(--ti-border);
  border-radius:16px;
}
.project-process-step>span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--ti-green);
  color:var(--ti-paper);
  font-size:13px;
  font-weight:500;
}
.project-process-step h3{margin:0 0 8px;}
.project-process-step p{margin:0;}
.project-gallery-section .auto-masonry-grid{margin-top:44px;}
.project-why-grid .why-card{height:100%;}

@media(max-width:991.98px){
  .project-overview-image{height:400px;}
  .project-custom-grid,.project-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .curated-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  
}
@media(max-width:767.98px){
  .project-overview-image{height:320px;}
  .project-compare-grid,.project-custom-grid,.project-why-grid,.curated-projects-grid{grid-template-columns:1fr;}
  .project-compare-card{padding:28px 24px;}
  .curated-project-card img{height:260px;}
  .project-process-step{padding:22px;}
}

.project-supply-page-hero .project-supply-hero-box{
  position:relative;
  isolation:isolate;
  background:none;
}
.project-supply-hero-image{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.project-supply-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(1,108,53,.94) 0%,rgba(1,108,53,.82) 42%,rgba(21,24,22,.42) 100%);
}
.project-supply-hero-text{
  position:relative;
  z-index:2;
  max-width:900px;
}
.project-supply-page-hero .project-supply-hero-text h1{
  color:var(--ti-paper);
}
.project-supply-page-hero .project-supply-hero-text p{
  color:var(--ti-muted-inverse);
}

.project-supply-page-hero + .project-overview-section{}
.project-customisation-section .section-heading-centered .eyebrow,.project-compare-section .section-heading-centered .eyebrow,.project-buyers-section .section-heading-centered .eyebrow,.project-process-section .section-heading-centered .eyebrow,.project-why-section .section-heading-centered .eyebrow,.project-gallery-section .section-heading-centered .eyebrow{
  justify-content:center;
  text-align:center;
  text-align-last:center;
}

.project-process-layout{
  display:grid;
  grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr);
  gap:64px;
  align-items:center;
  margin-top:52px;
}

.project-process-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.project-process-list .project-process-step{
  min-height:0;
  padding:20px 22px;
  background:var(--ti-ivory);
}
.project-process-list .project-process-step>span{
  width:38px;
  height:38px;
}

.project-gallery-section .auto-gallery-item,
.curated-project-card{
  background:var(--ti-paper);
}

@media(max-width:991.98px){
  .project-process-layout{
    grid-template-columns:1fr;
    gap:44px;
  }
  
}
@media(max-width:575.98px){
  .project-supply-hero-overlay{
    background:linear-gradient(180deg,rgba(1,108,53,.92),rgba(1,108,53,.76),rgba(21,24,22,.54));
  }

}

.section-heading.text-center .eyebrow,
.section-heading-centered .eyebrow{
  justify-content:center;
  text-align:center;
  text-align-last:center;
}

.project-supply-page-hero .project-supply-hero-text h1{
  color:var(--ti-paper)!important;
}

.project-supply-page-hero{
  background:var(--ti-paper);
  padding:var(--ti-section-space) 0 calc(var(--ti-section-space) / 2);
}
.project-overview-section{
  padding-top:calc(var(--ti-section-space) / 2);
  padding-bottom:calc(var(--ti-section-space) / 2);
}
.project-customisation-section{
  padding-top:calc(var(--ti-section-space) / 2);
}

.project-buyers-heading-split{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:72px;
  align-items:end;
  margin-bottom:44px;
}
.project-buyers-heading-main{
  max-width:720px;
}
.project-buyers-heading-main .eyebrow{
  justify-content:flex-start;
  text-align:left;
  text-align-last:left;
}
.project-buyers-heading-main h2{
  margin-bottom:0;
}
.project-buyers-heading-copy{
  max-width:560px;
  justify-self:end;
}
.project-buyers-heading-copy p{
  margin:0;
  color:var(--ti-muted);
  text-align:justify;
  text-align-last:left;
}

.project-customisation-section .ti-form-card{
  background:var(--ti-ivory);
}

@media(max-width:991.98px){
  .project-supply-page-hero{
    padding:var(--ti-section-space-tablet) 0 calc(var(--ti-section-space-tablet) / 2);
  }
  .project-overview-section{
    padding-top:calc(var(--ti-section-space-tablet) / 2);
    padding-bottom:calc(var(--ti-section-space-tablet) / 2);
  }
  .project-customisation-section{
    padding-top:calc(var(--ti-section-space-tablet) / 2);
  }
  .project-buyers-heading-split{
    grid-template-columns:1fr;
    gap:22px;
  }
  .project-buyers-heading-copy{
    max-width:760px;
    justify-self:start;
  }
}
@media(max-width:767.98px){
  .project-supply-page-hero{
    padding:var(--ti-section-space-mobile) 0 calc(var(--ti-section-space-mobile) / 2);
  }
  .project-overview-section{
    padding-top:calc(var(--ti-section-space-mobile) / 2);
    padding-bottom:calc(var(--ti-section-space-mobile) / 2);
  }
  .project-customisation-section{
    padding-top:calc(var(--ti-section-space-mobile) / 2);
  }
  .project-buyers-heading-split{
    margin-bottom:34px;
  }
  .project-buyers-heading-main,
  .project-buyers-heading-copy{
    text-align:left;
  }
}

.project-buyers-project-grid{margin-top:0;}

.project-process-list .project-process-step:nth-child(1)>span,
.project-process-list .project-process-step:nth-child(4)>span{background:var(--ti-orange);}
.project-process-list .project-process-step:nth-child(2)>span,
.project-process-list .project-process-step:nth-child(5)>span{background:var(--ti-green);}
.project-process-list .project-process-step:nth-child(3)>span,
.project-process-list .project-process-step:nth-child(6)>span{background:var(--ti-green-dark);}
.project-why-section .why-card i{display:inline-flex;}

.project-why-section .project-why-icon{
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--ti-lemon);
  color:var(--ti-green-dark);
  margin-bottom:22px;
}
.project-why-section .project-why-icon i{
  width:auto;
  height:auto;
  display:block;
  margin:0;
  padding:0;
  border-radius:0;
  background:none;
  color:inherit;
  font-size:23px;
  line-height:1;
}
.project-why-section .why-card:hover .project-why-icon{
  background:var(--ti-lemon);
  color:var(--ti-green-dark);
}
.project-why-section .why-card:hover .project-why-icon i{
  background:none;
  color:inherit;
}

.project-process-list .project-process-step{
  align-items:center;
}
.project-process-list .project-process-step>span,
.project-process-list .project-process-step:nth-child(1)>span,
.project-process-list .project-process-step:nth-child(2)>span,
.project-process-list .project-process-step:nth-child(3)>span,
.project-process-list .project-process-step:nth-child(4)>span,
.project-process-list .project-process-step:nth-child(5)>span,
.project-process-list .project-process-step:nth-child(6)>span{
  background:var(--ti-green);
  color:var(--ti-paper);
  align-self:center;
}

.project-process-image-wrap{
  margin-top:42px;
  width:100%;
  overflow:hidden;
  border-radius:22px;
  background:var(--ti-paper);
  box-shadow:var(--ti-shadow);
  border:1px solid var(--ti-border);
}
.project-process-image{
  display:block;
  width:100%;
  height:auto;
}
@media(max-width:767.98px){
  .project-process-image-wrap{
    margin-top:30px;
    border-radius:16px;
  }
}

.project-process-layout-v81{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:56px;
  align-items:center;
  margin-top:42px;
}
.project-process-image-wrap-left{
  margin-top:0;
  border-radius:22px;
  overflow:hidden;
  background:var(--ti-paper);
  border:1px solid var(--ti-border);
  box-shadow:var(--ti-shadow);
}
.project-process-image-wrap-left .project-process-image{
  width:100%;
  height:auto;
  display:block;
}
.project-process-layout-v81 .project-process-list{
  margin-top:0;
}

@media(max-width:991.98px){
  .project-process-layout-v81{
    grid-template-columns:1fr;
    gap:36px;
  }
  .project-process-image-wrap-left{
    max-width:620px;
    margin-inline:auto;
  }
}
@media(max-width:767.98px){
  .project-process-layout-v81{margin-top:30px;gap:30px;}

}

.project-commitment-section{
  padding:calc(var(--ti-section-space) / 2) 0;
}
.project-commitment-panel{
  background:var(--ti-orange);
  border-radius:22px;
  padding:34px 36px;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.75fr);
  gap:34px;
  align-items:center;
  overflow:hidden;
}
.project-commitment-intro{
  display:grid;
  grid-template-columns:66px minmax(0,1fr);
  gap:20px;
  align-items:center;
}
.project-commitment-handshake{
  width:62px;
  height:62px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.55);
  color:var(--ti-paper);
  font-size:28px;
}
.project-commitment-panel .eyebrow.light{
  color:var(--ti-paper);
  margin-bottom:10px;
}
.project-commitment-panel .eyebrow.light::before{
  background:var(--ti-paper);
}
.project-commitment-panel h2{
  color:var(--ti-paper);
  margin-bottom:8px;
  font-size:30px;
}
.project-commitment-panel p{
  color:rgba(255,255,255,.88);
  margin:0;
}
.project-commitment-highlights{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}
.project-commitment-item{
  padding:4px 20px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:126px;
}
.project-commitment-item + .project-commitment-item{
  border-left:1px solid rgba(255,255,255,.34);
}
.project-commitment-item>i{
  color:var(--ti-paper);
  font-size:27px;
  margin-bottom:10px;
}
.project-commitment-item h3{
  color:var(--ti-paper);
  font-size:16px;
  margin:0 0 6px;
  line-height:1.25;
}
.project-commitment-item p{
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.5;
  text-align:center;
  text-align-last:center;
}

@media(max-width:991.98px){
  .project-commitment-section{
    padding:calc(var(--ti-section-space-tablet) / 2) 0;
  }
  .project-commitment-panel{
    grid-template-columns:1fr;
    gap:26px;
    padding:30px;
  }
}
@media(max-width:767.98px){
  .project-commitment-section{
    padding:calc(var(--ti-section-space-mobile) / 2) 0;
  }
  .project-commitment-panel{
    border-radius:18px;
    padding:26px 22px;
  }
  .project-commitment-intro{
    grid-template-columns:52px minmax(0,1fr);
    gap:15px;
  }
  .project-commitment-handshake{
    width:50px;
    height:50px;
    font-size:23px;
  }
  .project-commitment-panel h2{
    font-size:26px;
  }
  .project-commitment-highlights{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .project-commitment-item{
    padding:16px 12px;
    min-height:132px;
  }
  .project-commitment-item + .project-commitment-item{
    border-left:0;
  }
  .project-commitment-item:nth-child(even){
    border-left:1px solid rgba(255,255,255,.34);
  }
  .project-commitment-item:nth-child(n/**/+3){
    border-top:1px solid rgba(255,255,255,.34);
  }
}

.project-commitment-panel{
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.75fr);
  gap:22px;
  padding:24px 28px;
}
.project-commitment-intro{
  grid-template-columns:58px minmax(0,1fr);
  gap:18px;
}
.project-commitment-handshake{
  width:54px;
  height:54px;
  font-size:25px;
  border:1px solid rgba(255,255,255,.64);
}
.project-commitment-panel h2{
  font-size:26px;
  line-height:1.2;
  margin:0 0 5px;
}
.project-commitment-panel .project-commitment-intro p{
  font-size:14px;
  line-height:1.55;
  margin:0;
  max-width:560px;
}
.project-commitment-highlights{
  min-height:92px;
}
.project-commitment-item{
  min-height:92px;
  padding:4px 18px;
}
.project-commitment-item>i{
  font-size:29px;
  margin-bottom:8px;
}
.project-commitment-item h3{
  margin:0;
  font-size:14px;
  line-height:1.35;
  max-width:132px;
}
.project-commitment-item p{
  display:none;
}
@media(max-width:991.98px){
  .project-commitment-panel{
    grid-template-columns:1fr;
    gap:24px;
  }
  .project-commitment-highlights{
    border-top:1px solid rgba(255,255,255,.32);
    padding-top:20px;
  }
}
@media(max-width:767.98px){
  .project-commitment-panel{
    padding:24px 20px;
  }
  .project-commitment-panel h2{
    font-size:24px;
  }
  .project-commitment-panel .project-commitment-intro p{
    font-size:13px;
  }
  .project-commitment-item{
    min-height:108px;
    padding:14px 10px;
  }
  .project-commitment-item>i{
    font-size:27px;
  }
}

.project-commitment-handshake svg,
.project-commitment-item svg{
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.project-commitment-handshake svg{
  width:34px;
  height:34px;
  color:var(--ti-paper);
}
.project-commitment-item>svg{
  width:34px;
  height:34px;
  margin-bottom:9px;
  color:var(--ti-paper);
}
.project-commitment-item>i{
  display:none;
}
.project-commitment-panel .project-commitment-intro p{
  max-width:590px;
}
.project-commitment-item h3{
  max-width:145px;
}

.project-commitment-handshake svg,
.project-commitment-item svg{display:none!important;}
.project-commitment-handshake>i{
  display:block!important;
  color:var(--ti-paper);
  font-size:29px;
  line-height:1;
}
.project-commitment-item>i{
  display:block!important;
  color:var(--ti-paper);
  font-size:31px;
  line-height:1;
  margin-bottom:9px;
}
.project-custom-heading-split{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:72px;
  align-items:end;
  margin-bottom:44px;
}
.project-custom-heading-main{max-width:760px;}
.project-custom-heading-main .eyebrow{
  justify-content:flex-start;
  text-align:left;
  text-align-last:left;
}
.project-custom-heading-main h2{margin-bottom:0;}
.project-custom-heading-copy{
  max-width:570px;
  justify-self:end;
}
.project-custom-heading-copy p{
  margin:0;
  color:var(--ti-muted);
  text-align:justify;
  text-align-last:left;
}
.project-customisation-section .project-custom-grid{margin-top:0;}
@media(max-width:991.98px){
  .project-custom-heading-split{
    grid-template-columns:1fr;
    gap:22px;
  }
  .project-custom-heading-copy{
    max-width:760px;
    justify-self:start;
  }
}
@media(max-width:767.98px){
  .project-custom-heading-split{margin-bottom:34px;}
  .project-custom-heading-main,
  .project-custom-heading-copy{text-align:left;}
}

.about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space) / 2);}
.about-page .leadership-section{
  padding-top:calc(var(--ti-section-space) / 2);
  padding-bottom:calc(var(--ti-section-space) / 2);
}
.about-page .about-since-section{
  padding-top:calc(var(--ti-section-space) / 2);
  padding-bottom:calc(var(--ti-section-space) / 2);
}
.about-page .about-purpose-section{padding-top:calc(var(--ti-section-space) / 2);}
@media(max-width:991.98px){
  .about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .about-page .leadership-section{padding-top:calc(var(--ti-section-space-tablet) / 2);padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .about-page .about-since-section{padding-top:calc(var(--ti-section-space-tablet) / 2);padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .about-page .about-purpose-section{padding-top:calc(var(--ti-section-space-tablet) / 2);}
}
@media(max-width:767.98px){
  .about-page .about-journey-section{padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .about-page .leadership-section{padding-top:calc(var(--ti-section-space-mobile) / 2);padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .about-page .about-since-section{padding-top:calc(var(--ti-section-space-mobile) / 2);padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .about-page .about-purpose-section{padding-top:calc(var(--ti-section-space-mobile) / 2);}
}

.about-page .about-purpose-section{background:var(--ti-lemon-soft)!important;}
.about-page .leadership-section{background:var(--ti-paper)!important;}
.about-page .about-since-section{background:var(--ti-paper)!important;}
.about-page .infra-overview-section{background:var(--ti-paper)!important;}
.about-page .about-cta-section{background:var(--ti-paper)!important;}

.mining-page{background:var(--ti-paper);}

.mining-page .mining-page-hero{
  padding:var(--ti-section-space) 0;
  background:var(--ti-paper);
}
.mining-page .mining-hero-box{
  min-height:430px;
  display:flex;
  align-items:center;
  padding:56px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--ti-shadow);
  background:
    linear-gradient(90deg,rgba(1,108,53,.94),rgba(1,108,53,.68),rgba(21,24,22,.30)),
    url("../img/mining/mining-quarry-panorama-11.jpg") center/cover;
}
.mining-page .mining-hero-text{max-width:820px;}
.mining-page .mining-hero-text h1{color:var(--ti-paper);}
.mining-page .mining-hero-text p{
  max-width:760px;
  margin:18px 0 0;
  color:var(--ti-muted-inverse);
}

.mining-page .mining-intro-section{padding:var(--ti-section-space) 0;}
.mining-page .mining-intro-image-wrap{position:relative;padding:18px 0 0 18px;}
.mining-page .mining-intro-image-wrap::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:78%;
  height:78%;
  border-radius:24px;
  background:var(--ti-pista);
}
.mining-page .mining-intro-image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:var(--ti-shadow);
}

.mining-card-grid,
.mining-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.mining-page .mining-capabilities-section .ti-form-card{
  height:100%;
  background:var(--ti-paper);
}
.mining-page .ti-card-number{
  display:block;
  margin-bottom:18px;
  color:var(--ti-orange);
  font-size:14px;
  font-weight:500;
  letter-spacing:.08em;
}
.mining-page .mining-why-grid .why-card{height:100%;}
.mining-page .mining-why-grid .why-card>i{display:inline-flex;}

.mining-page .mining-gallery-section .section-heading{max-width:850px;margin-inline:auto;}
.mining-page .mining-source-section .ti-feature-row:first-child{padding-top:0;}
.mining-page .mining-source-section .ti-feature-row:last-child{padding-bottom:0;border-bottom:0;}

.mining-page .mining-cta-section{
  padding:var(--ti-section-space) 0;
  background:var(--ti-paper);
}
.mining-page .mining-cta-section .about-cta-box{
  background:var(--ti-green);
  color:var(--ti-paper);
  border-radius:34px;
  padding:48px;
  box-shadow:none;
}
.mining-page .mining-cta-section .about-cta-box h2{color:var(--ti-paper);}
.mining-page .mining-cta-section .about-cta-box p{color:var(--ti-muted-inverse)!important;}

@media(max-width:991.98px){
  .mining-page .mining-page-hero{padding:var(--ti-section-space-tablet) 0;}
  .mining-page .mining-hero-box{min-height:390px;padding:44px 36px;}
  .mining-page .mining-intro-section,
  .mining-page .mining-cta-section{padding:var(--ti-section-space-tablet) 0;}
  .mining-card-grid,
  .mining-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .mining-page .mining-intro-image{height:390px;}
}
@media(max-width:767.98px){
  .mining-page .mining-page-hero{padding:var(--ti-section-space-mobile) 0;}
  .mining-page .mining-hero-box{min-height:360px;padding:34px 24px;border-radius:18px;}
  .mining-page .mining-intro-section,
  .mining-page .mining-cta-section{padding:var(--ti-section-space-mobile) 0;}
  .mining-card-grid,
  .mining-why-grid{grid-template-columns:1fr;}
  .mining-page .mining-intro-image-wrap{padding:12px 0 0 12px;}
  .mining-page .mining-intro-image{height:310px;border-radius:18px;}
  .mining-page .mining-cta-section .about-cta-box{padding:34px 24px;border-radius:24px;}
}

.mining-page .mining-page-hero{
  padding-bottom:calc(var(--ti-section-space) / 2);
}
.mining-page .mining-intro-section{
  padding-top:calc(var(--ti-section-space) / 2);
}
.mining-page .mining-source-intro{
  margin:18px 0 0;
  color:var(--ti-muted);
  text-align:justify;
  text-align-last:left;
}

@media(max-width:991.98px){
  .mining-page .mining-page-hero{
    padding-bottom:calc(var(--ti-section-space-tablet) / 2);
  }
  .mining-page .mining-intro-section{
    padding-top:calc(var(--ti-section-space-tablet) / 2);
  }
}
@media(max-width:767.98px){
  .mining-page .mining-page-hero{
    padding-bottom:calc(var(--ti-section-space-mobile) / 2);
  }
  .mining-page .mining-intro-section{
    padding-top:calc(var(--ti-section-space-mobile) / 2);
  }
}

.processing-page{background:var(--ti-paper);}

.processing-page .processing-page-hero{
  padding:var(--ti-section-space) 0 calc(var(--ti-section-space) / 2);
  background:var(--ti-paper);
}
.processing-page .processing-hero-box{
  min-height:430px;
  display:flex;
  align-items:center;
  padding:56px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--ti-shadow);
  background:
    linear-gradient(90deg,rgba(1,108,53,.94),rgba(1,108,53,.68),rgba(21,24,22,.30)),
    url("../img/processing/processing-polishing-line-04.jpg") center/cover;
}
.processing-page .processing-hero-text{max-width:820px;}
.processing-page .processing-hero-text h1{color:var(--ti-paper);}
.processing-page .processing-hero-text p{
  max-width:760px;
  margin:18px 0 0;
  color:var(--ti-muted-inverse);
}

.processing-page .processing-intro-section{
  padding:calc(var(--ti-section-space) / 2) 0 var(--ti-section-space);
}
.processing-page .processing-intro-image-wrap{
  position:relative;
  padding:18px 0 0 18px;
}
.processing-page .processing-intro-image-wrap::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:78%;
  height:78%;
  border-radius:24px;
  background:var(--ti-pista);
}
.processing-page .processing-intro-image{
  position:relative;
  z-index:1;
  display:block;
  width:100%;
  height:470px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:var(--ti-shadow);
}

.processing-card-grid,
.processing-why-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.processing-page .processing-capabilities-section .ti-form-card{
  height:100%;
  background:var(--ti-paper);
}
.processing-page .ti-card-number{
  display:block;
  margin-bottom:18px;
  color:var(--ti-orange);
  font-size:14px;
  font-weight:500;
  letter-spacing:.08em;
}
.processing-page .processing-gallery-section .section-heading{
  max-width:850px;
  margin-inline:auto;
}
.processing-page .processing-control-intro{
  margin:18px 0 0;
  color:var(--ti-muted);
  text-align:justify;
  text-align-last:left;
}
.processing-page .processing-control-section .ti-feature-row:first-child{padding-top:0;}
.processing-page .processing-control-section .ti-feature-row:last-child{
  padding-bottom:0;
  border-bottom:0;
}
.processing-page .processing-why-grid .why-card{height:100%;}
.processing-page .processing-why-grid .why-card>i{display:inline-flex;}

.processing-page .processing-cta-section{
  padding:var(--ti-section-space) 0;
  background:var(--ti-paper);
}
.processing-page .processing-cta-section .about-cta-box{
  background:var(--ti-green);
  color:var(--ti-paper);
  border-radius:34px;
  padding:48px;
  box-shadow:none;
}
.processing-page .processing-cta-section .about-cta-box h2{color:var(--ti-paper);}
.processing-page .processing-cta-section .about-cta-box p{
  color:var(--ti-muted-inverse)!important;
}

@media(max-width:991.98px){
  .processing-page .processing-page-hero{
    padding:var(--ti-section-space-tablet) 0 calc(var(--ti-section-space-tablet) / 2);
  }
  .processing-page .processing-hero-box{min-height:390px;padding:44px 36px;}
  .processing-page .processing-intro-section{
    padding:calc(var(--ti-section-space-tablet) / 2) 0 var(--ti-section-space-tablet);
  }
  .processing-page .processing-cta-section{padding:var(--ti-section-space-tablet) 0;}
  .processing-card-grid,
  .processing-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .processing-page .processing-intro-image{height:390px;}
}
@media(max-width:767.98px){
  .processing-page .processing-page-hero{
    padding:var(--ti-section-space-mobile) 0 calc(var(--ti-section-space-mobile) / 2);
  }
  .processing-page .processing-hero-box{
    min-height:360px;
    padding:34px 24px;
    border-radius:18px;
  }
  .processing-page .processing-intro-section{
    padding:calc(var(--ti-section-space-mobile) / 2) 0 var(--ti-section-space-mobile);
  }
  .processing-page .processing-cta-section{padding:var(--ti-section-space-mobile) 0;}
  .processing-card-grid,
  .processing-why-grid{grid-template-columns:1fr;}
  .processing-page .processing-intro-image-wrap{padding:12px 0 0 12px;}
  .processing-page .processing-intro-image{height:310px;border-radius:18px;}
  .processing-page .processing-cta-section .about-cta-box{
    padding:34px 24px;
    border-radius:24px;
  }
}

.global-export-page{background:var(--ti-paper);}
.global-export-page .global-page-hero{
  padding:var(--ti-section-space) 0 calc(var(--ti-section-space) / 2);
  background:var(--ti-paper);
}
.global-export-page .global-hero-box{
  min-height:430px;display:flex;align-items:center;padding:56px;border-radius:24px;
  overflow:hidden;box-shadow:var(--ti-shadow);
}
.global-export-page .global-hero-text{max-width:850px;}
.global-export-page .global-hero-text h1{color:var(--ti-paper);}
.global-export-page .global-hero-text p{max-width:790px;margin:18px 0 0;color:var(--ti-muted-inverse);}
.global-export-page .global-intro-section{padding:calc(var(--ti-section-space) / 2) 0 var(--ti-section-space);}
.global-export-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;}
.global-export-page .global-export-capability-section .ti-form-card{height:100%;background:var(--ti-paper);}
.global-export-page .ti-card-number{display:block;margin-bottom:18px;color:var(--ti-orange);font-size:14px;font-weight:500;letter-spacing:.08em;}
.global-export-page .global-gallery-section .section-heading{max-width:860px;margin-inline:auto;}
.global-export-page .global-operations-intro{margin:18px 0 0;color:var(--ti-muted);text-align:justify;text-align-last:left;}
.global-export-page .global-operations-section .ti-feature-row:first-child{padding-top:0;}
.global-export-page .global-operations-section .ti-feature-row:last-child{padding-bottom:0;border-bottom:0;}
.global-export-page .global-cta-section{padding:var(--ti-section-space) 0;background:var(--ti-paper);}
.global-export-page .global-cta-section .about-cta-box{background:var(--ti-green);color:var(--ti-paper);border-radius:34px;padding:48px;box-shadow:none;}
.global-export-page .global-cta-section .about-cta-box h2{color:var(--ti-paper);}
.global-export-page .global-cta-section .about-cta-box p{color:var(--ti-muted-inverse)!important;}

@media(max-width:991.98px){
  .global-export-page .global-page-hero{padding:var(--ti-section-space-tablet) 0 calc(var(--ti-section-space-tablet) / 2);}
  .global-export-page .global-hero-box{min-height:390px;padding:44px 36px;}
  .global-export-page .global-intro-section{padding:calc(var(--ti-section-space-tablet) / 2) 0 var(--ti-section-space-tablet);}
  .global-export-page .global-cta-section{padding:var(--ti-section-space-tablet) 0;}
  .global-export-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767.98px){
  .global-export-page .global-page-hero{padding:var(--ti-section-space-mobile) 0 calc(var(--ti-section-space-mobile) / 2);}
  .global-export-page .global-hero-box{min-height:360px;padding:34px 24px;border-radius:18px;}
  .global-export-page .global-intro-section{padding:calc(var(--ti-section-space-mobile) / 2) 0 var(--ti-section-space-mobile);}
  .global-export-page .global-cta-section{padding:var(--ti-section-space-mobile) 0;}
  .global-export-card-grid{grid-template-columns:1fr;}
  .global-export-page .global-cta-section .about-cta-box{padding:34px 24px;border-radius:24px;}
}

.contact-page{background:var(--ti-paper);}

.contact-page .contact-page-hero{
  padding:var(--ti-section-space) 0 calc(var(--ti-section-space) / 2);
  background:var(--ti-paper);
}
.contact-page .contact-hero-box{
  min-height:410px;
  display:flex;
  align-items:center;
  padding:56px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--ti-shadow);
  background:
    linear-gradient(90deg,rgba(1,108,53,.96),rgba(1,108,53,.72),rgba(21,24,22,.36)),
    url("../img/global-supply/packing-08.jpeg") center/cover;
}
.contact-page .contact-hero-text{max-width:880px;}
.contact-page .contact-hero-text h1{color:var(--ti-paper);}
.contact-page .contact-hero-text p{
  max-width:800px;
  margin:18px 0 0;
  color:var(--ti-muted-inverse);
}
.contact-page .contact-intro-section{
  padding:calc(var(--ti-section-space) / 2) 0 var(--ti-section-space);
}

.contact-quick-grid{
  display:grid;
  gap:14px;
  margin-top:34px;
}
.contact-quick-card{
  display:grid;
  grid-template-columns:46px minmax(0,1fr);
  gap:16px;
  align-items:start;
  padding:20px;
  border:1px solid var(--ti-border);
  border-radius:18px;
  background:var(--ti-ivory);
}
.contact-quick-card>i{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:50%;
  background:var(--ti-lemon);
  color:var(--ti-green-dark);
  font-size:20px;
}
.contact-quick-card h3{margin:0 0 5px;font-size:18px;}
.contact-quick-card a{
  display:block;
  width:max-content;
  max-width:100%;
  color:var(--ti-green-dark);
  text-decoration:none;
}
.contact-quick-card p{margin:0;color:var(--ti-muted);}

.contact-form-panel{
  padding:38px;
  border-radius:26px;
  background:var(--ti-pista);
  box-shadow:var(--ti-shadow);
}
.contact-form-panel>p{margin-bottom:28px;color:var(--ti-muted);}
.contact-page .inquiry-form .form-label{
  margin-bottom:7px;
  font-size:13px;
  font-weight:500;
  color:var(--ti-dark);
}
.contact-page .inquiry-form .form-control{
  min-height:52px;
  border:1px solid rgba(1,108,53,.16);
  border-radius:12px;
  background:var(--ti-paper);
  box-shadow:none;
}
.contact-page .inquiry-form textarea.form-control{min-height:145px;}
.contact-page .inquiry-form .form-control:focus{
  border-color:var(--ti-green);
  box-shadow:0 0 0 .2rem rgba(1,108,53,.08);
}

.contact-requirement-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.contact-page .contact-requirements-section .ti-form-card{
  height:100%;
  background:var(--ti-paper);
}
.contact-page .ti-card-number{
  display:block;
  margin-bottom:18px;
  color:var(--ti-orange);
  font-size:14px;
  font-weight:500;
  letter-spacing:.08em;
}

.contact-page .contact-operations-intro{
  margin:18px 0 0;
  color:var(--ti-muted);
  text-align:justify;
  text-align-last:left;
}
.contact-page .contact-operations-section .ti-feature-row:first-child{padding-top:0;}
.contact-page .contact-operations-section .ti-feature-row:last-child{
  padding-bottom:0;
  border-bottom:0;
}

.contact-unit-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.contact-page .contact-unit-grid .why-card{height:100%;}
.contact-page .contact-unit-grid .why-card>i{display:inline-flex;}
.contact-page .contact-unit-grid .why-card p{text-align:center;text-align-last:center;}

.contact-page .contact-cta-section{
  padding:var(--ti-section-space) 0;
  background:var(--ti-paper);
}
.contact-page .contact-cta-section .about-cta-box{
  background:var(--ti-green);
  color:var(--ti-paper);
  border-radius:34px;
  padding:48px;
  box-shadow:none;
}
.contact-page .contact-cta-section .about-cta-box h2{color:var(--ti-paper);}
.contact-page .contact-cta-section .about-cta-box p{color:var(--ti-muted-inverse)!important;}

@media(max-width:991.98px){
  .contact-page .contact-page-hero{
    padding:var(--ti-section-space-tablet) 0 calc(var(--ti-section-space-tablet) / 2);
  }
  .contact-page .contact-hero-box{min-height:380px;padding:44px 36px;}
  .contact-page .contact-intro-section{
    padding:calc(var(--ti-section-space-tablet) / 2) 0 var(--ti-section-space-tablet);
  }
  .contact-requirement-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .contact-page .contact-cta-section{padding:var(--ti-section-space-tablet) 0;}
}

@media(max-width:767.98px){
  .contact-page .contact-page-hero{
    padding:var(--ti-section-space-mobile) 0 calc(var(--ti-section-space-mobile) / 2);
  }
  .contact-page .contact-hero-box{
    min-height:350px;
    padding:34px 24px;
    border-radius:18px;
  }
  .contact-page .contact-intro-section{
    padding:calc(var(--ti-section-space-mobile) / 2) 0 var(--ti-section-space-mobile);
  }
  .contact-form-panel{padding:26px 20px;border-radius:20px;}
  .contact-requirement-grid,
  .contact-unit-grid{grid-template-columns:1fr;}
  .contact-quick-card{grid-template-columns:42px minmax(0,1fr);padding:17px;}
  .contact-quick-card>i{width:42px;height:42px;}
  .contact-page .contact-cta-section{padding:var(--ti-section-space-mobile) 0;}
  .contact-page .contact-cta-section .about-cta-box{padding:34px 24px;border-radius:24px;}
}

.contact-page .contact-unit-grid .why-card{
  text-align:center;
}
.contact-page .contact-unit-grid .why-card>i{
  display:inline-flex;
  margin-left:auto;
  margin-right:auto;
}
.contact-page .contact-unit-grid .why-card h3,
.contact-page .contact-unit-grid .why-card p{
  text-align:center;
  text-align-last:center;
}

.section-heading-centered{max-width:860px;margin:0 auto 46px;text-align:center;}
.section-heading-centered p{text-align:center;text-align-last:center;}
.material-page .material-page-hero{padding-bottom:calc(var(--ti-section-space) / 2);}
.material-page .material-intro{padding-top:calc(var(--ti-section-space) / 2);}
.material-page .material-hero-box{min-height:430px;display:flex;align-items:center;position:relative;overflow:hidden;}
.material-page .material-hero-box::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,108,53,.95),rgba(1,108,53,.72),rgba(21,24,22,.24));}
.material-page .green-material-hero-box{background:url("../img/green-marble-gallery/green-marble-slabs.jpg") center/cover;}
.material-page .black-material-hero-box{background:url("../img/black-granite-products/black-granite-polished-slab.png") center/cover;}
.material-page .material-hero-box .about-hero-text{position:relative;z-index:1;max-width:800px;}
.material-page .material-hero-box h1{color:var(--ti-paper);}
.material-page .material-hero-box p{color:var(--ti-muted-inverse);max-width:760px;}
.material-media-pair{position:relative;min-height:470px;}
.material-media-main{display:block;width:82%;height:430px;object-fit:cover;border-radius:18px;}
.material-media-accent{position:absolute;right:0;bottom:0;width:47%;height:235px;object-fit:cover;border:8px solid var(--ti-paper);border-radius:16px;box-shadow:var(--ti-shadow);}
.material-shade-grid,.material-format-grid,.material-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.material-shade-card{padding:0!important;overflow:hidden;}
.material-shade-card>img{display:block;width:100%;height:250px;object-fit:cover;}
.material-shade-copy{padding:20px 22px 22px;}
.material-shade-copy h3{margin:0;}
.material-format-grid .ti-form-card,.material-why-grid .why-card{height:100%;}
.material-format-grid{margin-top:42px;}
.material-why-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:42px;}
.material-page .material-applications-section .auto-masonry-grid{margin-top:42px;}
.material-page .material-cta-section{padding-top:var(--ti-section-space);}
@media(max-width:991.98px){
  .material-page .material-page-hero{padding-bottom:calc(var(--ti-section-space-tablet) / 2);}
  .material-page .material-intro{padding-top:calc(var(--ti-section-space-tablet) / 2);}
  .material-page .material-hero-box{min-height:390px;}
  .material-media-pair{min-height:390px;}
  .material-media-main{width:100%;height:360px;}
  .material-media-accent{width:52%;height:200px;}
  .material-shade-grid,.material-format-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .material-why-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767.98px){
  .material-page .material-page-hero{padding-bottom:calc(var(--ti-section-space-mobile) / 2);}
  .material-page .material-intro{padding-top:calc(var(--ti-section-space-mobile) / 2);}
  .material-page .material-hero-box{min-height:360px;}
  .material-media-pair{min-height:320px;margin-bottom:12px;}
  .material-media-main{height:300px;}
  .material-media-accent{width:55%;height:165px;border-width:6px;}
  .material-shade-grid,.material-format-grid,.material-why-grid{grid-template-columns:1fr;}
  .material-shade-card{display:grid;grid-template-columns:42% 1fr;align-items:center;}
  .material-shade-card>img{height:100%;min-height:150px;}
  .material-shade-copy{padding:18px;}
  .section-heading-centered{margin-bottom:34px;}
}

.material-forms-table-section{background:var(--ti-paper);}
.material-forms-heading{margin-bottom:34px;}
.material-form-table-wrap{
  overflow:hidden;
  border:1px solid var(--ti-border);
  border-radius:18px;
  background:var(--ti-paper);
}
.material-form-table{
  --bs-table-bg:transparent;
  --bs-table-color:var(--ti-charcoal);
  margin:0;
}
.material-form-table thead th{
  background:var(--ti-green)!important;
  color:var(--ti-paper)!important;
  border-color:rgba(255,255,255,.14)!important;
  font-size:15px;
  font-weight:500!important;
  padding:18px 20px!important;
  vertical-align:middle;
}
.material-form-table tbody th,
.material-form-table tbody td{
  padding:18px 20px!important;
  border-color:var(--ti-border)!important;
  vertical-align:top;
  font-size:15px;
  line-height:1.65;
}
.material-form-table tbody th{
  width:22%;
  color:var(--ti-green-dark);
  font-weight:500;
}
.material-form-table tbody td:nth-child(2){width:27%;color:var(--ti-muted);}
.material-form-table tbody tr:last-child th,
.material-form-table tbody tr:last-child td{border-bottom:0!important;}

.ti-whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1080;
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:52px;
  padding:0 18px;
  border-radius:999px;
  background:#25D366;
  color:#102417;
  text-decoration:none;
  font-size:14px;
  font-weight:500;
  box-shadow:0 12px 34px rgba(23,25,23,.22);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.ti-whatsapp-float i{font-size:23px;line-height:1;}
.ti-whatsapp-float:hover,
.ti-whatsapp-float:focus{
  color:#102417;
  background:#20bd5a;
  transform:translateY(-2px);
  box-shadow:0 16px 38px rgba(23,25,23,.28);
}
.ti-whatsapp-float:focus-visible{outline:3px solid var(--ti-focus);outline-offset:3px;}

@media(max-width:767.98px){
  .material-form-table-wrap{border-radius:14px;}
  .material-form-table{min-width:720px;}
  .material-form-table thead th,
  .material-form-table tbody th,
  .material-form-table tbody td{padding:15px 16px!important;font-size:14px;}
  .ti-whatsapp-float{
    right:16px;
    bottom:16px;
    width:52px;
    height:52px;
    min-height:52px;
    padding:0;
    justify-content:center;
  }
  .ti-whatsapp-float span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
}

.ti-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-form-status{margin:0 0 28px;padding:15px 18px;border:1px solid var(--ti-border-green);border-radius:12px;background:var(--ti-lemon-soft);color:var(--ti-charcoal);font-size:14px}
.thanks-section{min-height:62vh;display:flex;align-items:center}
.thanks-card{max-width:850px;margin:0 auto;padding:64px;border:1px solid var(--ti-border);border-radius:24px;background:var(--ti-pista)}
.thanks-card h1{max-width:760px;margin-left:auto;margin-right:auto}
.thanks-card p{max-width:720px;margin:0 auto 28px;text-align:center;text-align-last:center}
.thanks-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
@media(max-width:767.98px){.thanks-card{padding:40px 24px}.thanks-card h1{font-size:40px}}
.auto-gallery-item.auto-gallery-video{position:relative;overflow:hidden;border-radius:14px;background:#111}.auto-gallery-item video{display:block;width:100%;height:auto;border-radius:14px}.ti-video-mark{position:absolute;right:14px;bottom:14px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.58);color:#fff;font-size:14px;pointer-events:none}
