/*
Theme Name: City Link Pro 
*/
:root {
    --ink: #103746;
    --muted: #6a7f88;
    --paper: #f8f8f6;
    --line: rgba(16, 55, 70, 0.12);
    --teal: #1A7D98;   /* Primary logo color */
    --green: #0E5E76;  /* Dark logo blue */
    --gold: #C99A3A;   /* Primary gold */
    --red: #B7862E;    /* Secondary gold */
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(16, 55, 70, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

[hidden],
.is-hidden {
    display: none !important;
}

.site-header {
    position: fixed;
    z-index: 50;
    top: 18px;
    left: 50%;
    width: min(1180px, calc(100% - 28px));
    min-height: 70px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(16, 32, 42, 0.72);
    color: var(--white);
    backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.site-footer nav {
    display: flex;
    align-items: center;
    gap: 18px;
	justify-content:center;
}

.brand {
    font-weight: 800;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--gold);
}

.main-nav a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.main-nav a:hover {
    color: var(--gold);
    transform: translateY(-2px);
}
.listing-meta-item a:hover {
  color: #B7862E !important;
}
.header-cta,
.directory-search button,
.card-link,
.featured-card a,
.testimonial-controls button {
    border: 0;
    border-radius: 6px;
    background: var(--red);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.category-business-card div > a:last-child {color: #fff !important;text-decoration:none !important;}
.header-cta {
    padding: 14px 18px;
    white-space: nowrap;
}

.header-cta:hover,
.directory-search button:hover,
.card-link:hover,
.featured-card a:hover,
.testimonial-controls button:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 26px rgba(16, 55, 70, 0.26);
    background: #1D4857;
}
.site-logo {max-height: 80px;width: auto;display: block;}
.footer-logo {max-height: 90px;width: auto;}
.hero-section {
    min-height: 700px;
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 40px;
    padding: 120px max(28px, calc((100vw - 1180px) / 2)) 140px;
    color: var(--white);
    overflow: hidden;
    background: var(--ink);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 32, 42, 0.92), rgba(16, 32, 42, 0.56)),
        url("./assets/images/hero-city.jpg") center / cover;
    transform: scale(1.08);
    animation: heroZoom 12s ease-in-out infinite alternate;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 190px;
    background: linear-gradient(0deg, var(--paper), rgba(247, 244, 237, 0));
}

.grid-rain {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-around;
    opacity: 0.7;
}

.grid-rain span {
    position: relative;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
}

.grid-rain span::before {
    content: "";
    position: absolute;
    top: -16%;
    left: 0;
    width: 1px;
    height: 16%;
    background: linear-gradient(to bottom, transparent, var(--white));
    animation: rainLine 3.8s linear infinite;
}

.grid-rain span:nth-child(2)::before {
    animation-delay: 0.7s;
}

.grid-rain span:nth-child(3)::before {
    animation-delay: 1.4s;
}

.grid-rain span:nth-child(4)::before {
    animation-delay: 2.1s;
}

.grid-rain span:nth-child(5)::before {
    animation-delay: 2.8s;
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(242, 179, 61, 0.55);
    border-radius: 50%;
    pointer-events: none;
}

.red-circle-bg {
    position: absolute;
    z-index: 1;
    width: 170px;
    height: 170px;
   border: 22px solid rgba(201, 154, 58, 0.36);
    border-radius: 50%;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: redCircleFloat 7s ease-in-out infinite;
}

.red-circle-bg::after {
    content: "";
    position: absolute;
    inset: 26px;
    border: 2px dashed rgba(201, 154, 58, 0.36);
    border-radius: 50%;
    animation: redCircleSpin 10s linear infinite;
}

.red-circle-one {
    left: 8%;
    top: 66%;
}

.red-circle-two {
    right: 20%;
    top: 31%;
    width: 118px;
    height: 118px;
    border-width: 16px;
    animation-delay: 1.4s;
}

.orbit-one {
    right: 9%;
    top: 22%;
    width: 210px;
    height: 210px;
    animation: floatSpin 13s linear infinite;
}

.orbit-two {
    left: 4%;
    bottom: 14%;
    width: 130px;
    height: 130px;
    border-color: rgba(13, 140, 134, 0.65);
    animation: floatSpin 9s linear infinite reverse;
}

.hero-content,
.hero-panel {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.eyebrow {
    margin: 14px 0 14px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-content .eyebrow {
    color: var(--gold);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 880px;
    margin-bottom: 24px;
    font-size: clamp(30px, 6.4vw, 50px);
    line-height: 0.98;
    letter-spacing: 0;
}

h2 {
    margin-bottom: 0;
   font-size: clamp(28px, 2.0vw, 45px);
    line-height: 1.02;
    letter-spacing: 0;
}

h3 {
    line-height: 1.2;
}

.hero-copy {
    max-width: 610px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.7;
}

.directory-search {
    width: min(870px, 100%);
    margin-top: 38px;
    display: grid;
    grid-template-columns: 1.1fr 1fr auto;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
}

.directory-search label {
    display: grid;
    gap: 6px;
}

.directory-search span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.directory-search input,
.directory-search select {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--ink);
    background: var(--white);
    padding: 0 16px;
    font: inherit;
    outline: 0;
}

.directory-search input:focus,
.directory-search select:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(13, 140, 134, 0.12);
}

.directory-search button {
    min-width: 150px;
    min-height: 54px;
    align-self: end;
    font-size: 16px;
}

.hero-panel {
    align-self: end;
    margin-bottom: 80px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    transition: transform 0.2s ease;
}

.hero-panel p,
.hero-panel span {
    color: rgba(255, 255, 255, 0.9);
}

.hero-panel strong {
    display: block;
    margin: 12px 0;
    color: var(--gold);
    font-size: 52px;
    line-height: 1;
}

.pulse-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 0 rgba(242, 179, 61, 0.6);
    animation: pulse 1.8s infinite;
}

