@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/* Scss Document */

:root {
    --te-green: #0e7c3b;
    --te-yellow: #f3c623;
    --te-black: #111111;
    --te-light: #f8f9fa;
    --gold:        #C8960C;
    --gold-light:  #F5C842;
    --gold-bg:     #FDF6E3;
    --green:       #4F8F56;
    --green-mid:   #4F8F56;
    --green-light: #EAF3ED;
    --black:       #0F0F0F;
    --charcoal:    #1C1C1C;
    --ink:         #2D2D2D;
    --steel:       #4A4A4A;
    --mist:        #F4F4F2;
    --white:       #FFFFFF;
    --border:      #E2E2DC;
}

body {
    font-family: "Oswald", sans-serif;
    background-color: #fff;
    color: var(--te-black);
}

p{ font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: inherit;
}

.img-responsive { width: 100%; height: auto; }
img { max-width: 100%; border: 0; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 18px;
    background: linear-gradient(135deg, var(--te-green), #12a14e);
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:8px;
    font-weight: 400;
    border:none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.common-btn:hover {
  background:linear-gradient(135deg, #0c6330, #0f8b41); 
  color: #fff;
}

.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:36px;
  font-weight:700;
  color:#1D1D1F;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}


.title span.red{ color: #E61111; }

.title b{ font-weight: 800; }

.title-para{ font-size:16px; max-width: 900px; margin:20px auto 50px; width: 100%; line-height: 28px; }

.pa-80{ padding: 80px 0px; }

/*------------------end common-css-------------------*/

.navbar { background: #F9F4EE; }

.navbar-expand-lg .navbar-nav .nav-link{ text-transform: uppercase; }

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 5px;
}
}

.navbar-brand span {
    font-weight: 700;
}

.btn-te-primary {
    background: linear-gradient(135deg, var(--te-green), #12a14e);
    border: none;
    color: #fff;
}

.btn-te-primary:hover {
    background: linear-gradient(135deg, #0c6330, #0f8b41);
    color: #fff;
}

.btn-te-outline {
    border-color: var(--te-dark);
    color: var(--te-dark);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: 7px 20px;
}

.btn-te-outline:hover {
    background: var(--te-yellow);
    color: var(--te-black);
}

.logo img{ max-width: 180px; }

/*-------------banner---------------*/

.banner{
  position: relative;
  background: #fff;
  overflow: hidden;
}

.banner img{ height:94vh; object-fit:cover; }


.banner .item:after {
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .banner_containt {
position: absolute;
left:0;
right:0;	
top: 60%;
transform: translateY(-60%);
z-index: 9;
max-width:1150px;
padding-left:0px;
padding-right:0px;
margin:auto;	
}

.banner .banner_containt h2 {
color: #fff;
font-size:62px;
font-weight:700;
max-width:800px;
margin-bottom: 20px;	
}

.banner .banner_containt p {
color: #fff;
font-size:21px;
margin:15px 0px 35px;
font-weight:500; 
max-width:700px;	
}

.banner .banner_containt .btn-outline-dark-te{ border-color: #fff; background: #fff; }
.banner .banner_containt .btn-outline-dark-te:hover{ color: #000; transform: translateY(-2px); }

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
z-index: 99;	
}

.banner .owl-nav span img{ height: 44px; }

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
z-index: 99;	
}

/*-------------end banner---------------*/

.services-section{ background:#F4F4F2; }

.section-title{
font-size:40px;
font-weight:700;
}

.section-sub{
color:#777;
}

.service-card{
position:relative;
overflow:hidden;
border-radius:16px;
background:#fff;
transition:all .4s ease;
height:100%;
}

.service-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 50px rgba(0,0,0,0.15);
}

.service-image{
height:220px;
overflow:hidden;
}

.service-image img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .6s ease;
}

.service-card:hover img{
transform:scale(1.1);
}

.service-content{
padding:30px;
position:relative;
}

.service-icon{
position:absolute;
top:-35px;
left:30px;
width:70px;
height:70px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#00B5E2;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.service-content h4{
margin-top:20px;
font-weight:600;
}

.service-content p{
color:#666;
font-size:15px;
line-height:1.6;
}


.eyebrow {
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
}

/* TICKER */
.ticker { background: var(--black); padding: .85rem 0; overflow: hidden; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.ticker-inner { display: flex; white-space: nowrap; animation: ticker 25s linear infinite; }
.tick-item {
     font-size: .72rem;  text-transform: uppercase;
    color: rgba(255,255,255,.7); padding: 0 2.5rem; border-right: 1px solid rgba(255,255,255,.12);
    display: flex; align-items: center; gap: .6rem; flex-shrink: 0;
}
.tick-item i { color: var(--gold); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTIONS */
.section-title {  font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--black); line-height: 1.1; margin-top: .5rem; }
.rule-gold { width: 48px; height: 3px; background: var(--gold); margin: 1rem 0 1.5rem; }
.rule-gold.center { margin-left: auto; margin-right: auto; }
.section-lead { color: var(--steel); font-size: 1rem; }

/* ABOUT */
.about-section { padding: 6rem 0; background: var(--white); }
.about-visual {
    background: var(--black); border-radius: 4px; position: relative; overflow: hidden;
    height: 80vh; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.5rem;
}
.about-visual-bg {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, var(--green) 0%, var(--black) 60%); opacity: .9;
}
.about-visual-pattern {
    position: absolute; inset: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0px, rgba(255,255,255,.03) 1px, transparent 1px, transparent 30px);
}
.about-visual-content { position: relative; z-index: 1; }
.experience-num {  font-size: 5.5rem; font-weight: 900; color: var(--gold); line-height: 1; }
.experience-label {  font-size: .72rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: .3rem; }
.about-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.about-list li { padding: .65rem 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: .8rem; font-size:1rem; color: var(--ink); }
.about-list li:last-child { border-bottom: none; }
.about-list li i { color: var(--green); margin-top: .2rem; flex-shrink: 0; }

.tag{
background:rgba(255,255,255,.07);
border:1px solid rgba(255,255,255,.15);
color:rgba(255,255,255,.7);
font-size:.65rem;
letter-spacing:2px;
padding:.4rem .9rem;
border-radius:2px;
text-transform:uppercase;
}

.tag-primary{
background:rgba(200,150,12,.2);
border:1px solid rgba(200,150,12,.3);
color:#F5C842;
}

/* SERVICES */
.services-section { padding: 6rem 0; background: #f4f4f2; }
.svc-card {
    background: var(--white); border: 1px solid var(--border); border-radius: 4px;
    padding: 1.8rem; height: 100%; position: relative; overflow: hidden;
    transition: box-shadow .3s, transform .3s;
}
.svc-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, var(--green) 0%, var(--gold) 100%);
    transform: scaleX(0); transform-origin: left; transition: transform .35s;
}
.svc-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,.1); transform: translateY(-6px); }
.svc-card:hover::before { transform: scaleX(1); }
.svc-num {  font-size: 3.5rem; font-weight: 900; color: var(--border); line-height: 1; margin-bottom: 1rem; }
.svc-icon-wrap { width: 60px; height: 60px; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.4rem; }
.svc-card h3 {  font-size: 1.3rem; font-weight: 700; color: var(--black); margin-bottom: .8rem; }
.svc-card p { color: var(--steel); font-size: .92rem; line-height: 1.75; margin-bottom: 1.4rem; }
.svc-tags { display: flex; flex-wrap: wrap; gap: .4rem; }
.svc-tag { background: #f4f4f2; border: 1px solid var(--border); color: var(--steel); font-size: .75rem; padding: .25rem .7rem; border-radius: 100px; font-weight: 500; }
.svc-link { display: inline-flex; align-items: center; gap: .5rem; font-size:1rem; font-weight: 600; color: var(--green); text-decoration: none; transition: gap .2s; }
.svc-link:hover { gap: .9rem; color: var(--green); }

/* COVERAGE */
.coverage-section { padding: 6rem 0; background: var(--black); }
.coverage-section .section-title { color: var(--white); }
.coverage-section .eyebrow { color: var(--gold); }
.coverage-section .section-lead { color: rgba(255,255,255,.55); }
.state-card {
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 3px;
    padding: 1.5rem 1.2rem; text-align: center; transition: background .2s, border-color .2s;
}
.state-card:hover { background: rgba(200,150,12,.1); border-color: rgba(200,150,12,.3); }
.state-card i { font-size: 1.4rem; color: var(--gold); margin-bottom: .6rem; display: block; }
.state-card h5 {  font-weight: 600; font-size: .9rem; color: var(--white); margin: 0; }
.state-card p { font-size: .75rem; color: rgba(255,255,255,.45); margin: .3rem 0 0; }
.route-panel { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 4px; padding: 2.5rem; }
.route-row { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.route-row:last-child { border-bottom: none; padding-bottom: 0; }
.route-icon { width: 44px; height: 44px; border-radius: 3px; background: var(--green); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; color: var(--white); flex-shrink: 0; }
.route-text h6 { font-weight: 600; font-size: .9rem; color: var(--white); margin: 0 0 .15rem; }
.route-text p { font-size: .8rem; color: rgba(255,255,255,.45); margin: 0; }

/* DRUMS */
.drums-section { padding: 6rem 0; background: var(--white); }
.drum-grid-card { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; transition: box-shadow .25s; }
.drum-grid-card:hover { box-shadow: 0 10px 36px rgba(0,0,0,.09); }
.drum-header { padding:0px 1rem 1rem; text-align: center; }
.drum-icon { }
.drum-header h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.drum-header p { font-size: .83rem; color: var(--steel); margin: .2rem 0 0; }
.drum-footer { padding:10px 2rem; border-top: 1px solid var(--border); background: #f4f4f2; font-size:1.2rem; color: var(--green-mid); text-align: center; }
.drum-footer i { color: var(--gold); }

/* WHY US */
.why-section { padding: 6rem 0; background: #307238; }
.why-card { padding: 2rem; border-left: 3px solid rgba(255,255,255,.15); transition: border-color .2s; }
.why-card:hover { border-color: var(--gold); }
.why-num {  font-size: 2.2rem; color: var(--gold-light); font-weight: 800; line-height: 1; margin-bottom: .6rem; }
.why-card h5 {  font-weight: 600; font-size: 1rem; color: var(--white); margin-bottom: .5rem; }
.why-card p { font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.7; }

/* CTA */
.cta-section { background: var(--gold-bg); border-top: 1px solid #e8d9b0; border-bottom: 1px solid #e8d9b0; padding: 5rem 0; }
.cta-section h2 {  font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: var(--black); }
.cta-section p { color: var(--steel); font-size: 1.05rem; max-width: 600px; }
.btn-green {
    background: var(--green); color: var(--white); font-weight: 500; font-size: 1rem;
    padding: .9rem 2rem; border: none; border-radius: 2px;
    text-decoration: none; display: inline-flex; align-items: center; gap: .6rem;
    transition: background .2s, transform .15s; cursor: pointer; text-transform: uppercase;
}
.btn-green:hover { background: var(--green-mid); color: var(--white); transform: translateY(-2px); }
.btn-outline-dark-te {
    background: transparent; color: var(--black); font-weight: 500; font-size: 1rem; text-transform: uppercase;
    padding: .9rem 2rem; border: 2px solid var(--black); border-radius: 2px;
    text-decoration: none; display: inline-flex; align-items: center; gap: .6rem; transition: all .2s;
}
.btn-outline-dark-te:hover { background: var(--black); color: var(--white); }

/* CONTACT */
.contact-section { padding: 6rem 0; background: #f4f4f2; }
.contact-info-card { background: var(--black); border-radius: 4px; padding: 2.5rem; height: 100%; }
.contact-info-card h3 { color: var(--white); margin: .5rem 0 1.5rem; font-size: 1.6rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.contact-detail:last-of-type { border-bottom: none; }
.cd-icon { width: 40px; height: 40px; background: var(--green); border-radius: 2px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1rem; flex-shrink: 0; margin-top: .1rem; }
.cd-label {  font-size: .65rem;  text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: .2rem; }
.cd-value { color: var(--white); font-size: .95rem; }
.cd-value a { color: var(--gold-light); text-decoration: none; }
.cd-value a:hover { text-decoration: underline; }
.contact-form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 2.5rem; }
.contact-form-wrap h4 {  font-size: 1.4rem; color: var(--black); margin-bottom: 1.5rem; }
.form-label {  font-size: .68rem;  text-transform: uppercase; color: var(--steel); margin-bottom: .4rem; display: block; }
.form-control, .form-select { border: 1px solid var(--border); border-radius: 2px; font-size: .92rem; color: var(--ink); padding: .7rem 1rem; width: 100%; }
.form-control:focus, .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(27,94,53,.1); outline: none; }
textarea.form-control { resize: vertical; min-height: 120px; }

/* FOOTER */
footer { background: var(--charcoal); color: rgba(255,255,255,.5); padding: 2.5rem 0; }
footer a:hover{ color: var(--gold-light); }
.footer-brand {  font-size: 1rem; color: var(--white); margin-bottom: .3rem; }
.footer-links a { color: rgba(255,255,255,.45); font-size:1.3rem; text-decoration: none; margin: 0 .7rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }

/*--------------------inner-page---------------*/

.inner-banner{ position: relative; overflow: hidden; margin-top: 70px; }
.inner-banner:before{ content: ""; background:rgb(0 0 0 / 30%); top:0; width: 100%; height: 100%; left: 0; position: absolute; }
.innerbanner-pic img{ min-height:400px; max-height:400px; object-fit: cover; width: 100%; }

.innerbanner-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  width: 100%;
  z-index: 9;
}

.innerbanner-text h1 {
  font-size: 62px;
  color: #fff;
  margin-bottom: 10px;
}

/* Card Theme */
.product-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .3s, transform .3s;
    position: relative;
}

/* Image Section */
.product-img-wrap {
    background: #f4f4f2;
    position: relative;
    overflow: hidden;
}

.product-img-wrap img{ border-top-left-radius: 6px; border-top-right-radius: 6px; max-width: 100%; }

.product-body { padding: 1rem 1.2rem; }

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.8rem;
    border-top: 1px solid var(--border);
    background:#fff;
}

/* Title */
.product-title{
color:#444;
}

/* Description */
.product-desc-dark {
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
}

/* Specs */
.product-spec {
    background: #f4f4f2;
    border: 1px solid var(--border);
    color: var(--steel);
    font-size: .73rem;
    padding: .22rem .65rem;
    border-radius: 100px;
    font-weight: 500;
}

.drum-icon img { max-height: 370px; }

.inner-page .drum-header h4{ font-size: 1.4rem; }


/* ══ DELIVERY TIMELINE ══ */
.delivery-section { padding:5.5rem 0px; background:var(--mist); }
.timeline-row {
    display: flex; gap: 0; position: relative;
}
.timeline-row::before {
    content: ''; position: absolute;
    top: 28px; left: 28px; right: 28px; height: 2px;
    background: var(--border); z-index: 0;
}
.tl-step {
    flex: 1; display: flex; flex-direction: column; align-items: center;
    text-align: center; position: relative; z-index: 1; padding: 0 1rem;
}
.tl-dot {
    width: 56px; height: 56px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; margin-bottom: 1rem; flex-shrink: 0;
    border: 3px solid var(--white); box-shadow: 0 0 0 3px var(--border);
}
.tl-dot.green { background: var(--te-green); color: var(--white); }
.tl-dot.yellow { background: var(--te-yellow); color: var(--black); }
.tl-dot.dark { background: var(--te-black); color: var(--te-yellow); }
.tl-step h5 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: .3rem;
}
.tl-step p { font-size: .92rem; color: var(--steel); line-height: 1.5; }
.tl-step .tl-badge {
    display: inline-block; background: var(--te-green); color: var(--white);
     font-size: .6rem; letter-spacing: 1.5px;
    text-transform: uppercase; padding: .22rem .65rem; border-radius: 100px;
    margin-bottom: .5rem;
}
.tl-step .tl-badge.yellow { background: var(--te-yellow); color: var(--black); }

/* ══ PALLET RULES ══ */
.pallet-section { padding: 0rem 0 5.5rem; background:#fff; }
.pallet-rule-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.4rem;
    transition: box-shadow .25s;
    height: 100%;
}
.pallet-rule-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.pr-icon {
    width: 56px; height: 56px; border-radius: 4px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; flex-shrink: 0;
}
.pr-icon.green { background: var(--green-light); color: var(--te-green); }
.pr-icon.yellow { background: var(--gold-bg); color: var(--gold); }
.pr-icon.dark { background: var(--charcoal); color: var(--white); }
.pr-body h5 { font-size: 1.05rem; font-weight: 500; color: var(--black); margin-bottom: .35rem; }
.pr-body p { font-size: .88rem; color: var(--steel); line-height: 1.6; margin: 0; }
.pr-val { font-size: 2rem; font-weight: 700; color: var(--te-black); line-height: 1; margin-bottom: .2rem; }
.pr-val span { font-size: .78rem; font-weight: 400; color: var(--steel); }

/* ══ RESPONSIVE ══ */
@media (max-width: 767px) {
    .timeline-row { flex-direction: column; gap: 1.5rem; }
    .timeline-row::before { display: none; }
}

.who-text {
    padding-left: 30px;
}

 /* ── RATES SECTION ── */
.rates-section { padding: 5.5rem 0; background: var(--white); }

.rates-layout {
    display: grid; grid-template-columns: 280px 1fr; gap: 2.5rem; align-items: start;
}

/* left sticky nav */
.rates-nav { position: sticky; top: 80px; }
.rates-nav-header {
     font-size: .62rem; letter-spacing: 3px;
    text-transform: uppercase; color: var(--steel); margin-bottom: 1rem;
}
.rates-nav-btn {
    display: flex; align-items: center; gap: .9rem;
    padding: 1rem 1.2rem; border-radius: 4px; cursor: pointer;
    border: 1px solid var(--border); background: var(--mist);
    margin-bottom: .5rem; transition: all .2s; width: 100%; text-align: left;
}
.rates-nav-btn .rnb-icon {
    width: 36px; height: 36px; border-radius: 3px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: var(--border); color: var(--steel); font-size: .95rem;
    transition: all .2s;
}
.rates-nav-btn .rnb-label { font-weight: 600; font-size: .88rem; color: var(--ink); display: block; }
.rates-nav-btn .rnb-sub {  font-size: .6rem; letter-spacing: 1px; color: var(--steel); text-transform: uppercase; display: block; margin-top: .1rem; }
.rates-nav-btn.active {
    background: var(--te-black); border-color: var(--te-black);
}
.rates-nav-btn.active .rnb-label { color: var(--white); }
.rates-nav-btn.active .rnb-sub { color: rgba(255,255,255,.45); }
.rates-nav-btn.active .rnb-icon { background: var(--te-yellow); color: var(--te-black); }

/* national note */
.rates-nat-note {
    background: var(--te-green); border-radius: 4px;
    padding: 1.2rem; margin-top: .5rem;
    display: flex; align-items: flex-start; gap: .8rem;
}
.rates-nat-note i { color: var(--te-yellow); flex-shrink: 0; font-size: 1rem; margin-top: .1rem; }
.rates-nat-note p { font-size: .8rem; color: rgba(255,255,255,.8); line-height: 1.5; margin: 0; }

/* right panel */
.rates-panel { display: none; }
.rates-panel.active { display: block; }

.rates-panel-header {
    display: flex; align-items: flex-end; justify-content: space-between;
    margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border);
}
.rph-title {  font-size: 1.6rem; font-weight: 800; color: var(--te-black); }
.rph-from {
     font-size: .65rem; letter-spacing: 2px;
    text-transform: uppercase; color: var(--steel); margin-top: .3rem;
}
.rph-count {
     font-size: 2.5rem; font-weight: 800;
    color: var(--border); line-height: 1;
}

/* rate cards — horizontal layout */
.rate-card-h {
    display: flex; align-items: center;
    border: 1px solid var(--border); border-radius: 5px;
    margin-bottom: .7rem; overflow: hidden;
    background: var(--white);
    transition: box-shadow .2s, transform .2s;
}
.rate-card-h:hover { box-shadow: 0 6px 24px rgba(0,0,0,.07); transform: translateX(4px); }
.rch-index {
    background: var(--te-black); color: rgba(255,255,255,.6);
     font-weight: 800; font-size: 1.4rem;
    width: 56px; align-self: stretch; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.rch-body { flex: 1; padding: 1rem 1.4rem; }
.rch-region { font-weight: 600; font-size: .95rem; color: var(--te-black); }
.rch-area { font-size: .8rem; color: var(--steel); margin-top: .1rem; }
.rch-price-wrap { padding: 1rem 1.6rem; border-left: 1px solid var(--border); flex-shrink: 0; text-align: right; }
.rch-price {
     font-weight: 800; font-size: 1.7rem;
    color: var(--te-green); line-height: 1;
}
.rch-per {  font-size: .58rem; letter-spacing: 1px; text-transform: uppercase; color: var(--steel); margin-top: .2rem; }

/* ── ABOUT ── */
.about-section { background: var(--white); padding: 5rem 0; }
.about-card {
    background: var(--green-light);
    border-left: 4px solid var(--te-green);
    border-radius: 6px;
    padding: 1.5rem;
    font-size: .95rem;
    color: var(--ink);
    line-height: 1.7;
}
.feature-item {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    padding: .9rem 0;
    border-bottom: 1px solid var(--border);
}
.feature-item:last-child { border-bottom: none; }
.feature-icon {
    width: 38px;
    height: 38px;
    background: var(--gold-bg);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--gold);
}
.feature-text strong { display: block; font-weight: 600; color: var(--charcoal); font-size:1rem; }
.feature-text span { font-size: .96rem; color: var(--steel); font-weight: 300; letter-spacing: 0.5px; }

/* ── SERVICES ── */
.services-section { background: var(--mist); padding: 5rem 0; }
.ship-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.6rem;
    text-align: center;
    transition: box-shadow .25s, transform .25s;
    height: 100%;
}
.ship-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.09); transform: translateY(-4px); }
.ship-card .icon {
    width: 56px;
    height: 56px;
    background: var(--green-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--te-green);
}
.ship-card h5 { font-weight: 700; font-size: .95rem; color: var(--charcoal); margin-bottom: .4rem; }
.ship-card p { font-size: .83rem; color: var(--steel); margin: 0; }

