@import url("https://fonts.googleapis.com/css2?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");
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

.head {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
  }
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
    line-height: 28px;
  }
}

.head-flag {
  height: 30px;
  background-image: url("../img/top-flg-stripe.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.navbar {
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.navbar .navbar-brand {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.navbar .navbar-brand span {
  background: -webkit-linear-gradient(#fc8213, #1b8911);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    font-size: 16px;
  }
}
.navbar .nav-link {
  font-size: 15px;
}
.navbar .dropdown-menu {
  background: #f18b35;
  width: 100vw;
  top: 56px;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  border: none;
  border-radius: 0;
  padding: 40px 2rem;
  margin-left: calc(-40vw - 70%);
}
@media (max-width: 575.98px) {
  .navbar .dropdown-menu {
    width: auto;
    padding: 20px 1rem;
    margin-left: auto;
    transform: none;
  }
}
.navbar .dropdown-menu .main .footer-head span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
}
.navbar .dropdown-menu .main .footer-head span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.navbar .dropdown-menu .main .name {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  .navbar .dropdown-menu .main .name {
    font-size: 20px;
  }
}

.marquee {
  background: #007bff;
  padding: 2px 0;
  overflow: hidden;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  width: fit-content;
  animation: marqueeSlide linear infinite;
}
.marquee-content p {
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
}

@keyframes marqueeSlide {
  to {
    transform: translateX(-33.333%);
  }
}
@media (max-width: 575.98px) {
  .marquee p {
    font-size: 16px;
    padding: 0 10px;
  }
  .marquee img {
    width: 20px;
    margin: 0 10px;
  }
}
.about-2 {
  background: linear-gradient(120deg, rgb(255, 136, 1) 0%, rgb(255, 255, 255) 45%, rgb(17, 132, 7) 100%);
}

.social .social-card,
.officesocial .social-card {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.social .social-card img,
.officesocial .social-card img {
  border-radius: 12px 12px 0 0;
}
.social .twitter,
.officesocial .twitter {
  border: 2px solid #0f1419;
}
.social .insta,
.officesocial .insta {
  border: 2px solid #e1306c;
}
.social .fb,
.officesocial .fb {
  border: 2px solid #1877f2;
}

.timeline .timeline-container {
  border: 1px solid #ff8801;
  box-shadow: 0px 0px 20px rgb(255, 136, 1);
  background: #262626;
  border-radius: 10px;
  position: relative;
}
.timeline .timeline-container .timeline-line {
  position: absolute;
  top: 17.5em;
  left: 65px;
  width: 91%;
  height: 5px;
  background-color: #404040;
}
@media (max-width: 575.98px) {
  .timeline .timeline-container .timeline-line {
    top: 6.45em;
    width: 83%;
  }
}
.timeline .timeline-container .time-card {
  position: relative;
}
.timeline .timeline-container .time-card::after {
  content: url("../img/icons/time-card-before.svg");
  position: absolute;
  left: 14px;
  top: -26px;
}
.timeline .timeline-container .medals {
  width: 40px;
  margin-left: 10px;
}
.timeline .timeline-container .card-header {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.timeline .timeline-container .milestone {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.timeline .owl-prev,
.timeline .owl-next {
  position: absolute;
  top: 17px;
  background-color: #f18b35;
  padding: 10px;
  border-radius: 50%;
}
.timeline .owl-prev {
  left: -5px;
}
.timeline .owl-next {
  right: -5px;
}

.timeline-2 {
  position: relative;
}
.timeline-2 .timeline-line2 {
  position: absolute;
  top: 19.5em;
  left: 55px;
  width: 91%;
  height: 5px;
  background-color: #404040;
}
@media (max-width: 575.98px) {
  .timeline-2 .timeline-line2 {
    top: 6.45em;
    width: 83%;
  }
}
.timeline-2 .time-card {
  position: relative;
  background: transparent !important;
  margin-top: 47px;
}
.timeline-2 .time-card img {
  padding-top: 30px;
}
.timeline-2 .time-card::after {
  content: url("../img/icons/time-card-before.svg");
  position: absolute;
  left: 0px !important;
  top: -26px;
}
.timeline-2 .owl-prev,
.timeline-2 .owl-next {
  display: none !important;
}

.politics {
  background-image: url("../img/bg-politics.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.politics h5 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.politics .card-politics {
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.gallery button {
  width: 55px;
  height: 55px;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.6;
}
.gallery button img {
  transition: all 0.3s ease;
}
.gallery button.active-tab {
  opacity: 1;
}
.gallery button.active-tab img {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.gallery button.active-tab::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: #007bff;
  border-radius: 2px;
}
.gallery button:hover {
  opacity: 0.8;
}

.cta {
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .cta {
    padding-top: 250px;
    margin-top: 150px;
  }
}

.socials {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.socials:last-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .socials {
    width: 30px;
    height: 30px;
  }
}

footer {
  background: linear-gradient(120deg, rgb(255, 136, 1) 0%, rgb(255, 255, 255) 45%, rgb(17, 132, 7) 100%);
  padding: 200px 0 0px 0;
  margin-top: -200px;
  z-index: 1;
  position: relative;
}
@media (max-width: 575.98px) {
  footer {
    margin-top: -150px;
  }
}
footer .name {
  background: -webkit-linear-gradient(#fc8213, #1b8911);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .main .footer-head span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
}
footer .main .footer-head span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}
footer .main .name {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 575.98px) {
  footer .main .name {
    font-size: 20px;
  }
}
footer .main .bjplogo {
  border-right: 2px solid #28a745;
  max-width: 80px;
}
@media (max-width: 575.98px) {
  footer .main .bjplogo {
    border-right: none;
  }
}

.emb-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2px 4px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
.emb-card iframe {
  border: none;
  border-radius: 10px;
}

.banner-ind-dev {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-ind-dev.webp");
}
.banner-ind-dev .head {
  font-size: 48px;
}

.banner-ind-com {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-ind-com.webp");
}
.banner-ind-com .head {
  font-size: 48px;
}

.banner-ind-it {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-ind-it.webp");
}
.banner-ind-it .head {
  font-size: 48px;
}

.banner-ind-sports {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-ind-sports.webp");
}
.banner-ind-sports .head {
  font-size: 48px;
}

.banner-ind-mil {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-ind-mil.webp");
}
.banner-ind-mil .head {
  font-size: 48px;
}

.banner-about {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-about.webp");
}
.banner-about .head {
  font-size: 48px;
}

.banner-contact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-contact.webp");
}
.banner-contact .head {
  font-size: 48px;
}

.banner-aazadi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-aazadi.webp");
}
.banner-aazadi .head {
  font-size: 48px;
}

.banner-mahakhel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-mahakhel.webp");
}
.banner-mahakhel .head {
  font-size: 48px;
}

.banner-join {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-join.webp");
}
.banner-join .head {
  font-size: 48px;
}

.banner-thoughts {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-thoughts.webp");
}
.banner-thoughts .head {
  font-size: 48px;
}

.banner-news {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-news.webp");
}
.banner-news .head {
  font-size: 48px;
}

.banner-grameen {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-grameen.webp");
}
.banner-grameen .head {
  font-size: 48px;
}

.banner-social {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-social.webp");
}
.banner-social .head {
  font-size: 48px;
}

.banner-jhotwara {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
  background-image: url("../img/banner-jhotwara.webp");
}
.banner-jhotwara .head {
  font-size: 48px;
}

.join-us-section .form-card,
.contact-section .form-card,
.birthday-card .form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
@media (max-width: 575.98px) {
  .join-us-section .form-card,
  .contact-section .form-card,
  .birthday-card .form-card {
    padding: 30px 20px;
    border-radius: 12px;
  }
}
.join-us-section .form-label,
.contact-section .form-label,
.birthday-card .form-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}
.join-us-section .form-control,
.join-us-section .form-select,
.contact-section .form-control,
.contact-section .form-select,
.birthday-card .form-control,
.birthday-card .form-select {
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #333333;
  background-color: #f9f9f9;
}
@media (max-width: 575.98px) {
  .join-us-section .form-control,
  .join-us-section .form-select,
  .contact-section .form-control,
  .contact-section .form-select,
  .birthday-card .form-control,
  .birthday-card .form-select {
    padding: 11px 14px;
    font-size: 16px;
  }
}
.join-us-section .form-control::placeholder,
.join-us-section .form-select::placeholder,
.contact-section .form-control::placeholder,
.contact-section .form-select::placeholder,
.birthday-card .form-control::placeholder,
.birthday-card .form-select::placeholder {
  color: #999999;
}
.join-us-section .form-control:hover,
.join-us-section .form-select:hover,
.contact-section .form-control:hover,
.contact-section .form-select:hover,
.birthday-card .form-control:hover,
.birthday-card .form-select:hover {
  border-color: #d0d0d0;
  background-color: #ffffff;
}
.join-us-section .form-control:focus,
.join-us-section .form-select:focus,
.contact-section .form-control:focus,
.contact-section .form-select:focus,
.birthday-card .form-control:focus,
.birthday-card .form-select:focus {
  outline: none;
  border-color: #f18b35;
  background-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(241, 139, 53, 0.1);
}
.join-us-section .form-control:disabled,
.join-us-section .form-select:disabled,
.contact-section .form-control:disabled,
.contact-section .form-select:disabled,
.birthday-card .form-control:disabled,
.birthday-card .form-select:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
  opacity: 0.6;
}
.join-us-section .form-select,
.contact-section .form-select,
.birthday-card .form-select {
  cursor: pointer;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}
.join-us-section textarea.form-control,
.contact-section textarea.form-control,
.birthday-card textarea.form-control {
  resize: vertical;
  min-height: 120px;
  font-size: 15px;
}
@media (max-width: 575.98px) {
  .join-us-section textarea.form-control,
  .contact-section textarea.form-control,
  .birthday-card textarea.form-control {
    min-height: 100px;
  }
}
.join-us-section textarea.form-control:focus,
.contact-section textarea.form-control:focus,
.birthday-card textarea.form-control:focus {
  min-height: 150px;
}
.join-us-section .btn-submit,
.contact-section .btn-submit,
.birthday-card .btn-submit {
  background: linear-gradient(135deg, #f18b35 0%, #e67e2e 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(241, 139, 53, 0.3);
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
}
@media (max-width: 575.98px) {
  .join-us-section .btn-submit,
  .contact-section .btn-submit,
  .birthday-card .btn-submit {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
  }
}
.join-us-section .btn-submit:hover,
.contact-section .btn-submit:hover,
.birthday-card .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(241, 139, 53, 0.4);
}
.join-us-section .btn-submit:active,
.contact-section .btn-submit:active,
.birthday-card .btn-submit:active {
  transform: translateY(0);
}
.join-us-section .btn-reset,
.contact-section .btn-reset,
.birthday-card .btn-reset {
  background: #f0f0f0;
  color: #333333;
  border: 2px solid #e0e0e0;
  padding: 14px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
}
@media (max-width: 575.98px) {
  .join-us-section .btn-reset,
  .contact-section .btn-reset,
  .birthday-card .btn-reset {
    padding: 12px 30px;
    font-size: 15px;
    width: 100%;
  }
}
.join-us-section .btn-reset:hover,
.contact-section .btn-reset:hover,
.birthday-card .btn-reset:hover {
  background: #e8e8e8;
  border-color: #d0d0d0;
}

.contact-section .contact-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 50px 20px 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
@media (max-width: 575.98px) {
  .contact-section .contact-info-card {
    padding: 30px 20px;
    border-radius: 12px;
  }
}
.contact-section .contact-info-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 575.98px) {
  .contact-section .contact-info-card h3 {
    font-size: 22px;
  }
}
.contact-section .contact-item .contact-item-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 575.98px) {
  .contact-section .contact-item .contact-item-title {
    font-size: 16px;
  }
}
.contact-section .contact-item .contact-item-title i {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .contact-section .contact-item .contact-item-title i {
    font-size: 18px;
  }
}
.contact-section .contact-item .contact-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
}
.contact-section .contact-item .contact-link:hover {
  color: #f18b35;
  border-bottom-color: #f18b35;
}

