/* ==========================================================================
   Deepak Bird Nets - modern site theme
   Loaded by every page, after bootstrap/owl/meanmenu.
   Replaces style.css + responsive.css site wide.
   ========================================================================== */

:root {
    --pe-ink: #0b1220;
    --pe-body: #55637a;
    --pe-muted: #7b8798;
    --pe-brand: #0f457d;
    --pe-brand-700: #0a3260;
    --pe-brand-400: #1d6bb5;
    --pe-brand-50: #eef4fb;
    --pe-accent: #9657a6;
    --pe-accent-50: #f7eefb;
    --pe-line: #e7edf5;
    --pe-bg: #ffffff;
    --pe-bg-alt: #f5f8fc;
    --pe-dark: #0a1c33;
    --pe-radius: 20px;
    --pe-radius-sm: 14px;
    --pe-radius-xs: 10px;
    --pe-shadow-sm: 0 1px 2px rgba(11, 18, 32, .04), 0 6px 16px -6px rgba(11, 18, 32, .10);
    --pe-shadow: 0 2px 4px rgba(11, 18, 32, .04), 0 20px 44px -18px rgba(11, 18, 32, .22);
    --pe-shadow-lg: 0 36px 70px -28px rgba(15, 69, 125, .40);
    --pe-grad: linear-gradient(115deg, #0f457d 0%, #1d6bb5 52%, #9657a6 100%);
    --pe-section: clamp(56px, 7vw, 104px);
    --pe-ease: cubic-bezier(.22, .61, .36, 1);
}

/* --------------------------------------------------------------- base ---- */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--pe-bg);
    color: var(--pe-body);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em;
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.02em;
}

p {
    margin: 0 0 1rem;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--pe-brand);
    text-decoration: none;
    transition: color .25s var(--pe-ease);
}

a:hover {
    color: var(--pe-accent);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pe-shell {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

section {
    position: relative;
}

/* ------------------------------------------------------------ buttons ---- */

.btn,
.btn.btn-primary,
.pe-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border: 0;
    border-radius: 999px;
    background: var(--pe-grad);
    background-size: 160% 100%;
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.01em;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 14px 30px -12px rgba(15, 69, 125, .65);
    transition: transform .3s var(--pe-ease), box-shadow .3s var(--pe-ease), background-position .5s var(--pe-ease);
}

.btn:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.pe-btn:hover {
    background: var(--pe-grad);
    background-size: 160% 100%;
    background-position: 100% 0;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 22px 40px -14px rgba(15, 69, 125, .7);
}

.btn.btn-primary:focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 14px 30px -12px rgba(15, 69, 125, .65), 0 0 0 4px rgba(29, 107, 181, .25);
}

.pe-btn--ghost,
.btn-box .btn.btn-primary.pe-btn--ghost {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .55);
    backdrop-filter: blur(6px);
}

.pe-btn--ghost:hover,
.btn-box .btn.btn-primary.pe-btn--ghost:hover {
    background: #fff;
    color: var(--pe-brand);
    box-shadow: inset 0 0 0 1.5px #fff, 0 18px 34px -16px rgba(0, 0, 0, .5);
}

.pe-btn--line {
    background: transparent;
    color: var(--pe-brand);
    box-shadow: inset 0 0 0 1.5px var(--pe-line);
}

.pe-btn--line:hover {
    background: var(--pe-brand-50);
    color: var(--pe-brand-700);
    box-shadow: inset 0 0 0 1.5px rgba(15, 69, 125, .35);
}

/* ------------------------------------------------------------- header ---- */

.header-area {
    position: relative;
    z-index: 999;
}

.top-header {
    background: var(--pe-dark);
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    padding: 10px 0;
}

.top-header .container {
    max-width: 1240px;
}

.top-header .header-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 26px;
}

.top-header .header-contact-info li {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.top-header .header-contact-info li i {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .10);
    color: #7fb4f0;
    font-size: 11px;
}

.top-header .header-contact-info li a,
.top-header .header-contact-info li a span {
    color: #fff;
    font-weight: 600;
}

.top-header .header-contact-info li a:hover {
    color: #c69bd6;
}

.top-header .header-right-content {
    display: flex;
    justify-content: flex-end;
}

.top-header .top-header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-header .top-header-social li a {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    transition: .3s var(--pe-ease);
}

.top-header .top-header-social li a:hover {
    background: var(--pe-accent);
    color: #fff;
    transform: translateY(-2px);
}

/* nav bar */
.navbar-area {
    background: #fff;
    border-bottom: 1px solid var(--pe-line);
    transition: box-shadow .3s var(--pe-ease), background .3s var(--pe-ease);
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom-color: transparent;
    box-shadow: 0 10px 30px -14px rgba(11, 18, 32, .30);
    animation: peDropIn .45s var(--pe-ease) both;
}

