body {
    /* font-family: 'Merriweather', serif; */
    color: #333
}

a {
    color: #ae0318
}

a:hover {
    color: #bd3342;
    text-decoration: none
}
.text-cpred{
    color: #ae0318 !important;
}
.ep-red{
    background-color: #ae0318;
    color: #fff !important;
    display: inline-block !important;
    margin: 5px;
}
.bg-red{
    background-color: #f9edef;
    color: #fff !important;
}
.text-black{
    color: #161616 !important;
}
.text-red{
    color: #ae0318 !important;
}
.btn-red {
    border-radius: 5px;
    background-color: #ae0318;
    /* font-size: 20px;
    line-height: 32px;
    font-weight: 800; */
    text-align: center;
    color: #fff
}

.btn-red-las {
    border-radius: 5px;
    background-color: #ae0318;
    /* font-size: 34px; */
    /* line-height: 35px; */
    /* font-weight: 500; */
    text-align: center;
    color: #fff;
    padding: 23px 35px 23px 35px;
}

.btn-white {
    /* font-size: 20px; */
    line-height: 32px;
    /* font-weight: 800 */
}

.btn-red:hover {
    background-color: #E42038;
    color: #fff
}

p {
    /* font-size: 20px; */
    color: #161616;
    /* line-height: 30px */
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }

    /* p {
        font-size: 16px;
        line-height: 24px
    } */

    /* .btn-red {
        font-size: 18px;
        line-height: 28px
    } */
}

.banner {
    width: 100%;
    background: #fafafa;
    border-bottom: 2px solid #eee
}

.banner h1 {
    margin: 0 0 10px 0;
    /* font-size: 36px;
    font-weight: 600;
    line-height: 44px; */
    color: #333
}

.banner h2 {
    color: #161616;
    margin-bottom: 30px;
    /* font-size: 25px;
    line-height: 35px;
    font-weight: 400 */
}

.banner .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both
}

@media (max-width:991px) {
    .banner .animated {
        -webkit-animation: none;
        animation: none
    }

    .banner .hero-img {
        text-align: center
    }

    .banner .hero-img img {
        width: 50%
    }
}

@media (max-width:768px) {
    /* .banner h1 {
        font-size: 28px;
        line-height: 36px
    } */

    /* .banner h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    } */

    .banner .hero-img img {
        width: 70%
    }
}

