:root {
    --fulentra-primary: #11829e;
    --fulentra-primary-hover: #1381a1;
    --fulentra-secondary: #8c63c3;
    --fulentra-secondary-hover: #8b61c2;
    --fulentra-accent: #5e20bf;
    --tanspot-base: var(--fulentra-primary);
    --tanspot-base-rgb: 17, 130, 158;
}

a:hover,
a:focus {
    color: var(--fulentra-primary-hover);
}

.thm-btn {
    background-image: linear-gradient(135deg, var(--fulentra-primary), var(--fulentra-secondary));
    border: none;
}

.thm-btn>span {
    background-color: var(--fulentra-accent);
}

.thm-btn::before,
.thm-btn::after {
    background-color: var(--fulentra-accent);
}

.thm-btn:hover {
    background-image: linear-gradient(135deg, var(--fulentra-primary-hover), var(--fulentra-secondary-hover));
}

.main-menu-two__top {
    background-image: linear-gradient(90deg, var(--fulentra-secondary), var(--fulentra-accent));
    color: #fff;
}

.main-menu-two__contact-list li .icon i,
.main-menu-two__contact-list li .text a,
.main-menu-two__social a,
.main-menu-two__top-text {
    color: #fff;
}

.main-menu-two__wrapper,
.stricky-header .main-menu-two__wrapper {
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(18, 49, 72, 0.08);
}

.main-menu-two__btn-box .thm-btn,
.chat-popup .thm-btn,
.footer-widget-three__instagram-img a {
    background-image: linear-gradient(135deg, var(--fulentra-primary), var(--fulentra-secondary));
}

.section-title__tagline,
.section-title__title span {
    color: var(--fulentra-secondary);
}

.main-menu-two__btn-box .thm-btn--outline,
.thm-btn.thm-btn--outline {
    background: transparent;
    border: 1px solid var(--fulentra-primary);
    color: var(--fulentra-primary);
}

.thm-btn.thm-btn--outline:hover {
    background-image: none;
    background-color: var(--fulentra-primary);
    color: #fff;
}

.pricing-one__single--active,
.pricing-one__single:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(14, 30, 61, 0.12);
}

.pricing-one__single--active .pricing-one__price,
.pricing-one__single--active .pricing-one__title {
    color: var(--fulentra-primary);
}

.office-location {
    padding-top: 110px;
    padding-bottom: 110px;
}

.office-location__location-single {
    box-shadow: 0 20px 45px rgba(10, 52, 84, 0.08);
    border-radius: 18px;
    background-color: #fff;
}

.brand-one {
    padding: 70px 0;
    background: linear-gradient(180deg, rgba(17, 130, 158, 0.04), rgba(17, 130, 158, 0));
}

.brand-one__single-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 24px;
}

.brand-one__single-inner img {
    max-height: 42px;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-one__single:hover .brand-one__single-inner img {
    filter: none;
    opacity: 1;
}
