.projects-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.projects-grid .single-latest-project-wrapper{
	width: 100%;
}

.projects-grid .single-latest-project-gardener img{
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
}

@media (max-width: 991px){

	.projects-grid{
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 767px){

	.projects-grid{
		grid-template-columns: 1fr;
	}

}
.welcome-section__img{
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.service-rotator-link {
   display: inline-block;
   color: inherit;
   text-decoration: none;
   font-weight: 600;
   transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
}

.service-rotator-link:hover {
   color: #ffffff;
}

.service-rotator-link.fade-out {
   opacity: 0;
   transform: translateY(-6px);
}
.service-rotator-link {
   display: inline-block;
   color: #FFFFFF;
   text-decoration: none;
   font-weight: 600;
   transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
}

.service-rotator-link:hover {
   color: #A5A58D;
}

.service-rotator-link.fade-out {
   opacity: 0;
   transform: translateY(-6px);
}

.footer-services{
   display: flex;
   align-items: center;
   gap: 10px;
   flex-wrap: wrap;
}

.footer-services__label{
   color: #FFFFFF;
   font-weight: 600;
}

.service-rotator-link{
   display: inline-block;
   color: #FFFFFF;
   text-decoration: none;
   font-weight: 600;
   transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
}

.service-rotator-link:hover{
   color: #575c31;
}

.service-rotator-link.fade-out{
   opacity: 0;
   transform: translateY(-6px);
}

.contact-info a{
   color: inherit;
   text-decoration: none;
   transition: 0.3s ease;
}

.contact-info a:hover{
   color: #ffffff;
}
.has-btn a{
   color: inherit;
   text-decoration: none;
   transition: 0.3s ease;
}

.has-btn a:hover{
   color: #A5A58D;
}

.footer-company-link{
   color: inherit;
   text-decoration: none;
   transition: 0.3s ease;
}

.footer-company-link:hover{
   color: #ffffff;
}
.lawn-maintenance__img{
	width: 100%;
	max-width: 320px;
	height: auto;
	display: block;
	margin: 20px auto 0;
}
.gardener-banner .tp-bgimg{
	filter: brightness(45%) !important;
}

.gardener-banner{
	position: relative;
	overflow: hidden;
}

.gardener-banner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 10;
	pointer-events: none;
}

.gardener-banner .tp-caption{
	z-index: 20 !important;
}
.gardener-banner .rev_slider ul li{
	position: relative;
}

.slide-dark-filter{
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 6;
	pointer-events: none;
}

.gardener-banner .tp-caption{
	z-index: 20 !important;
}

/* video */

.slide-dark-filter{
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 6 !important;
	pointer-events: none;
}

.gardener-banner .tp-caption{
	z-index: 20 !important;
}

.video-popup-modal .modal-dialog {
    max-width: 760px;
    width: 95%;
}

.video-gallery-slider,
.video-gallery-slider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-gallery-slider video,
.popup-project-video {
    width: 100%;
    height: auto;
    min-height: 280px;
    max-height: 460px;
    display: block;
    background: #000;
    border-radius: 14px;
    object-fit: cover;
}

.video-popup-modal .bx-wrapper {
    margin: 0 auto 20px;
    border: none;
    box-shadow: none;
    background: transparent;
}

.video-popup-modal .bx-viewport {
    min-height: 300px !important;
}


@media (max-width: 768px) {
   .info-box:last-child{
      display: none !important;
   }
}


/* Mobile Menu Fix */
.nav-header {
    display: none;
}

.nav-header button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    padding: 10px 0;
}

@media (max-width: 991px) {
    .nav-header {
        display: block;
    }

    .mainmenu-navigation .navigation {
        width: 100%;
    }

    .mainmenu-navigation .nav-footer {
        display: none;
        width: 100%;
        background: #111;
        padding: 15px 0;
    }

    .mainmenu-navigation .nav-footer.active {
        display: block;
    }

    .mainmenu-navigation .nav {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .mainmenu-navigation .nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.12);
    }

    .mainmenu-navigation .nav > li > a {
        display: block;
        color: #fff;
        padding: 14px 20px;
        text-transform: capitalize;
    }

    .mainmenu-navigation .sub-menu {
        display: none;
        background: #1b1b1b;
        padding: 0;
    }

    .mainmenu-navigation .dropdown.open .sub-menu {
        display: block;
    }

    .mainmenu-navigation .sub-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mainmenu-navigation .sub-menu ul li a {
        display: block;
        color: #fff;
        padding: 12px 35px;
        font-size: 14px;
    }
}


