/* @font-face {
  
  src: url("../fonts/AbrilFatface-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Manhattan Regular';
  src: url("../fonts/ManhattanRegular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brixton Light';
  src: url("../fonts/Brixton-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brixton Medium';
  src: url("../fonts/Brixton-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brixton Bold';
  src: url("../fonts/Brixton-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DMSerifDisplay Regular';
  src: url("../fonts/DMSerifDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
src: url("../fonts/Prata-Regular.ttf");
  font-weight: normal;
  font-style: normal;
} */

/* @font-face {
  font-family: 'Palisade Regular';
  src: url("../fonts/PalisadeRegular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Palisade Bold';
  src: url("../fonts/PalisadeBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Meno Regular';
  src: url("../fonts/MenoRegular.ttf");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'AvenirNext';
  src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Avenir Next World Heavy';
  src: url("../fonts/avenir-next-heavy.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'AvenirNext', 'Sora', sans-serif;
  letter-spacing: 0.8px;
}

/* * {
  letter-spacing: 0.8px;
  font-family:'Sora',sans-serif;
} */

.input-cour {
            color: #fffc;
            background-color: transparent;
            font-family:'AvenirNext','Sora',sans-serif;
        }

        .input-cour:hover,
        .input-cour:focus,
        .input-cour:active {
            color: #fffc;
            outline: none;
        }

        /* Remove Chrome autofill #fffc background */
        .input-cour:-webkit-autofill,
        .input-cour:-webkit-autofill:hover,
        .input-cour:-webkit-autofill:focus,
        .input-cour:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
            box-shadow: 0 0 0 1000px transparent inset !important;
            -webkit-text-fill-color: #fffc !important;
            transition: background-color 5000s ease-in-out 0s;
        }

        /* Optional: if your input has dark background */
        .form-control.input-cour {
            background-color: #2b2b2b !important;
            /* use your actual background */
            color: #fffc !important;
        }

.page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#161616));
  background-image: linear-gradient(to bottom, #000000, #161616);
  background-position: center;
  background-repeat: repeat;
  background-size: 15%;
  min-height: 100vh;
  text-align: left;
}

.title {
  font-size: 26px;
  color: rgb(214, 220, 224);
  text-align: center;
  /* font-weight: bold; */
  font-family: 'Avenir Next World Heavy';
  
}

.title span {
  font-size: 30px;
  color: #d6dce0;
  text-align: center;
}

.subtitle {
  font-size: 14px;
  color: #CDCDCD;
  text-align: center;
  letter-spacing: 2px;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.btn {
  padding: 16px;
  color: rgb(255, 255, 255);
  border-radius: 0;
  text-align: center;
  letter-spacing: 1.5px;
  background-color: rgb(255, 114, 0);
  text-transform: uppercase;
}

.btn:hover {
  background-color: rgb(255, 114, 0);
  color: rgb(255, 255, 255);
}

.btn-block {
  width: 100%;
}

a {
  color: #ff7200;
  text-decoration: none;
}

a:hover {
  color: #c76110;
}

.luxury-design-1 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: fixed;
}

.luxury-design-2 {
  top: 0;
  right: 0;
  z-index: -1;
  position: fixed;
}

.modal-content {
  color: #fffc;
  border-radius: 0;
  background-color: #2B2B2B;
}

#otp-modal .modal-content h1,
#successful-modal .modal-content h1 {
  color: #d6dce0;
  font-size: 20px;
  text-align: center;
  
}

#otp-modal .modal-content p,
#successful-modal .modal-content p {
  color: #fffc;
  font-size: 14px;
  text-align: center;
}

#otp-modal .modal-content a,
#successful-modal .modal-content a {
  color: #d6dce0;
  
}

#otp-modal .modal-content .btn,
#successful-modal .modal-content .btn {
  color: black;
}

#otp-modal .modal-content form,
#successful-modal .modal-content form {
  padding-top: 20px;
}

#otp-modal .modal-content form .form-group,
#successful-modal .modal-content form .form-group {
  height: 58px;
  display: -ms-grid;
  display: grid;
  border-radius: 0;
  background: #AB8E63;
  -ms-grid-columns: 15% 85%;
  grid-template-columns: 15% 85%;
}

