@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Tamil:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");
@import url("https://cdn-uicons.flaticon.com/4.0.0/uicons-regular-chubby/css/uicons-regular-chubby.css");

:root {
  --inter-family: "Inter", sans-serif;
  --manrope-family: "Manrope", sans-serif;
  --lato-family: "Lato", sans-serif;
  --gradient-color: linear-gradient(90deg, rgba(212, 72, 59, 1) 0%, rgba(181, 33, 20, 1) 50%, rgba(143, 12, 0, 1) 100%);
  --main-color: #0b1f3a;
  --secondary-color: #fee01d;
  --padding-manual: 50px 0px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--inter-family);
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--inter-family);
}

p {
  margin-bottom: 0px;
  font-family: var(--lato-family);
}

html {
  scroll-behavior: smooth;
}

.owl-theme .owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  display: block !important;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #666;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.btn:focus {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.btn:hover {
  color: #fff !important;
}
.accordion-button:focus {
  box-shadow: none;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
ol {
  padding-left: 0px;
  list-style-type: none;
}
a:hover {
  color: initial;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.web-view {
  display: block;
}
.mobile-view {
  display: none;
}
.vertical-space-2 {
  height: 10px;
}
.vertical-space-5 {
  display: inline-block;
  width: 100%;
  height: 5px;
}

.vertical-space-8 {
  display: inline-block;
  width: 100%;
  height: 8px;
}

.vertical-space-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.vertical-space-12 {
  display: inline-block;
  width: 100%;
  height: 12px;
}

.vertical-space-15 {
  display: inline-block;
  width: 100%;
  height: 15px;
}

.vertical-space-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.vertical-space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.vertical-space-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.vertical-space-50 {
  display: inline-block;
  width: 100%;
  height: 50px;
}

.vertical-space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.vertical-space-65 {
  display: inline-block;
  width: 100%;
  height: 65px;
}
.vertical-space-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.vertical-space-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.vertical-space-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

.vertical-space-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.vertical-space-120 {
  display: inline-block;
  width: 100%;
  height: 120px;
}
.vertical-space-150 {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.common {
  color: var(--main-color);
}

.common-btn {
  background: linear-gradient(135deg, #3cace2, #a14bc1, #ff4e8c);

  padding: 10px 35px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: initial;
}
.common-btn:hover,
.common-btn:focus {
  background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
  color: #fff;
}

.main-btn {
  background: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.main-btn:hover {
  background: var(--secondary-color);
  color: #000 !important;
}

.main-subtitle {
  color: #fff;
  background: var(--main-color);
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.main-title {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
}

.main-subtitle-white {
  color: #000;
  background: var(--secondary-color);
  padding: 6px 10px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.main-title-white {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-text-white {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1200;
  background: var(--main-color) !important;
  border-radius: 0px !important;
  transition: 0.5s all;
  animation: swip_down 0.5s linear 1;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
  from {
    transform: translate(0px, -50px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-header .navbar {
  background: var(--main-color);
  padding: 0px;
  position: relative;
  z-index: 1020;
}
.main-header .navbar.box-none {
  box-shadow: none !important;
}
.main-header .navbar .navbar-brand img {
  width: 200px;
}
.main-header .navbar .nav-item {
  position: relative;
  display: block;
  transition-duration: 0.5s;
  padding: 25px 25px;
}
.main-header .navbar .nav-link {
  font-size: 15px;
  color: #f9f9f9;
  font-weight: 500;
  padding: 0px;
  position: relative;
}
.main-header .navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0px;
  height: 1.5px;
  background: transparent;
  transition: 0.3s all;
}
.main-header .navbar .nav-link:hover::after,
.main-header .navbar .nav-link.active::after {
  background: var(--secondary-color);
  width: 100%;
}
.main-header .header-btn {
  background: var(--secondary-color);
  font-size: 14px;
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 12px;
}
.main-header .header-btn:hover {
  color: #000;
}
.main-header .navbar .nav-link.active,
.main-header .navbar .nav-link:hover {
  color: var(--secondary-color);
}
.main-header .nav-item.dropdown .dropdown-toggle::after {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\F282";
  font-family: "Bootstrap-icons";
  margin-left: 5px;
  color: #282926;
  font-size: 12px;
}
.main-header .navbar .user-img {
  width: 40px;
  border-radius: 50%;
}
.main-header .navbar .dropdown-menu {
  margin: 0;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  min-width: 220px;
  border: none;
  background-color: #fff;
  border: 1px solid #efefef;

  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}
.main-header .navbar .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 22px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px;
  border-color: transparent transparent #fff;
  box-sizing: border-box;
}
.main-header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background-color: #fff;
  border: 1px solid #efefef;
}
.main-header .navbar .dropdown-menu .submenu {
  margin-left: 15px;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  float: left;

  clear: both;
  position: relative;
  outline: 0;
}
.main-header .navbar .dropdown .dropdown-item:focus,
.main-header .navbar .dropdown .dropdown-item:hover,
.main-header .navbar .dropdown .dropdown-item.active {
  background: var(--gradient-color);
  color: #fff !important;
}
.main-header .navbar .dropdown-item.active,
.main-header .navbar .dropdown-item:active {
  background: 0 0;
}
.banner {
  padding: 0px;
  width: 100%;
  height: 700px;
  background: url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 60% 20%;
}
.banner .banner-content {
  z-index: 2;
  width: 100%;
  position: relative;
  text-align: center;
  top: 80px;
}
.banner .banner-content .banner-subtitle {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  padding: 5px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.banner .banner-content .banner-subtitle .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--secondary-color);
  margin-right: 10px;
  display: inline-block;
}
.banner .banner-content .banner-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
.banner .banner-content .banner-title span {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  color: var(--secondary-color);
}
.banner .banner-content .banner-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/heading-separator.webp);
  background-repeat: no-repeat;
  background-size: cover;
  animation: movingEffect 4s ease-in-out infinite;
}
@keyframes movingEffect {
  0%,
  100% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
}
.banner .banner-content .banner-text {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
}
.banner .banner-content .call-us i {
  font-size: 26px;
  color: var(--main-color);
  margin-right: 10px;
}
.banner .banner-content .call-us span {
  font-size: 20px;
  font-family: var(--manrope-family);
  color: #000;
}
.banner .banner-content .banner-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.banner .banner-content .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .banner-content .banner-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.banner-btns {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner .banner-content .banner-img {
  width: 100%;
  height: 470px;
  position: relative;
}
.banner .banner-content .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.banner-btn {
  background: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 7px 15px;
}
.banner-btn:hover {
  background: var(--secondary-color);
  color: #000 !important;
}
.banner-btn1 {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255);
  backdrop-filter: blur(30px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-radius: 12px;
  padding: 7px 15px;
}
.banner-btn1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255);
}
.feature-list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.feature-list div {
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #fff;
}
.feature-list div i {
  margin-right: 4px;
}

.counter-detail {
  padding: 50px 0px;
}
.counter-detail .counter-box {
  background: var(--main-color);
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}
.counter-detail .counter-box .box-count {
  color: #fff;
}
.counter-detail .counter-box .box-count .counter {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.counter-detail .counter-box .box-count .counter span {
  font-size: 18px;
}
.counter-detail .counter-box .box-title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.counter-detail .counter-box .box-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 50%;
  transform: translateX(-50%);
  height: 1.5px;
  background: var(--secondary-color);
  transition: 0.3s all;
}

.about-detail {
  padding: 70px 0px;
  position: relative;
  z-index: 0;
}
.about-detail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo-light-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 3%;
  z-index: -1;
}
.about-detail .about-img {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  position: relative;
}
.about-detail .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 0;
}
.about-detail .founder-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background: url(../images/service-bg.png);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  z-index: -1;
}
.about-detail .founder-img .content {
  position: absolute;
  left: 50%;
  bottom: -10px;
  padding: 10px 30px;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
  z-index: 0;
  border-radius: 5px;
}

.about-detail .founder-img .content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-10deg);
}
.about-detail .founder-img .content .founder-title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.about-detail .founder-img .content .founder-text {
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.chit-plans {
  padding: 50px 0px;
}

.chit-card {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #b8d0f5;
  border-radius: 14px;

  display: flex;
  flex-direction: column;

  box-sizing: border-box;
  transition: all 0.2s ease;
}

.chit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.chit-card__title {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.chit-card__value {
  font-size: 20px;
  font-weight: 500;
  color: #12233f;
  margin-bottom: 14px;
}

.chit-card__details {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.chit-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #17263c;
}

.chit-card__row strong {
  font-size: 13px;
  font-weight: 600;
}

.chit-card__divider {
  width: 100%;
  height: 1px;
  background: #aeb8c5;
  margin: 12px 0;
}

.chit-card__features {
  display: flex;
  flex-direction: column;
  gap: 9px;

  margin-bottom: 14px;
}

.chit-card__features div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  color: #17263c;
  margin-bottom: 5px;
}

.chit-card__features i {
  font-size: 12px;
  color: #000;
}

.chit-card__button {
  width: 100%;
  height: 40px;

  margin-top: auto;

  border: none;
  border-radius: 8px;

  background: #ffdd16;
  color: #17263c;

  font-size: 12px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.2s ease;
}

.chit-card__button:hover {
  background: #f5cf00;
}

.chit-card--featured {
  background: #0d2748;
  border-color: #0d2748;
  color: #ffffff;
}

.chit-card--featured .chit-card__title,
.chit-card--featured .chit-card__value,
.chit-card--featured .chit-card__row,
.chit-card--featured .chit-card__features div {
  color: #ffffff;
}

.chit-card--featured .chit-card__divider {
  background: rgba(255, 255, 255, 0.5);
}

.chit-card--featured .chit-card__features i {
  color: #ffffff;
}

.chit-card--featured .chit-card__button {
  background: #ffffff;
  color: #17263c;
}

.chit-card--featured .chit-card__button:hover {
  background: #f2f2f2;
}

@media (max-width: 767px) {
  .chit-card {
    padding: 14px;
  }

  .chit-card__value {
    font-size: 18px;
  }
}

.how-it-works {
  background: var(--main-color);
  padding: 50px 0px;
}
.how-it-works .work-card {
  position: relative;
  padding: 0px 10px;
}
.how-it-works .work-card .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 100px;
  background: var(--secondary-color);
  border-radius: 50%;
}
.how-it-works .work-card .icon img {
  width: 40px;
}
.how-it-works .work-card .card-title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.how-it-works .work-card .card-text {
  font-size: 14px;
  color: #d6d6d6;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: center;
}