@keyframes peDropIn {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

.fovia-nav .container {
    max-width: 1240px;
}

.fovia-nav .navbar {
    padding: 0;
}

.fovia-nav .navbar-brand {
    padding: 12px 0;
    margin-right: 40px;
}

.fovia-nav .navbar-brand img,
.fovia-responsive-nav .logo img {
    max-height: 58px;
    width: auto;
}

.fovia-nav .navbar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.fovia-nav .navbar-nav .nav-item {
    position: relative;
}

.fovia-nav .navbar-nav > .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 27px 15px;
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.01em;
    position: relative;
}

.fovia-nav .navbar-nav > .nav-item > .nav-link i {
    font-size: 9px;
    opacity: .5;
    transition: transform .3s var(--pe-ease);
}

.fovia-nav .navbar-nav > .nav-item:hover > .nav-link i {
    transform: rotate(90deg);
}

.fovia-nav .navbar-nav > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--pe-grad);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s var(--pe-ease);
}

.fovia-nav .navbar-nav > .nav-item:hover > .nav-link,
.fovia-nav .navbar-nav > .nav-item > .nav-link.active {
    color: var(--pe-brand);
}

.fovia-nav .navbar-nav > .nav-item:hover > .nav-link::after,
.fovia-nav .navbar-nav > .nav-item > .nav-link.active::after {
    transform: scaleX(1);
}

/* mega-ish dropdown */
.fovia-nav .navbar-nav .dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 6px);
    left: 50%;
    width: 560px;
    max-width: calc(100vw - 40px);
    margin: 0;
    padding: 16px;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius-sm);
    background: #fff;
    box-shadow: var(--pe-shadow);
    columns: 2;
    column-gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: opacity .28s var(--pe-ease), transform .28s var(--pe-ease), visibility .28s;
}

.fovia-nav .navbar-nav .nav-item:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.fovia-nav .navbar-nav .dropdown-menu .nav-item {
    break-inside: avoid;
}

.fovia-nav .navbar-nav .dropdown-menu .nav-link {
    display: block;
    padding: 9px 12px;
    border-radius: var(--pe-radius-xs);
    color: var(--pe-body);
    font-size: 14.5px;
    font-weight: 500;
    white-space: normal;
    transition: .22s var(--pe-ease);
}

.fovia-nav .navbar-nav .dropdown-menu .nav-link:hover {
    background: var(--pe-brand-50);
    color: var(--pe-brand);
    transform: translateX(3px);
}

/* responsive header shell */
.fovia-responsive-nav {
    display: none;
    background: #fff;
    padding: 12px 0;
}

@media (max-width: 991px) {
    .fovia-nav { display: none; }
    .fovia-responsive-nav { display: block; }
    .top-header { text-align: center; }
    .top-header .header-contact-info { justify-content: center; }
    .top-header .header-right-content { justify-content: center; margin-top: 6px; }
}

/* meanmenu skin -- meanmenu.css forces content-box and leaves left:auto, which
   inherits the .container padding as a 15px offset while sizing to the full
   header width. Both are corrected here. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mean-container .mean-bar {
    left: 0;
    right: 0;
    width: auto;
    padding: 0 18px;
    background: transparent;
    min-height: 0;
}

.mean-container a.meanmenu-reveal {
    top: 4px;
    right: 18px;
    width: 46px;
    height: 46px;
    padding: 12px 0 0;
    border-radius: 12px;
    background: var(--pe-brand-50);
    text-align: center;
    color: var(--pe-ink);
}

.mean-container a.meanmenu-reveal span {
    width: 20px;
    height: 2px;
    margin: 0 auto 4px;
    border-radius: 2px;
    background: var(--pe-brand);
}

.mean-container .mean-nav {
    float: none;
    width: auto;
    margin-top: 72px;
    background: #fff;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius-sm);
    overflow: hidden;
    box-shadow: var(--pe-shadow);
}

.mean-container .mean-nav > ul {
    max-height: 70vh;
    overflow-y: auto;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 13px 18px;
    border-top: 1px solid var(--pe-line);
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    opacity: 1;
}

.mean-container .mean-nav ul li li a {
    padding-left: 34px;
    font-size: 14px;
    font-weight: 500;
    color: var(--pe-body);
}

.mean-container .mean-nav ul li a:hover {
    background: var(--pe-brand-50);
    color: var(--pe-brand);
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 46px;
    height: 46px;
    padding: 0 !important;
    line-height: 46px;
    text-align: center;
    border: 0 !important;
    background: transparent;
    color: var(--pe-muted);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--pe-brand-50);
}

/* ---------------------------------------------------------------- hero ---- */

.home-slides {
    position: relative;
}

.main-banner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: clamp(500px, 76vh, 730px);
    padding: 90px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(120% 90% at 12% 50%, rgba(10, 28, 51, .92) 0%, rgba(10, 28, 51, .70) 42%, rgba(10, 28, 51, .28) 72%, rgba(10, 28, 51, .12) 100%),
        linear-gradient(180deg, rgba(10, 28, 51, .35) 0%, rgba(10, 28, 51, .55) 100%);
}