.diagonal-strip {
    width: 110%;
    margin: -72px 0 70px -5%;
	position: relative;
    z-index: 4;
    transform: rotate(-3deg);
    overflow: hidden;
    background: var(--red);
    color: var(--white);
    border-top: 8px solid var(--gold);
    border-bottom: 8px solid var(--gold);
}

.strip-track {
    display: flex;
    width: max-content;
    gap: 34px;
    padding: 18px 0;
    animation: marquee 18s linear infinite;
}

.strip-track span {
    font-size: 28px;
    font-weight: 900;
    white-space: nowrap;
    text-transform: uppercase;
}

.section,
.why-section,
.featured-section,
.testimonial-section {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 70px 0;
}
.category-listing-main .section-heading{display: grid !important;gap: 10px !important;margin-bottom: 20px !important;}
.category-listing-main .section-heading h2{font-size:45px !important;}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.section-heading h2 {
    max-width: 680px;
}

.category-grid,
.listing-grid,
.blog-grid,
.featured-grid {
    display: grid;
    gap: 18px;
}

.category-grid {
    grid-template-columns: repeat(5, 1fr);
}

.category-card {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ink);
    isolation: isolate;
    box-shadow: 0 14px 30px rgba(16, 32, 42, 0.08);
}

.category-card img,
.blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 32, 42, 0.05), rgba(16, 32, 42, 0.88));
}

.category-card span {
    position: absolute;
    z-index: 2;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.category-card:hover img,
.blog-card:hover img {
    transform: scale(1.12) rotate(1.5deg);
    filter: saturate(1.2);
}

.category-card:hover {
    animation: cardLift 0.45s ease forwards;
}

.category-card:hover span {
    color: var(--gold);
}

.listing-grid {
    align-items: stretch;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
}

.featured-listing-grid {
    grid-template-columns: repeat(4, 1fr);
}

.listing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.listing-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(var(--red), var(--teal));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.listing-card img {
    width: 86px;
    height: 86px;
    margin-bottom: 22px;
    border-radius: 8px;
    object-fit: cover;
}

.listing-card h3 {
    min-height: 58px;
    margin-bottom: 14px;
    font-size: 22px;
}

.listing-card-meta {
    display: grid;
    gap: 7px;
    min-height: 110px;
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.listing-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.listing-meta-item::before {
    content: "";
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    background: var(--red);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.listing-meta-item[data-value="phone"]::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.listing-meta-item[data-value="address"]::before {
    background: var(--teal);
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.5 10.33-7.33 11.96a1 1 0 0 1-1.34 0C9.5 20.33 4 14.99 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.5 10.33-7.33 11.96a1 1 0 0 1-1.34 0C9.5 20.33 4 14.99 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.listing-card h3 a:hover,
.blog-card h3 a:hover,
.featured-card h3 a:hover {
    color: var(--red);
}

.card-link {
    display: inline-flex;
    align-self: flex-start;
    margin-top: auto;
    padding: 13px 15px;
    font-size: 14px;
}

.listing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 10, 44, 0.28);
    box-shadow: var(--shadow);
}

.listing-card:hover::before {
    transform: scaleY(1);
}

.why-section {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 54px;
    align-items: center;
}

.why-visual {
    position: relative;
    min-height: 520px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--green);
}

.why-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    opacity: 0.92;
}

.floating-stat {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 180px;
    padding: 22px;
    border-radius: 8px;
    background: var(--gold);
    color: var(--ink);
    animation: floatY 4s ease-in-out infinite;
}

.floating-stat strong {
    display: block;
    font-size: 54px;
    line-height: 0.95;
}

.floating-stat span {
    font-weight: 800;
}

.why-content h2 {
    margin-bottom: 34px;
}

.why-points {
    display: grid;
    gap: 16px;
}

.why-points div {
    position: relative;
    padding: 24px 24px 24px 82px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.why-points div:hover {
    transform: translateX(8px);
    box-shadow: 0 18px 36px rgba(16, 32, 42, 0.08);
}

.why-points span {
    position: absolute;
    left: 24px;
    top: 27px;
    color: var(--red);
    font-weight: 900;
}

.why-points h3 {
    margin-bottom: 8px;
}

.why-points p,
.blog-card p,
.faq-panel p {
    color: var(--muted);
    line-height: 1.65;
}

.featured-section {
    position: relative;
}

.featured-bg-text {
    position: absolute;
    top: 8px;
    right: 0;
    color: rgba(16, 32, 42, 0.04);
    font-size: 135px;
    font-weight: 900;
    pointer-events: none;
}

.featured-grid {
    grid-template-columns: repeat(4, 1fr);
}

.featured-card {
    position: relative;
    min-height: 260px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.featured-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(var(--red), var(--teal));
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.featured-card div {
    position: relative;
    z-index: 2;
    color: var(--ink);
    text-shadow: none;
}

.featured-card h3 {
    min-height: 58px;
    margin-bottom: 26px;
    font-size: 22px;
}

.featured-card img {
    width: 86px;
    height: 86px;
    margin-bottom: 22px;
    border-radius: 8px;
    object-fit: cover;
}

.featured-card a:last-child {
    display: inline-flex;
    padding: 12px 14px;
    font-size: 14px;
}

.featured-card:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 10, 44, 0.28);
    box-shadow: var(--shadow);
}

.featured-card:hover::before {
    transform: scaleY(1);
}

.faq-list {
    border-top: 1px solid var(--line);
}

.faq-item {
    width: 100%;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 22px;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    transition: color 0.25s ease;
}

.faq-item:hover {
    color: #B7862E;
}

.faq-item em {
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--white);
    font-style: normal;
    transition: transform 0.25s ease, background 0.25s ease;
	flex: 0 0 36px;
    min-width: 36px;
    min-height: 36px;
    width: 36px;
    height: 36px;
}

