body, html {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

html {
    scroll-padding-top: 20%;
}

.container {
    max-width: 1080px;
    width: 95%;
    padding-left: 0px !important;
    padding-right: 0px !important;
    z-index: 1;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 5px 0px;
    margin: 5px 0px;
}

body {
    line-height: 1.2;
    background-color: rgb(252, 255, 252);
}

p, li {
    font-size: 16px;
}

a {
    text-decoration: none;
}

.button {
    background-color: rgb(17, 152, 34);
    font-size: 16px;
    font-weight: 700;
    padding: 20px 45px;
    transition: all 500ms ease 0s;
    border-radius: 20px;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    margin-top: 10px;
    color: rgb(255, 255, 255) !important;
}

.button span {
    color: rgb(255, 255, 255);
    z-index: 999;
    position: relative;
}

.button::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-color: rgb(30, 68, 30);
    opacity: 0.5;
    content: "";
    border-radius: 20px;
    transform: scale(1);
    transition: all 500ms ease 0s;
    z-index: 99;
}

.button:hover::before {
    width: 100%;
    transform: scale(1.5);
    border-radius: 0px;
    filter: brightness(0.5);
    opacity: 0.7;
}

nav {
    position: relative;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    transition: all 0.2s ease 0s;
    background-size: contain;
    background-repeat: repeat;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0px 2% !important;
}

nav .brand {
    font-size: 1.5rem;
    width: 100%;
}

nav .brand a {
    color: rgb(17, 152, 34);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
}

nav .brand a img {
    height: 80px;
}

nav .menu {
    display: flex;
    list-style: none;
    padding: 0px;
    align-items: center;
}

nav .menu li {
    margin-left: 12px;
    display: flex;
    justify-content: center;
}

nav .menu a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.hamburger {
    display: none;
    cursor: pointer;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

nav .menu {
    transition: transform 0.3s ease-in-out 0s;
}

header {
    position: relative;
    height: calc(-50px + 100vh);
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 500px;
    max-height: 770px;
}

@media (min-width: 769px) {
    header {
        height: calc(-170px + 100vh);
    }
}

@media (min-width: 1125px) {
    header {
        height: calc(-230px + 100vh);
    }
}

header img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 47%;
    z-index: -1;
}

header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.57);
}

header > div {
    z-index: 1;
    text-align: left;
    width: 100%;
    margin: 0px 20px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    place-content: flex-start space-around;
    height: 100%;
}

header > div > div:first-of-type {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

header h1 {
    font-size: 45px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    z-index: 2;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin: 0px;
}

@media (max-width: 981.9px) {
    header h1 {
        font-size: 30px;
    }
}

header a {
    color: rgb(17, 152, 34);
    font-weight: 700;
}

header a:hover {
    color: rgb(49, 203, 0);
}

header p {
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    z-index: 2;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
}

.header-buttons {
    display: flex;
    padding: 5px 0px;
    margin: 5px 0px;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

section {
    max-width: 1200px;
    width: 1200px;
}

.about-section {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
}

#background-div {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

#background-div-1 {
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(21, 38, 20);
    flex-direction: column;
    width: 100%;
}

#background-div ul {
    padding: 0px;
    text-align: justify;
}

#background-div strong {
    font-weight: 800;
    color: rgb(233, 97, 34);
}

#background-div-1 ul {
    padding: 0px;
    text-align: justify;
}

