/* ============================================================
   PORTO EQUIPAMENTOS — Brand Override CSS
   Builds on BuildGo template (style.css)
============================================================ */

/* ── BRAND TOKENS ── */
:root {
  --porto-navy:    #003087;
  --porto-amber:   #FFBF43;
  --porto-light:   #F8F7F4;
  --porto-dark:    #1A1A2E;
  --wa-green:      #25D366;
  --wa-dark:       #1da851;
}

/* ── GLOBAL BODY ── */
body { background: #fff; }

/* ── HEADER (Home 3 style → Porto Navy) ── */
.header__area.three {
  background: var(--porto-navy) !important;
  border-color: rgba(255,255,255,0.12) !important;
  position: sticky;
  top: 0;
  z-index: 1050;
}
/* logo is full-color — no filter needed */
.header__area.three .header__area-menubar-left-logo a img { filter: none; }

/* ── STICKY HEADER ── */
.header__sticky-sticky-menu {
  background: var(--porto-navy) !important;
}

/* ── SIDEBAR POPUP LOGO FIX ── */
.header__area-menubar-right-sidebar-popup-logo img {
  filter: none !important;
  max-height: 60px;
}
.menu__bar-popup-top .logo img { max-height: 50px; }

/* ── REMOVE DARK/LIGHT SWITCHER (not needed) ── */
.switch__tab { display: none !important; }

/* ── BANNER FOUR OVERRIDE ── */
.banner__four {
  /* Real construction scene + dark overlay — always visible even when video fails */
  background:
    linear-gradient(rgba(0, 18, 55, 0.65), rgba(0, 18, 55, 0.65)),
    url('../img/banner/1.png') center / cover no-repeat;
  position: relative;
}
/* Subtle second overlay to guarantee text contrast on top of video */
.banner__four::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 40, 0.30);
  z-index: 0;
}
.banner__four > .container,
.banner__four > .container:last-child {
  position: relative;
  z-index: 2;
}
/* Video sits behind content, tinted by the gradient above */
.banner__four .bg-video { z-index: -1; }
.banner__four-content h1 { font-size: 90px; line-height: 1; }
.banner__four-content h2 { font-size: 60px; line-height: 1.1; -webkit-text-stroke-color: rgba(255,255,255,.4); }
@media (max-width: 991px) {
  .banner__four-content h1 { font-size: 52px; }
  .banner__four-content h2 { font-size: 36px; }
}
@media (max-width: 576px) {
  .banner__four-content h1 { font-size: 36px; }
  .banner__four-content h2 { font-size: 26px; }
  .banner__four { padding: 160px 0 0; }
}

/* ── INNER PAGE BREADCRUMB HERO ── */
.porto-breadcrumb {
  background:
    linear-gradient(rgba(0,18,55,.75), rgba(0,18,55,.75)),
    url('../img/page/1.png') center / cover no-repeat;
  padding: 140px 0 65px;
  position: relative;
  overflow: hidden;
}
.porto-breadcrumb::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
}
.porto-breadcrumb h1 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
}
.porto-breadcrumb .breadcrumb-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: rgba(255,255,255,.6);
  position: relative;
}
.porto-breadcrumb .breadcrumb-nav a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: .2s;
}
.porto-breadcrumb .breadcrumb-nav a:hover { color: var(--porto-amber); }
.porto-breadcrumb .breadcrumb-nav .sep { color: rgba(255,255,255,.35); }

/* ── PRODUCT CARD ── */
.product-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 44px rgba(0,48,135,.14);
}
.product-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: var(--porto-light);
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.07); }
.product-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--porto-amber);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 4px 10px;
  border-radius: 4px;
}
.product-card-body {
  padding: 22px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card-body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--porto-dark);
  margin-bottom: 9px;
  line-height: 1.35;
}
.product-card-body p {
  font-size: .85rem;
  color: #777;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 18px;
}
.product-card-footer {
  display: flex;
  gap: 8px;
  align-items: center;
}
.wa-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--wa-green);
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 18px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .2s;
  flex: 1;
  justify-content: center;
}
.wa-card-btn:hover { background: var(--wa-dark) !important; }
.wa-card-btn i { font-size: .95rem; }
.product-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border: 2px solid #ddd;
  border-radius: 30px;
  color: #555;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: .2s;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--heading-font);
  line-height: 1;
}
.product-card-link:hover {
  border-color: var(--porto-navy);
  color: var(--porto-navy);
  text-decoration: none !important;
}

