@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "Poppins", sans-serif;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .dropdown-menu .dropdown,
.navbar .dropdown-menu .nav-item {
  border-bottom: 1px solid #ccc;
}
.navbar .dropdown-menu .dropdown:last-child,
.navbar .dropdown-menu .nav-item:last-child {
  border-bottom: none;
}
.navbar .dropdown-menu .dropdown .dropdown-menu li,
.navbar .dropdown-menu .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ccc;
}
.navbar .dropdown-menu .dropdown .dropdown-menu li:last-child,
.navbar .dropdown-menu .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .navbar .nav-link {
    padding-left: 0px !important;
  }
  .navbar .nav-link .dropdown-menu {
    padding-left: 20px;
  }
  .navbar .nav-link .dropdown-toggle .dropdown-menu {
    border-bottom: 1px solid #ccc;
  }
}
.navbar .navbar-brand img {
  height: 50px;
}
@media (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 35px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    padding-top: 15px;
  }
}
.navbar .active {
  color: #000;
}
.navbar .dropdown a {
  color: rgba(0, 0, 0, 0.6509803922);
  text-decoration: none;
}
.navbar .dropdown .dropdown-submenu {
  position: relative;
}
.navbar .dropdown .dropdown-submenu a {
  display: inline;
  color: rgba(0, 0, 0, 0.6509803922);
  padding-left: 30px;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown-toggle::after {
    display: none;
  }
  .navbar .dropdown .nav-link.dropdown-toggle {
    display: block !important;
  }
  .navbar .dropdown .dropdown-menu {
    display: block;
    border: none;
    padding: 0px;
    padding-left: 20px;
  }
  .navbar .dropdown .dropdown-menu li.dropdown-toggle,
  .navbar .dropdown .dropdown-menu .dropdown-item.dropdown-toggle {
    font-weight: 500 !important;
    padding-bottom: 0px;
  }
  .navbar .dropdown .dropdown-menu .dropdown-menu {
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .navbar .dropdown .dropdown-menu .dropdown-submenu ul li a {
    position: relative;
    margin-left: 20px;
    padding-bottom: 7px;
    font-weight: 400 !important;
    display: block;
  }
  .navbar .dropdown .dropdown-menu .dropdown-submenu ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 4px;
    height: 1px;
    background: #000;
    transform: translateY(-50%);
  }
}

.termsBanner {
  background: #d9d9d9;
  padding: 100px 0px;
  margin-top: 75px;
}
@media (max-width: 991px) {
  .termsBanner {
    margin-top: 60px;
  }
}

.terms p {
  text-align: left;
  font-size: 16px;
  list-style: 1.1;
}
.terms ul {
  padding-left: 0px;
}
.terms ul li {
  text-align: left;
  padding-left: 0px;
}

.teamBanner {
  padding: 0px;
  margin-top: 0px;
}
.teamBanner .innerbannerTitle {
  color: #fff !important;
}

.hero-slider img {
  margin-top: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .hero-slider.slider {
    height: 100%;
    max-height: 500px;
  }
}
@media (max-width: 991px) {
  .hero-slider.slider {
    height: 100%;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-slider.slider {
    height: 100%;
    max-height: 300px;
  }
}

.sectionPadding {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 20px 0;
  }
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.box p {
  text-align: left;
}
@media (max-width: 767px) {
  .box p {
    text-align: center;
  }
}

.circle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.circle-img.blogImg {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 991px) {
  .mb-5 {
    margin-bottom: 0px !important;
  }
}

.navbar-toggler {
  border: none;
}

.btnBox {
  display: flex;
}
@media (max-width: 767px) {
  .btnBox {
    justify-content: center;
  }
}

.bg-white {
  background: #fff;
}
.logoImg {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 60px 10px rgba(0, 0, 0, 0.1607843137);
  width: 350px;
  height: 350px;
  border-radius: 50%;
  padding: 5%;
}
.logoImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .logoImg {
    width: 300px;
    height: 300px;
    padding: 14%;
  }
}
@media (max-width: 991px) {
  .logoImg {
    width: 200px;
    height: 200px;
    padding: 10%;
  }
}
@media (max-width: 767px) {
  .logoImg {
    width: 150px;
    height: 150px;
    padding: 7%;
  }
}

.textbox {
  padding: 80px 0;
  text-align: left;
}