.item-bg1 { background-image: url(../img/newslid-4.jpg); }
.item-bg2 { background-image: url(../img/slidwe23.jpg); }
.item-bg3 { background-image: url(../img/newslid-5.jpg); }
.item-bg4 { background-image: url(../img/slidanti.jpg); }
.item-bg5 { background-image: url(../img/slidegolf.jpg); }
.item-bg6 { background-image: url(../img/slidsafety.jpg); }
.item-bg7 { background-image: url(../img/slidchild.jpg); }

.main-banner-content {
    max-width: 760px;
    color: #fff;
}

.pe-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 8px 18px 8px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
    backdrop-filter: blur(8px);
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: .01em;
}

.pe-hero-eyebrow i {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pe-accent);
    font-size: 10px;
}

.main-banner-content h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 6vw, 68px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -.035em;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .35);
}

.main-banner-content .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.owl-item.active .main-banner-content .pe-hero-eyebrow { animation: peRise .7s .10s both var(--pe-ease); }
.owl-item.active .main-banner-content h1               { animation: peRise .8s .20s both var(--pe-ease); }
.owl-item.active .main-banner-content .btn-box         { animation: peRise .8s .34s both var(--pe-ease); }

@keyframes peRise {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: none; }
}

/* owl controls */
.home-slides.owl-theme .owl-nav {
    margin: 0;
}

.home-slides.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .14);
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .35);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: .35s var(--pe-ease);
}

.home-slides.owl-theme .owl-nav .owl-prev { left: 28px; }
.home-slides.owl-theme .owl-nav .owl-next { right: 28px; }

.home-slides:hover.owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
}

.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: var(--pe-brand);
    box-shadow: inset 0 0 0 1.5px #fff;
}

.home-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    margin: 0;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    background: rgba(255, 255, 255, .45);
    border-radius: 999px;
    transition: .35s var(--pe-ease);
}

.home-slides.owl-theme .owl-dots .owl-dot.active span,
.home-slides.owl-theme .owl-dots .owl-dot:hover span {
    width: 30px;
    background: #fff;
}

/* ------------------------------------------------------ section header ---- */

.pe-section {
    padding: var(--pe-section) 0;
}

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

.pe-section--tight {
    padding-top: 0;
}

.pe-head {
    max-width: 720px;
    margin: 0 auto clamp(38px, 4.5vw, 62px);
    text-align: center;
}

.pe-head--left {
    margin-left: 0;
    text-align: left;
}

.pe-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 7px 16px;
    border-radius: 999px;
    background: var(--pe-accent-50);
    color: var(--pe-accent);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pe-head h2 {
    margin: 0;
    font-size: clamp(28px, 3.7vw, 44px);
}

.pe-head p {
    margin-top: 14px;
    font-size: 17px;
}

/* ------------------------------------------------------------ features --- */

.pe-features {
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding-bottom: var(--pe-section);
}

.pe-grid {
    display: grid;
    gap: 24px;
}

.pe-grid--3 { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.pe-grid--4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.pe-feature {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius-sm);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
    transition: transform .35s var(--pe-ease), box-shadow .35s var(--pe-ease), border-color .35s var(--pe-ease);
}

.pe-feature:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: var(--pe-shadow);
}

.pe-feature .pe-ico {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: var(--pe-brand-50);
    color: var(--pe-brand);
    font-size: 19px;
    transition: .35s var(--pe-ease);
}

.pe-feature:hover .pe-ico {
    background: var(--pe-grad);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}

.pe-feature h3 {
    margin: 0;
    color: var(--pe-ink);
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.35;
}

.pe-feature h3 a {
    color: inherit;
}

.pe-feature:hover h3 a {
    color: var(--pe-brand);
}

/* --------------------------------------------------------------- about --- */

.pe-about .pe-about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.pe-about-media {
    position: relative;
    border-radius: var(--pe-radius);
    overflow: hidden;
    box-shadow: var(--pe-shadow-lg);
}

.pe-about-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.pe-about-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: var(--pe-radius-sm);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    box-shadow: var(--pe-shadow-sm);
}

.pe-about-badge i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--pe-grad);
    color: #fff;
    font-size: 15px;
}

.pe-about-badge strong {
    display: block;
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.pe-about-badge span {
    font-size: 13px;
    color: var(--pe-muted);
}

.pe-about-content h2 {
    font-size: clamp(28px, 3.7vw, 44px);
}

.pe-checks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px 24px;
    margin: 28px 0 4px;
}

.pe-checks li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: var(--pe-ink);
    font-size: 15.5px;
    font-weight: 500;
}

.pe-checks li i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    border-radius: 50%;
    background: var(--pe-brand-50);
    color: var(--pe-brand);
    font-size: 9px;
}

.pe-about-content .btn {
    margin-top: 32px;
}

/* --------------------------------------------------------------- tiles --- */

.pe-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
}

.pe-tile {
    position: relative;
    display: block;
    border-radius: var(--pe-radius-sm);
    overflow: hidden;
    background: var(--pe-dark);
    box-shadow: var(--pe-shadow-sm);
    transition: transform .4s var(--pe-ease), box-shadow .4s var(--pe-ease);
}