/* ── REGIONS ── */
.regions-section { background: var(--white); padding: 5rem 0; }
.region-card {
    background: var(--mist);
    border-radius: 10px;
    padding: 1.5rem;
    border-top: 3px solid var(--te-green);
    height: 100%;
    transition: border-color .2s, box-shadow .2s;
}
.region-card:hover { border-color: var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.region-card .r-head {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1rem;
}
.region-card .r-icon {
    width: 34px;
    height: 34px;
    background: var(--te-green);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1rem;
}
.region-card h5 { font-weight: 700; color: var(--charcoal); margin: 0; font-size: 1.2rem; }
.region-card .towns {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}
.town-tag {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: .75rem;
    color: var(--steel);
    padding: .22rem .7rem;
    font-weight: 500;
}

/* ── DESTINATIONS ── */
.destinations-section {
    background: var(--charcoal);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}
.destinations-section::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200,150,12,.12) 0%, transparent 70%);
    pointer-events: none;
}
.destinations-section .section-title { color: var(--white); }
.destinations-section .section-label { color: var(--gold-light); }
.destinations-section .title-rule { background: var(--gold); }
.dest-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 2rem;
}
.dest-pill {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    color: rgba(255,255,255,.85);
    font-size: .82rem;
    padding: .4rem 1rem;
    display: flex;
    align-items: center;
    gap: .4rem;
    transition: background .2s, border-color .2s;
}
.dest-pill:hover { background: rgba(200,150,12,.2); border-color: var(--gold); color: var(--gold-light); }
.dest-pill i { font-size: .75rem; color: var(--gold); }