.faq-item.active em {
    transform: rotate(45deg);
    background: var(--red);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-panel.open {
    max-height: 160px;
}

.faq-panel p {
    max-width: 780px;
    margin: 0;
    padding: 0 0 24px;
}

.blog-grid {
    grid-template-columns: repeat(3, 1fr);
}

.blog-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.blog-card img {
    height: 230px;
}

.blog-card p,
.blog-card h3 {

}

.blog-card p {
    color: #6a7f88 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.blog-card h3 {

    font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px !important;
}

.testimonial-section {
    padding-bottom: 120px;
}

.testimonial-shell {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 90% 20%, rgba(242, 179, 61, 0.22), transparent 28%),
        linear-gradient(135deg, var(--green), var(--ink));
    color: var(--white);
}

.testimonial-red-one {
    left: -42px;
    top: 44px;
    width: 150px;
    height: 150px;
}

.testimonial-red-two {
    right: 88px;
    bottom: -54px;
    width: 210px;
    height: 210px;
    border-width: 24px;
    opacity: 0.82;
    animation-delay: 1.1s;
}

.testimonial-track {
    min-height: 330px;
    position: relative;
    z-index: 2;
}

.testimonial-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 56px 80px;
    opacity: 0;
    transform: translateX(48px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.testimonial-slide p {
    max-width: 860px;
    font-size: clamp(20px, 2.6vw, 30px);
    line-height: 1.12;
}

.testimonial-slide strong {
    color: var(--gold);
    font-size: 18px;
}

.testimonial-slide span {
    color: rgba(255, 255, 255, 0.88);
}

.testimonial-controls {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 28px;
    display: flex;
    gap: 10px;
}

.testimonial-controls button {
    min-width: 78px;
    padding: 12px 14px;
}

.site-footer {
    padding: 70px max(28px, calc((100vw - 1180px) / 2)) 0;
    color: var(--white);
    background: var(--ink);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 60px;
    align-items: start;
    padding-bottom: 48px;
	align-items: center;
}

.footer-brand .brand {
    display: inline-flex;
    margin-bottom: 22px;
}

.footer-brand p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 34px;
}

.footer-links a {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.site-footer a {
    color: rgba(255, 255, 255, 0.86);
    transition: color 0.25s ease;
}

.site-footer a:hover {
    color: var(--gold);
}

.reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-content.reveal,
.hero-panel.reveal {
    opacity: 1;
    transform: none;
}

.hero-content {
    animation: heroEnter 0.85s ease both;
}

.hero-panel {
    animation: heroEnter 0.85s ease 0.18s both;
}

@keyframes rainLine {
    to {
        top: 110%;
    }
}

@keyframes heroZoom {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1.15) translateX(-1.4%);
    }
}

@keyframes floatSpin {
    from {
        transform: rotate(0deg) translateY(0);
    }

    50% {
        transform: rotate(180deg) translateY(18px);
    }

    to {
        transform: rotate(360deg) translateY(0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 22px rgba(242, 179, 61, 0);
    }
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

@keyframes cardLift {
    to {
        transform: translateY(-7px) rotate(-0.5deg);
    }
}

@keyframes floatY {
    50% {
        transform: translateY(-14px);
    }
}

@keyframes redCircleFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.65;
    }

    50% {
        transform: translate3d(18px, -22px, 0) scale(1.08);
        opacity: 0.95;
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.65;
    }
}

