html,
body,
* {
    cursor: none !important;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url('../images/icon/compass.png');
    /* Or .svg */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.custom-cursor.hover-target {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: .5;
}


/* Button */
body .theme-btn-two.green {
    color: var(--green-one);
    border: 2px solid var(--green-one);
}

body .theme-btn-two.green:hover {
    background: var(--green-two);
    border-color: var(--green-two);
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item .nav-link.active {
    transform: scale(1.15);
}

.navbar .navbar-nav .nav-item .nav-link:before,
.navbar .navbar-nav .nav-item .nav-link.active:before {

    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item:hover>.nav-link:before,
.navbar .navbar-nav .nav-item .nav-link.active:before {
    transform: scale(1);
}

/* Form */
.error {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    background: #f44336;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.success {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    background: #4caf50;
    margin-top: 10px;
    border-radius: 10px;
    display: block;
}

.form-message {
    text-align: center;
    margin-bottom: 10px;
}

/* Hero */

.hero-banner-one {
    background: url(../images/bg/herobg.jpg);
    background-size: cover;
}

.hero-banner-one span {
    color: #056839;
}

.hero-banner-one .hero-heading {
    color: #1c442a;
}

.hero-banner-one .hero-sub-heading {
    color: #272727;
}

.hero-banner-one .hero-sub-heading.style2 {
    font-size: 28px;
}

.hero-banner-icons img {
    height: 56px;
    width: 42px;
}

.hero-banner-icons .d-flex {
    gap: 13px;
}

.hero-banner-icons p {
    color: #1a452a;
}

/* vcamp text block one */
.vcamp-text-block-one .title-style-two .title {
    color: white;
}

.vcamp-text-block-one .title-style-two .title span {
    color: #fffdc1;
}

.vcamp-text-block-one .meta-info-text {
    color: #fffcab;
}

.vcamp-text-block-one .title-style-two .title span:before {
    background: var(--yellow-one);
}

/* Sub Heading */
.inside-hero-one .page-title {
    color: #1c442a;
}

.inside-hero-one .page-title span:before,
.inside-hero-one .page-title span:after {
    content: '';
    width: 49%;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 13px;
    background: #baf5d2;
}

.inside-hero-one .page-title span:after {
    background: #aaddc5;
    left: auto;
    right: 8px;
}

.inside-hero-one .page-title span {
    color: #056839;
    position: relative;
}

/* feedback */
.feedback-section-one {
    background: #F5EE31;
    background: linear-gradient(171deg, rgba(245, 238, 49, 1) 0%, rgba(189, 164, 4, 1) 100%);
}

/* Counter */
.counter-section-one {
    background-color: #030303;
}

.counter-block-one .main-count {
    color: white;
}

.counter-block-one p {
    color: var(--yellow-two);
}

/* Why Home */
.ready-block {
    background: #d5ffe5;
    background: linear-gradient(129deg, rgb(255 255 255) 0%, rgb(242 255 248) 50%, rgb(211, 255, 223) 100%);
}

.ready-block .title-style-one .title {
    color: #1b1b1b;
    font-size: 66px;
}

.ready-block .title-style-one .title span {
    color: #1a452a;
}

.ready-block p {
    margin-top: 2em;
    font-size: 21px;
}

.ready-block .title-style-one .title span:before {
    background: #d4be28;
    bottom: -6px;
}

.ready-block .meta-info-text {
    color: #000000;
    margin-top: 0;
    padding-top: 20px;
}

/* vcamp-feature-section-two */
.vcamp-feature-section-two {
    background: #ffffff;
    background: linear-gradient(159deg, rgb(255, 246, 195) 0%, rgb(253 245 181) 90%);
}

.vcamp-feature-section-two .card-style-two .icon {
    background: #ffe74a;
    background: linear-gradient(130deg, rgba(255, 231, 74, 1) 0%, rgba(245, 233, 0, 1) 100%);
    border: 1px solid #e3cf37;
}

.vcamp-feature-section-two .card-style-two img {
    max-width: 34px;
}

.vcamp-feature-section-two .card-style-two .title {
    color: #141615;
}

.vcamp-feature-section-two .card-style-two p {
    color: #7b733b;
}

.vcamp-feature-section-two .icon:after {
    content: "";
    position: absolute;
    box-shadow: 0px 18px 27px 0px rgba(6, 27, 9, 0.56);
    background: #eaddff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    z-index: -1;
    left: -24px;
    bottom: -20px;
    -webkit-animation: moveRound 20s linear 2s infinite alternate;
    animation: moveRound 20s linear 2s infinite alternate;
    opacity: .5;
    filter: blur(17px);
}


/* vcamp-feature-section-two */
.vcamp-feature-section-two h2 {
    color: #4a4408;
    font-size: 2.3em;
    margin-top: .5em;
}

/* Approach */
.our-approach .bg-wrapper {
    background: #fffff8;
}

.our-approach .title-style-one h3.upper-title {
    font-size: 53px;
    line-height: 1.2;
    text-transform: none;
    color: #0f0f0f;
    margin-bottom: 21px;
}

.our-approach .title-style-one p.desc {
    font-size: 24px;
    line-height: normal;
    color: #1a452a;
}

.our-approach .card-style-one p {
    color: #1a452a;
    font-size: 17px;
}

.our-approach .card-style-one .title {
    color: #119548;
}

/* Footer */
.vcamp-footer-one {
    background-color: #030303;
}

.vcamp-footer-one .bottom-footer .copyright {
    color: #8f8f8f;
    line-height: 1.5;
    font-size: 14px;
}

.vcamp-footer-one .bottom-footer .copyright a {
    color: var(--green-one);
}

.vcamp-footer-one .bottom-footer .footer-nav a {
    color: #c7c7c7;
}

.vcamp-footer-one .bottom-footer .social-icon a {
    color: #ffffff;
}

.vcamp-footer-one .bottom-footer .social-icon a:hover {
    color: var(--green-one);
}

/* Contact Ready Block Home */
/* Enhancing the Ready Block Form */
.ready-block .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 30px;
    transition: transform 0.3s ease;
}

.ready-block .card:hover {
    transform: translateY(-5px);
}

.ready-block .form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    font-size: 15px;
}

.ready-block .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px 14px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ready-block .form-control:focus {
    border-color: #3a7c59;
    box-shadow: 0 0 0 0.15rem rgba(58, 124, 89, 0.25);
}

.ready-block .theme-btn-two {
    line-height: 40px
}

/* Optional: Add animation on load */
.ready-block .card-body {
    animation: fadeInUp 0.6s ease-out;
}

/* Who Benefit */
.card-benefit h4 {
    color: #1a452a;
    font-weight: 500;
    font-size: 22px;
    font-family: 'Optima';
}

.card-benefit p {
    font-weight: 300;
    color: #636363;
    font-size: 16px;
    line-height: 1.8;
}

p.whoserve-p {
    font-size: 25px;
    line-height: 1.6;
    color: #000000;
    padding: 16px 12px 10px 12px;
}

/* About */

.about-hero h3 {
    font-size: 30px;
}

.different-container h1 {
    color: #040707;
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 40px;
}

.different-container p.difference-sub {
    font-size: 20px;
}

.difference-card p {
    border: 1px solid #d4be28;
    padding: 19px 7px;
    margin-top: 8px;
    border-radius: 10px;
    color: #1a452a;
    font-size: 19px;
    font-weight: 500;
    background: #ffffff;
}

/* Contact Us */
.address-block-one a {
    color: #868686;
    font-weight: 500;
}

.address-block-one a:hover {
    color: #000000;
}

.address-block-one .icon img {
    max-width: 36px;
}

/* Terms and Privacy */
.terms-privacy strong {
    color: #1a1a1a;
}

.terms-privacy p,
.terms-privacy ul {
    font-size: 16px;
    padding-top: 8px;
    line-height: 1.6;
    font-weight: 300;
}

.terms-privacy h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
}

