/*
Theme Name: GreenNature Child
Theme URI: http://demo.goodlayers.com/greennature
Template: greennature
Author: Goodlayers
Author URI: http://www.goodlayers.com
Description: Green Nature Wordpress Theme - Premium Redesign
Version: 2.0.0
*/

/* ==========================================================================
   PREMIUM MODERN SERVICE CARDS REDESIGN
   ========================================================================== */

/* 1. Flexbox Layout & Section Spacing */
html body .greennature-color-wrapper,
html body .greennature-color-wrapper.gdlr-show-all.greennature-skin-dark-skin,
html body .greennature-color-wrapper.gdlr-show-all {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}

html body .greennature-color-wrapper .container {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

html body .greennature-color-wrapper .four.columns {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 30px !important;
    box-sizing: border-box !important;
}

html body .greennature-ux.column-service-ux {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
}

/* 2. Premium Card Surface & Container Overrides */
html body .greennature-column-service-item.greennature-type-2,
html body .greennature-column-service-item.greennature-type-2-bg {
    background: linear-gradient(145deg, #382c1e, #292015) !important;
    border-radius: 16px !important;
    padding: 38px 28px 32px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 1 1 auto !important;
    height: auto !important; /* Override hardcoded inline JS height */
    min-height: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Top Accent Gradient Bar */
html body .greennature-column-service-item.greennature-type-2::before,
html body .greennature-column-service-item.greennature-type-2-bg::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #2ecc71, #27ae60) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transform: scaleX(0.25) !important;
    transform-origin: left !important;
}

/* Hover Elevation & Accent Effects */
html body .greennature-column-service-item.greennature-type-2:hover,
html body .greennature-column-service-item.greennature-type-2-bg:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.45), 0 0 20px rgba(46, 204, 113, 0.15) !important;
    border-color: rgba(46, 204, 113, 0.35) !important;
}

html body .greennature-column-service-item.greennature-type-2:hover::before,
html body .greennature-column-service-item.greennature-type-2-bg:hover::before {
    transform: scaleX(1) !important;
}

/* 3. Icon Badge Container */
html body .greennature-column-service-item .column-service-image {
    width: 72px !important;
    height: 72px !important;
    border-radius: 18px !important;
    background: rgba(46, 204, 113, 0.1) !important;
    border: 1px solid rgba(46, 204, 113, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 24px auto !important;
    transition: all 0.35s ease !important;
    flex-shrink: 0 !important;
}

html body .greennature-column-service-item .column-service-image img {
    max-width: 44px !important;
    max-height: 44px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.35s ease !important;
}

html body .greennature-column-service-item:hover .column-service-image {
    background: rgba(46, 204, 113, 0.2) !important;
    border-color: rgba(46, 204, 113, 0.5) !important;
    transform: scale(1.08) rotate(2deg) !important;
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.2) !important;
}

/* 4. Content Wrapper & Typography */
html body .greennature-column-service-item .column-service-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    width: 100% !important;
}

html body .greennature-column-service-item .column-service-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.3px !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.35 !important;
    transition: color 0.3s ease !important;
}

html body .greennature-column-service-item:hover .column-service-title {
    color: #2ecc71 !important;
}

/* Description Text & Reset Rogue Nested HTML */
html body .greennature-column-service-item .column-service-content {
    flex: 1 1 auto !important;
    font-size: 14px !important;
    color: #d1c7b8 !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
}

html body .greennature-column-service-item .column-service-content p {
    font-size: 14px !important;
    color: #d1c7b8 !important;
    line-height: 1.65 !important;
    margin: 0 0 12px 0 !important;
}

