:root {
  --blue: #FB5E65;
  --shadow: #2220002e;
  --light-grey: #F5F5F5;
  --dark-text:#888888;
  --orange:#FF5D02;
  --green:#02B96C;
  --dark-blue:#B52E34;
}
.ios a{
    color:#666;
}
.ios .badge {
  text-transform: capitalize;
  padding: 2px 10px;
  height: auto;
  border-radius: 6px;
}
.badge.badge-success {
  background: #35d735;
}
.badge.badge-danger {
  background: #ce1616;
}
.card-footer::before{
    display:none;
}
body p{
    font-size:14px;
}
.strong{
    font-weight:700;
}
.cinzel-text{
    font-family:"Montserrat", serif !important;
}

.col-6{
    width:48%;
}

.col-4{
    width:32%;
}

.col-12{
    width:100%;
}

.col-3{
    width:24%;
}

.mt-20{
    margin-top:20px;    
}
.border-none{
    border:none !important;
}
.c-error{
    display:none;
}
.m-nav{
    margin-top:64px;
}
.pt-0 {
  padding-top: 0 !important;
}
.subheader {
  padding-left: 12px;      
  position: relative;
  top: 45px;
}

.subheader .page-icon{
    display:none;
}
.subheader *{
    color:#000;
}
.subheader h2{
    font-size:24px;
    font-weight:500;  
    text-align: left;
}
.page-icon img{
    width:30px;
    height:30px;
}
.page-icon {
  background: #1515155e;
  width: fit-content;
  aspect-ratio: 1;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 10px;
}

.mb-15{
    margin-bottom:15px !important;
}

.mb-0{
    margin-bottom:0 !important;
}
.blue-text{
    color: var(--blue) !important;
}
.white-text{
    color: #fff !important;
}
.dark-text{
    color: var(--dark-text) !important;
}
.orange-text{
    color: var(--blue) !important;
}
.black-text{
    color: #000 !important;
}
.bold{
    font-weight:700 !important;
}
.f12{
    font-size:12px;
}

.c-status.color-green{
    border-color:var(--green);
    color:var(--green);
}

.accordion-content {
  padding: 0px 15px;
  margin-top: -20px;
  box-shadow: 0px 5px 6px var(--shadow);
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px 0px 9px 9px;
  max-height: 0; /* Start closed */
  overflow: hidden; /* Hide overflow when closed */
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.accordion-content.open {
  max-height: fit-content; /* Adjust this to the content's max height */
  padding: 15px; /* Restore padding when open */
}

.label-input-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 8px var(--shadow);
  border-radius: 6px;
  padding: 18px 15px;
}

.label-input-block input, .label-input-block select {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align:right;
  height:20px !important;
}
.label-input-block label {
  flex: 0 0 140px;
  font-size: 14px;
  color: var(--blue);
}
.gtranslate_wrapper a {
  color: #222;
}

