input[type="checkbox"] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    background-color: #878787;
    outline: 0;
    border: 0;
    display: inline-block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}

input[type="checkbox"]:focus {
    outline: none;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}

input[type="checkbox"]:checked {
    background: rgb(38, 182, 38) url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==") 3px 3px no-repeat;
    text-align: center;
    line-height: 15px;
    border-radius: 5px !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none !important;
    box-shadow: none;
}

#cart-price {
    cursor: not-allowed;
}

#cart-done, #cart-clear {
    cursor: pointer;
}

.products-category-list {
    cursor: pointer;
}

.item-action-button {
    font-size: 23px;
}

.selectize-input.full {
    background-color: #404040;
    color: white;
    background: #404040;
    border: 1px solid #404040;
    border-radius: 0px;
    font-size: 14px;
    min-height: 42px;
    max-height: 42px;
    box-shadow: none !important;
    line-height: 27.5px;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    cursor: pointer;
    background-color: #404040;
    color: white;
    border: 1px solid #404040;
    border-radius: 24px;
    font-size: 14px;
    min-height: 42px;
    max-height: 42px;
    box-shadow: none !important;
    line-height: 27.5px;
}

.selectize-control.single .selectize-input.input-active, .selectize-input {
    background: #404040;
    cursor: text;
    display: inline-block;
}

.selectize-dropdown-content .active {
    border: 0 !important;
    border-radius: 0 !important;
    background: #404040 !important;
    color: white !important;
}

.selectize-dropdown-content {
    border: 0 !important;
    border-radius: 0 !important;
    background: #404040 !important;
    color: white !important;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    border: solid white;
    border-width: 5px 5px 0 5px;
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(0.75rem + 5px);
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: white transparent transparent transparent;
}

.hr-line {
    width: 96px;
    height: 0;
    border: 1px solid #C4C4C4;
    margin: 3px;
    display: inline-block;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #a8a8a8;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #787878;
}

.badge {
    color: #ffffff;
}

.badge-default {
    background-color: #172b4d;
}

.badge-primary {
    background-color: #5e72e4;
}

.badge-info {
    background-color: #11cdef;
}

.badge-success {
    background-color: #2dce89;
}

.badge-danger {
    background-color: #f5365c;
}

.badge-warning {
    background-color: #fb6340;
}