.why-choose {
  padding: 50px 0px;
}
.why-choose .choose-box {
  box-shadow: 0 0 3px 0 #2368ff;
  border-radius: 14px;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.why-choose .choose-box.active {
  background: var(--main-color);
}
.why-choose .choose-box.active .icon {
  background: var(--secondary-color);
}
.why-choose .choose-box.active .title {
  color: #fff;
}
.why-choose .choose-box.active .text {
  color: #dcdcdc;
}
.why-choose .choose-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
  border-radius: 10px;
  background: #efefef;
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
}
.why-choose .choose-box .title {
  font-size: 15px;
  color: var(--main-color);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.why-choose .choose-box .text {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-bottom: 0px;
}

.savings-plan {
  background: var(--main-color);
  padding: 50px 0px;
}
.savings-plan .plan-box {
  background: #ffffff10;
  padding: 25px;
  border: 1px solid #fff;
  border-radius: 15px;
}
.savings-plan .plan-box .box-label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.savings-plan .plan-box .plan-button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255);
  backdrop-filter: blur(30px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-radius: 12px;
  padding: 10px 15px;
}
.savings-plan .plan-box .join-btn {
  background: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.savings-plan .plan-box .join-btn:hover {
  background: var(--secondary-color);
  color: #000 !important;
}
.chit-summary {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chit-summary .summary-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 20px;
}
.summary-card {
  width: 100%;
  min-height: 70px;

  padding: 20px;

  box-sizing: border-box;

  display: flex;
  align-items: center;
  gap: 14px;

  background: #ffffff10;
  border: 1px solid #fff;
  border-radius: 15px;

  color: #ffffff;
}
.summary-icon {
  width: 34px;
  height: 34px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #354c69;

  border-radius: 6px;

  color: #ffffff;
  font-size: 14px;
}

.summary-content {
  display: flex;
  flex-direction: column;

  gap: 2px;
}

.summary-label {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #e1e6ec;

  line-height: 1.2;
}

.summary-value {
  font-size: 20px;
  font-weight: 500;

  color: #ffffff;

  line-height: 1.15;
}

.summary-note {
  width: 100%;

  min-height: 70px;

  padding: 20px;

  box-sizing: border-box;

  display: flex;
  align-items: center;

  background: #ffffff10;
  border: 1px solid #fff;
  border-radius: 15px;

  color: #dcdcdc;

  font-size: 13px;
  font-weight: 400;

  line-height: 1.25;
}

.upcoming-auction {
  padding: 50px 0px;
}

.auction-card {
  width: 100%;

  padding: 30px 20px;

  box-sizing: border-box;
  box-shadow: 0 0 3px 0 #2368ff;
  border-radius: 14px;

  display: flex;
  flex-direction: column;

  color: #0d2748;
}

.auction-header {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  margin-bottom: 10px;
}

.auction-title {
  font-size: 12px;

  font-weight: 500;

  color: #000;
  margin-bottom: 0px;
}

.auction-status {
  flex-shrink: 0;

  padding: 7px 11px;

  border-radius: 12px;

  font-size: 11px;

  font-weight: 500;

  white-space: nowrap;
}

.auction-live {
  display: flex;

  align-items: center;

  gap: 7px;

  background: #e8faee;

  color: #16a34a;
}

.status-dot {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #22c55e;
}

.auction-fast {
  background: #ffeded;

  color: #ef4444;
}

.auction-upcoming {
  background: #edf0f3;

  color: #25384d;
}

.auction-amount {
  margin-bottom: 12px;

  font-size: 20px;

  line-height: 1.2;

  font-weight: 500;

  color: var(--main-color);
}

.auction-info {
  display: flex;

  flex-direction: column;

  gap: 10px;

  margin-bottom: 18px;
}

.auction-info > div {
  display: flex;

  align-items: center;

  gap: 9px;

  font-size: 12px;

  color: #000;
}

.auction-info i {
  width: 13px;

  font-size: 12px;

  color: #000;
}

.auction-actions {
  margin-top: auto;

  display: flex;

  gap: 14px;
}

.auction-btn {
  width: 50%;

  height: 42px;

  border-radius: 13px;

  font-size: 12px;

  font-weight: 500;

  cursor: pointer;

  transition: all 0.2s ease;
}

.auction-btn-primary {
  background: var(--main-color);

  border: 1px solid var(--main-color);

  color: #ffffff;
}

.auction-btn-primary:hover {
  background: var(--main-color);

  border-color: var(--main-color);
}

.auction-btn-secondary {
  background: #ffffff;

  border: 1px solid var(--main-color);

  color: var(--main-color);
}

.auction-btn-secondary:hover {
  background: #f3f6fa;
}

@media (max-width: 767px) {
  .auction-card {
    min-height: 225px;

    padding: 13px;
  }
}

@media (max-width: 400px) {
  .auction-header {
    align-items: flex-start;
  }

  .auction-title {
    font-size: 13px;
  }

  .auction-status {
    font-size: 10px;

    padding: 6px 8px;
  }

  .auction-amount {
    font-size: 22px;
  }

  .auction-actions {
    gap: 8px;
  }

  .auction-btn {
    font-size: 11px;
  }
}

.auction-table {
  padding: 30px 20px;

  box-sizing: border-box;

  box-shadow: 0 0 3px 0 #2368ff;
  border-radius: 14px;
}

.auction-results-table {
  width: 100%;

  margin: 0;

  border-collapse: separate;
  border-spacing: 0;

  color: #0d2748;

  font-size: 12px;
}

.auction-results-table thead th {
  padding: 12px;

  background: #ffffff;

  color: #0d2748;

  font-size: 14px;
  font-weight: 500;

  text-align: center;

  border-bottom: 1px dotted #ccc;
}

.auction-results-table tbody td {
  padding: 12px;

  color: #0d2748;

  font-size: 12px;

  text-align: center;

  vertical-align: middle;

  border-bottom: 1px dotted #ccc;
}

.auction-results-table > :not(caption) > * > * {
  border-bottom: 1px dotted #2196ff;
}

.auction-results-table tbody tr:hover {
  background: #f7faff;
}

.auction-results-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .auction-table {
    overflow-x: auto;
  }

  .auction-results-table {
    min-width: 700px;
  }
}

