body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    background-color: var(--secondary-color);
    color: var(--text-color);
}

/* Navbar stili */
.navbar {
    background-color: #F26101;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    perspective: 1000px;
    justify-content: center;
}

.card {
    width: 250px;
    height: auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    height: 40px;
}

.nav-links {
    display: flex;
    gap: 1.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #222831;
}

main {
    padding-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.hero {
    text-align: center;
    margin-bottom: 3rem;
}

.hero h1 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-image {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.about-content,
.services,
.cta {
    margin-bottom: 3rem;
}

.services ul {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.services li {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.services img {
    width: 30px;
    margin-right: 10px;
}

.cta {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
}

.btn {
    display: inline-block;
    background-color: #fff;
    color: var(--primary-color);
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: var(--secondary-color);
}

/* Footer Kısmı */
.site-footer {
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 50px 0 20px;
    font-family: Arial, sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo,
.footer-links,
.footer-contact {
    flex: 1;
    margin-right: 30px;
}

.footer-logo h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.footer-logo p {
    font-size: 14px;
    line-height: 1.5;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.footer-contact p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 20px 20px 0;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 14px;
}

.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.about-us {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.about-us h1 {
    text-align: center;
    color: #F26101;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    flex: 1;
    padding-right: 40px;
}

.image {
    flex: 1;
}

.image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.services {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px;
    background-color: #f4f4f4;
}

.service-item {
    text-align: center;
}

.service-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cta {
    background-color: #F26101;
    color: white;
    text-align: center;
    padding: 60px 20px;
}

.cta h2 {
    margin-bottom: 20px;
}

.cta button {
    background-color: white;
    color: #F26101;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta button:hover {
    background-color: #f4f4f4;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.close-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .services ul {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-logo,
    .footer-links,
    .footer-contact {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        margin-top: 20px;
    }

    .content {
        flex-direction: column;
    }

    .text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .services {
        flex-direction: column;
    }

    .service-item {
        margin-bottom: 30px;
    }

    .hamburger-menu {
        display: block;
    }

    .nav-links-container {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        height: 100vh;
        background-color: #fff;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
        transition: 0.3s;
    }

    .nav-links-container.active {
        display: block;
    }

    .nav-links {
        flex-direction: column;
        padding-top: 60px;
    }

    .nav-links a {
        padding: 15px;
        width: 100%;
        text-align: center;
        color: #000;
        text-decoration: none;
        transition: 0.3s;
    }

    .nav-links a:hover {
        color: #FFA500;
        background-color: rgba(255, 165, 0, 0.1);
    }

    .close-menu {
        display: block;
    }

    .card {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .nav-links-container {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    spline-viewer {
        display: none;
    }
}