/* .route-home header {
    background-color: var(--primaryColor);
} */
/* #2c3f51 */
/* #43627f */
.logo {
    max-width: 120px;
}

/* 

.route-home header .menu>.ready>li>a {
    color: white;
}

.route-home header .logo {
    filter: brightness(0) invert(1);
}

.route-home .profileMenu>div>a {
    color: white !important;

}

.route-home .profileMenu span.ms-2.text-truncate {
    color: white !important;
}

.route-home .profileMenu .bi.bi-chevron-down.ms-1 {
    color: white !important;
    display: none;
}

.route-home .profileMenu>a {
    background-color: var(--secondaryColor) !important;
    color: white !important;
    display: block;
    border-radius: 30px;
    padding: 2px 3px;
} */
.total-view-box {
       width: fit-content;
    margin-top: -60px;
}



.platform-highlight {
    animation: platformHighlight 1.8s ease-in-out;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #fff !important;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: bold !important;
    position: relative;
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.8), 0 0 50px rgba(16, 185, 129, 0.5);
}

@keyframes platformHighlight {

    0%,
    100% {
        box-shadow: 0 0 25px rgba(16, 185, 129, 0.8), 0 0 50px rgba(16, 185, 129, 0.5);
    }

    50% {
        box-shadow: 0 0 35px rgba(16, 185, 129, 1), 0 0 70px rgba(16, 185, 129, 0.7);
    }
}

.floating-increment {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    animation: floatUp 1.5s ease-out forwards;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.5);
    z-index: 100;
    pointer-events: none;
}

@keyframes floatUp {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(0) scale(0.5);
    }

    10% {
        opacity: 1;
        transform: translateX(-50%) translateY(-5px) scale(1.2);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-50px) scale(1);
    }
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.input-group .btn {
    padding-left: 12px !important;
}

.route-home .profileMenu .rounded-circle.bg-primary.d-flex.align-items-center.justify-content-center {
    width: 3.6ch !important;
    height: 3.6ch !important;
}

.profileMenu a {
    color: #333;
}

.panasis-slider {

    position: relative;
}

.panasis-slider::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/panasis-temasi/public//bg-pattern2.svg);
    position: absolute;
    opacity: 0.03;
    background-size: 700px;
    background-attachment: fixed;
}



.panasis-slider #slider .carousel-item {
    background-color: transparent !important;
}

.panasis-slider #slider .carousel-item a {
    border-radius: 20px;
    overflow: hidden;
}

.panasis-slider .carousel-caption {
    position: relative;
    height: fit-content;
    right: unset;
    left: unset;
    bottom: unset;
    padding: unset;

    max-width: 500px;
    color: #333;
}

.panasis-slider .carousel-caption h5 {
    font-size: 50px;
}

.panasis-slider .carousel-caption p {
    font-size: 20px;
}

.nav-item button {
    font-size: 16px;

    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Mobil entegrasyon carousel indicators */
#integrationMobileCarousel .carousel-indicators {
    margin-bottom: 0;
}

#integrationMobileCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 0.5;
    border: none;
    margin: 0 4px;
    transition: all 0.3s ease;
}

#integrationMobileCarousel .carousel-indicators button.active {
    background-color: var(--bs-primary);
    opacity: 1;
    width: 24px;
    border-radius: 5px;
}

.nav-link img {
    filter: contrast(0.5);
    width: 30px !important;
    height: 30px;
    margin-bottom: 0 !important;
}

.nav-link.active {
    background-color: #f3f3f3 !important;
    position: relative;
}

.integration-item img {}

.integration-item {
    aspect-ratio: 4 / 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 0.5rem;
}

.integration-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.help-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.helps-title span {
    color: var(--primaryColor);
}

.helps-title {
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px !important;
}

.help-item-btn {
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.help-item-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.help-item-btn.active {
    border-color: var(--bs-primary) !important;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

#helpTabContent {
    max-width: 1000px;
}

@media (min-width: 992px) {
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: 14.2857%;
    }

    .row-cols-lg-8>* {
        flex: 0 0 auto;
        width: 12.5%;
    }

    .row-cols-lg-9>* {
        flex: 0 0 auto;
        width: 11.1111%;
    }

    .row-cols-lg-10>* {
        flex: 0 0 auto;
        width: 10%;
    }
}

footer * {
    color: unset;
}

footer a {
    color: unset !important;
}

footer .social-media-links a i {
    color: var(--secondaryColor) !important;
    font-size: 28px !important;
}

footer .col>h5 {
    margin-bottom: 20px;
}

footer li * {
    font-size: 17px;
}

header .offcanvas .justify-content-end {
    justify-content: center !important;
}

.product-category-item:hover {
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.product-category-item img,
.product-category-item h5,
.product-category-item p {
    transition: all 0.3s ease;
}

.product-category-item:hover h5 {
    padding-left: 12px;
}

.product-category-item:hover p {
    padding-left: 7px;
}

.product-category-item:hover img {
    transform: scale(1.2);

}

.page-title h1 {
    font-size: 30px;
    font-weight: 600 !important;
    color: var(--primaryColor) !important;
    text-align: center;
}

.page-title {
    padding: 20px 0;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px;
    }
}