/* ── CATEGORY FILTER ── */
.cat-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 44px;
  justify-content: center;
}
.cat-filter-btn {
  border: 2px solid #e0e0e0;
  background: transparent;
  border-radius: 30px;
  padding: 9px 22px;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: .2s;
  color: #666;
  font-family: var(--heading-font);
}
.cat-filter-btn.active,
.cat-filter-btn:hover {
  background: var(--porto-navy);
  border-color: var(--porto-navy);
  color: #fff;
}

/* ── CATEGORY SECTION TITLE ── */
.cat-section-head {
  border-left: 4px solid var(--porto-amber);
  padding-left: 16px;
  margin: 60px 0 32px;
}
.cat-section-head h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--porto-dark);
  margin: 0 0 4px;
}
.cat-section-head span {
  font-size: .82rem;
  color: #999;
}

/* ── PRODUCT DETAIL PAGE ── */
.product-detail-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
  background: var(--porto-light);
}
.product-detail-img img {
  width: 100%;
  display: block;
  object-fit: contain;
  max-height: 420px;
  padding: 16px;
  background: var(--porto-light);
}
.product-detail-badge {
  display: inline-block;
  background: var(--porto-amber);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .7px;
  padding: 5px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}
.product-detail-content h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--porto-dark);
  margin-bottom: 20px;
  line-height: 1.2;
}
.product-detail-content .desc {
  font-size: 1rem;
  color: #555;
  line-height: 1.85;
  margin-bottom: 28px;
}
.wa-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--wa-green);
  color: #fff !important;
  border-radius: 50px;
  padding: 16px 36px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: .2s;
  box-shadow: 0 6px 20px rgba(37,211,102,.35);
}
.wa-quote-btn:hover { background: var(--wa-dark) !important; transform: translateY(-2px); }
.wa-quote-btn i { font-size: 1.3rem; }
.related-products-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--porto-dark);
  margin-bottom: 30px;
}

/* ── PARTNER LOGOS ── */
.partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  height: 84px;
  transition: .25s;
  margin-bottom: 20px;
}
.partner-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  border-color: var(--porto-amber);
}
.partner-card img {
  max-height: 40px;
  max-width: 85%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .55;
  transition: .3s;
}
.partner-card:hover img { filter: none; opacity: 1; }

/* ── CONTACT PAGE ── */
.contact-info-card {
  background: var(--porto-light);
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
  transition: .2s;
  border-bottom: 3px solid transparent;
}
.contact-info-card:hover {
  border-bottom-color: var(--porto-amber);
  transform: translateY(-4px);
}
.contact-info-card i {
  font-size: 2rem;
  color: var(--porto-navy);
  margin-bottom: 14px;
  display: block;
}
.contact-info-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--porto-dark);
}
.contact-info-card p,
.contact-info-card a {
  font-size: .9rem;
  color: #666;
  text-decoration: none;
  line-height: 1.65;
}
.contact-info-card a:hover { color: var(--porto-amber); }
.porto-contact-form .form-control {
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: .95rem;
  transition: .2s;
}
.porto-contact-form .form-control:focus {
  border-color: var(--porto-navy);
  box-shadow: none;
}
.porto-contact-form .btn-submit {
  background: var(--porto-navy);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 16px 44px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: .2s;
  width: 100%;
}
.porto-contact-form .btn-submit:hover { background: var(--porto-amber); }

