:root { --olme-red: #d71920; --olme-dark: #161e2d; }
body { color: var(--olme-dark); }
a { text-decoration: none; }
.topbar { background: var(--olme-dark); color: #fff; font-size: 13px; padding: 8px 0; }
.topbar a { color: #fff; }
.olme-header .navbar-brand img { max-height: 54px; width: auto; }
.olme-header .nav-link { color: var(--olme-dark); font-weight: 700; }
.contact-btn { background: var(--olme-red); border-radius: 6px; color: #fff !important; padding: 11px 18px !important; }
.hero-slider { min-height: 620px; }
.hero-slide { align-items: center; background-position: center; background-size: cover; display: flex; min-height: 620px; position: relative; }
.hero-overlay { background: rgba(0,0,0,.48); inset: 0; position: absolute; }
.hero-content { color: #fff; position: relative; z-index: 1; }
.hero-content h1 { color: #fff; font-size: clamp(40px, 6vw, 76px); font-weight: 800; line-height: 1; max-width: 800px; }
.hero-content p { color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.7; max-width: 720px; }
.section-pad { padding: 80px 0; }
.section-pad.alt { background: #f7f7f7; }
.kicker { color: var(--olme-red); display: block; font-size: 13px; font-weight: 800; letter-spacing: .08em; margin-bottom: 10px; text-transform: uppercase; }
.section-title-wrap { margin: 0 auto 34px; max-width: 760px; text-align: center; }
.section-title-wrap h2, .section-pad h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; line-height: 1.14; }
.rounded-img { border-radius: 8px; width: 100%; }
.olme-card { background: #fff; border: 1px solid #e8ecef; border-radius: 8px; height: 100%; padding: 26px; }
.olme-card h3 { font-size: 21px; font-weight: 800; line-height: 1.25; }
.property-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.property-card { padding: 0; overflow: hidden; }
.property-image { display: block; height: 235px; overflow: hidden; position: relative; }
.property-image img { height: 100%; object-fit: cover; transition: transform .3s ease; width: 100%; }
.property-image:hover img { transform: scale(1.04); }
.property-image span, .badge-red { background: var(--olme-red); border-radius: 4px; color: #fff; display: inline-flex; font-weight: 800; left: 16px; padding: 6px 10px; position: absolute; top: 16px; }
.badge-red { left: auto; position: static; top: auto; }
.property-body { padding: 22px; }
.property-body h3 a { color: var(--olme-dark); }
.location { color: #5c6368; min-height: 50px; }
.property-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 18px; }
.property-meta span { background: #f4f5f6; border-radius: 4px; padding: 6px 9px; }
.page-title { background: linear-gradient(rgba(22,30,45,.72), rgba(22,30,45,.72)), url('storage/pages/olme-nigeria-residential-estate.png') center/cover no-repeat; color: #fff; padding: 95px 0; }
.page-title h1 { color: #fff; font-size: clamp(36px,5vw,60px); font-weight: 800; }
.page-title p { color: rgba(255,255,255,.88); font-size: 18px; }
.search-tabs-wrap { background: #f7f7f7; padding: 34px 0; }
.search-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; list-style: none; margin: 0 0 22px; padding: 0; }
.search-tabs a { background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; color: var(--olme-dark); display: block; font-weight: 800; padding: 12px 22px; }
.search-tabs a.active, .search-tabs a:hover { background: var(--olme-red); color: #fff; }
.simple-search { display: flex; gap: 12px; margin: 0 auto; max-width: 760px; }
.simple-search input, .contact-form input, .contact-form textarea { border: 1px solid #e5e7eb; border-radius: 6px; padding: 14px 16px; width: 100%; }
.contact-form { display: grid; gap: 14px; }
.contact-form textarea { min-height: 150px; }
.property-detail-grid { display: grid; gap: 30px; grid-template-columns: 2fr 1fr; }
.detail-main-img { border-radius: 8px; height: 470px; object-fit: cover; width: 100%; }
.thumb-grid { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 10px; }
.thumb-grid img { border-radius: 6px; height: 120px; object-fit: cover; width: 100%; }
.detail-panel { border: 1px solid #e8ecef; border-radius: 8px; padding: 28px; }
.detail-list { color: #5c6368; line-height: 2; }
.gallery-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.gallery-grid img { border-radius: 8px; height: 220px; object-fit: cover; width: 100%; }
.narrow { max-width: 860px; }
.olme-footer { background: var(--olme-dark); color: rgba(255,255,255,.78); padding: 62px 0 24px; }
.olme-footer a { color: rgba(255,255,255,.82); display: block; margin-bottom: 8px; }
.olme-footer h5 { color: #fff; font-weight: 800; }
.footer-logo { background: #fff; border-radius: 6px; margin-bottom: 18px; max-height: 56px; padding: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; text-align: center; }
@media (max-width: 991px) { .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .property-detail-grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .topbar { display:none; } .hero-slider, .hero-slide { min-height: 520px; } .section-pad { padding: 54px 0; } .property-grid, .gallery-grid { grid-template-columns: 1fr; } .simple-search { flex-direction: column; } }
.content-short { max-height: 300px; overflow: hidden; position: relative; }
.service-card { display: flex; flex-direction: column; gap: 10px; }
.service-card .service-fixed-icon { align-items: center; background: rgba(215,25,32,.1); border-radius: 8px; color: var(--olme-red); display: inline-flex; font-size: 26px; height: 52px; justify-content: center; width: 52px; }
.service-card .service-link { color: var(--olme-red); font-weight: 800; margin-top: auto; }
.olme-header .nav-link .icon { font-size: 15px; margin-right: 4px; }
.project-contact-strip { background: #fff; border-bottom: 1px solid #e8ecef; padding: 14px 18px 0; }
.project-info-btn { align-items: center; background: var(--olme-red); border-radius: 6px; color: #fff !important; display: flex; font-weight: 800; justify-content: center; line-height: 1.25; min-height: 44px; padding: 10px 14px; text-align: center; width: 100%; }
.project-info-btn:hover { background: #b9141a; }
.project-card .property-body { padding-top: 18px; }
.home-intro-section { background: #fff; }
.home-welcome-text p { color: #5c6368; font-size: 17px; line-height: 1.8; }
.home-value-card { border-top: 4px solid var(--olme-red); }
.home-value-card h3 { margin-bottom: 12px; }
.home-value-card p { color: #5c6368; font-size: 15px; line-height: 1.8; }
.admin-section-title { border-top: 1px solid var(--admin-line); color: var(--admin-red); font-size: 13px; font-weight: 900; letter-spacing: .08em; margin-top: 8px; padding-top: 18px; text-transform: uppercase; }
.admin-section-title:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #e8ecef; border-radius: 8px; padding: 0; }
.faq-item summary { cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; padding: 18px 22px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { color: var(--olme-red); content: "+"; float: right; font-size: 24px; line-height: 1; }
.faq-item[open] summary:after { content: "-"; }
.faq-item p { border-top: 1px solid #e8ecef; color: #5c6368; font-size: 15px; line-height: 1.8; margin: 0; padding: 18px 22px 22px; }
.admin-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-image-setting { align-items: center; border: 1px solid #d8dce3; border-radius: 8px; display: grid; gap: 16px; grid-template-columns: 180px 1fr; padding: 12px; }
.admin-image-setting img { border-radius: 6px; height: 105px; object-fit: cover; width: 180px; }
.admin-image-setting input[type=file] { margin-bottom: 8px; }
@media (max-width: 900px) { .admin-grid.two, .admin-image-setting { grid-template-columns: 1fr; } .admin-image-setting img { width: 100%; } }
.why-choose-section { background: #fff; }
.why-card { text-align: center; transition: transform .25s ease, box-shadow .25s ease; }
.why-card:hover { box-shadow: 0 18px 50px rgba(22, 30, 45, .08); transform: translateY(-4px); }
.why-card img { height: 74px; margin-bottom: 20px; object-fit: contain; width: 74px; }
.why-card h3 { margin-bottom: 12px; }
.why-card p { color: #5c6368; font-size: 15px; line-height: 1.8; }
.admin-thumb { border-radius: 6px; height: 58px; object-fit: contain; width: 58px; }
.home-testimonial-section { background: #fff; }
.section-title-wrap p { color: #5c6368; font-size: 16px; line-height: 1.7; margin: 10px auto 0; max-width: 720px; }
.testimonial-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.testimonial-card { display: flex; flex-direction: column; gap: 18px; }
.testimonial-quote { align-items: center; background: rgba(215,25,32,.1); border-radius: 8px; color: var(--olme-red); display: inline-flex; font-size: 24px; height: 48px; justify-content: center; width: 48px; }
.testimonial-card p { color: #5c6368; font-size: 15px; line-height: 1.8; margin: 0; }
.testimonial-author { align-items: center; display: flex; gap: 14px; margin-top: auto; }
.testimonial-author img { border-radius: 50%; height: 58px; object-fit: cover; width: 58px; }
.testimonial-author h3 { font-size: 18px; margin: 0; }
.testimonial-author span { color: #6c7480; font-size: 13px; font-weight: 700; }
.admin-thumb.circle { border-radius: 50%; object-fit: cover; }
@media (max-width: 991px) { .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .testimonial-grid { grid-template-columns: 1fr; } }
.welcome-split-card { background: #fff; border: 1px solid #e8ecef; border-radius: 8px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); overflow: hidden; }
.welcome-image img { height: 100%; min-height: 360px; object-fit: cover; width: 100%; }
.welcome-content-card { align-self: center; padding: clamp(28px, 5vw, 58px); }
.welcome-content-card h2 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; line-height: 1.14; margin-bottom: 16px; }
.welcome-content-card p { color: #5c6368; font-size: 17px; line-height: 1.8; margin: 0; }
@media (max-width: 991px) { .welcome-split-card { grid-template-columns: 1fr; } .welcome-image img { min-height: 280px; } }
.why-value-card { background: #fff; text-align: left; }

/* Original-theme typography polish */
:root {
  --primary-font: "Inter", "Plus Jakarta Sans", Arial, sans-serif;
  --heading-font: "Inter", "Plus Jakarta Sans", Arial, sans-serif;
  --heading-font-weight: 700;
  --body-size: 16px;
  --primary-font-weight: 400;
  --primary-color: var(--olme-red);
  --hover-color: #b9141a;
}
html { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--primary-font); font-size: 16px; line-height: 26px; font-weight: 400; color: var(--olme-dark); }
p, .content-short, .home-welcome-text, .welcome-content-card p, .home-value-card p, .why-card p, .testimonial-card p, .faq-item p, .property-body p, .detail-list { font-size: 16px; line-height: 26px; font-weight: 400; color: #5c6368; }
h1, h2, h3, h4, h5, h6, .olme-header .nav-link, .tf-btn, .contact-btn, .kicker { font-family: var(--heading-font); letter-spacing: 0; }
.hero-content h1 { font-size: clamp(46px, 5.4vw, 80px); line-height: 1.1; font-weight: 800; max-width: 860px; }
.hero-content p { font-size: 20px; line-height: 32px; max-width: 760px; }
.section-title-wrap { margin-bottom: 40px; }
.section-title-wrap h2, .section-pad h2, .welcome-content-card h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.18; font-weight: 800; }
.kicker { font-size: 14px; line-height: 24px; font-weight: 700; letter-spacing: .06em; }
.olme-card h3, .property-body h3, .why-card h3, .home-value-card h3 { font-size: 24px; line-height: 30px; font-weight: 700; }
.property-body h3 a { font-size: inherit; line-height: inherit; }
.property-meta span, .location, .testimonial-author span { font-size: 14px; line-height: 22px; }
.olme-header .nav-link { font-size: 16px; line-height: 26px; font-weight: 600; }
.topbar { font-size: 14px; line-height: 22px; }
.tf-btn, .contact-btn, .project-info-btn { font-size: 16px; line-height: 26px; font-weight: 700; }
.page-title h1 { font-size: clamp(42px, 5vw, 64px); line-height: 1.12; font-weight: 800; }
.page-title p { font-size: 18px; line-height: 30px; }
.faq-item summary { font-size: 18px; line-height: 28px; font-weight: 700; }
.testimonial-author h3 { font-size: 20px; line-height: 28px; }

@media (max-width: 1199px) {
  .hero-content h1 { font-size: 58px; line-height: 66px; }
  .section-title-wrap h2, .section-pad h2, .welcome-content-card h2 { font-size: 44px; line-height: 54px; }
}

@media (max-width: 991px) {
  body { font-size: 15px; line-height: 25px; }
  p, .content-short, .home-welcome-text, .welcome-content-card p, .home-value-card p, .why-card p, .testimonial-card p, .faq-item p, .property-body p, .detail-list { font-size: 15px; line-height: 25px; }
  .hero-content h1 { font-size: 46px; line-height: 54px; }
  .hero-content p { font-size: 18px; line-height: 30px; }
  .section-title-wrap h2, .section-pad h2, .welcome-content-card h2 { font-size: 36px; line-height: 44px; }
  .olme-card h3, .property-body h3, .why-card h3, .home-value-card h3 { font-size: 22px; line-height: 29px; }
}

@media (max-width: 767px) {
  .hero-content h1 { font-size: 38px; line-height: 45px; }
  .hero-content p { font-size: 16px; line-height: 27px; }
  .section-title-wrap { margin-bottom: 28px; }
  .section-title-wrap h2, .section-pad h2, .welcome-content-card h2 { font-size: 30px; line-height: 38px; }
  .page-title h1 { font-size: 34px; line-height: 42px; }
  .page-title p { font-size: 16px; line-height: 26px; }
  .olme-card h3, .property-body h3, .why-card h3, .home-value-card h3 { font-size: 20px; line-height: 27px; }
  .kicker { font-size: 12px; line-height: 20px; }
  .olme-header .nav-link { font-size: 15px; line-height: 24px; }
  .welcome-content-card { padding: 28px 22px; }
}

@media (max-width: 480px) {
  .hero-content h1 { font-size: 32px; line-height: 39px; }
  .section-title-wrap h2, .section-pad h2, .welcome-content-card h2 { font-size: 27px; line-height: 34px; }
  .tf-btn, .contact-btn, .project-info-btn { font-size: 15px; line-height: 24px; }
}
.about-hero .kicker { color: #fff; opacity: .9; }
.about-intro-grid { align-items: stretch; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 0; border: 1px solid #e8ecef; border-radius: 8px; overflow: hidden; background: #fff; }
.about-intro-image img { height: 100%; min-height: 480px; object-fit: cover; width: 100%; }
.about-intro-copy { align-self: center; padding: clamp(30px, 5vw, 64px); }
.about-intro-copy h2 { margin-bottom: 18px; }
.about-content { color: #5c6368; margin-bottom: 24px; }
.about-content p { font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.staff-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.staff-card { overflow: hidden; padding: 0; }
.staff-card > img { height: 290px; object-fit: cover; width: 100%; }
.staff-card-body { padding: 24px; }
.staff-card h3 { margin-bottom: 4px; }
.staff-card span { color: var(--olme-red); display: block; font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.staff-card p { color: #5c6368; font-size: 15px; line-height: 1.75; }
.staff-contact { border-top: 1px solid #e8ecef; display: grid; gap: 6px; margin-top: 16px; padding-top: 14px; }
.staff-contact a { color: var(--olme-dark); font-size: 14px; font-weight: 700; }
@media (max-width: 991px) { .about-intro-grid { grid-template-columns: 1fr; } .about-intro-image img { min-height: 320px; } .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .staff-grid { grid-template-columns: 1fr; } .staff-card > img { height: 260px; } .about-intro-copy { padding: 28px 22px; } }

/* About page enhancements */
.about-hero { position: relative; overflow: hidden; }
.about-hero:after { animation: aboutGlow 7s ease-in-out infinite alternate; background: rgba(215,25,32,.28); border-radius: 999px; content: ""; height: 220px; position: absolute; right: 8%; top: -90px; width: 220px; }
.about-hero .container { position: relative; z-index: 1; }
.about-hero-actions, .about-action-row { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.about-outline-btn { border: 1px solid rgba(255,255,255,.65); border-radius: 6px; color: #fff; font-weight: 800; padding: 11px 18px; }
.about-outline-btn:hover { background: #fff; color: var(--olme-red); }
.about-text-link { color: var(--olme-red); font-weight: 800; }
.about-intro-grid, .about-market-grid, .home-value-card, .why-card, .staff-card, .faq-item { animation: aboutRise .65s ease both; }
.about-intro-image { overflow: hidden; }
.about-intro-image img { transition: transform .7s ease; }
.about-intro-grid:hover .about-intro-image img { transform: scale(1.045); }
.about-market-section { background: #fff; }
.about-market-grid { display: grid; gap: 28px; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); }
.about-market-copy { align-self: center; }
.about-market-copy p { color: #5c6368; font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.about-stat-panel { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-stat-card { background: #fff; border: 1px solid #e8ecef; border-radius: 8px; box-shadow: 0 18px 50px rgba(22,30,45,.06); padding: 26px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.about-stat-card:hover { border-color: rgba(215,25,32,.32); box-shadow: 0 22px 60px rgba(22,30,45,.1); transform: translateY(-5px); }
.about-stat-card strong { color: var(--olme-red); display: block; font-size: 38px; font-weight: 900; line-height: 1; margin-bottom: 12px; }
.about-stat-card span { color: #5c6368; display: block; font-size: 15px; line-height: 1.6; }
.about-values-section .home-value-card { transition: transform .25s ease, box-shadow .25s ease; }
.about-values-section .home-value-card:hover { box-shadow: 0 18px 50px rgba(22,30,45,.08); transform: translateY(-4px); }
.staff-card { transition: transform .25s ease, box-shadow .25s ease; }
.staff-card:hover { box-shadow: 0 18px 50px rgba(22,30,45,.08); transform: translateY(-4px); }
.staff-card > img { transition: transform .6s ease; }
.staff-card:hover > img { transform: scale(1.04); }
@keyframes aboutRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes aboutGlow { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-30px,40px,0) scale(1.18); } }
@media (max-width: 991px) { .about-market-grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .about-hero-actions, .about-action-row { align-items: stretch; flex-direction: column; } .about-hero-actions a, .about-action-row a { justify-content: center; text-align: center; width: 100%; } .about-stat-panel { grid-template-columns: 1fr; } .about-stat-card strong { font-size: 32px; } }

.about-testimonial-section { background: #f7f7f7; overflow: hidden; }
.about-testimonial-slider { padding: 4px 2px 12px; }
.about-testimonial-slider .swiper-slide { height: auto; }
.about-testimonial-card { min-height: 100%; transition: transform .25s ease, box-shadow .25s ease; }
.about-testimonial-card:hover { box-shadow: 0 18px 50px rgba(22,30,45,.08); transform: translateY(-4px); }
.about-testimonial-controls { align-items: center; display: flex; gap: 14px; justify-content: center; margin-top: 26px; }
.about-testimonial-prev, .about-testimonial-next { align-items: center; background: var(--olme-red); border: 0; border-radius: 50%; color: #fff; display: inline-flex; font-size: 28px; font-weight: 700; height: 44px; justify-content: center; line-height: 1; width: 44px; }
.about-testimonial-prev:hover, .about-testimonial-next:hover { background: #b9141a; }
.about-testimonial-pagination { align-items: center; display: inline-flex; gap: 8px; justify-content: center; min-width: 96px; width: auto !important; }
.about-testimonial-pagination .swiper-pagination-bullet { background: #c6cbd2; height: 9px; opacity: 1; width: 9px; }
.about-testimonial-pagination .swiper-pagination-bullet-active { background: var(--olme-red); width: 24px; border-radius: 999px; }

.home-values-section { background: #fff; }
.values-grid { display: grid; gap: 22px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.value-card { overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.value-card:before { background: var(--olme-red); content: ""; height: 4px; left: 0; position: absolute; right: 0; top: 0; }
.value-card:hover { border-color: rgba(215,25,32,.28); box-shadow: 0 18px 50px rgba(22,30,45,.08); transform: translateY(-5px); }
.value-icon { align-items: center; background: rgba(215,25,32,.1); border-radius: 8px; color: var(--olme-red); display: inline-flex; font-size: 28px; height: 56px; justify-content: center; margin-bottom: 18px; width: 56px; }
.value-card h3 { margin-bottom: 10px; }
.value-card p { color: #5c6368; font-size: 15px; line-height: 1.75; margin: 0; }
@media (max-width: 1199px) { .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .values-grid { grid-template-columns: 1fr; } .value-card { text-align: left; } }

/* Services page polish */
.services-hero { background: linear-gradient(rgba(22,30,45,.76), rgba(22,30,45,.68)), url('storage/pages/nigerian-real-estate-banner.png') center/cover no-repeat; overflow: hidden; position: relative; }
.services-hero:after { background: rgba(215,25,32,.24); border-radius: 999px; content: ""; height: 220px; position: absolute; right: 8%; top: -80px; width: 220px; }
.services-hero .container { position: relative; z-index: 1; }
.services-hero .kicker { color: #fff; opacity: .9; }
.services-hero .tf-btn { margin-top: 24px; }
.services-page-section { background: #fff; }
.services-intro-panel { background: #fff; border: 1px solid #e8ecef; border-radius: 8px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); overflow: hidden; }
.services-intro-copy { align-self: center; padding: clamp(28px, 5vw, 58px); }
.services-intro-copy h2 { margin-bottom: 16px; }
.services-page-body p { color: #5c6368; font-size: 16px; line-height: 1.8; margin-bottom: 14px; }
.services-intro-image { background: #f7f7f7; min-height: 380px; overflow: hidden; }
.services-intro-image img { height: 100%; object-fit: cover; transition: transform .7s ease; width: 100%; }
.services-intro-panel:hover .services-intro-image img { transform: scale(1.045); }
.services-mini-list { display: grid; gap: 10px; margin-top: 22px; }
.services-mini-list span { align-items: center; color: var(--olme-dark); display: flex; font-size: 15px; font-weight: 700; gap: 10px; }
.services-mini-list .icon { color: var(--olme-red); }
.services-list-title { margin-top: 70px; }
.services-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-page-card { display: flex; flex-direction: column; overflow: hidden; position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.services-page-card:before { background: var(--olme-red); content: ""; height: 4px; left: 0; position: absolute; right: 0; top: 0; }
.services-page-card:hover { border-color: rgba(215,25,32,.28); box-shadow: 0 18px 50px rgba(22,30,45,.08); transform: translateY(-5px); }
.services-card-icon { align-items: center; background: rgba(215,25,32,.1); border-radius: 8px; color: var(--olme-red); display: inline-flex; font-size: 30px; height: 58px; justify-content: center; margin-bottom: 18px; width: 58px; }
.services-page-card h3 { margin-bottom: 12px; }
.services-page-card p { color: #5c6368; font-size: 15px; line-height: 1.75; margin-bottom: 18px; }
.services-page-card .service-link { color: var(--olme-red); font-weight: 800; margin-top: auto; }
@media (max-width: 991px) { .services-intro-panel { grid-template-columns: 1fr; } .services-intro-image { min-height: 300px; order: -1; } .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .services-grid { grid-template-columns: 1fr; } .services-list-title { margin-top: 46px; } .services-intro-copy { padding: 28px 22px; } }

.policy-card p { color: #5c6368; font-size: 16px; line-height: 1.8; margin-bottom: 14px; }

/* Dynamic homepage estate backgrounds */
.home-intro-section { background: linear-gradient(135deg, rgba(247,247,247,.96), rgba(255,255,255,.9)), url('storage/pages/olme-nigeria-residential-estate.png') center/cover fixed; position: relative; }
.welcome-split-card { box-shadow: 0 24px 70px rgba(22,30,45,.12); }
.home-about-section { background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 48%, rgba(22,30,45,.08) 100%), url('storage/pages/olme-nigeria-land-estate.png') center/cover no-repeat; }
.home-about-panel { background: rgba(255,255,255,.9); border: 1px solid #e8ecef; border-radius: 8px; box-shadow: 0 24px 70px rgba(22,30,45,.08); padding: clamp(18px, 3vw, 34px); }
.home-about-panel .rounded-img { box-shadow: 0 18px 50px rgba(22,30,45,.14); min-height: 340px; object-fit: cover; }
.home-services-section { background: linear-gradient(rgba(22,30,45,.82), rgba(22,30,45,.78)), url('storage/pages/house-service.png') center/cover no-repeat; color: #fff; position: relative; }
.home-services-section .section-title-wrap h2, .home-services-section .section-title-wrap p { color: #fff; }
.home-services-section .kicker { color: rgba(255,255,255,.86); }
.home-services-section .service-card { box-shadow: 0 18px 50px rgba(0,0,0,.18); transition: transform .25s ease, box-shadow .25s ease; }
.home-services-section .service-card:hover { box-shadow: 0 24px 70px rgba(0,0,0,.24); transform: translateY(-5px); }
.home-values-section { background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(247,247,247,.92)), url('storage/pages/call-to-action.png') center/cover no-repeat; }
.why-choose-section { background: linear-gradient(rgba(255,255,255,.94), rgba(255,255,255,.94)), url('storage/pages/service-4.png') center/cover no-repeat; }
.home-featured-section { background: linear-gradient(rgba(247,247,247,.94), rgba(247,247,247,.9)), url('storage/pages/properties.png') center/cover fixed; }
.home-testimonial-section { background: linear-gradient(rgba(22,30,45,.84), rgba(22,30,45,.78)), url('storage/pages/testimonial-banner.png') center/cover no-repeat; color: #fff; }
.home-testimonial-section .section-title-wrap h2, .home-testimonial-section .section-title-wrap p { color: #fff; }
.home-testimonial-section .kicker { color: rgba(255,255,255,.86); }
.home-testimonial-section .testimonial-card { box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.home-faq-section { background: linear-gradient(135deg, rgba(247,247,247,.96), rgba(255,255,255,.9)), url('storage/pages/about-us-contact.jpg') center/cover no-repeat; }
@media (max-width: 991px) { .home-intro-section, .home-featured-section { background-attachment: scroll; } .home-about-panel .rounded-img { min-height: 280px; } }
@media (max-width: 767px) { .home-about-panel { padding: 18px; } .home-about-panel .rounded-img { min-height: 240px; } }

.hero-text { color: rgba(255,255,255,.9); font-size: 20px; line-height: 32px; max-width: 760px; }
.hero-text p { color: inherit; font-size: inherit; line-height: inherit; margin: 0 0 8px; }
@media (max-width: 991px) { .hero-text { font-size: 18px; line-height: 30px; } }
@media (max-width: 767px) { .hero-text { font-size: 16px; line-height: 27px; } }

/* SEOcom-style About section imported for OLME */
.seocom-about-section { background: #fff; position: relative; }
.seocom-about-section .bg-primary { background-color: var(--olme-red) !important; }
.seocom-about-section .text-primary { color: var(--olme-red) !important; }
.seocom-about-section h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.2; }
.seocom-about-section h1 span { display: inline-block; margin-right: 8px; padding-bottom: 4px; padding-top: 4px; }
.seocom-about-image { border-radius: 8px; box-shadow: 0 24px 70px rgba(22,30,45,.16); min-height: 480px; object-fit: cover; width: 100%; }
.seocom-about-copy { color: #5c6368; max-height: 178px; overflow: hidden; }
.seocom-about-copy p, .seocom-about-section p { color: #5c6368; font-size: 16px; line-height: 1.8; }
.seocom-about-section h6 { align-items: center; color: var(--olme-dark); display: flex; font-size: 16px; font-weight: 800; line-height: 1.5; }
.seocom-about-section h6 .icon { font-size: 16px; }
.seocom-about-section .btn-primary { background: var(--olme-red); border-color: var(--olme-red); border-radius: 6px; color: #fff !important; font-weight: 800; }
.seocom-about-section .btn-primary:hover { background: #b9141a; border-color: #b9141a; }
.seocom-about-section .btn-secondary { background: var(--olme-dark); border-color: var(--olme-dark); color: #fff !important; }
.seocom-about-section .btn-secondary:hover { background: var(--olme-red); border-color: var(--olme-red); }
.seocom-about-section .btn-square { align-items: center; border-radius: 6px; display: inline-flex; height: 52px; justify-content: center; padding: 0; width: 52px; }
.seocom-about-section .btn-square .icon { color: #fff; font-size: 20px; }
@media (max-width: 991px) { .seocom-about-image { min-height: 340px; } }
@media (max-width: 767px) { .seocom-about-section h1 { font-size: 30px; } .seocom-about-image { min-height: 260px; } .seocom-about-section .btn-square { height: 46px; width: 46px; } }

.seocom-about-section .seocom-about-visible { opacity: 1 !important; visibility: visible !important; }
.seocom-about-section { z-index: 1; }