/* Sanitize rogue markdown/ChatGPT wrapper tags pasted in WordPress editor */
html body .greennature-column-service-item .column-service-content article,
html body .greennature-column-service-item .column-service-content div {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

/* 5. Modern Pill Button Action Link */
html body .greennature-column-service-item .column-service-read-more {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: auto auto 0 auto !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

html body .greennature-column-service-item .column-service-read-more::after {
    content: " →" !important;
    margin-left: 6px !important;
    transition: transform 0.25s ease !important;
    display: inline-block !important;
}

html body .greennature-column-service-item .column-service-read-more:hover {
    background: #2ecc71 !important;
    color: #ffffff !important;
    border-color: #2ecc71 !important;
    box-shadow: 0 6px 18px rgba(46, 204, 113, 0.35) !important;
    transform: translateY(-2px) !important;
}

html body .greennature-column-service-item .column-service-read-more:hover::after {
    transform: translateX(4px) !important;
}

/* 6. Mobile & Tablet Responsiveness */
@media (max-width: 959px) {
    html body .greennature-color-wrapper .four.columns {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    html body .greennature-color-wrapper .four.columns {
        width: 100% !important;
        float: none !important;
        margin-bottom: 24px !important;
    }
    
    html body .greennature-column-service-item.greennature-type-2,
    html body .greennature-column-service-item.greennature-type-2-bg {
        padding: 30px 20px 26px !important;
    }
}


/* ==========================================================================
   OUR GOALS SECTION REDESIGN (2x2 GRID)
   ========================================================================== */

.our-goals-section {
    position: relative !important;
    padding: 85px 0 !important;
    background: linear-gradient(135deg, #1f1911 0%, #2a2117 50%, #1a140d 100%) !important;
    overflow: hidden !important;
    color: #ffffff !important;
}

/* Subtle Animated Background Accent */
.our-goals-section::before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle at 50% 50%, rgba(46, 204, 113, 0.08) 0%, rgba(0, 0, 0, 0) 60%) !important;
    pointer-events: none !important;
    animation: goalsGlow 15s ease-in-out infinite alternate !important;
}

@keyframes goalsGlow {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(3%, 3%) scale(1.1); }
}

.our-goals-header {
    text-align: center !important;
    max-width: 750px !important;
    margin: 0 auto 50px auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.our-goals-main-title {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 12px 0 !important;
    text-transform: capitalize !important;
}

.our-goals-subtitle {
    font-size: 16px !important;
    color: #b0a595 !important;
    line-height: 1.6 !important;
    margin: 0 auto !important;
    font-weight: 400 !important;
}

/* Responsive 2x2 Grid */
.our-goals-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Goal Card Component */
.our-goals-card {
    background: linear-gradient(145deg, #352b1e, #271f15) !important;
    border-radius: 18px !important;
    padding: 38px 30px 34px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-top: 4px solid #2ecc71 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    position: relative !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-sizing: border-box !important;
}

/* Micro-Interactions on Hover */
.our-goals-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.4), 0 0 25px rgba(46, 204, 113, 0.15) !important;
    border-color: rgba(46, 204, 113, 0.4) !important;
    border-top-color: #2ecc71 !important;
}

/* Icon Badge Wrapper */
.our-goals-icon-wrapper {
    width: 64px !important;
    height: 64px !important;
    border-radius: 16px !important;
    background: rgba(46, 204, 113, 0.1) !important;
    border: 1px solid rgba(46, 204, 113, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 22px !important;
    transition: all 0.35s ease !important;
    color: #2ecc71 !important;
    font-size: 26px !important;
    flex-shrink: 0 !important;
}

.our-goals-card:hover .our-goals-icon-wrapper {
    background: rgba(46, 204, 113, 0.2) !important;
    border-color: rgba(46, 204, 113, 0.5) !important;
    transform: scale(1.1) rotate(2deg) !important;
    color: #2ecc71 !important;
    box-shadow: 0 8px 20px rgba(46, 204, 113, 0.25) !important;
}

.our-goals-card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.3px !important;
    transition: color 0.3s ease !important;
}

.our-goals-card:hover .our-goals-card-title {
    color: #2ecc71 !important;
}

.our-goals-card-desc {
    font-size: 14.5px !important;
    color: #c9bea7 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/* Tablet & Mobile Breakpoints */
@media (max-width: 959px) {
    .our-goals-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 767px) {
    .our-goals-grid {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px !important;
    }
    .our-goals-section {
        padding: 60px 0 !important;
    }
    .our-goals-main-title {
        font-size: 28px !important;
    }
    .our-goals-card {
        padding: 30px 22px 26px !important;
    }
}


/* ==========================================================================
   CONTINUOUS HORIZONTALLY AUTO-SCROLLING LOGO MARQUEE
   ========================================================================== */

.dezerv-marquee-section {
    background-color: #ffffff !important;
    padding: 95px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.dezerv-marquee-header {
    text-align: center !important;
    max-width: 720px !important;
    margin: 0 auto 55px auto !important;
}

.dezerv-marquee-title {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 14px 0 !important;
    line-height: 1.25 !important;
}

.dezerv-marquee-subtitle {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #6b7280 !important;
    line-height: 1.65 !important;
    margin: 0 auto !important;
}

/* Marquee Outer Container */
.dezerv-marquee-wrapper {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    padding: 15px 0 !important;
}

/* Subtle Left & Right Edge Gradient Fade Overlay */
.dezerv-marquee-wrapper::before,
.dezerv-marquee-wrapper::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 140px !important;
    z-index: 5 !important;
    pointer-events: none !important;
}

.dezerv-marquee-wrapper::before {
    left: 0 !important;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.dezerv-marquee-wrapper::after {
    right: 0 !important;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

/* Infinite Gapless Running Track with Fixed 56px Gap */
.dezerv-marquee-track {
    display: flex !important;
    align-items: center !important;
    width: max-content !important;
    gap: 56px !important;
    animation: dezervMarqueeScroll 35s linear infinite !important;
}

/* Pause Scrolling Animation on Hover */
.dezerv-marquee-wrapper:hover .dezerv-marquee-track {
    animation-play-state: paused !important;
}

@keyframes dezervMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Standardized Bounding Box for Equal Spacing Across Every Logo */
.dezerv-marquee-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 145px !important;
    height: 55px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.dezerv-marquee-item img {
    max-height: 44px !important;
    max-width: 130px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    opacity: 0.85 !important;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease !important;
}

/* Subtle Scale Micro-Interaction on Hover */
.dezerv-marquee-item:hover img {
    transform: scale(1.08) !important;
    opacity: 1 !important;
}

/* Responsiveness */
@media (max-width: 767px) {
    .dezerv-marquee-section {
        padding: 65px 0 !important;
    }
    .dezerv-marquee-header {
        margin-bottom: 40px !important;
    }
    .dezerv-marquee-title {
        font-size: 26px !important;
    }
    .dezerv-marquee-track {
        gap: 36px !important;
        animation-duration: 25s !important;
    }
    .dezerv-marquee-item {
        width: 120px !important;
        height: 46px !important;
    }
    .dezerv-marquee-item img {
        max-height: 38px !important;
        max-width: 110px !important;
    }
    .dezerv-marquee-wrapper::before,
    .dezerv-marquee-wrapper::after {
        width: 60px !important;
    }
}


/* ==========================================================================
   PREMIUM CONTACT FORM 7 STYLING (UNIFORM INPUTS & FOCUS STATES)
   ========================================================================== */

.wpcf7-form p {
    margin-bottom: 22px !important;
}

.wpcf7-form label {
    display: block !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin-bottom: 8px !important;
    text-transform: capitalize !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-size: 15px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
}

.wpcf7 textarea {
    width: 100% !important;
    padding: 14px 16px !important;
    border-radius: 10px !important;
    border: 1px solid #d1d5db !important;
    background-color: #ffffff !important;
    color: #1f2937 !important;
    font-size: 15px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.25s ease !important;
    box-sizing: border-box !important;
    min-height: 120px !important;
}

/* Focus Ring Effects */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #2ecc71 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.18) !important;
}

/* Placeholder Color */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9ca3af !important;
    font-size: 14.5px !important;
}

/* Submit Button Aesthetics */
.wpcf7 input[type="submit"] {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.3) !important;
}

.wpcf7 input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 22px rgba(46, 204, 113, 0.45) !important;
}