.pe-tile:hover {
    transform: translateY(-6px);
    box-shadow: var(--pe-shadow);
}

.pe-tile img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .7s var(--pe-ease), opacity .4s var(--pe-ease);
}

.pe-tile:hover img {
    transform: scale(1.07);
    opacity: .82;
}

.pe-tile-cap {
    position: absolute;
    inset: auto 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 46px 18px 16px;
    background: linear-gradient(180deg, rgba(10, 28, 51, 0) 0%, rgba(10, 28, 51, .88) 62%);
}

.pe-tile-cap h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.pe-tile-cap h4 a {
    color: #fff;
}

.pe-tile-cap i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 11px;
    transition: .35s var(--pe-ease);
}

.pe-tile:hover .pe-tile-cap i {
    background: #fff;
    color: var(--pe-brand);
    transform: translateX(3px);
}

/* -------------------------------------------------------------- offers --- */

.pe-offers-band {
    padding: clamp(30px, 4vw, 44px) 0;
}

.pe-offers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4px;
    padding: 12px;
    border-radius: var(--pe-radius);
    background: var(--pe-grad);
    box-shadow: var(--pe-shadow-lg);
    overflow: hidden;
}

.pe-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 20px;
    color: #fff;
    text-align: left;
}

.pe-offer + .pe-offer {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .18);
}

.pe-offer i {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: rgba(255, 255, 255, .16);
    font-size: 18px;
}

.pe-offer h3 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.pe-offer h3 a {
    color: #fff;
}

.pe-offer h3 a:hover {
    color: #fff;
    opacity: .85;
}

/* --------------------------------------------------------------- quote --- */

.pe-quote {
    position: relative;
    z-index: 1;
    padding: var(--pe-section) 0;
    background: var(--pe-dark);
    overflow: hidden;
}

.pe-quote::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -30%;
    right: -12%;
    width: 780px;
    height: 780px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 87, 166, .40) 0%, rgba(150, 87, 166, 0) 66%);
}

.pe-quote::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -40%;
    left: -14%;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 107, 181, .40) 0%, rgba(29, 107, 181, 0) 66%);
}

.pe-quote .pe-head h2,
.pe-quote .pe-head p {
    color: #fff;
}

.pe-quote .pe-eyebrow {
    background: rgba(255, 255, 255, .12);
    color: #d9b6e6;
}

.pe-quote-card {
    max-width: 940px;
    margin: 0 auto;
    padding: clamp(26px, 4vw, 46px);
    border-radius: var(--pe-radius);
    background: rgba(255, 255, 255, .06);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 40px 80px -40px rgba(0, 0, 0, .8);
    backdrop-filter: blur(12px);
}

.pe-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.pe-field {
    position: relative;
}

.pe-field.pe-field--full {
    grid-column: 1 / -1;
}

.pe-field label {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .78);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

.pe-field .icon {
    position: absolute;
    left: 16px;
    bottom: 0;
    height: 54px;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    pointer-events: none;
    z-index: 3;
}

.pe-field .form-control,
.pe-field .nice-select,
.pe-field select {
    width: 100%;
    height: 54px;
    padding: 0 18px 0 46px;
    border: 0;
    border-radius: var(--pe-radius-xs);
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .16);
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 15px;
    line-height: 54px;
    transition: .3s var(--pe-ease);
}

.pe-field .form-control::placeholder {
    color: rgba(255, 255, 255, .45);
}

.pe-field .form-control:focus,
.pe-field .nice-select.open,
.pe-field .nice-select:focus {
    outline: 0;
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 0 0 1.5px rgba(150, 87, 166, .9), 0 0 0 4px rgba(150, 87, 166, .18);
}

/* nice-select skin (JS turns every <select> into .nice-select) */
.pe-field .nice-select {
    display: block;
    float: none;
    height: 54px;
    line-height: 52px;
    padding-right: 44px;
}

.pe-field .nice-select::after {
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    border-right: 2px solid rgba(255, 255, 255, .6);
    margin-top: -5px;
}

.pe-field .nice-select .list {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 6px;
    padding: 8px;
    border-radius: var(--pe-radius-xs);
    background: #fff;
    box-shadow: var(--pe-shadow);
}

.pe-field .nice-select .option {
    padding: 0 14px;
    border-radius: 8px;
    color: var(--pe-body);
    font-size: 14.5px;
    line-height: 40px;
    min-height: 40px;
}

.pe-field .nice-select .option:hover,
.pe-field .nice-select .option.focus,
.pe-field .nice-select .option.selected.focus {
    background: var(--pe-brand-50);
    color: var(--pe-brand);
}

.pe-form-submit {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 22px;
    margin-top: 4px;
}

