/**
  * Name: Open9 | NFT Marketplace HTML Template
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "../icon/icon.css";
@import "shortcodes.css";
@import "bootstrap.css";
@import "animation.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";
/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * header section
    * mobile
    * cusor
    * preload

*/

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #161616;
    ;
    line-height: 1;
    padding: 0 !important;
}

body.background-white {
    background-color: #fff;
    color: #161616;
}

body.background-white #footer {
    background-color: #111;
    /* Keep footer dark */
}

body.background-white .bg-grid-line,
body.background-white .widget-bg-line {
    opacity: 0.1;
    /* Subdue background grid lines in white theme */
}



/* Ensure header stays visible and consistent */
.header_1.style-white.is-fixed {
    background-color: rgba(255, 255, 255, 0.98);
}

/* Visibility & Alignment Fixes for Selection Indicators (Card Numbers) */
body.background-white .swiper-pagination.pagination-number .swiper-pagination-bullet {
    color: #161616 !important;
    opacity: 0.6;
    background: transparent !important;
    /* Remove background circle from numbers */
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

body.background-white .swiper-pagination.pagination-number .swiper-pagination-bullet-active {
    color: #161616 !important;
    opacity: 1;
    background: transparent !important;
}

body.background-white .swiper-pagination-bullet {
    background: #161616 !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 0.2;
}

body.background-white .swiper-pagination-bullet-active {
    background: #44b25b !important;
    opacity: 1;
}

/* Ensure proper spacing and stacking for pagination */
body.background-white .swiper-pagination {
    bottom: -20px !important;
    z-index: 99 !important;
}

body.background-white .swiper-container,
body.background-white .swiper {
    padding-bottom: 40px !important;
    overflow: visible !important;
}

/* Fix for style-bottom iconic pagination visibility */
body.background-white .style-bottom .swiper-pagination-bullet::after {
    color: #161616 !important;
}

body.background-white .style-bottom .swiper-pagination-bullet-active::after {
    color: #44b25b !important;
}

body.background-white .divider {
    background-color: rgba(0, 0, 0, 0.08) !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: 'Manrope', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7A798A;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}


/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size: 14px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.53), rgba(255, 255, 255, 0.53));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    appearance: none;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}


/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

textarea.style-1,
input.style-1 {
    background-color: #232323 !important;
}

.search.search-submit {
    position: absolute;
    right: 18px;
    top: 1px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

/* Contact Form 7 */
fieldset {
    margin-bottom: 30px;
    width: 100%;
}

form label {
    color: #FFF;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 16px;
}

.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
    overflow: hidden;
}

.select::after {
    font-family: 'icomoon';
    content: '\e914';
    font-size: 14px;
    right: 10px;
    font-weight: 600;
    color: #1F1F2C;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #fff;
}

select option {
    padding: 15px 26px;
    font-size: 15px;
    line-height: 24px;
    color: #1F1F2C;
    background-color: #fff;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #8A8AA0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Azeret Mono';
    color: rgba(255, 255, 255, 0.53);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    background-color: rgba(68, 178, 91, 1);
    color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

button.style-1,
input.style-1[type="button"],
input.style-1[type="reset"],
input.style-1[type="submit"] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: rgba(68, 178, 91, 1);
    background-color: rgba(22, 22, 22, 1);
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    border: none;
    background-color: rgba(22, 22, 22, 1);
    color: rgba(68, 178, 91, 1);
}

button.style-1:hover,
input.style-1[type="button"]:hover,
input.style-1[type="reset"]:hover,
input.style-1[type="submit"]:hover,
button.style-1:focus,
input.style-1[type="button"]:focus,
input.style-1[type="reset"]:focus,
input.style-1[type="submit"]:focus {
    outline: 0;
    border: none;
    color: rgba(22, 22, 22, 1);
    background-color: rgba(68, 178, 91, 1);
}

