.apply-one 
{
            padding-top: 20px;
            padding-bottom: 80px;
}

.applyloan{ margin-top: 84px;}

.contact-one__form-box {
  margin-top: 40px;
}

.contact-one__form {
  margin-top: 10px;
}

.contact-one__form-box {
  margin-top: 40px;
}

.apply-one .block-title {
  margin-bottom: 20px;
}

.form-label-group {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.form-label-group label {
  font-size: 13px;
  padding: 0px;
}
.form-control{ line-height: 34px !important;}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ce645b;
  outline: 0;
  box-shadow: 0 0 0 0px rgba(13,110,253,.25);
}

.login-bg{
  background: linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);
  min-height:60vh;
  display:flex;
  align-items:center;
  padding:40px 0;
}
.login-card{ border-radius:12px; overflow:hidden; }
.social-btn{ margin:0 6px; }
.btn-loginuser
{
  --bs-btn-color: #fff;
  --bs-btn-bg: #156a72;
  --bs-btn-border-color: #156a72;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #018490;
  --bs-btn-hover-border-color: #018490;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.form-control
{
  border: var(--bs-border-width) solid #176c73;
}

.form-control option {
  color: rgb(57, 129, 135);
  opacity: 1;
}

label {
  color: #1c6b72ff;
}
.comn_tblhed {
  color: #1c6b72ff;
  display: block;
  padding: 7px 16px;
  position: relative;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #176c7342;
  border-radius: 0.275rem;
}

.input-group-text
{
    border: var(--bs-border-width) solid #176c73;
}

.show-btn
{
  --bs-btn-color: #000;
  --bs-btn-border-color: #176c73;
  --bs-btn-hover-border-color: #156a72;
  --bs-btn-hover-bg: #156a72;
}



/*----------------------- new add css ------------------------*/



.product_list {
  background: #006a910d;
}
.dash-card{
    border: 1px solid var(--aasan-text);
    border-radius: 1rem;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    box-shadow: var(--bs-breakpoint-xxl);
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
    overflow: hidden;
}
.dash-card::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(120deg, #156a7214 0%, rgba(21, 106, 114, 0.12) 40%, #156a720f 80%);
  opacity: 0; pointer-events:none;
  transition: opacity .25s ease;
}

.dash-card .card-body{
  padding: 1.25rem 1rem;
}

.dash-card .dash-icon{
  display:inline-flex; align-items:center; justify-content:center;
  width:56px; height:56px;
  border-radius:50%;
  background: radial-gradient(circle at 30% 30%, rgba(79,70,229,.15), rgba(79,70,229,.05));
  color: var(--dash-primary);
  box-shadow: inset 0 0 0 1px rgba(79,70,229,.2);
  margin-bottom:.5rem;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.dash-card .dash-icon i{ font-size: 22px; line-height:1; }

.dash-card .dash-icon.alt{
  background: radial-gradient(circle at 30% 30%, rgba(34,197,94,.15), rgba(34,197,94,.05));
  color: var(--bs-form-valid-color);
  box-shadow: inset 0 0 0 1px rgba(34,197,94,.2);
}

.dash-card .dash-icon.profile{
  background: radial-gradient(circle at 30% 30%, rgba(233, 164, 23, 0.24), rgba(233, 165, 24, 0.26));
  color: #e9a518;
  box-shadow: inset 0 0 0 1px rgba(232, 164, 20, 0.3);
}
.profile:hover .dash-icon.profile,
.profile:focus-visible .dash-icon.profile{
  transform: scale(1.06);
  box-shadow: inset 0 0 0 2px rgba(233, 164, 23, 0.3), 0 4px 18px rgba(233, 164, 23, 0.25);
}

.dash-card .dash-icon.notifications{
  background: radial-gradient(circle at 30% 30%, rgba(249, 115, 22, 0.24), rgba(249, 115, 22, 0.26));
  color: #f91616b5;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.3);
}
.notifications:hover .dash-icon.notifications,
.notifications:focus-visible .dash-icon.notifications{
  transform: scale(1.06);
  box-shadow: inset 0 0 0 2px rgba(249, 71, 22, 0.3), 0 4px 18px rgba(249, 37, 22, 0.25);
}


.dash-card .dash-label{
  color: var(--dash-text);
  font-weight: 600;
  letter-spacing: .2px;
}
/* hover/focus states */
.dash-card:hover,
.dash-card:focus-visible{
  transform: translateY(-4px);
  box-shadow: var(--dash-shadow-lg);
  border-color: rgba(79,70,229,.25);
}
.dash-card:hover::after{ opacity: 1; }
.dash-card:hover .dash-icon,
.dash-card:focus-visible .dash-icon{
  transform: scale(1.06);
  box-shadow: inset 0 0 0 2px rgba(79,70,229,.3), 0 4px 18px rgba(79,70,229,.25);
}

/* accessibility focus ring */
.dash-card:focus-visible{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(79,70,229,.15), var(--dash-shadow-lg);
}

/* dark mode (optional) */
@media (prefers-color-scheme: dark){
  .dash-card{ background:#0b1220; border-color: rgba(255,255,255,.08); }
  .dash-card .dash-label{ color:#e5e7eb; }
  .dash-card::after{
    background: linear-gradient(120deg, transparent 0%, rgba(79,70,229,.12) 40%, transparent 80%);
  }
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.sidebar ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #156a72;
}
.product_list ul li {
  flex-basis: 25%;
}
.nav-link.d-flex.justify-content-between.align-items-center.h6.d-inline-flex.text-decoration-none {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}

.nav-link {
  display: block;
  font-size: var(--bs-nav-link-font-size);
  font-weight: bold;
  color: #156a72;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #156a72bd;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(0, 168, 89, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: #156a72bd;
    pointer-events: none;
    cursor: default
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.section-title {
  font-weight: bold;
  margin-top: 20px;
}
.section-title {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.default-btn {
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  background-color: #08516c;
  padding: 13px 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: normal;
  transition: all ease .5s;
}

.default-btn:hover {
  background-color: #097197ff;
  color: #e8e5e5ff;
  box-shadow: 0 10px 20px rgba(2, 76, 102, 0.2);
  transform: translateY(-5px);
}


.notification-item 
{
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.background {
  background-color: #f8f9fa;
}

.unread-dot {
  width: 12px;
  height: 12px;
  background-color: #de3333; /* red color */
  border-radius: 50%;
  margin-left: auto;
  animation: pulse 1.5s infinite;
}

.dot-indicator {
  width: 10px;
  height: 10px;
  background-color: #de3333; /* red dot */
  border-radius: 50%;
  animation: pulse 1.5s infinite;
  position: absolute;
  top: 8px;
  left: 10px;
}
.dot-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background-color: #dc3545;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  margin-bottom: 14px;
  margin-left: 2px;
  top: 8px;
  left: 15px;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
  animation: pulse 1.5s infinite;
}

/* Optional: subtle animation for attention */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}



.dash-card .dash-icon.referral {
  background: radial-gradient(circle at 30% 30%, rgba(34, 197, 94, 0.84), rgba(34, 197, 94, 0.85));
  color: #26c97d;
  box-shadow: inset 0 0 0 1px rgba(56, 146, 90, 0.91);
}

.dash-card .dash-icon.generate {
  background: radial-gradient(circle at 30% 30%, rgba(233, 164, 23, 0.24), rgba(21, 106, 114, 0.67));
  color: #156a72;
  box-shadow: inset 0 0 0 1px rgba(21, 106, 114, 0.75);
}

.bg-Claim {
  --bs-bg-opacity: 1;
  background-color: rgb(8, 81, 108) !important;
}
.modal-title.Claim {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  color: aliceblue;
}

    #copyBtn:hover {
        background-color: #3c8088;
        color: #fff;
        transition: none;
    }

    #copyBtn
    {
        border: none;
        box-shadow: none;
        display: inline-block;
        position: relative;
        background-color: #08516c;
        font-weight: 600;
        color: #ffffff;
        line-height: normal;
    }

    .copy-tooltip {
        position: absolute;
        bottom: 30px;
        transform: translateX(-50%);
        background: #08516cd7;
        color: #fff;
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .position-relative:hover .copy-tooltip {
        opacity: 1;
        transform: translateX(-50%) translateY(-5px);
    }

.referral-btn {
  background: linear-gradient(90deg, #156a72, #00ff6487);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

.referral-btn i {
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 50%;
}

.referral-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.5);
}

.referral-btn span {
  letter-spacing: 0.5px;
}
.referral-link {
  display: inline-block;
  color: #e9a518bd;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 4px 10px;
  border-radius: 6px;
}

.referral-link:hover {
  transform: scale(1.1);
  color: #156a72;
}
.referral-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(20deg, #1c7576e8, #66e8a1);
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  font-size: 13px;
  margin-left: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, background 0.3s;
}

.referral-count:hover {
  transform: scale(1.1);
  background: linear-gradient(20deg, #66e8a1b6, #1c7576d2);
}

.pagination 
{
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #156a72;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: #156a7285;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #156a72;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: #156a72;
  --bs-pagination-focus-color: #156a72;
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #156a72;
  --bs-pagination-active-border-color: #146a71;
  --bs-pagination-disabled-color: rgba(21, 106, 114, 0.5);
  --bs-pagination-disabled-bg: #156a7230;
  --bs-pagination-disabled-border-color: #156a7263;
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-top: 15px;
}
.pagestep nav
{
  width: 98%;
}
.pagestep nav div div p
{
  margin-top: -10px;
}


.phone-text-collator_asort 
{
  color: #f88633;
}
 
.btn-primary
{
  --bs-btn-color: #fff;
  --bs-btn-bg: #08516c;
  --bs-btn-border-color: #08516c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #156a72;
  --bs-btn-hover-border-color: #156a72;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc8444;
  --bs-btn-active-border-color: #dc8444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ce645b;
  --bs-btn-disabled-border-color: #ce645b;
}

.pin-count 
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #dc3545; /* Red */
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  margin-left: 2px;
  margin-right: -5px;
  transition: all 0.3s ease;
}
.pin-count:hover 
{
  transform: scale(1.1);
  background-color: #bb2d3b; /* Darker red on hover */
}

.marquee-container 
{
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  background: rgb(148, 53, 12);
  border-radius: 5px;
  padding: 5px;
}

.marquee-text 
{
  display: inline-block;
  /* padding-left: 100%; */
  animation: marquee 30s linear infinite; /* slow scroll */
}

@keyframes marquee 
{
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.pin-request-box {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 48px;
  animation: fadeInUp 0.8s ease;
  position: absolute;
}

.pin-circle 
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: #fff;
  font-weight: inherit;
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 75, 43, 0.4);
  transition: transform 0.3s ease;
}

.pin-circle:hover 
{
  transform: rotate(10deg) scale(1.1);
}

.pin-message 
{
  display: inline-block;
  padding-left: 40px;
  animation: slideTextAlt 50s linear infinite;
}

.pin-message small 
{
  color: #ff4b2b;
  font-size: 13px;
  font-weight: 500;
}

.pin-message .highlight 
{
  font-weight: 600;
  color: #ff1e00;
}

.pin-request-box-my-dashboard 
{
  width: 85%;
  overflow: hidden;
  white-space: nowrap;
  margin: -32px 180px;
}

.pin-message-my-dashboard
{
  display: inline-block;
  padding-left: 12%;
  animation: marquee 30s linear infinite; /* slow scroll */
}
.pin-message-my-dashboard small 
{
  color: #ff4b2b;
  font-size: 13px;
  font-weight: 500;
}

/* Click link hover zoom + color */
.click {
  display: inline-block;
  color: #08516c;
  font-weight: 600;
  transition: all .25s ease-in-out;
}

.click:hover {
  transform: scale(1.15);
  color: #ff5722;
}

/* Attractive GET PIN button */
.get-pin-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1c7576, #66e8a1);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: .25s ease;
}

.get-pin-btn:hover {
  transform: scale(1.1);
  background: linear-gradient(135deg, #66e8a1, #1c7576);
}


.my-box {
    margin-top: -3rem !important;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .my-box {
        margin-top: -3rem !important;
        margin-left: 12px;
    }

    .pin-message {
        display: inline-block;
        animation: slideTextAlt 30s linear infinite;
    }
}


/* New keyframes: start below the box, move into view, then exit below the box */
@keyframes marquee 
{
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes slideTextAlt 
{
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes slideText 
{
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes fadeInUp 
{
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}


.history-link {
  text-decoration: underline #08516c;
  font-weight: 500;
  display: inline-block;
  transition: 0.25s ease-in-out;
  background: linear-gradient(20deg, #f78430, #08516cc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.history-link:hover {
  transform: scale(1.08);
  text-decoration: underline #08516c;
  background: linear-gradient(20deg, #08516cc2, #f78430);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.text-primary {
  --bs-text-opacity: 1;
  color: rgb(220, 132, 68) !important;
}


    .activate-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    background: rgb(247, 132, 48); /* Normal background */
    transition: color 0.9s ease; /* Text color animate */
    z-index: 1;
    width: 100%;

}

/* Sliding Background */
.activate-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #08516c;    /* Hover background color */
    color: #ffffff;           /* Normal Text Color */
    transition: right 0.9s ease;
    z-index: -1;
}

/* Hover Effect */
.activate-btn:hover::before {
    right: 0;
}

.activate-btn:hover {
    color: rgb(247, 132, 48); /* Hover text color (Yellow / Change as you like) */
    transform: scale(1.08);      /* Slight Zoom */
}



/* .blur-top {
  -webkit-mask-image: linear-gradient(to bottom, #0000 0%, #7cb2f0 40%);
  mask-image: linear-gradient(linear-gradient(to bottom, #0000 0%, #7cb2f0 40%));
}

.pin-bg {
    background: 
        linear-gradient(rgba(255, 255, 255, 0.74), rgba(8, 81, 108, 0.69)),
        url("/public/assets/images/referrl-img-Picsart-AiImageEnhancer.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    backdrop-filter: blur(6px);
    --bs-table-bg: none;
} */

/* 🔥 Bottom blur mask */
/* .blur-bottom {
    -webkit-mask-image: linear-gradient(to bottom, #08516cde 60%, #0000004d 100%);
    mask-image: linear-gradient(to bottom, #08516cde 60%, #0000004d 100%);
} */

/* .head-pin-bg{
    background: 
        linear-gradient(rgba(255, 255, 255, 0.72), rgb(8, 81, 108)),
        url("/public/assets/images/referrl-img-Picsart-AiImageEnhancer.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
    backdrop-filter: blur(6px);
    --bs-table-bg: none;
    -webkit-mask-image: linear-gradient(to bottom, #08516c 50%, #0000003b 100%);
}
 */
.bg-color-edf1ee {
    background-color: #edf1ee;
    border-radius:30px;
}

.single-blog-body {
  padding-left: 20px;
  text-align: justify;
}

.full-image-single-blog {
    border-radius:20px;
    overflow:hidden;
    height: 425px;
    object-fit: cover;
}


.single-blog .single-blog-card-body {
    padding: 45px 40px
}

.single-blog .single-blog-card-body ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-blog .single-blog-card-body ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    padding-left: 25px;
    font-size: 15px
}

.single-blog .single-blog-card-body ul li::before {
    top: 4px;
    right: -15px;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background-color: #072720;
    transform: rotate(25deg)
}

.single-blog .single-blog-card-body ul li i {
    top: 0;
    left: 0;
    position: absolute;
    list-style: 1
}

.single-blog .single-blog-card-body ul li:last-child {
    margin-right: 0
}

.single-blog .single-blog-card-body ul li:last-child::before {
    display: none
}

.single-blog .single-blog-card-body h3,
.single-blog .single-blog-card-body .h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0 15px;
}

.single-blog-card {
    /* padding: 15px 0px 40px; */
    transition: all ease .5s
}

.single-blog-card .single-blog-body {
    padding-top: 35px
}

.single-blog-card .single-blog-body ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    list-style-type: none
}

.single-blog-card .single-blog-body ul li {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    padding-left: 25px
}

.single-blog-card .single-blog-body ul li::before {
    top: 4px;
    right: -15px;
    width: 1px;
    height: 17px;
    content: "";
    position: absolute;
    background-color: #072720;
    transform: rotate(25deg)
}

.single-blog-card .single-blog-body ul li i {
    top: 3px;
    left: 0;
    position: absolute;
    font-size: 18px;
    line-height: 1
}

.single-blog-card .single-blog-body ul li:last-child {
    margin-right: 0
}

.single-blog-card .single-blog-body ul li:last-child::before {
    display: none
}

.single-blog-card .single-blog-body ul li:last-child i {
    top: 4px
}

.single-blog-card .single-blog-body h3,
.single-blog-card .single-blog-body .h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 10px 0 15px
}

.single-blog-card:hover {
    transform: translateY(-10px)
}

.single-blog-body figure img {
  width: 100%;
  height: 100%;
}

.blog-home-image {
    height: 350px;
    top: -113px;
    height: 375px;
}



.disabled-card {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.vertical-line {
  width: 0px;
  height: 133px;
  border-left: 1px solid #aba6a6;
  padding-right: 0px;
  margin-right: inherit;
}

.dropdown ul {
    display: none;
}
.dropdown.open > a {
    color: #007bff; /* Active state styling */
}

.dropdown > a i {
    transition: transform 0.3s ease;
}
.dropdown.open > a i {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .main-log_join_list { display: block !important; }
}

@media (max-width: 991px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .main-menu__list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0px;
  }
}

.active-text {
    color: #ff6600 !important;
}
.active-text h6 {
    color: #ff6600 !important;
    font-weight: bold;
}

.dropdown > a,
.dropdown ul li a.active-text {
    color: #ff6600 !important;
}


.red-amount {
  border: 1px solid #DC3545;
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: var(--bs-breakpoint-xxl);
  background: #fff;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  overflow: hidden;
}

.red-amount .dash-icon.generate {
  background: radial-gradient(circle at 30% 30%, rgba(233, 23, 23, 0.24), rgba(220, 53, 69, 0.14));
  color: #dc3545;
  box-shadow: inset 0 0 0 1px rgb(220, 53, 69);
}

.red-amount::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(120deg, #dc35451c 0%, rgba(220, 53, 69, 0.11) 40%, #dc35451f 80%);
  opacity: 0; pointer-events:none;
  transition: opacity .25s ease;
}


.red-amount .dash-label{
  color: var(--dash-text);
  font-weight: 600;
  letter-spacing: .2px;
}
/* hover/focus states */
.red-amount:hover,
.red-amount:focus-visible{
  transform: translateY(-4px);
  box-shadow: var(--dash-shadow-lg);
  border-color: rgba(229, 70, 70, 0.25);
}
.red-amount:hover::after{ opacity: 1; }
.red-amount:hover .dash-icon,
.red-amount:focus-visible .dash-icon{
  transform: scale(1.06);
  box-shadow: inset 0 0 0 2px rgba(229, 70, 70, 0.3), 0 4px 18px rgba(229, 70, 70, 0.25);
}

/* accessibility focus ring */
.red-amount:focus-visible{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(229, 70, 70, 0.15), var(--dash-shadow-lg);
}

/* dark mode (optional) */
@media (prefers-color-scheme: dark){
  .red-amount{ background:#0b1220; border-color: rgba(255, 255, 255, 0.08); }
  .red-amount .dash-label{ color:#e5e7eb; }
  .red-amount::after{
    background: linear-gradient(120deg, transparent 0%, rgba(229, 70, 70, 0.12) 40%, transparent 80%);
  }
}


.green-amount  {
  border: 1px solid #35dc35ff;
  border-radius: 1rem;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: var(--bs-breakpoint-xxl);
  background: #fff;
    background-color: rgb(255, 255, 255);
    background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  overflow: hidden;
}

.green-amount  .dash-icon.generate {
  background: radial-gradient(circle at 30% 30%, rgba(41, 233, 23, 0.24), rgba(61, 220, 53, 0.14));
  color: #35dc4eff;
  box-shadow: inset 0 0 0 1px rgba(53, 220, 89, 1);
}

.green-amount ::after{
  content:"";
  position:absolute; 
  inset:0;
  background: linear-gradient(120deg, #35dc591c 0%, rgba(53, 220, 53, 0.11) 40%, #35dc751f 80%);
  opacity: 0; 
  /* pointer-events: none; */
  transition: opacity .25s ease;
}


.green-amount  .dash-label{
  color: var(--dash-text);
  font-weight: 600;
  letter-spacing: .2px;
}
/* hover/focus states */
.green-amount :hover,
.green-amount :focus-visible{
  transform: translateY(-4px);
  box-shadow: var(--dash-shadow-lg);
  border-color: rgba(70, 229, 81, 0.25);
}
.green-amount :hover::after{ opacity: 1; }
.green-amount :hover .dash-icon,
.green-amount :focus-visible .dash-icon{
  transform: scale(1.06);
  box-shadow: inset 0 0 0 2px rgba(70, 229, 70, 0.3), 0 4px 18px rgba(70, 229, 70, 0.25);
}

/* accessibility focus ring */
.green-amount :focus-visible{
  outline: 0;
  box-shadow: 0 0 0 3px rgba(83, 229, 70, 0.15), var(--dash-shadow-lg);
}

/* dark mode (optional) */
@media (prefers-color-scheme: dark){
  .green-amount { background:#0b1220; border-color: rgba(255, 255, 255, 0.08); }
  .green-amount  .dash-label{ color:#e5e7eb; }
  .green-amount ::after{
    background: linear-gradient(120deg, transparent 0%, rgba(70, 229, 89, 0.12) 40%, transparent 80%);
  }
} 

.d-ruby {
    display: ruby;
} 

.fw-semibold.tmbluser {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  background: rgb(79, 195, 147);
  transition: color 0.9s ease;
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
}


.modal-content {
    border-radius: 12px;
}
.modal-content input {
    height: 45px;
    font-size: 14px;
}
.btn-success {
    font-weight: 600;
}
#walletBalance {
    font-size: 18px;
}
.modal-content {
    border-radius: 14px;
}