#otp-modal .modal-content form .form-group:active i,
#otp-modal .modal-content form .form-group:hover i,
#otp-modal .modal-content form .form-group:active .form-control,
#otp-modal .modal-content form .form-group:hover .form-control,
#successful-modal .modal-content form .form-group:active i,
#successful-modal .modal-content form .form-group:hover i,
#successful-modal .modal-content form .form-group:active .form-control,
#successful-modal .modal-content form .form-group:hover .form-control {
  color: black;
}

#otp-modal .modal-content form .form-group i,
#successful-modal .modal-content form .form-group i {
  font-size: 1.2rem;
  line-height: 58px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #6A6152;
}

#otp-modal .modal-content form .form-group .form-control,
#successful-modal .modal-content form .form-group .form-control {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  letter-spacing: 1px;
}

#otp-modal .modal-content form .form-group input::-webkit-input-placeholder,
#successful-modal .modal-content form .form-group input::-webkit-input-placeholder {
  color: #6A6152;
}

#otp-modal .modal-content form .form-group input:-ms-input-placeholder,
#successful-modal .modal-content form .form-group input:-ms-input-placeholder {
  color: #6A6152;
}

#otp-modal .modal-content form .form-group input::-ms-input-placeholder,
#successful-modal .modal-content form .form-group input::-ms-input-placeholder {
  color: #6A6152;
}

#otp-modal .modal-content form .form-group input::placeholder,
#successful-modal .modal-content form .form-group input::placeholder {
  color: #6A6152;
}

        /* ── TAB BAR SHELL ── */
.tabs {
    position: fixed;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    /* width: 100%; max-width: 375px; */
    z-index: 1000;
    background: rgba(10,10,10,0.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-top: 1px solid rgba(255,114,0,0.3);
    box-shadow: 0 -6px 28px rgba(0,0,0,0.7),
                inset 0 1px 0 rgba(255,114,0,0.08);
    /* iPhone home bar */
    padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* scrollable row */
.tabs .nav-pills {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 2px;
    gap: 0;
}
.tabs .nav-pills::-webkit-scrollbar { display: none; }

.tabs .nav-item { flex: 1 0 auto; min-width: 60px; position: relative; }

/* ── EVERY TAB BUTTON / LINK ── */
.tabs .nav-link,
.tabs a.nav-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    padding: 10px 3px 8px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    color: rgba(255,255,255,0.32) !important;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease;
    gap: 0;
    /* kill Bootstrap active bg */
    box-shadow: none !important;
}

/* ── HOVER ── */
.tabs .nav-link:hover,
.tabs a.nav-link:hover {
    color: rgba(255,255,255,0.70) !important;
    background: rgba(255,114,0,0.05) !important;
}

/* ── ACTIVE ── */
.tabs .nav-link.active,
.tabs a.nav-link.active {
    color: #ff7200 !important;
    background: transparent !important;
}

/* orange top-bar indicator */
.tabs .nav-link.active::before,
.tabs a.nav-link.active::before {
    content: '';
    position: absolute;
    top: 0; left: 18%; right: 18%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff7200, #ffb347, #ff7200, transparent);
    border-radius: 0 0 3px 3px;
    animation: tabSlideIn .22s ease forwards;
}
@keyframes tabSlideIn {
    from { opacity:0; transform:scaleX(0.3); }
    to   { opacity:1; transform:scaleX(1); }
}

/* icon radial glow when active */
.tabs .nav-link.active .icon::after,
.tabs a.nav-link.active .icon::after {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,114,0,0.22) 0%, transparent 68%);
    pointer-events: none;
}

/* tap ripple */
.tabs .nav-link:active,
.tabs a.nav-link:active {
    background: rgba(255,114,0,0.1) !important;
}

/* ── ICON ── */
.tabs .nav-link .icon,
.tabs a.nav-link .icon {
    font-size: 19px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    position: relative;
    transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
}
.tabs .nav-link.active .icon,
.tabs a.nav-link.active .icon { transform: translateY(-1px); }
.tabs .nav-link:hover .icon,
.tabs a.nav-link:hover .icon { transform: translateY(-2px); }

/* ── LABEL ── */
.tabs .nav-link .text,
.tabs a.nav-link .text {
    font-size: 9px !important;
    /* font-weight: 600 !important; */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 3px !important;
    line-height: 1.2;
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    /* max-width: 62px; */
    text-align: center;
    transition: color 0.2s ease;
}
.tabs .nav-link.active .text,
.tabs a.nav-link.active .text {
    color: #ff7200 !important;
    font-weight: 700 !important;
}

