body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #e0e0e0;
    background-color: #1a1a2e;
    overflow-x: hidden;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    font-weight: 600;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.section-title {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    color: #fff;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #00c6ff;
    border-radius: 2px;
}

/* Navbar */
.navbar {
    background-color: rgba(26, 26, 46, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
    z-index: 1030;
}

.navbar-brand .logo-img {
    height: 40px;
    width: auto;
}

.navbar-brand .site-name {
    color: #fff;
    font-size: clamp(16px, 4vw, 26px);
    font-weight: 700;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-toggler {
    border-color: #00c6ff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 198, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-title {
    color: #fff;
}

.offcanvas-body .nav-link {
    color: #e0e0e0;
    font-weight: 500;
    padding: 0.75rem 1rem;
    transition: color 0.3s ease;
}

.offcanvas-body .nav-link:hover,
.offcanvas-body .nav-link.active {
    color: #00c6ff;
}

@media (min-width: 1100px) {
    .navbar-toggler {
        display: none;
    }
    .offcanvas {
        visibility: visible;
        background-color: transparent;
        border: none;
        position: static;
        transform: none;
        width: auto !important;
    }
    .offcanvas-header {
        display: none;
    }
    .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
    }
    .navbar-nav .nav-link {
        color: #e0e0e0;
        padding: 0.5rem 1rem;
        transition: color 0.3s ease;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #00c6ff;
    }
}

/* Hero Section */
.hero-section {
    min-height: 100vh;
    background: url('pictures/media/automotive-3d-printing-hero.jpg') no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-overlay {
    background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(0, 114, 255, 0.4));
}

.hero-content-wrapper {
    background-color: rgba(26, 26, 46, 0.85);
    backdrop-filter: blur(5px);
    max-width: 900px;
    animation: fadeInScale 1s ease-out forwards;
    animation-delay: 0.3s;
    opacity: 0;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    animation: slideInUp 0.8s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.hero-subtitle {
    font-size: 1.3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: slideInUp 0.8s ease-out forwards;
    animation-delay: 0.7s;
    opacity: 0;
}

.hero-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(0, 198, 255, 0.5);
    color: #fff;
    height: 55px;
}

.hero-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.hero-form .form-floating > label {
    color: rgba(255, 255, 255, 0.7);
}

.hero-form .form-floating > .form-control:focus ~ label,
.hero-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #00c6ff;
}

.hero-cta {
    background-color: #00c6ff;
    border-color: #00c6ff;
    font-weight: 600;
    padding: 0.8rem 2rem;
    transition: all 0.3s ease;
    animation: slideInUp 0.8s ease-out forwards;
    animation-delay: 0.9s;
    opacity: 0;
}

.hero-cta:hover {
    background-color: #0072ff;
    border-color: #0072ff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 198, 255, 0.3);
}