@media (max-width: 768px) {
   #landscaping-design-gardener h2,
   #landscaping-design-gardener h2 b{
      font-size: 28px;
   }

   .breadcrumb-title h1{
      font-size: 30px;
   }

   .hire-us-right h1{
      font-size: 25px;
   }
}

@media (max-width: 426px) {
   #promotional-text.gardener p{
      font-size: 20px !important;
   }

   #landscaping-design-gardener h2, #landscaping-design-gardener h2 b,
   .help-line-text h2, .help-line-number h2{
      font-size: 25px ;
   }

   .breadcrumb-title h1{
      font-size: 25px;
   }

   .hire-us-right h1{
      font-size: 22px;
   }
}

@media (max-width: 376px) {
   #promotional-text.gardener p {
      font-size: 18px !important;
   }

   #landscaping-design-gardener h2, 
   #landscaping-design-gardener h2 b,
   .section-title2 h1, #welcome-to-gardener h2,
   #video-section-gardener .video-text h2,
       #great-gardener-team h2,
       .help-line-text h2,
       .help-line-number h2,
       .single-bolg-title h3{
      font-size: 20px !important;
   }

   #landscaping-design-gardener h3,
   #welcome-to-gardener h3,
   #great-gardener-team p,
   .single-latest-project-gardener .overlay .box-holder .content-box h3{
      font-size: 18px !important;
   }

   .breadcrumb-title h1{
      font-size: 22px;
   }

}

@media (max-width: 320px) {
   #promotional-text.gardener p {
      font-size: 16px !important;
   }

   #landscaping-design-gardener h2, 
   #landscaping-design-gardener h2 b,
   .section-title2 h1, #welcome-to-gardener h2,
   #video-section-gardener .video-text h2,
       #great-gardener-team h2,
       .help-line-text h2,
       .help-line-number h2,
       .single-bolg-title h3,
       #blog-post article h2.middle-title{
      font-size: 18px !important;
   }

   #landscaping-design-gardener h3,
   #welcome-to-gardener h3,
   #great-gardener-team p,
   #great-gardener-team p b,
   .single-latest-project-gardener .overlay .box-holder .content-box h3{
      font-size: 16px !important;
   }

   .breadcrumb-title h1{
      font-size: 20px;
   }

}

.awesome-service-blog-single h5, .awesome-first-serice h5 a{
   color: #1b1b1b !important;
}



#awesome-service-pricing-area .price-content a{
   background-color: #575c31;
}

#awesome-service-pricing-area .price-content a:hover{
   color: #FFFFFF !important;
}

a.contact-button{
   color: #fff !important;
}

.help-line-number a:hover{
   color: #fff !important;
}

.expert_quote a{
   color: #FFFFFF !important;
}

.contact-address-text p a{
   color: #242424 !important;

}

/* ============================= */
/* Premium 404 Page - No Image */
/* Colors: #575c31, #303030, white */
/* ============================= */

.no-img-404 {
    position: relative;
    min-height: 780px;
    padding: 120px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 15% 18%, rgba(87, 92, 49, 0.25), transparent 30%),
        radial-gradient(circle at 85% 78%, rgba(87, 92, 49, 0.28), transparent 34%),
        linear-gradient(135deg, #303030 0%, #242424 48%, #575c31 150%);
    color: #ffffff;
}

.no-img-404::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: 0.65;
    animation: remodelGridMove 24s linear infinite;
}

.no-img-404::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(48, 48, 48, 0.95), rgba(48, 48, 48, 0.74), rgba(87, 92, 49, 0.2)),
        radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.34) 100%);
    pointer-events: none;
}

.no-img-row {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.no-img-content {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 64px 58px;
    text-align: center;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)),
        radial-gradient(circle at top right, rgba(87, 92, 49, 0.35), transparent 42%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
    animation: contentSlideUp 0.9s ease forwards;
}

.no-img-content::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    pointer-events: none;
}