#background-div-1 strong {
    font-weight: 800;
    color: rgb(17, 152, 34);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.slogan {
    color: rgb(255, 255, 255);
    z-index: 1;
    font-size: 22px;
    margin: 2px 0px 10px;
    font-weight: 600;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.slogan span {
    text-transform: uppercase;
    color: rgb(17, 152, 34);
}

.about, .features {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
    width: 95%;
    max-width: 1080px;
}

.about-img {
    margin: 0px 20px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.about img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    max-height: 500px;
}

.features p {
    text-align: justify;
}

.features img {
    max-width: 50%;
    width: 100%;
    height: auto;
    margin-left: 1.5rem;
}

.features video {
    max-width: 50%;
    margin-left: 1.5rem;
}

.about .content, .features .content {
    max-width: 50%;
    font-size: 14px;
    text-align: left;
    padding: 0px 20px;
}

.features .content {
    max-width: 100%;
}

.about p {
    text-align: justify;
}

.gallery-section h2 {
    margin: 0px 0px 20px;
    color: white;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.05;
    display: flex;
    justify-content: flex-start;
}

.features .content ul {
    position: relative;
}

.features .content ul li {
    color: rgb(255, 255, 255);
}

.gallery-section {
    display: flex;
    justify-content: center;
    background-color: rgb(30, 68, 30);
    width: 100%;
    position: relative;
}

.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 64px;
    align-items: center;
}

.lp-gallery a {
    width: 43.5vw;
    height: 43.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.gallery-videos {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.gallery-videos video {
    margin: 10px;
    height: auto;
}

.video-verticaly {
    width: 100%;
    max-height: 450px;
}

.video-horizontaly {
    width: 100%;
    max-width: 600px;
}

@media (min-width: 600px) {
    .video-verticaly {
        width: 46%;
    }
}

@media (min-width: 981px) {
    .video-verticaly {
        width: 31%;
        max-height: 350px;
    }

    .video-horizontaly {
        width: 31%;
    }
}

@media (min-width: 981px) {
    .lp-gallery a {
        width: calc(28.3333vw);
        max-width: 350px;
        height: calc(28.3333vw);
        max-height: 350px;
    }
}

.testimonials-background {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-background h2 {
    margin-bottom: 30px;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    color: rgb(45, 58, 58) !important;
}

.testimonial {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
    width: 95%;
    max-width: 1080px;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}

.testimonial .slide > div {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    padding-top: 95px;
    padding-bottom: 20px;
    position: relative;
    bottom: 105px;
    z-index: 0;
    height: auto;
}

.slide p {
    padding: 0px 160px;
    font-weight: 400;
    color: rgb(64, 61, 57);
    text-align: justify;
}

.slide .quote-icon {
    font-size: 30px;
    color: rgb(17, 152, 34);
    margin: 20px 0px;
}

.slide .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.slide .details img {
    width: 130px;
    margin-left: 10px;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-right: 3px solid rgb(0, 0, 0);
    padding-right: 10px;
}

.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after, .nav-btn::before {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: rgb(64, 112, 244);
}

@media screen and (max-width: 768px) {
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(21, 38, 20);
    width: 100%;
}

.contact {
    display: flex;
    align-items: center;
    padding: 40px 0px;
    flex-flow: column wrap;
    width: 95%;
    max-width: 1080px;
}

.contact p {
    text-align: justify;
}

footer {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    padding-block: 1rem; background-color: rgb(17, 152, 34);
}

@media (max-width: 980.9px) {
    nav .brand {
        width: 70%;
        text-wrap: wrap;
        background: rgb(252, 255, 252);
        padding: 5px;
        border-radius: 5px;
        border: 1px solid rgb(45, 58, 58);
        align-items: center;
        justify-content: center;
        display: flex;
        max-width: 350px !important;
        max-height: 70px !important;
    }
}

@media (max-width: 1024px) {
    .services .card {
        flex: 1 1 45%;
    }

    section {
        padding: 2rem;
        max-width: 1080px;
        width: auto;
        margin-left: 0px;
        transform: none;
    }
}

@media (max-width: 980.9px) {
    html {
        scroll-padding-top: 180px;
    }

    .hamburger {
        display: block;
        width: 15%;
        z-index: 10;
    }

    .menu .hamburger {
        width: 0px;
        position: absolute;
        bottom: 50px;
    }

    nav {
        position: relative;
        width: 100vw;
        padding: 20px;
        top: 0px;
        flex-direction: column;
        height: 60px;
        z-index: 999;
        justify-content: center;
        align-items: center;
    }

    nav > div {
        width: 100%;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
    }

    nav .menu {
        flex-direction: column;
        display: flex;
        width: 100vw;
        background-color: rgb(30, 68, 30);
        position: absolute;
        top: 3rem;
        left: 100%;
        z-index: 0;
        transition: top 0.5s ease-in-out 0s;
        place-content: center;
        border-top: 3px solid rgb(255, 255, 255);
    }

    nav .menu.active {
        top: 5rem;
        left: 0px;
    }

    nav .menu li {
        margin: 0px;
        text-align: center;
        padding: 1rem 0px;
    }

    header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(-169px + 100vh);
    }

    .about {
        flex-direction: column;
    }

    .features {
        flex-direction: column;
    }

    .features video {
        margin-left: 0px;
    }

    .about .content, .features .content {
        max-width: 100%;
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .features img {
        margin: 20px;
        max-width: 90%;
    }

    .features video {
        max-width: 100%;
        width: 80%;
    }

    .services .card {
        flex: 1 1 100%;
        margin: 10px 0px;
    }

    .testimonial {
        width: 100%;
    }

    .slide p {
        padding: 0px 90px;
    }

    .nav-btn {
        display: none !important;
    }
}

.contact h2 {
    text-align: center;
    color: rgb(255, 255, 255);
}

.contact a {
    color: rgb(17, 152, 34);
}

.contact a:hover {
    color: rgb(49, 203, 0);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999;
        cursor: pointer;
        bottom: 10px;
        display: inline-block;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        border-radius: 4px;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
    }

    #callnowbutton a img {
        height: 2em;
    }
}

#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}

.button-2 {
    font-size: 16px;
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-image: initial;
    border-left: none;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: rgb(17, 152, 34);
    border-radius: 0px 10px 10px 0px;
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
    font-weight: 500 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 40px;
}

@media (max-width: 1124.9px) and (min-width: 769px) {
    nav {
    }
}

@media (max-width: 500.9px) {
    .serviceBox {
        height: fit-content;
    }
}

div.fixed-main-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: rgb(0, 0, 0) 0px 2px 10px;
    animation: 0.3s ease 0s 1 normal none running slideDown;
    box-sizing: border-box;
}