@keyframes redCircleSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes heroEnter {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes singleDarkDrift {
    from {
        filter: hue-rotate(0deg) brightness(1);
        transform: scale(1);
    }

    to {
        filter: hue-rotate(-8deg) brightness(1.08);
        transform: scale(1.03);
    }
}

@media (max-width: 1060px) {

    .hero-section,
    .why-section {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        max-width: 360px;
        align-self: start;
        margin-bottom: 0;
    }

    .category-grid,
    .listing-grid,
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .all-category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-guide-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .site-header {
        position: absolute;
        left: 14px;
        right: 14px;
        width: auto;
        max-width: calc(100vw - 28px);
        transform: none;
        display: flex;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .brand {
        gap: 10px;
        font-size: 15px;
    }

    .main-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .main-nav a[href="contact.html"] {
        display: none;
    }

    .main-nav a {
        font-size: 13px;
        text-align: center;
    }

    .header-cta {
        display: none;
    }

    .hero-section {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr);
        padding-top: 190px;
    }

    .hero-copy {
        overflow-wrap: anywhere;
    }

    .directory-search {
        grid-template-columns: 1fr;
    }

    .directory-search button {
        width: 100%;
    }

    .diagonal-strip {
        width: 100%;
        margin-left: 0;
        margin-top: -30px;
        transform: rotate(-2deg);
    }

    .strip-track span {
        font-size: 18px;
    }

    .section-heading {
        display: block;
    }

    .category-grid,
    .listing-grid,
    .featured-grid,
    .all-category-grid {
        grid-template-columns: 1fr;
    }

    .category-hero {
        min-height: auto;
        padding-top: 190px;
		position: relative;
    }
	
  

    .why-visual,
    .why-visual img {
        min-height: 360px;
    }

    .featured-bg-text {
        display: none;
    }

    .testimonial-slide {
        padding: 40px 24px 96px;
    }

    .site-footer {
        padding-top: 52px;
    }

    .footer-main,
    .footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-main {
        gap: 34px;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        justify-items: start;
    }
}
.category-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(0deg, var(--paper), rgba(247, 244, 237, 0));
}
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.single-hero {
    position: relative;
    min-height: 510px;
    display: grid;
    align-items: end;
    padding: 150px max(28px, calc((100vw - 1180px) / 2)) 88px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.single-hero-bg {
    position: absolute;
    inset: 0;
   background:
    radial-gradient(circle at 18% 72%, rgba(201, 154, 58, 0.22), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(13, 140, 134, 0.18), transparent 24%),
    linear-gradient(135deg, #10202a 0%, #172b35 52%, #071219 100%);
    animation: singleDarkDrift 10s ease-in-out infinite alternate;
}

.single-hero-inner {
    position: relative;
    z-index: 2;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--gold);
}

.single-title-wrap {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 30px;
    align-items: center;
    max-width: 930px;
}

.single-logo {
    width: 118px;
    height: 118px;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    object-fit: contain;
}

.single-title-wrap .eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.single-title-wrap .single-qualified {
    margin-left: 0;
}

.single-tagline {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.65;
}

.single-qualified {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 10px;
    padding: 5px 10px 5px 5px;
    border: 1px solid rgba(242, 179, 61, 0.5);
    border-radius: 999px;
    color: var(--gold);
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

.certified-check {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    flex: 0 0 24px;
}

.single-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 10px 0 18px;
    color: rgba(255, 255, 255, 0.9);
}

.stars {
    color: var(--gold);
    letter-spacing: 0;
}

.single-address {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 800;
}

.single-red-one {
    right: 14%;
    top: 31%;
}

.single-red-two {
    left: 8%;
    bottom: 12%;
    width: 120px;
    height: 120px;
    border-width: 16px;
    animation-delay: 1.2s;
}

.single-actions {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(1180px, calc(100% - 28px));
    margin: -42px auto 0;
    background: var(--red);
}

.single-actions a {
    display: grid;
    place-items: center;
    min-height: 84px;
    color: var(--white);
    font-weight: 900;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    transition: background 0.25s ease, color 0.25s ease;
}

.single-actions a:hover {
    background: var(--gold);
    color: var(--ink);
}

.single-layout {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 70px;
    padding: 90px 0;
}

.single-layout.no-sidebar {
    grid-template-columns: minmax(0, 1fr);
}

.single-layout.no-sidebar .single-main {
    max-width: 940px;
}

.category-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: end;
    padding: 160px max(28px, calc((100vw - 1180px) / 2)) 110px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.category-hero-bg {
    position: absolute;
    inset: 0;
  background:
    radial-gradient(circle at 18% 72%, rgba(201, 154, 58, 0.22), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(26, 125, 152, 0.18), transparent 24%),
    linear-gradient(135deg, #103746 0%, #165268 52%, #0a2430 100%);
    animation: singleDarkDrift 10s ease-in-out infinite alternate;
}

.category-hero-inner {
    position: relative;
    z-index: 2;
}

.category-hero h1 {
    max-width: 850px;
}

.category-hero-copy {
    max-width: 660px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.7;
}

.category-red-one {
    right: 12%;
    top: 27%;
}

.category-red-two {
    left: 9%;
    bottom: 18%;
    width: 124px;
    height: 124px;
    border-width: 16px;
    animation-delay: 1.3s;
}

.category-strip {
    margin-bottom: 30px;
}

.category-directory {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 80px 0 120px;
}

.all-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.all-category-block {
    position: relative;
    min-height: 176px;
    display: grid;
    align-content: end;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(16, 32, 42, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.all-category-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 32, 42, 0.02), rgba(16, 32, 42, 0.76));
    z-index: 1;
}

.all-category-block::after {
    content: "";
    position: absolute;
    right: -36px;
    top: -36px;
    width: 92px;
    height: 92px;
    border: 16px solid rgba(212, 165, 71, 0.36);
    border-radius: 50%;
    z-index: 2;
    transition: transform 0.35s ease, border-color 0.35s ease;
}

.all-category-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease, filter 0.55s ease;
}

.all-category-block span {
    position: relative;
    z-index: 3;
    padding: 18px;
    color: var(--white);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.16;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

.all-category-block:hover {
    transform: translateY(-8px);
    border-color: rgba(217, 10, 44, 0.28);
    box-shadow: var(--shadow);
}

.all-category-block:hover img {
    transform: scale(1.1);
    filter: saturate(1.2);
}

.all-category-block:hover::after {
    transform: scale(1.15) translate(-8px, 8px);
    border-color: rgba(242, 179, 61, 0.72);
}

.all-category-block:hover span {
    color: var(--gold);
}

.category-single-hero {
    position: relative;
    min-height: 760px;
    display: grid;
    align-items: end;
    padding: 160px max(28px, calc((100vw - 1180px) / 2)) 110px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.category-single-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(16, 32, 42, 0.94), rgba(16, 32, 42, 0.7)),
        var(--category-image) center / cover;
    transform: scale(1.04);
    animation: heroZoom 12s ease-in-out infinite alternate;
}

.category-single-hero-inner {
    position: relative;
    z-index: 2;
}

.category-single-hero h1 {
    max-width: 780px;
}

.category-single-red-one {
    right: 12%;
    top: 29%;
}

.category-single-red-two {
    left: 8%;
    bottom: 19%;
    width: 124px;
    height: 124px;
    border-width: 16px;
    animation-delay: 1.2s;
}

.category-single-layout {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 58px;
    padding: 90px 0 120px;
}

.category-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
    max-height: calc(100vh - 150px);
    overflow: auto;
    border-top: 3px solid var(--ink);
    padding-right: 8px;
	padding-top:10px;
}

.category-side-nav {
    display: grid;
}
.single-hero-inner h1{
	font-size: 35px !important;
  line-height: 40px;
}
.category-side-nav a {
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 900;
    line-height: 1.25;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.category-side-nav a:hover,
.category-side-nav a.active {
    color: #B7862E;
    padding-left: 10px;
}

.category-listing-main {
    min-width: 0;
}

.category-business-grid {
    display: grid;
    gap: 18px;
}

.category-business-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.category-business-card>div {
    display: flex;
    flex-direction: column;
    min-height: 128px;
}

.category-business-card:last-child {
    border-bottom: 1px solid var(--line);
}

.category-business-card img {
    width: 150px;
/*     height: 150px; */
    border-radius: 8px;
    object-fit: cover;
}

.category-business-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.category-business-card .listing-card-meta {
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.55;
}

.category-business-card h3 a:hover {
    color: #B7862E;
}

.category-business-card p {
    max-width: 620px;
    margin-bottom: 14px;
    color: var(--muted);
    line-height: 1.65;
}

.category-business-card div>a:last-child {
    align-self: flex-start;
/*     margin-top: auto; */
    color: #B7862E;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.category-business-card:hover {
    transform: translateX(8px);
    border-color: rgba(201, 154, 58, 0.35);;
}

.search-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: end;
    padding: 160px max(28px, calc((100vw - 1180px) / 2)) 110px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.search-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 70%, rgba(217, 10, 44, 0.22), transparent 28%),
        radial-gradient(circle at 82% 26%, rgba(13, 140, 134, 0.2), transparent 24%),
        linear-gradient(135deg, #10202a 0%, #172b35 52%, #071219 100%);
    animation: singleDarkDrift 10s ease-in-out infinite alternate;
}

