
/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
}

/* Remove list styles */
ul, ol {
    list-style: none;
}

/* Remove default link styles */
a {
    text-decoration: none;
    color: inherit;
}

/* Remove button default styles */
button, input, textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    background: none;
    outline: none;
}

/* Ensure images don't exceed container */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Table reset */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Remove default styles for heading and paragraph */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

/* ................................... */

/* Generic Colors*/

.primary-bg{
    background-color: #E87722;
}

.primary-color{
    color: #E87722;
}

.primary-light-bg{
    background-color: #ffebaa;
}

/* Navbar Stylle */

.custom-nav .nav-item {
    padding: 0 10px;
    border-radius: 10px;
}

/* Profile Picture */
.profile-pic {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
  
 .profile-pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
 }
 .profile-menu .dropdown-menu {
   right: 0;
   left: unset;
 }
 .profile-menu .fa-fw {
   margin-right: 10px;
 }
  
 .toggle-change::after {
   border-top: 0;
   border-bottom: 0.3em solid;
 }

 .dropdown-toggle::after {
    display: none;
}


/* ................................... */


/* Large screen header banner Stylle */

.main-banner {
    width: 100%;
    background-image: url('../img/large-screen-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 740px;
}

.caption {
    float: left;
    width: 100%;
}

.caption h1 {
    font-size: 66px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 50px;
}

.caption span {
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

.caption p {
    margin-top: 16px;
    margin-bottom: 25px;
}

.primary-bg:hover,
.primary-bg:active,
.primary-bg:focus {
    background-color: #000 !important; 
    box-shadow: none;
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #f7941d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: #f7941d;
    border: 3px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
}

.icon-circle img {
    float: left;
    width: 25px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.flex-item {
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.flex-item h5 {
    font-size: 16px;
}

.feature-box {
    display: flex;
    gap: 20px;
    float: left;
    width: 100%;
}

.feature-image {
    width: 100%;
    border-radius: 10px;
}

.feature-content {
    flex: 1;
}
.feature-content h5 {
    font-weight: bold;
}
.feature-content p {
    margin-bottom: 10px;
    color: #666;
}

.feature-content h3 {
    margin-bottom: 30px;
}


/* Medium screen header banner Stylle */

.hero-section {
    background: url('../img/medium-screen-bg.jpg') no-repeat center center/cover;
    padding: 100px 0;
    color: white;
    position: relative;
    width: 100%;
    background-position: top;
}

.hero-content {
    max-width: 600px;
    text-align: left;
}
.hero-section h1 {
    color: #E87722;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 64px;
}
.hero-section h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}
.hero-section p {
    font-weight: 400;
    margin-bottom: 30px;
    color: #000;
}
.btn-custom {
    background:#E87722;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
}
.feature-box {
    background: #ffebaa;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}
.feature-icon {
    width: 60px;
    height: 60px;
    background: #E87722;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.feature-icon img {
    width: 30px;
}
.feature-box p {
    margin: 0;
    font-weight: bold;
}


.why-plus{
    float: left;
    width: 100%;
    margin-top: 50px;
}

.why-plus img {
    border-radius: 15px;
    width: 100%;
}
.feature-content h3 {
    margin-bottom: 30px;
}
.key-points ul {
    padding-left: 0;
}

.key-points ul li{
    margin-bottom: 30px;
}

.key-points ul li h5 {
    margin-bottom: 5px;
    font-weight: 700;
}
/* wishlist */

.wishlist-section {
    padding: 40px 0;
    text-align: center;
    float: left;
    width: 100%;
}
.wishlist-section h2 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.wishlist-section p {
    color: #666;
    margin-bottom: 20px;
}
.wishlist-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.wishlist-input {
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.wishlist-button {
    background: #E87722;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.wishlist-panel{
    float: left;
    width: 100%;
    background: #FFF4E0;
    padding: 50px;
}
/* footer */

.footer-panel {
    float: left;
    width: 100%;
    background-color: #333;
    color: #fff;
    
    text-align: left;
    padding: 10px 0;
    font-size: 14px;

}

/* form */

.login-img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
}

.phone-input {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 18px;
    color: #aaa;
}

.signup-btn {
    background-color: #E87722;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #E87722 !important;
}

.form-panel p {
    margin-bottom: 30PX;
    margin-top: 10px;
}

.form-panel button {
    margin-top: 30px;
}

/* divider */

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-top: 1px solid #ccc; 
    margin: 0 10px; 
}

.phone-input::placeholder {
    color: #ccc; 
    opacity: 1; 
}

/* OTP Input Fields */
.otp-input {
    width: 60px;
    height: 100px;
    text-align: center;
    font-size: 24px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.3s;
    margin-right: 15px;
}

.otp-input:focus {
    border-color: #007bff;
}

.model-panel{
    float: left;
    width: 100%;
    padding: 30px;
}

.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    height: 100%;
}
.category-card:hover {
    transform: translateY(-5px);
}
.sale-banner {
    border-radius: 10px;
    overflow: hidden;
}

.wallet-section {
    background: linear-gradient(to right, #e3f2fd, #ffffff);
    padding: 20px;
}

.wallet-section h5 {
    margin-bottom: 20px;
}

.wallet-section img {
    margin-bottom: 20px;
}

.marketing-banner img {
    float: left;
    width: 100%;
    border-radius: 30px !important;
}

.header {
    background-color: #fff3cd;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    align-content: flex-end;
}
.header img {
    mix-blend-mode: multiply;
}
.header .trophy-icon {
    font-size: 40px;
    color: #E87722;
}
.header .points {
    font-weight: bold;
    font-size: 20px;
    margin-right: 50px;
}

.voucher-box {
    background-color: #f3f4f6;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    margin: auto;
}

.voucher-box p{
    margin-bottom: 30px;
}
.progress-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.progress {
    height: 8px;
    border-radius: 10px;
    width: 100%;
    background-color: #ddd;
    position: relative;
}
.progress-bar {
    height: 100%;
    background-color: #E87722;
    border-radius: 10px;
    width: 0%;
}
.range-input {
    position: absolute;
    width: 100%;
    top: -7px;
    left: 0;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}
.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #E87722;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.range-labels {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}
.input-box {
    width: 120px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
    background-color: #fff;
}
.btn-voucher {
    background-color: #E87722;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    border: none;
}
.btn-voucher:hover {
    background-color: #E87722;
}

.link-bank {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.card-container {
    gap: 5px;
  }
  .card-input {
    width: 40px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
  .card-input:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
  }

  .card-custom {
    background: linear-gradient(180deg, #ffffff 0%, #e6f2ee 100%);
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .logo-box {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .logo-box img {
    border-radius: 30px;
  }

  .card-details {
    flex: 1;
  }

  .account-title {
    font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    margin-bottom: 10px;
  }

  .loyalty-points {
    font-weight: bold;
    font-size: 1.125rem;
    color: #333333;
    margin-bottom: 10px;
  }

  .auto-update {
    font-weight: 500;
    font-size: 1rem;
    color: #333333;
  }

  .last-updated {
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    white-space: nowrap;
  }