/*


                                                                                                                      
███╗   ███╗██╗   ██╗███████╗████████╗ █████╗ ███████╗ █████╗     ███████╗ █████╗ ██╗     ███╗   ███╗ █████╗ ███╗   ██╗
████╗ ████║██║   ██║██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔══██╗    ██╔════╝██╔══██╗██║     ████╗ ████║██╔══██╗████╗  ██║
██╔████╔██║██║   ██║███████╗   ██║   ███████║█████╗  ███████║    ███████╗███████║██║     ██╔████╔██║███████║██╔██╗ ██║
██║╚██╔╝██║██║   ██║╚════██║   ██║   ██╔══██║██╔══╝  ██╔══██║    ╚════██║██╔══██║██║     ██║╚██╔╝██║██╔══██║██║╚██╗██║
██║ ╚═╝ ██║╚██████╔╝███████║   ██║   ██║  ██║██║     ██║  ██║    ███████║██║  ██║███████╗██║ ╚═╝ ██║██║  ██║██║ ╚████║
╚═╝     ╚═╝ ╚═════╝ ╚══════╝   ╚═╝   ╚═╝  ╚═╝╚═╝     ╚═╝  ╚═╝    ╚══════╝╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝
                                                                                                                      





*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Birthstone+Bounce:wght@400;500&display=swap');
:root {
    font-size: 16px;
    --body-font-family: "Poppins", sans-serif;
    --body-font-weight: 500;
    --app-color: #132143;
    --body-hover-color: light-dark(#1c203a, #4b548f);
    --body-background-color: light-dark(#f1faee, #142143);
    --navbar-button-bg-color: light-dark(#560bad, #f2f2f2);
    --a-color: light-dark(#2f2f2f, #f2f2f2);
    --navbar-background-color: light-dark(#f8f9fa, #181818);
    --navbar-b-background-color: light-dark(#f8f9fa60, #18181860);
    --navbar-height: 3.8rem;
    --navbar-mb-height: 7rem;
    --bg-color-1: light-dark(#fffcfc, #3b3c36);
    --bg-color-2: light-dark(#16161602, rgba(255, 255, 255, 0));
    --bg-color-3: light-dark(#16161638, #8338ec);
    --bg-color-4: var(--navbar-background-color);
    --bg-color-5: light-dark(#f4f4f9, #262727);
    --bg-color-6: light-dark(#0077b6, #0077b6);
    --bg-color-7: light-dark(#55addd25, #2b2b2b);
    --bg-color-8: light-dark(#168aadde, #077be0);
    --bg-color-9: light-dark(#1a759fde, #8ecae6);
    --bg-color-10: light-dark(#185583de, yellow);
    --body-text-color: CanvasText;
    --color-1: light-dark(#ecf0f380, #2b2b2b7c);
    --color-2: light-dark(#dfe1e2b0, #3b3c36);
    --color-3: light-dark(#c9cccdb0, #242423);
    --main-btn-hover-bg: light-dark(#3b017e, #ffffff00);
    --main-btn-hover-border: light-dark(#7c00c4, #ffffff);
    --main-card-hover-border: light-dark(#59028c7c, #ffffff46);
    --body-text-color-2: light-dark(#669bbc, #efefdc);
    --body-text-color-3: light-dark(#0505051f, #101010);
    --body-text-color-4: light-dark(#0d76ff15, #0081a7);
    --text-color-1: line-height(#2b2b2b9c, yellow);
    --text-color-2: light-dark(#0076b6d6, #181819);
    --bg-scheme-color: light-dark(#edededd6, #2020217a);
    --text-scheme-color: light-dark(#202021, #ffffff);
    --text-green-color: green;
    --text-yellow-color: #afaf00;
    --text-red-color: rgb(255, 8, 0);
    --box-shadow-1: inset light-dark(rgba(0, 0, 0, 0.02), rgba(232, 232, 232, 0.02)) 0px 1px 1px 0px, inset rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    --box-shadow-2: inset rgba(0, 119, 184, 0.157) 0px 1px 1px 0px, inset rgba(0, 118, 182, 0.576) 0px 0px 0px 1px;
    --box-shadow-3: inset rgba(0, 0, 0, 0.02) 0px 0px 1px 0px, inset rgba(41, 43, 45, 0.093) 0px 0px 0px 1px;
    --box-shadow-card: inset rgba(0, 0, 0, 0.01) 0px 0px 1px 0px, inset rgba(27, 31, 35, 0.08) 0px 0px 0px 1px;
    color-scheme: dark;
}

* {
    color-scheme: dark !important;
}

.text-dark,
.text-black {
    color: light-dark(#131313, #efefef) !important;
}

.text-muted {
    color: light-dark(#1e1e1ef5, #efefef58) !important;
}

::selection {
    color: black;
    background: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    color: var(--body-text-color);
    backface-visibility: hidden;
    background-color: var(--body-background-color);
    -webkit-backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

img {
    user-select: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

body.darkout::before {
    content: "";
    margin-top: var(--navbar-height);
    position: absolute;
    top: calc(var(--navbar-height) - calc(var(--navbar-height) - 1rem));
    backdrop-filter: blur(1px);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #41414115;
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    --color: light-dark(#0d0d0d55, #dadada36);
    background-color: #f3f3f300;
    background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent);
    background-size: 2% 4%;
    opacity: 0.3;
}

.container {
    background-color: transparent !important;
}

@keyframes changeColor {
    from {
        filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}

.overflow-hidden-x {
    overflow-x: hidden !important;
}

.ln-0 {
    line-height: 0 !important;
}

.ln-05 {
    line-height: 0.5 !important;
}

.ln-1 {
    line-height: 1 !important;
}

.ln-2 {
    line-height: 2 !important;
}

.bg-scheme-color {
    background-color: var(--bg-scheme-color) !important;
}

.text-scheme-color {
    color: var(--text-scheme-color) !important;
}

.placeholder-sc::placeholder {
    color: CanvasText !important;
}

.placeholder-sc::-ms-input-placeholder {
    color: CanvasText !important;
}

.form-control {
    color: var(--text-scheme-color) !important;
}

.bg-color-1 {
    background-color: var(--bg-color-1);
    box-shadow: var(--box-shadow-1);
}

.bg-color-2 {
    background-color: var(--bg-color-2);
    box-shadow: var(--box-shadow-1);
}

.bg-color-3 {
    background-color: var(--bg-color-3);
    box-shadow: var(--box-shadow-1);
}

.bg-color-4 {
    background-color: var(--bg-color-4);
    box-shadow: var(--box-shadow-1);
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.7rem !important;
}

.fs-10 {
    font-size: 0.6rem !important;
}

button {
    background-color: transparent;
}

.ws-pre {
    white-space: pre !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.vh-80 {
    height: 80vh !important;
}

.opacity-10 {
    opacity: 10% !important;
}

.opacity-20 {
    opacity: 20% !important;
}

.opacity-40 {
    opacity: 40% !important;
}

.opacity-60 {
    opacity: 60% !important;
}

.opacity-80 {
    opacity: 80% !important;
}

.opacity-90 {
    opacity: 90% !important;
}

.advert {
    max-height: 15% !important;
    width: 100%;
    word-wrap: break-word;
}

#alert-container {
    display: none;
    opacity: 0;
}

#alert-container.active {
    opacity: 1;
    position: fixed;
    top: calc(var(--navbar-height) + 0.6rem);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #00000030, #00000020, #00000020, #1e1e1e20, #41414115, #41414110, #41414100);
    backdrop-filter: blur(0.09rem);
}

#alert-container.active .alert-card {
    position: relative;
    min-height: 5rem;
    width: auto;
    max-width: 35rem;
    min-width: 25rem;
    box-shadow: var(--box-shadow-3);
    border-radius: 1rem;
    overflow: hidden;
    padding: 2rem;
    margin-bottom: 10rem;
    background-color: light-dark(#e8e8e8, #121212f9);
    border: 1px solid light-dark(#1e1e1e80, #a3a3a353);
    backdrop-filter: blur(0);
    opacity: 0;
}

.card-style {
    width: 100%;
    background-color: var(--bg-color-1);
    padding: 1rem 1.1rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 2px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px;
}

.card-style-form {
    width: 100%;
    background-color: #f1f1f110;
    backdrop-filter: blur(1px);
    padding: 1rem 1.1rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 2px 0px, rgba(27, 31, 35, 0.05) 0px 0px 0px 1px;
}

.card-style-2 {
    width: 100%;
    background-color: var(--bg-color-4);
    backdrop-filter: blur(1rem);
    padding: 1rem 1.1rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    font-family: "League Spartan", system-ui, sans-serif;
}

.card-style-3 {
    position: relative;
    box-shadow: var(--box-shadow-3);
    backdrop-filter: blur(20px);
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
    overflow: hidden;
}

.card-style-3::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    filter: blur(3rem);
    opacity: 0.1;
    background: linear-gradient(60deg, light-dark(#0be7961a, #ffffff20), #e005052d, #00ffbb29, rgba(206, 15, 149, 0.303), rgb(110, 0, 200));
    -webkit-filter: blur(2px);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
}

.card-style-3:hover::before {
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
}

.card-style-4 {
    position: relative;
    backdrop-filter: blur(1px);
    overflow: hidden;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.card-style-4::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    filter: blur(3rem);
    opacity: 0.1;
    background: linear-gradient(60deg, #e07a5f, #006f579c, #f15bb5, #8338ec, #077187);
    -webkit-filter: blur(2rem);
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
}

.hover-btn:hover {
    background-color: var(--bg-color-7);
}

.hover-btn.active {
    box-shadow: inset var(--bg-color-9) 0px 0px 2px 0px, inset var(--bg-color-7) 0px 0px 0px 1px;
    color: var(--bg-color-9);
}

.text-style-1 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-color-1);
}

.text-style-2 {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-color-1);
}

.hover-red-text:hover,
.hover-red-text:active,
.btn:hover .hover-red-text,
.btn-2:hover .hover-red-text,
.btn-3:hover .hover-red-text,
.btn-4:hover .hover-red-text {
    color: var(--text-red-color);
}

.hover-green-text:hover,
.hover-green-text:active,
.btn:hover .hover-green-text,
.btn-2:hover .hover-green-text,
.btn-3:hover .hover-green-text,
.btn-4:hover .hover-green-text {
    color: var(--text-green-color);
}

.hover-yellow-text:hover,
.hover-yellow-text:active,
.btn:hover .hover-yellow-text,
.btn-2:hover .hover-yellow-text,
.btn-3:hover .hover-yellow-text,
.btn-4:hover .hover-yellow-text {
    color: var(--text-yellow-color);
}

a {
    text-decoration: none !important;
    color: var(--a-color);
}

a:hover {
    color: var(--a-color);
    text-decoration: none;
}

button {
    border: 0;
}

.app-logo {
    max-height: var(--navbar-height);
    width: auto;
    display: flex;
    align-items: center;
}

.app-logo .logo {
    max-height: calc(var(--navbar-height) - 1.9rem);
    object-fit: cover;
    object-position: center center;
}

.text-underline {
    height: 100%;
    color: inherit;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0 0.2em, 100% 0.2em;
}

.text-underline-slim {
    color: inherit;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-position: 100% 100%, 0 90%;
    background-repeat: no-repeat;
    background-size: 0 0.1em, 100% 0.1em;
}

.link-text {
    color: black;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0 0.2em, 0% 0.2em;
    transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
}

.link-text:hover {
    color: black;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    background-size: 0 0.2em, 100% 0.2em;
}

.text-hover:hover {
    opacity: 1 !important;
    color: var(--body-text-color) !important;
}

.custom-navbar {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    z-index: 999;
    height: var(--navbar-height) !important;
    padding-top: 2.5rem;
    padding-bottom: 1.8rem;
    transition: background 0.3s ease-in;
    background-color: transparent;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
    -ms-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
}

.custom-navbar.stickytop {
    backdrop-filter: blur(0.8rem);
    background: light-dark(#ffffff56, #00000030) !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.custom-navbar .navbar-brand {
    max-height: 3rem;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

.navbar-container .navbar-right {
    width: auto !important;
    max-width: 20% !important;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    background-color: transparent;
}

.navbar-container .navbar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--navbar-height) - 0.8rem);
    min-width: calc(var(--navbar-height) - 0.8rem);
    margin: 0 0.1rem;
    padding: 0;
    border-radius: 0.4rem;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: var(--navbar-button-bg-color);
    z-index: 1;
    user-select: none;
}

.navbar-container .navbar-btn-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--navbar-height) - 1.9rem);
    color: var(--navbar-button-bg-color);
    z-index: 1;
    margin: 0 0.6rem;
    user-select: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.navbar-container .navbar-btn-2:hover {
    border-bottom: 2px solid white;
}

.navbar-container .navbar-scheme-color-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
    min-width: 2.2rem;
    width: auto;
    margin: 0 0.1rem;
    padding: 0;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    transition: color .5s;
    background-color: transparent;
    color: var(--navbar-button-bg-color);
    z-index: 1;
    user-select: none;
}

.navbar-container .navbar-scheme-color-btn:hover,
.navbar-container .navbar-scheme-color-btn:active {
    background-color: var(--body-text-color-4);
}

.navbar-container .navbar-btn.icon {
    height: 3rem;
    width: 3rem;
    padding: 0 !important;
}

.navbar-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: light-dark(#1616161b, #e5e5e5ee);
    height: 10rem;
    width: 16rem;
    border-radius: 50%;
    transition: all .3s ease;
}

.navbar-btn:hover {
    color: light-dark(var(--app-color), #000000);
    transition: all .3s ease;
}

.navbar-btn:before {
    top: 100%;
    left: 100%;
    transition: background .6s;
    -webkit-transition: background .6s;
    -moz-transition: background .6s;
    -ms-transition: background .6s;
    -o-transition: background .6s;
    transition: all .3s ease;
}

.navbar-btn:hover:before,
.navbar-btn.active:before {
    top: -30px;
    left: -30px;
}

.navbar-btn.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-btn.active span {
    color: var(--body-background-color);
}

.navbar-category-btn {
    margin: 0 1rem !important;
    line-height: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-login-btn {
    line-height: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
}


/* ========================================
   NAVBAR YEAR SELECTOR STYLES
   ======================================== */


