.okcan-dil {
    margin-left: 10px;
    position: relative;
    display: inline-block;
    background-color: #d94f6f;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(217, 79, 111, 0.08);
    min-width: 54px;
}
.okcan-dil:hover {
    background-color: #c13e5d;
}
.okcan-dil > a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 15px !important;
}
.okcan-dil-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 100;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(217, 79, 111, 0.15);
    overflow: hidden;
    border: 1px solid #d94f6f;
}
.okcan-dil:hover .okcan-dil-dropdown {
    display: flex;
    flex-direction: column;
}
.okcan-dil-dropdown a {
    color: #d94f6f;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px !important;
    transition: background 0.2s, color 0.2s;
    min-width: 54px;
}
.okcan-dil-dropdown a:hover {
    background: #d94f6f;
    color: #fff;
}
.header-ikon {
    width: 46px;
    margin-left: 10px;
}
.sepeteekle a {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s;
    border-radius: 10px;
}
.magaza-kutu:hover .sepeteekle a {
    opacity: 1;
    visibility: visible;
}
.magaza-kutu {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.magaza-resim {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.galeri-resim {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.footer-border-bottom {
    border-bottom: 2px solid black;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-baslik {
    color: black;
    font-size: 18px;
}
.biyografi-text {
    min-height: 313px;
}
.biyografi-text p {
    text-align: justify;
}
.biyografi-img {
    width: 100%;
    height: 444px;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
/* mobil menü tam ekran*/
.feature-box {
    min-height: 100%;
}
.alt_menu_btn_div {
    transition: 0.5s;
}
.bg_1 {
    background-color: #1d2631 !important;
}
.bg_2 {
    background-color: #f5f5f5 !important;
}
.bg_3 {
    background-color: rgb(255 255 255 / 40%);
}
.mobil_menu_overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    background-color: #d94f6f;
    overflow-x: hidden;
    transition: 0.5s;
}
.mobil_menu_overlay_content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mobil_menu_overlay a {
    padding: 12px 0px;
    margin: 6px 0px;
    text-decoration: none;
    font-size: 36px;
    color: black;
    display: inline;
    transition: 0.3s;
}
.mobil_menu_overlay a.active {
    border-bottom: 2px solid white;   
}
.mobil_menu_overlay a:hover, .mobil_menu_overlay a:focus {
    color: #f1f1f1;
}
.mobil_menu_overlay .mobil_menu_closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 80px;
}
#drop_down_1 {
    overflow-y: hidden;
    transition: 0.5s;
}
/* mobil menü tam ekran */

/* mobil menü buton */
#nav-icon3 {
    width: 46px;
    height: 38px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #d94f6f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 15px;
}
#nav-icon3 span:nth-child(4) {
    top: 30px;
}
#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* mobil menü buton */