.member-portal {
  background: var(--main-color);
  padding: 50px 0px;
}

.member-portal .portal-list {
  padding-left: 0px;
  margin-top: 20px;
}
.member-portal .portal-list li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
.member-portal .portal-list li::before {
  content: "\F26A";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  font-family: "Bootstrap-icons";
}

.portal-btn {
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
}
.portal-btn:hover {
  background: #fff;
  color: #000 !important;
}

.member-card {
  width: 100%;

  padding: 14px;

  box-sizing: border-box;

  background: #243b59;

  border: 1px solid #aebbc9;

  border-radius: 12px;

  color: #ffffff;
}

.member-card-header {
  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 10px;

  margin-bottom: 20px;
}

.member-welcome {
  font-size: 13px;

  font-weight: 500;

  color: #ffffff;

  margin-bottom: 3px;
}

.member-id {
  font-size: 10px;

  color: #ffffff;

  opacity: 0.9;
}

.member-status {
  padding: 8px 12px;

  background: #064e3b;

  color: #00e676;

  border-radius: 14px;

  font-size: 11px;

  font-weight: 500;

  white-space: nowrap;
}

.member-summary {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 12px;

  margin-bottom: 22px;
}

.member-summary-box {
  min-height: 70px;

  padding: 10px;

  box-sizing: border-box;

  display: flex;

  align-items: center;

  gap: 10px;

  background: #3a4f6b;

  border: 1px solid #b9c5d2;

  border-radius: 11px;
}