.img-bg{
    background:linear-gradient(54deg, rgb(0, 0, 0) 0%, rgb(34, 34, 34) 35%, rgb(0, 0, 0) 60%, rgb(62, 62, 62) 90%, rgb(0, 0, 0) 100%);
}
.img-bg-1, .img-bg{
    background: linear-gradient(49deg, #FB5E65 0%, rgb(208, 64, 91) 78%, var(--dark-blue));
}
.img-bg-2{
    background: linear-gradient(32deg, rgb(14, 10, 49) 0%, rgb(0, 165, 198) 100%) !important;
}
.dark-bg{
    background:var(--dark-blue);
}
.arrow-menu-2{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.arrow-menu-2 .arrow-menu-item a {
  margin: 0;
  border-radius: 0;
  box-shadow: none;  
  padding: 15px 10px;
  border-bottom: 1px solid #cecece;
}
.arrow-menu-2 .arrow-menu-item svg {
  transform: none;
}
.arrow-menu-2 .arrow-menu-item img {
  width: 32px;
}
.arrow-menu-item:last-child a {
  border: none !important;
}
.container {
  background: #fff;
  padding: 15px;
}
.page-content{
  margin: auto;
  overflow: auto;
  scrollbar-width: none; /* Completely hides the scrollbar in Firefox */
  -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
  width: 100%;
  overflow-x: hidden !important;
  padding: 0px 0px 150px;
}
.gtranslate_wrapper a {
  display: flex;
  width: 100%;
  text-align: center;
  gap: 20px;
}
.gtranslate_wrapper a span {
  font-size: 20px !important;
  font-family: "Cinzel", serif !important;
}
.gtranslate_wrapper a img {
  width: 25px;
}
.gtranslate_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.gtranslate-section {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
#custom_page_content{
    padding:40px 15px;
}
.left-chevron {
  width: 24px;
  padding-left: 10px;
  margin: 0px !important;
}

.ios .tabbar-labels .tabbar-label{
    font-size:11px;
    font-family: "Montserrat", serif;
}
.ios .tabbar a.tab-link-active, .ios .tabbar-labels a.tab-link-active{
  font-weight: 800;
}

h1,h2,h3,h4,h5,h6,p{
    margin:0px 0px 2px;
}


h3{
    font-weight:400;
    font-size:20px;
    color:#555;
}

.w100{
    width:100% !important;
}
.w60{
    width:60% !important;
}
.w50{
    width:50% !important;
}
.center{
    display:table;
    margin:auto;
}
.primary-button {  
  border: none;
  background: #008489;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 10px;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 630px) and (min-height: 630px) {
  .popup:not(.popup-tablet-fullscreen) {
    width: 100%;
    margin-left: -210px;
    top: 35%;
}
}

@media (min-width: 584px) {
  .ios .notification {
    width: 420px;
    margin-left: -210px;
  }
}
.comm-detail {
  padding: 15px;
}

.arrow-menu-item a {
  color: #222 !important;
}

.arrow-menu-item svg {
    fill: #0E0A31 !important;
  height: 15px;
  transform: rotate(90deg);
}
.arrow-menu-item a img {
  width: 24px;
}

.arrow-menu-item a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 3px 7px #2220002e;
  border-radius: 6px;
  margin-bottom: 15px;
}

.ios .navbar {
  background: #fff;
}

.ios .navbar .title{
    color: #000 !important;
    text-transform:uppercase;
    display: flex;
    align-items: center;
}

.ios .navbar .right img {
  height: 15px !important;
}
.right a {
  background: #d2d2d2;
  width: 30px !important;
  height: 30px !important;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.ios .navbar .title img {
  object-fit: contain;
  margin: 0 !important;
  height: 100%;
  padding: 10px 0;
}
.ios .navbar .title {
  height: 100%;
  font-family: "Montserrat", serif !important;
}
hr {
  border: none;
  border-bottom: 1px solid #fff;
}

.ios .badge.color-red{
    background-color:#f0a900;
}

.ios .notification {
    background: #fff;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    color:#222 !important;
  }

.ios .badge.color-green {
  background-color: #B2FFAB;
}


.product-details{
    display: flex;gap: 10px;align-items: center;
}

.whitebg{
    background:#fff !important;
}

.flex-align-center{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap:wrap;
}

.rounded-icon{
    border-radius:25px;
    background:#EF2950;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.truncate {
  white-space: nowrap;      /* Prevents text from wrapping to the next line */
  overflow: hidden;         /* Hides any text that overflows the container */
  text-overflow: ellipsis;  /* Displays an ellipsis (...) for overflowed text */
  width: 140px;             /* Set the specific width at which truncation occurs */
}

.footer-img{
    width: 100%;
    padding: 10px;
    margin: auto;
    max-width: 360px;
    display: table;
}

.c-campaign-lock-img{
	position: absolute;	
    opacity: 0.5;
    z-index: 8;
    padding: 35px;
    left: 10px;
    top: 10px;
}
.ios .block{
    padding:0px;
}
.c-error{
	color:red;
}

.profile-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size:15px;
  color: #222;
  align-items: center;
}

#frmLogin .c-error,#frmRegister .c-error,#frmForgot .c-error,#frmChangePassword .c-error{
	display:none;
}
#frmMember .c-error, #frmCustomer .c-error{
	font-size: 12px;
}

#frmMember .c-select-date select,#frmMemberEdit .c-select-date select{
	width:100px;
	display:inline-block;
}

.c-slider .profile-img .avatar,.c-image .profile-img .avatar, .c-video .profile-img .avatar{
	border-radius:unset;
	width:100px !important;
	height: 150px;
}
.profile_image{
	z-index:1 !important;
}
.c-package-img img{
	width:80px;
	height:80px;
	object-fit:cover;
}
.c-video .avatar iframe,.c-video .avatar video,.c-image .avatar img , .c-slider .avatar img{
	height: 150px !important;
	object-fit:cover;
}
.trumbowyg-fullscreen{
	top:75px !important;
}