/* ==========================================================================
   PREMIUM 2-COLUMN CONTACT US PAGE STYLING
   ========================================================================== */

/* Hide parent header banner overlay on contact page */
.page-template-page-contact .greennature-page-title-wrapper,
.page-template-page-contact .greennature-page-title-overlay {
    display: none !important;
}

.contact-page-hero {
    background: linear-gradient(135deg, #1a140d 0%, #2a2016 50%, #1f1810 100%);
    padding: 150px 20px 60px 20px !important;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 14px 0;
}

.contact-hero-subtitle {
    font-size: 17px;
    color: #d1c7b8;
    margin: 0 auto;
    max-width: 680px;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 4%;
    align-items: start;
}

.contact-info-card {
    background: linear-gradient(145deg, #261f17, #1c160f);
    border-radius: 20px;
    padding: 36px 30px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
    border-top: 4px solid #2ecc71;
}

.contact-block-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    letter-spacing: -0.3px;
}

.contact-block-desc {
    font-size: 14.5px;
    color: #d1c7b8;
    line-height: 1.6;
    margin: 0;
}

.contact-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 28px 0;
}

.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(46, 204, 113, 0.15);
    border: 1px solid rgba(46, 204, 113, 0.3);
    color: #2ecc71;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-icon-box svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.contact-info-item:hover .contact-icon-box {
    background: #2ecc71;
    color: #ffffff;
    transform: scale(1.08);
}

.contact-info-item:hover .contact-icon-box svg {
    stroke: #ffffff;
}

.contact-text-box {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-val {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.contact-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-link:hover {
    color: #2ecc71;
}

.contact-form-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 8px 0;
}

.contact-form-desc {
    font-size: 14.5px;
    color: #6b7280;
    margin-bottom: 28px;
}

@media (max-width: 959px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}