﻿

.banner {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 34px;
    color: white;
    text-align: center;
    background: #f36d1a !important;
}

.banner h2 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    text-transform: math-auto;
    color: white !important;
    font-family: Open Sans;
}

@media (max-width: 768px) {
    .banner h2 {
        font-size: 15px;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.banner button {
    margin-top: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid gray;
    border-radius: 50px;
    border: none !important;
    text-decoration: none;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s ease;
    background-color: #f36d1a;
}

    .banner button:hover {
        background-color: #083A8A;
        color: white;
    }

.custom-color {
    color: white !important;
}

.service_icon {
    border: 2px solid #001b66 !important;
}

    .service_icon i {
        color: #001b66;
    }

.features_color {
    color: #f36d1a;
    margin-bottom: 12px;
    margin-top: 60px;
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .features_color {
        font-size: 25px;
    }
}

.service_block h3 {
    color: #001b66;
}

.client_logos {
    background: #a8d0ff;
}

a.read_more2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    gap: 10px;
    padding: 12px 24px;
    border: 2px solid gray;
    border-radius: 50px;
    border: none !important;
    text-decoration: none;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    transition: background 0.3s ease;
    background-color: #f36d1a;
}

    a.read_more2:hover {
        background: #083A8A !important;
        color: white;
    }


a.contact_btn:hover {
    background: #0F33BC;
    color: white;
}

a.contact_btn {
    background-color: transparent;
}

a.active h5 {
    background: #001b66 !important;
    color: white !important;
    border: #001b66 solid 1px !important;
}

#filters ul li a.active h5 {
    background: #001b66;
    color: white;
    text-decoration: none;
    border: #001b66 solid 1px;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #0040ff !important;
    color: white;
    text-decoration: none;
    border: #0040ff solid 1px;
    border: none;
}

#service {
    padding: 60px 0px;
    background: #f9f4f1 !important;
}

#Portfolio {
    padding: 60px 0px;
    background: #e9abff !important;
}

#clients {
    padding: 60px 0px;
    background: #f9f4f1 !important;
}

.page_section.team {
    padding: 60px 0;
    background: #f9f4f1 !important;
}

.hero-banner-expert > * {
    position: relative;
    z-index: 2;
}

.hero-banner-expert {
    background-image: url('/images/CompanyDashboard.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-banner-expert::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(30 30 30 / 80%);
        z-index: 1;
    }

.hero_section {
    position: relative;
    z-index: 2;
    color: white;
}

.hero_section_row h2 {
    color: Black !important;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 30px
}

@media (max-width: 768px) {
    .hero-banner-expert {
        background-size: cover;
        background-position: center center;
        min-height: 300px;
    }


    .hero_section_row h2 {
        color: #fff !important;
        font-size: 20px !important;
    }

    .hero-banner-expert::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .main-skip-head {
        margin-bottom: 30px !important;
        font-size: 26px !important;
    }

    .hero_section_row p {
        color: white !important;
        line-height: 28px !important;
        font-size: 15px !important;
    }

    a.read_more5,
    a.read_more3 {
        width: auto;
        min-width: 180px;
        margin: 0 10px;
        font-size: 14px;
        line-height: 25px;
    }
}

.custom-colors {
    background-color: #0040ff;
}

.testimonial_container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.testimonial_heading {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
    color: #f36d1a;
}

.testimonial_head {
    /*  font-size: 18px;
        font-weight: 600; */
    font-size: 1.6rem;
    color: #64748b;
    margin: 0 auto;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
    justify-content: flex-start;
}

    .testimonial-header h4 {
        color: white;
        font-size: 18px;
        margin-bottom: 0;
    }
    /* Solution 1: Use object-fit to prevent stretching (Recommended) */
    .testimonial-header img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover; /* This prevents stretching and crops to fit */
        object-position: center; /* Centers the image within the circle */
    }

@keyframes shimmer {
    0%, 100% {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%) scale(1.1);
    }
}



.testimonials-section {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    width: 95%;
    justify-content: center;
    margin-left: 24px;
    padding-left: 15px;
}

