 .circle-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: #00aaff; /* Mavi */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: breathe 1s ease-out forwards;
  z-index: 9999;
}

@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
 html, body {
    margin: 0;
    padding: 0;
    font-family: "Special Gothic Expanded One", sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}
.fade {
  opacity: 0;
  transition: opacity 2.5s ease;
}

.fade.loaded {
  opacity: 1;
}

header {
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom, rgb(74, 162, 212), #0b32e2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    header .logo {
        font-family: "Special Gothic Expanded One", sans-serif;
        font-weight: 00;
        font-style: normal;
    }

.logo {
    font-size: 36px;
    color: white;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
    font-style: italic;
}

.bannerText {
    position: absolute;
    top: 40px;
    color: white;
    text-align: left;
    left: 100px;
    margin-top: 25px;
    font-size: 34px;
    font-style: italic;
    font-weight: bolder;
}

.bannerText2 {
    position: absolute;
    top: 40px;
    color: #3D90D7;
    text-align: left;
    left: 100px;
    margin-top: 250px;
    font-size: 22px;
}

.bannerText3 {
    position: absolute;
    top: 40px;
    color: rgb(255, 255, 255);
    text-align: left;
    left: 100px;
    margin-top: 150px;
    font-size: 8px;
    font-weight: 100;
    letter-spacing: 3px;
}

.image-section {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

    .image-section img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
    }

.text-overlay {
    position: absolute;
    top: 40px;
    right: 50px;
    color: white;
    text-align: right;
}

.title {
    font-size: 18px;
    font-weight: 200;
    color: white;
    margin-right: 100px;
}

.menu-box {
    margin-top: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 16px 20px;
    border-radius: 100px;
    display: inline-flex;
    gap: 26px;
    font-size: 14px;
    opacity: 0.88;
}

    .menu-box a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 100;
        transition: color 0.3s ease;
    }

        .menu-box a:hover {
            color: #008cff;
        }

/* Ana site linki için özel stil */
.menu-box a[href*="leotem.com"] {
    background-color: rgba(255, 165, 0, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid orange;
    transition: all 0.3s ease;
}

.menu-box a[href*="leotem.com"]:hover {
    background-color: rgba(255, 165, 0, 0.4);
    color: orange !important;
}

@media (max-width: 768px) {

    @media (max-width: 768px) {

        .image-section img {
            width: 100%;
            height: 250px;
            object-fit: cover;
        }


        .bannerText h1 {
            font-size: 24px;
        }

        .bannerText2 h1 {
            font-size: 16px;
        }

        .bannerText3 h1 {
            font-size: 10px;
        }

        .text-overlay .title {
            font-size: 14px;
            margin-right: 20px;
        }

        .menu-box {
            font-size: 12px;
            gap: 12px;
            padding: 10px 15px;
        }
    }


    .image-section img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .bannerText {
        top: 0px;
    }

    .text-overlay {
        top: 100px;
        right: 20px;
    }

    .bannerText3 {
        top: 45px;
        left: 15px;
    }

    .bannerText2 {
        left: 15px;
    }
}





/* Content */
.content {
    background-color: #ffffff;
    width: 80%;
    margin: 80px auto 0 auto;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Cards */
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px;
}

.pTitle {
    font-weight: 700;
    font-size: 16px;
}

.card {
    background-color: #77AEED;
    border-radius: 16px;
    padding: 10px 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.card2 {
    background-color: #228BED !important;
}

.card h3 {
    margin-top: 0;
}

.card p {
    margin-top: 0;
    margin-bottom: 20px;
}

.card button {
    align-self: flex-start;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 16px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: bold;
}

    .card button:hover {
        background-color: #fffb00;
    }

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.uppermidcontainer {
    font-family: "Montserrat", sans-serif !important;
    display: flex;
    width: 60%;
    height: 220px;
    margin: 20px auto;
    margin-bottom: 50px;
    border-radius: 30px;
    background-color: #77bcf5;
    position: relative;
    justify-content: center;
}

.silverCopperText {
    position: absolute;
    color: white;
    top: 30px;
    font-weight: 800;
    font-size: 32px;
}

.silverCopperExplanation {
    position: absolute;
    color: white;
    top: 100px;
    font-size: 24px;
    margin: 10px 100px;
}

.midcontainer {
    display: flex;
    width: 100%;
    height: 600px;
    margin: 0;
    font-family: "Montserrat", sans-serif !important;
    font-size: 24px;
    text-align: left;
}

.midText,
.midimage {
    width: 50%;
    height: 100%;
}

.midText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 100px;
    margin-right: 30px;
}

.midimage {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .midimage img {
        max-width: 100%;
        max-height: 650px;
        object-fit: contain;
    }

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 550px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.background-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/Leotem_Cel_0.1/photo/avantage.jpg');
    background-size: cover;
    background-position: center center;
    filter: blur(8px);
    transform: scale(1.05);
    z-index: 0;
}

.box {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 40px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    box-sizing: border-box;
}

/* AVANTAJ KARTLARI ALANI */
.advantages-container {
    max-width: 1200px;
    margin: 0 auto 50px auto;
    padding: 40px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    box-sizing: border-box;
}

.advantage-card {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    color: #333;
    transition: transform 0.3s ease;
}

    .advantage-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }

.advantage-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 15px;
}

.advantage-card h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.advantage-card p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
}

.footer {
    background: linear-gradient(to right, #00aeff, #7eeee8);
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 20px 10px;
    margin-top: 60px;
    font-weight: bold;
}

.footer-upper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1200px;
    margin: -15px auto;
    margin-bottom: 30px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-left h2 {
    margin: 0 0 10px;
    font-style: italic;
    font-size: 28px;
}

.footer-left p {
    margin: 0;
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

    .footer-links a {
        text-decoration: none;
        color: #ffffff;
        font-weight: bold;
        transition: color 0.3s ease;
    }

        .footer-links a:hover {
            color: white;
        }

/* Footer ana site linki */
.footer-links a[href*="leotem.com"] {
    color: orange;
    font-weight: bold;
}

.footer-links a[href*="leotem.com"]:hover {
    color: #ff8c00;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}




/* Mobil & Tablet Uyum: 768px ve altı */
@media (max-width: 768px) {



    /* Kartlar */
    .cards-container {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 15px;
    }

    /* uppermidcontainer */
    .uppermidcontainer {
        flex-direction: column;
        height: auto;
        padding: 20px;
        text-align: center;
        width: 80%;
    }

    .silverCopperText {
        position: static;
        font-size: 24px;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .silverCopperExplanation {
        position: static;
        font-size: 14px;
        margin: 0 20px;
    }

    /* midcontainer (text + img) */
    .midcontainer {
        flex-direction: column;
        height: auto;
        font-size: 20px;
    }

    .midText, .midimage {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .midText {
        padding: 0 10px;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .midimage img {
        max-height: 300px;
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }

    /* background blur container */
    .container {
        height: auto;
        padding: 20px 0;
    }

    .box {
        max-width: 90%;
        padding: 20px;
        font-size: 16px;
    }

    /* Advantage cards */
    .advantages-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }

    .advantage-card {
        width: 100%;
        max-width: 400px;
    }

    @media (max-width: 768px) {
        footer {
            padding: 20px;
        }

        .footer-container {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .footer-links {
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-top: 15px;
        }

        .footer-upper {
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 10px;
        }

            .footer-upper div {
                margin-bottom: 10px;
            }

        .footer-bottom {
            font-size: 12px;
            margin-top: 10px;
            text-align: center;
        }
    }
}