.swiper-button-next.nav-btn, .swiper-button-prev.nav-btn {
    display: block !important;
    top: 50% !important;
}

.swiper-button-next.nav-btn:hover, .swiper-button-prev.nav-btn:hover {
    background: transparent !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: rgb(17, 152, 34);
    font-size: 35px !important;
}

.swiper-button-prev {
    left: -11px !important;
    width: 0px !important;
}

.swiper-button-next {
    right: 4px !important;
    width: 0px !important;
}

@media (min-width: 769px) {
    .swiper-button-prev::after, .swiper-button-next::after {
        font-size: 45px !important;
    }

    .swiper-button-prev {
        left: 10px !important;
        width: 50px !important;
    }

    .swiper-button-next {
        right: 10px !important;
        width: 50px !important;
    }
}

.hr {
    width: 100%;
    height: 1px;
    background: rgb(236, 236, 236);
    margin: 10px auto 30px;
}

@media (max-width: 980.9px) {
    .about .content, .features .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about h2, .features h2 {
        text-align: center;
    }
}

@media (max-width: 499.9px) {
    .about ul li {
        width: 45%;
    }
}

.main-header {
    background-color: rgb(30, 68, 30);
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
    position: relative;
    max-width: 100%;
}

.main-header-transparent-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/img/flowers-bg.webp");
    opacity: 0.2;
}

.contact-info {
    width: 100%;
}

.header-menu-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0px 2% !important;
}

.contact-info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px;
    position: relative;
    font-weight: 400;
}

.contact-info-container .fa {
    color: rgb(17, 152, 34);
    margin-right: 5px;
}

.header-location-container {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 5px;
    color: rgb(252, 255, 252);
}