.pe-form-note {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.pe-quote .alert {
    max-width: 940px;
    margin: 0 auto 24px;
    border: 0;
    border-radius: var(--pe-radius-xs);
    background: rgba(52, 199, 123, .16);
    box-shadow: inset 0 0 0 1.5px rgba(52, 199, 123, .45);
    color: #b8f2d4;
}

.pe-quote .alert .close {
    color: #b8f2d4;
    opacity: .7;
    text-shadow: none;
}

/* ------------------------------------------------------------ services --- */

.pe-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.pe-service {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius);
    background: #fff;
    overflow: hidden;
    box-shadow: var(--pe-shadow-sm);
    transition: transform .4s var(--pe-ease), box-shadow .4s var(--pe-ease), border-color .4s var(--pe-ease);
}

.pe-service:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: var(--pe-shadow);
}

.pe-service-media {
    position: relative;
    overflow: hidden;
}

.pe-service-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition: transform .7s var(--pe-ease);
}

.pe-service:hover .pe-service-media img {
    transform: scale(1.06);
}

.pe-service-call {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--pe-grad);
    color: #fff;
    font-size: 15px;
    box-shadow: 0 12px 24px -10px rgba(15, 69, 125, .8);
    transform: translateY(8px) scale(.85);
    opacity: 0;
    transition: .38s var(--pe-ease);
}

.pe-service:hover .pe-service-call {
    opacity: 1;
    transform: none;
}

.pe-service-call:hover {
    color: #fff;
    transform: scale(1.08);
}

.pe-service-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 26px;
}

.pe-service-body h3 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: -.025em;
}

.pe-service-body h3 a {
    color: var(--pe-ink);
    background-image: linear-gradient(var(--pe-accent), var(--pe-accent));
    background-size: 0 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .35s var(--pe-ease), color .25s var(--pe-ease);
}

.pe-service:hover .pe-service-body h3 a {
    color: var(--pe-brand);
    background-size: 100% 2px;
}

.pe-service-body p {
    flex: 1 1 auto;
    margin: 0 0 20px;
    font-size: 15.5px;
}

.pe-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    align-self: flex-start;
    color: var(--pe-brand);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 14.5px;
    font-weight: 700;
}

.pe-more i {
    transition: transform .3s var(--pe-ease);
}

.pe-more:hover {
    color: var(--pe-accent);
}

.pe-more:hover i {
    transform: translateX(5px);
}

/* ---------------------------------------------------------------- split --- */

.pe-split-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 68px);
    align-items: center;
}

.pe-split-media {
    border-radius: var(--pe-radius);
    overflow: hidden;
    box-shadow: var(--pe-shadow-lg);
}

.pe-split-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* --------------------------------------------------------- testimonials --- */

.pe-quotes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.pe-quote-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding: 32px 28px 28px;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
    transition: transform .35s var(--pe-ease), box-shadow .35s var(--pe-ease);
}

.pe-quote-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--pe-shadow);
}

.pe-quote-item::before {
    content: "\201C";
    position: absolute;
    z-index: -1;
    top: -14px;
    right: 20px;
    color: var(--pe-brand-50);
    font-family: Georgia, serif;
    font-size: 130px;
    line-height: 1;
}

.pe-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    color: #f5a623;
    font-size: 13px;
}

.pe-quote-item p {
    margin: 0 0 22px;
    color: var(--pe-ink);
    font-size: 16px;
    line-height: 1.65;
}

.pe-quote-by {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--pe-line);
}

.pe-avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--pe-grad);
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.pe-quote-by strong {
    display: block;
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15px;
    line-height: 1.3;
}

.pe-quote-by span {
    color: var(--pe-muted);
    font-size: 13.5px;
}

/* ---------------------------------------------------------------- prose --- */

.pe-prose {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.pe-prose h2 {
    font-size: clamp(26px, 3.4vw, 40px);
}

.pe-prose p {
    font-size: 17px;
    line-height: 1.8;
}

/* ------------------------------------------------------------------ cta --- */

.pe-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: clamp(34px, 4.5vw, 58px) clamp(28px, 4.5vw, 62px);
    border-radius: var(--pe-radius);
    background: var(--pe-grad);
    box-shadow: var(--pe-shadow-lg);
    color: #fff;
}

.pe-cta-inner h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(26px, 3.2vw, 40px);
}

.pe-cta-inner .sub-title {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .8);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 14.5px;
    font-weight: 600;
}

.pe-cta-inner .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.pe-cta-inner .btn.btn-primary {
    background: #fff;
    color: var(--pe-brand);
    box-shadow: 0 18px 34px -16px rgba(0, 0, 0, .55);
}

.pe-cta-inner .btn.btn-primary:hover {
    background: var(--pe-dark);
    color: #fff;
}

.pe-cta-inner .btn.btn-primary.pe-btn--ghost {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .6);
}

.pe-cta-inner .btn.btn-primary.pe-btn--ghost:hover {
    background: #fff;
    color: var(--pe-brand);
}

/* --------------------------------------------------------------- footer --- */

.footer-area {
    padding: clamp(56px, 6vw, 86px) 0 0;
    background: var(--pe-dark);
    color: rgba(255, 255, 255, .62);
}

.footer-area .container {
    max-width: 1240px;
}

.footer-area a {
    color: rgba(255, 255, 255, .62);
}