@media (max-width:575px) {
    .btn-red-las {
        /* font-size: 21px; */
        padding: 10px 5px 10px 5px;
    }
    .banner .hero-img img {
        width: 80%
    }

    section:not(.dark-bg) {
        padding: 50px 0 !important
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

/* section:not(.dark-bg) {
    padding: 75px 0
} */

.section-bg {
    background-color: #f8f8f8
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h3 {
    margin-bottom: 15px;
    position: relative;
    /* font-size: 36px;
    font-weight: 600;
    line-height: 44px; */
    color: #333;
    padding-bottom: 15px
}

.section-title h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #ae0318;
    bottom: 0;
    left: calc(50% - 30px)
}

@media (max-width:768px) {
    section {
        padding: 40px 0
    }

    .section-title h3 {
        /* font-size: 26px;
        line-height: 36px; */
        padding-bottom: 10px
    }
}

.about {
    position: relative
}

.about h3 {
    /* font-weight: 600;
    font-size: 34px; */
    color: #333
}

.about h4 {
    /* font-size: 20px;
    font-weight: 700; */
    margin-top: 5px;
    color: #333
}

.about i {
    /* font-size: 48px; */
    margin-top: 15px;
    color: #ae0318
}

@media (max-width:991px) {
    .about .about-img img {
        max-width: 70%
    }
}

@media (max-width:767px) {
    .about .about-img img {
        max-width: 90%
    }

    .about h3 {
        font-size: 28px
    }

    .about iframe {
        margin-bottom: 20px
    }

    .solutions .btn-red {
        margin-bottom: 20px
    }
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
    transition: all .3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #bd3342
}

.services .icon i {
    /* font-size: 60px; */
    line-height: 1;
    margin-bottom: 15px;
    color: #bd3342
}

.services .title {
    /* font-weight: 500; */
    margin-bottom: 15px;
    /* font-size: 20px; */
    color: #333;
    /* line-height: 26px */
}

.services .title a {
    color: #111
}

.icon-box img {
    width: 100%;
    object-fit: contain
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    padding: 0 0 20px 25px
}

.faq .faq-list a {
    display: block;
    position: relative;
    /* font-family: #ae0318;
    font-size: 18px;
    font-weight: 600; */
    color: #ae0318
}

.faq .faq-list i {
    /* font-size: 16px; */
    position: absolute;
    left: -25px;
    top: 6px
}

.faq .faq-list p {
    padding-top: 5px;
    margin-bottom: 20px;
    /* font-size: 16px */
}

.faq .faq-list a.collapse {
    color: #ae0318
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed:hover {
    color: #ae0318
}

.faq .faq-list a.collapsed i::before {
    content: "\f078" !important
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #ae0318;
    border-bottom: 3px solid #ae0318;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12)
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    /* font-weight: 400;
    font-size: 13px */
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    /* font-weight: 600 */
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    /* font-size: 14px */
}

/* .contact .php-email-form input[type=submit] {
    font-size: 20px
} */

.contact .php-email-form input,
.contact .php-email-form select {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #ae0318;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: #bd3342
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

/* ==========================================================================
   Site nav + footer (redesign) — scoped to .ep-nav / .ep-footer only
   ========================================================================== */
:root {
    --ep-red: #AE0318;
    --ep-red-dark: #8A0114;
    --ep-paper: #F6EFE1;
    --ep-paper-raised: #FFFDF8;
    --ep-ink: #1C1815;
    --ep-ink-mid: #4B443E;
    --ep-ink-muted: #8A8074;
    --ep-rule: #E3D8C1;
    --ep-white: #FFFFFF;
    --ep-ease: cubic-bezier(.22,.68,0,1);
}

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }
body {
    padding-top: 68px;
    background: var(--ep-paper);
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

/* ---------- NAV ---------- */
.ep-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    background: rgba(251,248,242,0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--ep-rule);
}
.ep-nav-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 68px;
}
.ep-nav-brand { display: flex; align-items: center; text-decoration: none; }
.ep-nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--ep-rule);
    border-radius: 6px;
    padding: .3rem .5rem;
}
.ep-nav-collapse {
    margin-left: auto;
    display: flex !important;
    align-items: center;
}
.ep-nav-links {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ep-nav-link {
    font-size: .875rem;
    font-weight: 600;
    color: var(--ep-ink-mid);
    text-decoration: none;
    position: relative;
    padding: 4px 0;
}
.ep-nav-link:hover { color: var(--ep-ink); }
.ep-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 2px;
    background: var(--ep-red);
    transition: right .3s var(--ep-ease);
}
.ep-nav-link:hover::after { right: 0; }
.ep-nav-link.dropdown-toggle::after { display: none; }
.ep-nav-cta::after { display: none; }
.ep-nav-cta {
    background: var(--ep-red);
    color: var(--ep-white) !important;
    padding: .55rem 1.1rem;
    border-radius: 7px;
    font-weight: 700;
    font-size: .85rem;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, transform .2s;
    white-space: nowrap;
}
.ep-nav-cta:hover { background: var(--ep-red-dark); color: var(--ep-white); transform: translateY(-1px); }
.ep-nav .dropdown-menu { border-color: var(--ep-rule); }
.ep-nav .dropdown-item:hover, .ep-nav .dropdown-item:focus { background: var(--ep-paper); color: var(--ep-red); }

@media (max-width: 991.98px) {
    .ep-nav-toggle { display: block; }
    .ep-nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: .9rem;
        padding: 1rem 0;
    }
    .ep-nav-cta { margin-top: .4rem; }
    .ep-nav-collapse {
        display: none !important;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: rgba(251,248,242,0.98);
        border-bottom: 1px solid var(--ep-rule);
        padding: 1rem 5%;
        z-index: 199;
    }
    .ep-nav-collapse.show {
        display: block !important;
    }
    .ep-nav-collapse .ep-nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        padding-left: 0;
    }
    .ep-nav-link {
        text-align: left;
        display: block;
        width: 100%;
    }
}

/* ---------- FOOTER ---------- */
.ep-footer-outer {
    background: var(--ep-paper);
    border-top: 1px solid var(--ep-rule);
}
.ep-footer {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
    padding: 4.5rem 5% 3rem;
}
.ep-footer-logo { display: inline-block; }
.ep-footer-brand p {
    color: var(--ep-ink-mid);
    font-size: .9rem;
    margin-top: 1rem;
    max-width: 32ch;
}
.ep-footer-social {
    display: flex;
    gap: .9rem;
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 0;
}
.ep-footer-social a { color: var(--ep-ink-mid); text-decoration: none; }
.ep-footer-social a:hover { color: var(--ep-red); }
.ep-footer-col h5 {
    font-size: .8rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ep-ink-muted);
    margin-bottom: 1.1rem;
}
.ep-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}
.ep-footer-col ul li {
    margin-bottom: 0.4rem;
    line-height: 1.3;
    padding: 0;
}
.ep-footer-col ul a {
    font-size: .9rem;
    color: var(--ep-ink-mid);
    text-decoration: none;
    line-height: 1.4;
    transition: color .2s;
}
.ep-footer-col ul a:hover { color: var(--ep-red); }
.ep-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 5%;
    font-size: .8rem;
    color: var(--ep-ink-muted);
    border-top: 1px solid var(--ep-rule);
}

@media (max-width: 900px) {
    .ep-footer { grid-template-columns: 1fr 1fr; text-align: left; }
}