/*  ------------------ About page -----------------------------  */
/* Hero Section - Exact same look */
.hero {
  position: relative;
  height: 220px;
  background: url('../images/about/about.png') center/cover no-repeat;
  color: white;
}

.schemes-services {
  position: relative;
  height: 220px;
  background: url('../images/about/schemes_services.png') center/cover no-repeat;
  color: white;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding-top: 40px;
  padding-left: 100px;
  font-size: 15px;
}

.breadcrumb-item a {
  color: #852c09;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
  font-weight: 500;
}

/* Page Title */
.page-title {
  position: absolute;
  left: 112px;
  top: 37%;
  transform: translateY(-50%);
  font-size: 27px;
  font-weight: 800;
  color: #852c09;
  margin: 0;
}

.ulli_dd {
  background-color: #C9724F !important;
}

/* Submenu Bar - Exact pill shape & overlap */
.submenu-bar {
  border: 2px solid white;
  background-color: #C9724F;
  border-radius: 10px;
  padding: 5px 0;
  margin-top: -20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.submenu-bar .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 1px 22px !important;
  border-radius: 30px;
  transition: 0.3s;
}

.submenu-bar .nav-link:hover,
.submenu-bar .nav-link.active {
  background-color: rgba(255, 255, 255, 0.25);
  color: white !important;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .page-title {
    left: 30px;
    font-size: 42px;
  }

  .breadcrumb {
    padding-left: 30px;
  }

  .submenu-bar .nav-link {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .hero {
    height: 170px;
  }

  .page-title {
    top: 55%;
    font-size: 28px;
    left: 42px;
  }

  .submenu-bar {
    margin-top: -50px;
  }
}

.about_ba {
  z-index: 99;
  position: sticky;
  top: 36px;
}

/* Active state ko thoda zyada prominent bana dete hain */
.submenu-bar .nav-link.active {
  background-color: rgba(255, 255, 255, 0.35) !important;
  font-weight: 600;
  border-radius: 30px;
}

/* Hover aur active dono ke liye smooth feel */
.submenu-bar .nav-link {
  transition: all 0.3s ease !important;
}

.bout_sectory {
  position: sticky;
  top: 237px;
}

.about_justyfy p {
  text-align: justify;
}

.about_text_bg {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 6px;
}

.ulli {
  padding-left: 20px;
}



/* Submenu Bar - Exact pill shape & overlap */
/* Main Tab Navigation Styling */
.nav-tabs1 .nav-item1 {
  padding: 4px 10px 4px 11px;
  background-color: #ffffff00;
}

/* -------------- our team ---------------- */
.my-card {
  position: absolute;
  left: 29%;
  top: -51px;
  border-radius: 50%;
  border: 0px;
}

.ourteam_bg {
  background-color: #f8f9fa;
}

.img_ourteam {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.card_top {
  margin-top: 80px;
}

.card_shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12);
  border: 0px;
}

.vertical-divider {
  width: 2px;
  height: 70px;
  /* Adjust according to card height */
  background: linear-gradient(to bottom, #007bff, #28a745);
  border-radius: 10px;
  margin-top: 0px;
}

/* Dotted Vertical Line */
.vertical-divider.dotted {
  background: transparent;
  border-left: 3px dotted #007bff;
}

/* Dashed Vertical Line */
.vertical-divider.dashed {
  background: transparent;
  border-left: 3px dashed #007bff;
}

/* Animated Vertical Line */
.vertical-divider.animated {
  background: linear-gradient(to bottom, transparent, #007bff, transparent);
  animation: verticalSlide 2s ease-in-out infinite;
}

@keyframes verticalSlide {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }
}

.our-team-list-header {
  background-color: #f7d5cc;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 32px;
}

.table_header_bg {
  background-color: #f5e8e4;
}

.out_table_img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
}

.icon_size {
  width: 18px;
  height: 18px;
}

.sai_l {
  width: 110px;
  height: 110px;
}