.footer-area a:hover {
    color: #fff;
}

.footer-area .single-footer-widget {
    margin-bottom: 40px;
}

.footer-area .single-footer-widget.pl-5 {
    padding-left: 0 !important;
}

.footer-area .single-footer-widget .logo {
    display: inline-block;
    padding: 14px 18px;
    border-radius: var(--pe-radius-xs);
    background: #fff;
}

.footer-area .single-footer-widget .logo img {
    max-height: 54px;
    width: auto;
}

.footer-area .single-footer-widget .logo p {
    margin: 0;
}

.footer-area .single-footer-widget h3 {
    position: relative;
    margin: 0 0 26px;
    padding-bottom: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.footer-area .single-footer-widget h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background: var(--pe-grad);
}

.footer-area .social {
    display: flex;
    gap: 9px;
    margin-top: 24px;
}

.footer-area .social li a {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    transition: .3s var(--pe-ease);
}

.footer-area .social li a:hover {
    background: var(--pe-accent);
    color: #fff;
    transform: translateY(-3px);
}

.footer-area .departments-list li,
.footer-area .links-list li,
.footer-area .opening-hours li {
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 1.6;
}

.footer-area .departments-list li a,
.footer-area .links-list li a {
    display: inline-block;
    transition: .28s var(--pe-ease);
}

.footer-area .departments-list li a:hover,
.footer-area .links-list li a:hover {
    transform: translateX(5px);
}

.footer-area .opening-hours li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-area .opening-hours li i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .08);
    color: #7fb4f0;
    font-size: 12px;
}

.footer-area .copyright-area {
    margin-top: 20px;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    text-align: center;
}

.footer-area .copyright-area p {
    margin: 0;
    font-size: 14.5px;
}

.footer-area .copyright-area a {
    color: #c69bd6;
    font-weight: 600;
}

/* ------------------------------------------------- floating + go to top --- */

#mybutton {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 900;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mybutton a {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .45);
    transition: transform .3s var(--pe-ease);
}

#mybutton a:first-child {
    background: #25d366;
}

#mybutton a:last-child {
    background: var(--pe-brand);
    font-size: 18px;
}

#mybutton a:hover {
    transform: scale(1.08);
    color: #fff;
}

#mybutton i {
    display: block;
}

.go-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--pe-dark);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .45);
    transition: .35s var(--pe-ease);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.go-top:hover {
    background: var(--pe-accent);
}

/* ----------------------------------------------------------- responsive --- */

@media (max-width: 1199px) {
    .pe-about .pe-about-inner,
    .pe-split-inner {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .pe-features {
        margin-top: -46px;
    }

    .pe-about .pe-about-inner,
    .pe-split-inner {
        grid-template-columns: 1fr;
    }

    .pe-about-media img {
        aspect-ratio: 16 / 9;
    }

    .pe-offer + .pe-offer {
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    }

    .pe-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .pe-shell {
        padding: 0 18px;
    }

    .main-banner {
        min-height: 520px;
        padding: 70px 0;
    }

    .home-slides.owl-theme .owl-nav [class*="owl-"] {
        display: none;
    }

    .pe-features {
        margin-top: -34px;
    }

    .pe-feature {
        padding: 18px 20px;
    }

    .pe-tiles,
    .pe-services,
    .pe-quotes {
        grid-template-columns: 1fr;
    }

    #mybutton a,
    .go-top {
        width: 46px;
        height: 46px;
    }

    #mybutton {
        bottom: 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}

/* ==========================================================================
   INNER PAGES - service details, about, gallery, contact, sitemap
   ========================================================================== */

/* ----------------------------------------------------------- page hero --- */

.pe-page-hero {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: clamp(260px, 34vw, 380px);
    padding: clamp(56px, 7vw, 90px) 0;
    background-image: url(../img/slidsafety.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.pe-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(120% 100% at 10% 50%, rgba(10, 28, 51, .94) 0%, rgba(10, 28, 51, .74) 45%, rgba(10, 28, 51, .34) 78%, rgba(10, 28, 51, .18) 100%),
        linear-gradient(180deg, rgba(10, 28, 51, .40) 0%, rgba(10, 28, 51, .62) 100%);
}

.pe-page-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -55%;
    right: -8%;
    width: 640px;
    height: 640px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(150, 87, 166, .40) 0%, rgba(150, 87, 166, 0) 68%);
}

.pe-page-hero-inner {
    max-width: 820px;
    color: #fff;
    animation: peRise .7s .05s both var(--pe-ease);
}

.pe-page-hero .pe-eyebrow {
    background: rgba(255, 255, 255, .12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .20);
    backdrop-filter: blur(8px);
    color: #d9b6e6;
}

.pe-page-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.03em;
    text-shadow: 0 8px 40px rgba(0, 0, 0, .35);
}

.pe-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14.5px;
    color: rgba(255, 255, 255, .72);
}

.pe-crumbs li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pe-crumbs li + li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    opacity: .55;
}

.pe-crumbs a {
    color: #fff;
    font-weight: 600;
}

