h1.banner_text {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1.2;
}

.max_width1200 {
  max-width: clamp(960px, 60vw, 1200px);
  margin: 0 auto;
}

.max_width1360 {
  max-width: 1360px;
  margin: 0 auto;
}

a.link_btn.bg_secondary:hover {
  background: #0a3252;
  color: #fff;
  text-decoration: none;
}

.bg_secondary {
  background: #c49a6c;
}

section {
  margin: 0;
  position: relative;
}

.filter_primary {
  filter: brightness(0) saturate(100%) invert(74%) sepia(15%) saturate(5716%)
    hue-rotate(353deg) brightness(98%) contrast(57%) !important;
}

/* ---------------------------------------WHAT SECTION START------------------------- */
.banner_text_box {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what {
  position: relative;
}

.what_container {
  padding: 80px 0 20px 0;
}

.sideImage_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: -1;
  opacity: 0.6;
}

::-webkit-scrollbar {
  width: 6px;
  /* Adjust as needed */
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Light background */
  border-radius: 10px;
}

/* Handle (the moving part) */
::-webkit-scrollbar-thumb {
  background: #888;
  /* Scrollbar color */
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.what_left_text {
  padding: 10px;
}

.heading_h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.what_heading1 {
  border-bottom: 1px solid #c49a6c;
  margin-bottom: 32px;
  padding-bottom: 24px;
}

p.para {
  font-size: 1rem;
  line-height: 1.5;
}

.color_secondary {
  color: #0a3252 !important;
}

.text_primary {
  color: #0a3252 !important;
}

.whats_media_box {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 10px 30px;
}

.whats_media {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

/* ------------------------------------------WHAT SECTION END-------------------- */
/* ------------------------------------------PRODUCT SECTION START-------------------- */
.product {
  position: relative;
  padding: 30px 0 80px 0;
}

.formob {
  display: none;
}

.forweb {
  display: block;
}

.produnct_side_image {
  position: absolute;
  top: -14px;
  right: -5px;
  width: 21vw;
  z-index: 1;
}

.product_head {
  font-size: 3rem;
  font-weight: 700;
  color: #c49a6c;
  text-align: center;
  margin-bottom: 48px;
}

.product_card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}

.product_heading {
  /* font-size: 2rem; */
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #c49a6c;
  color: #fff;
  /* margin-bottom: 32px;
  padding-bottom: 24px; */
  margin-bottom: clamp(16px, 2vw, 32px);
  padding-bottom: clamp(12px, 1.5vw, 24px);
}

.product_desc {
  /* font-size: 1rem; */
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  line-height: 1.3;
  color: #fff;
  /* margin-bottom: 32px; */
  margin-bottom: clamp(16px, 2vw, 32px);
}

.product_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0a325266;
  backdrop-filter: blur(5px);
  /* padding: 32px; */
  padding: clamp(16px, 2vw, 32px);
}

.link_btn {
  display: inline-block;
  line-height: 1;
  /* font-size: 18px; */
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  /* padding: 10px 16px 12px 16px; */
  padding: clamp(6px, 1vw, 10px) clamp(12px, 1.5vw, 16px) clamp(8px, 1vw, 12px)
    clamp(12px, 1.5vw, 16px);
  transition: all 0.2s;
}

.link_btn:hover {
  transition: all 0.2s;
  color: #fff;
  background: #0a3252;
}

/* ------------------------------------------PRODUCT SECTION END-------------------- */
/* ------------------------------------------ TEAM SECTION START-------------------- */
.team {
  padding: 80px 0;
  background: #0a3252;
  position: relative;
}

/* .team_content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
} */

.team_box_image {
  position: absolute;
  left: 0;
  bottom: 115px;
  width: 14vw;
  z-index: 0;
  opacity: 0.6;
}

.teamHeading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.team_desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.team_card-box {
  padding: 15px;
}

/* .team_content.max_width1200 {
  max-width: 1180px;
  margin: 0 auto;
} */
.team_card {
  background: #c49a6c1a;
  /* background: #1d3c55; */
  border: 1px solid #c49a6c;
  border-radius: 16px;
  padding: 32px;
}

.team_card_image {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.team_card_head-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.team_card_headdesc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.team_card_text_desc {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}

.model_text_desc {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.team_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

/* ------------------------------------------TEAM SECTION END-------------------- */
/* ------------------------------------------leaderShip SECTION START-------------------- */
.leaderShip {
  padding: 130px 0 80px 0;
  margin-top: 10px;
}

.leadership_side_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  z-index: -1;
}

.management {
  padding: 80px 0;
  border-top: 1px solid #c49a6c;
}

.management_side_image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: -1;
}

/* .management::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #c49a6c;
  position: relative;
  bottom: -100px;
  z-index: 1;
  max-width: 1200px;
} */

.formPage {
  margin-top: 90px;
  padding-top: 70px;
  margin-bottom: 80px;
}

.modal-header {
  border-bottom: none !important;
}

.modal-dialog {
  width: 80%;
  max-width: unset;
}

.modal-body {
  padding: 0 !important;
}