.btn-submit button[type="submit"]:hover {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

.btn-submit button.active {
    background-color: #FFF;
    color: rgba(22, 22, 22, 1);
}

textarea {
    height: 180px;
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #8A8AA0;
}

:-moz-placeholder {
    color: #8A8AA0;
}

::-moz-placeholder {
    color: #8A8AA0;
    opacity: 1;
}

.error {
    font-size: 16px;
    color: var(--primary-color2);
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #8A8AA0;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
    background: linear-gradient(to right, #E250E5, #4B50E6, #E250E5);
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 700;
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

label.error {
    color: #ff0000;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.gap30 {
    gap: 30px;
}

.gap4 {
    gap: 4px;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-end {
    text-align: end;
}

.text-center {
    text-align: center;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.pl-2-5 {
    padding-left: 2.5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-16 {
    padding-bottom: 16px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-38 {
    padding-bottom: 38px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mt-18 {
    margin-top: 18px !important;
}

.mt-17 {
    margin-top: 17px;
}

.mt-16 {
    margin-top: 16px;
}

.mr-16 {
    margin-right: 16px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.tf-color {
    color: #44b25b !important;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.mw-667 {
    max-width: 667px !important;
}

.w242 {
    width: 242.5px;
}

.rotateZ90 {
    transform: rotateZ(90deg);
}

.fl-item-1,
.fl-item {
    display: none;
}

.opacity-01 {
    opacity: 0.1;
}

.no-bg {
    background: none !important;
}

.capitalize {
    text-transform: capitalize;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */
a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #44b25b;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Header
-------------------------------------------------------------- */
/* Header - Premium Modern Flex Layout */
.header_1 {
    position: relative;
    z-index: 1000;
    height: 72px !important;
    /* Reduced for sleeker professional look */
    width: 100%;
    border: none;
    padding: 0 40px !important;
    /* Added side padding for better alignment */
    transition: all 0.3s ease;
}

#site-header-inner {
    height: 100%;
}

#site-header-inner .wrap-box {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    height: 100% !important;
    position: relative !important;
    width: 100% !important;
}

#site-logo {
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}

#site-logo-inner {
    position: relative !important;
    top: auto !important;
    transform: none !important;
}

.header_1 #main-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-grow: 1 !important;
    margin: 0 50px !important;
    /* Premium gap between Logo and Nav, and Nav and Icons */
}

#main-nav>ul {
    display: flex !important;
    align-items: center !important;
}

#main-nav>ul>li {
    padding: 0 20px !important;
    height: 72px !important;
    /* Matched to header height */
    display: flex !important;
    align-items: center !important;
}

.flat-wallet {
    display: flex !important;
    gap: 30px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    padding: 0 !important;
    align-items: center !important;
}

/* Functional Header Components (Redesigned for Flex) */
.header-search {
    display: flex !important;
    align-items: center !important;
}

.canvas {
    position: relative !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
}

.canvas span,
.canvas::before,
.canvas::after {
    position: absolute !important;
    content: "" !important;
    height: 2px !important;
    /* Thinner for modern look */
    background-color: #161616 !important;
    border-radius: 5px !important;
    right: 0 !important;
    transition: all 0.3s ease !important;
}

.canvas span {
    width: 25px !important;
    top: 50% !important;
}

.canvas::before {
    width: 18px !important;
    top: 25% !important;
}

.canvas::after {
    width: 22px !important;
    top: 75% !important;
}

.canvas:hover span {
    width: 18px !important;
}

.canvas:hover::before {
    width: 25px !important;
}

.canvas:hover::after {
    width: 14px !important;
}

/* sub-menu - Premium Modern Overhaul */
.header_1.style-white #main-nav .sub-menu {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 16px !important;
    padding: 12px 0 !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
}

.header_1.style-white #main-nav .sub-menu li a {
    color: #161616 !important;
    font-weight: 700 !important;
    /* Bolder for better visibility */
    padding: 12px 24px !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

.header_1.style-white #main-nav .sub-menu li:hover>a {
    color: #44b25b !important;
    background: rgba(22, 22, 22, 0.03) !important;
    padding-left: 28px !important;
    /* Premium nudge effect */
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li.current-item>a,
#main-nav .sub-menu li a:hover {
    color: #44b25b;
}

#main-nav>ul>li .sub-menu li {
    position: relative;
}

#main-nav>ul>li .sub-menu li a {
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
}

#main-nav .nav-sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -40% !important;
    left: 100%;
    background-color: #000000;
    z-index: 20;
    transition: ease-out 0.3s;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start;
    padding: 15px 0;
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all;
}

#main-nav .sub-menu li.has-item a {
    position: relative;
}

#main-nav .sub-menu li.has-item>a::before {
    position: absolute;
    content: '\e912';
    font-family: 'icomoon';
    right: 36px;
}

/* style-white - Premium Modern Overhaul */
.header_1.style-white {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(25px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(25px) saturate(200%) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03) !important;
}

.header_1.style-white .tf-button {
    background-color: #161616;
    color: #fff;
    border-radius: 12px;
    font-weight: 800;
    /* Extra bold for professional impact */
    padding: 12px 26px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.header_1.style-white .tf-button:hover {
    background-color: #161616;
    color: #44b25b;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.header_1.style-white #main-nav>ul>li>a {
    color: #161616;
    font-size: 17px;
    /* Increased for premium visibility */
    font-weight: 800;
    /* Extra bold for professional impact */
    letter-spacing: -0.01em;
    padding: 0 15px;
    position: relative;
    transition: color 0.3s ease;
}

.header_1.style-white #main-nav>ul>li:hover>a,
.header_1.style-white #main-nav>ul>li.current-menu-item>a {
    color: #161616 !important;
    /* Keep it dark for visibility */
    opacity: 0.7;
    /* Suble hover effect instead of color change for high-end feel */
}

/* Premium Animated Underline */
.header_1.style-white #main-nav>ul>li>a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: #44b25b;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left;
}

.header_1.style-white #main-nav>ul>li:hover>a::after,
.header_1.style-white #main-nav>ul>li.current-menu-item>a::after {
    transform: scaleX(1);
}