/* ── Oakley SVG icon colour ── */
.tabs .nav-link .icon svg path          { fill: rgba(255,255,255,0.32); transition: fill 0.2s; }
.tabs .nav-link:hover .icon svg path    { fill: rgba(255,255,255,0.70); }
.tabs .nav-link.active .icon svg path   { fill: #ff7200; }

/* fix-tabs-gap so content isn't hidden under bar */
.fix-tabs-gap { height: 72px; }
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .fix-tabs-gap { height: calc(72px + env(safe-area-inset-bottom)); }
}

.tabs .wrapper {
  padding: 4px;
}

.tabs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs .nav .nav-link {
  padding: 4px;
  color: rgba(239, 193, 124, 0.5);
}

.tabs .nav .nav-link .icon i {
  font-size: 24px;
}

.tabs .nav .nav-link .text {
  margin-top: -4px;
  font-size: 10px;
}

.tabs .nav .nav-link.active {
  font-weight: 500;
  color: #d6dce0;
  background-color: transparent;
}

.card {
  margin: 20px;
  border-radius: 0;
}

.tab-content {
  width: 100%;
  min-height: 100vh;
}

.fix-tabs-gap {
  width: 100%;
  height: 63px;
}

.fix-tabs-gap {
  width: 100%;
  height: 63px;
}

.app-content .heading {
  margin: 5% 0 0;
}

.app-content .heading h2 {
  color: #fffc;
  font-size: 24px;
  text-align: center;
  /* font-weight: 600; */
  font-family: 'Avenir Next World Heavy';
  
}

.app-content .heading img {
  margin: auto;
  display: block;
}

.app-content .card {
  color: #fffc;
  position: relative;
  background-color: #161616;
  border: 1px solid rgba(201,168,76,.13); 
  overflow: hidden; 
}

.app-footer {
  color: #fffc;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.fab {
  right: 16px;
  bottom: 75px;
  width: 55px;
  height: 55px;
  position: fixed;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d6dce0;
}

.fab i {
  font-size: 34px;
  color: #000;
}

#rules-modal .nav .nav-link {
  /* font-size: 28px; */
  margin-right: 16px;
  
  color: #d6dce0;
}

#rules-modal .nav .nav-link.active {
  /* padding: 8px 30px; */
  color: black;
  border-radius: 0;
  background-color: #d6dce0;
}

#rules-modal .tab-content {
  text-align: left !important;
}

#rules-modal .tab-content h4 {
  color: #d6dce0;
  margin-bottom: 12px;
  
}

#rules-modal .tab-content ul {
  padding-left: 1rem;
}

#rules-modal .tab-content ul li {
  margin-bottom: 8px;
}

#rules-modal .tab-content table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#rules-modal .tab-content td,
#rules-modal .tab-content th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

#rules-modal .tab-content tr:nth-child(even) {
  color: #fffc;
  background-color: rgba(0, 0, 0, 0.7);
}

#rules-modal .tab-content .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#rules-modal .tab-content .form-checkbox label {
  margin-left: 12px;
}

#rules-modal .tab-content .form-checkbox input[type='checkbox'] {
  width: 22px;
  height: 22px;
  accent-color: #ff7200;
}

.custom-alert {
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  position: fixed;
  height: auto;
  background-color: #d6dce0;
}

.auth__page .main {
  padding: 20px;
  padding-top: 6%;
}

.auth__page .main form {
  color: #fffc;
  padding-top: 20px;
}

.auth__page .main form .form-group {
  height: 58px;
  display: -ms-grid;
  display: grid;
  border-radius: 0;
  background: #2B2B2B;
  -ms-grid-columns: 15% 85%;
  grid-template-columns: 15% 85%;
}

.auth__page .main form .form-group:active i,
.auth__page .main form .form-group:hover i,
.auth__page .main form .form-group:active .form-control,
.auth__page .main form .form-group:hover .form-control {
  color: #d6dce0;
}

.auth__page .main form .form-group i {
  font-size: 1.2rem;
  line-height: 58px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #7D7D7D;
}

.auth__page .main form .form-group .form-control {
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 1px;
}

.auth__page .main form .form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.auth__page .main form .form-checkbox label {
  margin-left: 12px;
}

.auth__page .main form .form-checkbox input[type='checkbox'] {
  width: 13px;
  height: 22px;
  accent-color: #ff7200;
}