.contact-info-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    margin: 5px;
    color: rgb(252, 255, 252);
    text-decoration: none;
}

.contact-info-container img {
    width: 18px;
    margin-right: 5px;
}

.header-menu {
    display: flex;
    justify-content: center;
}

nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding: 0px 2% !important;
}

.top-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(252, 255, 252);
}

.top-head ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 26px;
}

.top-head ul li {
    list-style: inside disc;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.top-head ul li:first-child {
    list-style: none;
}

.header-container {
    max-width: 356px;
}

.about h2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    color: rgb(45, 58, 58) !important;
}

.about-section::before, .testimonials-background::before {
    content: "";
    background: url("/img/floral-bg.webp") left bottom / contain no-repeat;
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 312px;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
}

.about-section::after, .testimonials-background::after {
    content: "";
    background: url("/img/floral-bg.webp") left bottom / contain no-repeat;
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 312px;
    top: 0px;
    right: 0px;
    opacity: 0.5;
    transform: rotate(180deg);
}

.badges-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 81px;
    width: 95%;
    max-width: 1080px;
}

.badges-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-badges-section {
    width: 95%;
    max-width: 1080px;
}

.badges .container .badge .badge-icon {
    margin-top: 15px;
}

.badges .container .badge .badge-icon i {
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
    font-size: 100px;
    padding: 5px;
    animation: 10s linear 0s infinite normal none running rotateIcon;
    transition: animation-duration 0.3s ease 0s;
}

.badges .container .badge:hover .badge-icon i {
    animation-duration: 2s;
}

.badge-holder {
    background: rgb(17, 152, 34);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(65% - 10px);
    max-width: 210px;
    padding: 15px 5px 22px;
    margin: 10px 10px 30px;
    border-radius: 8px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: Nunito, sans-serif;
}

.badge-holder:hover {
    box-shadow: rgba(252, 255, 252, 0.6) 0px 0px 8px 0px;
}

.badge-img {
    text-align: center;
}

p.badge-content {
    color: rgb(252, 255, 252);
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    font-size: 18px;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.badge-holder img {
    width: 60px;
    padding-bottom: 5px;
    height: auto;
}

.badge-title {
    background: rgb(252, 255, 252);
    font-size: 15px;
    width: 85%;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    position: absolute;
    bottom: -15px;
    color: rgb(30, 68, 30);
    font-weight: 700;
    border-radius: 8px;
}

.badge-title span {
    font-size: 17px;
}

.badges-transparent-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/img/flowers-bg.webp");
    opacity: 0.2;
}

.badges {
    background-color: rgb(30, 68, 30);
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.badges-section-title-heading {
    font-weight: 700;
    margin-bottom: 30px;
    padding-top: 81px;
    font-size: 17px;
}

.section-title-heading {
    color: rgb(17, 152, 34);
    font-weight: 700;
    font-size: 17px;
}

.section-title-heading-2 {
    color: rgb(49, 203, 0);
    font-weight: 700;
    font-size: 17px;
    padding-top: 64px;
}

.features h2 {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    color: rgb(255, 255, 255) !important;
}

h2.entry-title {
    font-family: Nunito, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.05;
    color: rgb(45, 58, 58) !important;
}

.services {
    background: rgb(249, 249, 249);
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    width: 100%;
}

.services-blocks-section {
    display: flex;
    align-content: center;
    flex-flow: column wrap;
    padding-top: 64px;
    width: 95%;
    max-width: 1080px;
}

.srvBlockTitle {
    width: 100%;
}

.srvBlock {
    padding-bottom: 64px;
    margin: 0px 10px;
}

.srvBlockTitle h2 {
    padding-bottom: 0px;
}

.srvBlockTitle p {
    font-size: 22px;
}

.srvElement {
    max-width: 500px;
    margin: 50px auto 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
    border: 1px solid rgb(17, 152, 34);
    background: rgb(255, 255, 255);
}

.srv-icon {
    position: absolute;
    background: rgb(30, 68, 30);
    width: 75px;
    height: 75px;
    bottom: -37px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 50%;
    border: 5px solid rgb(255, 255, 255);
}

.srv-icon img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    object-position: center center !important;
    border: none !important;
}