.social-campaigns-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}
.social-campaigns-section .campaign-tabs {
  border-bottom: 2px solid #e0e0e0;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .social-campaigns-section .campaign-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.social-campaigns-section .campaign-tabs .nav-item .campaign-tab-btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 12px 24px;
  border: none;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  color: #333333;
  background-color: transparent;
}
@media (max-width: 575.98px) {
  .social-campaigns-section .campaign-tabs .nav-item .campaign-tab-btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}
.social-campaigns-section .campaign-tabs .nav-item .campaign-tab-btn:hover {
  background-color: #f9f9f9;
  color: #f18b35;
}
.social-campaigns-section .campaign-tabs .nav-item .campaign-tab-btn.active {
  background-color: #f18b35;
  color: #ffffff;
  border-bottom: 2px solid #f18b35;
}
.social-campaigns-section .campaign-tab-content .tab-pane {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.social-campaigns-section .samvad-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
@media (max-width: 575.98px) {
  .social-campaigns-section .samvad-card {
    padding: 30px 20px;
  }
}
.social-campaigns-section .social-icons-wrapper h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .social-campaigns-section .social-icons-wrapper h5 {
    font-size: 16px;
  }
}
.social-campaigns-section .birthday-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}
@media (max-width: 575.98px) {
  .social-campaigns-section .birthday-card {
    padding: 30px 20px;
  }
}
.social-campaigns-section .birthday-card .form-card {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.social-campaigns-section .birthday-card .form-card p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.dept-sticky-nav {
  position: relative;
  z-index: 50;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .dept-sticky-nav {
    position: static;
    top: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.dept-sticky-nav.dept-sticky-active {
  position: fixed;
  top: 60px;
  left: 75px;
  right: 0;
  max-width: 200px;
  z-index: 100;
}
@media (max-width: 768px) {
  .dept-sticky-nav.dept-sticky-active {
    position: static;
    width: auto;
    max-width: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0.5rem 0;
    border-bottom: 2px solid #e9ecef;
  }
}

.dept-nav-vertical {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .dept-nav-vertical {
    flex-direction: row;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
  }
  .dept-nav-vertical::-webkit-scrollbar {
    height: 4px;
  }
  .dept-nav-vertical::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .dept-nav-vertical::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 2px;
  }
}
.dept-nav-vertical .dept-nav-item {
  position: relative;
  border-left: 3px solid #e9ecef;
  border-radius: 8px 0 0 8px;
  padding: 1rem 1.25rem;
  color: #666;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item {
    border-left: none;
    border-bottom: 3px solid #e9ecef;
    border-radius: 0;
    padding: 0.75rem 1rem;
    white-space: nowrap;
  }
}
.dept-nav-vertical .dept-nav-item .nav-indicator {
  width: 2px;
  height: 0;
  background: #667eea;
  transition: height 0.3s ease;
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item .nav-indicator {
    width: 0;
    height: 2px;
  }
}
.dept-nav-vertical .dept-nav-item:hover {
  border-left-color: #667eea;
  color: #667eea;
  background: rgba(102, 126, 234, 0.05);
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item:hover {
    border-left-color: transparent;
    border-bottom-color: #667eea;
  }
}
.dept-nav-vertical .dept-nav-item:hover .nav-indicator {
  height: 20px;
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item:hover .nav-indicator {
    width: 20px;
    height: 2px;
  }
}
.dept-nav-vertical .dept-nav-item.active {
  border-left-color: #667eea;
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
  font-weight: 600;
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item.active {
    border-left-color: transparent;
    border-bottom-color: #667eea;
  }
}
.dept-nav-vertical .dept-nav-item.active .nav-indicator {
  height: 24px;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}
@media (max-width: 768px) {
  .dept-nav-vertical .dept-nav-item.active .nav-indicator {
    width: 24px;
    height: 2px;
  }
}

.content-section {
  scroll-margin-top: 120px;
}

.news-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  overflow: hidden;
  border: 1px solid rgba(209, 209, 209, 0.8);
  transition: all 0.3s ease;
}
.news-card p {
  background: -webkit-linear-gradient(#fc8213, #1b8911);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-card img {
  height: 310px;
  border-radius: 0;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.news-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border-color: rgba(241, 139, 53, 0.3);
}
.news-card:hover img {
  transform: scale(1.08);
}

.about-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f18b35 0%, #1b8911 100%);
  border-radius: 2px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .about-divider {
    width: 60px;
  }
}