.home__page .brand__tab .card {
  margin-top: 0;
  position: relative;
}

.home__page .brand__tab .card .logo {
  padding: 16px 24px 55px;
}

.home__page .brand__tab .card .logo img {
  width: 70%;
  opacity: 0.3;
  display: block;
  margin: auto;
}

.home__page .brand__tab .card .date {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(239, 193, 124, 0.3);
}

.home__page .brand__tab .card .date span {
  color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #2B2B2B;
}

.home__page .brand__tab .card .action-btn {
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0 16px 16px;
  position: absolute;
}

.home__page .brand__tab .card .action-btn .btn {
  width: 50%;
  height: 36px;
  padding: 5px;
  display: block;
  margin: auto;
  border-radius: 20px;
}

.home__page .brand__tab .card .action-btn .play-btn {
  color: #fffc;
  background-color: #ff0000;
}

.home__page .brand__tab .card .action-btn .revisit-btn {
  color: #fffc;
  background-color: #ff7200;
}

.home__page .brand__tab .card .action-btn .upcoming-btn {
  color: black;
  background-color: rgba(204, 204, 204, 0.3);
}

.home__page .brand__tab .card.ongoing .logo img {
  opacity: 1;
}

.home__page .brand__tab .card.ongoing .date {
  background-color: #ff7200;
}

.home__page .brand__tab .card.ongoing .date span {
  color: #fffc;
}

.home__page .brand__tab .card.ongoing .action-btn {
  display: block;
}

.home__page .brand__tab .card.past .logo img {
  opacity: 0.85;
}

.home__page .brand__tab .card.past .date {
  background-color: rgba(255, 114, 0, 0.6);
}

.home__page .brand__tab .card.past .date span {
  color: rgba(255, 255, 255, 0.85);
}

.home__page .brand__tab .card.past .action-btn {
  display: block;
}

.home__page .brand__tab .card.past .action-btn .play-btn {
  background-color: rgba(255, 0, 0, 0.7);
}

.home__page .brand__tab .card.past .action-btn .revisit-btn {
  background-color: rgba(255, 114, 0, 0.6);
}

.home__page .leonardo__tab .content {
  text-align: center;
  margin: 20px 16px 16px;
}

.home__page .leonardo__tab .content video {
  width: 100%;
  background-color: black;
}

.home__page .leonardo__tab .content h2 {
  margin-top: 16px;
  font-size: 24px;
  color: #fffc;
  
}

.home__page .leonardo__tab .content p {
  color: #fffc;
}

.home__page .leaderboard__tab .card {
  color: #fffc;
  position: relative;
  background-color: #161616;
  border: 1px solid rgba(201,168,76,.13); 
  overflow: hidden; 
}


.home__page .leaderboard__tab .card .crown {
  top: 8px;
  right: 8px;
  width: 32px;
  position: absolute;
}

.home__page .leaderboard__tab .card .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__page .leaderboard__tab .card .head .position-box {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d6dce0;
}

.home__page .leaderboard__tab .card .head .position-box span {
  color: #000;
  font-size: 22px;
  font-weight: 800;
}

.home__page .leaderboard__tab .card .head .label {
  margin-left: 14px;
}

.home__page .leaderboard__tab .card .head .label .name {
  margin: 0;
  font-size: 18px;
  
}

.home__page .leaderboard__tab .card .head .label .points {
  color: #fffc;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px;
}

.home__page .leaderboard__tab .card .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d6dce0;
}

.home__page .leaderboard__tab .card .foot .detail {
  font-size: 14px;
  margin: 0;
  color: #fffc;
}

.home__page .leaderboard__tab .card .foot .detail i {
  margin-right: 3px;
}

.home__page .leaderboard__tab .my-position {
  left: 0;
  width: 100%;
  bottom: 63px;
  padding: 12px;
  position: fixed;
  text-align: center;
  
  background-color: #ff7200;
}

.home__page .leaderboard__tab .fix-gap {
  height: 48px;
}

.home__page .profile__tab .profile-card {
  position: relative;
}

.home__page .profile__tab .profile-card .profile-box {
  text-align: center;
}

.home__page .profile__tab .profile-card .profile-box .name {
  font-size: 18px;
  margin: 16px 0 0;
  color: #fffc;
  
}

.home__page .profile__tab .profile-card .profile-box .store {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0;
  color: #fffc;
}

