/* =============================================
   GLOBAL
============================================= */
:root {
  --yellow : #f5c518;
  --dark   : #0d1f3c;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Barlow", sans-serif;
  color: #222;
  overflow-x: hidden;
}

p,
li,
.section-text-wide,
.section-text-compact,
.footer-desc,
.quote-text,
.info-card p,
.testi-card p,
.exp-card p,
.fs-6,
.lh-lg {
  text-align: justify !important;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* Yellow-bar section label */
.sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}
.sec-label::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--yellow);
  flex-shrink: 0;
}

.section-title-lg {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--dark);
}

.section-title-xl {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
}

.section-title-lg-tight {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--dark);
  line-height: 1.2;
}

.section-title-md {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  color: var(--dark);
  line-height: 1.35;
}

.section-title-sm {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--dark);
}

.section-text-wide {
  font-size: 0.95rem;
  line-height: 1.75;
  text-align: justify !important;  
  overflow-wrap: break-word;        
  hyphens: auto;  
}

.section-text-compact {
  font-size: 0.87rem;
  line-height: 1.65;
  text-align: justify !important;  
  overflow-wrap: break-word;      
  hyphens: auto;  
}

.section-label-highlight {
  color: var(--yellow);
}

.section-bg-dark {
  background: var(--dark);
}

.section-bg-light {
  background: #f9f9f9;
}

.section-label-yellow {
  color: var(--yellow);
}

.card-title-sm {
  font-size: 0.95rem;
}

.team-portrait {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 10px;
  border: 4px;
}

.sub-logo {
  max-height: 90px;
  object-fit: contain;
}

.testi-name {
  font-size: 0.95rem;
}

.testi-role {
  font-size: 0.78rem;
  color: var(--yellow) !important;
}

.svc-fallback-icon {
  font-size: 3.5rem;
  color: var(--dark);
}


/* =============================================
   NAVBAR
============================================= */
#navbar {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;  /* subtle line — no heavy shadow */
  box-shadow: none;
  padding: 6px 0;
}

/* Logo — taller like real site */
#navbar .navbar-brand img { height: 65px; }

/* Dot separator between links */
#navbar .nav-item:not(:last-child)::after {
  content: "";
  color: #bbb;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-top: 2px;
}

#navbar .nav-link {
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.8px;
  color: var(--dark);           /* dark navy — inactive */
  padding: 6px 10px;
  transition: color 0.2s;
}

/* Hover → blue like real site */
#navbar .nav-link:hover { color: #1a5fa8; }

/* Active page → blue bold */
#navbar .nav-link.active {
  color: #1a5fa8;
  font-weight: 800;
}

/* Hamburger toggle icons */
.navbar-toggler .nav-open-icon  { font-size: 1.6rem; color: var(--dark); }
.navbar-toggler .nav-close-icon { font-size: 1.6rem; color: var(--dark); display: none; }
.navbar-toggler:not(.collapsed) .nav-open-icon { display: none; }
.navbar-toggler:not(.collapsed) .nav-close-icon { display: inline-block; }

@media (max-width: 991px) {
  #navbar .nav-item::after { display: none; }
  #navbar .navbar-brand img { height: 48px; }
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }

  .navbar-toggler .nav-open-icon,
  .navbar-toggler .nav-close-icon {
    display: none !important;
  }
}


/* =============================================
   HERO  (index.html only)
============================================= */
#hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.hero-vid {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-vid.active-vid { opacity: 1; }

#heroFallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: none;
}

#heroOverlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.30);
  z-index: 1;
}

#hero .hero-text {
  position: relative;
  z-index: 2;
}

#heroHeading {
  font-size: clamp(1.8rem, 7vw, 5.5rem);  /* mobile eke 1.8rem minimum */
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  border-right: 5px solid var(--yellow);
  width: 0;
  opacity: 0;
  max-width: 90vw;   
}

#heroHeading.hero-typing {
  opacity: 1;
  animation:
    typeIt 2.4s steps(15) 0.2s forwards,
    blink  0.75s step-end infinite;
}

@keyframes typeIt { to { width: 15ch; } }
@keyframes blink  { 50% { border-color: transparent; } }

#heroDots {
  position: absolute;
  bottom: 28px;
  right: 32px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.hero-dot.active-dot {
  background: var(--yellow);
  transform: scale(1.25);
}