.no-img-content::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 5px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 0 0 999px 999px;
    background: #ffffff;
    box-shadow: 0 0 34px rgba(255, 255, 255, 0.45);
}

/* Big 404 Scene */
.remodel-404-icon-scene {
    position: relative;
    width: 100%;
    min-height: 220px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remodel-404-number {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    font-size: 178px;
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -10px;
    text-shadow:
        0 12px 32px rgba(0, 0, 0, 0.55),
        0 0 45px rgba(87, 92, 49, 0.45);
    animation: numberFloat 4.5s ease-in-out infinite;
}

.remodel-404-number::before {
    content: "";
    position: absolute;
    width: 115%;
    height: 34px;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.28);
    filter: blur(12px);
    z-index: -1;
    animation: shadowPulse 4.5s ease-in-out infinite;
}

.remodel-404-number::after {
    content: "";
    position: absolute;
    inset: -18px -26px;
    border-radius: 38px;
    background: radial-gradient(circle, rgba(87, 92, 49, 0.34), transparent 62%);
    z-index: -2;
    animation: glowPulse 3.8s ease-in-out infinite;
}

/* Floating Icons */
.floating-tool {
    position: absolute;
    z-index: 4;
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #303030;
    background: #ffffff;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.floating-tool i {
    font-size: 24px;
}

.tool-one {
    top: 28px;
    left: 18%;
    animation: toolFloatOne 4s ease-in-out infinite;
}

.tool-two {
    top: 44px;
    right: 18%;
    color: #ffffff;
    background: #575c31;
    animation: toolFloatTwo 4.8s ease-in-out infinite;
}

.tool-three {
    left: 25%;
    bottom: 18px;
    color: #ffffff;
    background: rgba(87, 92, 49, 0.92);
    animation: toolFloatThree 4.4s ease-in-out infinite;
}

.tool-four {
    right: 25%;
    bottom: 20px;
    animation: toolFloatFour 5s ease-in-out infinite;
}

/* Label + Text */
.remodel-404-label {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(87, 92, 49, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.no-img-content h1 {
    position: relative;
    z-index: 3;
    margin: 0 0 20px;
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
    text-shadow:
        0 5px 18px rgba(0, 0, 0, 0.55),
        0 2px 4px rgba(0, 0, 0, 0.65);
}

.no-img-content p {
    position: relative;
    z-index: 3;
    max-width: 780px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.85;
    font-weight: 500;
}

.no-img-content p strong {
    color: #ffffff;
    font-weight: 900;
}

/* Buttons */
.remodel-404-actions {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.remodel-404-btn {
    position: relative;
    overflow: hidden;
    min-height: 58px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    transition: all 0.35s ease;
}

.remodel-404-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 75%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
    transform: skewX(-18deg);
    transition: all 0.7s ease;
}

.remodel-404-btn:hover::before {
    left: 135%;
}

.remodel-404-btn i {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.remodel-404-btn:hover i {
    transform: translateX(5px);
}

.primary-btn {
    color: #303030;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
}

.primary-btn:hover {
    color: #ffffff;
    background: #575c31;
    border-color: #575c31;
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(87, 92, 49, 0.36);
    text-decoration: none;
}

.secondary-btn {
    color: #ffffff;
    background: #575c31;
    border: 2px solid #575c31;
}

.secondary-btn:hover {
    color: #303030;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-4px);
    text-decoration: none;
}

.outline-btn {
    color: #ffffff;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.36);
}

.outline-btn:hover {
    color: #303030;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-4px);
    text-decoration: none;
}

/* Help */
.remodel-404-help {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: 30px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.remodel-404-help p {
    font-size: 14px;
    line-height: 1.75;
}

.remodel-404-help a {
    color: #ffffff;
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.remodel-404-help a:hover {
    color: #dfe4bd;
}

/* Background Shapes */
.remodel-404-bg-shape {
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    filter: blur(1px);
    z-index: 1;
}

.remodel-404-bg-shape.shape-one {
    width: 280px;
    height: 280px;
    top: 75px;
    right: 7%;
    animation: floatShapeOne 8s ease-in-out infinite;
}

.remodel-404-bg-shape.shape-two {
    width: 160px;
    height: 160px;
    bottom: 95px;
    left: 8%;
    background: rgba(87, 92, 49, 0.24);
    animation: floatShapeTwo 7s ease-in-out infinite;
}

.remodel-404-bg-shape.shape-three {
    width: 96px;
    height: 96px;
    top: 54%;
    right: 31%;
    background: rgba(255, 255, 255, 0.08);
    animation: pulseShape 4s ease-in-out infinite;
}

.remodel-404-bg-line {
    position: absolute;
    z-index: 1;
    width: 280px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transform: rotate(-35deg);
}

.line-one {
    top: 23%;
    left: 8%;
    animation: lineMoveOne 6s ease-in-out infinite;
}

.line-two {
    bottom: 24%;
    right: 7%;
    animation: lineMoveTwo 7s ease-in-out infinite;
}

/* Animations */
@keyframes remodelGridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 84px 84px;
    }
}

@keyframes contentSlideUp {
    0% {
        opacity: 0;
        transform: translateY(35px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes numberFloat {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(-1deg);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.35;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.18;
        transform: translateX(-50%) scale(0.84);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.48;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.85;
        transform: scale(1.06);
    }
}

@keyframes toolFloatOne {
    0%, 100% {
        transform: translateY(0) rotate(-8deg);
    }

    50% {
        transform: translateY(-18px) rotate(8deg);
    }
}

@keyframes toolFloatTwo {
    0%, 100% {
        transform: translateY(0) rotate(8deg);
    }

    50% {
        transform: translateY(18px) rotate(-8deg);
    }
}

@keyframes toolFloatThree {
    0%, 100% {
        transform: translateX(0) rotate(6deg);
    }

    50% {
        transform: translateX(18px) rotate(-8deg);
    }
}

@keyframes toolFloatFour {
    0%, 100% {
        transform: translate(-4px, 0) rotate(-4deg);
    }

    50% {
        transform: translate(10px, -16px) rotate(8deg);
    }
}

@keyframes floatShapeOne {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-28px, 18px);
    }
}

@keyframes floatShapeTwo {
    0%, 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(24px, -20px);
    }
}

@keyframes pulseShape {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.25);
        opacity: 0.9;
    }
}