.c-image-label{
	padding: 10px;
    color: #fff;
    background : #EF2950;
    width: 100%;
    height: 35px;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
	border: 1px solid #fff;
	white-space: nowrap;
	margin-top: 20px;
	border-radius:10px;
}
.c-image-label i{
	padding-right:10px;
}
input[type=file]{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.form1{
	border: 1px solid #222;
	
}
 
.color_container {
	height:150px;
	overflow-y:scroll;
}
.c-color-square {
	/* width:100%;
	height:30px; */
	font-size:45px;
	padding:25px;
	cursor:pointer;
}
.c-change-language{
	display: flex;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 0px 0px 50px -2px #ffffff;
    margin-bottom: 20px;
}

.c-select{
	border-radius: 10px;
    padding: 5px 15px;
    font-size: 15px;
}

.c-total_contact,.c-my_contact{
	position: relative;
    top: -2px;
    right: 0px;
    padding: 0 9px;
	background:#2C0649;
}
.c-image .widget .c-description{
    height: 35px;
    overflow: hidden;
	text-overflow: ellipsis !important;
	display:block;
}
/* table.inv-table{
	border: 2px solid #2c0649;
}
table.inv-table tr td, table tr th{
	border: 0 solid #ccc;
	font-size:12px;
}
table tr:nth-child(even){
	background: #2c06491c; 
} */

.ios .button {
  border: none;
  background:#eee;
  color: #fff;
  border-radius: 4px;
  line-height: 35px;
  height: 35px;
}

table thead tr {
  background: var(--light-grey);
  color: #000;
}
table tr th {
  border: none;
}

table tr td {
  background: none;
  box-shadow:unset !important;
}


.toolbar .toolbar-inner i.fa{
	font-size: 25px;
    margin-top: 3px;
}
.ios .tabbar a, .ios .tabbar-labels a, .ios .list textarea, .account-form .input-list a, .account-form p a{
	color: #fff;
	margin-bottom: 10px;
}
.tab-link-active .tabbar-label{
	color: var(--blue);
}

.tab-link-active svg{
	fill:#fff !important;
}

.tabbar-label {
  color: #787878;
}

.ios .toolbar {
  background: #FFF;
  border-top: 1px solid #e3e3e3;
}

.ios .searchbar input[type=search], .ios .searchbar input[type=text]{
	background:#fff;
	color: #222;
}

.ios .block-strong, .tabbar.toolbar-border a.tab-link-active{
	color:unset;
	background:#222;
}
 


.ios .list ul, option, .profile-header,.list.inv-list li,.searchbar-inner{	
    background: none;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes AnimationName {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}

.popover ul,.c-contact-tag-select, .c-select{
	border: none;
}
.button-purple{
	background-color: #EF2950;
	color: #fff;
}
.ios .button.active-state {
	background-color: #fff;
    border-color: #222000 !important;	
}
.{
	#0B0F1A
}
.inv-amount{
	color: #bfbfbf !important;
}
.custom-form ul{
	border:unset;
}
.c-error_msg{
	/* padding: 20px; */
    text-align: center;
}
.c-image{
	object-fit: cover;
}
.ios .list .item-inner:after, .ios .list ul:before, .ios .list ul:after{
	background-color:unset;
}
.ios .list .item-content{
	/* padding-right:15px; */
}

.c-add-mission1 {
  padding: 15px !important;
  margin: 5px;
  border: 1px solid #cecece;
  border-radius: 8px;
}

.c-packageCampaignList{
    padding: 0 5px !important;
}
.c-packageCampaignList .col-50{
	width: 50% !important;
}
.c-adslist img {
    width: 100%;
    height: 200px;
    /* object-fit: cover; */
}
.c-campaign-img img{
	height:100px;
	object-fit:cover;
}
.c-category .c-category-icon img{ 
	height: 155px;
	width: 150px;
	margin-bottom: -5px;
	vertical-align: middle;
}
.dash-widget-info{
	margin:unset;
	padding: 10px;
}
.dashboard-area .dash-widget img{
	max-width: 78px;
 
    object-fit: cover;
}
.ios .page-content > .block{
	margin-bottom: 70px;
	padding:15px 20px;
}
.c-footer-menu{
	height: 50px !important;
}
.c-footer-menu .toolbar-inner img{
	width: 24px;  
	filter: brightness(0) saturate(100%) invert(48%) sepia(0%) saturate(6%) hue-rotate(170deg) brightness(92%) contrast(85%);
}
.ios .tab-link-active img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(59%) saturate(3771%) hue-rotate(325deg) brightness(101%) contrast(97%);
}
.ios .subnavbar{
	background: unset;
}
.ios .button.tab-link-active{
	background: #222;
    color: #fff !important;
}

.ios .segmented .button{
    color:#222;
}
.c-white-color{
	color:#fff;
}
.c-report-val{
    font-size: 18px;
    color: #EF2950;
    font-weight: bold;
}
.c-ellipsis{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media only screen and (min-width: 400px) {
  .c-slider .profile-img .avatar,.c-image .profile-img .avatar, .c-video .profile-img .avatar {
    width:130px !important;
  }
}
.vshare-members-latest-earning {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.latest-earning-row {
	  	 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
background: #ffaf02; /* Old browsers */
	padding: 10px 20px;
	overflow: hidden;
	display: block;
	color: #222;
	font-size:15px;
	height: 63px !important;
	border: 1px solid #2046EC;
	margin-bottom: 5px;
	 
}
.latest-earning-row .le-image{
	float: left;
	width: 60px
}

.latest-earning-row .le-info{
	float: left;
	display: contents;
}
.latest-earning-row .le-name-and-date{
	float: left;
}
span.c-date {
    display: block;
    font-size: 10px;
}
.latest-earning-row .le-earning {
    float: right;
}
.custom-form input[disabled], .custom-form input[readonly]{
	background-color: #fff !important;
}
.ios .item-input-invalid .item-input-error-message{
	margin: unset;
}

.c-campaign .list .item-inner{
	padding-right:2px !important;
}
.c-campaign .list .item-content{
	padding-left:2px !important;
}
.notification{
	background: #AE021C;
	color:#fff !important;
}
.mobile-otp{
	border: 1px solid !important;
    border-radius: 4px !important;
    display: inline-block !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    height: 40px !important;
    width: 40px !important;
	text-align:center;
}

.btn-grad2 {/* From https://css.glass */
background: #fff;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
border: 1px solid #bfbfbf;
    
}
 .btn-grad2 {
	 width: 100%;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #222;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
	box-shadow: 0 0 5px #fff;
  }

.btn-grad2:hover {
    background-position: right center; /* change the direction of the change here */
    color: #EF2950;
    text-decoration: none;
  }

 
  

.btn-grad {background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  51%, #1A2980  100%)}
.btn-grad {
            width: 100%;
            padding: 10px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

.btn-grad1:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }


.btn-grad1 {background-image: linear-gradient(to right, #1F1C2C 0%, #928DAB  51%, #1F1C2C  100%)}
.btn-grad1 {
            width: 100%;
            padding: 10px 10px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

.btn-grad1:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
        




.hidden-scrollbar {
  overflow: auto;
  scrollbar-width: none; /* Completely hides the scrollbar in Firefox */
  -ms-overflow-style: none; /* Hides scrollbar in IE/Edge */
}
.hidden-scrollbar::-webkit-scrollbar {
  display: none; /* For Webkit-based browsers */
}


/*login page*/
.input-form {
  border: 1px solid #797979;
  border-radius: 10px;
}
.input-list {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #797979;
}
.input-list:last-child {
  border-bottom: none;
}
.input-list label {
  font-size: 14px;
  color: #6f6f6f;
}
.input-list input, .input-list select{
  font-size:16px;
  padding-top:5px !important;
    
}

.comm-report {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 3px 7px var(--shadow);
  border: 1px solid #e3e3e3;
}

.page-header {  
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  width: 100%;  
  background: #fff0;
}

.header-logo {
  width: 150px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto;  
  align-items: center;
}
.header-ml-container {
  display: flex;
  align-items: center;  
  gap: 150px;
}
.header-menu {
  display: flex;
  gap: 20px;
}
.header-menu a{
  color:#000;
  font-size:14px;
}
.btn {
  border: none;
  background: #008489;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  padding: 5px 12px;
  display: flex;
  align-items: center;
}
.product-block img {
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  aspect-ratio: 7/5;
}
.product-block {
  margin-bottom: 2%;
}
.unit-label {
  font-weight: 300;
  font-size: 13px;
}
.section-title {
  font-size: 28px;
  text-align: center;
  margin: 70px 0 5px;
  font-weight: 700;
  text-transform:uppercase;
}
.section-title.special{
  margin: 50px auto 20px;
  font-size: 64px;
  line-height: 1.1;
  padding: 0px 60px;
}
.muted-text {
  color: #737373;
}
.counter-block {
  display: flex;
  gap: 25px;
  margin: 20px auto 35px;
  width: fit-content;
}
.counter-block p {
  padding: 5px 20px;
  box-shadow: 0px 1px 15px #cececea8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
#our-story p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}
#our-story{
  margin:0px 0px 35px;
}


/*login*/
.login-container {
  display: flex;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0px 4px 15px #cececeab;
  border-radius: 10px;
}
.c-error {
  font-size: 12px;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  width: 100%;
}

.marquee-content img {
  margin-right: 20px;     /* Spacing between images */
}

@keyframes marquee {
  from {
    transform: translateX(100%);  /* Start from right outside the container */
  }
  to {
    transform: translateX(-100%); /* Move to left outside the container */
  }
}
.swiper-container {
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
}

.swiper-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

#swiper-text {
    font-size: 12px;
    text-align: center;
    line-height: 1;
}
.mobile-logo {
  width: 150px;
}

.arrow-menu-2 .arrow-menu-item a div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-panel *, .arrow-menu-item span, .profile-block label{
    font-family:"Montserrat", serif !important;  
    font-weight: 300;
}
.profile-panel{
  border-radius: 8px;
  position: relative;
}
 .arrow-menu-2 .arrow-menu-item a {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}

.profile-block{
    background: #fff;
  margin: 20px 20px 30px;
  box-shadow: 0px 0px 12px var(--shadow);
  border-radius: 6px;
  overflow: hidden;
}
.profile-item {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
  border-bottom: 1px solid var(--shadow);
  color: #000 !important;
}
.profile-item:last-child {
  border-bottom: none;
}
.profile-item > div {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.profile-item > div * {
  margin: 0;
}

.header-ml-container.mobile {
  justify-content: space-between;
}
.navbar-inner {
  padding: 0 !important;
}
.no-border{
    border:none !important;
}
.right-icon {
  background: #cacaca;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;  
}
.right-icon img {
  width: 15px;
  filter: brightness(0) saturate(100%);
}

.navbar {
  height: 0px !important;
}

.mobile-header-1{
    background: #fff;
}
.page-header.mobile .icon-container{
    display:flex;
    justify-content:flex-end;
}
.page-header.mobile .title-container{
    text-align:left;
}
.ios .navbar ~ .page-content.index{
    padding-top:0px !important;
}

/* responsive settings*/
/* Default: mobile first */
.page-header.mobile {
  display: block;  
  padding: 12px 12px;
}
.page-header.desktop {
  display: none;
}
.sub-content{
    display:block;
}

.page.index .navbar{
    height:64px !important;
}
.page.index .page-header.mobile {
  padding: 22px 10px;
}
.content-row {
  padding: 0px 20px;
}

.page.index .content-row {
  padding: 0px;
}
.title-container {
  padding: 0px 22px 0;
}
/* Desktop breakpoint */
@media (min-width: 768px) {
  .page-header.mobile {
    display: none;
  }
  .page-header.desktop {
    display: block;
  }
   .ios .navbar ~ .page-content{
       padding-top:0px !important;
   }
    .navbar {
      height: 64px !important;
    }
    .toolbar-bottom {
        display: none !important;
    }
    
    .content-row{
        display:flex;
        gap:20px;
        padding:0px;    
        align-items: flex-start;    
        flex-direction: column;
    }
    .main-content{
        width:100%;
    }
    .sub-content{
        display:block;
        width:100%;
    }
    .title-container {
      padding: 30px 0px 0;
    }
    .c-myMissionList{
        display:flex;
        flex-wrap:wrap;    
        justify-content: space-between;
    }
    .c-myMissionList li{
        width:32.5%;
    }
    .ios .block {
      margin: 0;
    }
    .sub-content {    
    border: 1px solid #cecece;
    border-radius: 12px;
    padding: 20px 20px 10px;
    }
    .loading-content{
      max-width: 380px;
    }
}


        /* Layout */
.hero-slider{
  position: relative;
  height: min(82vh, 820px);
  min-height: 420px;
  overflow: hidden;
  color: #fff;
}

/* Each slide sits on top of each other, we fade between them */
.hero-slide{
  --bg: none;                 /* set from JS as url(...) */
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
  pointer-events: none;
}

/* Background image layer (with gentle Ken Burns zoom) */
.hero-slide::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 8s ease;
  will-change: transform;
}

/* Dark scrim on top of image */
.hero-slide::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.35));
}

/* Active slide */
.hero-slide.is-active{
  opacity: 1;
  pointer-events: auto;
}
.hero-slide.is-active::before{
  transform: scale(1);
}

/* Centered content */
.hero-content{
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.hero-content h1{
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.05;
  font-size: clamp(28px, 5vw, 56px);
  text-transform: uppercase;
}
.hero-content p{
  margin: 0 0 26px;
  font-size: clamp(14px, 1.7vw, 20px);
  opacity: .95;
}
.hero-btn{
  display: inline-block;
  padding: 12px 22px;
  background: #ff944d;
  color: #1b1b1b;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .15s ease, filter .15s ease;
}
.hero-btn:hover{ filter: brightness(1.08); transform: translateY(-1px); }

/* Arrows */
.hero-nav{
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px; height: 42px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.12);
  color: #fff;
  display: grid; place-items: center;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.hero-nav.next{ left: calc(50% + 54px); }
.hero-nav.prev{ left: calc(50% - 54px); }
.hero-nav:hover{ background: rgba(255,255,255,.18); }

/* Dots */
.hero-dots{
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px;
}
.hero-dots button{
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}
.hero-dots button.is-active{ background: #fff; }
.hero-content * {
  color: #fff;
}
/* Small screens: move arrows wider */
@media (max-width: 640px){
  .hero-nav.next{ left: calc(50% + 70px); }
  .hero-nav.prev{ left: calc(50% - 70px); }
}

/* navbar starts transparent, turns white after scroll */
.navbar.sticky {
  background: transparent;
  box-shadow: none;
  transition: background-color .2s ease, box-shadow .2s ease;
  --nav-color: #fff;
}
.navbar.sticky.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  --nav-color: #111;
}
.navbar.sticky .header-menu a,
.navbar.sticky .c-logout , .navbar.sticky{ color: var(--nav-color); }

.home-product-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  background:#fff;
  font-family: sans-serif;
  position: relative;
}

.home-product-card-image {
  position: relative;
}
.home-product-card-image img {
  width:100%;
  display:block;
}

.home-product-card-price {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  border-radius: 6px;
  font-size:20px;
}

.home-product-card-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
}

.home-product-card-body {
  padding: 15px;
  position: relative;
}

.home-product-card-title {
  font-size:14px;
  color:#000;
  font-weight:600;
  text-transform:uppercase;
}

.home-product-card-rating {
  font-size:14px;
  color:#666;
}

.home-product-card-fav {
  position:absolute;
  top:15px;
  right:15px;
  background:none;
  border:none;
  cursor:pointer;
  font-size:20px;
  color:#999;
}
.home-product-card-image::before {
  content: '';
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transparent-btn {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 14px;
}


.box-content{
  max-width: 1320px;
  margin: auto;  
  padding-top: 60px;
}
.mosaic{
  display:grid;
  grid-template-columns: 2fr 1fr 1fr;  /* big column + 2 small */
  grid-auto-rows: 220px;               /* row height */
  gap:16px;
}
.tile{
  position:relative;
  border-radius:6px;
  overflow:hidden;
  color:#fff;
  display:grid; align-content:end;     /* text at bottom-left */
  padding:16px;
  font: 800 22px/1.2 system-ui;
  background:#ccc center/cover no-repeat;
}
.tile::after{                          /* dark bottom gradient */
  content:""; position:absolute; inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0) 55%);
}
.tile > span{ position:relative; z-index:1; letter-spacing:.02em; }

/* placements */
.tile--big{ grid-row: span 2; }        /* left card spans 2 rows */
.tile--wide{ grid-column: 2 / span 2;} /* bottom-right spans 2 cols */

/* responsive: stack on small screens */
@media (max-width: 900px){
  .mosaic{ grid-template-columns:1fr; grid-auto-rows:auto; }
  .tile--big{ grid-row:auto; }
  .tile--wide{ grid-column:auto; }
}
.icon-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: center;
}
.icon-grid h3{
    font-size:18px;
    font-weight:500;
    color:#000;
    margin:15px 0;
}
.page-subheader {
  height: 400px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: column;
}
.page-subheader::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #00000063;
}
.page-subheader p, .page-subheader h1{
    z-index:2;
    color:#fff;
}
.page-subheader h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-subheader p {
  font-size: 21px;
}
.page-with-navigate {
  display: flex;
  gap: 20px;
}
.product-grid {
  display: flex;
  justify-content: flex-start;
  gap: 2%;
}

