body {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3 {
    margin: 0 0 20px;
    color: #0f2347;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 300% !important;
    font-weight: 600;
}

h2 {
    font-size: 225%;
    font-weight: 600;
}

h3 {
    font-size: 150%;
    font-weight: 500;
}

ul,
ol {
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

div#page {
    overflow-x: hidden;
}

.fs-300 {
    font-size: 300%;
}

section {
    padding: 60px 0;
}

section.pink {
    padding: 50px 0;
    background: #ffc3d3;
}

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

section.green {
    padding: 60px 0;
    background: #097f30;
    color: #fff;
}

section.green h2,
section.green h3 {
    color: #fff;
}

.light-pink {
    color: #FFD4E5;
}

section.pink h3 {
    font-size: 140%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

span.text-green {
    color: #3e9934;
}

.bg-primary {
    background-color: #097f30 !important;
}

.page {
    margin: 0 !important;
}

.text-right {
    text-align: right;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 4rem);
    padding-left: var(--bs-gutter-x, 4rem);
}

.link-button {
    background: #00802c;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.link-button:hover {
    color: #fff;
    background: #007e2d !important;
}

.text-primary {
    color: #007e2d !important;
}

.icon-list p {
    margin-bottom: 8px;
}

.icon-list p i {
    color: #f60195;
}

/* Hide Something From Pages */
section.full-page-section {
    padding: 0 !important;
    overflow-x: hidden;
}

.container.full-page-site {
    max-width: 100% !important;
    padding: 0 !important;
}

.col-12.full-page-col {
    padding: 0 !important;
    margin: 0 !important;
}

h1.page-main-title {
    display: none !important;
}

/* Section Label */
.section-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    border-radius: 30px;
    background: rgba(62, 153, 52, .1);
    color: #2d7226;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.section-label.light-label {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}


/* NAVIGATION */

.navbar {
    z-index: 999;
    width: 100%;
    padding: 8px 0;
    box-shadow: 0px 10px 10px -10px #bbb;
    background: #fff;
    position: fixed;
}

.navbar .logo {
    height: 70px;
    transition: all 0.3s;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.pages nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 30px;
    background: #007d2e;
}

.navbar-toggler {
    padding: 0 !important;
}

.navbar-toggler i.fa-solid.fa-bars {
    color: #000;
}

.nav-link {
    color: #2d3748 !important;
    padding: 0 15px !important;
    transition: .2s;
    font-size: 17px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    transition: 0.2s;
}

.nav-link:hover,
.nav-link.active {
    color: #2d7226 !important;
}

.nav-link.active {
    font-weight: 600;
}

.dropdown-menu {
    padding: 1rem;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
}

.dropdown-menu a {
    color: #333;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 10px;
    transition: .2s;
}

.dropdown-menu a:hover {
    background: #fff;
    color: #0a7f2f;
    transition: .2s;
}

.dropdown-menu .nav-item {
    margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0a7f2f;
    background-color: unset;
    font-weight: 600;
}

.nav-item {
    position: relative;
}

/* BUTTONS */
.button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .22s ease;
    white-space: nowrap;
}

.btn-green {
    background: #3e9934;
    color: #fff;
    border-color: #3e9934;
}

.btn-green:hover {
    background: #2d7226;
    border-color: #2d7226;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 153, 52, .35);
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .75);
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, .15);
    border-color: #fff;
    color: #fff;
    transform: translateY(-2px);
}

.btn-navy {
    background: #1B3A6B;
    color: #fff;
    border-color: #1B3A6B;
}

.btn-navy:hover {
    background: #0f2347;
    color: #fff;
    border-color: #0f2347;
    transform: translateY(-2px);
}

.btn-outline-navy {
    background: transparent;
    color: #1B3A6B;
    border-color: #1B3A6B;
}

.btn-outline-navy:hover {
    background: #1B3A6B;
    color: #fff;
    border-color: #1B3A6B;
    transform: translateY(-2px);
}