.pe-crumbs a:hover {
    color: #c69bd6;
}

/* --------------------------------------------------- content + sidebar --- */

.pe-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: clamp(28px, 3.4vw, 46px);
    align-items: start;
}

.pe-layout--wide {
    grid-template-columns: minmax(0, 1fr);
}

.pe-side {
    position: sticky;
    top: 24px;
}

/* -------------------------------------------------------------- article --- */

.pe-article {
    padding: clamp(24px, 3vw, 40px);
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
}

.pe-article-media {
    margin: 0 0 clamp(24px, 3vw, 36px);
    border-radius: var(--pe-radius-sm);
    overflow: hidden;
    box-shadow: var(--pe-shadow);
}

.pe-article-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform .8s var(--pe-ease);
}

.pe-article-media:hover img {
    transform: scale(1.03);
}

.pe-article h2,
.pe-article h3 {
    font-size: clamp(23px, 2.5vw, 32px);
    letter-spacing: -.025em;
}

.pe-article h3 + p {
    margin-top: 0;
}

.pe-article h4 {
    margin-top: 32px;
    font-size: 19px;
}

.pe-article p {
    margin-bottom: 1.15rem;
    font-size: 16.5px;
    line-height: 1.85;
}

.pe-article a {
    font-weight: 600;
    background-image: linear-gradient(var(--pe-accent), var(--pe-accent));
    background-size: 0 1.5px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .3s var(--pe-ease), color .25s var(--pe-ease);
}

.pe-article a:hover {
    background-size: 100% 1.5px;
}

.pe-article .pe-checks {
    margin: 26px 0;
}

/* inline image strip inside the copy (kept as .wp-block-gallery markup) */
.pe-article .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
    margin: clamp(24px, 3vw, 36px) 0;
    padding: 0;
    list-style: none;
}

.pe-article .wp-block-gallery figure {
    margin: 0;
}

.pe-article .wp-block-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--pe-radius-sm);
    box-shadow: var(--pe-shadow-sm);
    transition: transform .5s var(--pe-ease), box-shadow .5s var(--pe-ease);
}

.pe-article .wp-block-gallery img:hover {
    transform: translateY(-5px);
    box-shadow: var(--pe-shadow);
}

/* call-out strip under the article copy */
.pe-article-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: clamp(26px, 3vw, 38px);
    padding: clamp(22px, 2.6vw, 30px);
    border-radius: var(--pe-radius-sm);
    background: var(--pe-brand-50);
    box-shadow: inset 0 0 0 1px rgba(15, 69, 125, .10);
}

.pe-article-cta h4 {
    margin: 0 0 4px;
    font-size: 19px;
}

.pe-article-cta p {
    margin: 0;
    font-size: 15px;
}

/* -------------------------------------------------------------- widgets --- */

.pe-widget {
    padding: 26px 24px;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
}

.pe-widget + .pe-widget {
    margin-top: 24px;
}

.pe-widget--dark {
    border-color: transparent;
    background: var(--pe-dark);
    box-shadow: var(--pe-shadow);
}

.pe-widget-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    font-size: 19px;
}

.pe-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    border-radius: 3px;
    background: var(--pe-grad);
}

.pe-widget--dark .pe-widget-title {
    color: #fff;
}

.pe-widget-links li + li {
    margin-top: 6px;
}

.pe-widget-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 14px;
    border-radius: var(--pe-radius-xs);
    color: var(--pe-body);
    font-size: 14.8px;
    font-weight: 500;
    transition: .28s var(--pe-ease);
}

.pe-widget-links a i {
    font-size: 10px;
    opacity: .45;
    transition: transform .28s var(--pe-ease);
}

.pe-widget-links a:hover,
.pe-widget-links a.is-active {
    background: var(--pe-brand-50);
    color: var(--pe-brand);
    font-weight: 600;
}

.pe-widget-links a:hover i {
    opacity: 1;
    transform: translateX(4px);
}

/* sidebar / light forms ---------------------------------------------------- */

.pe-form-stack {
    display: grid;
    gap: 16px;
}

.pe-widget--dark .pe-field label {
    color: rgba(255, 255, 255, .78);
}

.pe-field--light label {
    color: var(--pe-ink);
}

.pe-field--light .icon {
    color: var(--pe-muted);
}

.pe-field--light .form-control,
.pe-field--light .nice-select,
.pe-field--light select {
    background: var(--pe-bg-alt);
    box-shadow: inset 0 0 0 1.5px var(--pe-line);
    color: var(--pe-ink);
}

.pe-field--light .form-control::placeholder {
    color: var(--pe-muted);
}

.pe-field--light .form-control:focus,
.pe-field--light .nice-select.open,
.pe-field--light .nice-select:focus {
    background: #fff;
    box-shadow: inset 0 0 0 1.5px rgba(150, 87, 166, .8), 0 0 0 4px rgba(150, 87, 166, .14);
}

.pe-field--light .nice-select::after {
    border-bottom-color: var(--pe-muted);
    border-right-color: var(--pe-muted);
}