.bannerBox {
  position: relative;
}
.bannerBox .bannerText {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  top: 5%;
  left: 9%;
}
.bannerBox .bannerText .bannerTitle {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #2B0F07;
}
.bannerBox .bannerText .bannerTitle span {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  color: #2B0F07;
}
.bannerBox .bannerText .smallText {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #2B0F07;
}
@media (max-width: 767px) {
  .bannerBox .bannerText .smallText {
    font-size: 14px;
  }
}
.bannerBox .btw {
  color: #fff;
}
.bannerBox .innerbannerText {
  max-width: 570px;
  text-align: left;
  top: 6%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  bottom: 0;
}
.bannerBox .innerbannerText .bannerTitle {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0px;
  padding-bottom: 0;
  max-width: 520px;
  margin-bottom: 15px;
  color: #2B0F07;
}
.bannerBox .innerbannerText .bannerTitle span {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.4;
  display: block;
  text-transform: uppercase;
  color: #000;
}
.bannerBox .innerbannerText .smallText {
  color: #000;
}
@media (max-width: 1199px) {
  .bannerBox .innerbannerText.bannerText {
    left: 5%;
    top: 5%;
  }
  .bannerBox .bannerText .bannerTitle {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 0px;
  }
  .bannerBox .bannerText .bannerTitle span {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .bannerBox .bannerText .bannerTitle {
    font-size: 30px;
    line-height: 1.2;
  }
  .bannerBox .bannerText .bannerTitle span {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .bannerBox .bannerText {
    left: 5%;
    top: 5%;
  }
  .bannerBox .bannerText .bannerTitle {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 0;
    max-width: 500px;
  }
  .bannerBox .bannerText .bannerTitle span {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .bannerBox .bannerText {
    left: 0;
    top: 10%;
  }
  .bannerBox .bannerText .maxheiht {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
    padding-bottom: 0px;
  }
  .bannerBox .bannerText .bannerTitle {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-bottom: 0;
    max-width: 500px;
  }
  .bannerBox .bannerText .bannerTitle span {
    font-size: 22px;
    line-height: 1.4;
  }
}

ul {
  list-style: none;
}
ul li {
  list-style: none;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.btn-primary {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  border-radius: 50px;
  padding: 8px 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 14px;
    padding: 5px 30px;
    border-radius: 30px;
  }
}

.form-control,
.form-select {
  border: 1px solid #C5C5C5;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  color: #4E4E4E;
  background: #F3F3F3;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control:focus,
.form-select:focus {
  border-color: #4154f1;
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 241, 0.15);
  outline: none;
  background: #fff;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #999;
  font-weight: 400;
}

select.form-control,
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234154f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  padding-right: 40px;
  cursor: pointer;
}
select.form-control:focus,
.form-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234154f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  padding-right: 40px;
}

input.form-control {
  background-image: none;
  padding-right: 20px;
}

.readonly {
  color: #bcbcbc !important;
}
.readonly::-moz-placeholder {
  border: 1px solid #C5C5C5;
  box-shadow: none;
  background: #F3F3F3;
  color: #bcbcbc;
}
.readonly:focus, .readonly::placeholder {
  border: 1px solid #C5C5C5;
  box-shadow: none;
  background: #F3F3F3;
  color: #bcbcbc;
}

.fnt20 {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .fnt20 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) {
  .fnt20 {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .fnt20 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .fnt20 {
    font-size: 14px;
    line-height: 18px;
  }
}

.aboutBox {
  padding-top: 15px;
}
.aboutBox p {
  font-family: "Lora", serif;
}

@media (max-width: 767px) {
  .homeSection h2 {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .aboutSection .col-md-4 {
    display: none;
  }
}

.dashboard-wrapper {
  min-height: 100vh;
  background: #f6f9ff;
  overflow-x: hidden;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .dashboard-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper {
    padding-top: 80px;
  }
}

.dashboard-container {
  display: flex;
  min-height: calc(100vh - 110px);
  max-width: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media (max-width: 991px) {
  .dashboard-container {
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 767px) {
  .dashboard-container {
    min-height: calc(100vh - 80px);
  }
}

.dashboard-logo {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #ebeef4;
  margin-bottom: 0;
  background: #fff;
}
.dashboard-logo .urjaLogo {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
.dashboard-logo .brand-text {
  color: #012970;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
  font-family: "Nunito", sans-serif;
}

.mobile-menu-toggle {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 2;
  background: #4154f1;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(65, 84, 241, 0.3);
  transition: all 0.3s ease;
}
.mobile-menu-toggle:hover {
  background: #3749dd;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(65, 84, 241, 0.4);
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .mobile-menu-toggle {
    top: 90px;
    left: 15px;
    padding: 8px 12px;
    font-size: 16px;
  }
}

.sidebar {
  position: fixed;
  top: 110px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
@media (max-width: 991px) {
  .sidebar {
    top: 90px;
    left: -300px;
  }
}
@media (max-width: 767px) {
  .sidebar {
    top: 80px;
    left: -300px;
  }
}

.mobile-sidebar {
  background: #fff;
  min-height: 100%;
}

.main-content {
  width: 100%;
  flex: 1;
  margin-left: 300px;
  padding: 20px;
  transition: margin-left 0.3s;
  min-height: calc(100vh - 110px);
  background: #f6f9ff;
}
@media (max-width: 991px) {
  .main-content {
    margin-left: 0;
    padding: 15px;
    min-height: calc(100vh - 90px);
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-left: 0;
    padding: 15px;
    min-height: calc(100vh - 80px);
  }
}

.main-content-card {
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border: 1px solid #ebeef4;
  min-height: calc(100vh - 150px);
}
@media (max-width: 991px) {
  .main-content-card {
    position: relative;
    padding: 25px;
    border-radius: 4px;
    min-height: calc(100vh - 130px);
  }
}
@media (max-width: 767px) {
  .main-content-card {
    padding: 20px;
    border-radius: 4px;
    min-height: calc(100vh - 120px);
  }
}

.main-content-card .content-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebeef4;
}
.main-content-card .content-header h5 {
  color: #012970;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 8px;
  font-family: "Nunito", sans-serif;
}
.main-content-card .content-header p {
  color: #899bbd;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.main-content-card .content-header .welcome-text {
  color: #4154f1;
  font-weight: 500;
}

.main-content-card .form-control,
.main-content-card .form-select {
  border: 1px solid #d0d7de;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: "Nunito", sans-serif;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.main-content-card .form-control:focus,
.main-content-card .form-select:focus {
  border-color: #4154f1;
  box-shadow: 0 0 0 0.2rem rgba(65, 84, 241, 0.15);
  background: #fff;
  outline: none;
}
.main-content-card .form-control.readonly,
.main-content-card .form-select.readonly {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  color: #6c757d;
}
.main-content-card .form-control::-moz-placeholder, .main-content-card .form-select::-moz-placeholder {
  color: #6c757d;
  font-weight: 400;
}
.main-content-card .form-control::placeholder,
.main-content-card .form-select::placeholder {
  color: #6c757d;
  font-weight: 400;
}
.main-content-card select.form-control,
.main-content-card .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234154f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  padding-right: 40px;
  cursor: pointer;
}
.main-content-card select.form-control:focus,
.main-content-card .form-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234154f1' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px 25px;
}
.main-content-card input.form-control {
  background-image: none;
  padding-right: 15px;
}
.main-content-card .btn {
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  transition: all 0.3s ease;
}
.main-content-card .btn.btn-success {
  background: #198754;
  border-color: #198754;
}
.main-content-card .btn.btn-success:hover {
  background: #157347;
  border-color: #146c43;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(25, 135, 84, 0.3);
}
.main-content-card .btn.btn-primary {
  background: #4154f1;
  border-color: #4154f1;
}
.main-content-card .btn.btn-primary:hover {
  background: #3749dd;
  border-color: #3749dd;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 84, 241, 0.3);
}
.main-content-card .btn.btn-lg {
  padding: 15px 35px;
  font-size: 16px;
  border-radius: 6px;
}
.main-content-card label {
  font-weight: 600;
  color: #012970;
  margin-bottom: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
.main-content-card .mb-3 {
  margin-bottom: 20px !important;
}

.content-header {
  margin-bottom: 30px;
}
.content-header h5 {
  color: #2c3e50;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.welcome-text {
  color: #64748b;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.info-section .card {
  border: none;
  background: linear-gradient(135deg, #e8f4fd, #e3f2fd);
  border-left: 4px solid #2196f3;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.1);
  transition: all 0.3s ease;
}
.info-section .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(33, 150, 243, 0.15);
}

.member-info .card {
  border: none;
  background: linear-gradient(135deg, #f3f8f1, #f1f8e9);
  border-left: 4px solid #4caf50;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(76, 175, 80, 0.1);
  transition: all 0.3s ease;
}
.member-info .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(76, 175, 80, 0.15);
}

.member-badge {
  text-align: center;
}
.member-badge i {
  filter: drop-shadow(0 4px 8px rgba(76, 175, 80, 0.3));
}

.links-section a {
  white-space: nowrap;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.links-section a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.action-section {
  text-align: center;
}
.action-section .btn {
  border-radius: 15px;
  padding: 15px 40px;
  font-weight: 600;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border: none;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
  transition: all 0.3s ease;
}
.action-section .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
}

@media (max-width: 991px) {
  .dashboard-wrapper {
    padding-top: 80px;
  }
  .dashboard-container {
    flex-direction: column;
    padding: 15px;
    gap: 0;
  }
  .main-content {
    margin-left: 0;
    margin-top: 20px;
    padding: 25px;
    border-radius: 15px;
  }
  .mobile-menu-toggle {
    display: block !important;
  }
  .sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .dashboard-wrapper {
    padding-top: 70px;
  }
  .dashboard-wrapper::before {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  .dashboard-container {
    padding: 10px;
  }
  .main-content {
    padding: 20px;
    margin-top: 15px;
    border-radius: 12px;
  }
  .main-content::before {
    height: 3px;
  }
  .mobile-menu-toggle {
    top: 10px;
    left: 10px;
    padding: 10px 12px;
    font-size: 14px;
  }
  .dashboard-logo {
    padding: 20px 15px;
  }
  .dashboard-logo .urjaLogo {
    max-width: 100px;
  }
  .dashboard-logo .brand-text {
    font-size: 12px;
    margin-top: 8px;
  }
  .content-header {
    margin-bottom: 20px;
  }
  .content-header h5 {
    font-size: 22px;
  }
  .welcome-text {
    font-size: 14px;
  }
  .btn-lg {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 12px;
  }
  .member-info .row {
    text-align: center;
  }
  .member-info .col-md-4 {
    margin-top: 15px;
  }
  .info-section .card,
  .member-info .card {
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .sidebar-nav .nav-item {
    font-size: 14px;
    padding: 12px 20px;
    margin: 4px 12px;
  }
}
@media (max-width: 575px) {
  .dashboard-container {
    padding: 0 10px;
  }
  .main-content {
    padding: 15px;
    border-radius: 5px;
  }
  .links-section {
    text-align: center;
  }
  .links-section a {
    display: inline-block;
    margin: 5px;
    width: auto;
  }
}
.offcanvas {
  width: 280px !important;
}

.offcanvas-header {
  background: #2c3e50;
  color: white;
  border-bottom: 1px solid #34495e;
}

.offcanvas-header .btn-close {
  filter: invert(1);
}

.sidebar-nav {
  padding: 0;
}
.sidebar-nav .nav-item {
  display: flex;
  align-items: center;
  color: #899bbd;
  text-decoration: none;
  padding: 12px 16px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  position: relative;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
}
.sidebar-nav .nav-item i {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  color: #899bbd;
  font-size: 16px;
}
.sidebar-nav .nav-item:hover {
  background: rgba(65, 84, 241, 0.08);
  border-left-color: #4154f1;
  color: #4154f1;
  text-decoration: none;
}
.sidebar-nav .nav-item:hover i {
  color: #4154f1;
}
.sidebar-nav .nav-item.active {
  background: rgba(65, 84, 241, 0.1);
  color: #4154f1;
  border-left-color: #4154f1;
}
.sidebar-nav .nav-item.active i {
  color: #4154f1;
}
.sidebar-nav .dropdown {
  margin: 0;
}
.sidebar-nav .dropdown .nav-item {
  background: transparent;
}
.sidebar-nav .dropdown .nav-item::after {
  content: "▾";
  font-size: 12px;
  margin-left: auto;
  transition: transform 0.3s ease;
  color: #899bbd;
}
.sidebar-nav .dropdown .nav-item[aria-expanded=true] {
  background: rgba(65, 84, 241, 0.05);
  border-left-color: #4154f1;
}
.sidebar-nav .dropdown .nav-item[aria-expanded=true]::after {
  transform: rotate(180deg);
  color: #4154f1;
}
.sidebar-nav .dropdown-menu {
  background: rgba(65, 84, 241, 0.05);
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  border-left: 3px solid #4154f1;
}
.sidebar-nav .dropdown-item {
  color: #51678f;
  padding: 8px 16px 8px 45px;
  font-size: 13px;
  border-radius: 0;
  margin: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}
.sidebar-nav .dropdown-item:hover {
  background: rgba(65, 84, 241, 0.08);
  color: #4154f1;
}
.sidebar-nav .dropdown-item.active {
  background: rgba(65, 84, 241, 0.1);
  color: #4154f1;
}

.mobile-sidebar .sidebar-nav {
  padding: 0;
}
.mobile-sidebar .sidebar-nav .nav-item {
  padding: 14px 16px;
  font-size: 15px;
  margin: 0;
}
.mobile-sidebar .sidebar-nav .nav-item i {
  width: 22px;
  margin-right: 12px;
  font-size: 17px;
}

@media (max-width: 991px) {
  body.toggle-sidebar .sidebar {
    left: 0;
  }
  body.toggle-sidebar .main-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body.toggle-sidebar .sidebar {
    left: 0;
  }
  body.toggle-sidebar .main-content {
    margin-left: 0;
  }
  body.toggle-sidebar::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 995;
  }
}
.main-content-card .card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  border-left: 4px solid #4154f1;
}
.main-content-card .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(65, 84, 241, 0.15);
}
.main-content-card .card:last-child {
  margin-bottom: 0;
}
.main-content-card .card .card-header {
  background: transparent;
  color: #012970;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px 15px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito", sans-serif;
}
.main-content-card .card .card-body {
  padding: 25px;
}
.main-content-card .card .card-body h6 {
  color: #012970;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}
.main-content-card .card .card-body p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
}
.main-content-card .card .card-body .btn-primary {
  background: #4154f1;
  border-color: #4154f1;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
}
.main-content-card .card .card-body .btn-primary:hover {
  background: #3749dd;
  border-color: #3749dd;
  transform: translateY(-1px);
}

.dashboard-wrapper h1,
.dashboard-wrapper h2,
.dashboard-wrapper h3,
.dashboard-wrapper h4,
.dashboard-wrapper h5,
.dashboard-wrapper h6 {
  color: #012970;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}
.dashboard-wrapper p,
.dashboard-wrapper span,
.dashboard-wrapper div {
  color: #899bbd;
  font-family: "Nunito", sans-serif;
}
.dashboard-wrapper .pagetitle h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #012970;
}
.dashboard-wrapper .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.dashboard-wrapper .breadcrumb .breadcrumb-item {
  color: #899bbd;
  font-size: 14px;
}
.dashboard-wrapper .breadcrumb .breadcrumb-item.active {
  color: #51678f;
}
.dashboard-wrapper .breadcrumb .breadcrumb-item a {
  color: #4154f1;
  text-decoration: none;
}
.dashboard-wrapper .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.dashboard-wrapper .main-content-card .alert {
  border: none;
  border-radius: 6px;
  border-left: 4px solid;
  font-family: "Nunito", sans-serif;
  margin-bottom: 25px;
  padding: 20px 25px;
}
.dashboard-wrapper .main-content-card .alert.alert-info {
  background: rgba(65, 84, 241, 0.08);
  border-left-color: #4154f1;
  color: #012970;
}
.dashboard-wrapper .main-content-card .alert.alert-info h6 {
  color: #4154f1;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.dashboard-wrapper .main-content-card .alert.alert-info .fas {
  color: #4154f1;
}
.dashboard-wrapper .action-section {
  text-align: center;
  padding: 30px 0;
}
.dashboard-wrapper .action-section .btn-lg {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.dashboard-wrapper .action-section .btn-lg i {
  margin-right: 8px;
}
.dashboard-wrapper .links-section {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0;
}
.dashboard-wrapper .links-section .btn {
  border-radius: 6px;
  transition: all 0.3s ease;
}
.dashboard-wrapper .links-section .btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  .dashboard-wrapper .links-section {
    justify-content: center;
  }
}
.dashboard-wrapper .member-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-wrapper .member-badge i {
  opacity: 0.8;
}
.dashboard-wrapper .badge {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: 600;
}
.dashboard-wrapper .badge.bg-success {
  background: #198754 !important;
}

@media (min-width: 992px) {
  .dropdown-menu li:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    left: 100%;
    top: 0;
  }
}
.ourPartner .sectionTitle {
  margin-bottom: 0px;
}

.partnerSlider {
  height: 100%;
  max-height: 150px;
}
.partnerSlider .partnerBox {
  padding: 30px;
  border-radius: 10px;
  margin: 15px 10px;
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
}
.partnerSlider .partnerBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90px;
}
.partnerSlider .slick-dots {
  bottom: -50px;
}

footer {
  background-color: #222;
  color: #fff;
}
footer.footer p,
footer.footer a {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
footer.footer p .img-fluid,
footer.footer a .img-fluid {
  max-width: 20px;
}
footer.footer .footerTop p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
footer.footer .footerTop p a {
  padding-right: 4px;
  padding-left: 4px;
}
footer.footer .footerTop ul {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0px;
}
footer.footer .footerTop ul li {
  list-style: none;
}
footer.footer .footerTop ul li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 17px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}
footer.footer .footerTop ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
footer.footer .footerTop ul li a .icon {
  position: relative;
  color: #262626;
  transition: 0.5s;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer.footer .footerTop ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
footer.footer .footerTop ul li a:hover:before {
  top: 0;
}
footer.footer .footerTop ul li:nth-child(1) a:before {
  background: #3b5999;
}
footer.footer .footerTop ul li:nth-child(2) a:before {
  background: #25D366;
}
footer.footer .footerTop ul li:nth-child(3) a:before {
  background: #FF0000;
}
footer.footer .footerTop ul li:nth-child(4) a:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
@media (max-width: 767px) {
  footer.footer .footerTop p {
    flex-direction: column;
  }
  footer.footer .footerTop p span {
    display: none;
  }
  footer.footer .footerTop p a {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  footer.footer .footerBottom div {
    flex-direction: column;
  }
  footer.footer .footerBottom div p {
    padding: 10px 0px;
  }
  footer.footer .footerBottom div span {
    display: none;
  }
  footer.footer .footerBottom div a {
    padding: 10px 0px;
  }
}
@media (max-width: 575px) {
  footer.footer p,
  footer.footer a {
    font-size: 12px;
    padding: 5px 0px !important;
  }
}

.formImg {
  max-width: 220px;
  display: flex;
}
@media (max-width: 991px) {
  .formImg {
    display: none;
  }
}

.formImgBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

form {
  text-align: left;
}

.font50 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  color: #000;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .font50 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 1400px) {
  .font50 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .font50 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .font50 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}

.form-section {
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 50px 10px rgba(0, 0, 0, 0.1607843137);
}
.form-section textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4E4E4E;
  margin-bottom: 20px;
  resize: none;
}
@media (max-width: 1199px) {
  .form-section.my-5 {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  .form-section .sectionTitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .form-section.my-5 {
    margin-bottom: 20px !important;
  }
}

.form-section h2 span {
  color: #000;
}

.paddHorizontal {
  padding-left: 30px;
  padding-right: 30px;
}
.paddHorizontal h3 {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Lora", serif;
  font-weight: 300;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .paddHorizontal h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .paddHorizontal h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .paddHorizontal h3 {
    font-size: 18px;
  }
}

.paddingBtmZro {
  padding-bottom: 0px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lora", serif !important;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    text-align: center;
  }
}

ul {
  padding-left: 0px;
}

p {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

.sectionTitle,
h2 {
  font-family: "Lora", serif;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0%;
  color: #000000;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .sectionTitle,
  h2 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .sectionTitle,
  h2 {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

.form-control,
.form-select {
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-radius: 12px;
  letter-spacing: 0%;
  padding: 15px;
  color: #4E4E4E;
  background: #F3F3F3;
  padding-left: 20px;
  transition: all 0.3s ease;
  box-shadow: none;
  outline: none;
}

.faq .alignCenterRow {
  align-items: center;
}
.faq .accordion .accordion-item {
  background: transparent;
  border-top: 1px solid #DFDFDF;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.faq .accordion .accordion-item .accordion-header {
  padding-bottom: 0px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 30px;
  color: #000;
  line-height: 1.2;
  background: transparent;
  padding: 25px 0px;
  padding-left: 20px;
  font-family: "poppins";
  font-weight: 500;
  position: relative;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .iconCheck {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button .iconCheck img {
  margin-right: 10px;
  display: inline-block;
}
.faq .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  background: url("../images/minus_icon.svg") no-repeat;
  width: 30px;
  height: 4px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "";
  background: url("../images/plus_icon.svg") no-repeat;
  width: 30px;
  height: 30px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: 1px solid #DFDFDF;
}
.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #000 !important;
  background: transparent !important;
}
.faq .accordion .accordion-item .accordion-body {
  background: transparent;
  padding: 20px 0px;
}
.faq .accordion .accordion-item .accordion-body ul {
  list-style: none;
}
.faq .accordion .accordion-item .accordion-body ul li {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}
.faq .accordion .accordion-item .accordion-body .subTitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
.faq .accordion .accordion-item .accordion-body .mb-3 {
  margin-bottom: 30px !important;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .faq .accordion .accordion-item .accordion-body .subTitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1400px) {
  .faq .accordion .accordion-item .accordion-body .subTitle {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .faq .accordion .accordion-item .accordion-body ul li {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 32px;
    line-height: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button .iconCheck img {
    width: 30px;
    height: 20px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-body .subTitle {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1400px) {
  .faq .accordion .accordion-item:first-of-type {
    border-radius: 0px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 1.2;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-right: 20px;
    padding-left: 35px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button .iconCheck img {
    width: 30px;
    height: 20px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 20px;
    height: 4px;
    background-size: contain;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-body .subTitle {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .faq .sectionTitle {
    text-align: center;
  }
  .faq .defaultButton {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button .iconCheck img {
    width: 24px;
    height: 20px;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 20px;
    height: 4px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .faq .sectionTitle {
    text-align: center;
  }
  .faq .defaultButton {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
  }
  .faq .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 15px;
  }
}

.guidelinesSection {
  background: #F0F0F0;
}

.leadershipTeam {
  margin-top: 110px;
}
.leadershipTeam .teamsection {
  margin-top: -110px;
}
.leadershipTeam .teamsection:last-child ul {
  margin-bottom: -110px;
}
.leadershipTeam ul {
  display: flex;
  flex-wrap: wrap;
}
.leadershipTeam ul li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
  position: relative;
  text-align: center;
  margin-bottom: 110px;
}
.leadershipTeam ul li .teamBlock {
  background: #F0F0F0;
  border-radius: 20px;
  padding: 35px;
}
.leadershipTeam ul li .teamBlock .teamImage {
  position: relative;
  text-align: center;
}
.leadershipTeam ul li .teamBlock .teamImage img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0 auto 40px;
  margin-top: -175px;
  max-width: 350px;
}
.leadershipTeam ul li .teamBlock .teamName {
  font-size: 40px;
  text-align: center;
  line-height: 48px;
  color: #000;
  font-weight: 500;
  padding-bottom: 0px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
}
.leadershipTeam ul li .teamBlock .designation {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #9B9B9B;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  margin-bottom: 10px;
}
.leadershipTeam ul li .teamBlock .teamSocialLink {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.leadershipTeam ul li .teamBlock .teamSocialLink a {
  margin: 0px 8px;
  transition: 0.5s ease-in-out all;
}
.leadershipTeam ul li .teamBlock .teamSocialLink a:hover {
  transform: scale(1.2);
}
.leadershipTeam ul li .teamBlock .readmore {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
.leadershipTeam ul li .teamBlock .readmore .defaultButton {
  min-width: auto;
}
.leadershipTeam ul li .teamBlock .shortdesc {
  display: -webkit-box;
  color: #3C3C3C;
  -webkit-line-clamp: 4;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  min-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.leadershipTeam ul li .teamBlock .read-more {
  color: #2B0F07;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1700px) {
  .leadershipTeam ul li {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .leadershipTeam ul li .teamBlock {
    padding: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamImage img {
    max-width: 180px;
    height: 180;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamName {
    font-size: 24px;
    line-height: 28px;
  }
  .leadershipTeam ul li .teamBlock .designation {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  .leadershipTeam ul li {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .leadershipTeam ul li .teamBlock {
    padding: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamImage img {
    max-width: 150px;
    height: 150px;
    margin-top: -100px;
    margin-bottom: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamName {
    font-size: 22px;
    line-height: 24px;
  }
  .leadershipTeam ul li .teamBlock .designation {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .leadershipTeam ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .leadershipTeam ul li .teamBlock {
    padding: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamName {
    font-size: 20px;
    line-height: 22px;
  }
  .leadershipTeam ul li .teamBlock .designation {
    font-size: 14px;
    line-height: 20px;
  }
  .leadershipTeam ul li .teamBlock .shortdesc {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .leadershipTeam ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .leadershipTeam ul li .teamBlock {
    padding: 20px;
  }
  .leadershipTeam ul li .teamBlock .teamImage img {
    max-width: 150px;
    height: 150px;
    margin-top: -100px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .leadershipTeam ul {
    margin-bottom: -70px;
  }
}
@media (max-width: 991px) {
  .leadershipTeam {
    margin-top: 30px;
  }
  .leadershipTeam .teamsection {
    margin-top: 0px;
  }
  .leadershipTeam.paddingBtmZro {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .leadershipTeam .teamsection {
    margin-top: 40px;
  }
  .leadershipTeam .sectionTitle {
    text-align: center;
    margin-bottom: 20px !important;
  }
}

.doubtBox .pl-0 {
  padding-left: 0 !important;
  display: flex;
}
.doubtBox img {
  border-radius: 20px 0 0 20px;
  max-height: 450px;
}
@media (max-width: 991px) {
  .doubtBox .col-md-5 {
    display: none;
  }
  .doubtBox .paddHorizontal {
    padding: 40px 40px;
  }
  .doubtBox .paddHorizontal h3 {
    text-align: left;
  }
}

.footer p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero-slider img {
    height: 300px;
    margin-top: 60px;
  }
  .circle-img {
    width: 150px;
    height: 150px;
  }
  .jal-container {
    padding: 20px;
  }
  .register-box {
    max-width: 100%;
    padding: 15px;
  }
  .story-category,
  .guidelines {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
  .hero-slider img {
    height: 250px;
  }
  .navbar-brand img {
    height: 40px;
  }
  .circle-img {
    width: 120px;
    height: 120px;
  }
  .jal-header {
    font-size: 22px;
  }
  .accordion-header {
    font-size: 16px;
    padding: 10px;
  }
  .accordion-content {
    padding: 10px;
  }
}
.readStoriesSection {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.serchSection {
  background: rgba(43, 15, 7, 0.9);
  padding: 20px;
  margin-bottom: 20px;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.rating input {
  display: none;
}

.rating label {
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.2s;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #2B0F07;
}

/* Review Cards Styling */
.card {
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.card-body {
  padding: 1.5rem;
}

/* User Avatar Styling */
.avatar-circle {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
}

/* Rating Stars in Reviews */
.rating-stars {
  color: #2B0F07;
}

.rating-stars .star {
  font-size: 18px;
}

.rating-stars .star.empty {
  color: #ddd;
}

/* Review Form Styling */
.review-section {
  margin-top: 3rem;
}

.review-section .card {
  background-color: #f8f9fa;
}

.review-section textarea {
  resize: none;
}

.rounded-3 {
  width: 100%;
  height: 100%;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tattva-special {
  background: #f9f9f9;
  /* soft light gray */
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #f18f01;
  /* highlight color */
  max-width: 900px;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

.tattva-special h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #222;
}

.tattva-special strong {
  color: #f18f01;
}

.boxShadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.16);
  padding: 40px;
  border-radius: 10px;
}

.accordion-button {
  padding: 1rem 1.25rem;
}

.accordion-image {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.default-accordion-image {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.default-accordion-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion-title {
  flex-grow: 1;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 0, 0, 0.03);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.square-media-box {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}

.square-media-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  display: block;
}

.video-crop-box {
  /* nothing extra needed here, just for clarity */
}

.square-media-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  /* 16:9 video, so scale up to cover a square: */
  width: 177.78%;
  /* 100 / (9/16) = 177.78% */
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  pointer-events: auto;
  border: none;
}

/* Sidebar Dropdown Styles (for Participate menu) */
.sidebar-dropdown {
  position: relative;
  /* Ensure dropdown menu is positioned relative to this parent */
}

.sidebar-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  color: inherit;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  /* Hide Bootstrap's default dropdown arrow */
}
.sidebar-dropdown .dropdown-toggle::after {
  display: none;
}

.sidebar-dropdown-menu {
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-top: 0.25rem;
  padding: 0.5rem 0;
  border: none;
  /* Ensure the dropdown appears above other content and is not clipped */
  position: absolute;
  z-index: 1060;
  /* Higher z-index than offcanvas (1055) to ensure visibility */
}

.sidebar-dropdown-menu .dropdown-item {
  padding: 0.5rem 1.5rem;
  color: #333;
  font-size: 0.97rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.sidebar-dropdown-menu .dropdown-item:hover {
  background: #f0f4ff;
  color: #3b47e3;
}

@media (max-width: 767px) {
  .offcanvas-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.pay-now-btn span {
  color: #fff;
}/*# sourceMappingURL=style.css.map */