 
    
.farmland-page .contact {
    background: #dedec2
}

.farmland-page .content {
    padding: 100px 70px 50px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    color: #fff
}

.farmland-page .content .heading {
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 4px;
    margin-bottom: 40px
}

.farmland-page .content .text {
    font-size: 12px;
    line-height: 20px
}

.farmland-page .content .contact-map {
    width: 100%;
    /* margin-left: 50px; */
    float: left
}

.farmland-page .content .contact-map .text {
    font-size: 14px;
    padding-top: 30px
}

.farmland-page .content .contact-map .text a {
    color: #fff;
    text-decoration: none
}

.farmland-page .contact .sections-container .backyard {
    position: relative;
    top: 0;
    height: 100%;
    width: 50%;
    float: left;
    z-index: 2
}
.farmland-page .contact .sections-container {
    position: relative;
    top: 0;
    height: 100%;
}
.farmland-page .contact .sections-container .backyard .image,
.farmland-page .contact .sections-container .backyard .video-container {
    position: absolute;
    right: 0;
    padding: 1% 0 1%;
    box-sizing: border-box;
    width: 100%;
    z-index: -1;
    height: calc(100% - 45px);
}

.farmland-page .contact .sections-container .backyard .content {
    height: 100%;
    width: calc(100% - 80px);
    background: rgba(56, 48, 31, .35);
    padding-left: 80px;
    text-align: left;
}