.search-hero-inner {
    position: relative;
    z-index: 2;
}

.search-hero h1 {
    max-width: 760px;
}

.search-red-one {
    right: 12%;
    top: 28%;
}

.search-red-two {
    left: 8%;
    bottom: 18%;
    width: 124px;
    height: 124px;
    border-width: 16px;
    animation-delay: 1.2s;
}

.search-summary-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -18px 0 18px;
    color: var(--muted);
    font-weight: 800;
}

.search-summary-line strong {
    color: #B7862E;
}

.no-results-message {
    padding: 36px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.no-results-message h3 {
    font-size: 30px;
}

.services-hero {
    position: relative;
    min-height: 720px;
    display: grid;
    align-items: end;
    padding: 160px max(28px, calc((100vw - 1180px) / 2)) 110px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.services-hero-bg {
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at 18% 72%, rgba(201, 154, 58, 0.22), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(13, 140, 134, 0.18), transparent 24%),
    linear-gradient(135deg, #10202a 0%, #172b35 52%, #071219 100%);
    animation: singleDarkDrift 10s ease-in-out infinite alternate;
}

.services-hero-inner {
    position: relative;
    z-index: 2;
}

.services-hero h1 {
    max-width: 900px;
}

.services-red-one {
    right: 12%;
    top: 28%;
}

.services-red-two {
    left: 8%;
    bottom: 18%;
    width: 124px;
    height: 124px;
    border-width: 16px;
    animation-delay: 1.2s;
}

.services-intro,
.service-guide-section,
.services-featured-section {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
}

.services-intro {
    padding: 80px 0 34px;
}

.services-intro>p {
    max-width: 860px;
    color: var(--muted);
    font-size: 20px;
    line-height: 1.75;
}

.service-guide-section,
.services-featured-section {
    padding: 60px 0;
}

.services-featured-section {
    padding-bottom: 120px;
}

.service-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 34px;
    border-top: 1px solid var(--line);
}

.service-guide-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
    transition: transform 0.25s ease;
}

.service-guide-item img {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    object-fit: cover;
}

.service-guide-item h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.service-guide-item p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
}

.service-guide-item:hover {
    transform: translateX(8px);
}

.service-guide-item:hover h3 {
    color: #B7862E;
}

.simple-page-hero,
.blog-single-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: end;
    padding: 150px max(28px, calc((100vw - 1180px) / 2)) 92px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
}

