
/* ===== Layout Width ===== */
@media screen and (min-width: 769px) {
  .col-md-12 {
    width: 70%;
    margin: auto;
  }
}

/* ===== About / Commitment Section ===== */
.about-section {
  text-align: center;
}

/* Main title */
#aboutus .white-text,
#aboutus h2,
#aboutus .section-title,
#aboutus .entry-title {
  text-align: center !important;
  text-transform: none !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.3px !important;
  color: #ffffff !important;
  margin-bottom: 22px !important;
}

/* Subtitle */
.about-subtitle {
  text-align: center !important;
  font-size: 21px !important;
  line-height: 1.75 !important;
  max-width: 760px !important;
  margin: 0 auto 44px auto !important;
  color: rgba(255,255,255,0.86) !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* Industries heading */
#aboutus .our-clients h5,
.industries-heading {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center !important;
  text-transform: none !important;
  font-size: 25px !important;
  font-weight: 750 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.3px !important;
  color: #ffffff !important;
  margin: 0 auto 28px auto !important;
  white-space: nowrap;
}

/* Divider lines */
#aboutus .our-clients,
#aboutus .our-clients:before,
#aboutus .our-clients:after,
#aboutus .client-list:before,
#aboutus .client-list:after {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  content: none !important;
}

#aboutus .our-clients h5::before,
#aboutus .our-clients h5::after,
.industries-heading::before,
.industries-heading::after {
  content: "";
  display: block;
  width: 160px;
  max-width: 18vw;
  height: 1px;
  background: rgba(255,255,255,0.18);
}

/* Industries list */
.industries-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 56px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(255,255,255,0.95);
}

.industries-list div {
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  #aboutus .white-text,
  #aboutus h2,
  #aboutus .section-title,
  #aboutus .entry-title {
    font-size: 28px !important;
  }

  .about-subtitle {
    font-size: 18px !important;
    line-height: 1.65 !important;
    padding: 0 20px;
    margin: 0 auto 34px auto !important;
  }

  #aboutus .our-clients h5,
  .industries-heading {
    font-size: 20px !important;
    gap: 12px;
    white-space: normal;
  }

  #aboutus .our-clients h5::before,
  #aboutus .our-clients h5::after,
  .industries-heading::before,
  .industries-heading::after {
    width: 60px;
    max-width: 16vw;
  }

  .industries-list {
    grid-template-columns: 1fr;
    font-size: 18px;
    gap: 10px;
    padding: 0 20px;
  }
}

/* ===== Service Cards ===== */
.service-card {
  position: relative;
  overflow: hidden;
  height: 250px;
  border-radius: 12px;
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* ===== Hover Overlay ===== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
}

.service-card:hover .overlay {
  opacity: 1;
}

.wp-block-image img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}


.about-subtitle {
  color: rgba(255,255,255,0.99) !important;
}
#aboutus .white-text {
  font-size: 32px !important;
}

/* ===== CTA Buttons (Request a Quote / Why Choose) ===== */

#ribbon_right .btn,
#ribbon_bottom .btn,
.purchase-now .btn,
.separator-one .btn,
a.btn.btn-primary,
a.custom-button {
  
  background: #ffffff !important;   /* strong contrast */
  color: #e55d4f !important;        /* matches your coral theme */
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	
  border: 2px solid #ffffff !important;
  border-radius: 6px !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;

  padding: 14px 28px !important;

  display: inline-block;
  text-transform: uppercase;
	
  transition: all 0.25s ease;
}

/* HOVER EFFECT */
#ribbon_right .btn:hover,
#ribbon_bottom .btn:hover,
.purchase-now .btn:hover,
.separator-one .btn:hover,
a.btn.btn-primary:hover,
a.custom-button:hover {

  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;

  transform: translateY(-2px);
}

/* ===== Bottom green ribbon button ===== */
#ribbon_bottom .btn,
.separator-one .btn {
  background: #ffffff !important;
  color: #1f1f1f !important;
  border: 2px solid #ffffff !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding: 14px 28px !important;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

#ribbon_bottom .btn:hover,
.separator-one .btn:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

/* ===== Right coral ribbon button ===== */
#ribbon_right .btn,
.purchase-now .btn,
a.btn.btn-primary,
a.custom-button.red-btn {
  background: #ffffff !important;
  color: #e55d4f !important;
  border: 2px solid #ffffff !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding: 14px 28px !important;
  display: inline-block;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

#ribbon_right .btn:hover,
.purchase-now .btn:hover,
a.btn.btn-primary:hover,
a.custom-button.red-btn:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

/* ===== Focus section safe hover polish ===== */
.focus-box h3 {
  cursor: pointer;
  transition: color 0.2s ease;
}

.focus-box:hover h3 {
  color: #e55d4f !important;
}

.focus-box {
  transition: transform 0.2s ease;
}

.focus-box:hover {
  transform: translateY(-3px);
}
.navbar {
  min-height: 100px !important;
}

.navbar-brand {
  height: 150px !important;
  display: flex;
  align-items: center;
}
.navbar-brand img {
  max-height: 125px !important;
  width: auto !important;
}
.navbar .container {
  display: flex;
  align-items: center;
}
.navbar-header {
  display: flex;
  align-items: center;
}
.navbar-nav {
  display: flex;
  align-items: center;
}
.navbar-collapse {
  margin-left: auto;
	display: flex;
}
.navbar-collapse {
  margin-left: auto;
  padding-left: 140px;
}

.navbar-nav > li > a {
  font-size: 16px;       /* increase from default */
  font-weight: 600;      /* stronger presence */
  color: #222 !important;
  letter-spacing: 0.4px;
}
.navbar-nav > li > a:hover {
  color: #e55d4f !important;
}
.navbar-nav {
  margin-top: 2px;
}