/* Year Wrapper */

.navbar-year-wrapper {
    position: relative;
    z-index: 1000;
}


/* Year Dropdown Container */

.navbar-year-dropdown {
    position: relative;
}


/* Year Button */

.navbar-year-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.navbar-year-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.navbar-year-btn.active {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
}

.navbar-year-btn .bi-chevron-down {
    transition: transform 0.2s ease;
    margin-left: 0.1rem;
}

.navbar-year-btn.active .bi-chevron-down {
    transform: rotate(180deg);
}


/* Year Dropdown Menu */

.navbar-year-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 120px;
    background: rgba(15, 15, 20, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.5rem;
    padding: 0.3rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.15s ease;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.navbar-year-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* Year Options */

.navbar-year-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0.8rem;
    background: transparent;
    border: none;
    border-radius: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
}

.navbar-year-option:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar-year-option.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.navbar-year-option .year-icon,
.navbar-year-option .year-check {
    display: none;
}

.navbar-year-option .year-text {
    text-align: center;
}


/* Mobile Year Selector */

.navbar-year-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0.5rem 0;
}

.navbar-year-select-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.25rem 0;
}

.navbar-year-select {
    width: 100%;
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.4rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    transition: all 0.2s ease;
}

.navbar-year-select:hover,
.navbar-year-select:focus {
    border-color: rgba(255, 255, 255, 0.4);
    outline: none;
}

.navbar-year-select option {
    background: #1a1a2e;
    color: #fff;
}


/* Responsive Adjustments */

@media (max-width: 767.98px) {
    .navbar-year-wrapper {
        display: none;
    }
    .navbar-join-btn {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-year-select-mobile {
        display: none;
    }
    .navbar-year-divider {
        display: none;
    }
    .navbar-join-divider {
        display: none;
    }
    .navbar-join-btn-mobile {
        display: none;
    }
}


/* ========================================
   NAVBAR JOIN TEAM BUTTON STYLES
   ======================================== */


/* Desktop Join Button */

.navbar-join-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.8rem;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
    border-radius: 0.3rem;
    overflow: hidden;
}

.navbar-join-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.3rem;
    padding: 1.5px;
    background: linear-gradient(90deg, #0078d4, #00d4ff, #0078d4, #00d4ff);
    background-size: 300% 100%;
    animation: borderMove 3s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 300% 50%;
    }
}

.navbar-join-btn:hover {
    color: #fff;
}

.navbar-join-btn .navbar-join-pulse {
    display: none;
}


/* Mobile Join Button & Divider */

.navbar-join-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0.5rem 0;
}