.header_1.style-white.is-fixed {
    background: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(30px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(200%) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    height: 64px !important;
    /* Condensed height */
    top: 15px !important;
    /* Floating effect */
    width: calc(100% - 40px) !important;
    /* Slightly narrower */
    left: 20px !important;
    border-radius: 100px !important;
    /* Pill shape */
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Adjust header contents for condensed height */
.header_1.style-white.is-fixed #main-nav>ul>li {
    height: 64px !important;
}

.header_1.style-white.is-fixed #site-logo img {
    max-height: 32px !important;
    /* Scale down logo */
}

.header_1.style-white.is-fixed .search-form-modern {
    padding: 0px 6px 0px 18px;
    height: 38px;
}

.header_1.style-white.is-fixed .header-favorites a,
.header_1.style-white.is-fixed .show-search {
    width: 38px;
    height: 38px;
}

/* header-full */
.header_1.header-full {
    height: 98px !important;
    border-bottom: 1px solid rgba(153, 153, 153, 0.08);
}

.header_1.header-full .container-fluid {
    padding: 20px 33px 21px 50px;
}

.header_1.header-full #main-nav {
    left: 19.2%;
}

.header_1.header-full .widget-search input {
    width: 580px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 18px;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search input::placeholder {
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
}

.header_1.header-full .widget-search button {
    height: 44px;
    font-size: 18px;
    padding: 10px 0;
}

.header_1.header-full #wallet-header a {
    background: #DEE8E8;
}

.header_1.header-full #wallet-header a:hover {
    background: #44b25b;
}

/* Mobile Menu Button - Elite Refactoring */
.mobile-button {
    display: none;
    position: static;
    /* Remove absolute positioning for flex flow */
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 5px;
    /* Spacing from wallet icons */
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #ffffff;
    transition: all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616 !important;
}


/* Modernized Search Icon & Dropdown Popup */
.header-search-modern {
    position: relative;
    margin-right: 15px;
}

.show-search-modern {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, 0.03);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.show-search-modern:hover {
    background: #44b25b;
    transform: scale(1.1);
}

.show-search-modern i {
    color: #161616;
    font-size: 20px;
    font-weight: 700;
}

.top-search-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 20px;
    width: 350px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
}

/* Show dropdown only on active (click) */
.header-search-modern.active .top-search-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Ensure icons are balanced in the right group */
.flat-wallet {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.canvas {
    margin-left: 5px;
    /* Spacing for the menu icon */
}

.search-form-dropdown {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid rgba(22, 22, 22, 0.12);
    border-radius: 100px;
    padding: 4px 6px 4px 18px;
    width: 100%;
}

.search-field-dropdown {
    border: none !important;
    background: none !important;
    color: #161616 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    width: 100%;
    padding: 8px 0 !important;
}

.search-field-dropdown::placeholder {
    color: rgba(22, 22, 22, 0.4);
}

.search-submit-dropdown {
    background: #161616 !important;
    color: #fff !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.search-submit-dropdown:hover {
    background: #44b25b !important;
    color: #161616 !important;
    transform: scale(1.1);
}

.search-submit-dropdown i {
    font-size: 16px;
    font-weight: 700;
}

.header-favorites {
    margin-right: 10px;
}

.header-favorites a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, 0.03);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.header-favorites a:hover {
    background: #FF4B5C;
    /* Premium Heart Red */
    transform: scale(1.1);
}

.header-favorites a i {
    color: #161616;
    font-size: 20px;
    transition: color 0.3s ease;
}

.header-favorites a:hover i {
    color: #fff;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

/* footer */
#footer {
    padding: 60px 0 30px;
    background-color: #111;
}

#footer .widget {
    margin-right: 55px;
}

#footer .title-widget {
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 20px;
}

.widget-menu ul li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
}

.widget-menu ul li i {
    margin-right: 10px;
    color: #44b25b;
    font-size: 16px;
}

.widget-menu ul li:last-child {
    margin-bottom: 0;
}

.widget-menu ul li a {
    color: rgba(255, 255, 255, 0.53);
    ;
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
    position: relative;
}

.widget-menu ul li a:hover {
    color: #44b25b;
}

.background-white .widget-menu ul li a:after {
    background: rgba(22, 22, 22, 1);
}

.widget-menu ul li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    background: #44b25b;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-menu ul li a:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* widget-social */
.widget-social ul li {
    margin-right: 10px;
}

.widget-social ul li:last-child {
    margin-right: 0;
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 9px;
}

.widget-social a:hover {
    color: #fff;
}

.widget-social .icon-facebook:hover {
    background-color: rgba(24, 119, 242, 1) !important;
}

.widget-social .icon-twitter:hover {
    background-color: rgb(29, 155, 240) !important;
}

.widget-social .icon-vt:hover {
    background-color: #5865f2 !important;
}

.widget-social .icon-tiktok:hover {
    background-color: black !important;
}

.widget-social .icon-youtube:hover {
    background-color: #c00 !important;
}