@media screen and (max-width: 400px) {
    .button-group {
        justify-content: center;
    }

    .button {
        gap: 5px;
        padding: 13px 21px;
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    .button {
        gap: 5px;
        padding: 13px 21px;
        font-size: 12px;
    }
}
/* MAIN */
.hero-section {
    position: relative;
    min-height: 80vh;
    padding: 10vh 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin-top: 88px;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(10, 20, 45, .88) 0%, rgba(27, 58, 107, .65) 55%, rgba(27, 58, 107, .3) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 22px;
    animation: fadeUp .5s ease both;
}

.hero-section h1 {
    font-size: 350%;
    margin-top: 0 !important;
    margin-bottom: 1.5rem;
    font-weight: 800;
    color: #fff;
}

.hero-section h1 span {
    color: #3e9934;
}

.hero-section p {
    font-size: 17px;
    color: rgba(255, 255, 255, .82);
    width: 100%;
    max-width: 660px;
    margin: auto;
    text-align: center;
    margin-bottom: 28px;
    animation: fadeUp .5s .2s ease both;
}

.hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    animation: fadeUp .5s .4s ease both;
}

.hero-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    animation: bounce 2s infinite;
    z-index: 2;
}

.hero-section .main-img {
    border: none;
}

.breadcrumb {
    justify-content: center;
    align-items: center;
}

.site-breadcrumb {
    text-align: center;
    margin: 0;
    margin-bottom: 10px !important;
}

.site-breadcrumb .breadcrumb-item a {
    color: #50c040;
    text-decoration: none;
}

.site-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .4);
}

/* All Pages Hero Section */
.home-page-hero {
    background: url(./assets/img/home-hero.jpeg);
    background-size: cover;
    background-position: center;
}

