/* .header.header-sticky.sticky,
.mobile-header.mobile-header.homepagesmall,
.mobile-sidebar {
    background-color: #041716;
} */

.about-us-bg {
    background: #000;
}

.span.about3span {
    background-color: #00992324;
}

.color-29 {
    color: #000;
}

.about-sec-2gfd h1,
.about-sec-2gfd h2 {
    color: #2c9609 !important;
}

.border-site-primary {
    border: 1px solid #2c9609 !important;
}

.counter3-boxarea4 {
    border-radius: 4px;
    cursor: pointer;
}

.counter3-boxarea4:hover {
    background-color: #041716;
}


a.theme6-btn6 {
    background-color: #2c9609 !important;
}

.lawprovide-section-area {
    background-color: #2c96090f;
}

.lawprovide-boaxrea::after {
    background-color: #041716;
}

.vission-section-area {
    background-color: #041716
}

.sdfgsdrfg {
    color: white;
}

.drgdrg {
    color: #ffffff;
}

.dfgwertg {
    color: #fff;
}

span.about3span {
    background-color: #0099231a !important;
}

.cta5-section-area {
    background-color: #041716;
}

.wrwerfe {
    max-height: 450px;
    margin-bottom: 3rem;
}

.costseg {
    padding-right: 1rem;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 650px;
    margin: auto;
}

.costseg__image-wrapper,
.costseg__image-wrapper .costseg__image {
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}

.costseg__subtitle {
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    color: #575E63;
    font-family: 'Kumbh Sans', sans-serif;
    display: inline-block;
    margin-bottom: 12px;
}


.costseg__title {
    font-size: 35px;
    line-height: 45px;
    color: #000;
    font-weight: 600;
    font-family: 'Lora', serif;
    margin-bottom: 16px;
}

.costseg__text {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

.costseg__paragraph {
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    color: #4D5A72;
    font-family: 'Kumbh Sans', sans-serif;
}

.costseg__stats {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 32px;
    margin-bottom: 32px;
    gap: 32px;
}

.costseg__stat {
    border-radius: 4px;
    cursor: pointer;
    background: #FFF;
    display: flex;
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.09);
    min-width: 240px;
    min-height: 120px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    transition: all .4s ease-in-out;
    flex-direction: column;
    gap: 10px;
}

.costseg__stat:hover {
    background-color: #041716;
    box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.09);
    transition: all .4s ease-in-out;
    color: #fff;
}

.costseg__stat-value {
    color: #2c9609;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    font-family: 'Lora', serif;
}

.costseg__stat-label {
    font-weight: 500;
    line-height: 16px;
    font-size: 16px;
    color: #4D5A72;
    font-family: 'Kumbh Sans', sans-serif;
}