.simple-page-bg,
.blog-single-bg {
    position: absolute;
    inset: 0;
    background:
    radial-gradient(circle at 18% 72%, rgba(201, 154, 58, 0.22), transparent 28%),
    radial-gradient(circle at 82% 26%, rgba(13, 140, 134, 0.18), transparent 24%),
    linear-gradient(135deg, #10202a 0%, #172b35 52%, #071219 100%);
    animation: singleDarkDrift 10s ease-in-out infinite alternate;
}

.simple-page-inner,
.blog-single-inner {
    position: relative;
    z-index: 2;
}

.simple-page-hero h1,
.blog-single-hero h1 {
    max-width: 920px;
}

.simple-red-one {
    right: 12%;
    top: 30%;
}

.simple-blog-layout {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    gap: 58px;
    padding: 90px 0 120px;
}

.blog-side {
    position: sticky;
    top: 120px;
    align-self: start;
    border-top: 3px solid var(--ink);
}

.simple-post-list {
    display: grid;
    gap: 20px;
}

.simple-post-item {
    display: grid;
    grid-template-columns: 150px minmax(3, 1fr);
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
}

.simple-post-item.reveal {
    opacity: 1;
    transform: none;
}

.simple-post-item:last-child {
    border-bottom: 1px solid var(--line);
}

.simple-post-item img {
    width: 150px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
}

.simple-post-item p {
    margin-bottom: 8px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.simple-post-item h3 {
    margin-bottom: 8px;
    font-size:20px;
}

.simple-post-item h3 a:hover {
    color: #B7862E;
}

.simple-post-item span {
    display: block;
    margin-bottom: 14px;
    color: var(--muted);
    font-weight: 800;
}

.simple-post-item div>a:last-child {
    color: #B7862E;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.post-meta {
    color: rgba(255, 255, 255, 0.86);
    font-weight: 900;
}

.blog-article,
.related-posts {
    width: min(860px, calc(100% - 28px));
    margin: 0 auto;
}

.blog-article {
    padding: 90px 0 70px;
}

.blog-featured-image {
    width: 100%;
    height: 420px;
    margin-bottom: 42px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-article p,
.blog-article li {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.78;
}

.blog-article h2 {
    margin: 44px 0 18px;
    font-size: 42px;
}

.blog-article blockquote {
    margin: 40px 0;
    padding: 24px 0 24px 28px;
    border-left: 5px solid var(--red);
    color: var(--ink);
    font-size: 28px;
    font-weight: 900;
    line-height: 1.35;
}

.related-posts {
    padding: 20px 0 110px;
}

.not-found-page {
    position: relative;
    min-height: 760px;
    display: grid;
    place-items: center;
    padding: 170px max(28px, calc((100vw - 1180px) / 2)) 110px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
    text-align: center;
}

.not-found-inner {
    position: relative;
    z-index: 2;
}

.not-found-inner h1 {
    max-width: none;
}

.not-found-inner p:not(.eyebrow) {
    max-width: 620px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 19px;
    line-height: 1.7;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.not-found-actions a {
    display: inline-flex;
    padding: 15px 18px;
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font-weight: 900;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.not-found-actions a:hover {
    transform: translateY(-3px);
    background: var(--gold);
    color: var(--ink);
}

.sitemap-section {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 90px 0 120px;
}

.sitemap-group+.sitemap-group {
    margin-top: 74px;
}

.sitemap-group h2 {
    margin-bottom: 28px;
}

.sitemap-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 28px;
    border-top: 1px solid var(--line);
}

.sitemap-links a {
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-weight: 900;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.sitemap-links a:hover {
    color: #B7862E;
    padding-left: 8px;
}

.contact-section {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    padding: 90px 0 120px;
}

.contact-info h2 {
    margin-bottom: 34px;
}

.contact-visual img {
    width: 100%;
    height: 320px;
    border-radius: 8px;
    object-fit: cover;
}

.contact-visual p {
    margin: 22px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
}

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

.contact-form label {
    display: grid;
    gap: 8px;
}

.contact-form span {
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    padding: 16px;
    outline: 0;
}

.contact-form input {
    min-height: 56px;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(13, 140, 134, 0.12);
}

.contact-form button {
    justify-self: start;
    border: 0;
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font: inherit;
    font-weight: 900;
    padding: 16px 20px;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.contact-form button:hover {
    transform: translateY(-3px);
    background: var(--gold);
    color: var(--ink);
}

.single-side {
    position: sticky;
    top: 120px;
    align-self: start;
    border-top: 3px solid var(--ink);
}

.side-line {
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.side-line span {
    display: block;
    margin-bottom: 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.side-line a,
.side-line p {
    margin: 0;
    color: var(--ink);
    font-weight: 800;
    line-height: 1.5;
}

.truncate-link {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-line a:hover {
    color: #B7862E;
}

.hours-dropdown summary {
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
}

.hours-dropdown div {
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.social-lines {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social-lines a {
    padding: 7px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
}

.open-section {
    padding: 0 0 62px;
    margin-bottom: 62px;
    border-bottom: 1px solid var(--line);
}

.open-section h2 {
    max-width: 720px;
    margin-bottom: 26px;
    font-size: clamp(20px, 1.5vw, 24px);
}

.open-section p {
    max-width: 780px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
}

.external-line a,
.map-link,
.review-write {
    color: #B7862E;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.external-line a:hover,
.map-link:hover,
.review-write:hover {
    color: var(--ink);
}

.profile-lines {
    border-top: 1px solid var(--line);
}

.profile-lines div {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
}

.profile-lines span {
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.profile-lines strong {
    font-size: 20px;
}

.line-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--line);
}

.line-list li {
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
    font-size:18px;
    font-weight: 900;
}

.line-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 14px;
    border-radius: 50%;
    background: var(--red);
}

.compact-list li {
    font-size: 18px;
}

.metric-lines {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
}

.metric-lines div {
    padding: 24px 20px 24px 0;
    border-bottom: 1px solid var(--line);
}

.metric-lines strong {
    display: block;
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 30px;
    line-height: 1;
}

.metric-lines span {
    color: var(--muted);
    font-weight: 800;
}

.trust-lines {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust-lines span {
    padding: 12px 14px;
    border-left: 4px solid var(--red);
    background: rgba(16, 32, 42, 0.04);
    font-weight: 900;
}

.gallery-strip {
    display: grid;
    grid-template-columns: 1.3fr 0.85fr 0.85fr;
    gap: 16px;
    margin-bottom: 72px;
}

.gallery-strip a {
    display: block;
    overflow: hidden;
}

.gallery-strip img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.gallery-strip a:first-child img {
    height: 470px;
}

.gallery-strip a:hover img {
    transform: scale(1.06);
    filter: saturate(1.18);
}

.web-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.web-gallery img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.web-gallery a {
    overflow: hidden;
}

.web-gallery a:hover img {
    transform: scale(1.08);
    filter: saturate(1.18);
}

.hours-location {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr;
    gap: 20px;
}

.hours-list {
    margin: 0;
	padding-right: 30px;
}

.hours-list div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.hours-list dt {
    font-weight: 900;
}

.hours-list dd {
    margin: 0;
    color: var(--muted);
}

.map-placeholder,
.map-frame {
    min-height: 330px;
    width: 100%;
    border: 0;
    display: grid;
    place-items: center;
    color: var(--white);
    font-weight: 900;
    background:
        linear-gradient(rgba(16, 32, 42, 0.72), rgba(16, 32, 42, 0.72)),
        url("../images/dynamic-placeholder.png") center / cover;
}

.map-link {
    display: inline-flex;
    margin-top: 16px;
}

.review-summary {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
    margin-top: 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 28px 0;
}

.review-score strong {
    display: block;
    font-size: 66px;
    line-height: 1;
}

.review-score span {
    margin-top: 8px;
}

.breakdown {
    display: grid;
    gap: 13px;
}

.breakdown div {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 46px;
    gap: 12px;
    align-items: center;
    color: var(--muted);
    font-weight: 800;
}

.breakdown em {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(16, 32, 42, 0.12);
}

.breakdown i {
    display: block;
    height: 100%;
    background: var(--red);
}

.review-list {
    display: grid;
    gap: 26px;
    border-top: 1px solid var(--line);
}

.review-list article {
    padding: 26px 0;
    border-bottom: 1px solid var(--line);
}

.review-list article>div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.review-list strong a:hover {
    color: #B7862E;
}

.review-list small {
    display: block;
    margin-top: 14px;
    color: var(--ink);
    font-weight: 800;
}

.qa-list {
    border-top: 1px solid var(--line);
}

.qa-list div {
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
}

.qa-list strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
}

/* .related-listings {
    width: min(1180px, calc(100% - 28px));
    margin: 0 auto;
    padding: 20px 0 110px;
} */

.related-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
    border-top: 1px solid var(--line);
}

.related-row a {
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    font-weight: 900;
	padding-top: 0px !important;
}

.related-row img {

}

.related-row a:hover span {
    color: #B7862E;
}

.image-lightbox {
    position: fixed;
    z-index: 1000;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 74px 92px;
    background: rgba(7, 18, 25, 0.92);
}

.image-lightbox.is-open {
    display: flex;
}

.image-lightbox figure {
    width: min(980px, 100%);
    margin: 0;
}

.image-lightbox img {
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
}

.image-lightbox figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    font-weight: 800;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--gold);
    color: var(--ink);
    transform: translateY(-2px);
}

.lightbox-close {
    top: 24px;
    right: 24px;
    padding: 12px 16px;
}

.lightbox-prev,
.lightbox-next {
    top: 50%;
    min-width: 78px;
    padding: 14px 16px;
    transform: translateY(-50%);
}

.lightbox-prev:hover,
.lightbox-next:hover {
    transform: translateY(calc(-50% - 2px));
}

.lightbox-prev {
    left: 24px;
}

.lightbox-next {
    right: 24px;
}

@media (max-width: 900px) {
 .footer-bottom {justify-items: center;}
    .single-title-wrap,
    .single-layout,
    .hours-location,
    .category-single-layout,
    .simple-blog-layout,
    .contact-section {
        grid-template-columns: 1fr;
    }

    .single-side,
    .category-sidebar,
    .blog-side {
        position: static;
    }

    .category-sidebar {
        max-height: none;
    }

    .single-actions {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-strip,
    .related-row,
    .line-list,
    .metric-lines,
    .web-gallery,
    .review-summary {
        grid-template-columns: 1fr;
    }

    .profile-lines div {
        grid-template-columns: 1fr;
        gap: 8px;
    }
	.single-hero h1 {font-size:30px !important;}
	.service-guide-grid {grid-template-columns: repeat(1, 1fr);}
	.service-guide-item {display: flex;}
}

.single-hero h1 {font-size:45px;}

@media (max-width: 460px) {
	.section, .why-section, .featured-section, .testimonial-section{padding:40px  0 ;}
	.hero-panel strong {font-size:35px;}
	  .category-business-card img {width: 100% !important;height: auto !important;}
	.service-guide-item img {width: 120px;height: 130px;}
	.service-guide-grid h3 {font-size:18px;}
	.single-layout {display:block !important;}
	.category-listing-main .section-heading h2{font-size:20px !important;}
    .footer-brand p { max-width: 320px;}
	.site-footer nav {display: grid;}
	.hero-content h1,.category-hero h1,.simple-page-hero h1,.category-single-hero h1,.single-hero h1 {font-size:30px;}
	h2 {font-size:20px;}
	.faq-item span { font-size:18px;}
	.all-category-grid { grid-template-columns: repeat(2, 1fr);}
	.all-category-block span { font-size:18px;}
	
}
@media (max-width: 760px) {
    .single-hero {
        padding-top: 190px;
    }

    .single-actions {
        grid-template-columns: 1fr;
    }

    .category-single-hero,
    .search-hero,
    .services-hero {
        min-height: auto;
        padding-top: 190px;
    }

    .service-guide-item {
        grid-template-columns: 1fr;
    }

    .simple-page-hero,
    .blog-single-hero {
        min-height: auto;
        padding-top: 190px;
    }

    .simple-post-item {
        grid-template-columns: 1fr;
    }

    .simple-post-item img {
        width: 100%;
        height: 220px;
    }

    .blog-featured-image {
        height: 260px;
    }

    .sitemap-links {
        grid-template-columns: 1fr;
    }

    .category-business-card {
        grid-template-columns: 1fr;
    }

    .category-business-card img {
        width: 96px;
        height: 96px;
    }

    .image-lightbox {
        padding: 72px 18px 34px;
    }

    .lightbox-prev,
    .lightbox-next {
        top: auto;
        bottom: 18px;
        transform: none;
    }

    .lightbox-prev:hover,
    .lightbox-next:hover {
        transform: translateY(-2px);
    }
}

.mobile-menu-button{
    display:none;
    flex-direction:column;
    gap:5px;
    background:none;
    border:none;
    cursor:pointer;
    padding:0;
}

.mobile-menu-button span{
    display:block;
    width:28px;
    height:3px;
    background:var(--gold);
    transition:.3s;
}
 
@media (max-width:980px){
	.footer-brand p {max-width: 100%; text-align:center;}
	.footer-brand .brand{display:flex !important;}
.footer-main {
        grid-template-columns: 1fr;
    }
    .mobile-menu-button{
        display:flex;
    }

    .main-nav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        padding:20px;
        flex-direction:column;
        gap:15px;
        z-index:9999;
        box-shadow:0 10px 30px rgba(0,0,0,.1);
		border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(16, 32, 42, 0.72);
  color: var(--white);
  backdrop-filter: blur(18px);
    }

    .main-nav.is-open{
        display:flex;
    }

    .header-cta{
        display:none;
    }

    .site-header{
        position:fixed;
    }
}

.rating-stars {
    display: inline-flex;
    gap: 2px;
    align-items: center;
	margin-bottom: 0px !important;
}

.rating-stars .star {
    font-size: 18px;
    position: relative;
    color: #ddd;
}

/* FULL STAR */
.rating-stars .star.full {
    color: #f5b301;
}

/* EMPTY STAR */
.rating-stars .star.empty {
    color: #ddd;
}

/* REAL HALF STAR (clean fill) */
.rating-stars .star.half {
    color: #ddd;
    overflow: hidden;
}

/* create full gold star on top half */
.rating-stars .star.half::before {
    content: "★";
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: #f5b301;
}

.line-list.compact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.line-list.compact-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.line-list.compact-list li::before {
    display: none !important;
    content: none !important;
}

.compact-list img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(742%) brightness(92%) contrast(89%) !important;
}

.open-section{
	border-bottom: 1px solid rgba(16, 55, 70, 0.72) !important;
}
}


.line-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.line-list li {
    list-style: none !important;
}

.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* remove bullets completely */
.line-list li::marker {
    content: "";
}

/* icon styling + color filter */
.service-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;

    filter: brightness(0) saturate(100%) invert(58%) sepia(36%) saturate(742%) brightness(92%) contrast(89%) !important;
}

/* bold text */
.service-item span {
    font-weight: 600;
}
.line-list li::before{
	display: none !important
}
.employee-icon svg {
  width: 34px;
  height: 34px;
  color: #b7862e !important;
}
.company-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.employee-row {
  display: flex;
  align-items: center;
	gap:10px
}
.employee-content {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
}
.company-details-grid > div {
  margin-bottom: 10px;
  padding: 16px;
  border: 1px solid #dfe8e2;
  border-radius: 14px;
  background: #f7faf8;
}
.employee-content span {
  font-weight: 700;
}
@media (min-width: 300px) and (max-width: 950px) {
	.company-details-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
}
}

.listing-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.listing-social-links a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 13px;
  border: 0;
  border-radius: 999px;
  color: #000 !important;
  background: #B7862E1A;
  font-weight: 800;
  cursor: pointer;
}

.listing-social-links a:hover {
color: #b7862e !important;
  }

.category-business-card div > a:last-child {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #b7862e !important;
  padding: 12px 20px;
  border-radius: 10px !important;
}

.category-business-card div > a:last-child:hover{
	  background-color: #1D4857 !important;
}

.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* CARD */
.blog-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.blog-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* BODY */
.blog-card-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* CATEGORY */
.blog-category {
    font-size: 12px;
    background: #f2f2f2;
    padding: 4px 10px;
    border-radius: 20px;
    width: fit-content;
}

/* TITLE */
.blog-title {
    font-size: 18px;
    margin: 0;
}

.blog-title a {
    text-decoration: none;
    color: #111;
}

/* DATE */
.blog-date {
    font-size: 13px;
    color: #777;
}

/* READ MORE */
.blog-readmore {
    display: inline-block;
    padding: 10px 16px;
    border: 0;
    border-radius: 6px;
    background: #B7862E;
    color: #fff !important;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    width: fit-content;
}

.blog-readmore:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background:#1D4857;
}

.blog-readmore:active {
    transform: scale(0.98);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .blog-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }

    .blog-card-img img {
        height: 200px;
    }
}
.blog-card.reveal.visible h3, p {
  padding: 10px;
}