.about-text {
  text-align: justify;
}

.highlight {
  color: #000;
  font-weight: 600;
}

.tab-nav {
  border-bottom: 3px solid #e0e0e0;
}
.tab-nav .nav-item {
  margin: 0;
}
.tab-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  padding: 16px 32px;
  gap: 8px;
}
@media (max-width: 768px) {
  .tab-nav .nav-item .nav-link {
    padding: 12px 20px;
    font-size: 12px;
  }
}
.tab-nav .nav-item .nav-link:hover {
  color: #f18b35;
}
.tab-nav .nav-item .nav-link.active {
  color: #f18b35;
  font-weight: 700;
  position: relative;
}
.tab-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f18b35 0%, #e67e2e 100%);
}

.tab-content {
  margin-top: 40px;
}
.tab-content .tab-pane {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.achievements-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding-left: 15px;
  position: relative;
}
.achievements-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: linear-gradient(180deg, #f18b35 0%, #e67e2e 100%);
  border-radius: 2px;
}

.achievement-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.achievement-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.achievement-item h6 {
  font-weight: 600;
  color: #f18b35;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.achievement-item p {
  color: #333333;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
}

.jhotwara-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 3px solid #e0e0e0;
  gap: 0;
  padding-bottom: 0;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .jhotwara-tabs {
    -webkit-overflow-scrolling: touch;
  }
}
.jhotwara-tabs::-webkit-scrollbar {
  height: 4px;
}
.jhotwara-tabs::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
.jhotwara-tabs::-webkit-scrollbar-thumb {
  background: #f18b35;
  border-radius: 2px;
}
.jhotwara-tabs::-webkit-scrollbar-thumb:hover {
  background: #e67e2e;
}
.jhotwara-tabs .nav-item {
  margin: 0;
  flex-shrink: 0;
}
.jhotwara-tabs .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding: 12px 24px;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .jhotwara-tabs .nav-item .nav-link {
    padding: 10px 16px;
    font-size: 14px;
  }
}
.jhotwara-tabs .nav-item .nav-link:hover {
  color: #f18b35;
  background: rgba(241, 139, 53, 0.05);
  border-bottom-color: #f18b35;
}
.jhotwara-tabs .nav-item .nav-link.active {
  color: #f18b35;
  font-weight: 700;
  border-bottom-color: #f18b35;
  background: rgba(241, 139, 53, 0.08);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.gradient-text {
  background: linear-gradient(135deg, #f18b35 0%, #e67e2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.gradient-text-alt {
  background: linear-gradient(135deg, #f18b35 0%, #1b8911 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.gradient-text-white {
  background: linear-gradient(135deg, #f18b35 0%, #e67e2e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.jaipur-mahakhel-banner {
  background-image: url("../img/hero2.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0;
}
.jaipur-mahakhel-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.jaipur-mahakhel-banner .container {
  position: relative;
  z-index: 2;
}
.jaipur-mahakhel-banner .head {
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 8px 16px rgba(0, 0, 0, 0.3);
  letter-spacing: -1px;
}
@media (max-width: 575.98px) {
  .jaipur-mahakhel-banner .head {
    font-size: 32px;
  }
}

.jmk-intro {
  position: relative;
}
.jmk-intro .content-card {
  animation: slideUp 0.8s ease-out;
}
.jmk-intro .image-wrapper-fancy {
  position: relative;
  perspective: 1000px;
}
.jmk-intro .image-wrapper-fancy .image-wrapper-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(241, 139, 53, 0.15);
  transition: all 0.3s ease;
}
.jmk-intro .image-wrapper-fancy .image-wrapper-inner img {
  transition: transform 0.6s ease;
}
.jmk-intro .image-wrapper-fancy .image-wrapper-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(241, 139, 53, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.jmk-intro .image-wrapper-fancy:hover .image-wrapper-inner {
  box-shadow: 0 35px 80px rgba(241, 139, 53, 0.25);
}
.jmk-intro .image-wrapper-fancy:hover .image-wrapper-inner img {
  transform: scale(1.05);
}
.jmk-intro .image-wrapper-fancy:hover .image-wrapper-inner::after {
  opacity: 1;
}
.jmk-intro .stat-box {
  padding: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 100%);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.jmk-intro .stat-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(241, 139, 53, 0.15);
}
.jmk-intro .stat-box .stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #f18b35;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .jmk-intro .stat-box .stat-number {
    font-size: 32px;
  }
}
.jmk-intro .stat-box .stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.jmk-timeline .jmk-timeline-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .jmk-timeline .jmk-timeline-card {
    padding: 16px;
  }
}
.jmk-timeline .jmk-timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(241, 139, 53, 0.12);
  border-color: #f18b35;
}
.jmk-timeline .jmk-timeline-card .timeline-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: linear-gradient(135deg, #f18b35 0%, #e67e2e 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 2px 8px rgba(241, 139, 53, 0.2);
}
.jmk-timeline .jmk-timeline-card .timeline-badge.featured {
  background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
  animation: pulse-scale 2s ease-in-out infinite;
}
.jmk-timeline .jmk-timeline-card h4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .jmk-timeline .jmk-timeline-card h4 {
    font-size: 14px;
  }
}
.jmk-timeline .jmk-timeline-card .stats-list .stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.jmk-timeline .jmk-timeline-card .stats-list .stat-row:last-child {
  border-bottom: none;
}
.jmk-timeline .jmk-timeline-card .stats-list .stat-row .stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.jmk-timeline .jmk-timeline-card .stats-list .stat-row .stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f18b35;
}
.jmk-timeline .jmk-timeline-card.featured {
  border-color: #f18b35;
  background: linear-gradient(135deg, #ffffff 0%, rgba(241, 139, 53, 0.02) 100%);
}

.jmk-highlights-2023 {
  position: relative;
}
.jmk-highlights-2023 .highlight-bg-element {
  position: absolute;
  top: 0;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(241, 139, 53, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.jmk-highlights-2023 .highlight-card {
  transition: all 0.3s ease;
  animation: slideUp 0.6s ease-out;
}
.jmk-highlights-2023 .highlight-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 70px rgba(241, 139, 53, 0.15) !important;
  border-color: #f18b35 !important;
}
.jmk-highlights-2023 .highlight-card .highlight-icon {
  font-size: 48px;
  display: block;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.jmk-highlights-2023 .highlight-card:hover .highlight-icon {
  transform: scale(1.2) rotate(5deg);
}
.jmk-highlights-2023 .highlight-card .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 575.98px) {
  .jmk-highlights-2023 .highlight-card .card-title {
    font-size: 16px;
  }
}
.jmk-highlights-2023 .highlight-card .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
}

.jmk-development {
  position: relative;
}
.jmk-development .dev-bg-pattern {
  position: absolute;
  top: 0;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(27, 137, 17, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.jmk-development .image-wrapper-fancy-2 {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(241, 139, 53, 0.2);
  animation: slideUp 0.8s ease-out;
}
.jmk-development .image-wrapper-fancy-2 img {
  transition: transform 0.6s ease;
}
.jmk-development .image-wrapper-fancy-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(241, 139, 53, 0.15) 0%, transparent 60%);
  z-index: 1;
}
.jmk-development .image-wrapper-fancy-2:hover img {
  transform: scale(1.08);
}
.jmk-development .development-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .jmk-development .development-content h3 {
    font-size: 22px;
  }
}
.jmk-development .card {
  transition: all 0.3s ease;
}
.jmk-development .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(241, 139, 53, 0.12) !important;
}
.jmk-development .list-group-item {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}
.jmk-development .badge {
  flex-shrink: 0;
  margin-top: 3px;
}