.tour-card {
  display: flex;
  box-shadow: 0px 0px 15px #97979770;
}

.tour-card-image {
  aspect-ratio: 4/3;
  height: 230px;  
  position: relative;
}
.tour-card-image::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.tour-card-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.tour-card-image img{
    width:100%;
    object-fit: cover;  
    height: 100%;
}
.tour-card-body {
  display: flex;
}
.tour-card-title {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}

.tour-content p {
  color: #000;  
  font-size: 13px;
}

.tour-content {
  padding: 30px;
  margin: auto 0;
}
.tour-card-price {
  color: #000;
  padding: 20px;
  border-left: 1px solid #cecece;
  display: flex;
  align-items: center;  
  flex-direction: column;
  justify-content: center;
  gap: 10px;  
  flex: 0 0 25%;
}
.tour-card-price h2 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 500;
}
.tour-card-price h3 {
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 500;
  color: #bfbfbf;
}
.tour-card-price p {
  color: #a6a6a6;
  font-weight: 500;
}
.tour-list > a {
  margin-bottom: 30px;
  box-shadow: 0px 0px 14px #cecece78;
}


.side-navigation{
    flex:0 0 25%;
}

.side-navigation-menu li a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;  
  border: 1px solid #cecece;
  margin-top: -1px;
}