/* ── BARRELS ── */
.barrels-section {
    background: var(--gold-bg);
    padding: 4rem 0;
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--gold);
}
.barrel-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: var(--te-green);
    color: var(--white);
    border-radius: 6px;
    padding: .55rem 1.2rem;
    font-size: .85rem;
    font-weight: 600;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.strip-rohde{ background:var(--green-light);border-left:4px solid var(--te-green);font-size:.88rem;color:var(--ink); }

/* Creative Document Card */
.doc-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.doc-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
    border-color: var(--te-green);
}

.doc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--te-yellow);
    opacity: 0;
    transition: 0.3s;
}

.doc-card:hover::before {
    opacity: 1;
}

/* Icon Styling */
.folder-icon-wrapper {
    width: 100px;
    height: 100px;
    background: var(--mist);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2.5rem;
    color: var(--gold);
    transition: 0.3s;
}

.doc-card:hover .folder-icon-wrapper {
    background: var(--te-green);
    color: var(--te-yellow);
    transform: scale(1.1);
}

.file-type {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--te-green);
    background: rgba(14, 124, 59, 0.1);
    padding: 4px 12px;
    border-radius: 4px;
}

.contact-map{ margin-top: 30px; }
.contact-map iframe {
    border-radius: 15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: 1px solid #e1e1e1 !important;
}