/*  ------------------ Schemes Services page -----------------------------  */
.offering {
  position: relative;
  height: 220px;
  background: url('../images/about/schemes_services.png') center/cover no-repeat;
  color: white;
}


.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0rem;
  color: #852c09;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0rem;
}

/*  ------------------ Documentss page -----------------------------  */
.document {
  position: relative;
  height: 220px;
  background: url('../images/about/document.png') center/cover no-repeat;
  color: white;
}

/*  ------------------ Media page -----------------------------  */
.media {
  position: relative;
  height: 220px;
  background: url('../images/about/media.png') center/cover no-repeat;
  color: white;
}

/*  ------------------ Contact page -----------------------------  */
.contact {
  position: relative;
  height: 220px;
  background: url('../images/about/contact.png') center/cover no-repeat;
  color: white;
}

.sport-column {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}

.letter {
  font-size: 3rem;
  font-weight: bold;
  color: #343a40;
  margin-bottom: 15px;
}

.sport-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sport-list li {
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.sport-list li a {
  display: block;
  padding: 0px 15px;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Hover Effect */
.sport-list li a:hover {
  background-color: #d5edff;
  color: #1976d2;
  transform: translateX(8px);
  font-weight: 500;
}

/* Click ripple effect (optional extra cool) */
.sport-list li a:active {
  padding-left: 10px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .letter {
    font-size: 2.2rem;
  }

  .sport-list li a {
    padding: 12px 10px;
    font-size: 1rem;
  }

  .sport-list li a:hover {
    transform: translateX(5px);
  }
}

.sport-list li a .arrow img {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

/* Arrow ko text ke end mein perfectly right side pe le jao */
.sport-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Arrow ko hide rakho by default */
.sport_hide {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-left: 10px;
  /* Text aur arrow ke beech thodi space */
}

/* Hover pe sirf jiske paas arrow hai usme dikhao */
.sport-list li a:hover .sport_hide {
  display: block;
  opacity: 1;
}

/* Optional: Hover pe arrow ko thoda aage slide karo (bohot premium feel deta hai) */
.sport-list li a:hover .sport_hide {
  transform: translateX(6px);
}

.sport-list li a .arrow img {
  width: 20px;
  height: 20px;
}

.scroll-menu {
  overflow: hidden;
  padding: 10px 50px;
  /* Arrows ke liye space */
}

.scrollbar {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}

.nav-list {
  display: flex;
  gap: 20px;
  /* Links ke beech spacing */
  padding: 10px 0;
}

/* Arrows Styling */
.arrow11 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}

.arrow11 img {
  width: 20px;
  height: 20px;
}

.modal-header {
  padding: .3rem 1rem;
}

.announcementbox {
  border-radius: 8px;
  border: 1px solid #ebeaea;
  background: #fff;
  padding: 5px 2px;
  margin-bottom: 6px;
}

.download-btn {
  padding: 4px 7px;
  gap: 8px;
  /* background: #d2dfff; */
  border-radius: 4px;
  color: #162f6a;
  font-size: .7rem !important;
}

.related_l {
  width: 15px;
}


.img-wrapper {
  overflow: hidden;
  /* This hides the overflow on zoom */
  height: 220px;
  /* Match your fixed height */
}

.card-img-top {
  transition: all 0.35s ease;
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.15);
}

.profile-img {
  width: 90px;
  height: 90px;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.top-img {
  width: 90px;
  height: 90px;
}

.line {
  width: 2px;
  background: #ffc107;
  margin: 0 auto;
}

.horizontal-line {
  height: 2px;
  background: #ffc107;
  width: 76%;
}

.title {
  font-size: 12px !important;
  color: #155724;
  font-weight: 500;
}

.name {
  font-size: 14px !important;
  font-weight: bold;
  color: #222;
}

.designation {
  font-size: 12px !important;
  color: #155724;
  font-weight: 500;
}

/* .card {
      border: none;
      background: transparent;
    } */


/* ------------------------------photo---------------------------*/


.demo-gallery>ul {
  margin-bottom: 0;
}

.demo-gallery>ul>li {
  float: left;
  margin-bottom: 10px;
  margin-right: 0px;
  width: 200px;
}

.demo-gallery>ul>li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery>ul>li a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 137px;
  width: 100%;
}

.demo-gallery>ul>li a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
  opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark>ul>li a {
  border: 3px solid #04070a;
}

.home .demo-gallery {
  padding-bottom: 80px;
}



.nav-pills-custom .nav-link {
  color: #484545;
  background: #eaffef;
  ;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #0c4a8d;
  background: #f1dcd6;
}




.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.tab_bgcolor {
  background-color: #f1dcd6;
}



.trophy_bannerinner {
  position: relative;
  height: 220px;
  background: url('../images/about/traphy.png') center/cover no-repeat;
  color: white;
}

.trophy_wh {
  height: 159px;
}









.trophy-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 240px;
}