/* ── FLOATING WHATSAPP WIDGET ── */
.porto-wa-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}
.porto-wa-desktop {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 2px solid var(--wa-green);
  border-radius: 50px;
  padding: 10px 18px 10px 10px;
  text-decoration: none !important;
  box-shadow: 0 4px 24px rgba(0,0,0,.15);
  transition: .25s;
  max-width: 290px;
}
.porto-wa-desktop:hover { background: var(--wa-green); }
.porto-wa-desktop img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: contain;
  flex-shrink: 0;
  border: 2px solid var(--porto-amber);
  background: #fff;
}
/* Product page WA variant: wa-float-logo wraps the img */
.wa-float-logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--porto-amber);
  background: #fff;
}
.wa-float-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.wa-float-texts {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.wa-txt-name {
  font-size: .82rem;
  font-weight: 700;
  color: var(--porto-dark);
  white-space: nowrap;
  transition: color .25s;
}
.porto-wa-desktop:hover .wa-txt-name { color: #fff; }
.wa-txt-status {
  font-size: .72rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .25s;
}
.porto-wa-desktop:hover .wa-txt-status { color: rgba(255,255,255,.8); }
.wa-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  display: inline-block;
  flex-shrink: 0;
  animation: portoBlink 1.5s ease-in-out infinite;
}
@keyframes portoBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .4; }
}
.porto-wa-desktop span {
  font-size: .82rem;
  font-weight: 700;
  color: var(--porto-dark);
  white-space: nowrap;
  transition: .25s;
}
.porto-wa-desktop:hover span { color: #fff; }
.porto-wa-mobile {
  display: none;
  width: 60px; height: 60px;
  background: var(--wa-green);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  font-size: 1.9rem;
  color: #fff !important;
  transition: .2s;
}
.porto-wa-mobile:hover { background: var(--wa-dark); transform: scale(1.06); }
@media (max-width: 768px) {
  .porto-wa-desktop { display: none; }
  .porto-wa-mobile { display: flex; }
  .porto-wa-widget { bottom: 20px; right: 20px; }
}

/* ── FOOTER OVERRIDE ── */
.footer__four { background: var(--porto-navy) !important; }
.footer__four-widget h4,
.footer__four-widget h5,
.footer__four-widget h6 { color: rgba(255,255,255,.9) !important; }
.footer__four-widget p { color: rgba(255,255,255,.65) !important; }
.footer__four-widget a { color: rgba(255,255,255,.65) !important; }
.footer__four-widget a:hover { color: var(--porto-amber) !important; }
.footer__four-widget-address h6 a { color: rgba(255,255,255,.75) !important; }
.footer__four-widget-address h4 a { color: var(--porto-amber) !important; }
.footer-widget-menu ul li a { color: rgba(255,255,255,.65) !important; }
.footer-widget-menu ul li a:hover { color: var(--porto-amber) !important; }
.copyright__area.four { background: rgba(0,0,0,.3); }
.copyright__area.four p,
.copyright__area.four a { color: rgba(255,255,255,.5) !important; }
.copyright__area.four a:hover { color: var(--porto-amber) !important; }

/* ── NEWSLETTER INPUT ── */
.newsletter-form {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.newsletter-form input {
  flex: 1;
  border: 2px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: .9rem;
  outline: none;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-form input:focus { border-color: var(--porto-amber); }
.newsletter-form button {
  background: var(--porto-amber);
  border: none;
  border-radius: 30px;
  padding: 12px 22px;
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  cursor: pointer;
  transition: .2s;
  white-space: nowrap;
}
.newsletter-form button:hover { background: #e6a800; }

/* ── CTA SECTION ── */
.porto-cta-section {
  background: linear-gradient(135deg, #002070, var(--porto-navy));
  padding: 80px 0;
  text-align: center;
}
.porto-cta-section h2 { color: #fff; font-size: 2.1rem; font-weight: 800; margin-bottom: 14px; }
.porto-cta-section p { color: rgba(255,255,255,.8); font-size: 1.05rem; margin-bottom: 32px; }

/* ── COUNTER OVERRIDE ── */
.about__four-counter-item .box h2,
.about__four-counter-item .box span { color: var(--porto-dark); }
.about__four-counter-item.borders { border-color: #eee; }

/* ── Hide template scroll-up — replaced by #porto-scroll-top ── */
.scroll-up.scroll-one { display: none !important; }

/* ══════════════════════════════════════════
   PORTO SCROLL-TO-TOP — CUSTOM BUTTON
══════════════════════════════════════════ */
#porto-scroll-top {
  position: fixed;
  left: 20px;
  bottom: 110px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--porto-navy);
  border: 2px solid rgba(255, 191, 67, 0.4);
  color: var(--porto-amber);
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 18, 55, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity .35s ease, visibility .35s ease,
              transform .35s ease, background .2s ease,
              box-shadow .2s ease, border-color .2s ease;
  outline: none;
  padding: 0;
}
#porto-scroll-top.porto-stt-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#porto-scroll-top i {
  animation: portoLiftIcon 2.4s ease-in-out infinite;
  display: block;
  line-height: 1;
}
@keyframes portoLiftIcon {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-4px); }
}
#porto-scroll-top:hover {
  background: var(--porto-amber);
  border-color: var(--porto-amber);
  color: var(--porto-navy);
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 32px rgba(255, 191, 67, 0.42);
}
#porto-scroll-top:hover i { animation-play-state: paused; }
/* Tooltip — right side */
#porto-scroll-top .porto-stt-tip {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--porto-navy);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  letter-spacing: .3px;
  font-family: var(--body-font, sans-serif);
}
#porto-scroll-top:hover .porto-stt-tip { opacity: 1; }
@media (max-width: 768px) {
  #porto-scroll-top { left: 16px; bottom: 90px; width: 42px; height: 42px; font-size: 1.1rem; }
  #porto-scroll-top .porto-stt-tip { display: none; }
}

