@media (min-width: 769px) {
    .ew-hero-searches-items {
        margin-left: -100px;
        margin-right: -100px;
        width: auto;
    }
}

body {
    background-color: #F9F9FB;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}

.search-container {
    width: 100%;
    max-width: 580px;
    padding: 70px 15px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.ai-search-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.logo {
    max-width: 60%;
    margin-bottom: 60px;
}

.nav-link {
    cursor: pointer;
}

p {
    color: #ebebeb;
}

h1 {
    color: #ebebeb;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

h5 {
    color: #ebebeb;
}

p a {
    color: #ebebeb;
    text-decoration: none;
}

p a:visited {
    color: #ebebeb;
}

p a:hover {
    color: white;
}

p a:active {
    color: white;
}

.btn.btn-primary {
    background-color: #ff6600;
    border-color: #ff6600;
}

.btn.btn-primary:hover {
    background-color: #cc5200;
    border-color: #cc5200;
}

.btn.btn-primary:active {
    background-color: #ff6600;
    border-color: #ff6600;
}

.trend-div {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.trend-box {
    display: inline-block;
    background-color: #d9e9f6;
    border-radius: 15px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.trend-div a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 768px) {
    .btn-lg {
        font-size: 1.25rem;
        padding: 0.75rem 1.5rem;
        min-width: 100px;
    }

    .input-group-lg .form-control {
        font-size: 1.25rem;
        padding: 0.75rem;
    }
}

.secure-icon {
    width: auto;
    height: 35px;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://www.entireweb.com/include/img/1280x717-ai-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