/* =========================
   BASE SWIPER LAYOUT
========================= */

.featured-listing-slider {
    position: relative;
    padding-bottom: 90px !important;
}

/* Swiper slide spacing fix */
.featured-listing-slider .swiper-wrapper {
    align-items: stretch;
}

/* =========================
   NAV CONTAINER FIX
========================= */

.swiper-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;

    display: flex;
    justify-content: center;
    gap: 15px;

    height: 0; /* IMPORTANT: removes extra space */
    margin: 0;
    padding: 0;

    z-index: 20;
}

/* =========================
   ARROWS STYLE
========================= */

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 10px !important;
    top: auto !important;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 10;
}

/* center grouping */
.swiper-button-prev {
    left: 50%;
    transform: translateX(-120%);
}

.swiper-button-next {
    left: 50%;
    transform: translateX(20%);
}

/* arrow icons */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 18px !important;

    background-color: #b7862e !important;
    color: #fff !important;

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
}

/* =========================
   TABLET FIX (768px - 1024px)
========================= */

@media (max-width: 1024px) {

    .featured-listing-slider {
        padding-bottom: 75px !important;
    }

    .swiper-button-prev {
        transform: translateX(-110%);
    }

    .swiper-button-next {
        transform: translateX(10%);
    }
}

/* =========================
   MOBILE FIX (<= 768px)
========================= */