/* ── PRODUCT CARD — HTML ALIASES ── */
.product-card-badge { /* alias for .product-card-cat */
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--porto-amber);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 4px 10px;
  border-radius: 4px;
}
.product-card-actions {
  display: flex;
  gap: 8px;
  align-items: stretch;
  margin-top: auto;
  padding-top: 4px;
}
.product-card-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--wa-green);
  color: #fff !important;
  border-radius: 30px;
  padding: 9px 14px;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .2s;
  flex: 1;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
  font-family: var(--heading-font);
}
.product-card-wa:hover { background: var(--wa-dark) !important; color: #fff !important; }
.product-card-wa i { font-size: .9rem; }

/* ── PORTO CONTACT CARD ── */
.porto-contact-card {
  background: var(--porto-light);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
  transition: .2s;
  border-bottom: 3px solid transparent;
}
.porto-contact-card:hover {
  border-bottom-color: var(--porto-amber);
  transform: translateY(-4px);
}
.porto-contact-card-icon {
  width: 52px;
  height: 52px;
  background: var(--porto-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.porto-contact-card-icon i {
  font-size: 1.3rem;
  color: #fff;
}
.porto-contact-card h5 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--porto-dark);
  margin-bottom: 6px;
}
.porto-contact-card p,
.porto-contact-card a {
  font-size: .88rem;
  color: #666;
  text-decoration: none;
  line-height: 1.65;
  margin: 0;
}
.porto-contact-card a:hover { color: var(--porto-amber); }

/* ── PORTO PARTNER CARD ── */
.porto-partner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  height: 90px;
  transition: .25s;
  margin-bottom: 20px;
}
.porto-partner-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  border-color: var(--porto-amber);
}
.porto-partner-card img {
  max-height: 44px;
  max-width: 90%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .6;
  transition: .25s;
}
.porto-partner-card:hover img { filter: none; opacity: 1; }

/* ── MAP WRAP ── */
.porto-map-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.porto-map-wrap iframe { display: block; }

/* ── BREADCRUMB OVERRIDE (Bootstrap breadcrumb) ── */
.porto-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.porto-breadcrumb .breadcrumb-item,
.porto-breadcrumb .breadcrumb-item a {
  color: rgba(255,255,255,.7);
  font-size: .88rem;
  text-decoration: none;
}
.porto-breadcrumb .breadcrumb-item.active { color: var(--porto-amber); }
.porto-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.35); }