.home__page .profile__tab .profile-card .profile-box .location {
  margin: 0;
  font-size: 14px;
  color: #fffc;
}

.home__page .profile__tab .profile-card .user-avatar {
  width: 100px;
  height: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d6dce0;
}

.home__page .profile__tab .profile-card .user-avatar i {
  font-size: 32px;
}

.home__page .profile__tab .profile-card .user-avatar img {
  width: 100%;
}

.home__page .profile__tab .profile-card .row {
  margin-top: 30px;
}

.home__page .profile__tab .profile-card .row .box {
  padding: 4px 0;
  color: #fffc;
  text-align: center;
  border-radius: 4px;
  background-color: black;
}

.home__page .profile__tab .profile-card .row .box h4 {
  margin: 0;
  font-size: 18px;
  /* color: #ff7200; */
  
}

.home__page .profile__tab .profile-card .row .box p {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 0;
}

.home__page .profile__tab .profile-card .c-badge {
  top: 8px;
  right: 8px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: black;
}

.home__page .profile__tab .profile-card .c-badge img {
  width: 30px;
}

.home__page .profile__tab .score-card h5 {
  font-size: 20px;
  padding-bottom: 16px;
  color: #fffc;
  
  border-bottom: 1px solid #fffc;
}

.home__page .profile__tab .score-card .score-box {
  margin-top: 20px;
}

.home__page .profile__tab .score-card .score-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fffc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__page .profile__tab .score-card .score-box p span.value {
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 16px;
  /* color: #ff7200; */
  letter-spacing: 1.2px;
  background-color: #000;
  
}

.home__page .profile__tab .images-card .image-box {
  width: 100%;
  height: 350px;
  position: relative;
}

.home__page .profile__tab .images-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: black;
}

.home__page .profile__tab .images-card .image-box .foot {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}

.home__page .profile__tab .images-card .image-box .foot p {
  margin: 0;
  width: 50%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
}

.home__page .profile__tab .images-card .image-box .foot .btn {
  width: 50%;
}

.home__page .profile__tab .upload-btn {
  left: 0;
  bottom: 63px;
  position: fixed;
}

.home__page .social__tab .card {
  margin-top: 0;
}

