/* -----------------------------------------------------------------------
   Base typography
----------------------------------------------------------------------- */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* -----------------------------------------------------------------------
   Home hero
----------------------------------------------------------------------- */
.hero-section {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: -12px;
    background: url('https://con-eng.com/assets/images/header-mast.png') no-repeat center center / cover;
    filter: blur(6px) saturate(1.08);
    transform: scale(1.06);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(165deg, rgba(8, 12, 10, 0.75) 0%, rgba(50, 168, 102, 0.12) 45%, rgba(8, 12, 10, 0.80) 100%),
        radial-gradient(ellipse 80% 60% at 50% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(2rem, 6vh, 4rem) 1rem;
    max-width: 920px;
}

.hero-title {
    font-size: clamp(2.1rem, 5.5vw + 0.6rem, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 0 0 1rem;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.45);
}

.hero-lead {
    font-size: clamp(0.78rem, 1.65vw + 0.45rem, 1.35rem);
    font-weight: 400;
    line-height: 1.45;
    opacity: 0.95;
    margin: 0 auto 2rem;
    max-width: 100%;
    padding: 0 0.25rem;
    white-space: nowrap;
}

/* Very narrow phones: allow wrap so text stays readable */
@media (max-width: 380px) {
    .hero-lead {
        white-space: normal;
        font-size: clamp(0.85rem, 3.2vw, 1rem);
    }
}

.hero-cta-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 0.65rem 1.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

.hero-cta-btn:hover,
.hero-cta-btn:focus {
    background: #fff;
    color: #2a7e5f;
    border-color: #fff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.commitment-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

/* Home: section chrome only (commitment cards & gallery carousel unchanged) */
.commitment-section--home {
    background: linear-gradient(180deg, #eef3ef 0%, #f8f9fa 28%, #f8f9fa 100%);
    border-top: 1px solid rgba(50, 168, 102, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.commitment-section-head {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    position: relative;
}

.commitment-section-head::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(90deg, #32a866, #5ed399);
    border-radius: 2px;
}

.home-section-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #32a866;
    margin: 0 0 0.75rem;
}

.home-section-heading {
    font-size: clamp(1.45rem, 2.4vw + 0.55rem, 2.05rem);
    font-weight: 700;
    color: #1a1f1c;
    letter-spacing: -0.025em;
    line-height: 1.22;
    margin: 0 0 1rem;
}

.home-section-lead {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 36rem;
    margin: 0 auto;
    color: #5c6560;
}

.commitment-cards-row .col-lg-4 {
    display: flex;
}

@media (min-width: 992px) {
    .commitment-section-head {
        margin-bottom: 3rem;
    }
}

.gallery-section--home {
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 55%, #f5f8f6 100%);
    border-top: 1px solid rgba(50, 168, 102, 0.09);
}

.gallery-section-head {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
    padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .gallery-section-head {
        padding-bottom: 2rem;
    }
}

/* -----------------------------------------------------------------------
   Plans Area
----------------------------------------------------------------------- */
.plans-area-section {
    background:
        linear-gradient(180deg, #f5f8f6 0%, #eef5f1 100%);
    border-top: 1px solid rgba(50, 168, 102, 0.10);
}

.plans-area-card {
    max-width: 760px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 3rem 2rem;
    border: 1px solid rgba(50, 168, 102, 0.14);
    box-shadow: 0 16px 42px rgba(15, 45, 30, 0.07);
}

.plans-area-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #32a866;
}

.plans-area-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    color: #1a1f1c;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

.plans-area-description {
    font-size: 1.02rem;
    line-height: 1.7;
    color: #66706a;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.plans-area-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;

    background: #32a866;
    color: #fff;
    text-decoration: none;

    padding: 0.9rem 1.5rem;
    border-radius: 999px;

    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.plans-area-btn:hover {
    background: #2a7e5f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(50, 168, 102, 0.22);
}

/* Home: Discover services — distinct band + panel (matches section header pattern) */
.services-section--home {
    background: linear-gradient(180deg, #e2efe6 0%, #eef6f1 40%, #f0f7f3 100%);
    border-top: 1px solid rgba(50, 168, 102, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.services-section-panel {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(50, 168, 102, 0.14);
    box-shadow: 0 12px 40px rgba(15, 45, 30, 0.09);
    padding: 2.25rem 1.5rem 2.5rem;
}

@media (min-width: 768px) {
    .services-section-panel {
        padding: 2.75rem 2.25rem 3rem;
    }
}

.services-section-head {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    position: relative;
}

.services-section-head::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    margin: 0 auto 1.1rem;
    background: linear-gradient(90deg, #32a866, #5ed399);
    border-radius: 2px;
}

.services-section-lead {
    font-size: clamp(0.88rem, 1.1vw + 0.65rem, 1.08rem);
    line-height: 1.55;
    color: #5c6560;
    margin: 0 auto;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.services-section-visual {
    margin: 0.5rem 0 1.25rem;
}

.services-section-icon {
    width: min(200px, 55vw);
    height: auto;
    user-select: none;
}

.services-checklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem 1rem;
    margin: 0 0 0.25rem;
    padding: 0;
    list-style: none;
}

.services-checklist-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    background: rgba(50, 168, 102, 0.08);
    border: 1px solid rgba(50, 168, 102, 0.2);
    border-radius: 999px;
    font-size: 0.92rem;
    color: #1a1f1c;
    white-space: nowrap;
}

.services-checklist-item i {
    color: #32a866;
}

@media (min-width: 1200px) {
    .services-checklist {
        flex-wrap: nowrap;
        gap: 0.65rem 1.25rem;
    }
}

@media (max-width: 575px) {
    .services-checklist-item {
        font-size: 0.85rem;
        padding: 0.3rem 0.65rem;
    }
}

/* Inner pages: Services, About, Contact & Safety — intro band (shared; offset for .navbar.fixed-top) */
.services-page-intro,
.about-page-intro,
.contact-page-intro,
.safety-page-intro {
    --page-intro-pad-y: clamp(2.5rem, 5vw, 3.85rem);
    background: linear-gradient(180deg, #e4f2e9 0%, #eef7f1 42%, #f6fbf8 100%);
    border-bottom: 1px solid rgba(50, 168, 102, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    padding-top: calc(var(--page-intro-pad-y) + 5.5rem + env(safe-area-inset-top, 0px));
    padding-bottom: var(--page-intro-pad-y);
}

.services-page-intro-head,
.about-page-intro-head,
.contact-page-intro-head,
.safety-page-intro-head {
    max-width: 46rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.services-page-intro-head::before,
.about-page-intro-head::before,
.contact-page-intro-head::before,
.safety-page-intro-head::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3px;
    margin: 0 auto 1.1rem;
    background: linear-gradient(90deg, #32a866, #5ed399);
    border-radius: 2px;
}

.services-page-intro-lead,
.about-page-intro-lead,
.contact-page-intro-lead,
.safety-page-intro-lead {
    font-size: clamp(0.95rem, 0.85vw + 0.78rem, 1.08rem);
    line-height: 1.72;
    color: #5c6560;
    margin: 0 auto;
    max-width: 40rem;
}

.services-page-intro-highlights,
.about-page-intro-highlights,
.contact-page-intro-highlights,
.safety-page-intro-highlights {
    list-style: none;
    padding: 0;
    margin: 2rem auto 0;
    max-width: 52rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 0.85rem;
}

.services-page-intro-highlights li,
.about-page-intro-highlights li,
.contact-page-intro-highlights li,
.safety-page-intro-highlights li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 1.05rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(50, 168, 102, 0.2);
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2a322e;
    box-shadow: 0 2px 12px rgba(15, 45, 30, 0.06);
}

.services-page-intro-highlight,
.about-page-intro-highlight,
.contact-page-intro-highlight,
.safety-page-intro-highlight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: rgba(50, 168, 102, 0.14);
    color: #2a7e5f;
    font-size: 0.78rem;
    flex-shrink: 0;
}

.contact-page-intro-highlights a {
    color: inherit;
}

.contact-page-intro-highlights a:hover,
.contact-page-intro-highlights a:focus-visible {
    color: #2a7e5f;
    text-decoration: underline;
}

.safety-page-intro-visual {
    margin: 0 auto 0.35rem;
}

.safety-page-intro-icon {
    display: inline-block;
    height: auto;
    max-height: 88px;
    width: auto;
    max-width: min(100px, 28vw);
    user-select: none;
}

@media (max-width: 575px) {
    .services-page-intro-highlights,
    .about-page-intro-highlights,
    .contact-page-intro-highlights,
    .safety-page-intro-highlights {
        flex-direction: column;
        align-items: stretch;
    }

    .services-page-intro-highlights li,
    .about-page-intro-highlights li,
    .contact-page-intro-highlights li,
    .safety-page-intro-highlights li {
        justify-content: center;
    }
}

/* Home: testimonial — dark band (Bootstrap bg-dark–style), white card */
.testimonial-section--home {
    background: linear-gradient(165deg, #1a1e22 0%, #212529 42%, #1b2220 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.testimonial-section--home .home-section-eyebrow {
    color: #6ee7a8;
}

.testimonial-section--home .home-section-heading {
    color: #f8f9fa;
}

.testimonial-section-head {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .testimonial-section-head {
        margin-bottom: 2.5rem;
    }
}

.testimonial-card {
    margin: 0;
}

.testimonial-card-inner {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.35);
    padding: 2rem 1.5rem 2.25rem;
    text-align: center;
}

.testimonial-section--home .testimonial-card-inner {
    border: 1px solid rgba(50, 168, 102, 0.18);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

@media (min-width: 768px) {
    .testimonial-card-inner {
        padding: 2.5rem 2.5rem 2.75rem;
    }
}

.testimonial-avatar {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin: 0 auto 1.25rem;
    display: block;
    user-select: none;
}

.testimonial-quote {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.05rem, 1.2vw + 0.85rem, 1.25rem);
    line-height: 1.65;
    letter-spacing: 0.01em;
    color: #2a322e;
}

.testimonial-quote p {
    margin: 0;
}

.testimonial-quote::before {
    content: '\201C';
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(50, 168, 102, 0.4);
    font-family: Georgia, serif;
    margin-bottom: 0.5rem;
}

.testimonial-cite {
    margin: 1.35rem 0 0;
    font-size: 0.92rem;
    font-style: normal;
    color: #5c6560;
}

.testimonial-name {
    display: block;
    font-weight: 600;
    color: #1a1f1c;
}

.testimonial-role {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.88rem;
    color: #7a847e;
}

/* Home: client logos */
.clients-logos-section--home {
    background: #ffffff;
    border-top: 1px solid rgba(50, 168, 102, 0.09);
}

.clients-logos-head {
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

@media (min-width: 992px) {
    .clients-logos-head {
        margin-bottom: 2.5rem;
    }
}

.clients-logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.clients-logo-item {
    grid-column: span 2;
    min-height: 118px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(180deg, #fafcfb 0%, #f5f8f6 100%);
    border: 1px solid rgba(50, 168, 102, 0.12);
    border-radius: 12px;
}

/* If 4 logos: 2x2 centered */
.clients-logo-item:nth-last-child(4):first-child,
.clients-logo-item:nth-last-child(4):first-child ~ .clients-logo-item {
    grid-column: span 3;
}

/* If 5 logos: 3 top, 2 bottom centered */
.clients-logo-item:nth-last-child(5):first-child ~ .clients-logo-item:nth-child(4) {
    grid-column: 2 / span 2;
}

.clients-logo-item:nth-last-child(5):first-child ~ .clients-logo-item:nth-child(5) {
    grid-column: 4 / span 2;
}

/* Mobile */
@media (max-width: 575px) {
    .clients-logos-grid {
        grid-template-columns: 1fr;
    }

    .clients-logo-item,
    .clients-logo-item:nth-last-child(4):first-child,
    .clients-logo-item:nth-last-child(4):first-child ~ .clients-logo-item,
    .clients-logo-item:nth-last-child(5):first-child ~ .clients-logo-item:nth-child(4),
    .clients-logo-item:nth-last-child(5):first-child ~ .clients-logo-item:nth-child(5) {
        grid-column: auto;
    }
}

.clients-logo-item:hover {
    border-color: rgba(50, 168, 102, 0.28);
    box-shadow: 0 8px 28px rgba(15, 45, 30, 0.07);
}

.clients-logo-item img {
    max-height: 68px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(0.12);
    opacity: 0.94;
    transition: filter 0.2s ease, opacity 0.2s ease;
}

.clients-logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.logo-dufflet {
    max-height: 110px !important;
    /*transform: scale(1.35);*/
}
.section-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}

.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgb(50, 168, 102);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-contact:hover {
    color: rgb(50, 168, 102);
    background-color: rgb(255, 255, 255);
}

.floating-contact a {
    display: inline-block;
    padding: 15px;
    color: inherit;
    text-decoration: none;
}

.floating-contact i {
    font-size: 20px;
    color: inherit;
}

.floating-contact.floating-contact--pending {
    display: none !important;
}

.floating-contact.floating-contact--show {
    display: block;
}

.floating-contact.floating-contact--hidden {
    display: none !important;
}

.commitment-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.commitment-title {
    font-size: 22px;
    color: #32a866;
    margin-bottom: 20px;
}

.commitment-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.col-lg-4.mb-4 {
    display: flex;
}

.image-slider-section {
    background-color: #343a40;
    padding: 60px 0;
}

.section-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.section-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.image-slider {
    max-width: 700px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

section {
    padding: 40px 0;
}

.container, .container-fluid {
    padding: 15px;
}

/* -----------------------------------------------------------------------
   Site footer
----------------------------------------------------------------------- */
footer.bg-light {
    border-top: 1px solid rgba(50, 168, 102, 0.2);
    box-shadow: none;
}

.site-footer {
    background: #fff;
    color: #555;
    padding: 0;
    font-size: 0.9rem;
}
.footer-accent {
    height: 4px;
    background: linear-gradient(90deg, #32a866, #2a7e5f);
}
.site-footer > .container {
    padding-top: 2.75rem;
    padding-bottom: 0.5rem;
}
.site-footer a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer a:hover {
    color: #32a866;
}
.footer-logo {
    width: 48px;
    border-radius: 8px;
}
.footer-brand-name {
    color: #333;
    font-weight: 700;
    font-size: 1.05rem;
    display: block;
    margin-bottom: 0.4rem;
}
.footer-tagline {
    color: #999;
    font-size: 0.825rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
}
.footer-trust {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.peo-badge {
    height: 48px;
    opacity: 0.65;
    transition: opacity 0.2s;
}
.peo-badge:hover {
    opacity: 1;
}
.footer-heading {
    color: #333;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.875rem;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.45rem;
}
.footer-links li a {
    font-size: 0.875rem;
    color: #666;
}
.footer-links li a:hover {
    color: #32a866;
}
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact li {
    margin-bottom: 0.7rem;
    font-size: 0.875rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #666;
}
.footer-contact li i {
    color: #32a866;
    margin-top: 0.2rem;
    width: 14px;
    text-align: center;
    flex-shrink: 0;
}
.footer-bottom {
    border-top: 1px solid #e9ecef;
    margin-top: 1.5rem;
    padding: 1.125rem 0;
    background: #f8f9fa;
}
.footer-bottom p {
    margin: 0;
    font-size: 0.8rem;
    color: #aaa;
}
.footer-bottom a {
    color: #aaa;
}
.footer-bottom a:hover {
    color: #32a866;
}

/* -----------------------------------------------------------------------
   Contact page — info cards
----------------------------------------------------------------------- */
.contact-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: box-shadow 0.2s, transform 0.2s;
}
.contact-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}
.contact-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #32a866;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}
.contact-card-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #999;
    margin-bottom: 0.2rem;
}
.contact-card-value {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}
.contact-card-value a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}
.contact-card-value a:hover {
    color: #32a866;
}
.about-section {
    background-color: #f8f9fa; 
}

.about-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.custom-cta-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-cta-btn:hover, .custom-cta-btn:focus {
    background: #32a866;
    color: #fff;
    border-color: #32a866;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.custom-button {
    padding: 10px 20px;
    background-color: #32a866;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;

    &:hover, &:focus {
        background-color: #2a7e5f;
        color: #fff;
        text-decoration: none;
    }
}
@media (min-width: 768px) {
    .custom-padding {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}
.contact-details {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.contact-details h3 {
    font-size: 24px;
    color: #32a866;
    margin-bottom: 20px;
}

.contact-details p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 767px) {
    .contact-form-map .col-md-6 {
        padding-bottom: 20px;
    }
    .contact-details .col-md-6 {
        margin-bottom: 30px;
    }
}
.contact-form-map {
    background-color: #343a40;
    color: white;
}

.contact-form-map .section-title {
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    background-color: #495057;
    border: 1px solid #6c757d;
    color: #fff;
}

.contact-form label {
    color: #ddd;
}

.contact-form button {
    background-color: #32a866;
    border: none;
}

.contact-form button:hover {
    background-color: #2a7e5f;
}
.custom-safety-btn {
    background-color: #32a866;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.custom-safety-btn:hover, .custom-safety-btn:focus {
    background-color: #2a7e5f;
    color: white;
    text-decoration: none;
}
.services-intro {
    background-color: #f8f9fa;
    padding-top: 160px;
    padding-bottom: 80px;
}

.section-title {
    font-size: 28px;
    color: #333;
}

.service-detail .service-title {
    font-size: 24px;
    color: #32a866;
    margin-bottom: 15px;
}

.service-detail .service-description {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.service-block {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    margin-top: 15px;
    flex-grow: 1; 
}

.service-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.service-list li::before {
    content: "\2022";
    color: #32a866;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 991px) {
    .service-block {
        margin-bottom: 30px;
    }
}

/* -----------------------------------------------------------------------
   Coverflow gallery carousel
----------------------------------------------------------------------- */
.gallery-section {
    overflow: hidden;
}

/* Overflow clip + edge-fade gradients */
.gallery-carousel {
    position: relative;
    overflow: hidden;
    padding: 30px 0 20px;
    user-select: none;
}

.gallery-carousel::before,
.gallery-carousel::after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    width: 18%;
    min-width: 60px;
    z-index: 15;
    pointer-events: none;
}
.gallery-carousel::before {
    left: 0;
    background: linear-gradient(to right, #fff 15%, transparent);
}
.gallery-carousel::after {
    right: 0;
    background: linear-gradient(to left,  #fff 15%, transparent);
}

/* Track — height set by JS */
.gallery-track {
    position: relative;
}

/* Slides — each positioned at center, JS transforms from there */
.gallery-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(240px, 44vw, 520px);
    border-radius: 14px;
    overflow: hidden;
    will-change: transform, opacity, filter, box-shadow;
}

.gallery-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
}

/* ---- Nav row: arrow · dots · arrow ---- */
.gallery-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.125rem;
    margin-top: 1.375rem;
}

.gallery-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #32a866;
    background: transparent;
    color: #32a866;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}
.gallery-arrow:hover {
    background: #32a866;
    color: #fff;
    transform: scale(1.12);
}

.gallery-dots {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 220px;
}

.gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #dee2e6;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    flex-shrink: 0;
}
.gallery-dot.active {
    background: #32a866;
    transform: scale(1.35);
}

@media (max-width: 575px) {
    .gallery-dots { max-width: 160px; gap: 5px; }
    .gallery-dot  { width: 7px; height: 7px; }
}