.about-page-hero {
    background: url(./assets/img/boxes.jpg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}

.houseRemovals-page-hero {
    background: url(./assets/img/home-hero.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}
.wasteDisposal-page-hero{
	 background: url(./assets/img/waste-disposal-hero.jpg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}
.demolition-page-hero{
	background: url(./assets/img/demolition.jpg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}
.longShort-page-hero{
    background: url(./assets/img/boxes2.jpg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}

.contact-page-hero {
    background: url(./assets/img/contact-hero.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 60vh;
}

.main-img {
    border: 5px solid #f60195;
}

/* Quick Bar */
.quick-bar {
    background: #1B3A6B;
    padding: 0;
    overflow: hidden;
    position: relative;
}

/* fade edges */
.quick-bar::before,
.quick-bar::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.quick-bar::before {
    left: 0;
    background: linear-gradient(to right, #1B3A6B, transparent);
}

.quick-bar::after {
    right: 0;
    background: linear-gradient(to left, #1B3A6B, transparent);
}

.quick-track-wrapper {
    overflow: hidden;
    width: 100%;
}

.quick-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.quick-item {
    display: flex;
    xalign-items: center;
    gap: 14px;
    padding: 22px 36px;
    color: rgba(255, 255, 255, .88);
    border-right: 1px solid rgba(255, 255, 255, .1);
    transition: background .2s;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
}

.quick-item:hover {
    background: rgba(255, 255, 255, .06);
}

.quick-item .icon-wrap {
    font-size: 20px;
    color: #4db340;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .2s, transform .2s;
    margin-bottom: 0;
}

.quick-item:hover .icon-wrap {
    background: rgba(77, 179, 64, .18);
    transform: scale(1.08);
}

.quick-item strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.quick-item span {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
}

/* ---- IMAGE STACK About Section ---- */
.img-stack-wrap {
    position: relative;
    min-height: 400px;
}

.img-main {
    width: 80%;
    object-fit: cover;
    height: 360px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
}

.img-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 200px;
    object-fit: cover;
    border: 5px solid #fff;
    z-index: 3;
    border-radius: 20px;
}

.exp-badge {
    position: absolute;
    top: 16px;
    right: 0;
    background: #3e9934;
    color: #fff;
    border-radius: 10px;
    padding: 14px 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(62, 153, 52, .35);
    z-index: 4;
    line-height: 1.4;
}

/* ---- STAT BOXES ---- */
.stat-box {
    padding: 16px 12px;
    background: #f4f7fb;
    border-radius: 10px;
    border: 1px solid #dde5f2;
}

.stat-box span {
    display: block;
    font-size: 34px;
    font-weight: 800;
    color: #1B3A6B;
    line-height: 1;
}

.stat-box p {
    font-size: 11px;
    color: #6b7a8d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 4px 0 0;
}

@media screen and (max-width: 400px) {
    .stat-box span {
        font-size: 25px;
    }
}

/* ---- CHECK ITEMS ---- */
.check-item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 500;
}

.check-item .fa-check-circle {
    color: #3e9934;
    font-size: 16px;
    flex-shrink: 0;
}

.exp-badge span {
    display: block;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}


ul.tick {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0;
}

ul.tick li {
    margin-bottom: 5px;
}

ul.tick li:before {
    content: '✓';
    margin-right: 15px;
    font-size: 150%;
    color: #fff;
}

ul.tick strong {
    font-size: 130%;
    font-weight: lighter;
}

div.img-div-servicing {
    background: url("assets/img/servicing.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

div.service {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #eee;
}

div.service h2 {
    font-size: 130%;
}

img.service {
    border-radius: 10px 10px 0 0;
}

h2.consultation {
    font-size: 200%;
    margin-bottom: 0;
}

.payment-types {
    padding: 20px;
    box-shadow: 0 0 5px 5px #ddd;
    border-radius: 30px 20px;
}

.payment-types .row {
    justify-content: center;
    align-items: center;
}

.payment-types img {
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    display: block;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767.9px) {
    .marquee-content {
        gap: 3rem;
        animation-duration: 25s;
    }
}

/* ---- FOOTER ---- */
.footer {
    background: #0f2347;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.footer-top .footer-title {
    color: #fff;
}

.footer-logo {
    filter: brightness(0) invert(1);
}

.footer-text {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.75;
}

.footer-heading {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px;
}

.footer-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .65);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
    transition: all .2s;
}

.footer-social-btn:hover {
    background: #3e9934;
    color: #fff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links li,
.footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    transition: color .2s;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: #50c040;
}

.footer-links .fas {
    color: #3e9934;
    font-size: 10px;
}

.footer-area-tag {
    padding: 3px 10px;
    background: rgba(255, 255, 255, .07);
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.footer-contact-item {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-contact-item .fas {
    color: #50c040;
    font-size: 12px;
}

.footer-contact-item a {
    color: #50c040;
    text-decoration: none !important;
}
.footer-contact-item a:hover{
	color: #fff;
}
.footer-bottom {
    background: rgba(0, 0, 0, .15);
}

.footer-bottom .copyright {
    color: rgba(255, 255, 255, .35);
    font-size: 14px;
    text-align: center;
}
.footer-bottom .copyright a{
    color: rgba(255, 255, 255, .35);
	text-decoration: underline !important;
}

.footer-bottom .copyright a:hover{
	color: #50c040 !important;
text-decoration: none !important;
}
/* ANIMATION */

@keyframes floatInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.float-left-animate {
    opacity: 0;
    animation-fill-mode: forwards;
}

.float-left-animate-1 {
    animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
    animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
    animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
    animation: floatInLeft 1s ease-out 1.5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-element {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(assets/img/controls.png) !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 992px) {
    .hero-section {
        margin-top: 0;
    }

    .hero-section h1 br {
        display: none;
    }
}

@media only screen and (max-width: 991.9px) {
    .quick-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .quick-grid> :nth-child(2) {
        border-right: none;
    }
}

@media only screen and (max-width: 767.9px) {
    p.check-item {
        margin-bottom: 0 !important;
    }

    h1 {
        font-size: 200% !important;

    }

    h2 {
        font-size: 175%;
    }

    h3 {
        font-size: 150%;
    }

    .navbar-nav {
        text-align: center;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .navbar-nav {
        margin-top: 0;
        padding-bottom: 2rem;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .nav-item {
        margin: 5px 0;
        width: 100%;
    }

    .nav-link {
        font-size: 120%;
        margin-bottom: 15px;
        text-align: center;
    }

    ul.dropdown-menu {
        font-size: 100%;
        text-align: center;
        border: none;
        padding: 0;
        box-shadow: unset;
    }

    ul.dropdown-menu li {
        font-size: 100%;
        padding: unset;
    }

    ul.dropdown-menu li a {
        font-size: 120%;
        border-bottom: unset;
        padding: 0;
        margin-bottom: 25px;
    }

    .logo-wrap {
        position: relative;
        width: 100%;
    }

    .hero-section {
        padding: 50px 0 !important;
    }

    .hero-section h1 br {
        display: none;
    }

    .benefits-bar {
        padding: 15px 0;
    }

    section.pink {
        padding: 40px 0;
    }

    .fs-300 {
        font-size: 175%;
    }

    .payment-types .row {
        gap: unset;
    }

    .payment-types img {
        max-width: 75px;
        margin: 0 auto 20px;
    }

    .main-section {
        text-align: center;
    }

    section p:last-child {
        margin-bottom: 1.5em;
    }

    div.img-div-content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

    .no-pt {
        padding-top: 0;
    }

    .carousel-caption {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 120% !important;
        text-shadow: 0 0 5px #222;
    }

    .carousel-caption h2 {
        font-size: 110% !important;
        text-shadow: 0 0 5px #222;
    }

    ul.tick {
        padding-left: 0;
    }

    ul.tick li {
        margin-bottom: 10px;
    }

    ul.tick.columns-2 {
        column-count: 1;
        margin-bottom: 0;
    }

    .page-template-home ul.tick.columns-2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        position: unset;
        justify-content: unset;
        padding: 23px 0;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }

    .navbar-toggler {
        z-index: 999;
        border: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .btn-header a {
        margin-left: 0;
        display: inline-block;
        margin-bottom: 0;
    }

    .logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 70px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all .3s;
    }

    .navbar-scrolled .logo-mobile {
        width: 115px;
        transition: all .3s;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }

    .animation:after {
        position: unset;
        width: unset;
        border-bottom: unset;
        transition: unset;
    }

    .carousel-caption h1 {
        font-size: 275%;
    }

    .carousel-caption h2 {
        font-size: 125%;
    }

    h2.consultation {
        font-size: 150%;
    }

}

/* Services Section */
.services-section {
    position: relative;
    background: url('./assets/img/services-bg.jpg') no-repeat center/cover;
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 20, 50, .88) 0%, rgba(27, 58, 107, .78) 100%);
    z-index: 1;
}

.services-container {
    position: relative;
    z-index: 3;
}

.service-card {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 12px;
    padding: 28px 24px;
    color: rgba(255, 255, 255, .88);
    transition: all .25s;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    background: rgba(255, 255, 255, .13);
    border-color: #50c040;
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, .25);
    color: #fff;
}

.service-card.service-featured {
    background: #3e9934;
    border-color: #3e9934;
}

.service-card.service-featured:hover {
    background: #2d7226;
    border-color: #2d7226;
}

.sc-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 16px;
}

.service-card h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
}

.service-card p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 14px;
}

.sc-link {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 600;
}

.service-card:hover .sc-link {
    color: #50c040;
}

.service-card.service-featured:hover .sc-link {
    color: #f4f7fb;
}

/* Animation Item */
.animation-item {
    opacity: 0;
    transform: translateY(80px) scale(0.95);
    transition: all 0.9s ease-out;
    will-change: transform, opacity;
}

.animation-item.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.animation-item:nth-child(1) {
    transition-delay: 0.1s;
}

.animation-item:nth-child(2) {
    transition-delay: 0.4s;
}

.animation-item:nth-child(3) {
    transition-delay: 0.7s;
}

/* ---- Why Choose Section ---- */
.why-img-wrap {
    position: relative;
}

.why-main-img {
    width: 100%;
    object-fit: cover;
    height: 460px;
    border-radius: 20px;
}

.why-float-card {
    position: absolute;
    bottom: -18px;
    left: -18px;
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 8px 28px rgba(27, 58, 107, .16);
    border-top: 3px solid #3e9934;
    min-width: 150px;
    text-align: center;
    z-index: 5;
}

.why-float-card strong {
    font-size: 14px;
    color: #1B3A6B;
    display: block;
}

.why-list {
    list-style: none;
    padding: 0;
}

.why-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #f4f7fb;
    border-radius: 8px;
    border-left: 3px solid #3e9934;
    font-size: 14px;
    margin-bottom: 8px;
}

.why-list .fa-check-circle {
    color: #3e9934;
    flex-shrink: 0;
}

/* Gallery Section */
.gallery-section {
    background-color: #f4f7fb;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-item img {
    transition: transform .4s;
    width: 100%;
    height: 200px;
    object-fit: cover
}

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

.gallery-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.tag-before {
    background: rgba(27, 58, 107, .85);
    color: #fff;
}

.tag-after {
    background: rgba(62, 153, 52, .9);
    color: #fff;
}

/* Reviews Section */
.review-card {
    background: #f4f7fb;
    border: 1px solid #dde5f2;
    border-radius: 14px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    transition: all .25s;
}

.review-card:hover {
    box-shadow: 0 8px 28px rgba(27, 58, 107, .12);
    transform: translateY(-3px);
}

.review-card h6 {
    margin-bottom: 0;
}

.review-card.review-featured {
    background: #0f2347;
    border-color: #0f2347;
}

.review-text {
    font-size: 14px;
    color: #6b7a8d;
    line-height: 1.75;
    font-style: italic;
    flex: 1;
}

.review-featured .review-text {
    color: rgba(255, 255, 255, .75);
}

.review-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1B3A6B;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 0;
}

.review-featured .review-av {
    background: #3e9934;
}

.google-badge {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    padding: 18px 28px;
    background: #f4f7fb;
    border: 1px solid #dde5f2;
    border-radius: 10px;
    max-width: 380px;
}

/* ---- VALUE SECTION ---- */
.value-card {
    background: #fff;
    border: 1px solid #dde5f2;
    border-radius: 14px;
    padding: 32px 24px;
    transition: all .25s;
}

.value-card:hover {
    box-shadow: 0 8px 28px rgba(27, 58, 107, .1);
    transform: translateY(-4px);
    border-color: #3e9934;
}

.val-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(62, 153, 52, .1);
    color: #3e9934;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.value-card h5 {
    font-size: 17px;
    color: #0f2347;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: #6b7a8d;
    margin: 0;
}

/* ---- TIMELINE SECTION---- */
.timeline-wrap {
    position: relative;
    max-width: 820px;
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #3e9934, #1B3A6B);
    transform: translateX(-50%);
}

.tl-item {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.tl-left {
    justify-content: flex-start;
    padding-right: calc(50% + 32px);
}

.tl-right {
    justify-content: flex-end;
    padding-left: calc(50% + 32px);
}

.tl-item::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3e9934;
    transform: translateX(-50%);
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #3e9934;
    z-index: 2;
}

.tl-content {
    background: #fff;
    border: 1px solid #dde5f2;
    border-radius: 10px;
    padding: 20px 22px;
    box-shadow: 0 2px 12px rgba(27, 58, 107, .07);
    transition: all .25s;
}

.tl-content:hover {
    border-color: #3e9934;
    box-shadow: 0 6px 24px rgba(27, 58, 107, .1);
}

.tl-year {
    font-size: 24px;
    font-weight: 800;
    color: #3e9934;
    margin-bottom: 4px;
}

.tl-content h5 {
    font-size: 16px;
    color: #0f2347;
    margin-bottom: 6px;
}

.tl-content p {
    font-size: 13px;
    color: #6b7a8d;
    margin: 0;
}

@media (max-width: 991.9px) {
    .tl-item {
        flex-direction: column !important;
        padding: 0 0 0 44px !important;
    }

    .timeline-wrap::before {
        left: 14px;
    }

    .tl-item::before {
        left: 7px;
    }
}

.promise-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(27, 58, 107, .07);
    color: #1B3A6B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 12px;
}

