.corp-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 0px;
}

body {
    font-size: 16px;
}

@media all and (max-width:1366px) {
    .corp-container {
        max-width: 100%;
        padding: 0px 60px;
    }
}

@media all and (max-width:1024px) {
    .corp-container {
        max-width: 100%;
        padding: 0px 15px;
    }
}

:root {
    --color-red: #9F0615;
    --color-yellow: #EFB900;
    --color-teritory: #1C2C3C;
    --color-black: #000;
    --color-white: #fff;
    --color-gray: #F7F7F7;
}

.row {
    margin-top: unset;
    margin-right: unset;
    margin-left: unset;
}

h1,
.h1 {
    font-size: 42px;
    line-height: 48px;
}

h2,
.h2 {
    font-size: 32px;
    line-height: 38px;
}

h3,
.h3 {
    font-size: 22px;
    line-height: 28px;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 22px;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 20px;
}

h6,
.h6 {
    font-size: 12px;
    line-height: 18px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px !important;
}

a,
.a,
a strong,
strong a {
    text-decoration: none !important;
    cursor: pointer;
    color: var(--color-red);
    font-size: 16px;
}

.site-content a,
.site-content .a,
.site-content a strong,
.site-content strong a {
    color: var(--color-yellow);
}

a:hover,
.a:hover,
a:hover strong,
strong:hover a {
    /* color: #f16b36 !important; */
    color: var(--color-yellow) !important;
}

a:focus {
    outline: none;
}

a:visited {
    color: var(--color-yellow);
}

a:focus-visible {
    outline: unset;
}

p,
.p,
li,
.li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

p:last-child,
.p:last-child,
li:last-child,
.li:last-child {
    margin-bottom: 0;
}

.home-areas-we-service-link {
    color: #1c2c3c !important;
}

/* ********************
spacing utilities
******************** */
.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.slick-slide, .home-fence-process-slide {
    user-select: text;
}

/* ********************
font weight
******************** */
.font-w100 {
    font-weight: 100;
}

.font-w200 {
    font-weight: 200;
}

.font-w300 {
    font-weight: 300;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w900 {
    font-weight: 900;
}

/* =====================
Color
======================*/

.text-red {
    color: var(--color-red);
}

.text-yellow {
    color: var(--color-yellow);
}

.text-teritory {
    color: var(--color-teritory);
}

.bg-red {
    background-color: var(--color-red);
}

.bg-yellow {
    background-color: var(--color-yellow);
}

.bg-teritory {
    background-color: var(--color-teritory);
}

.bg-gray {
    background-color: var(--color-gray);
}

.button:active,
.button:focus,
button:active,
button:focus {
    background: unset;
    color: unset;
}

/* Bullet list styling to match the olive markers in the design */
.red-bullet-point ul,
.red-bullet-point ol {
    margin: 0;
}

.red-bullet-point ul {
    list-style: none;
    padding: 0;
}

.red-bullet-point ul li {
    position: relative;
    padding-left: 40px;
    /* font-weight: 700; */
}

.red-bullet-point ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    /* top: 50%;
    transform: translateY(-50%); */
    width: 12px;
    height: 17px;
    background-image: var(--bullet-point-icon) !important;
    background-size: cover;
}

/* ********************
width
******************** */
.w-80 {
    width: 80%;
}

.w-80 {
    margin: 0 auto !important;
}


/* =====================
Position
======================*/
.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.chaty-channel.chaty-cta-main.chaty-tooltip.has-on-hover.pos-left.active,
.chaty-channel.chaty-cta-close.chaty-tooltip.pos-left,
.chaty-channel.chaty-cta-main.has-on-hover.pos-left,
#chaty-widget-0 .chaty-channel-list{
    bottom: 60px;
    right: 0px;
}

.chaty-svg circle, .chaty-svg ellipse {
    fill: #9f0615;
}

/* *********************
sticky-section
********************* */

.sticky-top-section {
    position: sticky;
    top: 160px;
}

/* **********************************
Button css
********************************** */

.button-arrow-icon {
    padding-left: 5px;
}


.red-yellow-rounded-btn,
.red-teritory-rounded-btn,
.yellow-red-rounded-btn,
.teritory-red-rounded-btn,
.light-white-rounded-btn,
.light-white-teritory-rounded-btn {
    font-family: 'Quicksand';
    font-size: 16px;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 7px;
    text-decoration: none;
    align-self: flex-start;
    transition: background .25s;
    font-weight: 700;
    display: inline-flex;
}

.red-yellow-rounded-btn {
    background-color: var(--color-red);
    color: var(--color-white) !important;
    border: solid 2px var(--color-red) !important;
}

.red-yellow-rounded-btn .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}

.red-yellow-rounded-btn:hover {
    background-color: var(--color-yellow) !important;
    color: var(--color-teritory) !important;
}

.red-yellow-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(53%) saturate(507%) hue-rotate(168deg) brightness(101%) contrast(90%);
}




.red-teritory-rounded-btn {
    background-color: var(--color-red);
    color: var(--color-white) !important;
    border: solid 2px var(--color-red) !important;
}

.red-teritory-rounded-btn .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}

.red-teritory-rounded-btn:hover {
    background-color: var(--color-teritory) !important;
    color: var(--color-white) !important;
}

.red-teritory-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}



.yellow-red-rounded-btn {
    background-color: var(--color-yellow);
    color: var(--color-teritory);
    border: solid 2px var(--color-yellow) !important;
}

.yellow-red-rounded-btn .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(12%) sepia(53%) saturate(507%) hue-rotate(168deg) brightness(101%) contrast(90%);
}

.yellow-red-rounded-btn:hover {
    background-color: var(--color-red);
    color: var(--color-white) !important;
}

.yellow-red-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}



