:root {
    --page-primary-bg: #FF5500;
    --page-secondary-bg: #c04000;
    --page-fade: #FDF8F4;
    --page-dark: #1A1A1A;
    --text-grey: #555555;
    --gradient--bg: linear-gradient(90deg, #121212 0%, #FF5500 100%);
    --tick-icon: url(../images/ai-seo-title-generator-images/check.svg);
}

ul.check-list li {
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

ul.check-list li::before {
    content: "";
    position: absolute;
    height: 20px;
    background: var(--tick-icon) no-repeat center / contain;
    left: 0;
    top: 4px;
    width: 20px;
}

.page-primary {
    background-color: var(--page-primary-bg);
}

.gradient--bg {
    background: var(--gradient--bg);
}

.page-secondary {
    background-color: var(--page-secondary-bg);
}

.page-fade {
    background-color: var(--page-fade);
}

.page-light {
    background-color: #F9F9F9;
}

.page-dark {
    background-color: var(--page-dark);
}

.text-grey {
    color: var(--text-grey);
}

.button-primary {
    color: var(--white-color);
    background: var(--page-primary-bg) !important;
    font-weight: 600 !important;
}

.button-primary:hover {
    color: var(--white-color) !important;
    background: var(--page-dark) !important;
}

.button-secondary,
.button-secondary:hover {
    background-color: var(--page-primary-bg) !important;
    color: var(--white-color) !important;
}

.button svg {
    animation: pulso-effect 2s infinite;
    border-radius: 100px;
}

.sections-wrapper .text-white {
    color: var(--white-color) !important;
}

.highlight-text {
    color: var(--page-primary-bg) !important;
}

.rounded-20 {
    border-radius: 20px;
}

.border-theme {
    border: 1px solid var(--page-primary-bg);
}

.text-white {
    opacity: 1;
}

.left-bg {
    background: #FF7631;
}

.list-style {
    border-radius: 100px;
    padding: 15px;
    border: 1px solid var(--page-primary-bg);
    align-items: center;
    display: flex;
    gap: 10px;
}

.list-style img {
    width: fit-content;
    max-width: fit-content;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--page-dark) !important;
    font-family: 'Gilroy' !important;
}

h1,
.h1 {
    font-size: clamp(2.125rem, -0.1211rem + 6.25vw, 3.75rem);
}

h2,
.h2 {
    font-size: clamp(1.875rem, 0.1472rem + 4.8077vw, 3.125rem);
}

.font-lg,
h5,
.h5 {
    font-size: clamp(24px, 11.56px + 2.1635vw, 24px);
}

p {
    font-size: clamp(0.875rem, 0.2107rem + 1.3857vw, 1.25rem);
    font-family: 'Gilroy' !important;
}

.cover {
    object-fit: cover;
}

.w-fit {
    width: fit-content;
}

/* Home Block */

nav.navbar {
    background-color: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(10px);
}

.banner-intro {
    padding: 90px 150px;
    border-radius: 20px;
    margin: 120px 30px 0;
    background: linear-gradient(180deg, #000000 0%, #FF5500 100%);
}

/* Website Form */

.website--from {
    margin: auto;
    background: #D74902;
    padding: 20px 20px;
    border-radius: 10px;
}

.website--from-card select#langSelect {
    background: transparent;
    border: 1px solid #fdfdfd63;
    color: #fff;
    padding: 4px 10px;
    outline: 0;
    border-radius: 6px;
    box-shadow: none;
}

.website--from-card select#langSelect option {
    color: #000;
}

.website--from-card .tg-textarea-box {
    border: 1px solid #fdfdfd63;
    border-radius: 8px;
    padding: 10px 12px 6px 12px;
    color: #fff
}

.website--from-card .tg-textarea {
    border: none;
    outline: none;
    resize: none;
    height: 150px;
    background: transparent;
    width: 100%;
    color: #fff;
}

.website--from-card .tg-textarea::placeholder {
    color: #fff;
}

.website--from-card select#formatSelect {
    background: #FF5500;
    color: #fff;
    border: 0;
    padding: 10px 20px 10px 40px;
    border-radius: 8px;
    user-select: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 75% center;
    outline: 0;
    box-shadow: none;
}

.website--from-card button {
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    border: 1px solid #e68f63;
    border-radius: 8px;
    transition: 0.5s all ease;
    font-weight: 600;
}

.website--from-card button:hover {
    color: #000;
    background: #fff;
}

.website--from-card button:hover svg {
    transition: 0.5s all ease;
}

.website--from-card button:hover svg path {
    fill: #000;
}

/* Step Block */
.step--block {
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    border-right: 2px dashed #A7A7A7;
}

/* CTA Wrapper */

.cta--block {
    background: var(--gradient--bg);
    padding: 90px 90px;
    border-radius: 20px;
}

/* Faq Block */

.new-faq .accordion-item {
    padding: 36px 0px !important;
}

.section-wrapper .new-faq .accordion-item h2.accordion-header button {
    font-size: 26px !important;
}

.why--choose .why-choose-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    max-width: 80px;
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
}

/* Responsive */
@keyframes pulso-effect {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@media only screen and (max-width: 1599px) {

    .padding-left {
        --page-width: 1200px !important;
        padding-left: calc(50% -(var(--page-width) / 2) + 12px);
    }

    .padding-right {
        --page-width: 1200px !important;
        padding-right: calc(50% -(var(--page-width) / 2) + 12px);
    }

}

@media (min-width:1201px) {
    .inline--row>div {
        flex: 1;
    }
}

@media only screen and (max-width: 991px) {

    .banner-intro {
        padding: 40px 20px 0px;
        margin: 80px 10px 0;
    }

    .faq-section .accordion-button {
        gap: 20px;
    }

    .cta--block {
        padding: 50px 20px;
    }

    ul.check-list {
        width: fit-content;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {

    .mb-50 {
        margin-bottom: 30px !important;
    }

    .section-wrapper .new-faq .accordion-item h2.accordion-header button {
        font-size: 19px !important;
        line-height: 30px;
    }

    .input--field {
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .sections-wrapper h2,
    .sections-wrapper .h2 {
        font-size: 1.875rem !important;
        line-height: 40px !important;
    }
}