.promise-num {
    font-size: 12px;
    font-weight: 700;
    color: #3e9934;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

/* Removals Section  */
.rt-card {
    background: #fff;
    border: 1px solid #dde5f2;
    border-radius: 14px;
    padding: 28px 24px;
    transition: all .25s;
}

.rt-card:hover {
    box-shadow: 0 8px 28px rgba(27, 58, 107, .1);
    transform: translateY(-4px);
    border-color: #1B3A6B;
}

.rt-card.rt-featured {
    background: #1B3A6B;
    border-color: #1B3A6B;
}

.rt-card.rt-featured h5 {
    color: #fff;
}

.rt-card.rt-featured p {
    color: rgba(255, 255, 255, .72);
}

.rt-card.rt-featured .rt-list li {
    color: rgba(255, 255, 255, .65);
    border-color: rgba(255, 255, 255, .1);
}

.rt-card.rt-featured .rt-icon {
    background: rgba(255, 255, 255, .1);
    color: #50c040;
}

.rt-badge {
    position: absolute;
    top: -11px;
    right: 16px;
    background: #3e9934;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: .3px;
}

.rt-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(62, 153, 52, .1);
    color: #3e9934;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}

.rt-card h5 {
    font-size: 17px;
    color: #0f2347;
    margin-bottom: 10px;
}

.rt-card p {
    font-size: 14px;
    color: #6b7a8d;
    margin-bottom: 14px;
}

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

.rt-list li {
    font-size: 13px;
    color: #6b7a8d;
    padding: 6px 0;
    border-bottom: 1px solid #dde5f2;
    display: flex;
    align-items: center;
}

.rt-list li .fa-check {
    color: #3e9934;
    font-size: 11px;
}

/* ---- CTA BANNER ---- */
.cta-banner,
.photo-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background: url(./assets/img/cta-banner.jpg);
}

.cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 20, 50, .85) 0%, rgba(27, 58, 107, .75) 100%);
    z-index: 1;
}

.cta-container {
    position: relative;
    z-index: 3;
}

.cta-content {
    width: 100%;
    max-width: 760px;
    margin: auto;
}

.cta-content h2 {
    color: #fff;
}

.cta-content p {
    font-size: 17px;
    color: rgba(255, 255, 255, .78);
    text-align: center;
}

/* Highlight box */
.highlight-box {
    background: #FFD4E5;
    padding: 4rem 5%;
    text-align: center;
}

.highlight-box p {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 22px;
}




/* Modal Style */
div#imageModal {
    z-index: 99999 !important;
}

div#videoModal {
    z-index: 999999;
}



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}

/* Contact Page */
.quick-item {
    color: rgba(255, 255, 255, .85);
}

.c-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .1);
    color: #50c040 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0;
}

.c-info-card h6 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.c-info-card a {
    color: #50c040;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.c-info-card a:hover {
    color: #fff;
}

.c-info-card small {
    color: rgba(255, 255, 255, .5);
}

.c-info-card strong {
    color: #fff;
    display: block;
    font-size: 15px;
}

.klarna-k {
    background: #ffb3c7;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif"

}

/* Contact Form */
.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}


.form-group label {
    display: block;
    font-weight: 700;
    color: #0d1b3e;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    margin-top: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background-color: #f1f5f9;
    font-size: 1rem;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #2e7d32;
    background-color: #fff;
}