.trophy-wrapper {
  background-color: #edede7;
  width: 100%;
  height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trophy-wrapper345 {
  background-color: #edede7;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trophy-img {
  padding: 10px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.trophy-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.trophy-item:hover {
  opacity: 0.9;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

textarea {
  resize: none;
}

.feedback_bg {
  background-color: #f5f7f4;
  padding: 30px;

}


.topstories_inner {
  position: relative;
  height: 220px;
  background: url('../images/about/topstories.png') center/cover no-repeat;
  color: white;
}

.icon_width20 {
  width: 20px;
}


.youtube-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  /* or your desired width */
  aspect-ratio: 16 / 9;
  /* Keeps perfect YouTube ratio */
}

.youtube-cover {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play-button-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}

.play-icon {
  opacity: .5;
  width: 55px;
  height: 55px;
  background: #ff0000;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid white;
  margin-left: 5px;
}

/* Make iframe take full space when shown */
.youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Your stylesheet mein add karo */
.bottom-center-overlay {
  position: absolute;
  bottom: 10px;
  /* adjust kar sakte ho */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  /* optional, image ke upar rehne ke liye */
}

.img_icon {
  bottom: 0px;
  right: 0px;
  transform: translateX(-8%);
  width: 48px;
  height: 48px;
  /* opacity: 0.6; */
  background-color: white;
  border-radius: 6px;
}

.photo_icon {
  width: 30px !important;
}

.photo_gall{
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-30%, -26%);
    background-color: white;
    border-radius: 6px;
    padding: 2px;
}

@media (max-width: 500px) {
    .demo-gallery>ul>li a>img {
        -webkit-transition: -webkit-transform 0.15s ease 0s;
        -moz-transition: -moz-transform 0.15s ease 0s;
        -o-transition: -o-transform 0.15s ease 0s;
        transition: transform 0.15s ease 0s;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        height: 234px;
        width: 100%;
    }
  .breadcrumb {
    padding-top: 14px;
    padding-left: 100px;
    font-size: 15px;
    padding: 0.15rem 1.6rem;
    margin-bottom: 0rem 0px;
  }

  .page-title {
    top: 48%;
    font-size: 19px;
    left: 42px;
  }

  .media {
    position: relative;
    height: 84px;
    background: url(../images/about/media.png) center / cover no-repeat;
    color: white;
  }

  .submenu-bar .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 1px 9px !important;
    border-radius: 30px;
    transition: 0.3s;
  }

  .nav-tabs1 .nav-item1 {
    padding: 3px 0px 3px 0px;
    background-color: #ffffff00;
  }

  .submenu-bar {
    margin-top: -20px;
  }

.demo-gallery>ul>li {
        float: left;
        margin-bottom: 10px;
        margin-right: 0px;
        width: 375px;
    }
}

.dt-length label {
  display: none;
}

.archive_banner {
  position: relative;
  height: 220px;
  background: url('../images/about/traphy.png') center/cover no-repeat;
  color: white;
}

.table_scroll {
  overflow-x: auto;
}

.mod_poi {
  cursor: pointer;
}