@media (max-width: 768px) {

    .featured-listing-slider {
        padding-bottom: 80px !important;
    }

    .swiper-nav {
        bottom: 5px;
        gap: 10px;
    }


    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 14px !important;
    }
}

/* =========================
   SMALL MOBILE (<= 480px)
========================= */

@media (max-width: 480px) {

    .featured-listing-slider {
        padding-bottom: 80px !important;
    }

    .swiper-button-prev {
        transform: translateX(-100%);
    }

    .swiper-button-next {
        transform: translateX(10%);
    }
}

.page-id-24369 .diagonal-strip{
	margin: -41px 0 70px -5%;
}
.review-write{
	border: 0;
  border-radius: 6px;
  background: #B7862E;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  padding: 14px 25px !important;
  text-decoration: none !important;
  margin-top: 30px !important;
}
.review-write:hover{
	border: 0;
  border-radius: 6px;
  background: #1D4857;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  padding: 14px 25px !important;
  text-decoration: none !important;
  margin-top: 30px !important;
}
.single-main p {
  padding: 0px !important;
}
.side-line p{
	padding:0px !important;
}
.related-listings p {
  padding: 0px !important;
}
.related-listings p {
  padding: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}
.writereview {
  margin-top: 30px !important;
}

/*Single Blog FAQ*/

/*Single Blog FAQ - FIXED WITH EVENT/FLEX OVERRIDE*/

#single-post-article .faq-item.event.flex,
#single-post-article .faq-item.event,
#single-post-article .faq-item.flex,
#single-post-article .faq-item {
    width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: #fff !important;
}

#single-post-article .faq-item summary {
    padding: 16px 20px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    list-style: none !important;
    position: relative !important;
    background: #f8f8f8 !important;
    transition: 0.3s !important;
    display: block !important;
}

#single-post-article .faq-item summary::-webkit-details-marker {
    display: none !important;
}

#single-post-article .faq-item summary::after {
    content: "+" !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 24px !important;
    font-weight: bold !important;
    color: #B78730 !important;
}

#single-post-article .faq-item[open] summary {
    background: #B78730 !important;
    color: #fff !important;
}

#single-post-article .faq-item[open] summary::after {
    content: "−" !important;
    color: #fff !important;
}

#single-post-article .faq-content {
    padding: 20px !important;
    border-top: 1px solid #eee !important;
    line-height: 1.7 !important;
    color: #555 !important;
}