.member-icon {
  width: 28px;
  height: 28px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #ffffff;

  font-size: 16px;
}

.member-summary-content {
  min-width: 0;

  display: flex;

  flex-direction: column;

  gap: 2px;
}

.member-label {
  font-size: 12px;

  line-height: 1.1;

  color: #e0e6ed;
  margin-bottom: 10px;
}

.member-value {
  font-size: 15px;

  line-height: 1.15;

  font-weight: 500;

  color: #ffffff;
}

.member-value-small {
  font-size: 15px;
}

.download-receipt-btn {
  width: 100%;

  height: 40px;

  border: none;

  border-radius: 8px;

  background: #ffdd16;

  color: #111111;

  font-size: 14px;

  font-weight: 600;

  cursor: pointer;

  transition: all 0.2s ease;
}

.download-receipt-btn:hover {
  background: #f5cf00;
}

@media (max-width: 360px) {
  .member-card {
    padding: 12px;
  }

  .member-summary {
    gap: 10px;
  }

  .member-summary-box {
    padding: 8px;

    gap: 7px;
  }

  .member-value {
    font-size: 13px;
  }
}

.testimonial-detail {
  padding: var(--padding-manual);
}
.testimonial-detail .testimonial-box {
  box-shadow: 0px 0px 6px #25252525;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.testimonial-detail .testimonial-box .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-detail .testimonial-box .star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: rgb(255, 174, 0);
  margin-bottom: 10px;
}
.testimonial-detail .testimonial-text {
  font-size: 14px;
  line-height: 25px;
  color: #282926;
  margin-bottom: 15px;
}
.testimonial-detail .user-name {
  color: var(--main-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  position: relative;
}
.testimonial-detail .user-text {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}

.faq-detail {
  padding: 50px 0px;
}

.faq-item {
  width: 100%;

  background: #ffffff;

  border: 1px solid #e5e7eb;

  border-radius: 8px;

  margin-bottom: 8px;

  overflow: hidden;

  box-sizing: border-box;
}

.faq-question {
  width: 100%;

  min-height: 52px;

  padding: 0 13px;

  border: none;

  background: #ffffff;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  color: #0d2748;

  font-size: 14px;

  font-weight: 400;

  text-align: left;

  cursor: pointer;
}

.faq-icon {
  width: 19px;
  height: 19px;

  flex-shrink: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #e9edf1;

  border-radius: 50%;

  color: #536273;

  font-size: 14px;

  line-height: 1;
}

.faq-answer {
  display: none;

  padding: 0 13px 14px;

  color: #64748b;

  font-size: 13px;

  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  font-size: 0;
}

.faq-item.active .faq-icon::before {
  content: "−";

  font-size: 14px;
}

.faq-question:hover {
  background: #fafcff;
}

.footer {
  background: var(--main-color);
  position: relative;
  z-index: 1;
}
.footer .footer-top {
  padding: 50px 0px;
  border-bottom: 1px solid #ffffff33;
}
.footer .footer-top .footer-btn {
  background: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 11px 25px;
}
.footer .footer-top .footer-btn:hover {
  background: var(--secondary-color);
  color: #000 !important;
}
.footer .footer-top .footer-btn1 {
  background: #fff;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 12px;
  padding: 11px 25px;
}
.footer .footer-top .footer-btn1:hover {
  background: #fff;
  color: #000 !important;
}
.footer .footer-bg {
  position: relative;
  z-index: 1;

  padding: 25px 10px 15px;
  border-radius: 10px;
}
.footer .footer-content .footer-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.footer .footer-content .footer-logo img {
  width: 200px;
}
.footer .footer-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 20px;
  position: relative;
}