.model_card-box {
  width: 100%;
  background: url(../assets/images/model_bg.png) no-repeat;
  background-position: left bottom;
  background-size: 200px;
  margin-bottom: -15px;
  padding-bottom: 40px;
}

.modal-open .modal {
  overflow: hidden;
}

.modal-content {
  height: 70vh;
  border-radius: 16px;
  overflow: hidden;
}

.modal-body {
  overflow-y: scroll;
}

.model_card {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.model_card .card_image {
  width: 50%;
  margin: 0 auto;
  max-width: 200px;
  margin-bottom: 10px;
  width: 160px;
  height: 160px;
}

/* ------------------------------------------leaderShip SECTION END-------------------- */

.slick-next:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 0 !important;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px !important;
}

.slick-prev img,
.slick-next img {
  width: 40px !important;
  /* Adjust size */
  height: auto;
}

.slick-prev {
  left: -50px !important;
  /* Adjust position */
}

.slick-next {
  right: -50px !important;
  /* Adjust position */
}

.footer_bottom {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #0a3252;
  margin: 50px auto;
}

.footer-columns {
  border-top: 1px solid #c49a6c;
  padding-top: 80px;
}

.tabs {
  display: flex;
  border-radius: 16px 16px 0 0;
  border: 1px solid #c49a6c;
  margin-bottom: 48px;
}

.tab {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 16px 16px 0 0;
  font-size: 1.5;
  line-height: 1.2;
  font-weight: 700;
  color: #c49a6c;
  cursor: pointer;
}

.tab:hover,
.tab.active {
  background: #c49a6c;
  color: #fff;
}

/* ----------------ACCORDIAN STYLE START------------------------------------ */
.accordion_card {
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid #c49a6c;
  margin-bottom: 16px;
}

#accordion .accordion_card-header {
  border-radius: 16px 16px 0 0;
  background: rgba(196, 154, 108, 0.1) url(../assets/images/layer1.svg)
    no-repeat 89% 81%;
}

#accordion .accordion_card-header button img {
  width: 20px;
}

#accordion .accordion_card-header button {
  width: 100%;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #0a3252 !important;
  padding: 12px 18px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none !important;
}

.accordion_card-body {
  padding: 20px;
  border-top: 1px solid #c49a6c;
}

.uploadFile {
  width: 100%;
  color: grey;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  resize: none;
  background: #eaf1f5;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.uploadFile img {
  width: 24px;
}

.uploadFile input[type="file"] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

.filename {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #0a3252;
}

.dateSelect_container {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.date_select-box label {
  color: #0a3252;
}

.date_select-box {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.date_select {
  border-radius: 100px;
  border: 1px solid #c49a6c;
  padding: 7px 35px 7px 24px;
  color: #0a3252;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  appearance: none;
  width: 100%;
  /* Removes default arrow (for modern browsers) */
  -webkit-appearance: none;
  /* Safari */
  -moz-appearance: none;
  /* Firefox */
}

.select_wrapper {
  position: relative;
  display: inline-block;
}

.select_wrapper::after {
  content: "";
  width: 20px;
  height: 5px;
  background: url(../assets/images/select_vt.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  /* Fixed transform syntax */
  pointer-events: none;
  /* Prevent the pseudo-element from interfering with clicks */
  z-index: 11;
}

.tab_select {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: none;
  padding: 0 32px;
}

.tab_select > .date_select-box > .select_wrapper {
  width: 100%;
  height: 40px;
}

.tab_select select {
  width: 100%;
}

.btngrp .plus {
  display: none;
}

.collapsed > .btngrp > .plus {
  display: block;
}

.collapsed > .btngrp > .minus {
  display: none;
}

/* ----------------ACCORDIAN STYLE END------------------------------------ */

.banner_text_box2 {
  position: absolute;
  top: 31vh;
  /* right: clamp(200px, 20vw, 400px) */
  width: 100%;
}

.banner_text2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10vw;
}

.text_left {
  text-align: left !important;
}

.scheme_cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* padding: 0 20px; */
}

.scheme_card {
  padding: 24px;
  border-radius: 16px;
  width: calc(50% - 8px);
  position: relative;
}

.scheme_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #0a3252;
  margin-bottom: 12px;
}

.scheme_txt {
  margin-top: 10px;
}

.manager {
  background: #eaf1f5;
  padding: 80px;
  position: relative;
}

.manager_con-box {
  display: flex;
}

.manager_con-box_right {
  padding-left: 20px;
}

.wd_30 {
  width: 35% !important;
}

.wd_70 {
  width: 70% !important;
}

.manager_sideImg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 291px;
  width: auto;
}

.scheme_card_img {
  width: clamp(150px, 11vw, 200px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.debt__img {
  /* width: clamp(200px, 14.5vw, 300px) */
  width: auto;
  height: 70px;
}

.mgb_3 {
  margin-bottom: 48px;
}

.mgb_1 {
  margin-bottom: 24px;
}

.manager_ttl {
  font-size: 24px;
  font-weight: 700;
  color: #c49a6c;
  margin-bottom: 16px;
}

.manager_img2 {
  display: none;
}

.manager_img1 {
  display: block;
}

.debt__img2 {
  display: none;
}
