body {
    padding-top: 5rem;
    background: #F0EBE5;
}

.header-content {
    text-align: center;
    padding: 2rem;
    background-color: #F0EBE5;
}

.header-content h1 {
    font-size: 3.5rem;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
}

.header-content p {
    font-size: 1.3rem;
    width: 50%;
    font-family: 'Inter', sans-serif;
    margin: 20px auto;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

.header-content a {
    border-radius: 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    padding: 5px 25px;
    border: 2px dotted #000;
    background: white;
    margin-top: -20px;

}

.navbar {
    background-color: #F0EBE5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5 30px;
    box-shadow: rgba(0, 0, 0, 0.2);
}

#nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-family: 'Inter', sans-serif;
}

.nav-button {
    font-family: 'Inter', sans-serif;
    border-radius: 30px;
}

.nav-link {
    color: #000000;
    border-radius: 20px;
    padding: 8px 15px;
    margin: 0 5px;
    font-weight: bold;
    transition: color 0.3s, background-color 0.3s;
}

.nav-link:hover,
.nav-link:focus {
    color: #333;
    background-color: #ddd;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #ffffff;
    width: 30%;
    padding: 5px 0;
    border-radius: 25px;
    margin: 1 auto;
}

#continuousCarousel {
    margin-top: 10px;
    margin-bottom: -20px;
}

.carousel-item img {
    max-height: 250px;
    padding-inline: 3%;
    object-fit: contain;
}

.elevateSection {
    background-color: #353535;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
}

.service-box {
    padding: 20px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    border-radius: 10px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
}

.service-box h2,
.service-box p {
    color: white;
}

.elevateSection h1 {
    margin-top: 5%;
    font-size: 4rem;
}

#continuousCarousel .carousel-inner .carousel-item>div {
    display: flex;
}

#continuousCarousel .carousel-inner {
    width: 100%;
    overflow: hidden;
}

#continuousCarousel .carousel-item .d-flex {
    width: calc(100% * 6 / 3);
    animation: scroll 30s linear infinite;
}

.websiteTemplate {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #97b4de;
    color: #2A2829;
}

.websiteTemplate h1 {
    text-align: center;
    margin-top: 30px;
    font-size: 2rem;
    font-weight: 700;
}

.websiteTemplate h2 {
    font-size: 3rem;
}

.websiteTemplate h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
}

.websiteTemplate h6 {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
}

.image-container {
    text-align: center;
}

.image-container p {
    font-size: 1.5em;
}

.image-label {
    margin-top: 5px;
    color: #333;
    font-size: 14px;
}

.bi-image-icon {
    vertical-align: -0.125em;
    font-size: 1.5em;
    margin-left: 15px;
    color: inherit;
}

.howtocreate {
    background-color: #fff;
}

.howtocreate h1 {
    text-align: center;
    color: #006aff;
    font-size: 4em;
}

.steps-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 2.5em;
    font-weight: 700;
}

.steps-table td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    vertical-align: top;
}

.step-num {
    color: #006aff;
    font-weight: bold;
    padding-right: 100px;
    width: 100px;
    white-space: nowrap;
}

.steps-table td:first-child {
    width: 100px;
}

.step-description {
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 10px;
    color: #333;
    line-height: 1.4em;
}
.button-container {
    text-align: center;
    margin: 100px 0;
}

.button {
    display: inline-block;
    padding: 8px 20px;
    margin-right: 50px;
    border: 1px dashed #000;
    color: black;
    text-decoration: none;
    font-size: 17px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #f0f0f0;
}

.faq-section {
    margin: 50px 0;
    font-family: 'Inter', sans-serif;
}

.accordion-item {
    background-color: #2A2829;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border-radius: 20px;
    overflow: hidden;
}

.accordion-button {
    color: white;
    background-color: #2A2829;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


.accordion-button::after {
    filter: invert(1);
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f8f9fa;
}

.accordion-body {
    color: #000;
    background-color: #f8f9fa;
    padding: 1em;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: none;
}

.accordion-item:first-child .accordion-button.collapsed {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.accordion-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.accordion-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.accordion-collapse {
    border-radius: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