.footer .footer-text {
  font-size: 14px;
  line-height: 25px;
  color: #e3e3e3;
  font-weight: 400;
}
.footer .footer-list {
  padding-left: 0px;
}
.footer .footer-list li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 0px;
}

.footer .footer-list li a {
  font-size: 14px;
  color: #e3e3e3;
  font-weight: 400;
}
.footer .footer-list li a:hover {
  color: #fff;
}
.footer .footer-contact-list {
  margin-bottom: 0px;
  padding-top: 0px;
}
.footer .footer-contact-list li {
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.footer .footer-contact-list .call-icon::after {
  content: "\F5C1" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .mail-icon::after {
  content: "\F32F" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .address-icon::after {
  content: "\F3E8" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .footer-contact {
  color: #e3e3e3;
  font-size: 14px;
}
.footer .footer-contact-list .footer-contact i {
  margin-right: 10px;
  color: var(--main-color);
}
.footer .social ul li {
  list-style-type: none;
}
.footer .social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.footer .social ul li {
  color: #fff;
  text-align: center;
  font-size: 13px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  margin: 0px 8px 0px 0px;
  transition: 0.6s all;
}
.footer .social li a {
  cursor: pointer;
  color: #fff;
}
.footer .social li:hover {
  color: var(--main-color);
  background: #fff;
}
.footer .social li:hover a {
  color: var(--main-color) !important;
}
.footer-bottom {
  margin-top: 15px;
  padding: 15px 0px 0px;
  border-top: 1px solid #ffffff33;
  position: relative;
  z-index: 1;
}
.footer-bottom .coypright-text {
  font-size: 14px;
  color: #efefef;
  line-height: 28px;
  margin-bottom: 0px;
}
.footer-bottom .coypright-text a {
  color: var(--main-color);
}

.contact-section {
  padding: 60px 0px 80px;
}
.contact-section .contact-right {
  padding: 25px 30px;
  height: 100%;
  box-shadow: 0 0 3px 0 #2368ff;
  border-radius: 14px 0px 0px 14px;
}
.contact-section .contact-left {
  background: var(--main-color);
  border-radius: 0px 10px 10px 0px;
  padding: 30px;
}
.contact-section .contact-left .social ul li {
  list-style-type: none;
}
.contact-section .contact-left .social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.contact-section .contact-left .social ul li {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  line-height: 45px;
  margin: 0px 10px 0px 0px;
  transition: 0.6s all;
}
.contact-section .contact-left .social li a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.contact-section .contact-left .social li:hover {
  color: var(--main-color);
  background: #fff;
}
.contact-section .contact-left .social li:hover a {
  color: var(--main-color) !important;
}
.contact-section .contact-title {
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.contact-section .contact-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.contact-section .contact-detail {
  display: flex;
  margin-bottom: 15px;
}
.contact-section .contact-detail .icon {
  font-size: 16px;
  color: #fff;
  background: #ffffff10;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
}
.contact-section .contact-detail .text {
  margin-left: 15px;
  margin-top: 10px;
}
.contact-section .contact-detail .text .reservation-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 5px;
}
.contact-section .contact-detail .text .reservation-title {
  margin: 0;
  line-height: inherit;
}
.contact-section .contact-detail .text .reservation-title a {
  font-size: 16px;
  color: rgba(255, 255, 255);
  margin-right: 10px;
  font-weight: 500;
}
.contact-section .get-title {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 24px;
}
.contact-section form .form-label {
  color: #000;
  font-weight: 400;
}
.contact-section form .form-control {
  max-width: 100%;
  padding: 12px 10px;
  height: auto;
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #494444;
  background-image: none;
  border: 1px solid #cbcbcb;
}
.contact-section .input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ececec;
  transition: 0.1s all;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-section .input-group-text {
  background: transparent;
  border: none;
  align-items: start;
  justify-content: center;
  padding: 14px 5px 14px 15px;
}

.contact-section .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}

.contact-section .input-field:focus {
  border: none;
}

.submit-btn {
  background: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  border-radius: 12px;
  padding: 10px 15px;
  color: #fff;
}
.submit-btn:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}

.meet-founder {
  padding: 50px 0px;
}
.founter-title {
  color: var(--main-color);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.meet-founder .founder-message {
  color: #bca407;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.meet-founder .founder-img {
  width: 100%;
  height: 370px;
  position: relative;
  z-index: 0;
}
.meet-founder .founder-img::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  border: 2px solid #bca407;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.meet-founder .founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.meet-founder .border-right {
  position: relative;
}
.meet-founder .border-right::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ccc;
}
.meet-founder .vision-mission .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  background: var(--main-color);
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
}
.meet-founder .vision-mission .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.meet-founder .vision-mission .text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 0px;
}