.jmk-infrastructure .facility-card {
  transition: all 0.4s ease;
  animation: slideUp 0.6s ease-out;
}
.jmk-infrastructure .facility-card:hover {
  transform: translateY(-15px) rotateX(5deg);
  box-shadow: 0 30px 80px rgba(241, 139, 53, 0.15) !important;
  border-color: #f18b35 !important;
}
.jmk-infrastructure .facility-card .card-body {
  text-align: center;
}
.jmk-infrastructure .facility-card .facility-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease;
}
.jmk-infrastructure .facility-card:hover .facility-icon {
  transform: scale(1.25) rotateZ(5deg);
}
.jmk-infrastructure .facility-card .card-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 575.98px) {
  .jmk-infrastructure .facility-card .card-title {
    font-size: 16px;
  }
}
.jmk-infrastructure .facility-card .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.6;
}

.jmk-prizes {
  padding: 80px 0;
}
.jmk-prizes .prize-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .jmk-prizes .prize-card {
    padding: 16px;
  }
}
.jmk-prizes .prize-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(241, 139, 53, 0.12);
  border-color: #f18b35;
}
.jmk-prizes .prize-card h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f18b35;
}
@media (max-width: 575.98px) {
  .jmk-prizes .prize-card h5 {
    font-size: 14px;
  }
}
.jmk-prizes .prize-card .prize-label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 12px;
}
.jmk-prizes .prize-card .prize-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.jmk-prizes .prize-card .prize-entry:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.jmk-prizes .prize-card .prize-entry .prize-value {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #f18b35;
  font-weight: 700;
}
.jmk-prizes .prize-card.featured {
  background: linear-gradient(135deg, #ffffff 0%, rgba(241, 139, 53, 0.03) 100%);
  border: 2px solid #f18b35;
}
.jmk-prizes .prize-card.featured h5 {
  color: #1b8911;
  border-bottom-color: #1b8911;
}
.jmk-prizes .prize-card.featured .prize-entry .prize-value {
  color: #1b8911;
}

.jmk-page h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .jmk-page h1 {
    font-size: 36px;
  }
}
.jmk-page h2 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .jmk-page h2 {
    font-size: 28px;
  }
}
.jmk-page h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .jmk-page h3 {
    font-size: 22px;
  }
}
.jmk-page h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .jmk-page h4 {
    font-size: 18px;
  }
}
.jmk-page h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 0.5rem;
}
.jmk-page p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  line-height: 28px;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .jmk-page p {
    font-size: 15px;
    line-height: 26px;
  }
}
.jmk-page p.lead {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 30px;
}
.jmk-page ul li {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 26px;
  margin-bottom: 0.5rem;
}
.jmk-page ul li strong {
  color: #1a1a1a;
  font-weight: 600;
}
.jmk-page img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.jmk-page .section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
  margin: 2rem 0;
}
.jmk-page .stat-item {
  text-align: center;
  padding: 1.5rem;
}
.jmk-page .stat-item .stat-number {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #f18b35;
  margin-bottom: 0.5rem;
}
.jmk-page .stat-item .stat-label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}

