.visittoseekthefreetrail {
    position: relative;
    display: block;
    width: 242px;
    height: 47px;
    padding-top: 14px;
    box-sizing: border-box;
    vertical-align: middle;
    border: 2px solid #0369e3;
    border-radius: 5px;
    background-color: #0369e3;
    box-shadow: 0 0 2px #0369e3;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.visittoseekthefreetrail:hover {
    background-color: #fff;
    color: #0369e3;
}

.custombutton,
.custombuttonpricing,
.custombutton2 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.custombutton,
.custombuttonpricing {
    justify-content: flex-start;
}

.custombutton2 {
    justify-content: center;
}

.custombuttonpricing {
    margin-left: 9px !important;
}

.custombuttonhvr,
.custombuttonhvrpricing,
.custombutton2hvr {
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
}

.custombuttonhvr {
    display: inline-block !important;
    min-width: 130px;
    width: 100px;
    border: 1px solid #8b0024 !important;
    background-color: #e82155 !important;
    box-shadow: 0 2px 2px rgb(139 0 36) !important;
    color: #fff;
    font-size: 16px !important;
}

.custombuttonhvr:hover {
    background-color: #e82155 !important;
    opacity: 0.8;
}

.custombuttonhvrpricing {
    min-width: 100px;
    border: 1px solid #e82155;
    background-color: #fff !important;
    box-shadow: 0 2px 2px rgb(147 21 54) !important;
    color: #e82155 !important;
    font-size: 16px;
}

.custombuttonhvrpricing:hover {
    background-color: #fff !important;
}

.productsbtn,
.productsbtn1 {
    background-color: #fff !important;
    color: #000 !important;
}

.productsbtn:hover,
.productsbtn1:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.productsbtn:hover {
    text-decoration: none !important;
}

.custombutton2hvr {
    min-width: 130px;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%) !important;
    color: #000 !important;
    font-size: 15px;
}

.custombutton2hvr:hover {
    background-color: #fff !important;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 40%) !important;
}

@media (max-width: 768px) {
    .custombutton,
    .custombuttonhvr,
    .custombuttonhvrpricing,
    .supportbutton {
        display: none !important;
    }

    .custombutton2 {
        padding-left: 54px !important;
    }

    .producttabcontent {
        height: 75% !important;
    }

    .custom-header {
        position: sticky;
        margin-top: 0 !important;
    }
}

/* Global button system */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-w, auto);
    padding: var(--btn-py, initial) var(--btn-px, initial);
    margin-top: var(--btn-mt, 0) !important;
    margin-right: var(--btn-mr, 0) !important;
    margin-bottom: var(--btn-mb, 0) !important;
    margin-left: var(--btn-ml, 0) !important;
    border: none;
    border-radius: var(--btn-radius, 6px);
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.25s ease, color 0.25s ease,
        box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn-sm {
    min-width: 120px;
    height: var(--btn-h, 36px);
    padding: 0 18px;
    font-size: 15px;
}

.btn-md {
    min-width: 140px;
    height: var(--btn-h, 44px);
    padding: 0 10px;
    font-size: 15px;
}

.btn-lg {
    min-width: 160px;
    height: var(--btn-h, 52px);
    padding: 0 5px;
    font-size: 16px;
}

.btn-xl {
    min-width: 180px;
    height: var(--btn-h, 60px);
    padding: 0 34px;
    font-size: 18px;
}

.btn-dark {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 700;
}

.btn-dark:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%), 0 0 14px rgb(0 0 0 / 20%),
        0 0 18px rgb(0 0 0 / 10%);
}

.btn-navy-helper:hover {
    background-color: #101e69 !important;
    color: #fff !important;
}

.btn-pink {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 !important;
    border: none;
    background: linear-gradient(135deg, #ff6fb1 0%, #dd1d44 100%) !important;
    background-position: 18px center;
    box-shadow: 0 4px 10px rgb(221 29 68 / 40%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 43px !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: none !important;
}

.btn-navy {
    background: #101e69;
    color: #fff;
}

.btn-navy:hover {
    background: #000;
    box-shadow: 0 0 14px rgb(16 30 105 / 35%);
}

.btn-blue,
.btn-gradient {
    background: #0c6acc;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.btn-blue:hover,
.btn-gradient:hover {
    background: #000;
}

.btn-white {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
}

.btn-white:hover {
    background-color: #1e90ff;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%), 0 0 10px rgb(0 0 0 / 20%),
        0 0 14px rgb(0 0 0 / 10%);
}

.btn-white span {
    visibility: hidden;
}

.btn-white::before {
    color: #000;
}

.btn-white::after {
    color: #fff;
}

.btn-outline-dark {
    border: 2px solid #000;
    background: #fff;
    color: #000;
}

.btn-outline-dark:hover {
    background-color: #000;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.btn-outline-dark span {
    display: none;
    visibility: hidden;
}

.btn-outline-dark::before {
    color: #000;
}

.btn-outline-dark::after {
    color: #fff;
}

@media (max-width: 768px) {
    a.btn {
        margin-top: var(--btn-mt, 0) !important;
        margin-bottom: var(--btn-mb, 0) !important;
    }

    a.btn[data-mobile-center="1"] {
        display: block !important;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .btn {
        width: var(--btn-mw, var(--btn-w, auto));
        height: var(--btn-mh, var(--btn-h, auto));
    }
}