.chit-plan-detail {
  padding: 60px 0;
  background: #f7f8fb;
}


.chit-plan-detail .img-box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #ecedf1;
  border-radius: 16px;
  padding: 18px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.chit-plan-detail .img-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(16, 24, 40, 0.14);
  border-color: transparent;
}

/* wraps the poster so different aspect ratios still look uniform */
.chit-plan-detail .img-box::before {
  content: "";
  display: block;
  padding-top: 108%; /* sets a consistent frame height */
}

.chit-plan-detail .img-box img {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
  border-radius: 10px;
  background: #1a0f2b; /* matches the poster's dark purple so letterboxing blends in */
  transition: transform 0.6s ease;
}

.chit-plan-detail .img-box:hover img {
  transform: scale(1.06);
}

.chit-plan-detail .img-box .overlay-box {
  position: absolute;
  inset: 18px;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 22px;
  background: linear-gradient(180deg, rgba(10, 8, 20, 0) 40%, rgba(10, 8, 20, 0.82) 100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.chit-plan-detail .img-box:hover .overlay-box {
  opacity: 1;
  visibility: visible;
}

.chit-plan-detail .img-box .overlay-box .options-box {
  position: static;
  transform: none;
}

.chit-plan-detail .img-box .overlay-box .options-box li {
  float: none;
  margin: 0;
}

.chit-plan-detail .img-box .overlay-box .options-box li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 999px;
  background: var(--main-color);
  transition: transform 0.25s ease, background 0.25s ease;
}

.chit-plan-detail .img-box .overlay-box .options-box li a::after {
  content: "View Plan";
}

.chit-plan-detail .img-box .overlay-box .options-box li a:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

.chit-plan-detail .img-box .overlay-box .options-box li a .icon {
  background: none;
  width: auto;
  height: auto;
  line-height: normal;
  display: inline-flex;
  font-size: 14px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
#myBtn::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
  background-color: var(--main-color);
}

@media (min-width: 2000px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}

@media only screen and (max-width: 575.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }
}