@media (max-width: 767px) {
  #hero {
    min-height: 40vh;
    padding-bottom: 24px;
    align-items: flex-end;
  }
  .hero-vid,
  #heroFallback {
    object-fit: contain;
    object-position: center center;
    background: #000;
  }
  #hero .hero-text {
    padding: 0 12px;
  }
  #heroHeading {
    font-size: clamp(1rem, 4vw, 1.4rem);
    white-space: nowrap;
    width: auto !important;
    max-width: 95vw;
    overflow: visible !important;
    border-right: none !important;
  }
  #heroHeading.hero-typing {
    animation: mobileFadeIn 0.6s ease 0.2s forwards !important;
    opacity: 0;
  }
  @keyframes mobileFadeIn { to { opacity: 1; } }
  #heroDots { bottom: 8px; right: 10px; }
  .hero-dot { width: 7px; height: 7px; }
}

@media (max-width: 575px) {
  #hero {
    min-height: 35vh;
    padding-bottom: 16px;
  }
  #heroHeading {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
  }
}

/* =============================================
   ABOUT SECTION  (index.html)
============================================= */
.clients-heading { font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--dark); line-height: 1.2; }
.clients-heading { font-size:clamp(1.8rem,3vw,2.4rem); color:var(--dark); line-height:1.2; }
.about-heading   { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--dark); line-height: 1.2; font-weight: 900; }  
.stat-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--yellow);
  line-height: 1;
}
.about-img-col {
  padding-right: 3rem; /* image right side space */
}
@media (max-width: 767px) {
  .stat-num { font-size: 2.2rem; }
}


/* =============================================
   EXPECTATIONS — hover turns card white
============================================= */
.exp-card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  padding: 28px 24px;
  transition: background 0.25s, border-color 0.25s, color 0.25s;
  cursor: default;
  height: 100%;
}
.exp-card:hover                { background: #fff; border-color: #fff; color: #222; }
.exp-card:hover h5             { color: #111; }
.exp-card:hover p              { color: #555; opacity: 1; }

.exp-icon {
  width: 72px;
  height: 72px;
  background: rgba(255,255,255,0.13);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 2.2rem;
  color: #fff;
  transition: background 0.25s;
}
.exp-card:hover .exp-icon { background: var(--yellow); color: #111; }


/* =============================================
   SERVICES — hover shows shadow + arrow
============================================= */
.svc-card {
  text-align: center;
  padding: 36px 20px 28px;
  border-radius: 8px;
  transition: box-shadow 0.25s;
  cursor: default;
}
.svc-card:hover { box-shadow: 0 10px 34px rgba(0,0,0,0.11); }

.svc-card img.svc-icon {
  height: 80px;
  object-fit: contain;
  margin-bottom: 18px;
}

.svc-card i.svc-icon {
  font-size: 4.5rem;
  color: var(--dark);
  display: block;
  margin-bottom: 18px;
  line-height: 1;
}

.svc-card h6 {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 18px;
  color: var(--dark);
}

/* Arrow button: hidden until card hover */
.svc-card .arrow-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #e8e8e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
}
.svc-card:hover .arrow-btn {
  opacity: 1;
  transform: translateY(0);
  background: var(--yellow);
}


/* =============================================
   HEAVY MACHINES CTA — yellow pill button
============================================= */
.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--yellow);
  color: #111;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, box-shadow 0.25s;
}
.pill-btn span.pill-text { padding: 13px 22px 13px 28px; }
.pill-btn .pill-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin: 4px 4px 4px 0;
  transition: background 0.25s;
}
.pill-btn:hover { background: #fff; color: var(--dark); box-shadow: 0 6px 22px rgba(0,0,0,0.18); }
.pill-btn:hover .pill-icon { background: var(--yellow); }


/* =============================================
   TEAM CAROUSEL
============================================= */
#teamCarousel {
  position: relative;
  padding: 0 50px;
}

@media (max-width: 767px) {
  #teamCarousel { padding: 0 38px; }
}

.team-card {
  text-align: center;
  padding: 20px 10px;
}

.team-img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
  transition: border-color 0.25s;
}
.team-card:hover .team-img { border-color: var(--yellow); }

.team-role {
  font-size: 0.72rem;
  line-height: 1.55;
  margin-top: 4px;
}

