﻿.ut-highlight {
    background-image: url(https://unitytrip.com/wp-content/uploads/2024/04/gradient-1.png);
    background-size: cover;
    background-position: 16% 56.00000000000001%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

    .ut-highlight p,
    .ut-highlight h1,
    .ut-highlight h2,
    .ut-highlight h3,
    .ut-highlight h4,
    .ut-highlight h5,
    .ut-highlight h6 {
        color: white !important;
    }

    .ut-highlight h1,
    .ut-highlight h2,
    .ut-highlight h3,
    .ut-highlight h4,
    .ut-highlight h5,
    .ut-highlight h6 {
        text-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2);
    }

    .ut-highlight h1 {
        margin-bottom: 16px;
        font-size: 25px;
        line-height: 1.3em;
        text-align: center !important;
    }

    .ut-highlight .mud-button-root span {
        line-height: 1.6;
        padding: 3px;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }

    .ut-highlight .mud-button-root.mud-button-filled-secondary {
        background-color: rgb(22, 192, 240) !important;
    }

.ut-highlight-content {
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 69px
}

.ut-highlight-action {
    margin-top: 16px;
    margin-bottom: 80px;
}

.ut-card {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.ut-card-background-gray {
    background-color: #e8eaf2;
}

.ut-card-background-blue {
    background-color: #e5f4fb;
}

.ut-card-background-green {
    background-color: #e8f0cf;
}

.ut-card-background-white {
    background-color: #ffffff;
}

.ut-card-background-gradient {
    background-image: url(https://unitytrip.com/wp-content/uploads/2024/04/gradient-1.png);
    background-size: cover;
    background-position: 16% 56.00000000000001%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    color: white !important;
}

.ut-card-gradient-content {
    color: white !important;
    padding: 40px;
}

.ut-form-background-white {
    background: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

    .ut-form-background-white .ut-form-info-text {
        color: #292939;
    }

    .ut-form-background-white .ut-form-info-text.mud-typography-body1 {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.6;
    }

    .ut-form-background-white .mud-checkbox .mud-typography {
        color: var(--mud-palette-text-primary) !important;
    }

    .ut-form-background-white button[type="submit"] {
        background-color: rgba(141, 180, 13, 1);
        padding: 12px;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
        text-transform: none;
    }

.ut-footer-logo {
    background-image: url(https://unitytrip.com/wp-content/uploads/2024/05/unitytrip-logo-bg-footer.svg);
    background-size: contain;
    background-position: 50% 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

    .ut-footer-logo.ut-footer-logo-size-small {
        height: 75px;
    }

    .ut-footer-logo.ut-footer-logo-size-medium {
        height: 150px;
    }

    .ut-footer-logo.ut-footer-logo-size-large {
        height: 250px;
    }

.ut-footer-links a {
    text-decoration: none;
    color: #222222 !important;
}

    .ut-footer-links a:hover {
        outline: 0;
        text-decoration: none;
    }
