.img-hover_effect-3:hover:before {
    opacity: 0.2;
}

.img-hover_effect-3 .single-img .inner-img .inner-content {
    background: rgba(255, 255, 255, 0.8) !important;
    width: 100%;
    text-align: center;
}

.img-hover_effect-3 .single-img .inner-img img {
    min-height: 400px;
    max-height: 400px;
    width: 100%;
}

.parallax-home_slider .swiper-slide.bg-1,
.parallax-home_slider .swiper-slide.bg-2,
.parallax-home_slider .swiper-slide.bg-3,
.parallax-home_slider .swiper-slide.bg-4,
.parallax-home_slider .swiper-slide.bg-5,
.parallax-home_slider .swiper-slide.bg-6,
.parallax-home_slider .swiper-slide.bg-7,
.parallax-home_slider .swiper-slide.bg-8 {
    background-position-y: 70px;
    /* background-position-y: center; */
    background-size: 100% 90%;
}

.principal-image, .member-img {
    border: none !important;
}

.logo,
.white_logo {
    width: 120px;
}

.news_detail_div {
    padding-top: 150px;
}

.entry-banner.rectangle-house-bg:before,
.about-bg.rectangle-house-bg:before {
    background-color: transparent !important;
}

nav .link span {
    /* color: white !important; */
}

.contact-area {
    margin-top: 60px !important;
}

.fixed-header {
    z-index: 2;
}

.projects_title {
    padding: 40px 0 40px;
}

.section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    height: 2px;
    width: 120px;
    background: linear-gradient(to right, transparent, #000, transparent);
}

.counter-item li:not(:last-child),
.counter-item li {
    padding-right: 25px;
}

.section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
}