/*------------------media css------------------*/

@media (max-width:1280px){
.navbar-expand-lg .navbar-nav .nav-link{ font-size: 16px; margin: 0px 2px; }
.banner .banner_containt h2{ font-size: 42px; max-width: 600px; }
.banner .banner_containt p { font-size: 16px; font-weight: 400; max-width: 500px; }
.banner .banner_containt{ max-width: 1000px; }
.btn-green{ padding: .8rem 1.6rem; font-size: 14px; }
.btn-outline-dark-te{ padding: .8rem 1.6rem; font-size: 14px; }
.logo img { max-width: 150px; }
.section-title{ font-size: 2.4rem; }
.btn-te-outline{ font-size: 14px; padding: 7px 16px; }
.section-lead{ font-size: 15px; }
.svc-card p{ font-size: .8rem; line-height: 1.45; }
.drum-header h4{ font-size: 1rem; }
.cta-section h2{ font-size: 2.4rem; }
.banner .owl-nav span img { height: 34px; }

}

@media (max-width:1180px){
.container{ max-width: 96%; }
.innerbanner-text h1{ font-size: 52px; }

}

@media (max-width:1024px){
.banner .banner_containt { max-width: 84%; }
.cta-section{ padding: 3rem 0; }
.drums-section{ padding: 4rem 0; }
.why-section{ padding: 4rem 0; }
.contact-section{ padding: 4rem 0; }
.coverage-section{ padding: 4rem 0; }
.about-section{ padding: 4rem 0; }
.banner img{ height: 70vh; }
.innerbanner-pic img { min-height: 300px; max-height: 300px; }
.pa-80 { padding: 50px 0px; }
.delivery-section{ padding: 4rem 0; }
.rates-section{ padding: 4rem 0; }
.pallet-section{ padding: 0rem 0 4rem; }
.services-section{ padding: 4rem 0; }
.regions-section{ padding: 4rem 0; }
.town-tag{ font-size: 0.85rem; }

}