.teritory-red-rounded-btn {
    background-color: var(--color-teritory);
    color: var(--color-white) !important;
    border: solid 2px var(--color-teritory) !important;
}

.teritory-red-rounded-btn .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}

.teritory-red-rounded-btn:hover {
    background-color: var(--color-red) !important;
    color: var(--color-white) !important;
}

.teritory-red-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}



.light-white-rounded-btn {
    background-color: var(--color-white);
    color: var(--color-teritory) !important;
    border: solid 2px var(--color-white) !important;
}

.light-white-rounded-btn:hover {
    background-color: transparent;
    color: var(--color-white) !important;
}

.light-white-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}


.light-white-teritory-rounded-btn {
    background-color: var(--color-white);
    color: var(--color-teritory) !important;
}

.light-white-teritory-rounded-btn:hover {
    background-color: var(--color-teritory);
    color: var(--color-white) !important;
}

.light-white-teritory-rounded-btn:hover .button-arrow-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(2%) hue-rotate(144deg) brightness(108%) contrast(101%);
}


.header-top-appointment-detail .light-oilve-green-btn:hover .header-top-appointment-btn {
    color: var(--color-olive) !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0;
    line-height: 0;
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    /* square, not round */
    background-color: #f0e9dd;
    /* beige — inactive */
    font-size: 0;
    /* hide the "1" "2" text */
    line-height: 0;
    color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* slick adds a ::before with the number — kill it */
.slick-dots li button::before {
    display: none;
    content: '';
}

.practitioners-section .slick-dots li button {
    background-color: #c7c7c7;
}

.slick-dots li.slick-active button,
.practitioners-section .slick-dots li.slick-active button {
    background-color: var(--color-teritory);
    /* olive green — active */
}


.button-arrow-icon-reverse {
    rotate: 180deg;
}

/* =====================
 Scroll Css 
 ======================*/

.scroll {
    overflow-y: auto;
    height: 480px;
    padding-right: 15px;
}

.scroll:focus,
.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll:focus::-webkit-scrollbar,
.scroll::-webkit-scrollbar,
.scroll1:focus::-webkit-scrollbar,
.scroll1::-webkit-scrollbar,
.scroll2:focus::-webkit-scrollbar,
.scroll2::-webkit-scrollbar {
    width: 1px;
}

.scroll:focus::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-track,
.scroll1:focus::-webkit-scrollbar-track,
.scroll1::-webkit-scrollbar-track,
.scroll2:focus::-webkit-scrollbar-track,
.scroll2::-webkit-scrollbar-track {
    background: transparent;
}

.scroll:focus::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb,
.scroll1:focus::-webkit-scrollbar-thumb,
.scroll1::-webkit-scrollbar-thumb,
.scroll2:focus::-webkit-scrollbar-thumb,
.scroll2::-webkit-scrollbar-thumb {
    background: #FF9C01;
    border-radius: 20px;
}

.scroll:hover::-webkit-scrollbar-thumb,
.scroll1:hover::-webkit-scrollbar-thumb,
.scroll2:hover::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

.scroll-content {
    overflow-y: auto;
    height: 130px;
    /* tweak to fit your overlay */
    padding-right: 8px;
}

.scroll-content:focus,
.scroll-content {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-content::-webkit-scrollbar,
.scroll-content:focus::-webkit-scrollbar {
    width: 4px;
    /* your .scroll uses 1px — bump up if you want it visible */
}

.scroll-content::-webkit-scrollbar-track,
.scroll-content:focus::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-content::-webkit-scrollbar-thumb,
.scroll-content:focus::-webkit-scrollbar-thumb {
    background: #f5ecdb;
    border-radius: 20px;
}

.scroll-content:hover::-webkit-scrollbar-thumb {
    background: #f5ecdb;
}

/* =====================
Patch Section
======================*/

.downside-patch-wrap,
.upside-patch-wrap {
    position: relative;
    z-index: 2;
}

.downside-patch,
.upside-patch {
    position: absolute;
    width: 100%;
}

.downside-patch .downside-patch-image,
.upside-patch .upside-patch-image {
    width: 100%;
}

.downside-patch {
    bottom: -2px;
}

.upside-patch {
    z-index: 1;
    top: -2px;
}

/* =====================
Header Section
======================*/

/* Desktop: show the desktop top-row menu, hide the combined #primary-menu */

.site-header .site-branding img {
    width: 200px;
}

.no-header-margin .site-header {
    padding-bottom: 10px !important;
    border: none;
}

.site-header {
    border-bottom: unset;
}

/* or block, per your layout */

nav#site-navigation {
    display: flex;
    align-items: center;
}

ul#desktop-main-menu li a,
ul#services-menu li a,
.main-navigation ul li a {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0;
}

ul#services-menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 38px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 0px 70px;
}

ul#services-menu>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* base state — add transition + transform origin */
ul#primary-menu .menu-item ul.sub-menu .menu-item-has-children,
.main-navigation ul#primary-menu li.menu-item-has-children {
    position: relative;
}

ul#primary-menu .menu-item ul.sub-menu .menu-item-has-children:before,
.main-navigation ul#primary-menu li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: -16px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transition: transform 0.3s ease, border-top-color 0.3s ease;
    transform-origin: center 3px;
    /* keeps it spinning around its own middle */
}

/* hover, open, or active — rotate 180° and recolor */
.main-navigation ul#primary-menu li.menu-item-has-children:hover:before,
.main-navigation ul#primary-menu li.menu-item-has-children.current-menu-item:before,
.main-navigation ul#primary-menu li.menu-item-has-children.current-menu-parent:before,
.main-navigation ul#primary-menu li.menu-item-has-children.current-menu-ancestor:before {
    border-top-color: var(--color-yellow);
    /* your orange accent */
}