@keyframes lineMoveOne {
    0%, 100% {
        transform: translateX(0) rotate(-35deg);
        opacity: 0.35;
    }

    50% {
        transform: translateX(35px) rotate(-35deg);
        opacity: 0.75;
    }
}

@keyframes lineMoveTwo {
    0%, 100% {
        transform: translateX(0) rotate(-35deg);
        opacity: 0.35;
    }

    50% {
        transform: translateX(-35px) rotate(-35deg);
        opacity: 0.75;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .no-img-404 {
        min-height: auto;
        padding: 95px 0;
    }

    .no-img-content {
        padding: 52px 38px;
    }

    .remodel-404-number {
        font-size: 145px;
    }

    .no-img-content h1 {
        font-size: 46px;
    }

    .tool-one {
        left: 10%;
    }

    .tool-two {
        right: 10%;
    }

    .tool-three {
        left: 18%;
    }

    .tool-four {
        right: 18%;
    }
}

@media (max-width: 767px) {
    .no-img-404 {
        padding: 70px 0;
    }

    .no-img-content {
        padding: 42px 22px;
        border-radius: 24px;
    }

    .no-img-content::before {
        inset: 12px;
        border-radius: 18px;
    }

    .remodel-404-icon-scene {
        min-height: 165px;
        margin-bottom: 18px;
    }

    .remodel-404-number {
        font-size: 104px;
        letter-spacing: -5px;
    }

    .floating-tool {
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .floating-tool i {
        font-size: 18px;
    }

    .tool-one {
        top: 12px;
        left: 2%;
    }

    .tool-two {
        top: 15px;
        right: 2%;
    }

    .tool-three {
        left: 9%;
        bottom: 8px;
    }

    .tool-four {
        right: 9%;
        bottom: 8px;
    }

    .remodel-404-label {
        font-size: 10px;
        padding: 8px 12px;
        letter-spacing: 0.8px;
    }

    .no-img-content h1 {
        font-size: 34px;
    }

    .no-img-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .remodel-404-actions {
        flex-direction: column;
        gap: 12px;
    }

    .remodel-404-btn {
        width: 100%;
        min-height: 54px;
    }

    .remodel-404-bg-line {
        display: none;
    }
}