/* ── VIDEO CALLOUT SECTION ── */
.porto-video-section {
  position: relative;
  padding: 100px 0;
  /* Real construction scene with strong dark overlay for readability */
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url('../img/page/4.png') center / cover no-repeat;
  overflow: hidden;
}
/* Redundant bg div — hidden since section has its own background image */
.porto-video-bg { display: none; }
/* Autoplay video sits on top of static image, at low opacity */
.porto-video-inline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .14;
  z-index: 0;
  pointer-events: none;
}
.porto-video-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.porto-video-content h2 {
  color: #fff;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  line-height: 1.2;
}
.porto-video-content p {
  color: rgba(255,255,255,.75);
  font-size: 1rem;
  max-width: 540px;
  margin: 0 auto 2.2rem;
  line-height: 1.75;
}
.porto-play-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--porto-amber);
  color: #1A1A2E !important;
  font-weight: 700;
  font-size: .95rem;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: .25s;
  font-family: var(--heading-font);
}
.porto-play-btn:hover {
  background: #e6a800;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(255,191,67,.4);
  color: #1A1A2E !important;
}
.porto-play-circle {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.porto-play-circle i { font-size: .9rem; }
.porto-video-container { position: relative; z-index: 2; }
@media (max-width: 768px) {
  .porto-video-section { padding: 72px 0; }
  .porto-video-content h2 { font-size: 1.75rem; }
}

/* ── HOMEPAGE BRAND STRIP ── */
.porto-brands-section {
  background: #F8F7F4;
}
.porto-brands-title {
  text-align: center;
  margin-bottom: 44px;
}
.porto-brands-title .subtitle { margin-bottom: 8px; }
.porto-brands-title h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--porto-dark);
  margin-bottom: 12px;
}
.porto-brands-title p {
  color: #777;
  font-size: .95rem;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}
.porto-brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  height: 84px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: .3s;
  margin-bottom: 20px;
  text-decoration: none;
}
.porto-brand-logo:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  border-color: var(--porto-amber);
  text-decoration: none;
}
.porto-brand-logo img {
  max-height: 38px;
  max-width: 85%;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .55;
  transition: .3s;
}
.porto-brand-logo:hover img { filter: none; opacity: 1; }

/* ── FEATURED PRODUCT GRID — EQUAL HEIGHT ── */
.porto-featured-section .row#porto-featured-grid { align-items: stretch; }
.porto-featured-item {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.porto-featured-item .product-card {
  width: 100%;
  flex: 1;
}
/* Ensure card body fills remaining space so all cards reach same height */
.product-card-body { flex: 1; display: flex; flex-direction: column; }
.product-card-body p { flex: 1; }

/* ── MISC FIXES ── */
.build_button { font-family: var(--heading-font); }
img { max-width: 100%; height: auto; }
.overflow-hidden { overflow: hidden; }
.section-padding { padding: 80px 0; }

@media (max-width: 991px) {
  .porto-featured-section { padding: 60px 0; }
}
@media (max-width: 768px) {
  .section-padding { padding: 60px 0; }
  .porto-breadcrumb { padding: 120px 0 50px; }
  .porto-breadcrumb h1 { font-size: 1.9rem; }
  .porto-featured-item { margin-bottom: 16px; }
  .product-card-actions { gap: 6px; }
  .product-card-wa { padding: 9px 12px; font-size: .78rem; }
  .product-card-link { padding: 9px 11px; font-size: .78rem; }
  .porto-brands-title h2 { font-size: 1.4rem; }
  .porto-video-section { padding: 70px 0; }
}
@media (max-width: 576px) {
  .porto-featured-item { margin-bottom: 14px; }
  .product-card-img { aspect-ratio: 4/3; }
  .partner-card { height: 72px; }
  .partner-card img { max-height: 34px; }
  .porto-brand-logo { height: 72px; }
  .porto-brand-logo img { max-height: 32px; }
}

/* ══════════════════════════════════════════
   HERO CAROUSEL
══════════════════════════════════════════ */
.porto-hero-carousel { position: relative; overflow: hidden; }
.porto-slide {
  min-height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  padding: 140px 0 80px;
}
.porto-slide-sub {
  display: inline-block;
  background: rgba(255,191,67,.15);
  border: 1px solid rgba(255,191,67,.45);
  color: var(--porto-amber);
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 1.4rem;
}
.porto-slide-h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  font-family: var(--heading-font);
}
.porto-slide-accent { color: var(--porto-amber); }
.porto-slide-p {
  color: rgba(255,255,255,.82);
  font-size: 1.05rem;
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.porto-hero-carousel .carousel-indicators { margin-bottom: 2rem; }
.porto-hero-carousel .carousel-indicators button {
  width: 34px; height: 4px; border-radius: 2px;
  background: rgba(255,255,255,.35); border: none; transition: .3s;
}
.porto-hero-carousel .carousel-indicators .active { background: var(--porto-amber); width: 52px; }
.porto-hero-carousel .carousel-control-prev,
.porto-hero-carousel .carousel-control-next {
  width: 52px; height: 52px;
  background: rgba(255,255,255,.1);
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 50%;
  top: 50%; bottom: auto; transform: translateY(-50%);
  margin: 0 18px; transition: .25s; opacity: 1;
}
.porto-hero-carousel .carousel-control-prev:hover,
.porto-hero-carousel .carousel-control-next:hover { background: var(--porto-amber); border-color: var(--porto-amber); }
.porto-hero-carousel.carousel-fade .carousel-item { transition: opacity .7s ease !important; }
@media (max-width: 768px) { .porto-slide { min-height: 520px; padding: 120px 0 60px; } }
@media (max-width: 480px) { .porto-slide { min-height: 440px; padding: 110px 0 50px; } }
@media (max-width: 576px) { .porto-slide-h1 { font-size: 2rem; } .porto-slide-p { font-size: .95rem; } }

/* ══════════════════════════════════════════
   FLOATING WA WIDGET — ANIMATIONS & TOOLTIP
══════════════════════════════════════════ */
@keyframes portoWaIn {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.porto-wa-widget {
  animation: portoWaIn .55s ease .9s both;
}
.porto-wa-desktop {
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease !important;
}
.porto-wa-desktop:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 44px rgba(37,211,102,.5) !important;
}
.porto-wa-mobile {
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.porto-wa-mobile:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 8px 32px rgba(37,211,102,.6) !important;
}
/* Tooltip above widget */
.porto-wa-widget-wrap {
  position: relative;
  display: inline-block;
}
.porto-wa-tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
  background: #1A1A2E;
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  letter-spacing: .3px;
}
.porto-wa-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 22px;
  border: 6px solid transparent;
  border-top-color: #1A1A2E;
}
.porto-wa-widget:hover .porto-wa-tooltip {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) { .porto-wa-tooltip { display: none; } }