ul#primary-menu li ul.sub-menu {
    padding-top: 40px;
    top: 0;
    z-index: -1;
}

.main-navigation ul li.menu-item-has-children ul li a {
    color: var(--color-white) !important;
    background-color: var(--color-teritory) !important;
}

.main-navigation ul li.menu-item-has-children ul li.current-menu-item a,
.main-navigation ul li.menu-item-has-children ul li:hover a {
    color: var(--color-teritory) !important;
    background-color: var(--color-yellow) !important;
    font-weight: 700;
}

.main-navigation ul#primary-menu li.menu-item-has-children:hover:before {
    transform: rotate(180deg);
}

.header-services-bar {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.header-top-bar-book-btn-wrap {
    column-gap: 20px;
}

.site-header-inner {
    padding-top: 18px;
    padding-bottom: 10px;
}

.header-top-social-link,
.footer-social-link {
    position: relative;
    z-index: 0;
}

.header-top-social-link,
object.pregnancy-cta-contact-detail-icon,
object.banner-appointment-icon {
    filter: invert(83%) sepia(21%) saturate(228%) hue-rotate(64deg) brightness(86%) contrast(82%);
}

.header-top-social-link:hover,
.footer-social-link:hover {
    bottom: 3px;
}

.header-top-social-link,
.footer-social-link {
    bottom: 0;
}

.header-top-appointment-detail .header-top-appointment-icon {
    padding-right: 5px;
}

.pregnancy-cta-contact-detail-icon {
    padding-right: 10px;
}

.header-top-social-media-icon,
.footer-social-media-icon {
    position: relative;
    z-index: -1;
}

.header-contact-phone-detail {
    margin-left: 39px;
    column-gap: 10px;
}

.header-top-mail-detail {
    column-gap: 10px;
    align-items: center;
}

img.header-top-mail-icon {
    height: 18px;
    width: 18px;
}

/* .main-navigation ul li.current-menu-item, .main-navigation ul li:hover {
    color: var(--color-yellow) !important;
} */

/* ********************
Footer Section
******************** */
.footer-main-section {
    column-gap: 80px;
}

.footer-logo-with-text {
    width: 30%;
}

.marj-other-services-with-social-section,
.footer-contact-detail {
    width: 18%;
}

.footer-fencing-services-menu-section {
    width: 14%;
}

.footer-contact-detail {
    flex-direction: column;
}

ul#menu-fencing-services,
ul#menu-policy-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-policy-menu {
    display: flex;
    column-gap: 30px;
}

ul#menu-fencing-services li a,
ul#menu-policy-menu li a,
.footer-contact-detail a {
    color: var(--color-white);
}

.footer-contact-phone-detail,
.footer-contact-mail-detail {
    column-gap: 10px;
}

.site-footer .footer-wrap-setion {
    border-bottom: solid 1px #fff;
}

.footer-social-wrap {
    column-gap: 10px;
}

.footer-social-wrap .footer-social-link {
    background-color: #FFFFFF1A;
    border-radius: 7px;
}

.site-footer .site-info {
    font-size: 16px;
}

.site-footer .bottom-bar .corp-container {
    -ms-flex-align: unset;
    align-items: unset;
}

.footer-cta-section {
    position: relative;
    background-color: #1C2C3C;
    padding: 65px 0px 155px;
}

.footer-cta-section:before {
    position: absolute;
    content: '';
    background-image: var(--footer-cta-bg-img);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* =====================
Home Banner Section
======================*/

.banner-section {
    position: relative;
    overflow: hidden;
}

.home-banner-main-section {
    position: relative;
    z-index: 1;
    /* height: 840px; */
    height: 80vh;
    display: flex;
    align-items: flex-end;
    background-position: right;
    border-radius: 0px 0px 50px 50px;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 100px;
}

.home-banner-main-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1C2C3C 0%, rgba(28, 44, 60, 0) 27.39%), linear-gradient(261.44deg, rgba(0, 0, 0, 0) 36.31%, #1C2C3C 77.5%);
    z-index: 0;
    background-size: cover;
}

.home-banner-section-wrap {
    width: 50%;
}

/* Left content column */
.banner-content-col {
    display: flex;
    align-items: center;
    z-index: 0;
}

.banner-title {
    width: 80%;
}

.banner-content {
    margin-left: auto;
}

.banner-btn-wrap {
    column-gap: 15px;
}

/* Checklist */
.banner-checklist-label {
    margin-bottom: 18px;
}

.banner-checklist {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 16px;
    margin-bottom: 36px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.3;
}

.check-badge {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-olive);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.check-item p,
.service-area-item p,
p.pregnancy-cta-btn-text,
.light-oilve-green-rounded-btn p {
    margin-bottom: 0;
}


.services-check-list {
    width: 100%;
    row-gap: 15px;
}

.services-check-item {
    width: 100%;
    column-gap: 12px;
}

/* Google rating — single uploaded graphic */
.google-rating-wrap {
    display: inline-block;
}

.google-rating-img {
    max-width: 280px;
    height: auto;
    display: block;
}

/* span.banner-call-btn-text {
    color: #f16b36;
} */

.light-white-rounded-btn:hover span.banner-call-btn-text {
    color: var(--color-olive);
}

.google-rating-wrap {
    position: absolute;
    right: 20px;
    bottom: 0;
}

/* On large screens give the hero a comfortable full height */
@media (min-width: 992px) {
    .banner-media {
        min-height: 100vh;
    }
}