.notifyMenu {
    display: none;
}

.homePage section:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.callButton {
    /* background-color: var(--secondaryColor) !important; */
    border-radius: 50px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 15px;
}

.nav-link img,
.menu img {
    filter: unset !important;
}

.menu>ul>li {
    padding: 0 20px;
    transition: all 0.3s ease;
    border-radius: 7px;

}

/* .route-home .menu>ul>li:hover {
    background-color: #ffffff44;
} */

/* .route-home .menu>ul>li:hover>a {
    color: white !important;
} */

.menu>ul>li:hover {
    background-color: #e9e9e9;
}



.menu>ul>li>a {

    min-height: 45px;

}

.menu ul li ul {
    /*scrollbar çalışsın ama görünmesin */
    overflow: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-top-right-radius: 7px;
    top: calc(100% - 4px);
}

.menu ul li a {
    font-weight: 500;
    font-size: 17px;
}

.menu ul ul li:hover>a {
    background-color: var(--primaryColorLightest);
    color: unset !important;
}

.menu ul li ul::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.menu>ul {
    gap: 0;
}

.btn {
    border-radius: 30px;    padding: 6px 25px;
    font-weight: 500;
}

.card {
    border-radius: 10px;
}

.content {
    background-color: #ededed;
}

.homePage {
    background-color: white;
}

.route-abonelik .packageItem.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.route-abonelik .packageItem.card {

    border-radius: 20px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.route-abonelik .card {
    border: none;
}

.route-abonelik .nav-link {
    border-radius: 0;
    padding: 7px 20px;
}

.route-abonelik .nav-link.active {
    background-color: #fff !important;

}

.route-abonelik .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}

.route-abonelik .nav-item:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


.route-abonelik .nav-pills {
    background-color: #ddd;
    width: fit-content;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
}

.route-abonelik th {
    font-weight: 600;
}

.route-abonelik td strong {
    font-weight: 600;
}

.route-abonelik header {
    position: relative;
}

.route-abonelik .tab-content {

    margin: auto;
}

.route-abonelik .package-title {
    color: var(--secondaryColor);
}

.route-abonelik .discountedPrice {
    color: green;
    font-weight: 700;
}

.route-abonelik .price.text-decoration-line-through {
    font-size: 15px;
    color: #777777;
}

.route-abonelik .packageItemPrimary {
    border: 3px solid #43627f !important;
}

.route-abonelik .packageItem.card .card-header.bg-white {
    background-color: transparent !important;
}

.route-abonelik .packageItem.card {
    position: relative;
}

.route-abonelik .packageItem.card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(/panasis-temasi/public//bg-pattern2.svg);
    z-index: -1;
    opacity: 0.36;
}

.route-abonelik .packageItem:not(.packageItemPrimary) {
    transform: scale(0.95);
}

/* Theme Grid */
.theme-grid {
    margin-bottom: 3rem;
}

/* Theme Card */
.theme-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.theme-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.theme-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* Image Wrapper */
.theme-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    aspect-ratio: 47 / 80;
}

.theme-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.theme-card:hover .theme-image {
    transform: scale(1.05);
}

/* Theme Badges */
.theme-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.theme-badges .badge {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.theme-image-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 4rem;
}

/* Overlay */
.theme-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.theme-card:hover .theme-overlay {
    opacity: 1;
}

.overlay-content {
    color: white;
    text-align: center;
}

/* Card Body */
.theme-card-body {
    padding: 1.5rem;
}

.theme-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #212529;
}

.theme-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Actions */
.theme-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.btn-preview {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid var(--bs-primary);
    border-radius: 6px;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-preview:hover {
    background: var(--bs-primary);
    color: white;
}

/* Empty State */
.empty-state {
    padding: 5rem 2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .theme-title {
        font-size: 1.1rem;
    }.total-view-box {
       
        margin-top: unset;
    }.total-views{
        font-size: 1.3rem !important ;        line-height: 1.3;
    }
}

@media (max-width: 992px) {
    header nav>.container {
        min-height: 65px;
    }

    /* .route-home .navbar-toggler.collapsed .toggler-icon {
        background-color: #fff !important;
    } */

    .callButton {
        display: none;
    }

    .panasis-slider .carousel-caption h5 {
        font-size: 40px;
    }

    .panasis-slider .carousel-caption p {
        font-size: 18px;
    }




    .page-title {
        min-height: 50px;
    }

    .page-title h1 {
        font-size: 22px;
    }

    .page-title {
        padding: 0 0;
    }
}

/* Kategori Butonları */
.category-btn-wrapper {
    position: relative;
    display: inline-block;
}

.category-btn {
    padding: 0.5rem 1rem;
}

.category-subtitle {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4px;
    font-size: 0.78rem;
    white-space: nowrap;
    font-weight: 700;
    color: var(--primaryColor) !important;
}