@media (max-width: 991.98px) {
  .banner {
    height: auto;
    min-height: 560px;
    padding: 40px 0px;
  }
  .banner .banner-content {
    top: 0;
  }
  .main-title,
  .main-title-white {
    font-size: 30px;
  }
  .banner .banner-content .banner-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about-detail {
    padding: 40px 0px;
  }
  .about-detail .about-img {
    height: 280px;
    margin-bottom: 10px;
  }
  .how-it-works,
  .why-choose,
  .savings-plan,
  .upcoming-auction,
  .member-portal,
  .faq-detail,
  .chit-plans,
  .counter-detail {
    padding: 35px 0px;
  }
  .savings-plan .plan-box {
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding: 35px 0px;
  }
}

@media (max-width: 767px) {
  .banner {
    min-height: 480px;
    background-position: 70% center;
  }
  .banner .banner-content .banner-title {
    font-size: 26px;
  }
  .banner .banner-content .banner-text {
    font-size: 15px;
    line-height: 24px;
  }
  .feature-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .main-title,
  .main-title-white {
    font-size: 26px;
  }
  .counter-detail .counter-box {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .counter-detail .counter-box .box-count {
    font-size: 20px;
  }
  .savings-plan .plan-box {
    padding: 18px;
  }
  .chit-summary {
    margin-top: 20px;
  }
  .why-choose .choose-box {
    margin-bottom: 10px;
  }
  .testimonial-detail .testimonial-box {
    padding: 18px;
    margin-bottom: 10px;
  }
  .footer .footer-top a {
    width: 100%;
    text-align: center;
  }
  .footer-bottom .text-end {
    text-align: left !important;
  }
  #myBtn {
    width: 42px;
    height: 42px;
    line-height: 42px;
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .banner {
    min-height: 440px;
  }
  .banner .banner-content .banner-title {
    font-size: 22px;
  }
  .banner-btns {
    flex-direction: column;
    gap: 10px !important;
  }
  .banner-btn,
  .banner-btn1 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .main-title,
  .main-title-white {
    font-size: 22px;
  }
  .main-text,
  .main-text-white {
    font-size: 14px;
    line-height: 24px;
  }
  .about-detail .about-img {
    height: 220px;
  }
  .member-summary {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .member-value {
    font-size: 13px;
  }
  .auction-btn {
    font-size: 11px;
  }
}