.widget-social .icon-linkedin2:hover {
    background-color: #0a66c2 !important;
}

.widget-social .icon-instagram:hover {
    background-color: #C13584 !important;
}

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.53);
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: 'Azeret Mono';
    line-height: 22px;
}

.footer-bottom ul li {
    margin-left: 30px;
}

.footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.53);
    font-family: 'Azeret Mono';
    font-size: 14px;
    line-height: 22px;
}

.footer-bottom ul li a:hover {
    color: #44b25b;
}

/* style-1 */
.footer-bottom.style-1 {
    margin-top: 0;
}

.footer-bottom.style-1 .widget-social ul li {
    margin-left: 0;
}

.footer-bottom.style-1 .widget-social ul li a {
    color: #fff;
}

/* bg-white */
#footer.bg-white {
    background-color: #fff;
}

#footer.bg-white .widget {
    margin-right: 80px;
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .widget-menu ul li a,
#footer.bg-white .title-widget {
    color: rgba(22, 22, 22, 1);
}

#footer.bg-white .widget-social ul li a {
    color: rgba(22, 22, 22, 1);
    background-color: rgba(22, 22, 22, 0.05);
}

#footer.bg-white a.icon-vt:hover:before,
#footer.bg-white .widget-social ul li a:hover {
    color: #fff !important;
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, 0.08);
}

#footer.bg-white .footer-bottom ul li a,
#footer.bg-white .footer-bottom p {
    color: #161616;
    font-size: 12px;
    line-height: 19px;
}

/* heading-section */
.heading-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.heading-section .tf-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
    z-index: 10;
}

.heading-section a {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 10px;
    border-radius: 20px;
    border-color: transparent;
    background: none;
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: '';
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.heading-section a:hover::after {
    width: 107%;
}

.background-white .heading-section a,
.background-white .heading-section .tf-title {
    color: #161616;
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, 0.10);
}

/* section-menu-left */
.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0px;
    z-index: 30;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.section-menu-left>.wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px;
}

.section-menu-left .list-menu,
.section-menu-left .box-logo {
    padding: 0 30px;
}

.section-menu-left .connect {
    padding: 26px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .connect a {
    width: 100%;
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, 0.05);
    color: #DEE8E8;
}

.tf-button.style-1.type-1:hover {
    background-color: #44b25b;
    color: #161616;
}

.section-menu-left .list-menu>ul>li {
    font-size: 15px;
    font-weight: 800;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.section-menu-left .list-menu>ul>li:last-child {
    margin-bottom: 0;
}

.section-menu-left .list-menu>ul>li>a {
    color: rgba(255, 255, 255, 0.4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
}

.section-menu-left .list-menu>ul>li>a i {
    font-size: 18px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px;
}

.section-menu-left .list-menu>ul>li>a i::before {
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.section-menu-left .list-menu>ul>li.active>a i::before,
.section-menu-left .list-menu>ul>li>a:hover i::before {
    color: rgba(22, 22, 22, 1);
}

.section-menu-left .list-menu li.active>a,
.section-menu-left .list-menu>ul>li>a:hover {
    box-shadow: 0px 4px 20px 0px rgba(68, 178, 91, 0.30);
    color: #161616;
    background: #44b25b;
}

.section-menu-left .list-menu>ul>li.has-item>a::before {
    content: '\e914';
    font-family: 'icomoon';
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left .list-menu>ul>li.has-item.active>a::before {
    transform: rotate(180deg);
}

.section-menu-left .list-menu>ul>li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #D0D0D1;
    background-color: #161616;
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .list-menu li ul.sub-item.active {
    display: block;
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative;
}

.section-menu-left .list-menu ul.sub-item li:last-child {
    margin-bottom: 0px;
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D9DADC;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, 0.4);
}

.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: #44b25b;
}

.section-menu-left .list-menu ul.sub-item li:hover a {
    color: #44b25b;
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0px;
    border-radius: 10px;
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;
    margin-bottom: 0;
    cursor: pointer;
}

.section-menu-left .language ul.sub-item li::before {
    display: none;
}

.section-menu-left .menu-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 39px;
    width: 281px;
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: 'Azeret Mono';
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px;
}

.section-menu-left .create {
    padding: 26px 30.5px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #DEE8E8;
    color: #161616;
    cursor: pointer;
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: #44b25b;
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 9px;
}

.section-menu-left ul.menu-tab li {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: #44b25b;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible;
}

.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover {
    color: #44b25b;
}

.section-menu-left ul.menu-tab li svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 30px;
}

.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden;
}

.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li:hover svg:last-child {
    opacity: 1;
    visibility: visible;
}

/* canvas */
.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    right: 0%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
}

.canvas-nav-wrap.active .overlay-canvas-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0px;
}

.canvas-nav-wrap.active .inner-canvas-nav {
    right: 0;
}

.inner-canvas-nav .side-bar {
    padding: 30px;
    position: relative;
}