.pe-field textarea.form-control {
    height: auto;
    min-height: 130px;
    padding: 16px 18px 16px 46px;
    line-height: 1.65;
}

.pe-field .icon.icon--top {
    bottom: auto;
    top: 30px;
    height: auto;
}

.pe-widget .btn,
.pe-widget .btn.btn-primary {
    width: 100%;
    justify-content: center;
}

.pe-widget .alert {
    margin-bottom: 18px;
    border: 0;
    border-radius: var(--pe-radius-xs);
    background: rgba(52, 199, 123, .14);
    box-shadow: inset 0 0 0 1.5px rgba(52, 199, 123, .40);
    color: #157a4c;
    font-size: 14.5px;
}

/* contact card in the sidebar --------------------------------------------- */

.pe-widget-contact li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    font-size: 15px;
    line-height: 1.55;
    color: rgba(255, 255, 255, .72);
}

.pe-widget-contact li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.pe-widget-contact li i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .09);
    color: #7fb4f0;
    font-size: 13px;
}

.pe-widget-contact span {
    display: block;
    color: rgba(255, 255, 255, .5);
    font-size: 12.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.pe-widget-contact a,
.pe-widget-contact strong {
    color: #fff;
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 15.5px;
    font-weight: 700;
    word-break: break-word;
}

.pe-widget-contact a:hover {
    color: #c69bd6;
}

/* -------------------------------------------------------------- gallery --- */

.pe-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 22px;
}

.pe-gallery-item {
    position: relative;
    display: block;
    border-radius: var(--pe-radius-sm);
    overflow: hidden;
    background: var(--pe-dark);
    box-shadow: var(--pe-shadow-sm);
    transition: transform .4s var(--pe-ease), box-shadow .4s var(--pe-ease);
}

.pe-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .7s var(--pe-ease), opacity .4s var(--pe-ease);
}

.pe-gallery-item::after {
    content: "\f00e";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    color: #fff;
    background: linear-gradient(180deg, rgba(10, 28, 51, .10) 0%, rgba(15, 69, 125, .55) 100%);
    opacity: 0;
    transition: opacity .4s var(--pe-ease);
}

.pe-gallery-item:hover {
    transform: translateY(-6px);
    box-shadow: var(--pe-shadow);
}

.pe-gallery-item:hover img {
    transform: scale(1.08);
}

.pe-gallery-item:hover::after {
    opacity: 1;
}

/* -------------------------------------------------------------- contact --- */

.pe-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: clamp(28px, 3.4vw, 46px);
    align-items: start;
}

.pe-card {
    padding: clamp(26px, 3vw, 40px);
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
}

.pe-card h3 {
    margin: 0 0 6px;
    font-size: 24px;
}

.pe-card > p {
    margin-bottom: 26px;
    font-size: 15.5px;
}

.pe-card .pe-form-note {
    color: var(--pe-muted);
}

.pe-card .alert {
    margin-bottom: 22px;
    border: 0;
    border-radius: var(--pe-radius-xs);
    background: rgba(52, 199, 123, .14);
    box-shadow: inset 0 0 0 1.5px rgba(52, 199, 123, .40);
    color: #157a4c;
}

.pe-contact-cards {
    display: grid;
    gap: 18px;
}

.pe-contact-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--pe-line);
    border-radius: var(--pe-radius-sm);
    background: #fff;
    box-shadow: var(--pe-shadow-sm);
    transition: transform .35s var(--pe-ease), box-shadow .35s var(--pe-ease), border-color .35s var(--pe-ease);
}

.pe-contact-card:hover {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: var(--pe-shadow);
}

.pe-contact-card i {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--pe-brand-50);
    color: var(--pe-brand);
    font-size: 18px;
    transition: .35s var(--pe-ease);
}

.pe-contact-card:hover i {
    background: var(--pe-grad);
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}

.pe-contact-card span {
    display: block;
    margin-bottom: 4px;
    color: var(--pe-muted);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pe-contact-card strong,
.pe-contact-card a {
    display: block;
    color: var(--pe-ink);
    font-family: "Plus Jakarta Sans", Inter, sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.015em;
    word-break: break-word;
}

.pe-contact-card a:hover {
    color: var(--pe-brand);
}

/* -------------------------------------------------------------- sitemap --- */

.pe-sitemap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.pe-sitemap .pe-widget-links a {
    background: var(--pe-bg-alt);
}

.pe-sitemap .pe-widget-links a:hover {
    background: var(--pe-brand-50);
}

/* ---------------------------------------------------- inner responsive --- */

@media (max-width: 1199px) {
    .pe-layout {
        grid-template-columns: minmax(0, 1fr) 310px;
    }
}

@media (max-width: 991px) {
    .pe-layout,
    .pe-contact-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pe-side {
        position: static;
    }
}

@media (max-width: 767px) {
    .pe-page-hero {
        min-height: 220px;
    }

    .pe-article,
    .pe-card {
        padding: 22px 18px;
    }

    .pe-gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 14px;
    }

    .pe-article-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}