.section h2 {
    font-size: 36px;
    color: #1a3e2e;
    margin-bottom: 10px;
    position: relative;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.card {
    background: white;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px solid #e7ecec;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card i {
    font-size: 32px;
    color: #2c6e49;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.card p {
    font-size: 15px;
    line-height: 1.6;
    color: #5f5f5f;
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
}

a:hover {
    color: var(--color-link-hover);
    outline: none;
}

.rolling-text {
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 24px;
    height: 72px;
    text-decoration: none;
    overflow: hidden;
    color: #1a1a1a;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
    transform: translateY(-100%);
}

.rolling-text .block:last-child {
    color: #d3a13b;
}

.rolling-text .letter {
    display: inline-block;
    transition: transform 0.5s ease;
}

/* Add transition delays to each letter */
.rolling-text .letter:nth-child(1) {
    transition-delay: 0s;
}

.rolling-text .letter:nth-child(2) {
    transition-delay: 0.05s;
}

.rolling-text .letter:nth-child(3) {
    transition-delay: 0.1s;
}

.rolling-text .letter:nth-child(4) {
    transition-delay: 0.15s;
}

.rolling-text .letter:nth-child(5) {
    transition-delay: 0.2s;
}

.rolling-text .letter:nth-child(6) {
    transition-delay: 0.25s;
}

.rolling-text .letter:nth-child(7) {
    transition-delay: 0.3s;
}

.rolling-text .letter:nth-child(8) {
    transition-delay: 0.35s;
}

.rolling-text .letter:nth-child(9) {
    transition-delay: 0.4s;
}

.rolling-text .letter:nth-child(10) {
    transition-delay: 0.45s;
}

.rolling-text .letter:nth-child(11) {
    transition-delay: 0.5s;
}

.rolling-text .letter:nth-child(12) {
    transition-delay: 0.55s;
}

.rolling-text .letter:nth-child(13) {
    transition-delay: 0.6s;
}

.rolling-text .letter:nth-child(14) {
    transition-delay: 0.65s;
}

.rolling-text .letter:nth-child(15) {
    transition-delay: 0.7s;
}

.rolling-text .letter:nth-child(16) {
    transition-delay: 0.75s;
}

.rolling-text .letter:nth-child(17) {
    transition-delay: 0.8s;
}

.rolling-text .letter:nth-child(18) {
    transition-delay: 0.85s;
}

.rolling-text .letter:nth-child(19) {
    transition-delay: 0.9s;
}

.rolling-text .letter:nth-child(20) {
    transition-delay: 0.95s;
}

.rolling-text .letter:nth-child(21) {
    transition-delay: 1s;
}

.px-transparent_header {
    /* background: transparent; */
}

.desktop_parallax-home_slider .swiper-slide.bg-1 {
    background-image: url("../images/home_slider1.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-2 {
    background-image: url("../images/home_slider2.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-3 {
    background-image: url("../images/home_slider3.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-4 {
    background-image: url("../images/home_slider4.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-5 {
    background-image: url("../images/home_slider5.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-6 {
    background-image: url("../images/home_slider6.jpg") !important;
}

.desktop_parallax-home_slider .swiper-slide.bg-7 {
    background-image: url("../images/home_slider7.jpg") !important;
}

.desktop_slider,
.desktop_slider .heading {
    color: #fff !important;
}

.hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: center;
}

.glass-box {
    position: absolute;
    top: 70px;
    width: auto !important;
    height: 15% !important;
    left: 0;
    /* background: rgba(255, 255, 255, 0); */
    /* backdrop-filter: blur(10px); */
    -webkit-backdrop-filter: blur(10px);
    padding: 15px;
    max-width: 600px;
    text-align: center;
    color: #fff;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); */
}

.glass-box h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.glass-box p {
    font-size: 1.2rem;
    line-height: 1.6;
}

/* Page Transition */

.page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    text-align: center;
    opacity: 0;
    transform: scale(0.96);
    transition: all 0.6s ease-out;
}

.page-wrapper.loaded {
    opacity: 1;
    transform: scale(1);
}

h1 {
    font-size: 3rem;
    color: #365e2c;
    margin-bottom: 2rem;
}

.transition-link {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    background: none;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.transition-link:hover {
    background: #ff00a6;
    color: #fff;
    border-color: #ff00a6;
}

.transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.7s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.transition-overlay img {
    width: 200px;
    height: auto;
    opacity: 1 !important;
    display: block;
    animation: fadeLogo 0.7s ease-in-out forwards;
}

@keyframes fadeLogo {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

body.transition-out .transition-overlay {
    transform: scaleY(1);
}

body.transition-in .transition-overlay {
    transform: scaleY(0);
    transition-delay: 0.3s;
}


/* Floating orbs - bouncing across full screen */
.floating-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(34, 139, 34, 0.1), rgba(0, 100, 0, 0.2));
    pointer-events: none;
    box-shadow: 0 4px 20px rgba(34, 139, 34, 0.3);
}



.orb-1 {
    width: 20px;
    height: 20px;
    animation: moveOrb1 60s linear infinite;
}

.orb-2 {
    width: 15px;
    height: 15px;
    animation: moveOrb2 20s linear infinite;
}

.orb-3 {
    width: 25px;
    height: 25px;
    animation: moveOrb3 70s linear infinite;
}

.orb-4 {
    width: 12px;
    height: 12px;
    animation: moveOrb4 50s linear infinite;
}

.orb-5 {
    width: 18px;
    height: 18px;
    animation: moveOrb5 90s linear infinite;
}

.orb-6 {
    width: 14px;
    height: 14px;
    animation: moveOrb6 60.50s linear infinite;
}

.orb-7 {
    width: 22px;
    height: 22px;
    animation: moveOrb7 70.5s linear infinite;
}

.orb-8 {
    width: 16px;
    height: 16px;
    animation: moveOrb8 50.5s linear infinite;
}

/* Orb 1: Top-left to bottom-right and back */
@keyframes moveOrb1 {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: calc(100vw - 20px);
        top: 0px;
    }

    50% {
        left: calc(100vw - 20px);
        top: calc(100vh - 20px);
    }

    75% {
        left: 0px;
        top: calc(100vh - 20px);
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

/* Orb 2: Diagonal movement */
@keyframes moveOrb2 {
    0% {
        left: calc(100vw - 15px);
        top: 0px;
    }

    25% {
        left: 0px;
        top: 0px;
    }

    50% {
        left: 0px;
        top: calc(100vh - 15px);
    }

    75% {
        left: calc(100vw - 15px);
        top: calc(100vh - 15px);
    }

    100% {
        left: calc(100vw - 15px);
        top: 0px;
    }
}

/* Orb 3: Horizontal bounce */
@keyframes moveOrb3 {
    0% {
        left: 0px;
        top: 50vh;
    }

    50% {
        left: calc(100vw - 25px);
        top: 50vh;
    }

    100% {
        left: 0px;
        top: 50vh;
    }
}

/* Orb 4: Vertical bounce */
@keyframes moveOrb4 {
    0% {
        left: 50vw;
        top: 0px;
    }

    50% {
        left: 50vw;
        top: calc(100vh - 12px);
    }

    100% {
        left: 50vw;
        top: 0px;
    }
}

/* Orb 5: Figure-8 pattern */
@keyframes moveOrb5 {
    0% {
        left: 20vw;
        top: 20vh;
    }

    25% {
        left: 80vw;
        top: 20vh;
    }

    50% {
        left: 50vw;
        top: 50vh;
    }

    75% {
        left: 20vw;
        top: 80vh;
    }

    100% {
        left: 20vw;
        top: 20vh;
    }
}

/* Orb 6: Corner to corner */
@keyframes moveOrb6 {
    0% {
        left: 0px;
        top: 0px;
    }

    50% {
        left: calc(100vw - 14px);
        top: calc(100vh - 14px);
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

/* Orb 7: Reverse corner bounce */
@keyframes moveOrb7 {
    0% {
        left: calc(100vw - 22px);
        top: 0px;
    }

    50% {
        left: 0px;
        top: calc(100vh - 22px);
    }

    100% {
        left: calc(100vw - 22px);
        top: 0px;
    }
}

/* Orb 8: Random path */
@keyframes moveOrb8 {
    0% {
        left: 30vw;
        top: 0px;
    }

    20% {
        left: calc(100vw - 16px);
        top: 30vh;
    }

    40% {
        left: 70vw;
        top: calc(100vh - 16px);
    }

    60% {
        left: 0px;
        top: 70vh;
    }

    80% {
        left: 50vw;
        top: 20vh;
    }

    100% {
        left: 30vw;
        top: 0px;
    }
}

/* Particle system */
.particle-system {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(34, 139, 34, 0.7);
    border-radius: 50%;
    animation: particleFloat 12s linear infinite;
    box-shadow: 0 0 6px rgba(34, 139, 34, 0.5);
}

.particle:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
}

.particle:nth-child(2) {
    top: 80%;
    left: 15%;
    animation-delay: 2s;
}

.particle:nth-child(3) {
    top: 20%;
    right: 25%;
    animation-delay: 4s;
}

.particle:nth-child(4) {
    bottom: 30%;
    right: 20%;
    animation-delay: 6s;
}

.particle:nth-child(5) {
    top: 60%;
    left: 10%;
    animation-delay: 8s;
}

.particle:nth-child(6) {
    bottom: 20%;
    right: 15%;
    animation-delay: 10s;
}

@keyframes particleFloat {
    0% {
        transform: translateY(0px) translateX(0px) scale(0.5);
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: translateY(-20px) translateX(10px) scale(1);
    }

    80% {
        opacity: 1;
        transform: translateY(-40px) translateX(-15px) scale(0.8);
    }

    100% {
        transform: translateY(-60px) translateX(20px) scale(0.3);
        opacity: 0;
    }
}

:root {
    /* These variables will be updated by JavaScript */
    --mouse-x: 0;
    --mouse-y: 0;
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

.pd-style_three .fixed-sidebar {
    background-color: white;
}

/* Container must have a defined size to capture mouse movement */
.logo-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    /* Adjust based on your design */
    height: 200px;
    /* Crucial: must have height to be hoverable */
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

/* Background Circle */
.circle-layer {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 1;
    width: 200px;
    pointer-events: none;
    /* Mouse passes through to the container */
    transition: transform 0.1s ease-out;
    /* Smooths the movement */
    will-change: transform;
    animation: circleEntry_load 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Text Image */
.text-layer {
    position: absolute;
    width: 70%;
    /* Adjust size of text relative to circle */
    height: auto;
    z-index: 2;
    left: 0;
    width: 300px;
    pointer-events: none;
    /* Mouse passes through to the container */
    transition: transform 0.05s ease-out;
    /* Sharper movement for the text */
    animation: textFadeIn 1.2s ease-out 0.8s forwards;
    will-change: transform;
}

@keyframes circleEntry_load {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

* {
    cursor: none !important;
}


/* 2. The Inner Dot (Precise) */
.cursor-dot {
    width: 10px;
    height: 10px;
    background-color: #375e2c;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 10000;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}

/* 3. The Outer Ring (The "Liquid" Part) */
.cursor-outline {
    width: 25px;
    height: 25px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 9999;
    pointer-events: none;
    /* Mix-blend-mode creates the "Invert" effect over backgrounds */
    mix-blend-mode: difference;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        height 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        background-color 0.4s,
        border 0.4s;
}

.cursor-hover {
    width: 20px;  /* Increased from 80px */
    height: 20px; /* Increased from 80px */
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    backdrop-filter: blur(2px);
}
.particle-system {
    width: min(100vw, 400px) !important;
    height: min(100vw, 400px) !important;
}