.inner-canvas-nav .side-bar .canvas-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* mobile header */
/* ------------------------------------ */
.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    left: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s;
}

.inner-mobile-nav {
    padding: 30px;
    position: relative;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer;
}

/* menu-mobile-menu */
#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item>a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: #44b25b;
}

#menu-mobile-menu li.menu-item-has-children-mobile>a::after {
    content: '\e914';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'Manrope';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}


/*Header fixed
-------------------------------- */
.header_1.is-fixed {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    background: #161616;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Premium Advertisement Slider (Dark Refined)
-------------------------------------------------------------- */
.premium-adv-section.dark-premium {
    padding: 80px 0;
    background-color: #ffffff;
}

#premium-adv-slider {
    position: relative;
    width: 100%;
    height: 500px;
    background: #0a0a0a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.adv-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 1;
}

.adv-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.adv-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 40%, transparent 70%);
    z-index: 5;
    pointer-events: none;
}

.adv-content {
    flex: 1;
    padding: 0 100px;
    z-index: 10;
    position: relative;
}

.adv-title {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 20px;
}

.adv-price {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    /* Forced clear white for legibility */
    margin-bottom: 40px;
}

.tf-button.style-white {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 14px 40px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

.adv-image-box {
    flex: 1.2;
    height: 100%;
    position: relative;
    z-index: 6;
}

.adv-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    z-index: -1;
    filter: blur(50px);
}

/* Loading State */
.loading-deals {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Controls */
.adv-prev,
.adv-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    color: #ffffff;
}

.adv-prev {
    left: 30px;
}

.adv-next {
    right: 30px;
}

.adv-dots {
    position: absolute;
    bottom: 40px;
    left: 100px;
    display: flex;
    gap: 8px;
}

.adv-dot {
    height: 3px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.adv-dot.active {
    background: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
    #premium-adv-slider {
        height: 400px;
    }

    .adv-content {
        padding: 0 40px;
    }

    .adv-title {
        font-size: 40px;
    }

    .adv-price {
        font-size: 20px;
    }

    .adv-dots {
        left: 40px;
    }

    .adv-image {
        object-position: center;
    }
}

.header_1.is-fixed.is-small {
    top: 0;
    height: 80px !important;
}

.header_1.is-fixed.is-small .themesflat-container {
    padding: 0 15px !important;
    height: 100% !important;
}

/* preload */
.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: transparent;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: loader 1.2s linear infinite;
}

.preload-container .bar1 {
    animation-delay: 0.1s;
}

.preload-container .bar2 {
    animation-delay: 0.2s;
}

.preload-container .bar3 {
    animation-delay: 0.3s;
}

.preload-container .bar4 {
    animation-delay: 0.4s;
}

.preload-container .bar5 {
    animation-delay: 0.5s;
}

.preload-container .bar6 {
    animation-delay: 0.6s;
}

.preload-container .bar7 {
    animation-delay: 0.7s;
}

.preload-container .bar8 {
    animation-delay: 0.8s;
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #000;
}

.progress-wrap::after {
    position: absolute;
    content: '\e911';
    font-family: 'icomoon';
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: #44b25b;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #44b25b;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}


/* cursor
------------------------------------------------------ */
.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #44b25b;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #44b25b;
    opacity: .3
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #44b25b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: .5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0
}

body.background-white .tf-mouse-inner {
    background-color: rgba(22, 22, 22, 1);
}

body.background-white .tf-mouse-outer {
    border-color: rgba(22, 22, 22, 1);
}

/* --- RE-APPLIED PREMIUM HERO SECTION (FORCE VISIBILITY) --- */
.home-1 .flat-pages-title {
    background: #ffffff !important;
    /* Bottom base is pure white template */
    display: flex !important;
    align-items: center !important;
    padding-top: 150px !important;
    padding-bottom: 80px !important;
    /* Space for pagination */
    margin-bottom: 0 !important;
    position: relative !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(22, 22, 22, 0.05) !important;
    min-height: auto !important;
}

/* The Background Image Container (Top Portion Only) */
.home-1 .flat-pages-title::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 65% !important;
    /* Ends at the center of the swiper cards */
    background: linear-gradient(to right, rgba(22, 22, 22, 0.94) 0%, rgba(22, 22, 22, 0.3) 100%),
        url('../images/image-gen (76).png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Sub-glow for extra premium feel */
.home-1 .flat-pages-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 35% !important;
    left: 0 !important;
    width: 100% !important;
    height: 100px !important;
    background: linear-gradient(to bottom, transparent, #ffffff) !important;
    /* Smooth fade into white */
    z-index: 1 !important;
    pointer-events: none !important;
}

.home-1 .flat-pages-title .themesflat-container {
    position: relative !important;
    z-index: 10 !important;
    /* Ensure content stays above the split-background */
}

.home-1 .flat-pages-title .content {
    text-align: left !important;
    max-width: 800px !important;
    z-index: 2 !important;
}

.home-1 .flat-pages-title .content h1 {
    color: #fff !important;
    font-size: 64px !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4) !important;
}