.farmland-page .contact .sections-container .backyard .content .heading {
    max-width: 450px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 20px;
}
.farmland-page .contact .sections-container .backyard .content .heading a{
    color: #fff;
}
.farmland-page .contact .sections-container .backyard .content .text {
    max-width: 400px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.farmland-page .contact .sections-container .botanist-trees-types {
    position: relative;
    top: 0;
    height: 100%;
    width: 50%;
    float: left;
    z-index: 2
}

.farmland-page .contact .sections-container .botanist-trees-types .botanist {
    position: relative;
    height: 50%;
    width: 100%;
    overflow: hidden;
    z-index: 2
}
.farmland-page .contact .sections-container .backyard .image img {
    height: 100%
}
  .farmland-page .sections-container .content .launch-button {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
         background: #161616;
        border: 1px solid #161616;
        margin-top: 20px;
    }
    .farmland-page .sections-container .content .launch-button:hover {
        background: #56750f;
    }
.farmland-page .sections-container .botanist-trees-types .trees-types {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(50% - 30px);
    width: 100%;
    text-align: center;
    background: #dedec2;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 3
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types.expanded {
    height: 100%;
    width: 200%;
    z-index: 3
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content {
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content .heading {
    color: #161616;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px
}
.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content .sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 25px;
  color: #56750f;
  text-align: left;
  padding: 0 30px;
}
.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content .text {
    color: #161616;
    font-size: 14px;
    line-height: 20px;
    padding: 0 30px;
    text-align: left;
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types.expanded:hover .content .heading {
    display: none
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types.expanded:hover .content .text {
    display: none
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types.expanded .content .text {
    padding-bottom: 25px;
    display: none
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content .text.detailed,
.farmland-page .contact .sections-container .botanist-trees-types .trees-types:hover .content .text.detailed {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0
}

.farmland-page .contact .sections-container .botanist-trees-types .trees-types.expanded .content .text.detailed {
    height: calc(20px * 6);
    padding-bottom: 165px;
    opacity: 1
}

  .farmland-page .vision .content-container .content .launch-button {
        height: 60px;
        width: 60px;
        font-size: 10px;
        line-height: 10px;
        display: none
    }
    .farmland-page .vision .content-container .content .launch-button span {
        padding: 24px 0 16px
    }

@media (max-width: 1024px) {

    /* Main section */
    .farmland-page .contact {
        height: auto !important;
        min-height: 100vh;
        overflow: visible !important;
    }

    /* Container */
    .farmland-page .contact .sections-container {
        height: auto !important;
        display: flex;
        flex-direction: column;
    }

    /* Image section */
    .farmland-page .contact .sections-container .backyard {
        width: 100%;
        height: auto !important;
        min-height: 470px;
        float: none;
        position: relative;
        order: 2;
    }

    .farmland-page .contact .sections-container .backyard .image {
        position: relative;
        width: 100%;
        height: 400px;
        right: auto;
        z-index: 1;
        overflow: hidden;
    }

    .farmland-page .contact .sections-container .backyard .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* Remove desktop positioning from image content */
    .farmland-page .contact .sections-container .backyard .content {
        width: 100%;
        height: auto;
        padding: 40px 30px;
        box-sizing: border-box;
    }

    /* Text section */
    .farmland-page .contact .sections-container .botanist-trees-types {
        width: 100%;
        height: auto !important;
        min-height: 0;
        float: none;
        position: relative;
        order: 1;
    }

    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types {
        position: relative;
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        margin: 0;
        bottom: auto;
        right: auto;
        overflow: visible;
    }

    /* Content */
    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types .content {
        width: 100%;
        height: auto !important;
        max-width: 900px;
        margin: 0 auto;
        padding: 50px 40px 60px;
        box-sizing: border-box;
    }

    /* Heading */
    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types .content .heading {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    /* Text */
    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types .content .text {
        font-size: 15px;
        line-height: 23px;
        padding: 0;
    }
.farmland-page .contact .sections-container .botanist-trees-types .trees-types .content .sub-heading{
    padding: 0;
}
    /* Contact map */
    .farmland-page .content .contact-map {
        width: 100%;
        margin: 0;
        float: none;
    }

    .farmland-page .content .contact-map .text {
        font-size: 15px;
        line-height: 23px;
        padding-top: 0;
    }

    /* Gallery button */
    .farmland-page .sections-container .content .launch-button {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    /* Disable desktop expanded behaviour */
    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types.expanded {
        width: 100% !important;
        height: auto !important;
    }

    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types.expanded .content .text {
        display: block;
        height: auto;
        padding: 0;
        opacity: 1;
    }

    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types.expanded:hover .content .heading,
    .farmland-page .contact .sections-container
    .botanist-trees-types .trees-types.expanded:hover .content .text {
        display: block;
    }
}







/* =========================================
   FARMLAND MAP CLICK / LIGHTBOX
   ========================================= */

/* Make sure map is clickable */
.farmland .map-container {
    position: relative !important;
    z-index: 20 !important;
    cursor: pointer;
}

.farmland .map-container .image {
    position: relative !important;
    z-index: 20 !important;
    width: 100%;
    cursor: pointer;
}

.farmland .map-container .image img.map-clickable {
    position: relative !important;
    z-index: 21 !important;
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}


/* Enlarge label */
.farmland-page .contact .sections-container .backyard .image .map-enlarge {
    position: absolute;
    right: 50%;
    bottom: 22px;

    z-index: 22;

    background: rgba(0, 0, 0, 0.7);
    color: #fff;

    padding: 10px 15px;

    font-size: 12px;
    letter-spacing: 1px;

    pointer-events: none;
}


/* =========================================
   LIGHTBOX
   ========================================= */

#map-lightbox {
    display: none;

    position: fixed !important;

    top: 0;
    left: 0;

    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.92);

    z-index: 2147483647 !important;

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

    padding: 30px;

    box-sizing: border-box;
}


/* Open state */
#map-lightbox.active {
    display: flex !important;
}


/* Large map */
#map-lightbox-image {
    display: block;

    width: auto;
    height: auto;

    max-width: 95vw;
    max-height: 90vh;

    object-fit: contain;
}


/* Close button */
#map-lightbox-close {
    position: absolute;

    top: 15px;
    right: 25px;

    width: 45px;
    height: 45px;

    padding: 0;

    border: 0;
    background: transparent;

    color: #fff;

    font-size: 40px;
    font-weight: 300;

    line-height: 40px;

    cursor: pointer;

    z-index: 2147483647;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

    .farmland .map-enlarge {
        right: 15px;
        bottom: 15px;

        padding: 8px 12px;

        font-size: 11px;
    }

    #map-lightbox {
        padding: 15px;
    }

    #map-lightbox-image {
        max-width: 96vw;
        max-height: 88vh;
    }

    #map-lightbox-close {
        top: 10px;
        right: 12px;

        font-size: 36px;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .farmland .map-container {
        width: 100% !important;
        float: none !important;
    }

    .farmland .map-container .image {
        width: 100% !important;
    }

    .farmland .map-container .image img.map-clickable {
        width: 100% !important;
        height: auto !important;
    }

    #map-lightbox-image {
        max-width: 98vw;
        max-height: 85vh;
    }

}




/* =========================================
   FLOATING CONTACT WIDGET
   ========================================= */

.floating-contact {
    position: fixed;
    right: 25px;
    bottom: 70px;
    z-index: 99999;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;

    font-family: Arial, sans-serif;
}


/* =========================================
   CONTACT ROW
   ========================================= */

.floating-contact .contact-row {
    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0;
    transform: translateX(40px);

    animation: contactSlideIn 0.6s ease-out 0.2s forwards;
}


/* Contact Us label */

.floating-contact .contact-label {
    display: flex;
    align-items: center;

    padding: 9px 15px;

    background: #161616;
    color: #fff;

    border-radius: 20px;

    font-size: 13px;
    line-height: 18px;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.floating-contact .contact-label:hover {
    background: #56750f;
    transform: translateY(-2px);
}


/* =========================================
   PHONE ICON
   ========================================= */

.floating-contact .contact-icon {
    width: 44px;
    height: 44px;

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

    background: #161616;
    color: #fff;

    border-radius: 50%;

    text-decoration: none;

    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.floating-contact .contact-icon svg {
    width: 20px;
    height: 20px;

    display: block;

    fill: currentColor;
}

.floating-contact .contact-icon:hover {
    background: #56750f;
    transform: scale(1.08);
}


/* =========================================
   WHATSAPP BUTTON
   ========================================= */

.floating-contact .whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 46px;

    padding: 10px 18px;

    box-sizing: border-box;

    background: #25D366;
    color: #fff;

    border-radius: 25px;

    font-size: 13px;
    line-height: 18px;

    text-decoration: none;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);

    opacity: 0;
    transform: translateX(40px);

    animation:
        whatsappSlideIn 0.6s ease-out 0.4s forwards,
        whatsappPulse 2.5s ease-in-out 2s infinite;
}


/* WhatsApp hover */

.floating-contact .whatsapp-button:hover {
    transform: translateY(-2px);

    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.35);
}


