﻿.whats-new #loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.whats-new #status {
    z-index: 10000;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#2f54eb 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#2f54eb);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn)
    }
}

.whats-new body {
    font-family: "Poppins", sans-serif;
    background-color: #f9f9f9;
}

/* NAVBAR  */

.whats-new .custom-navbar {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(82, 63, 105, 0.1);
    z-index: 1000;
}

    .whats-new .custom-navbar .navbar-brand img {
        height: 60px;
        transition: transform 0.3s ease;
    }

        .whats-new .custom-navbar .navbar-brand img:hover {
            transform: scale(1.01);
        }

    .whats-new .custom-navbar .nav-pills {
        --bs-nav-link-color: var(--Components-Button-Global-colorText, rgba(0, 0, 0, 0.88));
        --bs-navbar-active-color: #fff;
        --bs-navbar-hover-color: #333;
    }
        .whats-new .custom-navbar .nav-pills .nav-link {
            font-weight: 500;
            transition: color 0.3s ease, transform 0.2s ease;
        }

    @media only screen and (max-width: 767px) {

        .whats-new .custom-navbar .nav-pills .nav-link {
            font-size: 12px;
            white-space: nowrap;
        }
    }

.whats-new .custom-navbar .custom-btn {
    background-color: #2f54eb !important;
    border-color: #2f54eb !important;
    color: #fff !important;
    transition: 0.3s ease;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

    .whats-new .custom-navbar .custom-btn:hover {
        background-color: #4f72ff !important;
        border-color: #4f72ff !important;
    }

    /* Dropdown özel stiller */
.whats-new .custom-navbar .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: none;
}

.whats-new .custom-navbar .dropdown-item:hover {
    background-color: #f3f5ff;
    color: #169bd3;
}
.whats-new .latest {
    font-size: 12px;
    font-weight: 300;
    display: flex;
}


/* 🔹 Banner */
.whats-new .banner-section {
    position: relative;
    background: url('/Content/images/ChoiceProducts.png') no-repeat center center/cover;
    color: white;
    overflow: hidden;
}

    .whats-new .banner-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

.whats-new .banner-content {
    position: relative;
    z-index: 2;
    max-width: 610px;
    text-align: left;
}

    .whats-new .banner-content h1 {
        font-size: 2.0rem;
        font-weight: 700;
        margin-bottom: 24px;
    }

    .whats-new .banner-content p {
        font-size: 1.05rem;
        color: #f1f1f1;
        margin-bottom: 24px;
    }

.whats-new .btn-gradient {
    background: #2F54EB;
    border-radius: 8px;
    background: linear-gradient(90deg, #2F54EB 0%, #13C2C2 100%);
    color: var(--Colors-Base-Blue-1, #E6F4FF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border: 0;
    padding: 12px 16px;
    min-width: 150px;
    transition: transform 0.3s ease;
}
    .whats-new .btn-gradient:hover {
        transform: scale(1.05);
    }
.whats-new .btn-secondary {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), var(--Colors-Base-Cyan-7, #08979C);
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    min-width: 150px;
    transition: transform 0.3s ease;
}
    .whats-new .btn-secondary:hover {
        background-color: #08979C;
        transform: scale(1.05);
    }
   
.whats-new .panel-group {
    margin-top: 40px;
}
.whats-new .panel-group h3 {
    font-size: 32px;
    font-weight: 700;
}

.whats-new .panel {
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0 4.428px 17.712px 0 rgba(158, 158, 158, 0.25);
}

.whats-new .panel-heading {
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.whats-new .panel-title a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px;
    padding-block: 10px;
}

    .whats-new .panel-title a:hover {
        color: #333;
    }

    .whats-new .panel-title a.collapsed {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C17.5229 22 22 17.5229 22 12C22 6.47715 17.5229 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5229 6.47715 22 12 22Z' stroke='black' stroke-opacity='0.45' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16.5 10.5L12 15L7.5 10.5' stroke='black' stroke-opacity='0.45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .whats-new .panel-title a:not(.collapsed) {
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 2C17.5229 2 22 6.47715 22 12C22 17.5229 17.5229 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47715 6.47715 2 12 2Z' stroke='black' stroke-opacity='0.45' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M16.5 13.5L12 9L7.5 13.5' stroke='black' stroke-opacity='0.45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .whats-new .panel-title a::after {
        content: none !important;
        font-family: "FontAwesome";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        color: #B5B5C3;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .whats-new .panel-title a:not(.collapsed)::after {
        transform: translateY(-50%) rotate(180deg);
        color: #169bd3;
    }

.whats-new .panel-collapse .whats-new .panel-body {
    color: #333;
    line-height: 1.7;
}

@media only screen and (max-width: 767px) {

    .whats-new .panel-title a {
        font-size: 14px;
    }
    .whats-new .panel-collapse .whats-new .panel-body {
        font-size: 14px;
    }
}

.whats-new .label-new {
    display: inline-block;
    padding: 2px 8px;
    color: #FF3141;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--color-danger, #FF3141);
    background: var(--Colors-Base-Red-1, #FFF1F0);
}

.whats-new .example-image {
    margin-bottom: 16px;
    background-color: #eee;
    padding: 8px;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}
