:root {
  --brand-red:    #CC1818;
  --brand-dark:   #1a1a1a;
  --brand-gray:   #f3f4f6;
  --footer-bg:    #222222;
  --text-muted:   #6b7280;
  --text-dark:    #111827;
  --border-color: #e5e7eb;
 --color-bg:           #f0f0f0;
  --color-surface:      #ffffff;
  --color-dark:         #2c2c2c;
  --color-dark-card:    #2e2e2e;
  --color-accent:       #c0392b;
  --color-accent-hover: #a93226;
  --color-text-primary: #1a1a1a;
  --color-text-body:    #7A7A7A;
  --color-text-light:   #888888;
  --color-text-white:   #ffffff;
  --color-border:       #e2e2e2;
  --color-divider:      #3e3e3e;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
	padding-left:0px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   LAYOUT
   ============================================================ */
.page-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 32px auto;
  padding: 0 16px;
}

/* Left scrollable column */
.content-area {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Right sticky sidebar */
.sidebar {
  flex: 0 0 230px;
  /* width: 230px; */
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ============================================================
   SERVICE CARDS
   ============================================================ */
.service-card-1{
display: flex;
    flex-direction: row;
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    min-height: 180px;
	padding:24px;
	gap:30px;
}

/* Image left layout */
.service-card--image-left {
  flex-direction: row;
	align-items:center;
}

/* Image right layout */
.service-card--image-right {
  flex-direction: row;
	align-items:center;
}

/* Image wrappers */
.card-image-wrap {
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  background: #d4c5a9;
}

.card-image-wrap--small {
  width: 250px;
  height: 200px;
}

.card-image-wrap--medium {
  width: 250px;
  height: 200px;
}

.card-image-wrap--large {
  width: 250px;
  height: 200px;
}

/* Image crops to simulate the figma thumbnails */
.card-img--crop-tl {
  object-position: 0% 35%;
}

.card-img--crop-pipes {
  object-position: 60% 50%;
}

.card-img--crop-pharma {
  object-position: 10% 60%;
}

/* Card body */
.card-body {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-title {
  font-size: 14.5px;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.card-title--large {
  font-size: 15px;
}

.card-desc {
  font-size: 16px;
  color: var(--color-text-body);
  line-height: 1.6;
  flex: 1 1 auto;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--radius-btn);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  padding: 7px 18px;
  transition: background 0.18s ease, opacity 0.18s ease;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 4px;
}

.btn--primary {
  background: var(--color-accent);
  color: var(--color-text-white);
}

.btn--primary:hover {
  background: var(--color-accent-hover);
}

.btn--outline-white {
  background: var(--color-accent);
  color: var(--color-text-white);
  width: 100%;
  padding: 9px 18px;
  font-size: 13px;
}

.btn--outline-white:hover {
  background: var(--color-accent-hover);
}

/* ============================================================
   SIDEBAR CARDS
   ============================================================ */
.sidebar-card {
  border-radius: var(--radius-card);
  padding: 30px;
}
.side-cardd{
	font-size:14px
}

.sidebar-card--dark {
  background: var(--color-dark-card);
  color: var(--color-text-white);
	border-radius:10px;
	width:300px;
}

/* Contact card */
.sidebar-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-white);
  line-height: 1.35;
  margin-bottom: 6px;
}

.sidebar-subtitle {
  font-size: 14px;
  color: #b0b0b0;
  line-height: 1.55;
  margin-bottom: 14px;
}

/* Contact list */
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 16px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #cccccc;
  line-height: 1.45;
}

.contact-item--address {
  align-items: flex-start;
}

.contact-icon-1{
  flex-shrink: 0;
  color: #cccccc;
  display: flex;
  align-items: center;
}

.contact-icon--top {
  margin-top: 1px;
}

/* CTA */
.sidebar-cta {
  width: 100%;
}

/* Products card */
.sidebar-products-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text-white);
  margin-bottom: 12px;
}

.product-list {
  display: flex;
  flex-direction: column;
}

.product-item {
  border-top: 1px solid var(--color-divider);
	font-size:14px;
}

.product-item:last-child {
  border-bottom: 1px solid var(--color-divider);
}

.product-link {
  display: block;
  padding: 9px 10px;
  font-size: 14px;
  color: #cccccc;
  transition: color 0.15s ease;
  line-height: 1.4;
}

.product-link:hover {
  color: #ffffff;
}

/* Active / highlighted product */
.product-item--active .product-link--active {
  background: var(--color-accent);
  color: #ffffff;
  border-radius: 3px;
  padding: 8px 10px;
  margin: 2px 0;
  font-weight: 600;
	font-size:14px;
}

.product-item--active .product-link--active:hover {
  background: var(--color-accent-hover);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .page-wrapper {
    flex-direction: column;
    margin: 16px auto;
  }

  .sidebar {
    position: static;
    width: 100%;
    flex: none;
  }

  .service-card-1 {
    flex-direction: column !important;
  }
	
	.service-card-1{
		align-items:start;
	}

  .card-image-wrap--small,
  .card-image-wrap--medium,
  .card-image-wrap--large {
    /* width: 100%;
    height: 180px; */
  }
}