/* Stack image above content on mobile; checklist becomes two columns */
@media (max-width: 991.98px) {
    .banner-content {
        margin: 0 auto;
    }

    .banner-checklist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =====================
Home Feature Section
======================*/

section#features {
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

/* White rounded container holding all four items */
.features-card {
    background: var(--color-teritory);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
}

.feature-icon {
    display: inline-flex;
    width: 64px;
    height: 64px;
    color: var(--color-oilve);
    /* line-art olive icons */
    margin-bottom: 16px;
}

.feature-item {
    padding: 10px;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-label,
.feature-item {
    margin: 0;
}

/* =====================
Home About Section
======================*/

.home-about-col-media {
    position: relative;
    width: 43%;
}

.home-about-col-body {
    width: 54%;
}

span.home-about-eyebrow {
    position: absolute;
    bottom: -60px;
    right: 15px;
}

.home-about-col-media,
.approach-image-wrap {
    padding-right: 80px;
}

.home-about-figure,
.home-fencing-solutions-figure,
.home-areas-we-service-figure {
    height: 100%;
}

.home-about-figure .home-about-image,
.home-fencing-solutions-figure .home-fencing-solutions-image,
.home-areas-we-service-figure .home-areas-we-service-image {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
}

.home-about-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
}

.home-about-text:last-child {
    margin-bottom: 0;
}

/* .about-col-media {
    padding-left: 0px !important;
} */

.home-about-section {
    position: relative;
}

.home-about-section:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/08/about-BG-Shape.svg);
    background-size: cover;
    height: 461px;
    width: 720px;
    right: 0;
    bottom: 0;
}


/* =======================
Home Fencing Safety Secction
======================== */
.fencing-card-icon-img {
    height: 111px;
}

.fencing-card-list {
    column-gap: 30px;
}

.fencing-card-wrap {
    width: 18%;
    display: flex;
    background-color: #F7F7F7;
    border-radius: 200px 200px 200px 200px;
    justify-content: flex-start;
    flex-direction: column;
    padding: 61px 20px;
}


.home-cta-section {
    position: relative;
    background-color: #1C2C3C;
    padding: 65px 0px;
}

.home-cta-section::before {
    position: absolute;
    content: '';
    background-image: var(--home-cta-bg-img);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.home-trust-fencing-section {
    position: relative;
    background-color: #1C2C3C;
    padding: 120px 0px 0px;
}

.home-trust-fencing-section:before {
    position: absolute;
    content: '';
    background-image: var(--home-trust-fencing-bg-img);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.home-trust-fencing-content {
    width: 70%;
}

.home-trust-fencing-img-section {
    width: 30%;
}

.home-trust-fencing-img {
    width: 100%;
}

.home-trust-fencing-img-wrap {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* ======================
Home Key Clients Section
======================== */

.home-key-client-title {
    width: 25%;
    padding: 0 40px;
}

.home-key-clients-logo-list {
    width: 75%;
    column-gap: 16px;
    row-gap: 40px;
    background-color: #fff;
    position: relative;
}

.home-key-clients-wrap {
    background-color: #F7F7F7;
}

.home-key-clients-logo-list:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2026/08/key-client-patch.svg);
    height: 100%;
    width: 100%;
    left: -40px;
    background-repeat: no-repeat;
}

.home-key-clients-logo-item {
    width: 18%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

/* =====================
Home Professional Fencing Section
======================== */

.home-professional-fencing-content-wrap {
    display: flex;
}

.home-professional-fencing-title,
.home-professional-fencing-content {
    width: 50%;
}

.home-professional-fencing-services-item {
    padding: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    margin: 10px;
    width: 31%;
}

.home-professional-fencing-services-item-img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}


.home-professional-fencing-services-item-link .teritory-red-rounded-btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.home-professional-fencing-services-item-content.text-teritory {
    min-height: 180px;
}

/* ======================
Home Preferred Suppliers Section
======================== */

section.home-preferred-suppliers-brands-main-section {
    overflow: hidden;
}

.home-preferred-suppliers-brands-images-section {
    padding: 0 20px;
}

.home-preferred-suppliers-brands-images {
    margin: 0 10px;
    background-color: #F7F7F7;
    border-radius: 7px;
}

img.home-preferred-suppliers-brands-img {
    width: 100%;
}

/* =========================================================
   Home Fence Installation Process
   ========================================================= */

.home-fence-installation-process-section {
    width: 100%;
    overflow: hidden;
}


/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */

.home-fence-process-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.home-fence-process-heading-wrap {
    max-width: 850px;
}

/* .home-fence-process-title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #263548;
} */

/* .home-fence-process-intro {
    margin: 0;
    color: #263548;
    font-size: 14px;
    line-height: 1.6;
} */

.home-fence-process-intro p {
    margin: 0;
}


/* ---------------------------------------------------------
   Slider Arrows
   --------------------------------------------------------- */

button.home-fence-process-prev.slick-arrow,
button.home-fence-process-next.slick-arrow {
    background: #FFFFFF;
    box-shadow: 0px 0px 91px rgb(0 0 0 / 60%);
    border-radius: 10px;
    padding: 10px;
}

button.home-fence-process-prev.slick-arrow,
button.home-fence-process-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

button.home-fence-process-prev.slick-arrow {
    left: 10px;
}

button.home-fence-process-next.slick-arrow {
    right: 10px;
}

/* ---------------------------------------------------------
   Slider
   --------------------------------------------------------- */

.home-fence-process-slider {
    margin-left: -8px;
    margin-right: -8px;
}

.home-fence-process-slide {
    padding: 8px;
    box-sizing: border-box;
}

.home-fence-process-slider {
    padding: 0px 20px;
}


/* Slick list */

.home-fence-process-slider .slick-list {
    overflow: hidden;
    padding-top: 10px;
}


/* Slick track */

.home-fence-process-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.home-fence-process-slider .slick-slide {
    height: auto;
}

.home-fence-process-slider .slick-slide>div {
    height: 100%;
}


/* ---------------------------------------------------------
   Process Card
   --------------------------------------------------------- */

.home-fence-process-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    min-height: 252px;
    padding: 40px 28px 28px;
    border: 1px dashed #8994a1;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}


/* ---------------------------------------------------------
   Step Label
   --------------------------------------------------------- */

.home-fence-process-step {
    position: absolute;
    top: -15px;
    left: 12px;
    min-width: 100px;
    padding: 7px 16px;
    border-radius: 6px;
    background: #b40018;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
}


/* ---------------------------------------------------------
   Icon
   --------------------------------------------------------- */

.home-fence-process-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
}