.side-navigation-menu img {
  width: 24px;
}
.side-navigation-menu span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.side-navigation > div {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.profile-image-section img {
  width: 100px;
  border-radius: 8px;
}

.profile-image-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-section {
  display: flex;
  justify-content: space-between;
  width: 100%;  
  align-items: center;
}
.profile-navigation img {
  width: 24px;
}
.profile-navigation a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #000;
}
.profile-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  margin: 20px 0 10px;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal-width columns */
  gap: 20px; /* spacing between items */
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 5 equal-width columns */
  gap: 20px; /* spacing between items */
}

.grid > div {
  padding: 20px;
  text-align: center;
  border: 1px solid #cecece;
  border-radius:8px;
}

.grid-3-5 {
  grid-column: span 3;  /* takes 3/5 */
  padding: 20px;
}

.grid-2-5 {
  grid-column: span 2;  /* takes 2/5 */
  padding: 20px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal parts */
  gap: 10px;
  margin-bottom: 20px;
}

.grid-1-4 {
  grid-column: span 1; /* takes 1/4 */
  padding: 20px;
}

.grid-2-4 {
  grid-column: span 2; /* takes 2/4 */
  padding: 20px;
}

.grid-3-4 {
  grid-column: span 3; /* takes 3/4 */
  padding: 20px;
}
.mobile-menu-toggle {
  display: none;
}
.mobile-menu-toggle {
  width: 24px;
  position: relative;
}