@media screen and (min-width:650px) {
    .costseg__stats {
        grid-template-columns: 1fr 1fr;
    }

    .costseg__stat.last-item {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width:768px) {
    .costseg__title {
        line-height: 54px;
        font-size: 48px;
    }

    .costseg__stat-value {
        font-size: 40px;
        line-height: 40px;
    }
}


.accelerate-property-wrapper {
    gap: 40px;
}

.accelerate-property-wrapper .image-wrapper {
    max-width: 516px;
    max-height: 600px;
    margin: auto;
    overflow: hidden;
}

@media screen and (min-width:700px) {
    .accelerate-property-wrapper .image-wrapper {
        max-width: 716px;
        max-height: 600px;
        margin: auto;
    }
}

.accelerate-property-wrapper .content-wrapper .content-wrapper__inner {
    margin-top: 0;
}

@media screen and (min-width:630px) {
    .yrs-of-exp-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    .yrs-of-exp__item-3 {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width:1200px) {
    .accelerate-property-wrapper .image-wrapper {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
}

.accelerate-property .accelerate-property_img-wrapper {
    max-width: 650px;
    margin: auto;
    padding-bottom: 32px;
}

.rwegter4 {
    background-color: #041716;
}

.contact-section {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    gap: 4rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section .contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 4px;
}

.contact-section .contact-form {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #00000017;
    border-radius: 6px;
    padding: 70px 25px;
}

@media screen and (min-width:950px) {
    .contact-section {
        grid-template-columns: 1fr 1fr;
    }
}



@media only screen and (max-width: 1228px) {

  /* Hide desktop header */
  header.header {
    display: none !important;
  }

  /* Show mobile header */
  .mobile-header {
    display: block !important;
    padding-top: 1rem;
    padding-left: clamp(12px, 3vw, 20px);
    padding-right: clamp(12px, 3vw, 20px);
  }
  
  .mobile-header.mobile-header.homepagesmall {
      background: #000;
      position: fixed;
  }
}
































/* Section spacing */
.faq-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: "Inter", sans-serif;
    color: #333;
    margin-top: 6rem;
}

/* Header */
.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.faq-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #575E63;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    letter-spacing: 0.6px;
    font-family: 'Kumbh Sans', sans-serif;
}

.faq-icon {
    background: #f1f1f1;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.faq-title {
    font-size: 35px;
    line-height: 45px;
    margin-top: 15px;
    font-weight: 600 !important;
    margin-bottom: 15px;
    font-family: 'Lora', serif;
    color: #000;
}

@media screen and (min-width:550px) {
    .faq-title {
        font-size: 48px;
        line-height: 54px;
    }
}


.faq-description {
    max-width: 650px;
    margin: 0 auto;
    color: #6d6d6d;
    font-size: 16px;
    font-family: 'Kumbh Sans', sans-serif;
}

/* FAQ Grid */
.faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* FAQ Card */
.faq-item {
    background: white;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    border: 1px solid #ededed;
}

.faq-item-number {
    color: #999;
    font-weight: 600;
    margin-right: 5px;
}

.faq-item-question {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: 'Lora', serif;
}

.faq-item-answer {
    line-height: 1.6;
    color: #6d6d6d;
    font-size: 15px;
    font-family: 'Kumbh Sans', sans-serif;
}

.blogs-wrapper__main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs-wrapper__main .blogs-btn-prev,
.blogs-wrapper__main .blogs-btn-next {
    position: absolute;
    z-index: 1000000;
    background-color: #2c960942;
    color: #2c9609;
    padding: 1rem;
    aspect-ratio: 1;
    border-radius: 999px;
    overflow: hidden;
    display: flex;
    justify-items: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blogs-wrapper__main .blogs-btn-prev {
    bottom: -40px;
    right: 60%;
}

.blogs-wrapper__main .blogs-btn-prev i {
    rotate: 90deg;
}

.blogs-wrapper__main .blogs-btn-next {
    bottom: -40px;
    left: 60%;
}

.blogs-wrapper__main .blogs-btn-next i {
    rotate: -90deg;
}

.blogs-wrapper__main .blogs-btn-prev.swiper-button-disabled,
.blogs-wrapper__main .blogs-btn-next.swiper-button-disabled {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}


@media only screen and (min-width: 650px) {
    .blogs-wrapper__main .blogs-btn-prev {
        bottom: auto;
        right: auto;
        left: -55px;
    }

    .blogs-wrapper__main .blogs-btn-next {
        bottom: auto;
        left: auto;
        right: -55px;
    }
}

.testimonial-grid__main-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
    gap: 1rem;
}

@media only screen and (min-width: 1000px) {
    .testimonial-grid__main-wrapper {
        max-width: 1200px;
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid__main-wrapper .testimonial-carousel8area:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

.get-my-free-guide-btn {
    position: static !important;
    margin-top: 24px;
    border: 1px solid #2c9609;
}

.get-my-free-guide-btn:hover {
    border: 1px solid #2c9609;
}

.get-my-free-guide-btn::before {
    content: none;
}

.saves-you-money {
    background-color: transparent;
}

.sxdfsdef {
    border: 1px solid #2c9609 !important;
}

@media only screen and (max-width: 780px) {
    .faq-list {
        grid-template-columns: 1fr;
    }
}

.case-studies_items_slider .single-portfolio.singlecase {
    min-height: 450px;
}

.no-scroll{
    overflow: hidden;
}

.text-green {
    color: #2c9609;
}

.text-lite-grey {
    color: #cecece !important;
}

.opacity-85 {
    opacity: 0.85;
}

.opacity-100 {
    opacity: 1;
}

.forest-showcase {
    width: 100%;
    max-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 700px;
}

@media screen and (max-width:1000px) {
    .forest-showcase {
        min-height: 700px;
    }
}

.forest-showcase::before {
    position: absolute;
    content: "";
    opacity: .89;
    background: #041716;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.forest-showcase .mountain-visual {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.forest-showcase .trail-content {
    position: absolute;
}

.forest-showcase .trail-content .lawprovide-textarea {
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.ph__link,
.ph__link a {
    font-size: 18px;
    color: #2c9609;
    transition: 0.3s ease-in all;
}

.ph__link:hover,
.ph__link a:hover,
.ph-text {
    color: #d2d2d2;
    font-size: 18px;
}