.home-fence-process-icon {
    display: block;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
}

.home-fence-process-card-content {
    color: #263548;
}

.home-fence-process-card-content p {
    margin: 0;
}


/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .home-fence-process-title {
        font-size: 27px;
    }

    .home-fence-process-header {
        margin-bottom: 32px;
    }

    .home-fence-process-card {
        min-height: 250px;
        padding-left: 22px;
        padding-right: 22px;
    }

}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .home-fence-process-header {
        display: block;
        margin-bottom: 30px;
    }

    .home-fence-process-title {
        font-size: 25px;
        margin-bottom: 8px;
    }

    .home-fence-process-intro {
        font-size: 14px;
    }

    .home-fence-process-arrows {
        margin-top: 20px;
    }

    .home-fence-process-slider {
        margin-left: -5px;
        margin-right: -5px;
    }

    .home-fence-process-slide {
        padding-left: 5px;
        padding-right: 5px;
    }

    .home-fence-process-card {
        min-height: 250px;
    }

}


/* =========================================================
   Home Residential & Commercial Fencing Solutions Section
   ========================================================= */

.home-fencing-solutions-content,
.home-fencing-solutions-media,
.home-areas-we-service-media,
.home-areas-we-service-content {
    width: 48%;
}

.home-fencing-solutions,
.home-areas-we-service {
    column-gap: 30px;
}

.home-areas-we-service-section,
.home-fencing-solutions-section {
    background-color: #F7F7F7;
}

.home-areas-we-service-list {
    column-gap: 10px;
    row-gap: 10px;
}

.home-areas-we-service-item {
    width: max-content;
    min-width: 23%;
    text-align: center;
    border: solid 1px #1c2c3c1a;
    border-radius: 7px;
    padding: 10px;
}

.home-fencing-solutions-media img.home-fencing-solutions-image,
.home-areas-we-service-media img.home-areas-we-service-image {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* =========================================================
   Why Choose Marj Fencing Section
   ========================================================= */

.home-why-choose-marj-section {
    position: relative;
    width: 100%;
    min-height: 610px;
    background-image: var(--why-choose-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ---------------------------------------------------------
   Dark Background Overlay
   --------------------------------------------------------- */

.home-why-choose-marj-overlay {
    position: absolute;
    inset: 0;
    background: rgba(16, 31, 46, 0.82);
    z-index: 1;
}


/* ---------------------------------------------------------
   Main Wrapper
   --------------------------------------------------------- */

.home-why-choose-marj-inner {
    position: relative;
    z-index: 2;
    min-height: 610px;
}


/* ---------------------------------------------------------
   Main Layout
   --------------------------------------------------------- */

.home-why-choose-marj-layout {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 610px;
}


/* ---------------------------------------------------------
   Left Content
   --------------------------------------------------------- */

.home-why-choose-marj-content {
    width: 58%;
    padding: 40px 35px 40px 10px;
    box-sizing: border-box;
    color: #fff;
}


/* ---------------------------------------------------------
   Title
   --------------------------------------------------------- */

/* .home-why-choose-marj-title {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
} */

/* .home-why-choose-marj-title span {
    color: #f7c500;
} */


/* ---------------------------------------------------------
   Main Description
   --------------------------------------------------------- */

.home-why-choose-marj-description {
    max-width: 600px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
}

.home-why-choose-marj-description p {
    margin: 0 0 12px;
}

.home-why-choose-marj-description p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Points Grid
   --------------------------------------------------------- */

.home-why-choose-marj-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 35px;
    row-gap: 18px;
    margin: 20px 0 20px;
    max-width: 680px;
}


/* ---------------------------------------------------------
   Individual Point
   --------------------------------------------------------- */

.home-why-choose-marj-point {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 44px;
}


/* ---------------------------------------------------------
   Point Icon
   --------------------------------------------------------- */

.home-why-choose-marj-point-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    border-radius: 4px;
    background: #fff;
}

.home-why-choose-marj-point-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* ---------------------------------------------------------
   Bottom Content
   --------------------------------------------------------- */



.home-why-choose-marj-bottom-content p {
    margin: 0 0 8px;
}

.home-why-choose-marj-bottom-content p:last-child {
    margin-bottom: 0;
}


/* ---------------------------------------------------------
   Right Image
   --------------------------------------------------------- */

.home-why-choose-marj-image-wrap {
    position: relative;
    width: 42%;
    min-height: 610px;
    margin-left: auto;
    overflow: hidden;
}

.home-why-choose-marj-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
    object-position: center;
}


/* *************************
 Home Gallery Page CSS
************************** */

.gallery-grid-item .gallery-grid-img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

/* ===================================
FAQ Page CSS
=================================== */
.faq-main-section .accordion {
    --bs-accordion-border-width: 0;
    /* kill Bootstrap's default borders */
    display: flex;
    flex-direction: column;
}

/* Each item is a separate rounded card */
.faq-main-section .accordion-item {
    border-bottom: solid 1px #9F0615;
    border-radius: 0;
    color: var(--color-teritory);
}

/* Open item turns beige */
/* .faq-main-section .accordion-item:has(.accordion-collapse.show) {
    background: var(--color-beige);
} */