.testimonial-box {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 45px 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 15px 25px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    min-height: 480px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .testimonial-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 8px;
        border-radius: 25px 25px 0 0;
    }



    .testimonial-box:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15), 0 25px 40px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    }

/* Floating quote decoration */
.quote-decoration {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 80px;
    opacity: 0.08;
    font-family: Georgia, serif;
    color: #667eea;
    line-height: 1;
    pointer-events: none;
}

/* Premium star rating */

@keyframes sparkle {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

/* Beautiful testimonial text */
.testimonial-text {
    font-size: 16px; /* Reduced from 18px */
    color: white;
    line-height: 1.6; /* Reduced from 1.8 */
    font-weight: 400;
    margin-bottom: 20px; /* Reduced from 35px */
    flex-grow: 1;
    position: relative;
    font-style: italic;
    text-align: center;
}

    .testimonial-text::before {
        content: '"';
        font-size: 32px; /* Reduced from 40px */
        color: rgba(102, 126, 234, 0.3);
        position: absolute;
        top: -8px; /* Reduced from -10px */
        left: -12px; /* Reduced from -15px */
        font-family: Georgia, serif;
    }

    .testimonial-text::after {
        content: '"';
        font-size: 32px; /* Reduced from 40px */
        color: rgba(102, 126, 234, 0.3);
        position: absolute;
        bottom: -15px; /* Reduced from -20px */
        right: -12px; /* Reduced from -15px */
        font-family: Georgia, serif;
    }

/* Stunning author section */
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px; /* Reduced from 20px */
    margin-top: auto;
    padding: 15px 15px 12px; /* Reduced from 25px 20px 20px */
    background: linear-gradient(135deg, rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    border-radius: 15px; /* Reduced from 20px */
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.author-avatar {
    width: 55px; /* Reduced from 70px */
    height: 55px; /* Reduced from 70px */
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 3px solid rgba(255, 255, 255, 0.8); /* Reduced from 4px */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

    .author-avatar::after {
        content: '';
        position: absolute;
        top: -3px; /* Reduced from -4px */
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-radius: 50%;
        background: linear-gradient(45deg, #667eea, #764ba2, #38ef7d, #f36d1a);
        z-index: -1;
        animation: rotate 3s linear infinite;
    }

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Updated testimonial box with reduced padding */
.testimonial-box {
    position: relative;
    background: #f36d1a;
    border-radius: 20px; /* Reduced from 25px */
    padding: 25px 20px; /* Significantly reduced from original padding */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    min-height: 280px; /* Reduced from original min-height */
    width: 100%;
    max-width: 350px; /* Set a max-width for smaller cards */
}

    .testimonial-box:hover {
        transform: translateY(-8px); /* Reduced from -12px */
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.08);
    }

/* Responsive design */
@media (max-width: 768px) {
    .testimonials-section {
        grid-template-columns: 1fr;
        gap: 30px; /* Reduced from 40px */
    }

    .testimonial_heading {
        font-size: 44px !important;
    }

    .testimonial_head {
        font-size: 18px;
        margin-bottom: 50px; /* Reduced from 60px */
    }

    .testimonial-box {
        padding: 20px 18px; /* Reduced from 35px 30px */
        min-height: 320px; /* Reduced from 420px */
        max-width: 100%;
    }

    .testimonial-author {
        gap: 12px; /* Reduced from 15px */
        padding: 12px 10px 8px; /* Reduced from 20px 15px 15px */
    }

    .author-avatar {
        width: 45px; /* Reduced from 60px */
        height: 45px; /* Reduced from 60px */
    }
}

/* Entrance animations */
.testimonial-box {
    animation: slideInUp 1s ease forwards;
    opacity: 0;
    transform: translateY(50px); /* Reduced from 60px */
}

    .testimonial-box:nth-child(1) {
        animation-delay: 0.3s;
    }

    .testimonial-box:nth-child(2) {
        animation-delay: 0.5s;
    }

    .testimonial-box:nth-child(3) {
        animation-delay: 0.7s;
    }

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Special effects for premium feel */
.testimonial-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px; /* Reduced from 25px */
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-box:hover::after {
    opacity: 1;
}

.purple {
    background-color: #f36d1a !important;
}

.green {
    background-color: #f36d1a !important;
}

.blue {
    background-color: #f36d1a !important;
}

@media (max-width: 1024px) {
    .testimonials-section {
        gap: 15px; /* Reduced from 20px */
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        flex-direction: column;
        align-items: normal;
    }

    .testimonial-box {
        width: 90%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .testimonial-box {
        padding: 15px; /* Reduced from 20px */
    }

    .testimonial-text {
        font-size: 14px; /* Reduced from 16px */
    }

    .features_color {
        margin-right: 0% !important;
    }
}

.features_text {
    /*  font-size: 18px;
        font-weight: 600; */
    font-size: 1.6rem;
    color: #64748b;
    max-width: 600px;
    line-height: 27px;
    margin-bottom: 40px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .features_text {
        font-size: 19px;
    }
}

.service_wrapper {
    box-shadow: 0 2px 4px rgba(0, 0, 1, 0.15);
    width: 250px;
    height: 150px;
    background: #fff;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

    .service_wrapper h3 {
        font-weight: 600 !important;
        font-size: 18px;
        margin: 0 0 5px 0;
        color: #000;
    }

    .service_wrapper:hover {
        box-shadow: 0 12px 40px -12px rgba(56, 40, 77, .5);
        font-size: 15px;
    }

.text-sec {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #000;
    transition: bottom 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.bx-wrapper-sm:hover .text-sec {
    opacity: 1;
    bottom: 0;
    cursor: crosshair;
}

.parent_div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-block: 20px;
    padding-left: 15px;
}

.service_wrapper svg {
    fill: black;
}

.icons-size svg {
    height: 40px;
}

@media screen and (max-width: 768px) {
    .parent_div {
        flex-direction: column;
        margin: 20px;
        gap: 10px;
    }

    .service_wrapper {
        width: 100%;
        max-width: 300px;
        height: auto;
        padding: 15px;
    }
}

.margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.margin-medium {
    margin: 2rem;
}

.text-align-center {
    text-align: center;
}

.tools__nav {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex-wrap: wrap;
    font-weight: 400;
}

.tools__nav__button {
    font-size: 19px;
    font-weight: 400;
    border: 2px solid black;
    border-radius: 25px;
    background-color: transparent;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

@media (max-width: 768px) {
    .tools__nav {
        flex-direction: column;
        gap: 8px;
        padding: 15px;
    }

    .tools__nav__button {
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .tools__nav__button {
        font-size: 13px;
        padding: 10px;
    }
}

.tools__nav__button.active {
    background-color: white;
    border: none;
    color: black;
}

.invoicing-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.image-wrapper {
    flex: 1;
    max-width: 500px;
}

.invoicing-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.invoicing-text {
    flex: 1;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

    .invoicing-text h2 {
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 38px;
        text-align: left !important;
    }

    .invoicing-text h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .invoicing-text p {
        font-size: 1.8rem;
        color: #000;
        margin-bottom: 12px;
    }

.feature_text_icon {
    color: #0040ff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 768px) {
    .invoicing-container {
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    .image-wrapper {
        max-width: 100%;
    }

    .invoicing-text {
        max-width: 100%;
    }
}

.clients_logo {
    width: 150px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}

    .clients_logo:hover {
        transform: scale(1.1);
        filter: grayscale(0%)
    }

.right_side_content span {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.right_side_content p {
    font-size: 16px;
    margin-left: 32px;
    color: black;
}

.signup_btn {
    text-decoration: none;
    border-radius: 50px;
    border: solid;
    padding: 18px;
    border-color: #0000ff;
    background-color: #0000ff;
    color: white;
    font-size: 18px;
}

    .signup_btn:hover {
        background: white;
        color: black;
        text-decoration: none;
        border: none;
    }

.hero_section_row {
    max-width: 900px; /* Adjust width as per circle size */
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

    .hero_section_row p {
        font-weight: bolder;
        color: white;
        line-height: 25px;
        font-size: 20px;
        word-wrap: break-word;
    }


.inner_wrapper h2 {
    color: #f36d1a;
    font-size: 26px;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 12px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .inner_wrapper h2 {
        font-size: 25px;
    }

    .inner_wrapper h3 {
        font-size: 19px;
    }

    .hero_section_row {
        padding-inline: 0;
    }
}

.inner_wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    color: #888888;
    line-height: 29px;
}

.feature-btn {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid gray;
    border-radius: 50px;
    border: none !important;
    text-decoration: none;
    color: white !important;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    transition: background 0.3s ease;
    background-color: #f36d1a;
    cursor: pointer;
}

    .feature-btn:hover {
        background: #083A8A;
        color: white;
        text-decoration: none;
    }

.feature-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.main-btn {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.main-skip-head {
    margin-bottom: 30px;
    font-size: 60px;
    letter-sapcing: normal;
}

a.read_more5 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 24%;
    gap: 10px;
    padding: 12px 24px;
    border: 2px solid gray;
    border-radius: 50px;
    border: none !important;
    text-decoration: none;
    color: black !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    transition: background 0.3s ease;
    background-color: white;
}

a.read_more3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 24%;
    gap: 10px;
    border: 2px solid gray;
    border-radius: 50px;
    border: none !important;
    text-decoration: none;
    color: white !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    transition: background 0.3s ease;
    background-color: #f36d1a;
}




.skip-section {
    max-width: 1200px;
    margin: 0 auto;
}

.skip-header {
    text-align: center;
    margin-bottom: 50px;
}

.skip-title {
    font-size: 26px;
    font-weight: 700;
    color: #f36d1a;
    margin-block: 10px;
}

.skip-subtitle {
    font-size: 1.6rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.skip-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.skip-card {
    background: white;
    border-radius: 12px;
    padding: 35px 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .skip-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(35, 127, 165, 0.15);
        border-color: #f36d1a;
    }

.skip-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f9ff;
    border-radius: 12px;
    border: 2px solid #e0f2fe;
}

    .skip-icon svg {
        width: 32px;
        height: 32px;
        stroke: #f36d1a;
        fill: none;
        stroke-width: 2;
    }

.skip-card:hover .skip-icon {
    background-color: #f36d1a;
    border-color: #f36d1a;
}

    .skip-card:hover .skip-icon svg {
        stroke: white;
    }

.skip-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    margin-bottom: 18px;
}

.skip-card-text {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
}

.skip-highlight {
    color: #f36d1a;
    font-weight: 600;
}

@media (max-width: 768px) {
    .skip-title {
        font-size: 2rem;
    }

    .skip-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .skip-card {
        padding: 30px 20px;
    }
}




.inner_wrapper img {
    border-radius: 6px;
    width: 100%;
    object-fit: fill;
}

.inner_wrapper .icon_car {
    height: 20px;
    margin-bottom: -5px;
}

.inner_wrapper .icon_driver {
    height: 29px;
    margin-bottom: -9px;
}

.enhance_driver {
    margin-top: 18px;
    color: black;
}

    .enhance_driver p {
        font-size: 16px;
        margin-left: 36px;
        color: black;
    }

.BoostClient {
    margin-top: 18px;
}

    .BoostClient svg {
        height: 21px;
        margin-bottom: -4px;
    }

.how-it-works-section {
    padding: 60px 20px;
    background-color: #fff;
}

    .how-it-works-section .container {
        max-width: 1200px;
        margin: auto;
    }

    .how-it-works-section .section-header {
        text-align: center;
        margin-bottom: 40px;
    }

.content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.video-container {
    flex: 1 1 500px;
}

.video-placeholder {
    position: relative;
    padding-top: 56.25%;
    background-color: #ddd;
    border-radius: 12px;
    overflow: hidden;
}

    .video-placeholder iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.steps {
    flex: 1 1 500px;
}

.step {
    margin-bottom: 14px;
}

    .step h4 {
        font-size: 16px;
        font-weight: 600;
        color: #222;
        margin-bottom: 3px;
    }

    .step p {
        color: #555;
    }