/* About Section */
.about-section {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

.about-text-column {
    padding-right: 2rem;
}

.about-image-column {
    display: flex;
    align-items: stretch;
}

.about-image-wrapper {
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: fadeIn 1s ease-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

.about-image-wrapper img {
    filter: blur(3px);
    transform: scale(1.05);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.about-image-wrapper:hover img {
    filter: blur(0px);
    transform: scale(1);
}

.about-values .icon-wrapper {
    width: 50px;
    height: 50px;
    border: 2px solid #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.about-values .icon-wrapper i {
    color: #ffc107;
    font-size: 1.8rem;
    transition: color 0.3s ease;
}

.about-values li:hover .icon-wrapper {
    background-color: #ffc107;
}

.about-values li:hover .icon-wrapper i {
    color: #1a1a2e;
}

.about-values li {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Services Section */
.services-section {
    background-color: #0f0f1d;
    color: #e0e0e0;
}

.service-card {
    background-color: #2a2a4a;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 198, 255, 0.2) !important;
}

.service-card img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.service-card .card-title {
    color: #00c6ff;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

/* Features Section */
.features-section {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

.feature-card {
    background-color: #2a2a4a;
    border: none;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    opacity: 0;
    transform: translateY(20px);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 198, 255, 0.2) !important;
}

.feature-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 0;
}

.feature-icon-circle {
    width: 70px;
    height: 70px;
    border: 2px solid #00c6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    background-color: #1a1a2e;
}

.feature-icon-circle i {
    color: #00c6ff;
    font-size: 2.5rem;
}

.feature-card h4 {
    color: #fff;
    margin-top: 1rem;
}

/* Stats Section */
.stats-section {
    background: url('pictures/media/geometric-pattern-background.png') no-repeat center center/cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.stats-overlay {
    background: linear-gradient(rgba(26, 26, 46, 0.8), rgba(0, 114, 255, 0.6));
}

.stat-item {
    border-right: 1px solid rgba(0, 198, 255, 0.3);
    padding: 2rem 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    color: #00c6ff;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.stat-item i {
    color: #ffc107;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

/* How It Works Section */
.how-it-works-section {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: rgba(0, 198, 255, 0.3);
    margin-left: -2px;
}

.timeline-item {
    margin-bottom: 50px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.timeline-item:nth-child(even) {
    transform: translateX(20px);
}

.timeline-item:nth-child(odd) {
    transform: translateX(-20px);
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 55%;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background-color: #00c6ff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a2e;
    font-size: 2rem;
    box-shadow: 0 0 0 5px #1a1a2e, 0 0 0 8px #0072ff;
    z-index: 1;
}

.timeline-content {
    background-color: #2a2a4a;
    padding: 2rem;
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.timeline-content .timeline-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(0, 198, 255, 0.15);
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 0;
}

.timeline-item:nth-child(odd) .timeline-content .timeline-number {
    left: auto;
    right: 15px;
}

.timeline-content h3 {
    color: #00c6ff;
    position: relative;
    z-index: 1;
    margin-top: 45px;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }
    .timeline-icon {
        left: 20px;
        transform: translateX(0);
    }
    .timeline-content {
        margin-left: 90px !important;
        margin-right: 0 !important;
        text-align: left !important;
    }
    .timeline-item:nth-child(odd) .timeline-content .timeline-number {
        left: 15px;
        right: auto;
    }
    .timeline-item:nth-child(odd) {
        transform: translateX(0);
    }
    .timeline-item:nth-child(even) {
        transform: translateX(0);
    }
}

/* FAQ Section */
.faq-section {
    background-color: #0f0f1d;
    color: #e0e0e0;
}

.accordion-item {
    background-color: #2a2a4a;
    border: none;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background-color: #2a2a4a;
    color: #fff;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    border-radius: 0.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #00c6ff;
    background-color: #1a1a2e;
    box-shadow: inset 0 -1px 0 rgba(0, 198, 255, 0.2);
}

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

.accordion-button::after {
    display: none;
}

.accordion-icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .accordion-icon {
    transform: rotate(180deg);
}

.accordion-body {
    background-color: #1a1a2e;
    color: #e0e0e0;
    padding: 1.5rem;
    border-top: 1px solid rgba(0, 198, 255, 0.1);
}

/* Contact Section */
.contact-section {
    background-color: #1a1a2e;
    color: #e0e0e0;
}

.contact-form-card {
    background-color: #2a2a4a;
    border: none;
}

.contact-section .form-label {
    color: #e0e0e0;
    font-weight: 500;
}

.contact-section .form-control {
    background-color: #1a1a2e;
    border: 1px solid rgba(0, 198, 255, 0.3);
    color: #fff;
    padding: 0.75rem 1rem;
}

.contact-section .form-control:focus {
    border-color: #00c6ff;
    box-shadow: 0 0 0 0.25rem rgba(0, 198, 255, 0.25);
    background-color: #1a1a2e;
    color: #fff;
}

.contact-section .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-section .btn-primary {
    background-color: #00c6ff;
    border-color: #00c6ff;
    font-weight: 600;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
}

.contact-section .btn-primary:hover {
    background-color: #0072ff;
    border-color: #0072ff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 198, 255, 0.3);
}

.contact-section .invalid-feedback {
    color: #ff4d4d;
}

/* Footer */
.footer-section {
    background-color: #fff !important;
    color: #333 !important;
    padding: 2.5rem 0;
    border-top: 1px solid #eee;
}

.footer-logo-img {
    height: 35px;
    width: auto;
    filter: brightness(0.1);
}

.copyright-text {
    font-size: 0.9rem;
    color: #555;
}

.footer-nav .nav-link {
    color: #555;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.footer-nav .nav-link:hover {
    color: #0072ff;
    text-decoration: none;
}

.contact-info p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.contact-info a {
    color: #555;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #0072ff;
    text-decoration: none;
}

.contact-info i {
    color: #0072ff;
    font-size: 1.1rem;
    vertical-align: middle;
}

.email-break-all {
    word-break: break-all;
}

/* Responsive Typography */
@media (min-width: 1024px) {
    .site-name { font-size: 1.8rem; }
    .hero-title { font-size: 3.5rem; }
    .hero-subtitle { font-size: 1.3rem; }
    .section-title { font-size: 2.2rem; }
    .card-title { font-size: 1.4rem; }
    .feature-card h4 { font-size: 1.2rem; }
    .stat-number { font-size: 3.5rem; }
    .timeline-content h3 { font-size: 1.4rem; }
    .accordion-button { font-size: 1.1rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .site-name { font-size: 1.6rem; }
    .hero-title { font-size: 2.8rem; }
    .hero-subtitle { font-size: 1.1rem; }
    .section-title { font-size: 1.9rem; }
    .card-title { font-size: 1.2rem; }
    .feature-card h4 { font-size: 1rem; }
    .stat-number { font-size: 2.8rem; }
    .timeline-content h3 { font-size: 1.2rem; }
    .accordion-button { font-size: 1rem; }
}

@media (max-width: 767px) {
    .site-name { font-size: 1rem; }
    .hero-title { font-size: 1.8rem; }
    .hero-subtitle { font-size: 0.9rem; }
    .section-title { font-size: 1.5rem; }
    .card-title { font-size: 1rem; }
    .feature-card h4 { font-size: 0.9rem; }
    .stat-number { font-size: 2.2rem; }
    .timeline-content h3 { font-size: 1rem; }
    .accordion-button { font-size: 0.9rem; }

    .hero-section {
        min-height: 80vh;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hero-content-wrapper {
        padding: 2rem;
    }

    .hero-form {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-form .form-floating {
        max-width: 100%;
    }



    .about-image-wrapper {
        height: 300px;
        margin-top: 2rem;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 198, 255, 0.3);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-icon {
        left: 20px;
        transform: translateX(0);
    }

    .timeline-item:nth-child(odd) .timeline-content,
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 70px;
        margin-right: 0;
        text-align: left;
    }

    .timeline-item:nth-child(odd) .timeline-content .timeline-number {
        left: 15px;
        right: auto;
    }
}

/* Animations */
@keyframes fadeInScale {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}/*
 * Styles for the .secureTermsHub container and its nested elements.
 * These styles provide a base for typography and spacing within the hub.
 */
.secureTermsHub {
    /* Padding for the container itself, providing space around the content */
    padding: 40px 20px; /* Top/bottom 40px, left/right 20px */
    /* Optional: Add a max-width for better readability on large screens and center it */
    max-width: 960px;
    margin: 0 auto;
}

/* Heading 1 styles */
.secureTermsHub h1 {
    font-size: 28px; /* Moderately sized h1 */
    font-weight: 700; /* Bold font weight */
    line-height: 1.2; /* Tighter line height for headings */
    margin-top: 1.5em; /* Space above the heading */
    margin-bottom: 0.8em; /* Space below the heading */
    color: #0072ff; /* Darker color for headings */
}

/* Heading 2 styles */
.secureTermsHub h2 {
    font-size: 24px; /* Slightly smaller than h1 */
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #0072ff;
}

/* Heading 3 styles */
.secureTermsHub h3 {
    font-size: 20px; /* Further reduction in size */
    font-weight: 600; /* Slightly less bold */
    line-height: 1.3;
    margin-top: 1.2em;
    margin-bottom: 0.7em;
    color: #0072ff;
}

/* Heading 4 styles */
.secureTermsHub h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 1em;
    margin-bottom: 0.6em;
    color: #333;
}

/* Heading 5 styles */
.secureTermsHub h5 {
    font-size: 16px; /* Similar to body text, but bold */
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #0072ff;
}

/* Paragraph styles */
.secureTermsHub p {
    font-size: 16px; /* Standard body text size */
    line-height: 1.6; /* Good readability for body text */
    margin-bottom: 1em; /* Space between paragraphs */
    color: #fff; /* Slightly lighter color for body text */
}

/* Unordered list styles */
.secureTermsHub ul {
    list-style-type: disc; /* Default disc for unordered lists */
    margin-left: 20px; /* Indent the list from the left */
    margin-bottom: 1em; /* Space after the list */
    padding-left: 0; /* Reset default padding if any, relying on margin-left for indentation */
}

/* List item styles */
.secureTermsHub li {
    font-size: 16px; /* Consistent font size with paragraphs */
    line-height: 1.6; /* Consistent line height with paragraphs */
    margin-bottom: 0.5em; /* Space between list items */
    color: #fff;
}

/*
 * Note: For ordered lists (ol), you might want to add similar styles:
 * .secureTermsHub ol {
 *     list-style-type: decimal;
 *     margin-left: 20px;
 *     margin-bottom: 1em;
 *     padding-left: 0;
 * }
 */


 .form-floating>.form-control:focus,
 .form-floating>.form-control:not(:placeholder-shown){
    padding: 13px 20px !important;
 }

 .small,
 .card-text{
    color: #fff;
 }

 .wr{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    main{
        flex: 1;
    }
 }

 .offcanvas-header .btn-close{
    filter: invert(1);
 }