body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.slogan {
    margin-top: 200px;
}

.bg-gradientgray {
    background: #d8d8d8 !important;
    
}

.daireyazici {
    width: 245px;
    height: 92px;
    background: url(../images/daireyazici.png);
}

.text-turuncu {
    color: #fd8a02;
}

.bg-turuncu {
    background: #fd8a02;
}

.emboss {
    width: 100%;
    padding: 15px;
    color : #fff;
    background: #363645;
    border-radius: 0px;
    margin-bottom: 20px;
    display: block;
}

.emboss-press {
    box-shadow: inset 3px 3px 7px 0 rgba(0, 0, 0, 0.62), inset -4px -4px 6px 0 #FFFFFF;
    transition: all 1s linear;
}

.emboss-inner {
    width: auto;
    height: auto;
    background: #373445;
    box-shadow: inset 2px 2px 1px 0 rgba(3, 3, 2, 1), 
            inset -2px -2px 1px 0 rgba(200, 200, 200, 0.4);
    
    border-radius: 8px;
    margin-bottom: 0px;
    display: block;
    padding: 10px;
}

.button {
    text-align: center;
}

.btn-hover.color {
    background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a, #FBB03B);
}

.btn-hover2.color {
    background-image: linear-gradient(to right, #6edeed, #4aa5e6, #ccc1f3, #98b6ef);
}

.btn-hover, .btn-hover2 {
    height: 55px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    border: none;
    background-size: 300% 100%;
    border-radius: 14px;

    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-hover:hover, .btn-hover2:hover {
    background-position: 100% 0;
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

input[type="radio"][id^="cb"] {
    display: none;
}

/* --- Profesyonel Resimli Radyo Buton (Turuncu Tema) --- */

/* --- Profesyonel Resimli Radyo Buton (Konum Revize Edildi) --- */

/* 1. Kapsayıcı Label */
label.ob {
    border: 2px solid transparent; /* Varsayılan: Çerçeve YOK */
    border-radius: 8px;
    display: block;
    position: relative;
    margin: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: visible; /* Tik işareti dışarı taşabilsin */
}

/* 2. Tik İşareti (Konum Değiştirildi) */
label.ob:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    
    /* YENİ KONUM: 4px daha yukarı ve sola alındı */
    position: absolute;
    top: -17px;  /* -10px idi, -14px oldu */
    left: -17px; /* -10px idi, -14px oldu */
    z-index: 10;
    
    /* Şekil */
    width: 28px;
    height: 28px;
    border-radius: 50%;
    
    /* GİZLEME AYARLARI */
    opacity: 0;          /* Görünmez */
    transform: scale(0); /* Boyut sıfır */
    
    /* Renkler */
    background-color: #ff6f00; 
    border: 2px solid #ff6f00; 
    color: #fff;
    
    /* Hizalama */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    
    /* Animasyon */
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* 3. Seçilince Tik İşaretini GÖSTER */
:checked.ob + label.ob:before {
    opacity: 1;
    transform: scale(1.1);
}

/* 4. Seçilince Resim Çerçevesi */
:checked.ob + label.ob {
    border-color: #ff6f00;
    background-color: rgba(255, 111, 0, 0.05);
}

/* 5. Resim Ayarları */
label.ob img {
    height: 60px;
    width: 60px;
    display: block;
    border-radius: 6px;
    transition: transform 0.2s;
    margin: 5px;
}

/* Hover Efekti */
label.ob:hover img {
    transform: scale(1.05);
}

/* 3. Seçili Durum (Dolu Turuncu Daire) */
:checked.ob + label.ob:before {
    background-color: #ff6f00; /* Turuncu Arkaplan */
    border-color: #ff6f00;     /* Turuncu Çerçeve */
    color: #fff;               /* Beyaz Tik */
    transform: scale(1.1);     /* Hafif büyüme efekti */
}

/* 4. Seçili Olduğunda Resmin Çerçevesi */
:checked.ob + label.ob {
    border-color: #ff6f00; /* Resmi turuncu çerçeve içine al */
    background-color: rgba(255, 111, 0, 0.05); /* Hafif turuncu zemin */
}

/* 5. Resim Ayarları */
label.ob img {
    height: 60px; /* Biraz büyüttüm daha net görünsün */
    width: 60px;
    display: block; /* Alt boşluğu önler */
    border-radius: 6px;
    transition: transform 0.2s;
    margin: 5px; /* Çerçeve ile resim arası boşluk */
}

/* Hover Efekti */
label.ob:hover img {
    transform: scale(1.05);
}
:root {
    /* generic */
    --gutterSm: 0.4rem;
    --gutterMd: 0.8rem;
    --gutterLg: 1.6rem;
    --gutterXl: 2.4rem;
    --gutterXx: 7.2rem;
    --colorPrimary400: #f1a770;
    --colorPrimary600: #f3c7a7;
    --colorPrimary800: #bf6e37;
    --fontFamily: "Dosis", sans-serif;
    --fontSizeSm: 16px;
    --fontSizeMd: 16px;
    --fontSizeLg: 16px;
    --fontSizeXl: 16px;
    --fontSizeXx: 18px;
    --lineHeightSm: 1.1;
    --lineHeightMd: 1.8;
    --transitionDuration: 300ms;
    --transitionTF: cubic-bezier(0.645, 0.045, 0.355, 1);

    /* floated labels */
    --inputPaddingV: var(--gutterMd);
    --inputPaddingH: var(--gutterLg);
    --inputFontSize: var(--fontSizeLg);
    --inputLineHeight: var(--lineHeightMd);
    --labelScaleFactor: 0.8;
    --labelDefaultPosY: 50%;
    --labelTransformedPosY: calc(
        (var(--labelDefaultPosY)) - (var(--inputPaddingV) * var(--labelScaleFactor)) -
        (var(--inputFontSize) * var(--inputLineHeight))
        );
    --inputTransitionDuration: var(--transitionDuration);
    --inputTransitionTF: var(--transitionTF);
}

.form-control {
    position: relative;
}

.form-control, .btn-white2 {
    display: block;
    margin: 0;
    padding: var(--inputPaddingV) var(--inputPaddingH);
    color: inherit;
    width: 100%;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    border: 1px solid #dfdddd;
    border-radius: 0.4rem;
    transition: box-shadow var(--transitionDuration);
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}

.form-control::placeholder {
    color: #b0bec5;
}

.form-control:focus {
    outline: none;
    box-shadow: 0.2rem 0.8rem 1.6rem var(--colorPrimary600);
}

.form-control label {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 1rem;
    color: #fff;
    font-family: inherit;
    font-size: var(--inputFontSize);
    font-weight: inherit;
    line-height: var(--inputLineHeight);
    opacity: 0;
    transform: translate3d(0, var(--labelDefaultPosY), 0) scale(1);
    transform-origin: 0 0;
    transition: opacity var(--inputTransitionDuration) var(--inputTransitionTF),
        transform var(--inputTransitionDuration) var(--inputTransitionTF),
        visibility 0ms var(--inputTransitionDuration) var(--inputTransitionTF),
        z-index 0ms var(--inputTransitionDuration) var(--inputTransitionTF);
}

.form-control:placeholder-shown + .Input-label {
    visibility: hidden;
    z-index: -1;
}

.form-control:not(:placeholder-shown) + .Input-label,
.form-control:focus:not(:placeholder-shown) + .Input-label {
    visibility: visible;
    z-index: 1;
    opacity: 1;
    transform: translate3d(0, var(--labelTransformedPosY), 0) scale(var(--labelScaleFactor));
    transition: transform var(--inputTransitionDuration), visibility 0ms,
        z-index 0ms;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icons i {
    position: absolute;
}

.input-icons .icon {
    padding: 10px;
    color: #f18041;
    min-width: 50px;
    text-align: center;
    z-index: 1;
    right: 0px;
}

.obfc {
    font-size: 22px;
    color: #fff;
    height: 50px;
    width: 100%;
    background: #3171bf;
    border: none;
}

.anasayfaorta {
    background-color: #EDF3F9;
}

.m-adimlar {
    margin-top: 5px;
}

.ustcontainer {
    position: static;
}

.adimlar {
    width: 200px;
    height: 318px;
    padding: 10px;
    padding-top: 80px;
}
.sayfaicerik {
    margin-top: 0px;
}

/*animation*/
.ml {
    font-size: 1.9em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
}
.ml16 {
    color: #fd8a02;
}
.ml .letter {
    display: inline-block;
    line-height: 1em;
}
/*animation bitti*/
body {
    background-size: 100% !important;
}
.conadimlar {
    margin-top: 35px;
}

.adimlar {
     font-family: "Ropa Sans", sans-serif !important;
     font-weight: bold;
}

@media only screen and (max-width: 1560px) {
    body {
        background-size: 150% !important;
    }
}
@media only screen and (max-width: 990px) {
    .ml {
        font-size: 1.1em;
        letter-spacing: 0.1em;
    }
    .sayfaicerikbread {
        margin-top: 0px;
    }
    .m-adimlar {
        margin-top: 0px;
    }

    .obfc {
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        padding: 4px !important;
    }

    .slogan {
        margin-top: 300px;
    }

    .slogan .text-white {
        font-size: 16px !important;
    }
    .conadimlar {
        margin-top: -40px;
    }
    .anasayfaorta {
        margin-top: 10px;
    }

    .adimlar {
        z-index: 0;
    }
}
@media only screen and (max-width: 690px) {
    .slideralan {
    }
    body {
        background-size: 300% !important;
    }
}