/*
 * Danışmanlık alanı radyo butonlarını kart gibi gösteren stil.
 * Bootstrap 3 grid ile birlikte kullanılır.
 */
.destek-alani-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.destek-alani-group .destek-option {
    display: block;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
    font-weight: 600;
    color: #444;
}

/* Radyo butonunu gizle */
.destek-alani-group .destek-option input[type="radio"] {
    display: none;
}

/* Metin alanı */
.destek-alani-group .destek-option span {
    display: block;
}

/* Hover efekti */
.destek-alani-group .destek-option:hover {
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* Seçili olan için vurgulu stil */
.destek-alani-group .destek-option input[type="radio"]:checked + span {
    background: #f4f3ff;
    border-radius: 4px;
    color: #4a3aa8; /* sitenin ana rengine göre değiştirebilirsin */
    box-shadow: inset 0 0 0 1px rgba(74,58,168,0.3);
}


.logo-fixed {
  width: 100px !important;
}
#navigation .nav-elements {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.activePage a {
    background-color: #9b0004 !important;
    font-weight: bold;
}
.index-news {
    margin: 0px !important;
}
@media only screen and (min-width: 600px) and (max-width: 1440px) {
    .index-news .xs-py {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }
    .quickindexbutton {
        padding: .5rem .5rem !important;
    }
}
.dark-div-border {
    border: 2px solid #8e8e8e;
    border-image-slice: 1;
}
.rainbow-div-border {
    border: 3px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}