/* Prev / Next arrows */
.team-arrow {
  width: 42px;
  height: 42px;
  background: #fff !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 50% !important;
  top: 50%;
  transform: translateY(-60%);
  opacity: 1 !important;
  transition: background 0.2s, border-color 0.2s;
}
.team-arrow:hover {
  background: var(--yellow) !important;
  border-color: var(--yellow) !important;
}
.team-arrow-prev { left: 0; }
.team-arrow-next { right: 0; }

.team-arrow-icon {
  color: var(--dark);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-arrow:hover .team-arrow-icon { color: #111; }

/* Indicator dots */
.team-dots { bottom: 0; gap: 6px; }
.team-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #ddd !important;
  border: none !important;
  opacity: 1 !important;
  transition: background 0.2s;
}
.team-dots button.active { background: var(--yellow) !important; }

@media (max-width: 575px) {
  #teamCarousel { padding: 0 40px; }
  .team-img { width: 90px; height: 90px; }
}


/* =============================================
   TESTIMONIALS — row hover adds shadow
============================================= */
.testi-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  background: #fff;
  transition: box-shadow 0.25s, border-color 0.25s;
  text-align: justify !important;  
  overflow-wrap: break-word;       
  hyphens: auto;                   
}
.testi-row:hover .testi-card {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  border-color: transparent;
}

.testi-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eee;
  flex-shrink: 0;
}

.testi-stars {
  color: var(--yellow);
  font-size: 0.9rem;
  margin-top: 3px;
}

.testi-divider {
  width: 30px;
  height: 2px;
  background: var(--yellow);
  margin: 4px 0 8px;
}

/* Testimonials section — overflow visible so crane can peek in */
#testimonials {
  position: relative;
  z-index: 1;
  overflow: visible;
}

@media (max-width: 767px) {
  .testi-card { padding: 16px; }
  .testi-logo { width: 48px; height: 48px; }
}


/* =============================================
   CTA BANNER
============================================= */
#ctaBanner {
  position: relative;
  background: #f4f6fa;
  overflow: visible;
  min-height: 320px;
  display: flex;
  align-items: center;
}

#ctaBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#c4c9d4 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
  z-index: 0;
}

#ctaBanner > .container {
  position: relative;
  z-index: 1;
}

.btn-cta {
  display: inline-block;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  border-radius: 50px;
  padding: 13px 34px;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-cta:hover { background: #1b3560; color: #fff; }

/* Crane — absolute */
.cta-crane-img {
  position: absolute;
  right: -40px;
  bottom: 0px;
  height: 125%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 0;
}

/* Mobile */
@media (max-width: 767px) {
  #ctaBanner {
    min-height: 0;
    display: block;
    padding-bottom: 0;
  }
  .cta-crane-img {
    position: relative;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    max-height: 260px;
    object-fit: contain;
    display: block;
    margin-top: 1rem;
  }
}

/* =============================================
   FOOTER
============================================= */
#footer { background: #fff; padding-top: 56px; }

.footer-logo {
  height: 70px;
  object-fit: contain;
  display: block;
  margin-bottom: 14px;
}

.footer-desc { 
  font-size: 0.88rem; 
  color: #666; 
  line-height: 1.7; 
  text-align: justify !important;  
  overflow-wrap: break-word;        
}

/* Social icon buttons */
.soc-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #666;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.soc-btn:hover { background: var(--yellow); border-color: var(--yellow); color: #111; }

.footer-heading {
  font-weight: 700;
  font-size: 1rem;
  color: #111;
  border-left: 3px solid var(--yellow);
  padding-left: 10px;
  margin-bottom: 18px;
}

.f-list { list-style: none; padding: 0; margin: 0; }
.f-list li {
  font-size: 0.88rem;
  color: #555;
  margin-bottom: 10px;
  padding-left: 16px;
  position: relative;
}
.f-list li::before {
  content: "■";
  color: var(--yellow);
  font-size: 0.45rem;
  position: absolute;
  left: 0;
  top: 5px;
}
.f-list li a { color: #555; text-decoration: none; transition: color 0.2s; }
.f-list li a:hover { color: var(--yellow); }

/* Newsletter input */
.nl-wrap { position: relative; }
.nl-wrap input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 11px 50px 11px 20px;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s;
}
.nl-wrap input:focus { border-color: var(--yellow); }
.nl-wrap button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--yellow);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
}