@media (max-width:953px){
.navbar-toggler{ border-radius: 0px; padding: 4px 6px; }
.navbar-toggler-icon{ width: 1em; height: 1em; vertical-align: top; }
.btn-te-outline{ border: none; font-size: 16px; width: 100%; text-align: left; padding:6px 0px; color: var(--bs-nav-link-color); font-weight: 400; }
.btn-te-outline i{ display: none; }
ul.navbar-nav.me-3.mb-2.mb-lg-0{ margin-right: 0px !important; margin-bottom: 0px !important; }
.banner img { height: 500px; }
.col-lg-4.text-center.footer-links { text-align: left !important; }
.footer-links a{ margin: 0rem; margin-right: 16px; }
.who-text { padding-left: 0px; }

}

@media (max-width:570px){
.banner .banner_containt h2{ font-size: 28px; }
.banner .banner_containt p{ margin: 0px 0px 18px; font-size: 15px; }
.banner_containt a{ width: 100%; text-align: center; justify-content: center; }
.banner .owl-nav .owl-prev{ top: auto; bottom: 12px; left: 40%; transform: translateY(0px); }
.banner .owl-nav .owl-next{ top: auto; bottom: 12px; left: 52%; transform: translateY(0px); }
.banner .banner_containt{ text-align: center; max-width: 88%; }
.banner img { height: 93vh; }
.section-title { font-size: 2rem; }
.drum-header h4 { font-size: 1.4rem; }
.why-card {
    padding: 1.4rem;
    border: 3px solid rgba(255, 255, 255, .15);
    margin-bottom: 16px;
}
.why-card p{ margin-bottom: 0px; }
.innerbanner-text h1 { font-size: 40px; }
.rates-layout{ grid-template-columns: 1fr; }
.rates-nav{ position: static; top: 0; }

}
























