* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #677389;
    font-family: "Inter", sans-serif;
    transition: all 0.3s;
}

.bg-success {
    background-color: #ceed50 !important;
}

.bg-success:hover {
    background-color: #bcdd3b !important;
}

.text-gray {
    color: #3d6678;
}

.bg-gray {
    background-color: #3d6678;
}

.bg-ligh-green {
    background-color: #f4f4f4;
}

.rounded-full {
    border-radius: 25px;
}

.rounded-3 {
    border-radius: 10px !important;
}

.rounded-2 {
    border-radius: 16px !important;
}

h1 {
    font-size: 60px !important;
}

h2 {
    font-size: 50px !important;
}

h3 {
    font-size: 30px !important;
}

h4 {
    font-size: 28px !important;
}

h5 {
    font-size: 24px !important;
}

h6 {
    font-size: 20px !important;
}

p,
span {
    font-size: 17px !important;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 90px;
}

.fw-semibold {
    font-weight: 600;
}

.border-gray {
    border-color: #3d6678 !important;
}

.navbar-nav .nav-link {
    color: #677389 !important;
    width: fit-content;
    padding: 10px 20px !important;
}

.navbar-nav .nav-link.active {
    background-color: #ecf4e9;
    border-radius: 15px;
    color: #000 !important;
}

.navbar-nav .nav-link.active {
    background-color: #ecf4e9;
    border-radius: 15px;
    color: #000 !important;
}

.navbar-nav .nav-link:hover {
    color: #000 !important;
}

.contact-btn {
    background-color: #3d6678;
    padding: 10px 20px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-btn:hover {
    color: #fff;
    background-color: #4d7a8d;
}

.social-icon i {
    color: #3d6678;
    transition: all 0.3s;
}

.social-icon:hover i {
    transform: scale(1.1);
}

.social-icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

footer a {
    color: #677489;
    transition: all 0.3s;
}

footer a:hover {
    color: #000;
}

.tag i {
    font-size: 5px;
    background-color: #ecf4e9;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    align-content: center;
}

.w-fit {
    width: fit-content;
}

.integration-section .card {
    background-color: #f4f4f4;
    transition: all 0.3s;
}

.integration-section .card:hover {
    background-color: #ceed50;
}

.hover-card {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ceed50;
    transition: all 0.3s;
}

.integration-section .card:hover p {
    color: #3d6678;
}

.integration-section .card:hover .hover-card {
    background-color: #fff;
}

.hero-section .container {
    background-image: url(../images/Vector.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.hover-price-card {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3D6678;
    transition: all 0.3s;
}

.hover-price-card-pro {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s;
}

.tabs button {
    color: #677489 !important;
}

.tabs button {
    background-color: transparent !important;
}

.tabs button.active h4 {
    color: #3D6678 !important;
}

.tabs button.active {
    background-color: #ceed50 !important;
}

.custom-accordion .custom-acc-btn {
    background-color: #f4f4f4;
    border-radius: 12px !important;
    padding: 18px 20px;
    font-weight: 600;
    box-shadow: none;
}

.custom-accordion .custom-acc-btn span {
    color: #3D6678;
}

.custom-accordion .custom-acc-btn:not(.collapsed) {
    background-color: #f4f4f4;
    box-shadow: none;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.custom-accordion .accordion-body {
    background-color: #f4f4f4;
    border-radius: 0 0 12px 12px;
    padding: 0 20px 18px 20px;
    color: #5c6f68;
}

.custom-accordion .accordion-button::after {
    display: none;
}

/* plus / minus icon */
.custom-accordion .icon::before {
    content: "+";
    font-size: 22px;
    font-weight: bold;
}

.custom-accordion .accordion-button:not(.collapsed) .icon::before {
    content: "−";
}

.pricing-list li {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 992px) {
    h1 {
        font-size: 35px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 22px !important;
    }

    h5 {
        font-size: 20px !important;
    }

}


@media only screen and (max-width: 768px) {
    .fs-md-small {
        font-size: 14px !important;
    }
}