/* =========================================
   WHATSAPP ICON
   ========================================= */

.floating-contact .whatsapp-icon {
    width: 24px;
    height: 24px;

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

    flex-shrink: 0;
}

.floating-contact .whatsapp-icon svg {
    width: 24px;
    height: 24px;

    display: block;

    fill: currentColor;
}


/* =========================================
   SLIDE-IN ANIMATIONS
   ========================================= */

@keyframes contactSlideIn {

    0% {
        opacity: 0;
        transform: translateX(40px);
    }

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

}


@keyframes whatsappSlideIn {

    0% {
        opacity: 0;
        transform: translateX(40px);
    }

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

}


/* =========================================
   WHATSAPP PULSE
   ========================================= */

@keyframes whatsappPulse {

    0% {
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    }

    50% {
        box-shadow:
            0 5px 18px rgba(0, 0, 0, 0.3),
            0 0 0 7px rgba(37, 211, 102, 0.18);
    }

    100% {
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3);
    }

}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1024px) {

 /* Hide Contact Us text */
    .floating-contact .contact-label {
        display: none !important;
    }

    /* Phone icon */
    .floating-contact .contact-icon {
        width: 46px !important;
        height: 46px !important;
        padding: 0 !important;
    }

    .floating-contact .contact-icon svg {
        width: 21px !important;
        height: 21px !important;
    }

    /* Remove gap because only icon remains */
    .floating-contact .contact-row {
        gap: 0 !important;
    }

    /* WhatsApp - hide text */
    .floating-contact .whatsapp-button {
        min-width: 46px !important;
        width: 46px !important;
        height: 46px !important;

        padding: 0 !important;

        gap: 0 !important;
        border-radius: 50% !important;
    }

    /* WhatsApp icon */
    .floating-contact .whatsapp-icon {
        width: 23px !important;
        height: 23px !important;
    }

    .floating-contact .whatsapp-icon svg {
        width: 23px !important;
        height: 23px !important;
    }

    /* Hide "Chat with us" */
    .floating-contact .whatsapp-button > span:last-child {
        display: none !important;
    }

    /* Position */
    .floating-contact {
        right: 20px !important;
        bottom: 20px !important;
        gap: 10px !important;
    }
    .floating-contact {
        right: 15px;
        bottom: 15px;
        gap: 8px;
    }

    .floating-contact .contact-label {
        padding: 8px 12px;
        font-size: 12px;
    }

    .floating-contact .contact-icon {
        width: 40px;
        height: 40px;
    }

    .floating-contact .contact-icon svg {
        width: 18px;
        height: 18px;
    }

    .floating-contact .whatsapp-button {
        min-height: 43px;
        padding: 9px 14px;
        font-size: 12px;
    }

    .floating-contact .whatsapp-icon {
        width: 22px;
        height: 22px;
    }

    .floating-contact .whatsapp-icon svg {
        width: 22px;
        height: 22px;
    }

}


/* =========================================
   VERY SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .floating-contact {
        right: 10px;
        bottom: 10px;
    }

    /* Hide "Contact us" text */
    .floating-contact .contact-label {
        display: none;
    }

    .floating-contact .contact-row {
        gap: 0;
    }

    .floating-contact .contact-icon {
        width: 42px;
        height: 42px;
    }

    .floating-contact .whatsapp-button {
        min-height: 42px;
        padding: 9px 13px;
    }

}