.home-1 .flat-pages-title .content p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 18px !important;
    max-width: 600px !important;
    margin-bottom: 40px !important;
}

.home-1 .flat-pages-title .swiper-pagination {
    bottom: -20px !important;
    /* Positioned slightly higher to ensure visibility */
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    z-index: 100 !important;
}

/* Cinematic Architectural Quote
-------------------------------------------------------------------------------- */
.architect-eyebrow-quote {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.6em;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-top: -10px;
}

/* Home 1 Hero Perfection Alignment */
.home-1 .flat-pages-title .content {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.home-1 .flat-pages-title .content h1 {
    margin-bottom: 15px !important;
    max-width: 900px;
}

.home-1 .flat-pages-title .content p {
    margin-bottom: 40px !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* PRISTINE PROFESSIONAL: Creative White Hero Transformation
-------------------------------------------------------------------------------- */
.gallery-title-wrapper {
    position: relative;
    padding: 80px 0 !important;
    overflow: visible !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.gallery-bg-accent {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Outfit', sans-serif;
    font-size: 200px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.02);
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.04);
    letter-spacing: 0.2em;
    user-select: none;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
}

.gallery-hero-title {
    position: relative;
    z-index: 5;
    font-family: 'Outfit', sans-serif;
    line-height: 1;
    margin-bottom: 35px !important;
    animation: professionalBreathe 10s ease-in-out infinite;
}

.gallery-hero-title .luxe-premium {
    display: block;
    font-weight: 100;
    font-size: 36px;
    letter-spacing: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    margin-left: 12px;
}

.gallery-hero-title .luxe-title {
    display: block;
    font-size: 88px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -3px;
    color: #ffffff;
    /* Sculpted Depth Effect */
    text-shadow:
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(255, 255, 255, 0.1);
}

@keyframes professionalBreathe {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.02);
        opacity: 0.95;
    }
}

/* Elite Polish for Hero Elements */
.home-1 .flat-pages-title .content p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    max-width: 740px !important;
    margin-top: 15px;
    letter-spacing: 0.6px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Mobile responsive fixes for the professional white title */
@media (max-width: 991px) {
    .gallery-bg-accent {
        font-size: 110px;
        top: 52%;
    }

    .gallery-hero-title .luxe-title {
        font-size: 58px;
        letter-spacing: -1px;
    }

    .gallery-hero-title .luxe-premium {
        font-size: 26px;
        letter-spacing: 6px;
    }
}

@media (max-width: 480px) {
    .gallery-bg-accent {
        display: none;
    }

    .gallery-hero-title .luxe-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .gallery-hero-title .luxe-premium {
        font-size: 20px;
        letter-spacing: 4px;
    }

    .gallery-title-wrapper {
        padding: 50px 0 !important;
    }
}

/* New Launches & Item View Refinements - Premium Dark Box Overhaul */
.new-launches .tf-card-box {
    background: rgba(22, 22, 24, 0.98);
    /* Premium Charcoal Grey */
    backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.new-launches .tf-card-box:hover {
    transform: translateY(-12px) scale(1.01);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.65);
    border-color: rgba(255, 255, 255, 0.18);
}

.new-launches .tf-card-box .name {
    margin-bottom: 12px;
}