.rainbow-active {
    border-radius: 100rem !important;
    padding: 1rem !important;
    padding: .5rem 3rem !important;
    border: solid 3px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#E7484F, #F68B1D, #FCED00, #009E4F, #00AAC3, #732982) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 2px 1000px 1px #fff inset !important;
    -webkit-box-shadow: 0 18px 36px -13px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0 18px 36px -13px rgba(0,0,0,0.5) !important;
    box-shadow: 0 21px 42px -14px rgba(0,0,0,0.5) !important;
    color: #ffffff !important;
}
.elementHidden {
    display: none;
}
.document-content ul {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
    text-align: justify;
}
.document-content ol {
    list-style: decimal;
    margin-left: 20px;
    font-size: 16px;
    text-align: justify;
}
@media only screen and (min-width: 760px) {
    #borderedDiv1 {
        position: absolute;
        top: 0px;
    }
    #borderedDiv2 {
        position: absolute;
        bottom: 0px;
    }
}
@media only screen and (min-width: 600px) {
    .menuli {
        margin-left: -15px;
    }
    .dropdown-menu {
        min-width: 280px;
    }
    .img-mw-300 {
        max-width: 300px;
    }
    .img-mw-400 {
        max-width: 400px;
    }
    .img-mw-500 {
        max-width: 500px;
    }
    .img-mw-600 {
        max-width: 600px;
    }
    .img-mw-700 {
        max-width: 700px;
    }
    .img-mw-800 {
        max-width: 800px;
    }
    .mt-5 {
        margin-top: 5px;
    }
    .mt-6 {
        margin-top: 6px;
    }
    .mt-7 {
        margin-top: 7px;
    }
    .mt-8 {
        margin-top: 8px;
    }
    .mt-9 {
        margin-top: 9px;
    }
    .mt-10 {
        margin-top: 10px;
    }
    #navigation .container-md, #pagetop .container-md{
        max-width: 1100px !important;
    }
}
.img-responsive { width: 100% !important;}
.invisible-section {opacity: 0 !important;}
#mobile-navigation a span{ display: block !important; }
.colored-hover:hover span {background-image:  linear-gradient(to right, #E7484F, #F68B1D, #FCED00, #009E4F, #00AAC3, #732982);animation:slidebg 5s linear infinite;color: white;}
@keyframes slidebg { to {background-position:20vw;} }
a.rainbow-border {
    border-radius: 100rem !important;
    padding: 1rem !important;
    padding: .5rem .5rem !important;
    border: solid 3px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg,#E7484F, #F68B1D, #FCED00, #009E4F, #00AAC3, #732982) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 2px 1000px 1px #fff inset !important;
}

a.rainbow-border:hover {
    box-shadow: none;
    color: white;
}
.rainbow-header {
    background-image:  linear-gradient(to right, #E7484F, #F68B1D, #FCED00, #009E4F, #00AAC3, #732982);
}
.spinner {
    animation: rotate 0.8s infinite linear;
    position: relative;
    display: block;
    width: 142px;
    height: 142px;
}
.spinner i {
    animation: rotate 3s infinite linear;
    transform-origin: 50% 100% 0;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    border: solid 12px transparent;
    border-bottom: none;
}
.spinner i:nth-child(1) {
    animation-timing-function: cubic-bezier(0.09, 0.3, 0.12, 0.03);
    width: 44px;
    height: 22px;
    margin-top: -22px;
    margin-left: -22px;
    border-color: #2172b8;
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}
.spinner i:nth-child(2) {
    animation-timing-function: cubic-bezier(0.09, 0.4, 0.14, 0.03);
    width: 58px;
    height: 29px;
    margin-top: -29px;
    margin-left: -29px;
    border-color: #18a39b;
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
}
.spinner i:nth-child(3) {
    animation-timing-function: cubic-bezier(0.09, 0.6, 0.16, 0.03);
    width: 72px;
    height: 36px;
    margin-top: -36px;
    margin-left: -36px;
    border-color: #82c545;
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
}
.spinner i:nth-child(4) {
    animation-timing-function: cubic-bezier(0.09, 0.8, 0.18, 0.03);
    width: 86px;
    height: 43px;
    margin-top: -43px;
    margin-left: -43px;
    border-color: #f8b739;
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
}
.spinner i:nth-child(5) {
    animation-timing-function: cubic-bezier(0.09, 1.0, 0.20, 0.03);
    width: 100px;
    height: 50px;
    margin-top: -50px;
    margin-left: -50px;
    border-color: #f06045;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.spinner i:nth-child(6) {
    animation-timing-function: cubic-bezier(0.09, 1.2, 0.22, 0.03);
    width: 114px;
    height: 57px;
    margin-top: -57px;
    margin-left: -57px;
    border-color: #ed2861;
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
}
.spinner i:nth-child(7) {
    animation-timing-function: cubic-bezier(0.09, 1.4, 0.24, 0.03);
    width: 128px;
    height: 64px;
    margin-top: -64px;
    margin-left: -64px;
    border-color: #c12680;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
}
.spinner i:nth-child(8) {
    animation-timing-function: cubic-bezier(0.09, 1.6, 0.26, 0.03);
    width: 142px;
    height: 71px;
    margin-top: -71px;
    margin-left: -71px;
    border-color: #5d3191;
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
}

@keyframes rotate {
    to { transform: rotate(360deg); }
}
@media only screen and (min-width: 1442px) {
    .xxs-pr {
        padding-right: 75px !important;
    }
    .xs-ml {
        margin-left: 100px !important;
    }
}

@media only screen and (min-width: 1201px) {
    .hero-slider {
        height: 80vh !important;
    }
    #home {
        padding-right: 8.2em !important;
        padding-left: 8.2em !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
    .hero-slider {
        height: 80vh !important;
    }
    #home {
        padding-right: 6.5em !important;
        padding-left: 6.5em !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 851px) {
    .hero-slider {
        height: 70vh !important;
    }
    #home {
        padding-right: 6.2em !important;
        padding-left: 6.2em !important;
    }
}

@media only screen and (max-width: 850px) and (min-width: 654px) {
    .hero-slider {
        height: 65vh !important;
    }
    #home {
        padding-right: 3.2em !important;
        padding-left: 3.2em !important;
    }
}

@media only screen and (max-width: 653px) and (min-width: 560px) {
    .hero-slider {
        height: 55vh !important;
    }
    #home {
        padding-right: 2.2em !important;
        padding-left: 2.2em !important;
    }
}

@media only screen and (max-width: 559px) and (min-width: 480px) {
    .hero-slider {
        height: 40vh !important;
    }
    #home {
        padding-right: 2.2em !important;
        padding-left: 2.2em !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .hero-slider {
        height: 30vh !important;
    }
    #home {
        padding-right: 1.5em !important;
        padding-left: 1.5em !important;
    }
}

@media only screen and (min-height: 1024px) and (min-width: 764px) {
    .hero-slider {
        height: 45vh !important;
    }
    #home {
        padding-right: 3.2em !important;
        padding-left: 3.2em !important;
    }

    #footer {
        bottom:0;
        position: absolute;
        width: 100%;
    }
}