.terms-privacy h4 {
    font-weight: 500;
    font-size: 22px;
    color: #292929;
}

/* Insights */

.insight-card {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    transition: box-shadow 0.3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}

.insight-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.insight-image-wrapper {
    height: 200px;
    overflow: hidden;
    background: #f0f0f0;
}

.insight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-title {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 11px;
    font-family: 'Optima';
}

.insight-excerpt {
    color: #696969;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

.insight-date {
    font-size: 0.85rem;
    color: #888;
}

.insights-pagination .page-item.active .page-link {
    background-color: #151515;
    border-color: #0e0e0e;
    color: #f5f5f5;
}

.insights-pagination .page-item .page-link {
    color: #464646;
    border: 1px solid #c7c7c7;
}

.insight-post-body {
    font-size: 1rem;
    line-height: 1.75;
    color: #111111;
    font-weight: 300;
}

.insight-latest-post {
    line-height: 1;
}

.insight-latest-posts {
    padding-left: 0;
}

.insight-latest-posts li {
    margin-bottom: 3px;
    font-style: oblique;
    list-style: none;
}

.insight-latest-posts .latest-link {
    color: #119548;
    text-decoration: none;
    font-size: 0.95rem;
}

.insight-latest-posts .latest-link:hover {
    text-decoration: underline;
}

.insight-latest-container {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
    padding: 22px 17px 19px 17px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* Animation */
/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
    0% {
        background-color: #f5ee31;
        left: -24px;
        top: 50px;
    }

    25% {
        background-color: #d4be28;
        left: 100px;
        top: 50px;
    }

    50% {
        background-color: #6dfca8;
        left: 100px;
        top: 100px;
    }

    75% {
        background-color: #8be9bd;
        left: -24px;
        top: 200px;
    }

    100% {
        background-color: #d1ffea;
        left: -24px;
        top: 50px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #f5ee31;
        left: -24px;
        top: 50px;
    }

    25% {
        background-color: #d4be28;
        left: 100px;
        top: 50px;
    }

    50% {
        background-color: #6dfca8;
        left: 100px;
        top: 100px;
    }

    75% {
        background-color: #8be9bd;
        left: -24px;
        top: 200px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 50px;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .hero-banner-one .hero-sub-heading.style2 {
        font-size: 20px;
    }

    .navbar .navbar-nav .nav-item:hover .nav-link,
    .navbar .navbar-nav .nav-item .nav-link.active {
        transform: scale(1);
    }

    .navbar .navbar-nav .nav-item .nav-link:before,
    .navbar .navbar-nav .nav-item .nav-link.active {
        content: none;
    }

    .ready-block .title-style-one .title {
        font-size: 45px;
    }

    .ready-block p {
        font-size: 19px;
    }

    p.whoserve-p {
        font-size: 21px;
    }

    .about-hero h3 {
        font-size: 27px;
    }

    .insight-title-section {
        padding-bottom: 0 !important;
    }

    .insight-title-section h1.page-title {
        font-size: 31px;
    }
}