.jmk-intro .vision-text {
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.jmk-timeline .year-section {
  margin-bottom: 2rem;
}
.jmk-timeline .year-section h4 {
  color: #1b8911;
  border-bottom: 2px solid #f18b35;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.jmk-highlights .highlight-item h4 {
  color: #f18b35;
  margin-bottom: 0.75rem;
}
.jmk-highlights .highlight-item p {
  color: #666;
}

.jmk-development .training-item {
  padding-left: 1rem;
  border-left: 3px solid #f18b35;
}
.jmk-development .training-item li {
  list-style: none;
}

.jmk-infrastructure .facility-item {
  padding: 1.5rem 0;
}
.jmk-infrastructure .facility-item h5 {
  color: #1b8911;
  margin-bottom: 0.75rem;
}

.jmk-prizes .prize-category {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}
.jmk-prizes .prize-category h5 {
  color: #1b8911;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}
.jmk-prizes .prize-category li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.jmk-prizes .prize-category li strong {
  color: #1a1a1a;
}
.jmk-prizes .prize-category.featured {
  background: linear-gradient(135deg, #f0fdf4 0%, #f9fdf7 100%);
  border-left: 4px solid #1b8911;
}

.rsrframe {
  height: 390px !important;
  max-height: 390px !important;
  background: rgb(21, 32, 43) !important;
  border-radius: 8px !important;
  overflow: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 transparent;
}
.rsrframe::-webkit-scrollbar {
  width: 10px;
}
.rsrframe::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.rsrframe::-webkit-scrollbar-thumb {
  background: #c0c0c0;
  border-radius: 5px;
}
.rsrframe::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}