.new-launches .tf-card-box .name a {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.new-launches .tf-card-box .text-bid {
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.condition-tag-premium {
    background: var(--primary-color3);
    color: white;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.specs-container .spec-pill {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-block;
}

.price-box-premium {
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 18px;
    /* Reduced from 14px 22px to prevent overflows */
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: auto;
    min-width: fit-content;
}

.price-box-premium .price {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    /* Reduced from 24px to fit perfectly */
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 15px rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.price-box-premium .rupee-symbol {
    font-size: 18px;
    margin-right: 4px;
    color: var(--primary-color3);
}

/* Ensure card media fits well */
.new-launches .card-media {
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    background: rgba(255, 255, 255, 0.02);
}

.new-launches .card-media img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.new-launches .tf-card-box:hover .card-media img {
    transform: scale(1.12);
}

.new-launches .card-content-elite {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 220px;
    /* Force consistent content height */
}

/* Perfect alignment for the pricing row */
.new-launches .meta-info {
    margin-top: auto;
    padding-top: 5px;
}

.new-launches .divider {
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

/* Service Features - Creative Dark Box Overhaul */
.service-features {
    padding: 100px 0;
    background: #04060c;
    /* Elite deep navy/black section foundation */
    position: relative;
    overflow: hidden;
}

.service-features .tf-title {
    color: #ffffff !important;
    letter-spacing: -0.5px;
}

/* Premium Laptops - Refined White Foundation with Horizontal Cards */
.premium-laptops {
    padding-top: 120px !important;
    /* Extra space from Service Features */
    padding-bottom: 80px;
    background: #ffffff;
}

.premium-laptops .heading-section {
    margin-bottom: 50px;
}

.premium-laptops .tf-card-box.horizontal-pro {
    background: #1E1E1E;
    /* Standard Dark Grey from Discover Item */
    border-radius: 20px;
    padding: 0;
    display: flex;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
}

.premium-laptops .tf-card-box.horizontal-pro:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.premium-laptops .horizontal-pro .card-media {
    width: 40%;
    min-width: 40%;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.premium-laptops .horizontal-pro .card-media img {
    height: 100% !important;
    object-fit: cover;
}

.premium-laptops .horizontal-pro .card-content-elite {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.premium-laptops .horizontal-pro .name a {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
}

.premium-laptops .horizontal-pro .specs-container .spec-pill {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.premium-laptops .horizontal-pro .divider {
    background: rgba(255, 255, 255, 0.08);
}

.premium-laptops .horizontal-pro .price-box-premium {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.premium-laptops .horizontal-pro .btn-view-details-pro {
    margin-top: 15px;
    display: inline-block;
    color: var(--primary-color3);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Stacking for Horizontal Cards on Mobile */
@media (max-width: 991px) {
    .premium-laptops .tf-card-box.horizontal-pro {
        flex-direction: column;
    }

    .premium-laptops .horizontal-pro .card-media,
    .premium-laptops .horizontal-pro .card-content-elite {
        width: 100%;
        min-width: 100%;
    }

    .premium-laptops .horizontal-pro .card-media {
        height: 250px;
    }
}

.service-feature-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(25px);
    border-radius: 28px;
    padding: 45px 35px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    position: relative;
}

.service-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.05), transparent);
    pointer-events: none;
}

.service-feature-card:hover {
    transform: translateY(-20px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.feature-icon-box {
    width: 80px;
    height: 80px;
    background: rgba(68, 178, 91, 0.1);
    /* Updated to emerald green accent */
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: #44b25b;
    font-size: 36px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.feature-icon-box img {
    max-width: 45px;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(255, 255, 255, 0.1));
}

.service-feature-card:hover .feature-icon-box img {
    filter: brightness(0) invert(1);
}

/* Arrow on Primary Circle (1) - Creative Element */
.primary-circle-arrow {
    border-radius: 50% !important;
    background: #44b25b !important;
    color: #000 !important;
    position: relative;
    box-shadow: 0 0 30px rgba(68, 178, 91, 0.3);
}

.primary-circle-arrow i {
    font-weight: 800;
}

.service-feature-card:hover .primary-circle-arrow {
    box-shadow: 0 0 50px rgba(68, 178, 91, 0.6);
}

.feature-content .title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.feature-content .description {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Mobile responsive refinements for service features */
@media (max-width: 991px) {
    .service-feature-card {
        padding: 35px 25px;
    }

    .feature-content .title {
        font-size: 18px;
    }
}

/* Our Brands Section Overhaul */
.our-brands-section {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #050507;
}

.our-brands-wrapper {
    position: relative;
    padding: 100px 0;
}

/* Enhanced Heading Visibility */
.our-brands-section .heading-section {
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

.our-brands-section .tf-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff !important;
    margin-bottom: 10px;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.6);
    letter-spacing: -1px;
}

.our-brands-section .description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
}

/* Mesh Gradient Background */
.our-brands-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:
        radial-gradient(circle at 20% 30%, rgba(68, 178, 91, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 50% 80%, rgba(5, 150, 105, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(34, 197, 94, 0.1) 0%, transparent 40%);
    filter: blur(80px);
    z-index: 1;
    animation: meshRotate 40s linear infinite;
}

@keyframes meshRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.our-brands-wrapper .themesflat-container {
    position: relative;
    z-index: 2;
}

/* Premium Brand Cards */
.brand-card-premium {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.brand-card-premium:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.brand-logo {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.brand-logo img {
    max-width: 70%;
    max-height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.6);
    transition: all 0.5s ease;
}

.brand-card-premium:hover .brand-logo img {
    filter: brightness(0) invert(1) opacity(1);
    transform: scale(1.1);
}

.brand-name {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}

.brand-card-premium:hover .brand-name {
    color: #fff;
    letter-spacing: 2px;
}

/* Background Large Text */
.our-brands-wrapper .bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    width: 100%;
    text-align: center;
}

.our-brands-wrapper .bg-text h2 {
    font-size: 18vw;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.015);
    line-height: 0.8;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -5px;
}

@media (max-width: 767px) {
    .our-brands-wrapper {
        padding: 80px 0;
    }

    .brand-card-premium {
        height: 150px;
        padding: 30px 15px;
    }

    .brand-logo img {
        max-width: 60%;
    }

    .brand-name {
        font-size: 13px;
    }
}

/* ==========================================================================
   Elite Toast Notification (Ported from laptops.css)
   ========================================================================== */
.elite-toast-premium {
    --accent-blue-pro: #0F62FE;
    --accent-primary: #111827;
    --text-sub: #6E6E73;

    position: fixed;
    bottom: -100px;
    right: 30px;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid var(--accent-blue-pro);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    max-width: 350px;
}

.elite-toast-premium.active {
    bottom: 30px;
    opacity: 1;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.toast-icon {
    width: 40px;
    height: 40px;
    background: var(--accent-blue-pro);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.toast-text h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: var(--accent-primary);
    line-height: 1.2;
}

.toast-text p {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--text-sub);
    line-height: 1.4;
}

.toast-close {
    background: transparent;
    border: none;
    font-size: 24px;
    color: var(--text-sub);
    cursor: pointer;
    line-height: 1;
    margin-left: 10px;
}


/* ==========================================================================
   Footer Visibility Fixes (Ported from laptops.css)
   ========================================================================== */
#footer {
    background: #14141F !important;
    padding-top: 80px;
}

#footer .title-widget {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#footer ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

#footer i[class*='icon-'] {
    color: var(--accent-blue-pro) !important;
    font-size: 18px;
}

#footer .icon-setup-premium i,
#footer .icon-setup-premium svg {
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    /* Force white icon for high visibility */
}

#footer .widget-menu ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: 0.3s;
}

#footer .widget-menu ul li a:hover {
    color: var(--accent-blue-pro) !important;
    padding-left: 5px;
}

#footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 30px 0;
    margin-top: 50px;
}

#footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.5) !important;
}

