html, body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
.navbar-default .navbar-nav > li > a { white-space: normal; }
.dropdown-menu > li > a { white-space: normal; }
.section-kicker { display: inline-block; color: #f6a21a; font-family: Montserrat, Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0; margin-bottom: 8px; text-transform: uppercase; }
.section-heading { max-width: 780px; margin: 0 auto 20px; }
.section-heading h2, .home-intro h1, .service-list-intro h2 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-weight: 700; margin-top: 0; }
.section-heading p, .home-intro p, .service-list-intro p { color: #66707a; font-size: 16px; line-height: 1.7; }

.quick-action-grid { align-items: stretch; display: flex; flex-wrap: wrap; margin-top: -44px; position: relative; z-index: 20; }
.quick-tile-col { display: flex; margin-bottom: 22px; }
.quick-tile { align-items: center; background: #fff; border-bottom: 4px solid #1f8f3a; border-radius: 6px; box-shadow: 0 14px 34px rgba(18, 32, 48, .14); color: #20252a; display: flex; min-height: 104px; padding: 22px 18px; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; width: 100%; }
.quick-tile:hover { box-shadow: 0 18px 40px rgba(18, 32, 48, .18); transform: translateY(-3px); }
.quick-tile__icon { align-items: center; background: linear-gradient(135deg, #0b7f2a, #38b34a); border-radius: 6px; box-shadow: 0 8px 18px rgba(31,143,58,.22); display: flex; flex: 0 0 46px; height: 46px; justify-content: center; margin-right: 14px; width: 46px; }
.quick-tile__icon img { height: 28px; object-fit: contain; width: 28px; }
.quick-tile__icon img, #quick-links .icon-container img { filter: brightness(0) invert(1); }
.quick-tile__title { color: #1f262d; display: block; font-family: Montserrat, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.25; }

.home-intro { background: #fff; padding: 50px 0 28px; }
.home-intro h1 { font-size: 34px; line-height: 1.25; }
.home-intro__actions { align-items: center; display: flex; gap: 12px; justify-content: flex-end; min-height: 130px; }
.home-intro__actions .btn { border-radius: 4px; font-family: Montserrat, Arial, sans-serif; font-weight: 700; padding: 13px 18px; }
.home-services-section { padding-top: 28px; }
.home-process { background: #f5f7f8; padding: 34px 0 42px; }
.process-item { background: #fff; border-left: 4px solid #f6a21a; border-radius: 8px; box-shadow: 0 10px 25px rgba(18,32,48,.07); min-height: 155px; padding: 22px 22px 20px 72px; position: relative; }
.process-item span { align-items: center; background: #20252a; border-radius: 50%; color: #fff; display: flex; font-family: Montserrat, Arial, sans-serif; font-weight: 700; height: 38px; justify-content: center; left: 22px; position: absolute; top: 24px; width: 38px; }
.process-item h3 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-size: 18px; font-weight: 700; margin: 0 0 8px; }
.process-item p { color: #68727d; line-height: 1.65; margin: 0; }

.service-card-col { display: flex; margin-bottom: 30px; }
.services-home-grid, .service-list-grid { display: grid !important; gap: 30px; margin-left: 0 !important; margin-right: 0 !important; }
.services-home-grid:before, .services-home-grid:after, .service-list-grid:before, .service-list-grid:after { display: none !important; content: none !important; }
.services-home-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-list-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-home-grid .service-card-col, .service-list-grid .service-card-col { float: none !important; margin-bottom: 0 !important; padding-left: 0 !important; padding-right: 0 !important; width: auto !important; }
.service-card { background: #fff; border: 1px solid #e8edf0; border-radius: 8px; box-shadow: 0 12px 30px rgba(20,34,47,.08); display: flex; flex-direction: column; margin-bottom: 0 !important; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; width: 100%; }
.services-home-grid .service-card, .service-list-grid .service-card { height: 100%; }
.service-card:hover { box-shadow: 0 18px 38px rgba(20,34,47,.14); transform: translateY(-4px); }
.service-image, .service-card__media { display: block !important; margin-bottom: 0 !important; opacity: 1 !important; overflow: hidden; position: relative; visibility: visible !important; }
.service-card__media a { display: block; overflow: hidden; position: relative; }
.service-image img, .service-card__media img, .services-home-grid .service-image img, .service-list-grid .service-image img, .gallery-card img { display: block !important; height: 185px; object-fit: cover; opacity: 1 !important; visibility: visible !important; width: 100%; }
.service-card__media img { transition: transform .35s ease; }
.service-card:hover .service-card__media img { transform: scale(1.05); }
.service-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px 18px 20px !important; }
.service-card__body h2, .service-card__body h3, .service-card__body h5 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-size: 17px !important; font-weight: 700; line-height: 1.35; margin: 0 0 10px; }
.service-card__body p { color: #67717b; font-size: 14px; line-height: 1.65; margin: 0; }
.service-list-intro { background: #f6f8f9; border-radius: 8px; margin-bottom: 24px; padding: 24px 26px; }
.service-list-grid { display: flex; flex-wrap: wrap; }

.content-body { color: #404850; font-size: 15px; line-height: 1.75; }
.content-body img { max-width: 100% !important; height: auto !important; }
.service-detail-body p { margin-bottom: 14px; }
.service-detail-hero { background: #f6f8f9; border-radius: 8px; display: grid; gap: 24px; grid-template-columns: minmax(240px, 42%) 1fr; margin-bottom: 28px; overflow: hidden; padding: 18px; }
.service-detail-hero__image img { border-radius: 6px; height: 100%; min-height: 260px; object-fit: cover; width: 100%; }
.service-detail-hero__content { align-self: center; padding: 10px 8px; }
.service-detail-hero__content h2 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-weight: 700; margin-top: 0; }
.service-detail-hero__content p { color: #66707a; font-size: 16px; line-height: 1.7; }
.service-detail-hero__actions, .service-cta-panel { display: flex; flex-wrap: wrap; gap: 10px; }
.service-detail-hero__actions .btn, .service-cta-panel .btn { border-radius: 4px; font-family: Montserrat, Arial, sans-serif; font-weight: 700; }
.service-rich-content { margin-top: 22px; }
.rich-lead { background: #fff; border: 1px solid #e5edf0; border-radius: 8px; box-shadow: 0 10px 24px rgba(20,34,47,.06); margin-bottom: 22px; padding: 24px 26px; }
.rich-lead h3 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-weight: 700; margin: 0 0 12px; }
.rich-lead p { color: #65707a; font-size: 16px; line-height: 1.75; margin: 0; }
.rich-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 28px; }
.rich-card { background: #f6fbf7; border-left: 4px solid #1f8f3a; border-radius: 8px; padding: 20px; }
.rich-card h4 { color: #20252a; font-family: Montserrat, Arial, sans-serif; font-size: 17px; font-weight: 700; margin: 0 0 12px; }
.rich-card ul { list-style: none; margin: 0; padding: 0; }
.rich-card li { color: #56636f; line-height: 1.6; margin-bottom: 8px; padding-left: 20px; position: relative; }
.rich-card li:before { background: #1f8f3a; border-radius: 50%; content: ""; height: 7px; left: 0; position: absolute; top: .65em; width: 7px; }
.service-cta-panel { align-items: center; background: #20252a; border-radius: 8px; color: #fff; margin-top: 28px; padding: 24px; }
.service-cta-panel h3 { color: #fff; flex: 1 0 100%; font-family: Montserrat, Arial, sans-serif; font-weight: 700; margin: 0; }
.service-cta-panel p { color: rgba(255,255,255,.82); flex: 1 0 100%; margin: 0 0 4px; }

.gallery-card { margin-bottom: 30px; }
.gallery-detail-grid .fotogaleri { margin-bottom: 24px; }
.gallery-detail-grid .img-thumbnail { height: 210px !important; object-fit: cover; width: 100%; }
.lightbox .lb-image { max-width: none !important; }
.map-wrapper iframe { min-height: 360px; width: 100%; }
.floating-contact { bottom: 22px; display: flex; flex-direction: column; gap: 10px; position: fixed; right: 22px; z-index: 9999; }
.floating-contact__btn { align-items: center; border-radius: 999px; box-shadow: 0 12px 26px rgba(0,0,0,.2); color: #fff !important; display: flex; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; gap: 8px; justify-content: center; min-height: 46px; padding: 0 16px; text-decoration: none !important; }
.floating-contact__btn i { font-size: 18px; }
.floating-contact__btn--whatsapp { background: #25d366; }
.floating-contact__btn--phone { background: #f6a21a; }
#top-bar-wrapper .social-links a, #quick-links a:hover { color: #38b34a !important; }
#quick-links .icon-container { background: transparent; }
#copyright-container .footer-credit { display: inline-block; margin-left: 8px; }
#copyright-container .footer-credit a { color: #38b34a; font-weight: 700; text-decoration: none; }
#copyright-container .footer-credit a:hover { color: #1f8f3a; text-decoration: underline; }
@media (max-width: 991px) {
  .aside { margin-bottom: 30px; }
  .header-wrapper.header-transparent { position: relative; }
  .quick-action-grid { margin-top: 20px; }
  .services-home-grid, .service-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-intro__actions { justify-content: flex-start; min-height: auto; }
  .process-item { margin-bottom: 18px; }
  .service-detail-hero { grid-template-columns: 1fr; }
  .rich-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .navbar-collapse { max-height: 70vh; overflow-y: auto; }
  .navbar-nav .dropdown-menu { background: #f3fbf5 !important; border-left: 4px solid #1f8f3a !important; border-radius: 0 0 6px 6px; box-shadow: inset 0 1px 0 rgba(31,143,58,.12); margin: 0 8px 10px !important; max-height: 46vh; overflow-y: auto; padding: 8px 0 !important; }
  .navbar-nav .dropdown-menu > li > a { color: #1f2d3a !important; font-family: Montserrat, Arial, sans-serif; font-size: 13px; font-weight: 700; line-height: 1.35 !important; padding: 10px 14px !important; }
  .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-nav .dropdown-menu > li.active > a { background: #dff3e5 !important; color: #0b7f2a !important; }
  .page-title h1, .page-content h1, .home-intro h1 { font-size: 26px; line-height: 1.3; }
  .tp-banner-container, .tp-banner { max-height: 440px; }
  .tp-caption img { height: auto !important; max-width: 88vw !important; }
  .negative-top-margin { margin-top: 0 !important; }
  .quick-action-grid { margin-left: -6px; margin-right: -6px; margin-top: 12px; }
  .quick-tile-col { float: left; margin-bottom: 12px; padding-left: 6px; padding-right: 6px; width: 50%; }
  .quick-tile { border-bottom-width: 3px; min-height: 68px; padding: 11px 10px; }
  .quick-tile__icon { flex-basis: 34px; height: 34px; margin-right: 9px; width: 34px; }
  .quick-tile__icon img { height: 21px; width: 21px; }
  .quick-tile__title { font-size: 13px; line-height: 1.22; }
  .services-home-grid, .service-list-grid { grid-template-columns: 1fr; }
  .service-image img, .service-card__media img, .services-home-grid .service-image img, .service-list-grid .service-image img, .gallery-card img { height: 220px; }
  .service-detail-hero__image img { min-height: 210px; }
  .home-intro__actions { align-items: stretch; flex-direction: column; }
  .home-intro__actions .btn { display: block; width: 100%; }
  .floating-contact { bottom: 12px; left: 12px; right: 12px; flex-direction: row; }
  .floating-contact__btn { flex: 1; min-height: 44px; padding: 0 10px; }
  .floating-contact__btn span { font-size: 12px; }
  .service-detail-layout { display: flex; flex-direction: column; }
  .service-detail-layout .service-detail-body { order: 1; }
  .service-detail-layout .aside { margin-top: 22px; order: 2; }
  .service-detail-layout .aside .widget_nav_menu .menu { max-height: 220px; overflow-y: auto; }
  #copyright-container { padding-bottom: 72px; }
  #copyright-container .breadcrumb { text-align: left; }
  #copyright-container .footer-credit { display: block; margin-left: 0; margin-top: 4px; }
}