.alert {
    flex-wrap: wrap !important;
    width: 100%;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.alert-default {
    background-color: #172b4d;
}

.alert-primary {
    background-color: #5e72e4;
}

.alert-info {
    background-color: #11cdef;
}

.alert-success {
    background-color: #2dce89;
}

.alert-danger {
    background-color: #f5365c;
}

.alert-warning {
    background-color: #fb6340;
}

a.cart-button {
    background: #5662f6;
    font-size: 15px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    width: 150px;
    height: 60px;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: fixed;
    z-index: 9999;
    margin: 0 auto;
    right: 25px;
    bottom: 25px;
    border-radius: 10px;
    border: solid 2px #5662f6;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media all and (min-width: 992px) {
    .view-pc {
        display: inline-flex;
    }

    .view-mobile {
        display: none;
    }

    a.discord-button {
        background: #5662f6;
        font-size: 20px;
        line-height: 32px;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        display: inline-block;
        position: fixed;
        z-index: 9999;
        margin: 0 auto;
        left: 25px;
        bottom: 100px;
        border-radius: 100%;
        border: solid 5px #5662f6;
        animation: discord-button-animate 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    a.discord-button .fab {
        color: #fff;
    }

    .discord-button span.text {
        background: #444;
        border-radius: 4px;
        border: 1px solid #444;
        color: #f1f1f1;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        width: 120px;
        left: 50px;
        top: 0px;
        position: absolute;
    }

    @keyframes discord-button-animate {
        0% {
            transform: scale(1);
        }

        15% {
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
        }

        25% {
            box-shadow: 0 0 0 7px rgba(86, 98, 246, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.9);
        }

        25% {
            box-shadow: 0 0 0 14px rgba(86, 98, 246, 1), 0 0 0 30px rgba(86, 98, 246, 0.35);
        }
    }

    a.whatsapp-button {
        background: #27ae60;
        font-size: 20px;
        line-height: 32px;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        display: inline-block;
        position: fixed;
        z-index: 9999;
        margin: 0 auto;
        left: 25px;
        bottom: 25px;
        border-radius: 100%;
        border: solid 5px #27ae60;
        animation: whatsapp-button-animate 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    a.whatsapp-button .fab {
        color: #fff;
    }

    .whatsapp-button span.text {
        background: #444;
        border-radius: 4px;
        border: 1px solid #444;
        color: #f1f1f1;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        width: 120px;
        left: 50px;
        top: 0px;
        position: absolute;
    }

    @keyframes whatsapp-button-animate {
        0% {
            transform: scale(1);
        } 15% {
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
        } 25% {
            box-shadow: 0 0 0 7px rgba(49, 179, 103, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.9);
        } 25% {
            box-shadow: 0 0 0 14px rgba(39, 174, 96, 0.4), 0 0 0 30px rgba(205, 251, 224, 0.53);
        }
    }

    a.instagram-button {
        background: #e66c38;
        font-size: 20px;
        line-height: 32px;
        width: 40px;
        height: 40px;
        color: #fff;
        text-align: center;
        display: inline-block;
        position: fixed;
        z-index: 9999;
        margin: 0 auto;
        left: 25px;
        bottom: 175px;
        border-radius: 100%;
        border: solid 5px #e66c38;
        animation: instagram-button-animate 2s ease infinite;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    a.instagram-button .fab {
        color: #fff;
    }

    .instagram-button span.text {
        background: #444;
        border-radius: 4px;
        border: 1px solid #444;
        color: #f1f1f1;
        line-height: 30px;
        font-size: 12px;
        font-weight: 500;
        width: 120px;
        left: 50px;
        top: 0px;
        position: absolute;
    }

    @keyframes instagram-button-animate {
        0% {
            transform: scale(1);
        } 15% {
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
        } 25% {
            box-shadow: 0 0 0 7px rgba(230, 108, 56, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.9);
        } 25% {
            box-shadow: 0 0 0 14px rgba(230, 108, 56, 1), 0 0 0 30px rgba(230, 108, 56, 0.35);
        }
    }

    .navbar-dark .navbar-nav .nav-item {
        margin: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar-dark .navbar-nav .nav-item:hover {
        background: #121212;
        border-radius: 10px;
    }
}

@media all and (min-width: 1200px) {
    .navbar-dark .navbar-nav .nav-item {
        margin: 0;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
}

@media all and (max-width: 1199px) {
    .view-pc {
        display: none;
    }

    .view-mobile {
        display: flex;
    }

    .navbar-dark .navbar-nav {
        text-align: left !important;
    }

    .navbar-dark .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 7.5px;
        border-top: 2px solid #7dccff;
    }

    .navbar-dark .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar-dark .navbar-nav .nav-item.active .nav-link, .navbar-dark .navbar-nav .nav-item:hover .nav-link, .navbar-dark .navbar-nav .nav-item:focus .nav-link {
        border-radius: 0 !important;
        background-color: #187099;
    }

    .navbar-dark .navbar-nav .nav-item:first-child {
        /* margin-top: .5rem; */
        padding-top: 0px;
    }

    .navbar-dark .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem;
    }

    .navbar-dark .navbar-nav .nav-item.active, .navbar-dark .navbar-nav .nav-item:hover, .navbar-dark .navbar-nav .nav-item:focus {
        border-radius: 0;
    }
}

.swal2-popup {
    border-radius: 1rem;
}

.swal2-actions {
    margin-bottom: 0.75rem;
}

.swal2-popup .swal2-styled {
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
}

.swal2-popup .swal2-styled:hover, .swal2-popup .swal2-styled:focus {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.swal2-popup #swal2-content {
    font-weight: 400;
    color: #777777;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, 0.95) !important;
}

.swal-wide {
    width: 675px !important;
}

.spoiler-hover {
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
}

.spoiler-hover:hover {
    color: #fff !important;
    text-shadow: none !important;
}

.ease-cubic-bezier {
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    /* linear */
}

.-blurry-text {
    color: transparent;
    text-shadow: 0 0 7.5px rgba(0, 0, 0, 0.5);
}

.-blurry-text:hover {
    color: white;
    text-shadow: none;
}

@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400|Raleway:100,300,400,500,600,700|Open+Sans:100,300,400,500,600');

.whatsapp-balloon {
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #fff;
    max-width: 250px;
}

.whatsapp-title {
    background-color: #22c15e;
    color: white;
    padding: 14px;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}

.whatsapp-message {
    padding: 16px 12px;
    background-color: white;
    color: #0F0E0E;
}

.whatsapp-input {
    background-color: white;
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 15px;
}

.whatsapp-input input {
    width: 185px;
    border-radius: 10px;
    margin: 1px 1px 0px 10px;
    padding: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    background-color: #efefef;
    border: 1px solid #d4d4d4;
    color: #0F0E0E!important;
}

.whatsapp-button {
    background-color: #22c15e;
    border-radius: 20px;
    padding: 8px 15px;
    cursor: pointer;
    color: #fff;
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.whatsapp-main {
    position: fixed;
    z-index: 9999999999999999999;
    bottom: 0;
    right: 10px;
    font-family: "Raleway", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.whatsapp-send {
    border: 0px;
}

.whatsapp-send i {
    float: right;
    position: absolute;
    z-index: 999999999999;
    right: 23px;
    bottom: 85px;
    font-size: 18px !important;
}

.whatsapp-close {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 99px;
    padding: 2px 5px 2px 5px;
    color: white;
    font-size: 10px;
    cursor: pointer;
}

/* Genel ayarlar */
body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    background-color: #282a2c;
}

/* Navbar */
.navbar {
    background-color: #282a2c;
    border-bottom: 1px solid #444;
    padding: 10px 15px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand img {
    height: 4rem;
}

.search-form {
    flex-grow: 1;
    margin: 0 20px;
    display: flex;
    align-items: center;
    max-width: 600px;
    position: relative;
}

.search-form input {
    flex-grow: 1;
    border: 1px solid #555;
    padding: 8px 12px;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    background-color: #444;
    color: white;
    width: 100%;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #343a40;
    border: 1px solid #444;
    border-radius: 4px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    padding: 10px;
}

.result-item {
    display: flex;
    align-items: center;
    padding: 8px;
    color: white;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    width: 100%;
}

.result-item:hover {
    background-color: #444;
    border-color: rgba(255, 255, 255, 0.2);
}

.result-item img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
}

.result-item .product-info {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.result-item .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.result-item .brand-category {
    font-size: 11px;
    color: #999;
    margin-bottom: 2px;
}

.result-item .product-name {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.result-item .price-cart {
    display: flex;
    align-items: center;
    gap: 8px;
}

.result-item .product-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.result-item .old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 11px;
    margin-bottom: 2px;
}

.result-item .current-price {
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

.navbar-nav {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.navbar-nav .nav-item {
    margin: 0;
}

.navbar-nav .nav-link {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background-color: #155d7e;
    padding: 6px 12px;
    border-radius: 12px;
    transition: background-color 0.3s;
}

.navbar-nav .nav-link i {
    margin-right: 4px;
}

.navbar-nav .nav-link:hover {
    background-color: #0f4660;
}

/* Sub-header */
.sub-header {
    background-color: #323335;
    padding: 8px 0;
}

.sub-header .container {
    display: flex;
    flex-wrap: nowrap;
}

.sub-header-link {
    margin-right: 12px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    height: 100%;
    background-color: #343a40;
    z-index: 1000;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    padding: 15px;
    border-bottom: 1px solid #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.close-menu {
    color: white;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.mobile-user-icon, .mobile-search-icon {
    display: none;
}

.mobile-search-icon {
    color: white;
    font-size: 18px !important;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
}

.mobile-menu a {
    font-size: 14px;
    display: flex !important;
    align-items: center;
    padding: 12px 15px !important;
}

.mobile-menu a i {
    margin-right: 8px;
    font-size: 16px;
    width: 20px;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .navbar {
        padding: 8px 10px;
    }

    .navbar .container {
        flex-wrap: wrap;
        gap: 8px;
    }

    .navbar-brand {
        order: 1;
        flex: 1;
    }

    .navbar-brand img {
        height: 3.5rem;
    }

    .mobile-user-icon {
        display: block;
        order: 3;
        margin-left: auto;
        color: white;
        font-size: 18px !important;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-search-icon {
        display: block;
        order: 2;
        color: white;
        font-size: 18px !important;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        margin-right: 10px;
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-divider {
        display: block;
        order: 4;
        width: 100%;
        height: 1px;
        background-color: #444;
        margin: 5px 0;
        display: none; /* Başlangıçta gizli */
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .mobile-divider.show {
        display: block; /* Gösterildiğinde */
        opacity: 1;
    }

    .search-form {
        order: 5;
        width: 100%;
        margin: 5px 0;
        display: none; /* Başlangıçta gizli */
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.3s ease;
    }

    .search-form.show {
        display: flex; /* Gösterildiğinde */
        opacity: 1;
        transform: translateY(0);
    }

    .search-form input {
        height: 35px;
        font-size: 13px;
    }

    .navbar-nav {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .sub-header {
        display: none;
    }

    .result-item {
        padding: 6px;
    }

    .result-item .product-name {
        max-width: 120px;
        font-size: 12px;
    }

    .result-item .brand-category {
        font-size: 10px;
    }

    .result-item .product-price {
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .result-item .old-price {
        text-decoration: line-through;
        color: #999;
        font-size: 10px;
        margin-bottom: 2px;
    }

    .result-item .current-price {
        font-weight: bold;
        color: #fff;
        font-size: 12px;
    }
}


/* Header Dropdown Stilleri */
.header-dropdown {
    position: relative;
    display: inline-block;
}

.header-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #323335;
    min-width: 180px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1001;
    border: 1px solid rgba(255,255,255,0.05);
    margin-top: 5px;
    transform-origin: top;
    animation: dropdownSlide 0.2s ease-out;
}

/* Tetikleyici ile menü arasındaki boşluğu köprüler */
.header-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: transparent;
}

.header-dropdown:hover .header-dropdown-menu {
    display: block;
}

.header-dropdown-menu .dropdown-item {
    color: rgba(255,255,255,0.8);
    padding: 10px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    transition: all 0.2s ease;
}

.header-dropdown-menu .dropdown-item:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
    padding-left: 20px;
}

.header-dropdown-menu .dropdown-item i {
    width: 16px;
    text-align: center;
    color: #5662f6;
}

/* Footer Kurumsal Bilgiler Stilleri */
.mirandy2-corporate-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    background-color: transparent !important;
}

.corporate-info-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 11.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.corporate-info-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(86, 98, 246, 0.3);
    transform: translateY(-3px);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.corporate-info-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #5662f6;
    background: rgba(86, 98, 246, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.corporate-info-item:hover i {
    background: #5662f6;
    color: #fff;
    transform: rotate(-10deg);
}

.corporate-info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.6;
}

.corporate-info-content span {
    white-space: normal;
}

.corporate-info-content a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.corporate-info-content a:hover {
    color: #fff !important;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .mirandy2-corporate-info {
        padding: 3rem 0 !important;
    }

    .corporate-info-item {
        width: 100%;
        padding: 12px 15px;
        margin-bottom: 20px !important;
    }

    .corporate-info-content span {
        white-space: normal;
        font-size: 11px;
    }
}

.corporate-brand-name {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.corporate-info-divider {
    color: rgba(255, 255, 255, 0.1);
    margin: 0 5px;
}


@keyframes dropdownSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}