#footer .footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.5) !important;
}

#footer .footer-bottom ul li a:hover {
    color: #fff !important;
}

/* Footer Icon Premium Setup */
.icon-setup-premium {
    width: 32px;
    height: 32px;
    background: rgba(15, 98, 254, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 98, 254, 0.2);
    transition: 0.3s;
    flex-shrink: 0;
}

#footer li:hover .icon-setup-premium {
    background: var(--accent-blue-pro);
    border-color: var(--accent-blue-pro);
}

#footer li:hover .icon-setup-premium i,
#footer li:hover .icon-setup-premium svg {
    color: #fff !important;
}

/* Dark Header Variant for White Logo */
.header_1.style-absolute {
    background-color: rgba(22, 22, 22, 0.98) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Increased Logo Size */
.header_1.style-absolute #logo_header,
.header_1.style-absolute #mobile-logo_header {
    width: 180px !important;
    height: auto !important;
    max-height: none !important;
}

.header_1.style-absolute #main-nav>ul>li>a {
    color: #fff;
    font-size: 15px;
    /* Reduced for better proportion */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}

.header_1.style-absolute #main-nav>ul>li:hover>a,
.header_1.style-absolute #main-nav>ul>li.current-menu-item>a {
    color: #44b25b;
}

.header_1.style-absolute .icon-search,
.header_1.style-absolute .icon-heart,
.header_1.style-absolute .canvas span,
.header_1.style-absolute .icon-search::before,
.header_1.style-absolute .icon-heart::before {
    color: #fff !important;
}

.header_1.style-absolute .canvas span {
    background-color: #fff !important;
}

/* 
 * ==========================================================================
 * GLOBAL ELITE PRICE VISIBILITY & CURRENCY STANDARDS
 * ==========================================================================
 */

.rupee-pro {
    font-family: 'Outfit', sans-serif;
    font-size: 0.7em;
    font-weight: 700;
    margin-right: 2px;
    display: inline-block;
    color: inherit;
    /* Allow parent white color to flow through */
}

/* Forces all price rates and symbols to white in dark-background swipers/hero sections */
.swiper-3d-7 .price,
.swiper-3d-7 h6.price.gem,
.swiper-3d-7 .rupee-pro,
#new-launches-slider .price-box-premium .price,
#new-launches-slider .rupee-pro,
.price-box-premium .price,
.price-box-premium .rupee-pro,
h6.price.gem,
h6.price.gem span,
.adv-price {
    color: #ffffff !important;
}

.swiper-3d-7 .price.gem span,
h6.price.gem span {
    opacity: 0.5;
    /* Maintain subtle hierarchy for old/mrp prices */
}

/* Ensure names are also white in these sections */
.swiper-3d-7 .swiper-slide .name a,
.swiper-3d-7 .swiper-slide-duplicate .name a,
.swiper-3d-7 .swiper-slide-prev .name a,
.swiper-3d-7 .meta-info h5 a,
#new-launches-slider .card-content-elite .name a {
    color: #ffffff !important;
}

/* 
 * ENSURE ACTION BUTTONS (VIEW DETAILS) ARE WHITE IN PREMIUM SECTIONS
 */

/* Target the "View Details" text specifically for cards on the Home page/Swipers */
.tf-card-box .tf-button span,
.tf-card-box .tf-button,
.tf-card-box .btn-view-details,
.tf-card-box .btn-view-details-pro,
#new-launches-slider .tf-button span,
.swiper-3d-7 .tf-button span {
    color: #ffffff !important;
}

/* Smooth transition for action buttons hover */
.tf-card-box .tf-button:hover span,
.tf-card-box .btn-view-details:hover {
    color: var(--primary-color3) !important;
}