.srvElementHeader h2 {
    text-align: center;
    color: rgb(17, 152, 34);
    font-weight: 700;
    font-family: Nunito, sans-serif;
    padding-bottom: 5px;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 47px;
    position: relative;
}

.srvElementImg img {
    width: 100%;
    max-height: 330px;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.srvElementBody {
    padding: 0px 20px 20px;
}

.srvElementContent {
    text-align: justify;
    color: rgb(45, 58, 58);
    font-size: 16px;
    line-height: 1.6;
}

.srvElement:hover img {
    filter: grayscale(1) drop-shadow(rgb(255, 255, 255) 0px 0px 6px);
}

.srvElement:hover h2 {
    color: rgb(30, 68, 30);
    font-weight: 700;
}

.gallery-transparent-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/img/flowers-bg.webp");
    opacity: 0.2;
    z-index: 0;
}

@media screen and (min-width: 981px) {
    .header-location-container {
        margin-left: 335px;
        position: relative;
    }

    .header-location-container::before {
        content: "";
        width: 1px;
        height: 40px;
        background: rgba(252, 255, 252, 0.32);
        position: absolute;
        left: -10px;
    }

    .contact-info-container {
        padding: 20px 0px !important;
    }

    nav {
        background: rgb(252, 255, 252);
        width: 78%;
        border-radius: 20px;
        border: 1px solid rgb(45, 58, 58);
        margin-bottom: -60px;
        z-index: 1;
        flex-direction: row;
        align-items: center;
        place-content: center;
        padding: 10px 20px !important;
    }

    nav .menu a {
        color: rgb(0, 0, 0);
    }

    nav .brand a img {
    }

    nav .brand, .menu {
        margin: 5px 10px;
    }

    header > div {
        width: 72%;
        margin: 30px 20px 0px;
    }

    .header-container {
        margin: 0px;
        max-width: 575px;
    }

    header > div > div:first-of-type {
        display: flex;
        flex-flow: column wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .button {
        margin-top: 0px;
    }

    .header-buttons .button {
        margin-left: 10px;
    }

    .srvElement {
        width: 32%;
        display: flex;
        flex-direction: column;
        margin: 30px 0px 0px;
    }

    .srvElementImg img {
        height: 200px;
    }

    .srvElementFullWidth .srvElementImg img {
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }

    .srvBlock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0px auto;
        width: 90%;
        max-width: 1080px;
    }

    .srvElementBody {
        height: 100%;
    }

    .srvElementHeader h2 {
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .srvElementContent {
        height: 100%;
    }
}

@media (max-width: 1160.9px) {
    nav .brand a img {
        height: 78px;
    }

    nav ul {
        margin: 0px;
    }
}

@media (max-width: 980.9px) {
    header > div {
        align-content: center;
        margin: 20px 0px;
    }

    .srvBlockTitle {
        text-align: center;
    }

    .gallery-section .container .row:first-of-type {
        text-align: center;
    }

    .gallery-section h2 {
        justify-content: center;
    }
}

@media (min-width: 981px) {
    .testimonials-background .section-title-heading, .testimonials-background h2 {
        text-align: center;
    }

    header h1, header p {
        text-align: left;
    }
}

.about .content ul {
    margin: 0px 0px 10px;
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    place-content: center space-between;
    flex-wrap: wrap;
}

.about .content ul li {
    width: 30%;
}

@media (max-width: 600.9px) {
    .about .content ul li {
        width: 46%;
    }
}

.offer-section {
    font-size: 25px;
    color: rgb(0, 0, 0);
    margin: 30px 10px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.offer-section span {
    text-transform: uppercase;
    color: rgb(17, 152, 34);
}