.navbar-join-btn-mobile {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.navbar-join-btn-mobile:hover {
    color: #fff;
}

.search-wrapper {
    width: 100%;
    position: relative;
    margin: 0;
}

.search-wrapper .search-input {
    background: transparent;
    width: 100%;
    border-radius: 5px;
    position: relative;
    border: 1px solid light-dark(#ffffff00, #f2f2f229);
}

.search-input .search-box {
    background: transparent;
    height: 3rem;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 6px;
    padding: 0 60px 0 20px;
    font-weight: 500;
    color: var(--a-color);
    font-size: 1rem;
    box-shadow: inset rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, inset rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.search-input.active .search-box {
    border-radius: 5px 5px 0 0;
}

.search-input .search-box:focus,
.search-input .search-box:active+.autocom-box,
.search-input .search-box:focus+.autocom-box {
    box-shadow: inset rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, inset var(--bg-color-6) 0px 0px 0px 1px;
}

.search-input .autocom-box {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 420px;
    overflow-y: auto;
    background-color: var(--navbar-background-color);
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    box-shadow: inset rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, inset rgba(27, 31, 35, 0.15) 0px -1px 0px 1px;
}

.search-input.active .autocom-box {
    opacity: 1;
    pointer-events: auto;
}

.search-input .autocom-box .search-loader {
    position: absolute;
    display: flex;
    justify-content: left;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    padding: 0 2rem;
    background-color: var(--navbar-background-color);
}

.search-input.active .autocom-box .search-results {
    user-select: none;
    position: relative;
    margin: 0.3rem 0.2rem;
}

.search-input.active .autocom-box .search-results h3 {
    position: sticky;
    background-color: transparent;
    top: 2px;
    padding: 0.5rem 0.6rem;
    backdrop-filter: blur(5px);
    color: var(--navbar-button-bg-color);
}

.search-input.active .autocom-box .search-results .search-list {
    padding: 0 0.3rem;
}

.search-input.active .autocom-box .search-results .search-list li {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
}

.search-input.active .autocom-box .search-results .search-list li:hover {
    background-color: light-dark(#0000000e, #00000080);
}

.search-input.active .autocom-box .search-results .search-list li i {
    font-size: 0.9rem;
    margin-right: 0.4rem;
    transform: rotate(90deg);
}

.search-input.active .autocom-box .search-results .search-li {
    font-size: 0.9rem;
    margin-right: 0.4rem;
    margin: 0.4rem 0;
    padding: 0.4rem 1rem;
}

.search-input.active .autocom-box .search-results .search-li:hover {
    background-color: var(--bg-color-7);
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    height: 2.2rem;
    width: 2.2rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.1rem;
    background-color: transparent;
    color: var(--body-text-color-2);
    border-radius: 0.5rem;
    cursor: pointer;
}

.search-input .icon:hover {
    color: var(--body-text-color);
    background-color: var(--body-text-color-3);
}

.category-wrapper {
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.category-wrapper-active {
    position: absolute;
    display: block;
    top: calc(var(--navbar-height) - 1rem);
    left: -5rem;
    background-color: var(--navbar-background-color);
    height: auto;
    max-height: 45rem;
    width: 70rem;
    color: var(--body-text-color);
    border-radius: 0.5rem;
    border: 2px solid var(--bg-color-6);
    backdrop-filter: blur(30px);
    z-index: 9999;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem 2rem 3rem 2rem;
}

.category-btn {
    opacity: 0;
    display: none;
}

.category-wrapper-active .row .col .card {
    border: none;
    border-radius: 5px;
    background-color: transparent;
    margin-top: 2rem;
}

.category-wrapper-active .row .col h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--body-text-color);
    line-height: 1rem;
}

.category-wrapper-active .row .col ul,
.category-wrapper-active .row .col li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.category-wrapper-active .row .col li {
    line-height: 1.1rem;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: .6;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.category-wrapper-active .row .col li a {
    color: inherit;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-size: 100% 0.2em, 0 0.2em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}

.category-wrapper-active .row .col li a:hover,
.category-wrapper-active .row .col li a:focus {
    background-size: 0 0.2em, 100% 0.2em;
}

.app-carousel {
    padding: 0.4rem;
    margin: 0.7rem 0;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: var(--box-shadow-1);
    background-color: var(--navbar-background-color);
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
}

.mySwiperCarousel .swiper-slide {
    text-align: center;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.mySwiperCarousel .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiperCarousel .carousel-slide-content {
    overflow: hidden;
    border-radius: 1rem;
    user-select: none;
}

.mySwiperCarousel .autoplay-progress {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.mySwiperCarousel .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.product-group-card {
    background-color: transparent;
}

.product-group-card .product-group-title {
    line-height: 1rem;
    width: 100%;
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.product-group-card .product-title-card {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: space-between;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-group-card .product-title-card .product-group-title {
    line-height: 1rem;
    order: 0;
}

.product-group-card .product-title-card .title-card-btn {
    color: var(--body-text-color);
    border-radius: 0.8rem;
    padding: 0.2em 2em;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: 0.2s;
    order: 1;
}

.product-group-card .product-title-card .title-card-btn:hover {
    color: var(--hover-text);
    transform: translate(-0.25rem, -0.25rem);
    background: var(--body-text-color-4);
    box-shadow: 0.25rem 0.25rem var(--navbar-button-bg-color);
}

.product-group-card .product-title-card .title-card-btn:active {
    transform: translate(0);
    box-shadow: none;
}

.list-product-card {
    height: auto;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0.6rem;
    margin: 0.3rem 0;
    background-color: var(--navbar-background-color);
    border: 1px solid var(--bg-color-3);
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.list-product-card .lp-card-info {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: var(--bg-color-7);
    color: var(--a-color);
    font-size: 0.7rem;
    padding: 0rem 0.5rem;
    border-radius: 3px;
}

.list-product-card .product-con-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    background: var(--bg-color-5);
    border: 1px solid var(--bg-color-2);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.list-product-card .product-con-image img {
    width: auto;
    max-height: 11rem;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.list-product-card .list-product-sub-card {
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    background-color: var(--bg-color-5);
    border-radius: 0.3rem;
    margin: 0 0.2rem;
    padding: 0.8rem 0.6rem;
    overflow: hidden;
}

.list-product-card .list-product-sub-card:hover {
    box-shadow: var(--box-shadow-2);
}

.list-product-card .list-product-sub-card .store-img {
    margin-top: 0.1rem;
    width: 100%;
}

.list-product-card .list-product-sub-card .product-detail {
    display: block;
}

.list-product-card .list-product-sub-card .product-detail .pd-price {
    font-size: 1rem;
    font-weight: 600;
    line-height: 0rem;
}

.list-product-card .list-product-sub-card .product-detail .pd-cargo {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 0.5rem;
    opacity: 0.8;
}

.list-product-card-2 .hover-card {
    transition: box-shadow .1s ease;
    -webkit-transition: box-shadow .1s ease;
    -moz-transition: box-shadow .1s ease;
    -ms-transition: box-shadow .1s ease;
    -o-transition: box-shadow .1s ease;
    opacity: 1;
}

.list-product-card-2 .hover-card:hover {
    box-shadow: inset var(--bg-color-7) 0px 0px 0px 1px, inset var(--bg-color-8) 0px 0px 3px 0px;
}

.list-product-card-2 .row {
    margin: 0.6rem 0;
    padding: 0.6rem 0;
    background-color: var(--bg-color-1);
    border-radius: 0.2rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.list-product-card-2 .product-con-image-2 {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--bg-color-4);
    border: 1px solid var(--bg-color-2);
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.list-product-card-2 .product-con-image-2 img {
    height: 100%;
}

.list-product-card-3 .hover-card {
    transition: background .1s ease;
    -webkit-transition: background .1s ease;
    -moz-transition: background .1s ease;
    -ms-transition: background .1s ease;
    -o-transition: background .1s ease;
    opacity: 1;
}

.list-product-card-3 .row {
    padding: 0;
    margin: 0.2rem 0;
}

.list-product-card-3 .row .date-info {
    padding: 0;
    margin: 0;
    position: relative;
}

.list-product-card-3 .row .date-info::before {
    content: '';
    position: absolute;
    left: 0.6rem;
    top: 0;
    height: 120%;
    width: 5px;
    background-color: var(--bg-color-6);
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.list-product-card-3 .row .date-info .dt-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.5rem !important;
    width: 2rem !important;
    position: absolute;
    background-color: var(--body-background-color);
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.list-product-card-3 .row .date-info .datetm {
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.list-product-card-3 .row .date-info .dt-icon svg {
    color: var(--bg-color-6) !important;
    height: 4rem;
    width: 4rem;
    padding: 0;
    margin: 0;
}

.list-product-card-3 .hover-card:hover .dt-icon svg,
.list-product-card-3 .hover-card:hover .date-info .datetm {
    color: var(--navbar-button-bg-color) !important;
}

.list-product-card-3 .hover-card:hover .card-content>.row {
    box-shadow: var(--box-shadow-2);
}

.list-product-card-3 .row.main-card {
    background-color: var(--bg-color-1);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.list-product-card-3 .product-con-image-3 {
    height: 5rem;
    width: 5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--bg-color-4);
    border: 1px solid var(--bg-color-2);
    border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -ms-border-radius: 0.2rem;
    -o-border-radius: 0.2rem;
}

.list-product-card-3 .product-con-image-3 img {
    height: 100%;
}

.product-detail-card .product-detail-swiper {
    height: 80%;
    width: 100%;
}

.product-detail-card .product-detail-swipe2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.product-detail-card .product-detail-swipe2 .swiper-slide {
    width: auto;
    height: auto;
    opacity: 0.8;
}

.product-detail-card .product-detail-swipe2 .swiper-slide-thumb-active {
    height: auto;
    width: auto;
    box-shadow: 0 0 0 2px var(--bg-color-6);
    opacity: 1;
    margin: 0.2rem;
}

.product-detail-card .product-detail-swiper .swiper-slide {
    border-radius: 0.8rem;
    overflow: hidden;
}

.product-detail-card .product-detail-swiper .swiper-slide img {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.product-detail-card .product-detail-swipe2 .swiper-slide {
    border-radius: 0.4rem;
    overflow: hidden;
}

.product-detail-card .product-detail-swipe2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.product-detail-card .pd-card-Chart {
    width: auto;
    border-radius: 0.4rem;
    overflow: hidden;
    background-color: var(--bg-color-4);
    padding: 0.8rem 0.4rem;
    box-shadow: var(--box-shadow-3);
}

.product-detail-card .pd-card-ChartJS {
    width: 100% !important;
}

.pdcctwo {
    max-height: 28rem !important;
}

.list-product-card .list-product-sub-card .link-icon {
    position: absolute;
    top: -1.1rem;
    right: -1.1rem;
    font-size: 0.5rem;
    opacity: 0;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.list-product-card .list-product-sub-card:hover .link-icon {
    font-size: 0.8rem;
    bottom: 0.5rem;
    top: 0.7rem;
    opacity: 1;
    top: 0.4rem;
    right: 0.6rem;
    font-size: 0.8rem;
}

.product-card {
    display: inline-block;
    position: relative;
    padding: 1rem;
    border-radius: 0.3rem;
    width: 100%;
    height: auto;
    scroll-snap-align: center;
    transition: background .25s ease;
    background-color: var(--navbar-b-background-color);
    backdrop-filter: blur(2px);
    box-shadow: var(--box-shadow-card);
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease;
    -o-transition: background .25s ease;
    overflow: hidden;
}

.product-card::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: -3rem;
    height: 50%;
    width: 50%;
    background: linear-gradient(to right, #00539b4a, #0c04a344);
    filter: blur(3rem);
    z-index: -9;
}

.product-card::before {
    content: "";
    position: absolute;
    right: -3rem;
    bottom: -2rem;
    height: 50%;
    width: 50%;
    background: linear-gradient(to right, #5a009b3f, #1104a366);
    filter: blur(3rem);
    z-index: -9;
}

.product-card.category {
    height: 15rem !important;
}

.product-card.category .product-con-image {
    overflow: hidden;
    text-align: center;
    height: auto;
    background-color: transparent;
    background-color: red;
}

.product-card.category .product-con-image .img {
    height: 8rem;
    width: auto;
}

.product-card.category .product-con-image .img.full {
    height: 11rem;
    object-fit: cover;
    width: auto;
}

.product-card.category .product-title-category {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-card.category .product-title-category h2 {
    margin-top: 0.7rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.product-card.category:hover {
    box-shadow: var(--box-shadow-2);
}

.product-card .product-favorites {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: light-dark(#f1f1f189, #2c2c2c89);
    backdrop-filter: blur(1px);
    min-height: 1.8rem;
    min-width: 1.8rem;
    max-width: 18rem;
    padding: 0.2rem;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    margin: 1.6rem;
    font-size: 0.9rem;
    cursor: pointer !important;
    border-radius: 0.5rem;
    word-break: break-all;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

.product-card .product-favorites:hover {
    transform: scale(1.1);
    background-color: var(--bg-color-1);
    color: red;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-card .product-con-image {
    width: 100%;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4rem;
    background: #fff;
    overflow: hidden;
    padding: 0.4rem 0;
}

.product-card .product-con-image img {
    height: 100%;
    z-index: 20;
    transition: background .25s ease;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease;
    -o-transition: background .25s ease;
}

.product-card .product-con-text {
    width: 100%;
    opacity: .7;
    margin-top: 0.5rem;
    font-size: .8rem;
    font-weight: 500;
    word-break: break-all;
}

.product-card .product-con-text h3 {
    font-size: 1rem;
    height: 2.3rem;
}

.product-card .product-con-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.1rem;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}

.product-card .product-con-price .price {
    display: block;
    order: 0;
}

.product-card .product-con-price .price .note {
    display: block;
    line-height: 1rem;
}

.product-card .product-con-price .more-price {
    font-size: 0.8rem;
    font-weight: 400;
    opacity: 0.8;
    order: 1;
}

.product-con-btn .product-add {
    background-color: var(--navbar-background-color);
    color: var(--body-text-color);
    border-radius: 0.6rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.4rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--body-text-color);
    box-shadow: 0 0 0 0 var(--body-text-color);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

.product-con-btn .product-add:hover:not(.disabled) {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 var(--body-text-color);
    transition: all 0.3s ease;
}

.product-con-btn .product-add:active:not(.disabled) {
    transform: translateY(2px) translateX(1px);
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 var(--body-text-color);
}

.product-con-btn .product-add.disabled {
    opacity: .8;
    cursor: auto;
}

.product-detail-card {
    display: block;
    position: relative;
    background-color: var(--bg-color-4);
    border: 1px solid var(--bg-color-7);
    border-radius: 0.4rem;
    margin: 0.7rem 0;
    padding: 1.2rem;
}

.product-detail-card .product-detail-image {
    height: 38rem;
    border-radius: 0.4rem;
    overflow: hidden;
    background: var(--bg-color-5);
    padding: 1rem;
}

.product-detail-card .product-detail-image .pd-sub-image {
    width: 100%;
    padding: 0.3rem;
    background-color: var(--bg-color-4);
    border-radius: 0.5rem;
    cursor: pointer;
    transform: all 0.3s ease;
}

.product-detail-card .product-detail-image .pd-sub-image:hover {
    box-shadow: var(--box-shadow-2);
}

.product-detail-card .product-detail-image img {
    width: 100% !important;
    object-fit: contain;
    user-select: none;
}

.product-detail-card .pd-card-title {
    margin-top: 0.6rem;
}

.product-detail-card .pd-card-title h6 {
    line-height: 0.8rem;
    font-size: 1.1rem;
}

.product-detail-card .pd-card-title h6 a {
    color: var(--bg-color-6);
}

.swiper {
    width: 100%;
    height: 100%;
}

.mySwiperProduct .swiper-slide {
    width: 14.3rem !important;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 3rem;
    padding: 0;
}

.search-container {
    position: relative;
    overflow: auto;
}

.search-container .mb-filter-btn {
    display: none;
    opacity: 0;
}

.dropdown-button {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: -3rem;
    z-index: 999;
    min-width: 19rem;
    background-color: light-dark(#e7e7e7, #2c2c2c);
    border: 1px solid var(--bg-color-6);
    border-radius: 0.6rem;
    padding: 0.6rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1rem) !important;
    font-size: 0.8rem;
}

.dropdown-button.left-open .dropdown-content {
    display: none;
    position: absolute;
    right: 0rem;
    z-index: 99;
    min-width: 12rem;
    background-color: var(--body-background-color);
    border: 1px solid var(--bg-color-6);
    border-radius: 0.3rem;
    padding: 0.6rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    font-size: 0.8rem;
}

.dropdown-button .dropdown-content.color-scheme {
    min-width: 15rem !important;
    border: 1px solid var(--bg-color-8);
}

.dropdown-content .dc-header {
    display: flex;
    align-items: center;
    background-color: light-dark(#41414108, #202020);
    padding: 0.6rem;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}

.user-icon {
    height: calc(var(--navbar-height) - 0.8rem);
    width: calc(var(--navbar-height) - 0.8rem);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #41414110;
    font-weight: 600;
    font-size: 1.2rem;
    opacity: 0.8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.user-icon-lg {
    height: 3.6rem;
    width: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #41414110;
    font-weight: 600;
    font-size: 1.2rem;
    opacity: 0.8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.dropdown-content .dc-header .dc-user-info {
    margin-left: 0.6rem;
}

.dropdown-content .dc-header .dc-header-img img {
    height: 100%;
}

.dropdown-content a {
    font-size: 0.8rem;
    border-left: 2px solid #f1f1f100;
    font-weight: 500;
    padding: 0.5rem 0.6rem;
    margin-bottom: 0.4rem;
    text-decoration: none;
    border-radius: 0 0.6rem 0.6rem 0;
    display: block;
    transition: 0.1s;
    color: light-dark(#252525, #f2f2f2bd);
}

.sc-btn {
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.5rem 0.6rem;
    text-decoration: none;
    margin: 0.1rem 0;
    border-radius: 0.3rem;
    display: block;
    transition: 0.1s;
}

.sc-btn:hover {
    color: var(--bg-color-8);
    background-color: var(--bg-color-7);
}

.sc-btn.active {
    position: relative;
    color: var(--bg-color-9);
    background-color: var(--bg-color-7);
}

.sc-btn.active::after {
    content: '\2713';
    position: absolute;
    right: 1rem;
}

.dropdown-content a:hover {
    color: light-dark(var(--app-color), #f2f2f2);
    background-color: light-dark(#00000010, #00000028);
    border-left: 2px solid light-dark(var(--app-color), #f2f2f2d5);
}

.dropdown-content a:focus {
    color: var(--navbar-button-bg-color);
}

.dropdown-button:hover .dropdown-content {
    display: block;
}

.recaptcha_loader {
    position: relative;
    height: 28px;
    width: 28px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.recaptcha_loader::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url('/public/assets/img/recaptloader.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    background-color: transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.email-notifications-card {
    --email-color: #ffc300;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 2px 0px, var(--email-color) 0px 0px 0px 1px;
    background: linear-gradient(to right, #ffbd4222, #ffbd4216);
    padding: 1rem 1.4rem;
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    margin-bottom: 1rem;
}

.email-notifications-card svg,
.email-notifications-card span {
    color: #422e06;
}

.cookie-box {
    display: none;
    opacity: 0;
}

.cookie-box.active {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 1rem;
}

.cookie-box.active .cookie-card {
    width: 90%;
    max-width: 100rem;
    background-color: light-dark(#fff, #1d1d1d);
    border-radius: 5px;
    border: 1px solid var(--body-text-color-2);
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cookie-box.active .cookie-card .cookie-text {
    font-size: 1rem;
}

.cookie-box.active .cookie-card .cookie-title-text {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1rem !important;
}


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları 
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
--
-
--
-
*/


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */


/* Mobil cihazlar için stil kuralları */

@media (max-width: 1400px) {
    .category-wrapper-active {
        left: -5rem;
        width: 60rem;
    }
}

@media (max-width: 1200px) {
    .category-wrapper-active {
        left: -10rem;
        width: 57rem;
    }
}

@media (max-width: 1000px) {
    .category-wrapper-active {
        left: -10rem;
        width: 42rem;
    }
}

@media (max-width: 768px) {
    .product-detail-card .pd-card-ChartJS {
        width: auto !important;
    }
    .product-detail-card {
        border-radius: 0.3rem;
        margin: 0.5rem 0;
        padding: 1rem 0.7rem;
        -webkit-border-radius: 0.3rem;
        -moz-border-radius: 0.3rem;
        -ms-border-radius: 0.3rem;
        -o-border-radius: 0.3rem;
    }
    .product-detail-card .product-detail-image {
        height: auto;
        border-radius: 0.4rem;
        overflow: hidden;
        background: var(--bg-color-5);
        padding: 0rem;
    }
    .product-detail-card .product-detail-image .pd-sub-image:hover {
        box-shadow: var(--box-shadow-2);
    }
    .product-detail-card .product-detail-swiper {
        height: auto;
        width: 100%;
    }
    .product-detail-card .product-detail-swipe2 {
        height: auto;
        padding: 0;
    }
    .product-detail-card .product-detail-swipe2 .swiper-slide-thumb-active {
        box-shadow: 0 0 0 2px var(--bg-color-6);
        margin: 0.2rem;
        opacity: 1;
    }
    .product-detail-card .product-detail-swiper .swiper-slide {
        border-radius: 0.4rem;
        -webkit-border-radius: 0.4rem;
        -moz-border-radius: 0.4rem;
        -ms-border-radius: 0.4rem;
        -o-border-radius: 0.4rem;
    }
    .product-detail-card .product-detail-swipe2 .swiper-slide {
        height: auto;
        border-radius: 0.4rem;
        overflow: hidden;
        margin-top: 0.4rem;
    }
    .product-detail-card .pd-card-Chart {
        padding: 0.3rem 0.2rem;
    }
    .product-detail-card .pd-card-title .product-ttl {
        font-size: 1.1rem !important;
    }
    /************/
    .list-product-card-3 {
        overflow: hidden;
    }
    .list-product-card-3 .row .date-info {
        height: 5rem;
    }
    .list-product-card-3 .row .date-info::before {
        content: '';
        position: absolute;
        left: 0.6rem !important;
        top: 0rem !important;
        height: 1000%;
        width: 4px;
        background-color: var(--bg-color-6);
    }
    .list-product-card-3 .row .date-info::before:nth-child(-n) {
        height: 10%;
    }
    body {
        transition: background 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        -ms-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
    }
    .category-icon-mb:hover {
        color: #0077b6 !important;
    }
    .list-product-card-3 .product-con-image-3 {
        height: 5rem;
        width: 5rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: var(--bg-color-4);
        border: 1px solid var(--bg-color-2);
        border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -ms-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
    }
    body.darkout::before {
        content: "";
        margin-top: calc(var(--navbar-height) * 2);
        position: absolute;
        top: calc(var(--navbar-height) - calc(var(--navbar-height) - 1rem));
        backdrop-filter: blur(1px);
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background-color: #41414105;
    }
    body::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        --color: #4140402b;
        background-color: #f3f3f300;
        background-image: linear-gradient(0deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, var(--color) 25%, var(--color) 26%, transparent 27%, transparent 74%, var(--color) 75%, var(--color) 76%, transparent 77%, transparent);
        background-size: 25px 25px;
        opacity: 0.4;
        /* İsteğe bağlı olarak geçişin şeffaflığını ayarlayabilirsiniz */
    }
    .color-scheme-box {
        display: none;
        opacity: 0;
    }
    .dropdown-content {
        right: -1.2rem;
    }
    .cookie-box.active {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        padding: 1rem;
    }
    .cookie-box.active .cookie-card {
        width: 100%;
        border-radius: 5px;
        border: 1px solid var(--body-text-color-2);
        box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
        padding: 0.5rem 0.1rem;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .cookie-box.active .cookie-card .cookie-text {
        font-size: 0.8rem !important;
        font-weight: 500 !important;
        line-height: 1rem !important;
    }
    .cookie-box.active .cookie-card .cookie-title-text {
        font-size: 0.9rem !important;
        font-weight: 600 !important;
        line-height: 1rem !important;
    }
    .search-input .search-box {
        height: 2.7rem;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .product-card {
        padding: 1rem;
        border-radius: 0.1rem;
        height: 16.7rem;
        width: 100%;
    }
    .product-card .product-con-price {
        display: flex;
        align-items: center;
    }
    .custom-navbar {
        height: auto !important;
        padding-top: 0.8rem;
        padding-bottom: 0.5rem;
        transition: padding 0.3s ease-in;
        background-color: transparent;
        -webkit-transition: padding 0.3s ease-in;
        -moz-transition: padding 0.3s ease-in;
        -ms-transition: padding 0.3s ease-in;
        -o-transition: padding 0.3s ease-in;
    }
    .custom-navbar.stickytop {
        backdrop-filter: blur(0.8rem);
        background: light-dark(rgba(255, 255, 255, 0.682), #0d111cb4) !important;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        padding-top: 0.8rem;
        padding-bottom: 0.5rem;
    }
    .custom-navbar .navbar-brand {
        max-height: 3rem;
        font-size: 2rem;
        font-weight: 600;
        margin: 0;
    }
    .navbar-container {
        margin: 0;
        padding: 0 1.2rem;
    }
    .navbar-container .navbar-btn {
        height: 2.7rem !important;
        width: 2.7rem !important;
        margin: 0;
        padding: 0;
        border-radius: 0.3rem;
        transition: color .5s;
        background-color: transparent;
        color: CanvasText !important;
        -webkit-transition: color .5s;
        -moz-transition: color .5s;
        -ms-transition: color .5s;
        -o-transition: color .5s;
    }
    .navbar-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: transparent;
        height: 0;
        width: 0;
    }
    .navbar-btn:hover {
        color: var(--body-background-color);
    }
    .navbar-btn:before {
        top: 0;
        left: 0;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    .navbar-btn:hover:before,
    .navbar-btn.active:before {
        top: 0;
        left: 0;
    }
    .navbar-btn.active span {
        color: var(--body-background-color);
    }
    .user-icon {
        background-color: transparent;
        height: 3rem;
    }
    .user-icon img {
        border-radius: 50%;
        border: 2px solid #41414140;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .navbar-container .navbar-right {
        width: auto !important;
        margin-left: 0;
    }
    .navbar-container .navbar-btn {
        height: 2.5rem;
        min-width: 2.5rem;
    }
    .app-logo {
        order: 2;
        text-align: left;
        margin-left: 0rem;
    }
    .app-logo .logo {
        height: 100%;
    }
    .category-select {
        display: inline-block;
        width: auto !important;
        order: 1;
    }
    .mb-user-wrapper-btn {
        cursor: pointer;
        border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        -ms-border-radius: 0.1rem;
        -o-border-radius: 0.1rem;
        padding: 0rem !important;
    }
    .mb-user-wrapper-btn:hover {
        background-color: #0d83f129 !important;
    }
    .category-select .category-icon-mb {
        height: 2.7rem !important;
        width: 2.7rem !important;
        opacity: 1;
        cursor: pointer;
        border-radius: 0.1rem;
        -webkit-border-radius: 0.1rem;
        -moz-border-radius: 0.1rem;
        -ms-border-radius: 0.1rem;
        -o-border-radius: 0.1rem;
    }
    .category-select .category-icon-m svg {
        display: inline-block;
    }
    .category-select .category-icon-mb:hover {
        background-color: #0d83f129 !important;
    }
    .category-li {
        font-size: 0.9rem !important;
    }
    .search-wrapper {
        order: 3;
    }
    .navbar-right {
        order: 2;
    }
    .navbar-login-btn {
        margin: 0;
        margin-left: 1rem;
    }
    .navbar-category-btn {
        max-width: 100%;
        margin: 0rem !important;
    }
    .custom-navbar .container .navbar-brand {
        width: 100%;
        justify-content: space-between;
    }
    .navbar-category-m-btn {
        display: block;
        opacity: 1;
        margin-right: 15px;
        flex: 0;
    }
    .navbar-category-m-btn button i {
        font-weight: 800;
    }
    .app-logo {
        display: block;
        flex: 1;
    }
    .search-wrapper {
        width: 100%;
        position: relative;
        margin: 0;
        margin-top: .8rem;
        align-self: center;
    }
    .category-wrapper-active {
        position: fixed;
        top: calc(var(--navbar-height) + 0.5rem);
        left: 0;
        background-color: var(--navbar-background-color);
        height: auto;
        max-height: 34rem;
        margin: 0 3%;
        width: 94%;
        z-index: 999;
    }
    .mySwiperProduct .swiper-slide {
        width: 170px !important;
        margin-bottom: 2.5rem;
    }
    .product-card {
        padding: 0.6rem;
        border-radius: 0.6rem;
    }
    .product-card .product-con-notification {
        margin: 1.5rem;
        font-size: 1rem;
        height: 1.4rem;
        width: 1.4rem;
        border-radius: 0.2rem;
    }
    .product-card .product-con-image {
        height: 7.5rem;
        border-radius: 0.6rem;
    }
    .product-card .product-con-text {
        opacity: .8;
        margin-top: 0.5rem;
        font-weight: 500;
        font-size: .7rem;
        line-height: 0.9rem;
    }
    .product-card .product-con-text h3 {
        font-size: 0.9rem;
        font-weight: 500;
    }
    .product-card .product-con-price {
        padding: 0 0.1rem;
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .product-card .product-con-price .more-price {
        line-height: 0.8rem;
        font-size: 0.6rem;
        padding-left: 0.2rem;
    }
    .product-card .product-con-btn .product-add {
        border-radius: 0.6rem;
        font-size: 0.9rem;
        font-weight: 600;
        padding: 0.6rem 0rem;
        border: 1px solid var(--body-text-color);
        box-shadow: 0 0 0 0 var(--body-text-color);
    }
    .list-product-card-2 .product-con-image-2 {
        height: 6rem;
        width: 6rem;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: var(--bg-color-4);
        border: 1px solid var(--bg-color-2);
        border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -ms-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
    }
    .app-carousel {
        margin-bottom: 0.2rem;
        padding: 0rem;
        border-radius: 0.5rem;
        width: 100%;
    }
    .mySwiperCarousel .swiper-slide {
        font-size: 1rem;
    }
    .mySwiperCarousel .swiper-slide img {
        min-height: 10rem;
        object-fit: scale-down;
    }
    .mySwiperCarousel .carousel-slide-content {
        border-radius: 0.5rem;
    }
    .mySwiperCarousel .autoplay-progress {
        right: 0.5rem;
        bottom: 0.5rem;
        width: 1.8rem;
        height: 1.8rem;
        opacity: 0.6;
    }
    .product-group-card .product-title-card {
        padding: 0rem;
        margin-bottom: 0rem;
        margin: 1rem 0;
    }
    .product-group-card .product-title-card .product-group-title {
        line-height: 1rem;
        font-size: 1.2rem;
    }
    .product-group-card .product-title-card .title-card-btn {
        border-radius: 0.6rem;
        padding: 0.2em 2em;
        font-size: 0.9rem;
        box-shadow: rgba(182, 182, 182, 0.1) 0px 1px 3px 0px, rgba(109, 109, 109, 0.06) 0px 1px 2px 0px;
    }
    .search-container {
        padding: 0 0.2rem;
    }
    .list-product-card .row .col-md-12 {
        margin-bottom: 0.4rem;
    }
    .list-product-card .row .col-md-8 h5,
    .list-product-card .row .col-md-8 .star-box {
        margin: 0.1rem 0.2rem;
    }
    .list-product-card .row .col-md-8 .row {
        margin: 0 0.1rem;
    }
    .list-product-card .list-product-sub-card .store-img {
        margin-top: 0.1rem;
        width: 100%;
    }
    .list-product-card .row .border-start {
        border-left: #00000000 !important;
    }
    .search-container .mb-filter-btn {
        display: block;
        opacity: 1;
    }
    #alert-container.active .alert-card {
        min-height: 5rem;
        width: 94%;
        box-shadow: var(--box-shadow-3);
        border-radius: 0.6rem;
        -webkit-border-radius: 0.6rem;
        -moz-border-radius: 0.6rem;
        -ms-border-radius: 0.6rem;
        -o-border-radius: 0.6rem;
        overflow: hidden;
        padding: 2rem;
        margin-bottom: 10rem;
        background-color: light-dark(#ffffff, #0f0f0f);
        box-shadow: rgba(21, 129, 252, 0.049) 0px 1px 3px 0px, rgba(38, 142, 245, 0.241) 0px 0px 0px 1px;
        opacity: 0;
    }
    .search-input.active .autocom-box .search-results .search-li {
        font-size: 0.8rem;
        margin-right: 0.3rem;
        margin: 0.4rem 0;
        padding: 0.4rem 1rem;
    }
    .product-card.category {
        height: 12rem !important;
    }
    .product-card.category .product-con-image .img {
        height: 6rem;
    }
    .product-card.category .product-title-category {
        height: 3rem;
    }
}

@media (max-width: 310px) {
    .app-logo .logo {
        max-height: calc(var(--navbar-height) - 3rem);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-product-card .row .col-md-12 {
        margin-bottom: 0.4rem;
    }
    .list-product-card .row .col-md-8 h5,
    .list-product-card .row .col-md-8 .star-box,
    .list-product-card .row .col-md-8 .row {
        margin: 0.1rem 0.2rem;
    }
    .list-product-card .list-product-sub-card .store-img {
        margin-top: 0.1rem;
        width: 100%;
    }
}


/* Tablet ve büyük ekranlar için stil kuralları */

@media (min-width: 768px) {}

.main-btn {
    background-color: light-dark(#560bad, #4e4e4f50);
    color: light-dark(#ffffff, #ffffff);
    border-radius: 0.3rem;
    padding: 0.4rem 1rem;
    font-size: 0.9rem;
    margin-right: 0.4rem;
    text-align: start;
    font-weight: 400;
    border: 1px solid #f1f1f100;
    transition: background 0.3s ease;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: all .3s ease;
}

.main-btn svg {
    stroke: light-dark(#ffffff, #ffffff);
}

.main-btn.active {
    box-shadow: var(--box-shadow-2);
}

.main-btn:hover {
    color: light-dark(#ffffff, #ffffff);
    transform: scale(1.05) !important;
    box-shadow: var(--box-shadow-2);
    background: var(--main-btn-hover-bg);
    border: 1px solid var(--main-btn-hover-border);
}

.main-btn:active,
.main-btn:focus {
    transform: translate(0);
    box-shadow: none;
}

.btn {
    color: var(--body-text-color);
    border-radius: 0.3rem;
    padding: 0.2em 2em;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: var(--box-shadow-3);
    transition: background 0.3s ease;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

.btn.active {
    box-shadow: var(--box-shadow-2);
}

.btn:hover {
    color: var(--hover-text);
    box-shadow: var(--box-shadow-2);
    background: var(--body-text-color-4);
}

.btn:active,
.btn:focus {
    transform: translate(0);
    box-shadow: none;
}

.btn-2 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: light-dark(var(--bg-color-1), CanvasText);
    background-color: var(--bg-color-6);
    border: none;
    border-radius: 0.3rem;
    padding: 0.3rem 1.5rem;
}

.btn-2:hover {
    color: light-dark(var(--bg-color-1), CanvasText);
    background-color: var(--bg-color-8);
}

.btn-2 .bi {
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.btn-2:hover .bi {
    padding-left: 0.2rem;
}

.btn-2.disabled,
.btn-2:hover.disabled .bi,
.btn-3.disabled,
.btn-3:hover.disabled .bi,
.btn-4.disabled,
.btn-4:hover.disabled .bi {
    margin: 0 0;
    opacity: 0.7;
    box-shadow: none;
}

.btn-3 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: light-dark(#222222, #d7d7d7);
    background-color: var(--bg-color-7);
    border: none;
    border-radius: 0.3rem;
    padding: 0.4rem 1.4rem;
    transition: box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
}

.btn-3.active {
    box-shadow: inset 0 0 0 0.1rem #1d56b15f;
}

.btn-3:hover {
    color: var(--body-text-color);
    box-shadow: 0 0 0 0.2rem #1d56b15f;
}

.btn-4 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--text-color-1);
    border: none;
    border-radius: 0.5rem;
    padding: 0.3rem 1rem;
    transition: .3s;
}

.btn-4:hover,
.active-btn:hover {
    background-color: var(--bg-color-7);
    color: var(--body-text-color);
}

.btn-5 {
    white-space: pre;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bg-color-8);
    background-color: transparent;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--bg-color-8);
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    transition: .3s;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.btn-5:hover,
.btn-5:active {
    background-color: var(--bg-color-7);
}

.btn-6 {
    background-color: var(--navbar-background-color);
    color: var(--body-text-color);
    border-radius: 0.6rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.4rem 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--body-text-color);
    box-shadow: 0 0 0 0 var(--body-text-color);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
}

.btn-6:hover:not(.disabled) {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 var(--body-text-color);
    transition: all 0.3s ease;
}

.btn-6:active:not(.disabled) {
    transform: translateY(2px) translateX(1px);
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0 var(--body-text-color);
}

.btn-6.disabled {
    opacity: .8;
    cursor: auto;
}

.active-btn {
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--body-text-color);
    background-color: transparent;
    border: none;
    border-radius: 0.2rem;
    padding: 0.3rem 1rem;
    transition: .3s;
    margin: 0 0.1rem;
}

.active-btn.active {
    background-color: var(--text-color-2);
    color: light-dark(var(--body-background-color), CanvasText);
}

.footer-section {
    padding: 80px 0;
    background: light-dark(#ffffff, #090c0b);
}

.footer-section .relative {
    position: relative;
}

.footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.footer-section a:hover {
    color: rgba(47, 47, 47, 0.5);
}

.footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

@media (min-width: 992px) {
    .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px;
    }
}

.footer-section .subscription-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3b5d50;
}

.footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
    font-size: 14px;
}

.footer-section .subscription-form .btn {
    border-radius: 10px !important;
}

.footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0;
}

.footer-section .sofa-img img {
    max-width: 380px;
}

.footer-section .links-wrap {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .footer-section .links-wrap {
        margin-top: 54px;
    }
}

.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
}

.footer-section .custom-social {
    display: flex;
    align-items: center;
}

.footer-section .custom-social li {
    display: inline-block;
}

.footer-section .custom-social li a {
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
    display: flex;
    color: light-dark(#1a1a1a, #cecece);
    justify-content: center;
    align-items: center;
}

.footer-section .custom-social li a:hover {
    background-color: light-dark(#0076b625, #17a2ed25);
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.footer-section .custom-social li a:hover i {
    transition: background.3s ease;
    -webkit-transition: background.3s ease;
    -moz-transition: background.3s ease;
    -ms-transition: background.3s ease;
    -o-transition: background.3s ease;
    transform: rotate(60deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.footer-section .border-top {
    border-color: #dce5e4;
}

.footer-section .border-top.copyright {
    font-size: 14px !important;
}


/* -----------------invoice----------------- */

.in-t-main-container {
    max-width: 100%;
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 4rem;
    position: relative;
    animation: in-t-fadeIn 1s ease-in-out;
    transition: all .4s ease;
}

.floating-circle {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(6rem);
    opacity: 0;
    z-index: -9;
    width: 12rem;
    height: 12rem;
    animation: fadeIn-circle 2s ease forwards;
}

@keyframes fadeIn-circle {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.3;
    }
}

@keyframes in-t-fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.in-t-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--body-text-color);
    max-width: 70%;
    margin: 0 auto 0 auto;
    line-height: 1.4;
    color: var(--text-scheme-color);
    opacity: .6;
}

.in-t-cta-button {
    display: inline-block;
    background-color: light-dark(#560bad, #560bad);
    color: #fff;
    font-size: 1.1rem;
    backdrop-filter: blur(1px);
    font-weight: 500;
    text-decoration: none;
    padding: 1.1rem 2rem;
    border-radius: 10rem;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.2s ease;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.in-t-cta-button:hover {
    transform: scale(1.05);
    background-color: light-dark(#5000ab, #6906d9);
    color: #fff;
}

.in-t-features-grid {
    position: relative;
    border-radius: 1.4rem;
    padding: 1rem 0;
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    margin-top: 4rem;
    background-color: light-dark(#59a5f207, rgba(132, 132, 132, 0.11));
    backdrop-filter: blur(2px);
    transition: all .3s ease-in-out;
    border: 1px solid light-dark(#7676766f, #98989891);
    overflow: hidden;
    z-index: 9;
}

.in-t-features-grid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -9;
    background: #7a0585;
    background: linear-gradient(90deg, rgba(122, 5, 133, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    opacity: 0.09;
}

.in-t-feature-item {
    flex-basis: 30%;
    padding: 1.1rem;
}

.in-t-feature-item .icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.4rem;
    color: light-dark(#560bad, #560bad);
}

.in-t-feature-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.in-t-feature-item p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--a-color);
    opacity: .5;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
    .in-t-subtitle {
        font-size: 1.1rem;
    }
    .in-t-cta-button {
        padding: 0.9rem 2rem;
        font-size: 1rem;
    }
    .in-t-features-grid {
        flex-direction: column;
        gap: 1.2rem;
    }
}

.in-t-info-card {
    position: relative;
    border-radius: 0.4rem;
    padding: 1rem 0;
    gap: 2rem;
    margin-top: 4rem;
    background-color: var(--bg-color-2);
    backdrop-filter: blur(3px);
    transition: all .3s ease-in-out;
    border: 1px solid light-dark(#7676766f, #525351);
    overflow: hidden;
    z-index: 9;
    padding: 1.9rem 2rem;
    margin-bottom: 5rem;
}

.in-t-info-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -9;
    background: #7a058520;
    background: linear-gradient(240deg, rgb(10, 0, 11) 0%, light-dark(#ff952b, rgb(0, 195, 255)) 100%);
    opacity: 0.09;
}

.in-t-info-card-logo {
    height: 2rem;
    opacity: 1;
    margin-bottom: 1rem;
    filter: none;
}

.in-t-info-card .in-t-info-img {
    position: absolute;
    right: 10%;
    top: -0rem;
    height: 15rem;
    width: 15rem;
    stroke: CanvasText;
    stroke-width: 2.2;
    transform: rotate(-18deg);
    z-index: -9;
    filter: blur(8px);
    opacity: 0.4;
}

body[data-color-scheme="dark"] .in-t-info-card-logo {
    filter: brightness(0) invert(1);
}

.fiyatsa-main-card-wrap {
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    animation: in-t-fadeIn 1s ease-in-out;
}

.fiyatsa-main-card-wrap .fiyatsa-main-cw-title {
    width: 100%;
    word-wrap: break-word;
    font-size: 1rem;
    text-align: center;
    line-height: 1;
    opacity: 0.6;
}

.fiyatsa-main-card {
    display: inline-block;
    width: 100%;
    height: auto;
    min-height: 18rem;
    border-radius: 0.4rem;
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--main-card-hover-border);
    transition: all .3s ease;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.fiyatsa-main-card.invoice {
    width: 100%;
    height: 22rem;
    min-height: 22rem;
}

.fiyatsa-main-card:hover {
    transform: scale(1.02);
    border: 1px solid var(--main-btn-hover-border);
}

.fiyatsa-main-card:hover~.fiyatsa-main-cw-title {
    opacity: 1;
}

.fiyatsa-main-card::before,
.fiyatsa-main-card::after {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #3b017e;
    filter: blur(3rem);
    opacity: 0.9;
    z-index: -9;
    animation: fiyatsa-main-card-upDown 2s ease-in-out infinite alternate;
}

.fiyatsa-main-card::before {
    top: 20px;
    left: 30px;
}

.fiyatsa-main-card::after {
    bottom: 20px;
    right: 30px;
    animation-delay: 1s;
}

@keyframes fiyatsa-main-card-upDown {
    0% {
        top: 0;
        left: 10rem;
        transform: translateY(0);
        background-color: #3a027a5f;
    }
    100% {
        top: 10rem;
        left: 0rem;
        background-color: #7a4f0068;
        transform: translateY(-30px);
    }
}

.fiyatsa-main-card .main-card-img {
    background-color: wheat;
    height: 100%;
    box-sizing: border-box;
}


/* --------------------------------panel--------------------- */

.fiyatsa-container {
    display: flex;
    height: 100vh;
    position: relative;
}

.fiyatsa-panel-style {
    height: 100%;
    overflow: auto;
    transition: background-color 0.3s ease;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left .fiyatsa-panel-left-bar {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left .fiyatsa-panel-left-bar .fiyatsa-panel-left-bar-box {
    backdrop-filter: blur(6px);
    background-color: light-dark(#7c7c7c30, #0000004b);
    border-radius: 0.4rem;
    padding: 1rem 0.8rem;
    width: 100%;
    border: 1px solid #e9e9e950;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left::-webkit-scrollbar {
    width: 0;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0;
}

.fiyatsa-panel-style .fiyatsa-panel-style-left::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}

.fiyatsa-panel-style .fiyatsa-panel-style-right {
    height: 100%;
    border-radius: 0.4rem;
    backdrop-filter: blur(2px);
}

.fiyatsa-left-panel {
    width: 25%;
}

.fiyatsa-right-panel {
    width: 75%;
}

.fiyatsa-resizer {
    width: 8px;
    cursor: col-resize;
    background: transparent;
    position: relative;
    flex-shrink: 0;
    z-index: 10;
}

.fiyatsa-resizer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 60px;
    background: var(--bg-color-1);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.fiyatsa-resizer:hover::before,
.fiyatsa-resizer.fiyatsa-resizing::before {
    background: #667eea;
    height: 80px;
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.3);
}

.fiyatsa-width-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 0.9em;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 100;
}

.fiyatsa-width-indicator.fiyatsa-show {
    opacity: 1;
}


/*  */

.fiyatsa-panel-e-sdbr {
    padding: 1rem;
    height: fit-content;
    overflow-y: none;
    display: inline-block;
    width: 100%;
    border-radius: 0.4rem;
    background-color: light-dark(#e6ebed, #50505049);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 99;
    overflow: hidden;
    transition: all .3s ease;
}

.fiyatsa-panel-e-sdbr:nth-child(end) {
    background-color: red !important;
    margin-top: 10rem;
}

.fiyatsa-panel-e-sdbr::before,
.fiyatsa-panel-e-sdbr::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #d9870210;
    filter: blur(6rem);
    opacity: 0.9;
    z-index: -9;
    animation: fiyatsa-main-card-upDown 10s ease-in-out infinite alternate;
}

.fiyatsa-panel-e-sdbr h3 {
    color: canvasText;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #667eea;
    padding-bottom: 12px;
    font-weight: 700;
}

.fiyatsa-panel-e-sdbr.pro-featur {
    box-shadow: inset #fb860058 0px 0px 0px 2px;
}

.fiyatsa-panel-e-sdbr .pro-feature-text {
    position: absolute;
    top: 0.3rem;
    left: 0.6rem;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: light-dark(#e3f0ee, #fb8500);
}

.fiyatsa-panel-ctgr {
    margin-bottom: 20px;
}

.fiyatsa-panel-ctgr-title {
    font-size: 0.7rem;
    opacity: 0.7;
    color: canvasText;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.fiyatsa-panel-elmnt-btn {
    width: 100%;
    padding: 0.7rem;
    margin-bottom: 0.4rem;
    border: 1px solid light-dark(#fffcfc6f, #cacaca27);
    background: light-dark(#fffcfc60, #cacaca10);
    color: light-dark(#262626d2, #cacaca);
    border-radius: 0.4rem;
    cursor: grab;
    font-weight: 600;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.fiyatsa-panel-elmnt-btn:hover {
    background: light-dark(#fffcfc90, #cacaca30);
    color: canvasText;
    transform: scale(1.02);
}

.fiyatsa-panel-elmnt-btn:active {
    cursor: grabbing;
}

.fiyatsa-panel-elmnt-btn span {
    font-size: 16px;
}

.fiyatsa-panel-box-container {
    height: fit-content;
    overflow-y: none;
    display: inline-block;
    width: 100%;
    border-radius: 0.4rem;
    background-color: var(--color-2);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 99;
    overflow: hidden;
    transition: all .3s ease;
}

.fiyatsa-panel-box-container h1 {
    color: var(--body-text-color);
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
}

.fiyatsa-panel-box-container h2 {
    color: var(--body-text-color);
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.fiyatsa-panel-box-container p {
    color: var(--body-text-color);
    line-height: 1.8;
    margin-bottom: 12px;
}

.fiyatsa-panel-box-container button {
    background: var(--color-1);
    color: var(--body-text-color);
    border: none;
    padding: 0.8rem 1.8rem;
    border-radius: 0.4rem;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s;
    margin-top: 1rem;
}

.fiyatsa-panel-box-container button:hover {
    transform: scale(1.02);
}

.fiyatsa-panel-box-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    border-radius: 0.4rem;
    overflow: hidden;
}

.fiyatsa-panel-box-container img {
    height: 1rem;
    max-width: 100%;
    height: auto;
    border-radius: 0.4rem;
    margin: 0.4rem 0;
    display: block;
}

.fiyatsa-panel-ve-selected {
    outline: 3px dashed var(--bg-color-6) !important;
    outline-offset: 2px !important;
    box-shadow: inset 0 0 0 2px rgba(102, 126, 234, 0.3), 0 0 0 3px rgba(102, 126, 234, 0.2) !important;
    background: rgba(102, 126, 234, 0.08) !important;
    position: relative;
}

.fiyatsa-panel-ve-selected::before {
    content: '✎ Düzenleniyor';
    position: absolute;
    top: -24px;
    left: 0;
    background: light-dark(#ededed, #2f2f2f);
    color: canvasText;
    padding: 0.2rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    z-index: 999;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.fiyatsa-panel-ve-editable {
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    user-select: none;
}


/* 
.fiyatsa-panel-ve-editable:hover {
    background: light-dark(#cbcbcbd3, #5e5e5b3c) !important;
} */

.fiyatsa-panel-ve-dragging {
    /* Yorum satırları korundu */
    /* opacity: 0.6;
    background: rgba(102, 126, 234, 0.2) !important;
    border: 2px dashed #667eea; */
}

.fiyatsa-panel-ve-drag-over::after {
    content: '↓ BIRAKIN ↓';
    display: block;
    text-align: center;
    color: #667eea;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 0;
    background: rgba(102, 126, 234, 0.15);
    border: 2px dashed #667eea;
    border-radius: 6px;
    margin: 8px 0;
}

.editor-wrapper {
    position: relative;
}

#fiyatsa-panel-ve-toolbar {
    padding: 0.8rem;
    border-radius: 0.4rem;
    display: none;
    height: fit-content;
    gap: 0.8rem;
    flex-wrap: wrap;
    border: 0.01rem solid var(--color-2);
    z-index: 10000;
    width: 100%;
    background-color: var(--color-2);
    backdrop-filter: blur(2px);
    overflow: hidden;
    margin-bottom: 0.4rem;
    transition: all .3s ease;
    animation: fiyatsa-panel-ve-toolbar-slideIn 0.3s ease-out;
}

#fiyatsa-panel-ve-toolbar::before,
#fiyatsa-panel-ve-toolbar::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #d9870210;
    filter: blur(6rem);
    opacity: 0.9;
    z-index: -9;
    animation: fiyatsa-main-card-upDown 6s ease-in-out infinite alternate;
}

#fiyatsa-panel-ve-toolbar.active {
    display: flex;
}

@keyframes fiyatsa-panel-ve-toolbar-slideIn {
    from {
        height: fit-content;
        opacity: 0;
        transform: translateY(6rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#fiyatsa-panel-ve-toolbar button,
#fiyatsa-panel-ve-toolbar input,
#fiyatsa-panel-ve-toolbar select {
    padding: 0.6rem 0.7rem;
    border: none;
    border-radius: 0.2rem;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.2s;
    background: #6b6b6b80;
    backdrop-filter: blur(1px);
    color: canvasText;
}

#fiyatsa-panel-ve-toolbar button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#fiyatsa-panel-ve-toolbar button.active {
    background: var(--bg-color-1);
    color: #667eea;
    box-shadow: 0 0 0 2px var(--navbar-button-bg-color);
}

#fiyatsa-panel-ve-toolbar input[type="color"] {
    width: 38px;
    height: 34px;
    padding: 2px;
    cursor: pointer;
}

#fiyatsa-panel-ve-toolbar input[type="number"],
#fiyatsa-panel-ve-toolbar select {
    min-width: 55px;
}

#fiyatsa-panel-ve-toolbar input[type="text"] {
    min-width: 130px;
}

#fiyatsa-panel-ve-toolbar button.danger {
    background: #ff6b6b;
    color: white;
}

#fiyatsa-panel-ve-toolbar button.danger:hover {
    background: #ff5252;
}

.fiyatsa-panel-file-in-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fiyatsa-panel-file-in-wrap input[type="file"] {
    position: absolute;
    left: -9999px;
}

@media (max-width: 1024px) {
    .editor-wrapper {
        grid-template-columns: 1fr;
    }
    .fiyatsa-panel-e-sdbr {
        position: static;
        max-height: none;
    }
}

@media (max-width: 768px) {
    .fiyatsa-panel-box-container {
        padding: 20px;
    }
    #fiyatsa-panel-ve-toolbar {
        max-width: 90vw;
        left: 5vw !important;
    }
}

.fiyatsa-panel-ve-toolbar-seperator {
    display: block;
    background-color: var(--body-text-color);
    width: 100%;
    height: 1px;
    opacity: 50%;
}


/* ::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
} */


/* Sürükleme Animasyonları */


/* 
.fiyatsa-panel-ve-dragging {
    opacity: 0.5 !important;
    transition: all 0.2s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3) !important;
    cursor: grabbing !important;
}

.fiyatsa-panel-ve-drag-over {
    border: 2px dashed #667eea !important;
    background: rgba(102, 126, 234, 0.08) !important;
    transform: scale(1.02);
    transition: all 0.2s ease;
}

.fiyatsa-panel-ve-editable {
    transition: all 0.2s ease;
    cursor: grab;
}

.fiyatsa-panel-ve-editable:active {
    cursor: grabbing;
}



#ve-text-input {
    display: block !important;
    padding: 0.4rem;
    font-size: 0.8rem;
    border: 1px solid var(--main-btn-hover-border);
    width: 100% !important;
    border-radius: 0.4rem;
    max-height: 10rem;
}

.fi-pi-company-img {
    width: 2.2rem;
    height: 2.2rem;
    border: 2px dashed canvasColor;
    border-radius: 0.4rem;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}

.fi-pi-company-img:hover {
    border-color: #0d6efd;
} */

.fiyatsa-editor-header {
    padding: 0;
    background-color: var(--bg-color-7);
    background: linear-gradient(-45deg, var(--color-6), var(--color-3), var(--bg-color-2), var(--color-2));
    background-size: 400% 400%;
    animation: fiyatsa-editor-header-gradient 20s ease infinite;
    height: fit-content;
    overflow-y: none;
    display: inline-block;
    width: 100%;
    border-radius: 0.4rem;
    background-color: var(--color-2);
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 99;
    margin-bottom: 0.4rem;
}

@keyframes fiyatsa-editor-header-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.fiyatsa-editor-header .fi-editor-body {
    padding: 0.6rem 0.8rem;
}

.fiyatsa-editor-header .fi-e-body-file-name {
    padding: 0;
    outline: none;
    background-color: transparent;
    border: none;
    margin: 0;
    text-decoration: wavy;
}

.fiyatsa-editor-header .fi-e-body-file-name:focus {
    border-bottom: 1px dashed var(--body-text-color);
}

@property --g3-1-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 16.09375%;
}

@property --g3-1-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 33.12500000000001%;
}

@property --g3-2-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 48.55468750000001%;
}

@property --g3-2-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 9.648437500000002%;
}

@property --g3-3-x-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 78.6328125%;
}

@property --g3-3-y-position {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 79.8046875%;
}

:root {
    --g3-1-x-position: 16.09375%;
    --g3-1-y-position: 33.12500000000001%;
    --g3-2-x-position: 48.55468750000001%;
    --g3-2-y-position: 9.648437500000002%;
    --g3-3-x-position: 78.6328125%;
    --g3-3-y-position: 79.8046875%;
}

@keyframes g-3 {
    50% {
        --g3-1-x-position: 42.69531250000001%;
        --g3-1-y-position: 91.5625%;
        --g3-2-x-position: 91.7578125%;
        --g3-2-y-position: 33.046875%;
        --g3-3-x-position: 5.742187500000001%;
        --g3-3-y-position: 5.546875000000001%;
    }
}

.fi-card-style {
    position: relative;
    background-color: light-dark(#ffffff00, rgba(132, 132, 132, 0.11));
    padding: 1.4rem;
    border-radius: 1.4rem;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    backdrop-filter: blur(2px);
    overflow: hidden;
    border: 1px solid light-dark(#7676766f, #98989891);
    margin-bottom: 1.8rem;
    z-index: 9;
}

.fi-card-style::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -9;
    background: radial-gradient(100% 100% at var(--g3-3-x-position) var(--g3-3-y-position), #630042 -80%, transparent), radial-gradient(100% 100% at var(--g3-1-x-position) var(--g3-1-y-position), #5823009e -71%, transparent), radial-gradient(100% 100% at var(--g3-2-x-position) var(--g3-2-y-position), #00000090 -52%, transparent), #21213b86;
    animation: g-3 6s ease-in infinite;
    opacity: 0.08;
}

.fi-card-style .fi-card-style-img {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background-color: light-dark(#d0d0d039, rgba(132, 132, 132, 0.121));
    backdrop-filter: blur(1px);
}

.fi-card-style .fi-card-style-img img {
    height: 13rem;
    max-width: 100%;
    object-fit: contain;
}

.fi-card-style .fi-card-style-con {
    width: 100%;
    margin-left: 1.4rem;
    text-align: start;
}

.fi-card-style .fi-card-style-con .title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--body-text-color);
}

.fi-card-style .fi-card-style-con .subtitle {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    opacity: 0.6;
    color: var(--body-text-color);
}

.fi-card-style .fi-card-style-con .c-btn {
    display: flex;
    margin-top: 1.2rem;
    width: fit-content;
    background-color: light-dark(#eeeeee00, #ededed);
    color: light-dark(#272727, #272727);
    border-radius: 0.6rem;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.9rem 2.4rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid light-dark(#272727, #e9e9e9ef);
    box-shadow: 0 0 0 0 black;
}

.fi-card-style .fi-card-style-con .c-btn:hover {
    transform: scale(1.03) !important;
    border: 2px solid var(--app-color);
}

@media (max-width: 768px) {
    .fi-card-style-con .title {
        font-size: 1.3rem !important;
        font-weight: 600;
    }
    .fi-card-style-con .subtitle {
        font-size: 0.75rem;
        color: #666;
        margin: 0.5rem 0 1rem;
    }
    .fi-card-style-con {
        text-align: center !important;
        padding-top: 1rem;
        margin-left: 0;
    }
    .fi-card-style-con .c-btn {
        display: block;
        width: 100% !important;
        display: flex;
        justify-content: center;
        text-align: center !important;
    }
    .fi-card-style .fi-card-style-img img {
        height: 10rem;
    }
}

.fi-container {
    display: flex;
    justify-content: center;
    max-width: 1000px !important;
}

.pro-feature {
    position: relative;
    z-index: 8 !important;
    overflow: hidden;
}

.pro-feature::after {
    content: 'PRO';
    position: absolute;
    top: 0.2rem;
    font-size: 0.4rem;
    font-family: 600;
    letter-spacing: 1px;
    right: 0.2rem;
    color: light-dark(#e3f0ee, #fb8500);
    z-index: 9999;
}

.pro-feature:not(.no-bor)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -6;
    border: 1px solid light-dark(#e3f0ee, #fb8500);
    border-radius: 0.4rem;
}

.content-disabled {
    position: relative;
    opacity: 0.4 !important;
    z-index: 8;
}

.content-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
}


/* maviiiiiiii rokkeeeeeeett */

#rocket-container {
    width: 100%;
    height: calc(100vh);
    position: relative;
}

#rocket-container:active {
    cursor: grabbing;
}

#rocket-container canvas {
    z-index: 99;
}

.page-content {
    margin-top: 6rem;
}

.rocket-container-text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 800;
    width: 100%;
    text-align: center;
    font-size: clamp(10rem, 35vw, 45vh);
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
    user-select: none;
    transform: translate(-50%, -50%);
    z-index: -9;
    opacity: 0.4;
    text-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.204);
    white-space: nowrap;
    overflow: hidden;
}

.maviroket-section-1 {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
}

.maviroket-section-2 {
    width: 100%;
    overflow: hidden;
    background: black;
    padding: 0;
}

.maviroket-sc-two-img {
    height: auto;
    max-height: clamp(40px, 8vw, 60px);
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.maviroket-sc-two-text {
    font-size: clamp(1.2rem, 3.5vw, 2rem);
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 0 0.4rem;
}

.maviroket-section-1 .rocket-container-3d {
    position: absolute;
    bottom: 1.4rem;
    left: 2rem;
    opacity: 0.2;
}

.maviroket-section-1 .rocket-container-3d svg {
    height: 3rem;
    width: 3rem;
    fill: white;
}

.maviroket-section-1 .rocket-container-down {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    font-size: 1.2rem;
    opacity: 0.8;
}

.maviroket-section-1 .rocket-container-down .mouse {
    width: 25px;
    height: 40px;
    border: 1px solid rgb(196, 196, 196);
    background-color: transparent;
    border-radius: 13px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.maviroket-section-1 .rocket-container-down .scroll {
    width: 3px;
    height: 10px;
    background-color: rgb(196, 196, 196);
    border-radius: 2px;
    position: absolute;
    bottom: 9px;
    animation: move_down_maviroket 1.5s linear infinite;
}

@keyframes move_down_maviroket {
    0% {
        bottom: 9px;
    }
    50% {
        bottom: 5px;
    }
    100% {
        bottom: 9px;
    }
}

.maviroket-section-2 {
    overflow: hidden;
    width: 100%;
    background-color: #000;
    color: #fff;
}

.maviroket-section-2>div {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    will-change: transform;
    align-items: center;
}

.maviroket-sc-two-text {
    font-size: 1vh;
    font-weight: bold;
    margin: 0 1vh;
    flex-shrink: 0;
}

.maviroket-sc-two-img {
    height: 3rem;
    width: auto;
    margin: 0 30px;
    flex-shrink: 0;
}

.maviroket-bbl {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    opacity: 0;
    animation: riseAndSway linear infinite;
}

@keyframes riseAndSway {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        transform: translateY(-25vh) translateX(20px);
    }
    50% {
        transform: translateY(-50vh) translateX(-20px);
    }
    75% {
        transform: translateY(-75vh) translateX(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-110vh) translateX(-10px);
        opacity: 0;
    }
}

.maviroket-sc-two-text {
    display: inline-block;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.3rem;
}

.maviroket-sc-two-img {
    height: 2rem;
    margin: 0 1rem;
    display: inline-block;
}

.maviroket-card-1 {
    backdrop-filter: blur(2px);
    position: relative;
}

.maviroket-card-img-con {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 1.3rem;
    overflow: hidden;
    background-color: rebeccapurple;
}

.maviroket-card-img-con .maviroket-img-a {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.maviroket-c-title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}


/* Takım Yapısı Section - Yükseklik Yönetimi */

.maviroket-section-team {
    position: relative;
    min-height: 600px;
    transition: all 0.4s ease-in-out;
}

.maviroket-section-team .container {
    transition: all 0.3s ease-in-out;
}


/* Tab Content için smooth transition */

.maviroket-section-team .tab-content {
    position: relative;
    min-height: 400px;
    transition: min-height 0.4s ease-in-out;
}

.maviroket-section-team .tab-pane {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.maviroket-section-team .tab-pane:not(.show) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.maviroket-section-team .tab-pane.show {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.maviroket-about-p {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-left: 2rem;
    padding-right: 1rem;
    font-weight: 500;
}

.maviroket-nav-links {
    width: 25%;
    background-color: rgba(166, 166, 166, 0.041);
    backdrop-filter: blur(2px);
    padding: 0.5rem;
    border-radius: 0.4rem;
}

.maviroket-nav-links .maviroket-nav-link {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    padding: 0.2rem 0;
    color: #e8e8e8bb;
}

.maviroket-nav-links .maviroket-nav-link.active {
    color: #fb8500;
    font-weight: 700;
    border-bottom: 3px solid #fb8500;
}

.text-t-orange {
    color: #fb5607;
}

.border-orange {
    border: 2px solid #fb5607;
}

.text-t-blue {
    color: #48cae4;
}

.border-blue {
    border: 2px solid #48cae4;
}

.text-t-green {
    color: #27a300 !important;
}

.border-green {
    border: 2px solid #27a300;
}

.text-white {
    color: #f1f1f1;
}

.border-whit {
    border: 2px solid #ffffff80;
}

.w-33 {
    width: 33% !important;
}

.maviroket-user-card {
    width: 100%;
    border-radius: 0.4rem;
    padding: 1.1rem;
    background-color: #00000020;
    backdrop-filter: blur(2px);
    position: relative !important;
    margin-bottom: 1rem;
    z-index: 9 !important;
    user-select: none;
}

.maviroket-user-card:hover {
    transform: scale(1.02);
    transition: all .3s ease-out;
}

.maviroket-user-card .maviroket-user-info {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}

.maviroket-user-card .maviroket-user-card-img {
    border-radius: 0.4rem;
    overflow: hidden;
    width: 100%;
}

.maviroket-user-card .maviroket-user-card-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.maviroket-user-card .maviroket-user-card-con {
    width: 100%;
    text-align: start;
}

.maviroket-user-card .maviroket-user-card-con .mv-title {
    line-height: 1;
    font-size: 1.3rem;
    margin: 0;
}

.maviroket-user-card .maviroket-user-card-con .mv-sub-title {
    display: block;
    line-height: 1;
    opacity: 0.8;
    font-size: 0.80rem;
    font-weight: 400;
    margin: 0;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}

.maviroket-user-card .maviroket-user-card-con .mv-text {
    display: block;
    line-height: 1.1;
    opacity: 0.6;
    font-size: 0.7rem;
    font-weight: 300;
    text-align: justify;
    margin: 0;
}

.mv-sc-links {
    display: block;
    margin-top: 0.5rem;
}

.mv-sc-links .mv-sc-link {
    height: 1.3rem;
    width: 1.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: rgba(240, 240, 240, 0.067);
    line-height: 0;
    padding: 0 0.3rem;
    color: #f4f4f476;
    border-radius: 0.4rem;
    transition: all .3s ease;
    margin: 0 0.12rem;
}

.maviroket-user-card .maviroket-user-card-con .mv-sc-links .mv-sc-link:hover {
    color: #f4f4f4;
    transform: scale(1.15);
}

.social-media {
    width: 100%;
    color: #f4f4f410;
    backdrop-filter: blur(10px);
    background-color: #f4f4f400;
}

#loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    z-index: 10;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
    object-fit: contain;
    opacity: 0.3;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.maviroket-text-2 {
    font-size: 11rem;
}

.maviroket_c_content {
    max-width: 1240px;
    margin: 0 auto;
    padding: 1rem;
}

.maviroket_c_content__hero {
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maviroket_c_content__heading {
    text-align: center;
}

.maviroket_c_features {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.maviroket_c_features__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    height: 100vh;
    border-top: dashed 2px grey;
}

.maviroket_c_features__item--left {
    flex-direction: row;
    text-align: right;
}

.maviroket_c_features__item--right {
    flex-direction: row-reverse;
}

.maviroket_c_features__image {
    flex: 1 1 40%;
    position: relative;
}

.maviroket_c_features__card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.maviroket_c_features__img {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
}

.maviroket_c_features__content {
    flex: 1 1 55%;
}

.maviroket_c_features__title {
    font-size: 1.8em;
    margin-block-end: 1rem;
}

.maviroket_c_features__description {
    line-height: 1.6;
}


/* GSAP animation reveal styles */

.maviroket_c_gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}


/**/


/* İçeriği (Başlık ve Butonları) kapsayan alan */


/* --- YENİ EKLENEN: GİZLİ MESAJ ALANI --- */

.maviroket-success-message {
    display: none;
    /* Başlangıçta gizli */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    /* Tam ortada çıksın */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.maviroket-heart-icon {
    font-size: 100px;
    margin-bottom: 20px;
    display: block;
    animation: heartbeat 1.5s forwards;
}

.maviroket-success-text {
    font-size: 1.5rem;
    opacity: 0.9;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.3);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.15);
    }
    60% {
        transform: scale(1);
    }
}


/***/

.maviroket-section-6 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
}

.maviroket-roket {
    position: absolute;
    height: clamp(390px, 50vw, 580px);
    z-index: 11 !important;
    will-change: transform, opacity;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}

.maviroket-widgets {
    position: absolute;
    z-index: 10;
    will-change: transform, opacity;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}


/* Tablet Ayarı */

@media (max-width: 1024px) {
    .maviroket-roket {
        height: clamp(250px, 35vw, 400px);
        max-height: 60vh;
    }
}


/* Mobil Ayarı - Animasyon Devre Dışı, Grid Layout Aktif */

@media (max-width: 768px) {
    .maviroket-roket {
        height: clamp(200px, 30vw, 300px);
        max-height: 50vh;
    }
}


/* Küçük Mobil */


/* Küçük Mobil */

@media (max-width: 480px) {
    .maviroket-roket {
        height: clamp(150px, 25vw, 250px);
        max-height: 40vh;
    }
}


/* ========== WIDGET RESPONSIVE SIZES ========== */


/* Her widget için responsive boyutlar ve z-index */

#maviroket-i-1 {
    height: clamp(80px, 12vw, 170px) !important;
    z-index: 10;
}

#maviroket-i-2 {
    height: clamp(70px, 11vw, 160px) !important;
    z-index: 9;
}

#maviroket-i-3 {
    height: clamp(85px, 13vw, 180px) !important;
    z-index: 11;
}

#maviroket-i-4 {
    height: clamp(75px, 11.5vw, 165px) !important;
    z-index: 8;
}

#maviroket-i-5 {
    height: clamp(80px, 12vw, 170px) !important;
    z-index: 10;
}

#maviroket-i-6 {
    height: clamp(70px, 11vw, 160px) !important;
    z-index: 9;
}

#maviroket-i-7 {
    height: clamp(85px, 13vw, 180px) !important;
    z-index: 11;
}

#maviroket-i-8 {
    height: clamp(75px, 11.5vw, 165px) !important;
    z-index: 8;
}

#maviroket-i-9 {
    height: clamp(80px, 12vw, 170px) !important;
    z-index: 10;
}

#maviroket-i-10 {
    height: clamp(90px, 14vw, 190px) !important;
    z-index: 12;
}

#maviroket-i-12 {
    height: clamp(85px, 13vw, 180px) !important;
    z-index: 11;
}

#maviroket-i-13 {
    height: clamp(80px, 12vw, 170px) !important;
    z-index: 10;
}

@media (max-width: 768px) {
    #maviroket-i-1,
    #maviroket-i-2,
    #maviroket-i-3,
    #maviroket-i-4,
    #maviroket-i-5,
    #maviroket-i-6,
    #maviroket-i-7,
    #maviroket-i-8,
    #maviroket-i-9 {
        height: clamp(150px, 17vw, 180px) !important;
    }
    #maviroket-i-10,
    #maviroket-i-12,
    #maviroket-i-13 {
        height: clamp(110px, 16vw, 160px) !important;
    }
}


/* Küçük mobilde daha da kompakt */

@media (max-width: 480px) {
    #maviroket-i-1,
    #maviroket-i-2,
    #maviroket-i-3,
    #maviroket-i-4,
    #maviroket-i-5,
    #maviroket-i-6,
    #maviroket-i-7,
    #maviroket-i-8,
    #maviroket-i-9 {
        height: clamp(80px, 12vw, 120px) !important;
    }
    #maviroket-i-10,
    #maviroket-i-12,
    #maviroket-i-13 {
        height: clamp(90px, 14vw, 140px) !important;
    }
}


/******/

@import url('https://fonts.googleapis.com/css2?family=Birthstone+Bounce:wght@400;500&display=swap');
.maviroket-sponsor-section {
    padding: 5rem 0;
    background-color: black;
    overflow: hidden;
    position: relative;
}

.maviroket-heart-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0.5;
}

.maviroket-heart {
    position: absolute;
    top: -50px;
    user-select: none;
    font-size: 20px;
}

.maviroket-sponsor-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.maviroket-sponsor-track {
    display: flex;
    width: max-content;
    gap: 50px;
    will-change: transform;
}

.maviroket-sponsor-item img {
    display: block;
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.maviroket-sponsor-item img:hover {
    filter: grayscale(0%);
}

.maviroket-sponsor-section .maviroket-sponsor-section-title {
    display: block;
    width: 100%;
    text-align: center;
}

.maviroket-sponsor-section .maviroket-sponsor-section-title h3 {
    display: block;
    font-weight: 500;
    font-size: 3rem;
    font-style: normal;
    font-family: "Birthstone Bounce", cursive;
}

.maviroket-sponsor-section .maviroket-sponsor-section-title p {
    display: block;
    font-weight: 400;
    opacity: 0.6;
    font-weight: 300;
    font-size: 0.88rem;
    font-family: 'Poppins', sans-serif;
    margin-top: 1.9rem;
    margin-bottom: 3rem;
}

.maviroket-social-m-a {
    opacity: 0.6;
}

.maviroket-social-m-a:hover {
    opacity: 1;
    transform: scale(1.09);
    transition: all .3s ease;
}


/* Bubble Animation */

.bubble {
    position: fixed;
    width: 5px;
    height: 5px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 200, 0, 0.9), rgba(255, 100, 0, 0.6), rgba(255, 50, 0, 0.3));
    border-radius: 50%;
    pointer-events: none;
    z-index: 100 !important;
    box-shadow: inset 0 0 15px rgba(221, 221, 221, 0.8), 0 0 20px rgba(100, 100, 100, 0.4);
    animation: radialSpread 2s ease-out forwards;
    filter: blur(1px);
}

@keyframes radialSpread {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(var(--x), var(--y)) scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: translate(calc(var(--x) * 2), calc(var(--y) * 2)) scale(0.3);
        opacity: 0;
    }
}


/******* home ******/

.maviroket-content-hero {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maviroket-content-heading {
    text-align: center;
}

.maviroket-features {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.maviroket-features-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    height: auto;
    margin: 1rem 0;
    border-top: dashed 2px grey;
}

.maviroket-features-item-left {
    flex-direction: row;
    text-align: right;
}

.maviroket-features-item-right {
    flex-direction: row-reverse;
}

.maviroket-features-image {
    flex: 1 1 40%;
    position: relative;
}

.maviroket-features-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.maviroket-features-img {
    max-width: 100%;
    position: absolute;
    object-fit: cover;
    display: block;
}

.maviroket-features-content {
    flex: 1 1 55%;
}

.text-justify {
    text-align: justify;
}

.maviroket-features-title {
    font-size: 1.8em;
    margin-block-end: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.maviroket-features-description {
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
}

.maviroket-gs-reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}


/**********************/

.maviroket-fun-section {
    position: relative;
    width: 100%;
    height: 40vh;
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.maviroket-fun-section-bg-img {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.008;
    transform: translate(-50%, -50%);
    filter: blur(2px);
}

.maviroket-fun-section-bg-img img {
    height: 10rem;
}


/* İçeriği (Başlık ve Butonları) kapsayan alan */

.maviroket-content-wrapper {
    z-index: 2;
    transition: opacity 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maviroket-fun-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.maviroket-btn-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}


/* --- YENİ EKLENEN: GİZLİ MESAJ ALANI --- */

.maviroket-success-message {
    display: none;
    /* Başlangıçta gizli */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    /* Tam ortada çıksın */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.maviroket-heart-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    animation: heartbeat 1.5s forwards;
}

.maviroket-success-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.maviroket-success-text {
    font-size: 1.5rem;
    opacity: 0.9;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.3);
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.15);
    }
    60% {
        transform: scale(1);
    }
}


/**********************/


/* Conflict Resolved - Merged into main block above */

.maviroket-sponsor-section {
    padding: 5rem 0;
    background-color: black;
    overflow: hidden;
    position: relative;
}

.maviroket-heart-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
    opacity: 0.5;
}

.maviroket-heart {
    position: absolute;
    top: -50px;
    user-select: none;
    font-size: 20px;
}

.maviroket-sponsor-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.maviroket-sponsor-track {
    display: flex;
    width: max-content;
    gap: 50px;
    will-change: transform;
}

.maviroket-sponsor-item img {
    display: block;
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    cursor: pointer;
}

.maviroket-sponsor-item img:hover {
    filter: grayscale(0%);
}

.maviroket-sponsor-section .maviroket-sponsor-section-title {
    display: block;
    width: 100%;
    text-align: center;
}

.maviroket-sponsor-section .maviroket-sponsor-section-title h3 {
    display: block;
    font-weight: 500;
    font-size: 3rem;
    font-style: normal;
}

.maviroket-sponsor-section .maviroket-sponsor-section-title p {
    display: block;
    font-weight: 400;
    opacity: 0.6;
    font-weight: 300;
    font-size: 0.88rem;
    font-family: 'Poppins', sans-serif;
    margin-top: 1.9rem;
    margin-bottom: 3rem;
}


/**********************/

.maviroket-floating-img {
    position: absolute;
    top: -5rem;
    left: 100%;
    z-index: 10;
}

.maviroket-floating-img img {
    width: 9rem;
    height: auto;
    transform: rotate(280deg);
    z-index: 99;
}

.maviroket-floating-img-2 {
    position: absolute;
    top: -5rem;
    left: 100%;
    z-index: -9;
}

.maviroket-floating-img-2 img {
    width: 9rem;
    height: auto;
    transform: rotate(55deg);
    z-index: -9 !important;
}


/* Baloncuklar */

.bubble {
    position: fixed;
    width: 10px;
    height: 10px;
    background: rgba(0, 200, 255, 0.7);
    border-radius: 50%;
    pointer-events: none;
    z-index: 5;
    animation: bubble-fade linear forwards;
    z-index: -8;
}

.video-trigger-section {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #111;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

.video-trigger-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.video-trigger-section:hover::before {
    background-color: rgba(0, 0, 0, 0.65);
}

.video-content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.video-content h2 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.play-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #ff0000;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
}

.play-button svg {
    fill: #fff;
    stroke: #fff;
    width: 32px;
    height: 32px;
    margin-left: 4px;
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
}

.video-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.video-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #000;
    z-index: 10;
}

.modal-close-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.close-video-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.close-video-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@keyframes bubble-fade {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
    }
}


/*** end home ***/

@media screen and (min-width: 1024px) and (max-width: 1150px) {
    .rocket-container-text {
        font-size: clamp(8rem, 25vw, 30vh);
    }
    #rocket-container {
        width: 100%;
        height: calc(100vh - 11rem);
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .rocket-container-text {
        font-size: clamp(6rem, 20vw, 20vh);
    }
    #rocket-container {
        width: 100%;
        height: calc(100vh - 10rem);
        position: relative;
    }
    .maviroket-content-heading {
        font-size: 2.4rem;
    }
}

.mv-captian-card {
    width: 34%;
}

@media screen and (max-width: 768px) {
    body::after {
        --color: light-dark(#0d0d0d55, #dadada36);
        background-color: #f3f3f300;
        background-size: 8% 5%;
        opacity: 0.2 !important;
    }
    .rocket-container-text {
        font-size: 14vh;
    }
    #rocket-container {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .maviroket-content-heading {
        font-size: 1.5rem;
    }
    .maviroket-floating-img img {
        width: 6rem;
        transform: rotate(280deg);
    }
    .maviroket-nav-links {
        width: 100%;
    }
    .mv-captian-card {
        width: 100%;
    }
    .maviroket-user-card .maviroket-user-card-img {
        border-radius: 0.4rem;
        overflow: hidden;
        width: 20%;
    }
    .maviroket-user-card .maviroket-user-info {
        position: absolute;
        top: 1.2rem;
        right: 1rem;
    }
    .maviroket-user-card .maviroket-user-info svg {
        height: 5.1rem;
        width: 5.1rem;
        opacity: 0.12;
        filter: blur(1px);
    }
    .maviroket-fun-section {
        height: 20rem;
        min-height: 20rem;
        background: black;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: center;
    }
    .maviroket-fun-section-bg-img {
        opacity: 0;
        display: none;
    }
    .maviroket-content-wrapper {
        padding: 4rem 1rem;
        z-index: 2;
        transition: opacity 0.5s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .maviroket-fun-title {
        font-size: 1.4rem;
        margin-bottom: 3rempx;
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        pointer-events: none;
    }
    .maviroket-btn-group {
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }
    .maviroket-success-title {
        font-size: 2rem;
    }
    .video-content {
        gap: 1.40rem;
    }
    .video-content h2 {
        font-size: 1.4rem;
        margin: 0;
        font-weight: 700;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }
    .maviroket-features-description {
        line-height: 1.3;
        font-size: 0.9rem;
        font-weight: 400;
        text-align: justify;
    }
}

.maviroket-fun-section {
    position: relative;
    width: 100%;
}

#maviroket-fun-section-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

.maviroket-btn-group {
    z-index: 69999 !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    background: #000;
    z-index: 10;
}

.modal-close-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.close-video-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.close-video-btn:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

@keyframes bubble-fade {
    0% {
        opacity: 1;
        transform: translate(0, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(0.5);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
    .rocket-container-text {
        font-size: clamp(8rem, 25vw, 30vh);
    }
    #rocket-container {
        width: 100%;
        height: calc(100vh - 11rem);
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .rocket-container-text {
        font-size: clamp(5.2rem, 12vw, 15vh) !important;
    }
    #rocket-container {
        width: 100%;
        height: calc(100vh - 10rem);
        position: relative;
    }
    .maviroket-content-heading {
        font-size: 2.4rem;
    }
}

.mv-captian-card {
    width: 34%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .maviroket-section-2 {
        padding: 1rem 0;
    }
    .maviroket-sc-two-img {
        max-height: 40px;
    }
    .maviroket-sc-two-text {
        font-size: 1.2rem;
        padding: 0 0.5rem;
    }
    .maviroket-features-item {
        gap: 1.5rem;
        padding: 2rem 1rem;
    }
    .maviroket-features-title {
        font-size: 1.5em;
    }
    .maviroket-features-description {
        line-height: 1.5;
        font-size: 0.95rem;
        padding: 0 1rem;
    }
    .maviroket-roket {
        height: 400px !important;
    }
}

@media screen and (max-width: 768px) {
    body::after {
        --color: light-dark(#0d0d0d55, #dadada36);
        background-color: #f3f3f300;
        background-size: 8% 5%;
        opacity: 0.2 !important;
    }
    .rocket-container-text {
        font-size: clamp(4rem, 15vw, 14vh);
    }
    #rocket-container {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .maviroket-section-2 {
        padding: 0.5rem 0;
        overflow-x: hidden;
    }
    .maviroket-sc-two-img {
        max-height: 30px;
        min-width: 30px;
    }
    .maviroket-sc-two-text {
        font-size: 0.9rem;
        padding: 0 0.3rem;
        white-space: nowrap;
    }
    .maviroket-content-heading {
        font-size: 1.8rem;
        padding: 1rem;
        line-height: 1.3;
    }
    .maviroket-features-item {
        flex-direction: column !important;
        text-align: left !important;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }
    .maviroket-features-image {
        flex: 1 1 100%;
        width: 100%;
    }
    .maviroket-features-content {
        flex: 1 1 100%;
        width: 100%;
    }
    .maviroket-features-title {
        font-size: 1.5em;
        margin-bottom: 1rem;
        text-align: left;
    }
    .maviroket-features-description {
        line-height: 1.6;
        font-size: 0.9rem;
        font-weight: 400;
        text-align: left;
        padding: 0;
    }
    .maviroket-floating-img img,
    .maviroket-floating-img-2 img {
        width: 5rem;
    }
    .maviroket-nav-links {
        width: 100%;
        flex-wrap: wrap;
    }
    .mv-captian-card {
        width: 100%;
        padding: 1rem;
    }
    .maviroket-user-card {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    .maviroket-user-card .maviroket-user-card-img {
        border-radius: 0.4rem;
        overflow: hidden;
        width: 100%;
        max-width: 3rem;
    }
    .maviroket-user-card .maviroket-user-info {
        position: absolute;
        top: 1.2rem;
        right: 1rem;
    }
    .maviroket-user-card .maviroket-user-info svg {
        height: 4rem;
        width: 4rem;
        opacity: 0.08;
        filter: blur(3px);
    }
    .maviroket-user-card .mv-title {
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }
    .maviroket-user-card .mv-sub-title {
        font-size: 0.85rem;
    }
    .maviroket-user-card .mv-text {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    .maviroket-fun-section {
        height: auto;
        min-height: 20rem;
        padding: 3rem 1rem;
        background: black;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        text-align: center;
    }
    .maviroket-fun-section-bg-img {
        opacity: 0;
        display: none;
    }
    .maviroket-content-wrapper {
        padding: 2rem 1rem;
        z-index: 2;
        transition: opacity 0.5s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .maviroket-fun-title {
        font-size: 1.3rem;
        margin-bottom: 2rem;
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        pointer-events: none;
        line-height: 1.4;
        padding: 0 1rem;
    }
    .maviroket-btn-group {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 1rem;
    }
    .maviroket-btn-group .btn-3 {
        width: 100%;
        max-width: 280px;
    }
    .maviroket-success-title {
        font-size: 1.5rem;
        padding: 0 1rem;
    }
    .maviroket-success-text {
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    .video-trigger-section {
        height: 300px;
    }
    .video-content {
        gap: 1.2rem;
        padding: 0 1rem;
    }
    .video-content h2 {
        font-size: 1.3rem;
        margin: 0;
        font-weight: 700;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        line-height: 1.3;
    }
    .play-button {
        width: 60px;
        height: 60px;
    }
    .play-button svg {
        width: 24px;
        height: 24px;
    }
    .maviroket-roket {
        height: 300px !important;
        max-height: 40vh;
    }
    .maviroket-text-2 {
        font-size: clamp(3rem, 12vw, 8vh) !important;
    }
    .maviroket-sponsor-section {
        padding: 3rem 1rem;
    }
    .maviroket-sponsor-section-title h3 {
        font-size: 2rem;
    }
    .maviroket-sponsor-section-title p {
        font-size: 0.85rem;
        padding: 0 1rem;
    }
    .maviroket-sponsor-item img {
        max-height: 40px;
    }
    .maviroket-section-team {
        min-height: 400px;
    }
    .maviroket-section-team .tab-content {
        min-height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .maviroket-content-heading {
        font-size: 1.5rem;
    }
    .maviroket-features-title {
        font-size: 1.3em;
    }
    .maviroket-features-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    .maviroket-fun-title {
        font-size: 1.1rem;
    }
    .video-content h2 {
        font-size: 1.1rem;
    }
    .maviroket-roket {
        height: 250px !important;
    }
}

.maviroket-fun-section {
    position: relative;
    width: 100%;
}

#maviroket-fun-section-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
}

.maviroket-btn-group {
    z-index: 69999 !important;
}

.bubble {
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    pointer-events: none;
    animation-name: bubble-fade;
    animation-timing-function: ease-out;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .maviroket-content-heading {
        font-size: 1.8rem !important;
        padding: 0 1rem;
        line-height: 1.3;
    }
    .maviroket-features-item {
        flex-direction: column !important;
        gap: 1rem !important;
        padding: 2rem 0 !important;
        text-align: center !important;
    }
    .maviroket-features-item-left,
    .maviroket-features-item-right {
        flex-direction: column !important;
        text-align: center !important;
    }
    .maviroket-features-image {
        flex: 1 1 100% !important;
        max-width: 100%;
    }
    .maviroket-features-content {
        flex: 1 1 100% !important;
        padding: 0 1rem;
    }
    .maviroket-features-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem;
    }
    .maviroket-features-description {
        font-size: 0.9rem !important;
        line-height: 1.5;
        text-align: left !important;
    }
    .maviroket-sc-two-text {
        font-size: 1.2rem !important;
    }
    .maviroket-sc-two-img {
        height: 2rem !important;
        margin: 0 0.5rem !important;
    }
    .maviroket-fun-title {
        font-size: 1.5rem !important;
        padding: 0 1rem;
    }
    .maviroket-heart-icon {
        font-size: 4rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .maviroket-content-heading {
        font-size: 2.2rem !important;
    }
    .maviroket-features-item {
        gap: 1.5rem !important;
    }
    .maviroket-features-image {
        flex: 1 1 45% !important;
    }
    .maviroket-features-content {
        flex: 1 1 50% !important;
    }
    .maviroket-features-title {
        font-size: 1.6rem !important;
    }
    .maviroket-features-description {
        font-size: 0.95rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .maviroket-content-heading {
        font-size: 3rem !important;
    }
    .maviroket-features-title {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .custom-navbar {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .app-logo .logo {
        max-height: 2rem !important;
    }
    .dropdown-content {
        min-width: 200px !important;
    }
}

@media screen and (max-width: 767px) {
    .container,
    .container-md {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .maviroket-nav-links {
        width: 100% !important;
        flex-direction: column !important;
    }
    .maviroket-nav-link {
        padding: 0.5rem 1rem !important;
        font-size: 0.9rem !important;
    }
    .mv-captian-card {
        width: 100% !important;
    }
    .maviroket-u-c-title {
        font-size: 1.2rem !important;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .mv-captian-card {
        width: 80% !important;
    }
}

@media screen and (max-width: 767px) {
    .video-trigger-section {
        min-height: 40vh !important;
        padding: 2rem 1rem !important;
    }
    .video-content h2 {
        font-size: 1.5rem !important;
    }
    .play-button {
        width: 60px !important;
        height: 60px !important;
    }
    .maviroket-social-m-a svg,
    .maviroket-social-m-a img {
        width: 1.3rem !important;
        height: 1.3rem !important;
    }
    .maviroket-sponsor-section-title h3 {
        font-size: 2rem !important;
    }
    .maviroket-sponsor-section-title p {
        font-size: 0.9rem !important;
        padding: 0 1rem;
    }
    .maviroket-sponsor-item img {
        max-height: 40px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .maviroket-floating-img img,
    .maviroket-floating-img-2 img {
        width: 8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .maviroket-section-4 {
        padding: 2rem 0 !important;
    }
    .maviroket-section-team {
        padding: 2rem 0 !important;
    }
    .maviroket-content-wrapper {
        padding: 2rem 1rem !important;
    }
    .maviroket-btn-group {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 1rem;
    }
    .maviroket-btn-group .btn-3 {
        width: 100% !important;
        max-width: 300px;
        margin: 0.5rem 0 !important;
    }
    .maviroket-content-wrapper .d-flex {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 0.5rem;
    }
    .maviroket-content-hero {
        height: auto !important;
        min-height: 20vh !important;
        padding: 2rem 1rem !important;
    }
    .maviroket-features-card {
        max-width: 100% !important;
        margin: 0 auto;
    }
    .maviroket-features-img {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .maviroket-sc-two-img,
    .maviroket-section-2 {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
    }
    .bubble,
    .maviroket-bbl {
        display: none !important;
        visibility: hidden !important;
    }
    html,
    body {
        scroll-behavior: auto !important;
        scroll-snap-type: none !important;
        overflow-x: hidden !important;
        overflow-anchor: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    section {
        position: relative !important;
        transform: none !important;
        will-change: auto !important;
        scroll-snap-align: none !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }
    * {
        animation: none !important;
        transition: none !important;
    }
    .maviroket-fun-section {
        height: auto !important;
        min-height: 400px;
        background: black !important;
    }
    .maviroket-content-wrapper {
        position: relative !important;
        z-index: 5 !important;
    }
}

.bubble {
    position: fixed;
    width: 5px;
    height: 5px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 200, 0, 0.9), rgba(255, 100, 0, 0.6), rgba(255, 50, 0, 0.3));
    border-radius: 50%;
    pointer-events: none;
    z-index: 1 !important;
    box-shadow: inset 0 0 15px rgba(221, 221, 221, 0.8), 0 0 20px rgba(100, 100, 100, 0.4);
    animation: radialSpread 2s ease-out forwards;
    filter: blur(1px);
}

@keyframes radialSpread {
    0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(var(--x), var(--y)) scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: translate(calc(var(--x) * 2), calc(var(--y) * 2)) scale(0.3);
        opacity: 0;
    }
}