/* ---- Question button ---- */
.faq-main-section .accordion-button {
    background: transparent;
    padding: 20px 0;
    box-shadow: none;
    font-weight: 700;
    padding-right: 30px;
}

.faq-main-section .accordion-button:not(.collapsed) {
    background: transparent;
    /* keep beige from the item, not blue */
    color: var(--color-red);
    box-shadow: none;
}

/* Focus ring: replace Bootstrap blue with your olive */
/* .faq-main-section .accordion-button:focus {
    box-shadow: none;
    outline: none;
} */

/* ---- Custom chevron arrow ---- */
.faq-main-section .accordion-button:not(.collapsed)::after {
    margin-top: 2px;
    background-image: url(/wp-content/uploads/2026/08/faq-minuse-icon.svg);
}

.faq-main-section .accordion-button::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2026/08/faq-plus-icon.svg);
    transform: none;
    margin-top: 0;
    transition: transform .2s ease;
    display: inline-block;
    right: 0;
    position: absolute;
    background-size: auto;
}

/* ---- Answer body ---- */
.faq-main-section .accordion-body {
    padding: 0 0 20px;
    line-height: 1.7;
}


.faq-main-section .accordion-button:hover,
.faq-main-section .accordion-button:focus {
    z-index: 2;
    background: transparent;
    color: var(--color-red);
    outline: none;
    box-shadow: none;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0px;
}

.ti-widget.ti-goog .ti-fade-container {
	display:flex !important;
	align-items: center;
	column-gap: 10px !important;
}

.ti-widget.ti-goog .ti-fade-container:nth-child(1) {
    gap: 11px !important;
}
/* ---------------------
Responsive
--------------------- */
@media (max-width:1600px) {
	.home-banner-main-section {
    	position: relative;
    	z-index: 1;
    	height: 85vh;
	}
}
@media (min-width:1600px) {

    .logo-pattern-left-small:before,
    .logo-pattern-right-small:after {
        width: 6%;
    }

    .home-trust-fencing-img-wrap {
        width: revert-rule;
    }
}

