@charset "utf-8";
/* CSS Document */
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #F44336
}

a, a:focus, a:active, a:hover, object, embed {
  outline: none
}

:-moz-any-link:focus {
  outline: none
}

body{
      font-family: "Noto Serif Bengali", serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-variation-settings:
        "wdth" 100;
}

.noto{
    font-family: "Noto Serif Bengali", serif;
    font-optical-sizing: auto;
}
.anek{
    font-family: "Anek Bangla", sans-serif;
    font-optical-sizing: auto;
}
.poppins{
  font-family: "Poppins", sans-serif;
}

.scroll-progress {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: none;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    z-index: 999;
}

.scroll-progress svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.progress-ring-circle {
    stroke-dasharray: 138;   /* 2πr = 2 * 3.14 * 22 */
    stroke-dashoffset: 138;
    transition: stroke-dashoffset 0.2s linear;
}

/* Header shrinking effect */
.header-nav {
transition: padding 0.3s ease;
}
.header-stuck .header-nav {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}

/* Nav pills style */
.nav-pills .nav-link:not(.active) {
border: 1px solid #FBB615;
border-radius: 0.3rem;
color: #FBB615;
}
.nav-pills .nav-link.active {
border: none !important;
background-color: #FBB615 !important;
color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
background-color: #FBB615 !important;
color: #ffffff !important;
}
.dropdown-item:hover {
background-color: #ffe4a5 !important;
color: #000 !important;
}

/* Card Styling */
.card {
border-radius: 1rem;
overflow: hidden;
}
.card-img-top {
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
}
.card-body-gradient {
background: linear-gradient(180deg, #FBB615, #ffffff);
color: #000000;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
}

/* Signin Styling */
#resendOtp.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
#resendOtp.enabled {
    cursor: pointer;
    opacity: 1;
}
.fade-hide {
    opacity: 0;
    transition: opacity 1s ease;
}

/* Login Styling */
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label {
    transform: scale(.85) translateY(-.5rem) translateX(0.15rem);
}

/* Forgot Styling */
#resendOtp.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
#resendOtp.enabled {
    cursor: pointer;
    opacity: 1;
}
.fade-hide {
    opacity: 0;
    transition: opacity 1s ease;
}


/*.anek-bangla-<uniquifier> {
  font-family: "Anek Bangla", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.noto-serif-bengali-<uniquifier> {
  font-family: "Noto Serif Bengali", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/