.footer-bar {
  background: var(--dark);
  color: rgba(255,255,255,0.65);
  font-size: 0.8rem;
  text-align: center;
  padding: 16px 0;
  margin-top: 50px;
}


/* =============================================
   BACK TO TOP BUTTON
============================================= */
#backTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: var(--yellow);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.2s;
}
#backTop:hover { transform: translateY(-3px); }


/* =============================================
   CONTACT PAGE — specific styles
============================================= */

/* Underline-only form inputs */
.contact-form .form-field {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 0;
  font-size: 0.95rem;
  width: 100%;
  outline: none;
  background: transparent;
  transition: border-color 0.2s;
}
.contact-desc{
   text-align: justify;
   overflow-wrap: break-word;
   hyphens: auto;
}
.contact-form .form-field:focus { border-bottom-color: var(--yellow); }
.contact-form .form-field::placeholder { color: #aaa; }
.contact-form textarea.form-field { resize: vertical; min-height: 80px; }

/* File input */
.contact-form .file-wrap { border-bottom: 1px solid #ccc; padding: 10px 0; }
.contact-form input[type="file"] { font-size: 0.88rem; color: #666; }

/* Yellow submit pill */
.btn-submit-yellow {
  background: var(--yellow);
  color: #111;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  padding: 13px 48px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-submit-yellow:hover { background: #e6b800; box-shadow: 0 4px 14px rgba(245,197,24,0.4); }

/* Google map iframe */
.map-frame {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  display: block;
}

/* Info cards (Address / Contact / Hours) */
.info-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 28px 20px;
    text-align: justify !important;  
  overflow-wrap: break-word;        
}
.info-bar {
  width: 4px;
  min-height: 44px;
  align-self: stretch;
  border-radius: 2px;
  background: var(--yellow);
  flex-shrink: 0;
}
.info-card h6 { font-weight: 700; font-size: 0.92rem; color: #111; margin-bottom: 6px; }
.info-card p  { font-size: 0.9rem; color: #555; margin: 0; line-height: 1.65; }

@media (max-width: 767px) {
  .map-frame { min-height: 280px; }
}

/* =============================================
   OUR PROJECTS PAGE 
============================================= */

.page-hero {
      background: var(--dark); padding: 64px 0 52px;
      position: relative; overflow: hidden;
    }
    .page-hero::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(245,197,24,0.13) 0%, transparent 60%);
      pointer-events: none;
    }
    .page-hero h1 { font-size: clamp(2rem,4.5vw,3rem); font-weight: 800; color: #fff; line-height: 1.15; }
    .page-hero p  { color: rgba(255,255,255,0.6); max-width: 520px; margin-bottom: 0; }
    .breadcrumb-item a { color: var(--yellow); text-decoration: none; }
    .breadcrumb-item.active { color: rgba(255,255,255,0.5); }
    .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

    .projects-section { padding: 72px 0 80px; background: #f8f8f8; }

    .topic-card {
      background: #fff; border-radius: 12px; overflow: hidden;
      box-shadow: 0 2px 14px rgba(0,0,0,0.07);
      transition: box-shadow 0.28s, transform 0.28s;
      height: 100%; display: flex; flex-direction: column;
      text-decoration: none;
    }
    .topic-card:hover { box-shadow: 0 12px 38px rgba(0,0,0,0.13); transform: translateY(-5px); }
    .topic-card-img { position: relative; height: 220px; overflow: hidden; background: var(--dark); flex-shrink: 0; }
    .topic-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.42s ease; }
    .topic-card:hover .topic-card-img img { transform: scale(1.07); }
    .topic-badge {
      position: absolute; top: 14px; left: 14px;
      background: var(--yellow); color: #111;
      font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.07em; padding: 4px 11px; border-radius: 3px;
    }
    .blogs-count {
      position: absolute; bottom: 14px; right: 14px;
      background: rgba(0,0,0,0.55); color: #fff;
      font-size: 0.75rem; font-weight: 600;
      padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px);
    }
    .topic-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
    .topic-card-body h5 { font-size: 1.08rem; font-weight: 800; color: var(--dark); line-height: 1.35; margin-bottom: 10px; }
    .topic-card-body p  { font-size: 0.87rem; color: #777; line-height: 1.7; margin-bottom: 20px; flex: 1; }
    .topic-view-btn {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: 0.82rem; font-weight: 700; color: var(--dark);
      text-transform: uppercase; letter-spacing: 0.05em;
      border-bottom: 2px solid var(--yellow); padding-bottom: 2px; width: fit-content;
      transition: color 0.2s;
    }
    .topic-card:hover .topic-view-btn { color: var(--yellow); }
    .topic-view-btn i { transition: transform 0.2s; }
    .topic-card:hover .topic-view-btn i { transform: translateX(4px); }

/* =============================================
   ABOUT PAGE — specific styles
============================================= */

/* Full-width dark MD quote section */
.quote-section {
  background: var(--dark);
  padding: 80px 0;
  text-align: center;
}
.quote-mark {
  font-size: 5rem;
  color: var(--yellow);
  line-height: 0.8;
  font-family: Georgia, serif;
  margin-bottom: 20px;
  display: block;
}
.quote-text {
  color: #fff;
  font-size: clamp(0.95rem, 1.5vw, 1.15rem);
  font-weight: 600;
  line-height: 1.85;
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: justify !important;  
  overflow-wrap: break-word; 
  hyphens: auto;       
}
.quote-name  { color: var(--yellow); font-weight: 800; font-size: 1rem; }
.quote-title { color: rgba(255,255,255,0.65); font-size: 0.88rem; }

/* Client logo cards (square white boxes) */
.client-logo-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
  height: 180px;
}
.client-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.client-logo-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.1); }

.sub-card {
  /* background: #fff; */
  border: 0;
  border-radius: 12px;
  box-shadow: none;
  padding: 24px 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sub-card img {
  width: 100%;
  max-height: 190px;
  object-fit: contain;
  margin-bottom: 18px;
}

/* =============================================
   MOBILE — Bootstrap not cover fixes
============================================= */
@media (max-width: 767px) {
  .info-card {
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
  }
  .info-bar {
    width: 100%;
    height: 3px;
    min-height: unset;
  }
  .map-frame { min-height: 250px; }
  .quote-section { padding: 40px 0; }
  .quote-text { padding: 0 8px; }
  .client-logo-card { height: 120px; padding: 12px; }
}

/* =============================================
   ALL PAGES — Mobile container padding fix
   Bootstrap default = 12px, meka = 20px (clean)
============================================= */
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

        /* BLOG PAGE */

.blog-hero {
      background: var(--dark); padding: 64px 0 52px;
      position: relative; overflow: hidden;
    }
    .blog-hero::before {
      content: ""; position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(245,197,24,0.13) 0%, transparent 60%);
      pointer-events: none;
    }
    .blog-hero h1 { font-size: clamp(2rem,4.5vw,3rem); font-weight: 800; color: #fff; line-height: 1.15; }
    .blog-hero p  { color: rgba(255,255,255,0.6); max-width: 520px; margin-bottom: 0; }
    .breadcrumb-item a { color: var(--yellow); text-decoration: none; }
    .breadcrumb-item.active { color: rgba(255,255,255,0.5); }
    .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }
 
    .blog-section { padding: 72px 0 80px; background: #f8f8f8; }
 
    /* Topic Card */
    .topic-card {
      background: #fff; border-radius: 12px; overflow: hidden;
      box-shadow: 0 2px 14px rgba(0,0,0,0.07);
      transition: box-shadow 0.28s, transform 0.28s;
      cursor: pointer; height: 100%; display: flex; flex-direction: column;
    }
    .topic-card:hover { box-shadow: 0 12px 38px rgba(0,0,0,0.13); transform: translateY(-5px); }
    .topic-card-img { position: relative; height: 220px; overflow: hidden; background: var(--dark); flex-shrink: 0; }
    .topic-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.42s ease; }
    .topic-card:hover .topic-card-img img { transform: scale(1.07); }
    .topic-badge {
      position: absolute; top: 14px; left: 14px;
      background: var(--yellow); color: #111;
      font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.07em; padding: 4px 11px; border-radius: 3px;
    }
    .blogs-count {
      position: absolute; bottom: 14px; right: 14px;
      background: rgba(0,0,0,0.55); color: #fff;
      font-size: 0.75rem; font-weight: 600;
      padding: 4px 10px; border-radius: 20px; backdrop-filter: blur(4px);
    }
    .topic-card-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
    .topic-card-body h5 { font-size: 1.08rem; font-weight: 800; color: var(--dark); line-height: 1.35; margin-bottom: 10px; }
    .topic-card-body p  { font-size: 0.87rem; color: #777; line-height: 1.7; margin-bottom: 20px; flex: 1; }
    .topic-view-btn {
      display: inline-flex; align-items: center; gap: 7px;
      font-size: 0.82rem; font-weight: 700; color: var(--dark);
      text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em;
      border-bottom: 2px solid var(--yellow); padding-bottom: 2px; width: fit-content;
      transition: color 0.2s;
    }
    .topic-view-btn:hover { color: var(--yellow); }
    .topic-view-btn i { transition: transform 0.2s; }
    .topic-view-btn:hover i { transform: translateX(4px); }
 
    /* Modal */
    .modal-content { border-radius: 12px; border: none; overflow: hidden; }
 
    /* Blogs list header */
    .modal-blogs-header { background: var(--dark); border-bottom: 3px solid var(--yellow); padding: 22px 28px; }
    .modal-blogs-header .modal-title { color: #fff; font-weight: 800; font-size: 1.15rem; line-height: 1.3; }
    .modal-blogs-header .btn-close { filter: invert(1) brightness(2); }
    .modal-topic-desc { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin-top: 5px; }
 
    .blogs-list-body { padding: 22px 26px 26px; }
    .blog-item {
      display: flex; align-items: center; gap: 15px;
      padding: 15px 17px; border: 1.5px solid #eee; border-radius: 8px;
      margin-bottom: 10px; cursor: pointer;
      transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
      background: #fff;
    }
    .blog-item:last-child { margin-bottom: 0; }
    .blog-item:hover { border-color: var(--yellow); background: #fffbef; box-shadow: 0 4px 16px rgba(245,197,24,0.15); }
    .blog-num {
      width: 38px; height: 38px; flex-shrink: 0;
      background: var(--dark); color: var(--yellow); border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.85rem; font-weight: 800;
      transition: background 0.2s, color 0.2s;
    }
    .blog-item:hover .blog-num { background: var(--yellow); color: #111; }
    .blog-item-text { flex: 1; min-width: 0; }
    .blog-item-text strong { display: block; font-size: 0.93rem; font-weight: 700; color: var(--dark); line-height: 1.3; margin-bottom: 3px; }
    .blog-item-text span { font-size: 0.78rem; color: #999; }
    .blog-item-arrow { color: #ccc; font-size: 1rem; transition: color 0.2s, transform 0.2s; flex-shrink: 0; }
    .blog-item:hover .blog-item-arrow { color: var(--yellow); transform: translateX(4px); }
 
    /* Article reader header */
    .article-reader-header {
      background: var(--dark); border-bottom: 3px solid var(--yellow);
      padding: 14px 22px; display: flex; align-items: center; gap: 12px; flex-shrink: 0;
    }
    .back-btn {
      background: rgba(255,255,255,0.13); border: none; color: #fff; border-radius: 6px;
      width: 32px; height: 32px; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 0.95rem; transition: background 0.2s, color 0.2s;
    }
    .back-btn:hover { background: var(--yellow); color: #111; }
    .art-title {
      color: #fff; font-weight: 700; font-size: 0.95rem; line-height: 1.3; flex: 1;
      white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    }
    .article-reader-header .btn-close { filter: invert(1) brightness(2); flex-shrink: 0; }
 
    /* Article reader body */
    .article-reader-body {
      padding: 32px 36px 36px;
      overflow-y: auto;
      max-height: 68vh;
    }
    .article-hero-img {
      width: 100%; height: auto; object-fit: contain;
      border-radius: 8px; margin-bottom: 24px; display: block;
      background: #f0f0f0;
    }
    .article-meta-row {
      display: flex; flex-wrap: wrap; gap: 13px;
      font-size: 0.79rem; color: #999; margin-bottom: 20px;
      padding-bottom: 16px; border-bottom: 1px solid #eee;
    }
    .article-meta-row i { color: var(--yellow); }
    .article-cat-badge {
      background: var(--yellow); color: #111;
      font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.06em; padding: 3px 10px; border-radius: 3px;
    }
    .article-reader-body h2 {
      font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 800;
      color: var(--dark); line-height: 1.3; margin-bottom: 22px;
    }
    .article-reader-body p {
      color: #3a3a3a; line-height: 1.95;
      font-size: 1rem; margin-bottom: 20px;
      text-align: justify;
    }