/* (template .scroll-up is hidden — see #porto-scroll-top above) */

/* ══════════════════════════════════════════
   15+ YEARS COUNTER BADGE — OVERFLOW FIX
══════════════════════════════════════════ */
.text__slide-right {
  overflow: hidden;
  align-items: center;
  gap: 24px;
}
.text__slide-right-counter {
  flex-shrink: 0;
  transform: none !important;
  position: static !important;
}
.text__slide-right-counter h2 {
  font-size: 42px !important;
  line-height: 1 !important;
  text-align: center;
}
@media (max-width: 768px) {
  .text__slide-right { overflow: visible; }
  .text__slide-right-counter { display: none; }
}

/* ══════════════════════════════════════════
   ABOUT SECTION IMAGE OVERRIDE
══════════════════════════════════════════ */
.about__four-left img,
.about__four-right img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  box-shadow: 0 12px 48px rgba(0,0,0,.12);
}

/* ══════════════════════════════════════════
   CTA SECTION — BACKGROUND ENHANCEMENT
══════════════════════════════════════════ */
.cta__four-area {
  background-image: linear-gradient(rgba(0,18,55,.82), rgba(0,18,55,.82)), url('../img/page/8.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
/* Cinematic partner banner */
.porto-cinematic-banner {
  position: relative;
  padding: 100px 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
}
@media (max-width: 768px) { .porto-cinematic-banner { padding: 72px 0; } }
/* Edge-to-edge image strip */
.porto-img-strip { background: #F0EFEC; }
.porto-img-strip .row { margin: 0; }
.porto-img-strip .col-lg-4,
.porto-img-strip .col-md-6 { padding: 0; }
.porto-img-strip-item {
  height: 320px;
  overflow: hidden;
  display: block;
}
.porto-img-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.porto-img-strip-item:hover img { transform: scale(1.05); }

/* ══════════════════════════════════════════
   SUCCESS / WHY PORTO SECTION
══════════════════════════════════════════ */
.success__area-right img {
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0,0,0,.12);
}

/* ══════════════════════════════════════════
   INDUSTRY SECTION
══════════════════════════════════════════ */
.industry__four-left > img {
  border-radius: 16px;
  box-shadow: 0 8px 36px rgba(0,0,0,.1);
}

/* ══════════════════════════════════════════
   SERVICES SECTION IMAGE
══════════════════════════════════════════ */
.services__four-image img {
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.1);
  width: 100%;
  object-fit: cover;
}