/* .corp-container 40px padding — landscape tablet + portrait tablet share the
   same rule, so they are grouped here */
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1),
(min-width:769px) and (max-width:1024px) {
    .home-banner-section-wrap {
        width: 70%;
    }

    .main-navigation ul li a {
        font-size: 14px;
    }

    .footer-main-section {
        column-gap: 40px;
        row-gap: 30px;
    }

    .home-banner-main-section:before {
        background: linear-gradient(180deg, #1C2C3C 0%, rgba(28, 44, 60, 0) 27.39%), linear-gradient(261.44deg, rgba(0, 0, 0, 0) 36.31%, #1C2C3C 77.5%);
    }

    .fencing-card-wrap {
        width: 23%;
    }

    .about-col-media,
    .about-col-body {
        width: 100%;
    }

    .about-col-media {
        padding-right: 0px;
    }

    .site-header .site-branding>* {
        width: 180px;
    }

    .main-navigation ul li {
        margin: 0 30px -10px 0;
    }

    /* .footer-wrap-setion {
        margin-top: 80px;
    } */


    .tab-content>.red-bullet-point.active ul {
        column-count: 3;
    }

    .footer-logo-with-text {
        width: 100%;
    }

    .footer-fencing-services-menu-section,
    .marj-other-services-with-social-section,
    .footer-contact-detail {
        width: 30%;
    }

    .home-areas-we-service-item {
        min-width: 31%;
    }

    .home-professional-fencing-services-item {
        width: 46%;
    }
}

/* .pregnancy-cta-info width:48% — two adjacent ranges (1025–1200 & 1201–1280)
   collapsed into a single range */
@media (min-width:1281px) and (max-width:1366px){
	.home-banner-main-section {
		height: 600px;
	}
	.banner-title {
		width: 90%;
	}
}
@media (min-width:1025px) and (max-width:1280px) {
    .home-banner-section-wrap {
        width: 70%;
    }

    .main-navigation ul li a {
        font-size: 14px;
    }

    .footer-main-section {
        column-gap: 40px;
        row-gap: 30px;
    }

    .home-banner-main-section:before {
        background: linear-gradient(180deg, #1C2C3C 0%, rgba(28, 44, 60, 0) 27.39%), linear-gradient(261.44deg, rgba(0, 0, 0, 0) 36.31%, #1C2C3C 77.5%);
    }

    .fencing-card-wrap {
        width: 23%;
    }

    .about-col-media,
    .about-col-body {
        width: 100%;
    }

    .about-col-media {
        padding-right: 0px;
    }

    .site-header .site-branding>* {
        width: 180px;
    }

    .main-navigation ul li {
        margin: 0 30px -10px 0;
    }

    /* .footer-wrap-setion {
        margin-top: 80px;
    } */


    .tab-content>.red-bullet-point.active ul {
        column-count: 3;
    }

    .footer-logo-with-text {
        width: 100%;
    }

    .footer-fencing-services-menu-section,
    .marj-other-services-with-social-section,
    .footer-contact-detail {
        width: 30%;
    }

    .home-areas-we-service-item {
        min-width: 31%;
    }

    .home-professional-fencing-services-item {
        width: 46%;
    }
	.home-banner-main-section {
		height: 600px;
	}
}

@media (max-width:768px) {

    h1,
    .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .site-header,
    .masthead-sentinel {
        margin-bottom: 0px !important;
    }

    #mobile-navigation ul li {
        margin: 0
    }


    #mobile-navigation ul li.current_page_parent .dropdown-toggle {
        color: #fff !important;
    }

    #mobile-menu-button {
        right: 0;
        top: 0
    }

    #mobile-menu-button svg {
        height: 30px;
        width: 30px
    }

    #mobile-navigation ul li .dropdown-toggle {
        padding: 0 20px;
        right: 0;
        top: 0;
        font-size: unset;
        color: var(--color-yellow) !important;
    }

    #mobile-navigation ul li.current-menu-item .dropdown-toggle {
        color: var(--color-yellow) !important;
    }

    #mobile-navigation ul li.current-menu-parent .dropdown-toggle,
    #mobile-navigation ul li:hover .dropdown-toggle,
    #mobile-navigation ul li .dropdown-toggle.toggle-open {
        color: var(--color-teritory) !important;
    }

    #mobile-navigation ul li {
        margin-bottom: 0;
        font-family: 'Gotham Book';
        text-transform: capitalize;
    }

    #mobile-navigation ul li a {
        /* background: #000;
        color: #fff !important; */
        background: #ffffff;
        color: #000 !important;
        font-size: 14px;
        text-transform: capitalize;
    }

    /* #mobile-navigation ul li.current-menu-item a {
        color: #f16b36 !important;
        font-weight: 700;
    } */

    #mobile-navigation ul li.current-menu-item ul li a {
        color: #1d1d1d !important;
        font-weight: 700;
    }


    .header-get-quote-btn-wrap,
    .google-rating-wrap,
    .home-about-eyebrow {
        display: none;
    }


    /* Active child page - submenu item */
    /* #mobile-navigation ul .sub-menu li.current-menu-item>a,
    #mobile-navigation ul li.current-menu-ancestor>a,
    #mobile-navigation ul li.current-menu-parent>a,
    #mobile-navigation ul li.current-menu-item>a,
    #mobile-navigation ul li:hover>a,
    #mobile-navigation ul li.current-menu-parent.menu-item-has-children ul li a {
        color: var(--color-white) !important;
        font-weight: 700;
        background-color: var(--color-teritory) !important;
    }

    #mobile-navigation ul .sub-menu li a,
    #mobile-navigation ul li.current-menu-parent.menu-item-has-children>a {
        background-color: var(--color-teritory) !important;
        color: var(--color-white) !important;
        font-weight: 700;
    } */

    nav#site-navigation {
        order: 1;
    }

    /* Explicit click-close beats hover */
    .header-services-bar .services-menu>li.is-closed:hover>.sub-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(0);
    }

    /* keep the arrow pointing "closed" while force-closed */
    .header-services-bar .services-menu>li.is-closed:hover .services-arrow {
        transform: rotate(45deg);
        margin-top: -3px;
    }

    .site-header .site-branding img {
        width: 160px
    }

    .dropdown-toggle::after {
        margin-left: 0;
        vertical-align: 0;
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-bottom: 0;
        border-left: 6px solid transparent
    }

    .home-banner-section-wrap,
    .service-area-list,
    .pregnancy-cta-content,
    .pregnancy-cta-info,
    .footer-logo-with-text,
    .footer-contact-gmap,
    .footer-contact-address-detail,
    .footer-contact-phone-detail,
    .footer-contact-mail-detail,
    .footer-contact-payment-detail,
    .home-happy-patients-content-wrap,
    .home-happy-patients-image-wrap,
    .home-what-our-clients-say-review.text-teritory,
    .w-80 {
        width: 100%;
    }

    .services-check-item,
    .home-what-our-clients-say-header.d-flex.flex-wrap {
        display: flex;
        justify-content: center;
    }

    .fencing-card-wrap {
        width: 23%;
    }

    .service-area-item,
    .footer-quick-menu-section,
    .footer-product-menu-section {
        width: 49%;
    }

    #site-navigation #primary-menu,
    #site-navigation #desktop-main-menu,
    .header-services-bar,
    .logo-pattern-right:after {
        display: none !important;
    }

    .pregnancy-cta-wrap,
    .pregnancy-cta-section {
        padding: 0;
    }

    .pregnancy-cta-wrraper {
        padding: 20px;
    }

    .header-top-bar-wrap,
    .header-contact-phone-detail {
        display: none !important;
    }

    ul#primary-menu li ul.sub-menu {
        padding-top: 0px;
    }

    .footer-social-wrap {
        justify-content: center;
    }

    .about-col-body {
        padding: 0;
    }

    .footer-social-wrap {
        padding-bottom: 20px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .pt-80 {
        padding-top: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .about-row {
        margin: 0;
    }

    .associated-grid {
        gap: 10px;
    }

    .service-area-list {
        row-gap: 20px;
    }

    .home-banner-main-section {
        border-radius: 0px 0px 25px 25px;
    }

    .home-banner-main-section:before {
        background: linear-gradient(0deg, rgb(28 44 60 / 72%), rgb(28 44 60 / 72%));
    }

    .home-banner-main-section {
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .home-banner-section-wrap .light-white-rounded-btn {
        width: 100%;
        justify-content: center;
    }

    .home-banner-section-wrap,
    .about-col-body,
    .footer-logo-with-text,
    .approach-title,
    .home-happy-patients-header,
    .home-areas-we-service-description,
    .home-areas-we-service-content {
        text-align: center;
    }


    .home-banner-section-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    section#features {
        margin-top: 30px;
        z-index: 1;
        position: relative;
    }

    /* .feature-label {
    color: var(--color-teritory) !important;
} */

    /* img.feature-icon-img {
    filter: invert(50%) sepia(11%) saturate(1910%) hue-rotate(170deg) brightness(99%) contrast(97%);
} */

    .write-review-btn-wrap,
    .logo-pattern-right-small:after {
        display: none;
    }

    .banner-btn-wrap {
        display: flex;
        flex-wrap: wrap;
        row-gap: 15px;
        justify-content: center;
    }

    .services-check-list {
        width: 100%;
        row-gap: 30px;
        margin: 0 auto;
        text-align: left;
        column-gap: 5px;
    }

    /* .features-card {
    background: unset;
    border-radius: unset;
    padding: unset;
    box-shadow: unset;
} */

    .pregnancy-cta-wrraper {
        border-radius: unset;
        box-shadow: unset;
    }

    /* .footer-wrap-setion {
    margin-top: 40px;
} */

    .feature-item {
        width: 50%;
    }

    .feature-item-wrap,
    .home-about-flex,
    .home-areas-we-service {
        row-gap: 20px;
    }

    .footer-contact-phone-detail,
    .footer-contact-mail-detail,
    .footer-contact-detail {
        flex-direction: column;
    }

    .footer-contact-phone-detail,
    .footer-contact-mail-detail {
        row-gap: 10px;
    }

    .footer-contact-detail {
        row-gap: 20px;
    }

    .footer-contact-phone-detail,
    .footer-contact-mail-detail,
    .footer-contact-detail {
        width: 100%;
        text-align: center;
    }

    .footer-logo-with-text,
    .footer-fencing-services-menu-section,
    .marj-other-services-with-social-section,
    .footer-contact-detail {
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .fencing-card-wrap {
        margin-bottom: 0px;
        width: 45%;
        padding: 20px 0;
    }

    .home-about-col-body,
    .home-what-our-clients-say-review {
        text-align: center;
    }

    .associated-divider:after {
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: var(--color-olive);
        transform: translateY(-50%);
    }

    section.service-area-section {
        height: 480px;
    }

    .home-about-col-media {
        padding: 0px;
    }

    .associated-figure {
        overflow: hidden;
    }

    .associated-figure .associated-image {
        width: 60%;
        bottom: -90px;
        position: relative;
    }

    .home-banner-main-section {
        height: 710px;
        background-position: Center;
        background-image: var(--background-mobile-image) !important;
        background-size: cover;
    }

    .ti-widget.ti-goog .ti-fade-container:nth-child(1) {
		display:flex;
        top: 10px !important;
        flex-wrap: wrap;
        justify-content: center;

    }

    .ti-widget.ti-goog .ti-fade-container:nth-child(1),
    .home-what-our-clients-say-review.text-teritory {
        position: relative;
    }

    .footer-contact-address-detail,
    .footer-contact-phone-detail,
    .footer-contact-mail-detail {
        padding: 0px 20%;
    }

    .footer-contact-gmap {
        height: 240px;
    }

    .footer-main-section {
        row-gap: 20px;
    }

    ul#menu-policy-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-bottom-bar-policy-menu-section {
        order: -1;
        padding-bottom: 15px;
    }

    .approach-step {
        flex-direction: column;
        text-align: center;
    }

    .quick-enquiry-btn {
        top: 80%;
    }

    #scroll-to-top {
        bottom: 60px;
    }

    .site-footer .bottom-bar {
        background: #ffffff;
        color: #403d39;
        padding-bottom: 70px;
    }

    .home-key-client-title,
    .home-professional-fencing-title,
    .home-professional-fencing-content,
    .home-professional-fencing-servides-item,
    .home-trust-fencing-content {
        text-align: center;
    }

    .home-key-client-title,
    .home-key-clients-logo-list,
    .home-professional-fencing-title,
    .home-professional-fencing-content,
    .home-trust-fencing-content,
    .home-about-col-media,
    .home-about-col-body,
    .home-why-choose-marj-content,
    .home-why-choose-marj-image-wrap,
    .home-fencing-solutions-content,
    .home-fencing-solutions-media,
    .home-areas-we-service-media,
    .home-areas-we-service-content,
    .home-professional-fencing-services-item,
    .contact-inner-half {
        width: 100%;
    }

    .home-key-clients-logo-list:before {
        display: none;
    }

    .home-key-clients-logo-item {
        width: 50%;
    }

    .home-key-clients-logo-list {
        column-gap: 0;
    }

    .home-trust-fencing-img-wrap {
        width: unset;
        position: relative;
    }

    .home-areas-we-service-item {
        width: 48%;
    }

    .red-yellow-rounded-btn,
    .red-teritory-rounded-btn,
    .yellow-red-rounded-btn,
    .teritory-red-rounded-btn,
    .light-white-rounded-btn,
    .light-white-teritory-rounded-btn {
        width: 100%;
        justify-content: center;
        display: inline-flex;
        justify-content: center;

    }

    .home-why-choose-marj-layout {
        flex-wrap: wrap;
    }

    .home-key-clients-wrap,
    .fencing-card-wrap {
        background-color: unset;
    }

    .home-key-client-title {
        padding: 0px 0px 30px 0px;
    }

    .downside-patch,
    .upside-patch,
    .upside-white-patch,
    .downside-white-patch {
        display: none;
    }

    .home-trust-fencing-section {
        padding: 60px 0px 0px;
    }

    .footer-cta-section,
    .home-cta-section {
        padding: 60px 0px;
    }

    .home-why-choose-marj-point {
        flex-direction: column;
        text-align: center;
    }

    .home-why-choose-marj-content {
        padding: 0px;
    }

    .home-why-choose-marj-content {
        text-align: center;
        padding: 20px 0;
    }

    .home-fencing-solutions,
    .home-professional-fencing-services-item {
        text-align: center;
    }

    .home-why-choose-marj-image-wrap {
        padding-bottom: 20px;
    }

    .home-fencing-solutions-content {
        padding: 20px 0px;
    }

    .mobile-sticky-phone {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: var(--color-teritory);
        padding: 12px 20px;
        gap: 8px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .15);
        color: var(--color-yellow) !important
    }

    .mobile-sticky-phone-icon {
        width: 20px;
        height: 20px;
        object-fit: contain
    }
}