.elementor-4400 .elementor-element.elementor-element-7978339{--display:flex;}/* Start custom CSS for html, class: .elementor-element-521ddd0 *//* =========================
   OPS ABOUT PAGE (SCOPED)
   Footer Safe ✔
========================= */

.ops-about-page{
  --primary:#712D11;
  --secondary:#8C4A2F;
  --soft:#F4EDE7;
  --text:#4a332b;
  font-family:Lexend,system-ui,Arial,sans-serif;
}

/* Layout */
.ops-about-page .ops-section{width:100%;}
.ops-about-page .ops-container{
  max-width:1200px;
  margin:0 auto;
  padding:64px 22px;
}

/* HERO */
.ops-about-page .ops-hero{
  background:url('http://93.127.166.75/~opsinter/wp-content/uploads/2026/01/DSC07953.jpg') center/cover no-repeat;
  position:relative;
}
.ops-about-page .ops-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(113,45,17,.55),rgba(140,74,47,.65));
}
.ops-about-page .ops-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
}
.ops-about-page .ops-hero h1{
  font-family:"Libre Baskerville",serif;
  font-size:48px;
  margin-bottom:12px;
  color: white;
}
.ops-about-page .ops-hero p{
  font-size:18px;
  max-width:1000px;
}

/* ABOUT */
.ops-about-page .ops-about{
  background:linear-gradient(180deg,var(--soft),#fff);
}
.ops-about-page .ops-about-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:32px;
  align-items:center;
}
.ops-about-page .ops-about h2{
  font-size:28px;
  color:var(--primary);
}
.ops-about-page .ops-about p{
  font-size:18px;
  color:var(--text);
}
.ops-about-page .ops-meta{
  margin-top:12px;
  font-weight:600;
  color:var(--secondary);
}
.ops-about-page .ops-about-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

/* LIGHT SECTION */
.ops-about-page .ops-light{
  background:var(--soft);
}
.ops-about-page .ops-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.ops-about-page .ops-card{
  background:#fff;
  padding:24px;
  border-radius:12px;
}
.ops-about-page .ops-card h3{
  color:var(--primary);
  margin-bottom:6px;
}
.ops-about-page .ops-card p{
  font-size:18px;
  color:var(--text);
}

/* WHY */
.ops-about-page .ops-why{
  background:url('http://93.127.166.75/~opsinter/wp-content/uploads/2026/01/DSC07785-scaled.jpg') center/cover no-repeat;
  position:relative;
}
.ops-about-page .ops-why::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(244, 237, 231, 0.85),rgba(285, 255, 255, 0.95)); /* Lighter gradient overlay */
}
.ops-about-page .ops-why .ops-container{
  position:relative;
  z-index:2;
  color:var(--text); /* Dark text for visibility on light overlay */
}
.ops-about-page .ops-overlay-card{
  background:rgba(285,255,255,0.9); /* Lighter card background */
  padding:22px;
  border-radius:12px;
}
.ops-about-page .ops-overlay-card h4{
  margin-bottom:10px;
  color: var(--primary); /* Darker title color */
}

/* Animations */
.ops-about-page .ops-fade-up{
  opacity:0;
  transform:translateY(16px);
  transition:.45s ease;
}
.ops-about-page .ops-in-view{
  opacity:1;
  transform:none;
}

/* Mobile */
@media(max-width:768px){
  .ops-about-page .ops-about-grid{grid-template-columns:1fr}
  .ops-about-page .ops-grid-3{grid-template-columns:1fr}
  .ops-about-page h1{font-size:20px}
  .ops-about-page p{font-size:17px}
}/* End custom CSS */