.account-login {
  max-width: 566px;
  margin: 15px auto;
  border-radius: 12px;
}
/* ✅ Mobile responsive: stack into 1 column */
@media (max-width: 768px) {
  .sub-content{
      display:none !important;
  }
  .page-subheader {
    height: 300px;
  }
  .page-subheader h1{
      font-size:32px;
      text-align:center;
  }
  .page-subheader p{
      text-align:center;
      font-size:18px;
  }
  
  .grid-1-4,
  .grid-2-4,
  .grid-3-4 {
    grid-column: span 4; /* full width */
  }
  .grid-2-5,
  .grid-3-5,
  .grid.grid-5 > div{
    grid-column: span 5; /* full width */
  }
  .col-4{
      width:100% !important;
  }
  .profile-panel-mobile > div {
      position: absolute;
    }
  .tile {
     min-height: 150px;
    }
    .box-content {
      max-width: 1140px;
      margin: auto;
      padding: 0px 15px 30px;
      flex-wrap:wrap;
    }
    .side-navigation {
      flex: 0 0 100%;
      margin-top:25px;
    }
    .tour-card {
      flex-direction: column;
    }
    .col-6{
        width:100%;
    }
    .icon-grid {
      flex-direction: column;
      gap: 35px;
    }
    .mobile-menu-toggle {
      display: block;
    }
    .header-menu{
        display:none;
    }
    .signin-btn{
        display:none;
    }
    .header-menu.side-nav-inner .signin-btn{
        display:block;
    }
    .navbar.sticky.scrolled {
      height: 65px !important;
    }
    .navbar.sticky.scrolled img.mobile-menu-toggle {
        filter: brightness(0);
      }
    .header-ml-container{
        flex: 100% 0 0;
        justify-content: space-between;
        padding: 0 5px;
        
    }
    .panel.panel-right {
      box-shadow: -3px 0px 7px #46464691;
    }
    .content-row{
        padding:0;
    }
    .dashboard-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .dashboard-grid-inner {
        grid-column: span 2 !important;
    }
    .grid > div{
        padding:30px 15px;
    }
    .account-login{
        margin:30px 15px;
    }
    .question-block {
      flex-direction: column;
      gap: 20px;
    }
    .question-block a{
        width:100%;
        text-align:center;
        font-size:20px;    
        display: block;
    }
    .transaction-tab {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
}
.header-menu.side-nav-inner {
  display: flex;
  flex-direction: column;
}
.membership-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.37);
  padding: 20px;
  width: 100%;
  font-family: Arial, sans-serif;
  color: #111;
}