.wpcf7 textarea {
    min-height: 80px;
    resize: vertical;
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wpcf7 input[type="submit"] {
    padding: 18px;
    background-color: #2e7d32;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    letter-spacing: 0.3px;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #1b5e20;
}

.checkbox-group .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-group .wpcf7-list-item label {
    font-weight: 400;
    color: #444;
}


@media (max-width: 600px) {
    .form-row.two-col {
        grid-template-columns: 1fr;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
    }
}

/* Contact Right Side */
.contact-info-card {
    background: #f4f7fb;
    border: 1px solid #dde5f2;
    border-radius: 12px;
    padding: 20px;
}

.contact-info-card {
    background: #f4f7fb;
    border: 1px solid #dde5f2;
    border-radius: 12px;
    padding: 20px;
}

.contact-right-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: 4px solid #1B3A6B;
    border-radius: 12px;
    margin-bottom: 20px;
}

.area-chip {
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #dde5f2;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
}

.contact-card {
    background: #0f2347;
    border-radius: 12px;
    padding: 22px;
    text-align: center;
    color: rgba(255, 255, 255, .75);
}

.contact-card h6 {
    color: #fff;
    font-size: 16px;
}

.klarna-k-lg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffb3c7;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 26px;
}


/* Adisonal Code */
/* Waste Disposal */
.waste-disposal{
	background:#f4f7fb;;
}
.waste-card { background:#fff; border:1px solid #dde5f2; border-radius:14px; padding:28px 22px; height:100%; transition:all .25s; }
    .waste-card:hover { box-shadow:0 10px 32px rgba(27,58,107,.12); transform:translateY(-4px); border-color:#3e9934; }
    .waste-icon { width:56px; height:56px; border-radius:13px; background:rgba(62,153,52,.1); color:#3e9934; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:16px; }
    .waste-card h5 { font-size:16px; font-weight:700; color:#0f2347; margin-bottom:10px; }
    .eco-strip { background:linear-gradient(135deg,#1B3A6B 0%,#0f2347 100%); border-radius:16px; padding:36px 32px; }
    .eco-pill { background:rgba(255,255,255,.12); color:rgba(255,255,255,.9); padding:8px 18px; border-radius:30px; font-size:13px; font-weight:600; border:1px solid rgba(255,255,255,.18); display:inline-block; }

/* Long & Short Distance */
.dist-card { border-radius:16px; padding:36px 28px; height:100%; transition:all .25s; }
    .dist-card.light { background:#fff; border:1px solid #dde5f2; }
    .dist-card.light:hover { box-shadow:0 12px 36px rgba(27,58,107,.12); transform:translateY(-5px); border-color:#1B3A6B; }
    .dist-card.dark { background:#1B3A6B; border:1px solid #1B3A6B; }
    .dist-card.dark:hover { background:#0f2347; transform:translateY(-5px); }
    .dist-card .dc-icon { width:60px; height:60px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:26px; margin-bottom:20px; }
    .dist-card.light .dc-icon { background:rgba(27,58,107,.08); color:#1B3A6B; }
    .dist-card.dark .dc-icon { background:rgba(255,255,255,.15); color:#50c040; }
    .dist-tag { font-size:11px; font-weight:700; padding:4px 14px; border-radius:20px; display:inline-block; margin-bottom:14px; }
    .dist-card.light .dist-tag { background:#dde5f2; color:#1B3A6B; }
    .dist-card.dark .dist-tag { background:#3e9934; color:#fff; }
.dist-card ol, ul {
    padding-left: 0 !important;
}
.dist-card li{
	list-style: none;
	display:flex;align-items:center;gap:10px;padding:4px 0;
}
.dist-card .why-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 0;
background: none;
    border-radius: 0;
    border-left: none;
    font-size: 14px;
}
/* Demolitions */
 .demo-card { background:#fff; border:1px solid #dde5f2; border-radius:14px; padding:28px 22px; height:100%; transition:all .25s; }
    .demo-card:hover { box-shadow:0 10px 32px rgba(27,58,107,.12); transform:translateY(-4px); border-color:#1B3A6B; }
    .demo-icon { width:58px; height:58px; border-radius:14px; background:rgba(27,58,107,.08); color:#1B3A6B; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:16px; }
    .demo-card h5 { font-size:16px; font-weight:700; color:#0f2347; margin-bottom:10px; }
    .safety-strip { background:#fff8e1; border:1px solid #ffe082; border-radius:12px; padding:20px 24px; }

.process-step {
    background: #fff;
    border: 1px solid #dde5f2;
    border-radius: 14px;
    padding: 28px 20px;
    transition: all .25s;
}
/* Aditional Service */
.add-card {
      background: #fff;
      border: 1px solid #dde5f2;
      border-radius: 16px;
      padding: 32px 24px;
      height: 100%;
      transition: all .28s;
      position: relative;
      overflow: hidden;
    }

    .add-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: var(--green);
      transform: scaleX(0);
      transition: transform .28s;
      transform-origin: left;
    }

    .add-card:hover {
      box-shadow: 0 12px 36px rgba(27, 58, 107, .12);
      transform: translateY(-5px);
      border-color: #3e9934;
    }

    .add-card:hover::before {
      transform: scaleX(1);
    }

    .add-icon {
      width: 60px;
      height: 60px;
      border-radius: 14px;
      background: rgba(27, 58, 107, .07);
      color: #1B3A6B;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 26px;
      margin-bottom: 18px;
      transition: all .25s;
    }

    .add-card:hover .add-icon {
      background: #1B3A6B;
      color: #fff;
    }

    .add-card h3, 
    .add-card h5 {
      font-size: 17px;
      font-weight: 700;
      color: #0f2347;
      margin-bottom: 10px;
    }

    .faq-clean .accordion-item {
      border: 1px solid #dde5f2;
      border-radius: 10px !important;
      overflow: hidden;
      margin-bottom: 8px;
    }

    .faq-clean .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      color: #0f2347;
      background: #f4f7fb;
      font-size: 15px;
    }

    .faq-clean .accordion-button:not(.collapsed) {
      background: #f4f7fb;
      color: #0f2347;
      box-shadow: none;
    }

    .faq-clean .accordion-body {
      font-size: 14px;
      color: #6b7a8d;
    }
/* Mark Section */
.mark-section{
	background:#f4f7fb;
}
.klarna-banner {
      background: linear-gradient(135deg, #fff0f5 0%, #ffe4ef 100%);
      border: 2px solid #ffb3c7;
      border-radius: 16px;
      padding: 40px 36px;
    }
.mark-section .mark-tag{
	width:56px;height:56px;border-radius:50%;background:#ffb3c7;display:flex;align-items:center;justify-content:center;font-family:'Poppins',sans-serif;font-weight:900;font-size:28px;color:#000;flex-shrink:0;
}
.mark-section .k-list{
	font-size:14px;font-weight:600;color:#333;
}
.mark-section p{
	color:#555;font-size:15px;
}

/* Testimonial */
 .review-card-lg {
      background: #fff;
      border: 1px solid #dde5f2;
      border-radius: 16px;
      padding: 32px 28px;
      height: 100%;
      display: flex;
      flex-direction: column;
      transition: all .28s;
      position: relative;
    }
    .review-card-lg:hover {
      box-shadow: 0 12px 36px rgba(27,58,107,.12);
      transform: translateY(-5px);
      border-color: #3e9934;
    }
    .review-card-lg.featured {
      background: #0f2347;
      border-color: #0f2347;
    }
    .review-card-lg.featured:hover { border-color: #3e9934; }
    .quote-mark {
      font-size: 80px;
      line-height: 1;
      color: rgba(62,153,52,.15);
      font-family: Georgia, serif;
      position: absolute;
      top: 16px;
      right: 24px;
      font-weight: 900;
    }
    .featured .quote-mark { color: rgba(255,255,255,.07); }
    .review-card-lg .review-text {
      font-size: 15px;
      line-height: 1.8;
      font-style: italic;
      flex: 1;
      position: relative;
      z-index: 1;
    }
    .review-av-lg {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #1B3A6B;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .featured .review-av-lg { background: #3e9934; }
    .service-tag {
      font-size: 11px;
      font-weight: 700;
      padding: 3px 12px;
      border-radius: 20px;
      background: rgba(62,153,52,.1);
      color: #2d7226;
      display: inline-block;
      margin-bottom: 14px;
    }
    .featured .service-tag { background: rgba(255,255,255,.12); color: rgba(255,255,255,.8); }
    .stats-band { background: #1B3A6B; padding: 56px 0; }
    .stat-item { text-align: center; }
    .stat-item .num { font-size: 52px; font-weight: 900; color: #fff; line-height: 1; margin-bottom: 0 !important; }
    .stat-item .num span { color: #50c040; font-size: 30px;}
    .stat-item .lbl { color: rgba(255,255,255,.6); font-size: 14px; margin-top: 6px; }
    .platform-card {
      background: #fff;
      border: 1px solid #dde5f2;
      border-radius: 14px;
      padding: 28px 24px;
      text-align: center;
      transition: all .25s;
    }
    .platform-card:hover { box-shadow: 0 8px 28px rgba(27,58,107,.1); transform: translateY(-3px); }
    .platform-icon { font-size: 40px; margin-bottom: 12px; }
.platform-icon .fa-google{
	color:#4285F4;
}
.platform-icon .fa-facebook{
	color:#1877F2;
}
.platform-icon .fa-check-circle{
	color:#3e9934;
}

.bark {
    width: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
      .stat-item .num {
    font-size: 35px;
      }
    }