:root {
    --gold: #E0C099;
    --dark-gold: #7B5E3C;
    --text-colr: #8f8f8f;
    --text-lt-dark: #686868;
    --text-dark: #1b1b1b;
}

.bgg {
    background: #FAF8F5 !important;
}

.gold-bg {
    background: var(--gold) !important;
}

.gold-text {
    color: var(--dark-gold) !important;
}


.dark-gold-text {
    color: var(--dark-gold) !important;
}

.btn-default {
    background: #dbdbdb;
}

.testimonial-header .testimonial-rating i, .trusted-customer-rating ul li i{
  color: #d7b286;
}

.btn-default span {
    background: linear-gradient(73deg, #E0C099 19% 19%, #7B5E3C 82%);
}

.btn-default::after {
    background: #7B5E3C;
}

.reasn .about-list-content p{
  color: var(--text-colr) !important;
}
.service-content p, .cta-box-content .section-title p{
  color: var(--text-lt-dark) !important;
}
.service-content h3{
  color: var(--text-dark) !important;
}

.hero::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(266deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0) 100%);
    opacity: 85%;
}

.imge {
    background-image: url("../jack/background-dark-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-list-item .icon-box img{
  filter: contrast(10);
}

.whowe {
    background-image: url("../jack/background-dark-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.whowe .service-item {
    border-color: var(--gold) !important;
}

.process .service-item {
    border-color: var(--gold) !important;
}

.logo svg {
    width: 300px;
}

.logos-slider .winning-award-image img {
    max-width: 150px;
}

.logos-sections {
    background: rgb(36, 36, 36);
    background: linear-gradient(0deg, rgba(36, 36, 36, 1) 0%, rgba(42, 42, 42, 1) 100%);
}

.before-sections {
    background: rgb(36, 36, 36);
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

.service-content h3 {
    font-weight: 600;
}

.about-list-content h5 {
    font-weight: 600;
}

.about-list-content p {
    font-weight: 400;
}

.about-list-item {
    align-items: start;
}

.about-list-item .icon-box::before {
    top: 15px;
    bottom: unset;
}

.text-gold {
    color: #7B5E3C !important;
}

.text-brown {
    color: #98797c !important;
}

.text-offwhite {
    color: #f3f3f3 !important;
}

.topbar {
    background-color: #7B5E3C;
    padding: 5px 0 60px;
}

.steps {
    font-size: 85px;
    font-weight: 600;
    position: absolute;
    top: 35px;
    left: 56%;
}

.about-faq-section .accordion-button:not(.collapsed) {
    background: #7B5E3C;
    color: #ffffff;
}

.dovo .testimonial-item {
    background: #fdfdfd;
}
.testimonial-body .author-content h3{
  font-size: 18px !important;
}
.testimonial-body .author-content p{
  font-size: 15px !important;
}

.section-title h3{
  font-size: 14px !important;
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (min-width:992px) {
  .hero.bg-radius-section.parallaxie.sfi{
  margin-top: -100px !important;
}
header.main-header {
        margin-top: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .topbar-contact-info ul li a {
        font-size: 14px;
    }

    .top-heading p {
        font-size: 12px !important;
    }

    .btn-default span {
        font-size: 16px;
    }
}

.winning-award-image img {
    max-width: 100%;
    border-radius: 10px;
}

.page-faqs-images img {
    aspect-ratio: 1;
}

.swiper-wrapper {
    cursor: unset !important;
}

@media screen and (max-width: 991.99px) {
    .topbar {
        padding: 5px 0 85px;
    }
}

@media screen and (min-width: 1200px) {
    header.main-header {
        margin-top: -50px;
    }

    header.main-header .header-sticky {
        top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .footer-copyright-text p {
        font-size: 12px;
    }
}

@media (max-width:380px){
      .btn-default span {
        font-size: 14px;
    }
}

.about-list-item .icon-box::before {
    background-color: transparent;
}