.membership-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.membership-card .card-title h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.membership-card .card-title p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.membership-card .highlight {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.membership-card .card-icon span {
  font-size: 20px;
  background: #f5f7fb;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
}

.membership-card .card-body {
  padding-top: 15px;
  margin-bottom: 15px;
}

.membership-card .reward {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.membership-card .reward .check {
  color: #2ecc71;
  margin-right: 8px;
}

.membership-card .card-footer {
  text-align: center;
  padding: 20px 0 10px;
}

.membership-card .get-started {
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  cursor: pointer;
  transition: background 0.3s;
}

.membership-card .get-started:hover {
  background: #333;
}
.question-block {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 70px;
  background: var(--light-grey);
  padding: 30px;
  border-radius: 12px;  
  align-items: center;
}
.row.check-in-list .check-in-content {
  border-bottom: 1px solid #D0D0D0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 5px 10px;
}
.check-in-number {
  background: #F7C32E;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
}
.check-in-number > span {
  color: #F7C32E;
  background: #000;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  aspect-ratio: 1;
}
.check-in-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.check-in-content h3 > span {
  font-weight: 700;
}
.check-in-content p {
  font-size: 12px;
  color: #797979;
}
.profile-menu-open {
  width: 40px;
  animation: 1;
  height: 40px !important;
  border-radius: 8px;
}
.profile-menu a {
  padding: 10px 20px;
  color: #000;
  display: flex;
}
.profile-header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.profile-inner strong {
  font-size: 18px;
  color: #000;
}
.profile-inner small {
  color: #868383;
  font-size: 14px;
}
.profile-avatar {
  width: 40px;
  height: 40px;
}
.profile-avatar img{
    width:100%;
}
.profile-menu-open img {
  border-radius: 8px;
}

.info-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.info-box-header {
    background: #f9fafb;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.info-box-content {
    padding: 16px;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem; 
    overflow-x: auto;
}

.info-box-content p {
    margin-bottom: 12px;
}

.info-box-content p:last-child {
    margin-bottom: 0;
}

.info-box-content ul {
    margin: 10px 0 15px 20px;
    padding: 0;
    color: #555;
}

.info-box-content li {
    margin-bottom: 6px;
}

.note {
    color: #e63946;
    font-size: 0.9rem;
    margin-top: 10px;
}
.check-in-content:last-child {
  border: none !important;
}
.approved.check-in-number {
  background: #27e327;
}
.approved.check-in-number span{
  color: #27e327;
}

.transaction-type {
  display: flex;
  background: var(--light-grey);
  border-radius: 8px;
  padding: 8px 0 0;
  justify-content: space-around;
  font-family: Arial, sans-serif;
}

.transaction-tab {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-size: 0.95rem;
  color: #666;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transition: color 0.3s ease;
}

.transaction-tab i {
  margin-right: 6px;
}

.transaction-tab.active {
  color: #e63946;
  font-weight: 600;
}

.transaction-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #e63946;
  border-radius: 2px;
  width: 100%;
  left: 0;
}
.credit-score-panel {
  font-size: 14px;
  color: #939393;
}