.home__page .social__tab .card .photo {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home__page .social__tab .card .head {
  left: 0;
  width: 100%;
  padding: 8px;
  bottom: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}

.home__page .social__tab .card .head .user-avatar {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d6dce0;
}

.home__page .social__tab .card .head .user-avatar i {
  font-size: 20px;
}

.home__page .social__tab .card .head .desc {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home__page .social__tab .card .head .desc .label h2 {
  margin: 0;
  font-size: 14px;
  color: #d6dce0;
  
}

.home__page .social__tab .card .head .desc .label p {
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: 0;
  color: #fffc;
}

.home__page .social__tab .card .head .desc .label p:last-of-type {
  margin-top: -3px;
}

.home__page .social__tab .card .head .desc .c-badge {
  width: 30px;
}

.home__page .social__tab .card .foot {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home__page .social__tab .card .foot p {
  margin: 0;
  width: 50%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  
}

.home__page .social__tab .card .foot .btn {
  width: 50%;
}

.brand-detail__page {
  color: #fffc;
}

.brand-detail__page .logo-card {
  padding: 0 0px;
  margin-bottom: 0;
  background-color: black;
  /* background-color: #2B2B2B; */
}

.brand-detail__page .logo-card img {
  width: 100%;
}

.brand-detail__page .app-content {
  padding: 20px;
}

.brand-detail__page .app-content .banner {
  width: 100%;
}

.brand-detail__page .app-content .desc-section {
  margin-top: 30px;
}

.brand-detail__page .app-content .desc-section h2 {
  font-family: 'Avenir Next World Heavy';
  font-size: 16px;
  text-align: center;
  color: #fffc;

}

.brand-detail__page .app-content .video-section {
  margin-top: 30px;
}

.brand-detail__page .app-content .video-section h2 {
  font-size: 20px;
  text-align: center;
  color: #d6dce0;
  
}

.brand-detail__page .app-content .video-section video {
  width: 100%;
  margin-top: 16px;
}

.brand-detail__page .app-content .collection-section {
  margin-top: 30px;
}

.brand-detail__page .app-content .collection-section h2 {
  font-size: 20px;
  text-align: center;
  color: #d6dce0;
  
}

.brand-detail__page .app-content .collection-section .row {
  margin-top: 20px;
}

.brand-detail__page .app-content .collection-section .row .box {
  margin: 8px;
}

.brand-detail__page .app-content .collection-section .row .box img {
  width: 100%;
}

.brand-detail__page .app-content .new-collection-section {
  margin-top: 30px;
}

.brand-detail__page .app-content .new-collection-section h2 {
  font-size: 20px;
  text-align: center;
  color: #d6dce0;
  
}

.brand-detail__page .app-content .new-collection-section .row {
  margin-top: 20px;
}

.brand-detail__page .app-content .new-collection-section .row .box {
  margin: 8px;
}

.brand-detail__page .app-content .new-collection-section .row .box img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-detail__page .play-now-btn {
  left: 0;
  bottom: 0;
  position: fixed;
}

.quiz__page .info-card {
  color: #fffc;
}

.quiz__page .info-card .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz__page .info-card .wrapper span.quiz-no {
  
  color: #d6dce0;
}

.quiz__page .info-card .wrapper span.timer {
  letter-spacing: 4px;
  word-spacing: 4px;
}

.quiz__page .instruction-card {
  color: #fffc;
}

.quiz__page .instruction-card h4 {
  
  color: #d6dce0;
  text-align: center;
}

.quiz__page .instruction-card ul {
  padding-left: 8px;
  padding-top: 2px;
  margin-bottom: 0;
}

.quiz__page .instruction-card ul li {
  line-height: 18px;
  margin-top: 8px;
}

.quiz__page .question-card {
  color: #fffc;
}

.quiz__page .question-card h4 {
  
  color: #d6dce0;
  text-align: center;
}

.quiz__page .question-card .reference-box {
  padding-top: 10px;
}

.quiz__page .question-card .reference-box video {
  width: 100%;
  background-color: black;
}

.quiz__page .question-card .reference-box image {
  width: 100%;
  background-color: black;
}

.quiz__page .question-card .question-box {
  padding-top: 10px;
}

.quiz__page .question-card .question-box .question {
  font-size: 17px;
}

.quiz__page .action-btns {
  margin: 0 20px;
}

.quiz__page .action-btns button {
  color: #d6dce0;
  /* background: #2B2B2B;
  border: 1px solid #d6dce0; */
}

.quiz__page .submit-btn {
  bottom: 0;
  left: 0;
  position: fixed;
}

/*# sourceMappingURL=style.css.map */

/* Chatbot Container - Fixed Height */
.chatbot-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 20px auto;
  border: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  height: 500px;
  /* Fixed height */
  max-width: 800px;
  /* Optional: max width */
}

/* Chatbot Header */
.chatbot-header {
  background: linear-gradient(135deg, #1a237e 0%, #283593 100%);
  color: #fffc;
  padding: 15px 20px;
  flex-shrink: 0;
  /* Prevent header from shrinking */
}

.chatbot-header h5 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

/* Chatbot Window - Flexible */
.chatbot-window {
  flex: 1;
  /* Takes remaining space */
  min-height: 0;
  /* Important for flex item */
  position: relative;
}

.chatbot-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

        .row.justify-content-center {
    margin: 0;
    min-height: 100vh;
    background-color: black;
}
.col-md-6 {
    width: 100%;
    max-width: 420px;
    margin: auto;
    padding: 0;
    /* background-color: black; */
}

/* Responsive */
@media (max-width: 768px) {
  .chatbot-container {
    height: 450px;
    margin: 15px 10px;
  }

  .chatbot-header h5 {
    font-size: 1.3rem;
  }
}

@media (max-height: 700px) {
  .chatbot-container {
    height: 400px;
  }
}



   /* ── PROFILE PAGE ── */
   .profile-page { padding-bottom: 80px; }

   /* heading */
   .profile-page .heading h2 {  font-size: 22px; /* font-weight: 700;  color: #ff7200;  letter-spacing: .12em; */ text-transform: uppercase; margin: 0; }
   .profile-page .heading    { padding: 18px 16px 10px; margin-bottom: 14px; }

   /* ── SHARED CARD ── */
   .pf-card { background: #161616; border: 1px solid rgba(201,168,76,.13); margin: 0 12px 14px; overflow: hidden; }
   .pf-card-head { padding: 14px 18px 0; display: flex; align-items: center; justify-content: space-between; }
   .pf-card-head h5 { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.35); margin: 0; }
   .pf-card-body { padding: 14px 18px 18px; }

   /* ── PROFILE HERO ── */
   .pf-hero { background: linear-gradient(160deg, #1a1a1a 0%, #111 100%); border: 1px solid rgba(255,114,0,.18); margin: 0 12px 14px; padding: 24px 18px 20px; position: relative; overflow: hidden; }
   .pf-hero::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(255,114,0,.12) 0%, transparent 70%); pointer-events: none; }

   .pf-avatar { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #cc5a00, #ff7200); display: flex; align-items: center; justify-content: center;  font-size: 26px; font-weight: 700; color: #090909; flex-shrink: 0; }

   .pf-name     {  font-size: 24px; font-weight: 700; color: #EDE8DF; line-height: 1.2; margin-bottom: 4px; }
   .pf-store    { font-size: 12px; color: #9A9080; margin-bottom: 2px; }
   .pf-location { font-size: 11px; color: #6E6658; display: flex; align-items: center; gap: 4px; }
   .pf-location::before { content: '◎'; font-size: 9px; color: #ff7200; }

   /* ── STATS ROW ── */
   .pf-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,114,0,.1); border-radius: 12px; overflow: hidden; margin-top: 18px; border: 1px solid rgba(255,114,0,.15); }
   .pf-stat  { background: #161616; padding: 14px 8px; text-align: center; }
   .pf-stat h4 {  font-size: 26px; font-weight: 700; color: #ff7200; line-height: 1; margin-bottom: 4px; }
   .pf-stat p  { font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #6E6658; margin: 0; }

   /* ── BADGE STRIP ── */
   .pf-badge-strip { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,114,0,.1); flex-wrap: wrap; }
   .pf-badge-strip .c-badge { margin: 0; }
   .pf-badge-strip .c-badge img { width: 44px; height: 44px; object-fit: contain; border-radius: 50%; border: 1.5px solid rgba(255,114,0,.3); }
   .pf-badge-label { font-size: 10px; color: #6E6658; letter-spacing: .12em; text-transform: uppercase; }

   /* ── SCORE CARD ── */
   .pf-score-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
   .pf-score-row:last-child { border-bottom: none; padding-bottom: 0; }
   .pf-score-row:first-child { padding-top: 0; }
   .pf-score-brand { font-size: 13px; color: #9A9080; }
   .pf-score-val   {  font-size: 18px; font-weight: 700; color: #ff7200; min-width: 40px; text-align: right; }
   .pf-score-val.zero { color: #3a3530; }

   /* score bar */
   .pf-score-bar-wrap { flex: 1; margin: 0 12px; height: 3px; background: #272727; border-radius: 99px; overflow: hidden; }
   .pf-score-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, #cc5a00, #ff7200); transition: width .6s ease; }

   /* ── IMAGES CARD ── */
   .pf-img-box  { border-radius: 12px; overflow: hidden; background: #1e1e1e; border: 1px solid rgba(255,255,255,.06); }
   .pf-img-box img { width: 100%; display: block; max-height: 260px; object-fit: cover; }
   .pf-img-foot { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; }
   .pf-img-likes { font-size: 12px; color: #9A9080; display: flex; align-items: center; gap: 5px; }
   .pf-img-likes::before { content: '♥'; color: #C05050; font-size: 11px; }
   .pf-img-del { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #6E6658; background: rgba(192,80,80,.08); border: 1px solid rgba(192,80,80,.18); border-radius: 6px; padding: 5px 12px; cursor: pointer; transition: all .2s; text-decoration: none; display: inline-block; }
   .pf-img-del:hover { background: rgba(192,80,80,.18); border-color: rgba(192,80,80,.4); color: #C05050; }

   /* ── FOOTER ── */
   /* .profile-page .app-footer { text-align: center; padding: 20px 16px; font-size: 11px; color: #3a3530; line-height: 1.8; }
   .profile-page .app-footer a { color: #6E6658; text-decoration: none; }
   .profile-page .app-footer a:hover { color: #ff7200; } */




   .social-page { padding-bottom: 100px; }

   .social-page .heading { padding: 18px 16px 10px; margin-bottom: 4px; }
   .social-page .heading h2 { font-size: 22px; font-weight: 700; /* color: #ff7200; */ letter-spacing: .12em; text-transform: uppercase; margin: 0; }

   /* ── POST CARD ── */
   .sc-card { 
    background: #161616; 
    border: 1px solid rgba(201,168,76,.13); 
    /* border-radius: 16px; margin: 12px 12px 0;  */
    overflow: hidden; 
  }

   /* photo */
   .sc-photo { width: 100%; display: block; max-height: 320px; object-fit: cover; }

   /* user row */
   .sc-head { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.05); }

   .sc-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #cc5a00, #ff7200); display: flex; align-items: center; justify-content: center;  font-size: 17px; font-weight: 700; color: #090909; flex-shrink: 0; }

   .sc-name  { font-size: 13.5px; font-weight: 600; color: #EDE8DF; line-height: 1.3; }
   .sc-store { font-size: 11px; color: #9A9080; }
   .sc-city  { font-size: 10px; color: #6E6658; }

   /* foot row */
   .sc-foot { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; }

   .sc-likes { font-size: 12px; color: #9A9080; display: flex; align-items: center; gap: 5px; }
   .sc-likes i { color: #C05050; font-size: 11px; }

   /* like / action buttons */
   .sc-btn { font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-radius: 8px; padding: 7px 16px; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; transition: all .2s; text-decoration: none; }

   .sc-btn-like     { background: rgba(255,114,0,.1); border: 1px solid rgba(255,114,0,.25); color: #ff7200; }
   .sc-btn-like:hover { background: rgba(255,114,0,.2); border-color: #ff7200; color: #ff7200; }

   .sc-btn-liked    { background: rgba(192,80,80,.08); border: 1px solid rgba(192,80,80,.2); color: #C05050; pointer-events: none; }
   .sc-btn-disabled { background: #1e1e1e; border: 1px solid rgba(255,255,255,.06); color: #3a3530; pointer-events: none; cursor: default; }
   .sc-btn-wait     { background: #1e1e1e; border: 1px solid rgba(255,255,255,.06); color: #6E6658; pointer-events: none; }

   /* ── EMPTY STATE ── */
   .sc-empty { margin: 24px 12px 0; background: #161616; border: 1px solid rgba(201,168,76,.1); border-radius: 16px; padding: 40px 24px; text-align: center; }
   .sc-empty-icon { font-size: 36px; margin-bottom: 14px; opacity: .4; }
   .sc-empty h5 {  font-size: 18px; font-weight: 600; color: #9A9080; line-height: 1.5; margin: 0; }

   /* ── UPLOAD BUTTON (fixed) ── */
   .sc-upload-btn {
       position: fixed; bottom: 72px; left: 50%; transform: translateX(-50%);
       width: calc(100% - 24px); max-width: 351px;
       background: linear-gradient(135deg, #cc5a00, #ff7200 55%, #ff9e3d);
       color: #090909; font-size: 12px; font-weight: 700;
       letter-spacing: .14em; text-transform: uppercase;
       border: none; border-radius: 13px; padding: 15px 24px;
       display: flex; align-items: center; justify-content: center; gap: 8px;
       cursor: pointer; text-decoration: none;
       box-shadow: 0 8px 24px rgba(255,114,0,.3);
       transition: transform .2s, box-shadow .2s;
       z-index: 100;
   }
   .sc-upload-btn:hover  { transform: translateX(-50%) translateY(-2px); box-shadow: 0 12px 32px rgba(255,114,0,.4); color: #090909; }
   .sc-upload-btn:active { transform: translateX(-50%) translateY(0); }

   /* footer */
   /* .social-page .app-footer { text-align: center; padding: 24px 16px 10px; font-size: 11px; color: #3a3530; line-height: 1.8; }
   .social-page .app-footer a { color: #6E6658; text-decoration: none; }
   .social-page .app-footer a:hover { color: #ff7200; } */

    .lb-my-pos {
            position: absolute; bottom: 253px; left: 50%; transform: translateX(-50%);
            width: calc(100% - 24px); max-width: 351px;
            background: #161616; border: 1px solid rgba(255,114,0,.25);
            padding: 12px 20px;
            display: flex; align-items: center; justify-content: space-between;
            box-shadow: 0 -4px 24px rgba(0,0,0,.7);
            z-index: 100;
        }
        .lb-my-pos-label { font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #6E6658; }
        .lb-my-pos-val   {  font-size: 24px; font-weight: 700; color: #ff7200; line-height: 1; }