:root {
  /*--blue1: #1a2d4d;
  --blue2: #254a83;
  --blue3: #2857a5;
  --blue4: #296bcc;
  --blue5: #3281de;
  --blue6: #479cea;
  --blue7: #6ab9f0;
  --blue8: #9ad2f6;
  --blue9: #c3e3fa;
  --blue10: #ddeefc;
  --blue11: #f0f8fe;*/

  --blue1: #1a2d4d;
  --blue2: #30425e;
  --blue3: #475770;
  --blue4: #5e6c82;
  --blue5: #758194;
  --blue6: #8c96a6;
  --blue7: #a3abb7;
  --blue8: #bac0c9;
  --blue9: #d1d5db;
  --blue10: #e8eaed;
  --blue11: #f0f8fe;

  --blue12: #1a2d4d;
  --blue13: #172845;
  --blue12: #14243d;
  --blue13: #121f35;
  --blue14: #0f1b2e;
  --blue15: #0d1626;
  --blue16: #0a121e;
  --blue17: #070d17;
  --blue18: #05080f;
  --blue19: #020407;

  /*--green1: #1e290a;
  --green2: #3c4c1b;
  --green3: #47591b;
  --green4: #57701b;
  --green5: #72921e;
  --green6: #94b82a;
  --green7: #aace37;
  --green8: #c9e274;
  --green9: #e0efa7;
  --green10: #eff7d0;
  --green11: #f8fbea;*/

  --green1: #aace36;
  --green2: #b2d24a;
  --green3: #bbd75e;
  --green4: #c3dc72;
  --green5: #cce186;
  --green6: #d4e69a;
  --green7: #ddebae;
  --green8: #e5f0c2;
  --green9: #eef5d6;
  --green10: #f6faea;

  --green11: #99b930;
  --green12: #88a42b;
  --green13: #769025;
  --green14: #667b20;
  --green15: #55671b;
  --green16: #445215;
  --green17: #333d10;
  --green18: #21290a;
  --green19: #101405;

  --brown1: #322116;
  --brown2: #583f2b;
  --brown3: #66492d;
  --brown4: #79592f;
  --brown5: #967538;
  --brown6: #b79846;
  --brown7: #bea551;
  --brown8: #cebd76;
  --brown9: #e0d7a8;
  --brown10: #efebd2;
  --brown11: #f8f7ee;
  --brown12: #fbfbf6;

  --gray1: #000000;
  --gray2: #101010;
  --gray3: #202020;
  --gray4: #404040;
  --gray5: #606060;
  --gray6: #808080;
  --gray7: #a0a0a0;
  --gray8: #c0c0c0;
  --gray9: #e0e0e0;
  --gray10: #f9f9f9;
  --gray11: #fcfcfc;

  --gradient-direction: 90deg;
}

.site-margin {
  max-width: 1640px;
}
.site-margin-2 {
  max-width: 1360px;
}
.site-margin-auto {
  margin: 0 auto;
}
a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style-type: none;
}
.mobile-menu {
  display: none;
}
.header-menu {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 99;
}
.logo {
  width: 200px;
}
.header-menu .container-fluid {
  height: 100%;
}
.nav-mobile-menu-button {
  display: none;
}
.header-menu .navbar-collapse {
  height: 100%;
}
.header-menu .navbar-nav {
  height: 100%;
}
.navbar-nav-1 {
  margin: 0 auto;
}
.navbar-nav-2 {
  width: 200px;
  justify-content: end;
}
.header-menu .navbar-nav .nav-link {
  height: 100%;
  display: inline-flex;
  width: max-content;
  align-items: center;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1a2d4d;
}
.header-menu .navbar-nav-1 .nav-item {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 0%;
  transition: 0.1s ease-in-out;
}
.header-menu .navbar-nav-1 .nav-item:hover {
  background-size: 100% 100%;
}
.overlay-3 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #00000067 0%, transparent 50%);
  z-index: 1;
}
.hover-menu .site-margin-2 {
  position: relative;
  z-index: 2;
}
.hover-menu {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  /*background-color: #ffffff;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.header-menu .navbar-nav .nav-item:hover .hover-menu {
  height: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hm-menu {
  padding: 0px;
  margin: 0px;
}
.hm-menu li {
  margin-bottom: 5px;
}
.hm-menu li a {
  display: inline-flex;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  padding: 10px 10px;
  background: linear-gradient(to right, var(--blue3) 0%, var(--blue3) 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  background-color: #00000054;
}
.hm-menu li a:hover {
  padding: 10px 15px;
  color: #ffffff;
  background-size: 100% 100%;
}
.hm-menu li a svg {
  margin-left: auto;
  margin-right: 20px;
  width: 20px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: #ffffff;
}
.hm-menu li a:hover svg {
  opacity: 1;
  margin-right: 5px;
  color: #ffffff;
}
.hm-right {
  display: inline-flex;
  gap: 20px;
}
.hm-card {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  transition: 0.3s ease-in-out;
}
.hm-card:hover {
  background-color: #f1f1f1;
}
.hm-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.hm-card span {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.hm-card .t-black-16 {
  width: 95%;
}
.hm-card-title {
  margin-bottom: 15px;
}
.hm-card span svg {
  margin-left: auto;
  width: 20px;
  color: #000000;
}
.hm-card-bottom {
  padding: 30px 20px;
}
.hm-minister-card {
  margin-left: auto;
  width: 50%;
  height: 100%;
  background-color: #00000049;
  transition: 0.3s ease-in-out;
  padding: 15px;
}
.hm-minister-card .img-box {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.hm-minister-card img {
  width: 250px;
  height: 250px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.218) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}
.hm-minister-bottom {
  justify-content: center;
  display: flex;
  gap: 15px;
}
/*slider*/
.slider-container {
  position: relative;
  width: 100vw;
  height: 80vh;
  cursor: grab;
  background-color: #f5f5f5;
  margin-top: 80px;
}
.slider-container:active {
  cursor: grabbing;
}
.slider {
  display: flex;
  width: 100%;
  height: 100%;
}
.slide {
  min-width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    var(--gradient-direction, 180deg),
    rgba(0, 0, 0, 0.843) 0,
    transparent 100%
  );
}
.slide-content {
  max-width: 40%;
  z-index: 2;
  transition: transform 0.5s ease;
  position: relative;
}

.slide-title {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.slide-text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}

.slide-buttons {
  display: flex;
  gap: 15px;
}

.slider-btn-group {
  position: relative;
  margin: 0 auto;
  display: inline-flex;
  align-items: end;
  justify-content: start;
}
.slider-btn {
  transform: translateY(-50%);
  background-color: transparent;
  color: black;
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  border: solid 1px #ffffff;
}
.slider-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.slider-btn svg {
  width: 18px;
  color: #ffffff;
}
.prev-btn {
  margin-right: 20px;
}

.next-btn {
  left: 70px;
}
.slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
}
.dot {
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #fff;
}
.dot:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.banner-1 {
  padding: 50px 0px;
  background-color: var(--blue2);
}
.minister-fixed-card {
  position: absolute;
  top: -50px;
  right: calc(var(--bs-gutter-x) * 0.5);
  transform: translateY(-50%);
  width: 380px;
  background: #fafafa;
  padding: 40px 30px;
  z-index: 20;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.minister-fixed-card:hover {
  transform: translateY(-50%) scale(1.03);
}
.card-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #ffffff;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.146) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.1) 0px 18px 36px -18px inset;
}
.card-image-container {
  position: relative;
}
.card-name {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.card-position {
  font-size: 18px;
  color: #777;
  margin-bottom: 15px;
}
.card-social {
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}
.card-social a {
  color: #6c757d;
  transition: color 0.3s ease;
}
.card-social svg {
  width: 16px;
}
.card-social a:hover {
  color: #000000;
}
.card-message-section {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.card-message {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 10px;
}
.card-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.card-links a.secondary {
  background: #ffe8d1;
}

#announcementCarousel {
  --f-carousel-slide-height: 100%;
  --f-carousel-spacing: 10px;
  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 1);
  padding-left: 100px;
  --f-progressbar-height: "0px";
  --f-arrow-color: #475569;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
}

#announcementCarousel .f-carousel-slide {
  width: 100%;
}
#announcementCarousel .f-carousel__slide {
  height: 100px;
  padding: 0px 30px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  z-index: 2;
}
#announcementCarousel .f-carousel__slide a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  color: var(--brown1);
}
.announcement-content-box {
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 15px;
}
.announcement-content-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.announcement-content-box span svg {
  color: #ffffff;
}
.announcement-content-box .t-black-22-bold {
  margin-bottom: 5px;
}
.announcement-content-box span svg {
  margin-right: 15px;
}
.announcement-image-box {
  position: absolute;
  left: 100px;
  top: 50%;
  height: 100%;
  width: 70px;
  transform: translate(-50%, -50%);
  border-right: solid 1px #ffffff;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  z-index: 3;
  background-color: var(--blue2);
}
.announcement-image {
  width: 60px;
}
.banner-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(
    to top right,
    var(--green10) 50%,
    var(--blue10) 50%
  );
}
.calendar-top {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.print-publication {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.publication-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background-color: #ffffff27;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  backdrop-filter: blur(2px);
}
.publication-top {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.publication-box img {
  height: 500px;
  width: 50%;
  object-fit: cover;
}
.publication-box-content {
  padding: 15px;
}
.publication-box-content a {
  margin-top: 20px;
}
.banner-3 {
  height: 500px;
  position: relative;
  background-repeat: repeat;
  background-size: 100px;
  background-attachment: fixed;
  padding: 50px 0px;
}
@supports (-webkit-touch-callout: none) {
  .banner-3 {
    background-attachment: scroll;
    position: relative;
  }
}
.banner-3-box {
  z-index: 2;
  position: relative;
}
.overlay-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: var(--blue10);
  mix-blend-mode: multiply;
  z-index: 1;
}

#documentCarousel {
  --f-carousel-slide-height: 100%;
  --f-carousel-spacing: 10px;
  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 6);
  --f-arrow-pos: 10px;

  --f-arrow-width: 38px;
  --f-arrow-height: 38px;

  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;

  --f-arrow-color: #000000;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
}

#documentCarousel .f-carousel-slide {
  width: 100%;
}
#documentCarousel .f-carousel__slide a {
  height: 100%;
}
#documentCarousel .f-carousel__slide {
  height: 300px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#documentCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s ease-in-out;
}

.banner-4 {
  padding: 50px 0px;
  background: linear-gradient(
    to top left,
    var(--blue10) 50%,
    var(--green10) 50%
  );
}
.b-4-top {
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}
.new-box {
  width: 100%;
  position: relative;
  border: solid 1px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
}
.new-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.new-box-content {
  width: 100%;
  padding: 30px;
}
.new-box-content span {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.new-box-content span svg {
  margin-left: auto;
  width: 20px;
  color: #000000;
}
.new-box-content a {
  margin-top: 30px;
}

.banner-5 {
  background-color: var(--blue2);
  padding: 50px 0px;
}
.count-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  gap: 20px;
}
.counter-box {
  width: 200px;
}
.count-box svg {
  height: 60px;
  color: var(--green1);
}

.banner-6 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

#galleryCarousel {
  --f-arrow-pos: 10px;
  --f-arrow-bg: rgba(255, 255, 255, 0.75);
  --f-arrow-hover-bg: rgba(255, 255, 255, 1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 50%;

  height: 400px;
}

#galleryCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#galleryCarousel img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#videoCarousel {
  --f-arrow-pos: 10px;
  --f-arrow-bg: rgba(255, 255, 255, 0.75);
  --f-arrow-hover-bg: rgba(255, 255, 255, 1);
  --f-arrow-color: #333;
  --f-arrow-width: 40px;
  --f-arrow-height: 40px;
  --f-arrow-svg-width: 20px;
  --f-arrow-svg-height: 20px;
  --f-arrow-svg-stroke-width: 2px;
  --f-arrow-border-radius: 50%;

  height: 400px;
}

#videoCarousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#videoCarousel img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-7 {
  background-color: var(--blue8);
  padding-top: 30px;
  padding-bottom: 30px;
}
.referance-carousel-box {
  padding: 0px;
}
#referanceCarousel {
  --f-carousel-slide-height: 100%;
  --f-carousel-spacing: 10px;

  --f-carousel-gap: 8px;
  --f-carousel-slide-width: calc((100% - 16px) / 6);
  --f-arrow-pos: 10px;

  --f-arrow-width: 38px;
  --f-arrow-height: 38px;

  --f-arrow-svg-width: 16px;
  --f-arrow-svg-height: 16px;
  --f-arrow-svg-stroke-width: 2.5;

  --f-arrow-color: #475569;
  --f-arrow-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);

  --f-arrow-border-radius: 50%;
  --f-arrow-bg: #fff;
  --f-arrow-hover-bg: #f9f9f9;
  --f-arrow-active-bg: #f0f0f0;
}

#referanceCarousel .f-carousel-slide {
  width: 100%;
}
#referanceCarousel .f-carousel__slide {
  height: 150px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#referanceCarousel .f-carousel__slide img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 10px;
}
#referanceCarousel .f-carousel__slide:hover img {
  transform: scale(1.1);
}

.footer {
  background-color: var(--blue10);
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-logo {
  width: 200px;
}
.f-t-right {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.footer-social-media {
  margin-left: auto;
  display: inline-flex;
  margin: 0px;
  padding: 0px;
}
.footer-social-media li {
  margin-left: 15px;
}
.footer-social-media li a {
  color: #ffffff !important;
  background-color: var(--blue1);
  transition: 0.3s ease-in-out;
  padding: 6px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social-media li a svg {
  width: 22px;
  transition: 0.3s ease-in-out;
}
.footer-center {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-menu {
  padding: 0px;
  margin: 0px;
}
.footer-menu li {
  margin-bottom: 10px;
}
.f-b-left {
  display: inline-flex;
  align-items: center;
}
.f-b-right {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.f-b-right img {
  width: 60px;
}

.page-banner {
  height: 350px;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.page-banner-box {
  position: relative;
  height: 100%;
  z-index: 2;
}
.page-banner-box .row {
  height: 100%;
}
.page-banner-box .row .col-md-12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-banner-boottom {
  width: 100%;
  text-align: center;
}
.page-banner-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  margin-top: 30px;
}

.page-banner-link a {
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
}

.overlay-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    var(--gradient-direction, 180deg),
    rgba(0, 0, 0, 0.253) 0,
    transparent 100%
  );
  z-index: 1;
}

.banner-8 {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.b-8-left .t-black-24 {
  border-bottom: solid 1px #f5f5f5;
}
.content-menu {
  background-color: var(--gray11);
  padding: 10px;
  margin: 0px;
  width: 100%;
}
.content-menu li {
  margin-bottom: 0px;
}
.content-menu li a {
  display: inline-flex;
  width: 100%;
  padding: 8px 0px;
  transition: 0.3s ease-in-out;
  color: var(--blue1);
  background: linear-gradient(to right, var(--blue3) 0%, var(--blue3) 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
}
.content-menu li a.active {
  padding: 8px 10px;
  color: #ffffff !important;
  background-size: 100% 100%;
}
.content-menu li a:hover {
  padding: 8px 10px;
  color: #ffffff !important;
  background-size: 100% 100%;
}
.content-menu li a svg {
  margin-left: auto;
  margin-right: 20px;
  width: 20px;
  opacity: 1;
  transition: 0.3s ease-in-out;
  color: var(--green6);
}
.content-menu li a.active svg {
  color: #ffffff;
  margin-right: 5px;
}
.content-menu li a:hover svg {
  opacity: 1;
  margin-right: 5px;
  color: #ffffff;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: var(--brown12);
}
.accordion-button {
  font-family: "Hind Siliguri", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.accordion-body {
  padding: 0px;
}
.side-bar {
  position: sticky;
  top: 90px;
}
.b-8-right {
  padding: 0px 20px;
}
.content-1 .new-box {
  margin-bottom: 20px;
  background-color: #fafafa;
}
.content-1 .new-box img {
  height: 150px;
}
.content-1 .new-box-content a {
  margin-top: 15px;
}
.content-1 .new-box-content {
  padding: 15px;
}
.content-2 img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.establishment-box {
  border: solid 1px #f9f9f9;
  padding: 15px;
  display: block;
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
}
.establishment-box:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.establishment-box img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.establishment-title {
  font-size: 20px;
  font-weight: 500;
}
.establishment-time {
  font-style: italic;
}

.member-box {
  border: solid 1px #f9f9f9;
  padding: 15px;
  display: block;
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
}
.member-box img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.member-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue3);
  text-align: center;
}
.member-box:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.content-5 {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
.management-box {
  border: solid 1px #f9f9f9;
  padding: 15px;
  display: block;
  width: 100%;
  height: 400px;
  color: #000000;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s ease-in-out;
}
.management-box img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.management-title {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  margin-top: 20px;
  text-align: center;
  font-style: italic;
}
.management-content {
}
.management-title-2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--green5);
  margin-top: 20px;
  text-align: center;
}
.management-box:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.support-box {
  width: 100%;
  height: 100px;
  display: inline-flex;
  align-items: center;
  color: var(--blue3);
  background-color: #f8f8f8;
  padding: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}

.support-box:hover {
  box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
  background-color: #ffffff;
}

.content-gallery-box {
  width: 100%;
  height: 250px;
  display: block;
  margin-bottom: 20px;
}
.content-gallery-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.organizasyon-semasi {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.organizasyon-semasi ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.organizasyon-semasi li {
  position: relative;
  padding: 20px 10px 0;
}

.organizasyon-semasi li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background-color: #ccc;
}

.organizasyon-semasi > ul > li::before {
  display: none;
}

.organizasyon-semasi li > ul {
  margin-top: 20px;
}

.organizasyon-semasi li > ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
}

.organizasyon-semasi .pozisyon {
  border: 1px solid #ccc;
  padding: 10px 20px;
  height: 100px;
  width: 250px;
  border-radius: 5px;
  background-color: #f9f9f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue3);
  font-weight: 400;
}

.grup-3 {
  flex-basis: 33.333%;
  box-sizing: border-box;
}

.grup-3 .pozisyon {
  width: 250px;
  margin: 0 auto;
}
.banner-9 {
  margin-top: 50px;
}
.contact-form {
  padding: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.form-control:hover {
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.form-control:focus {
  background-color: var(--blue10);
  border-color: var(--gray10);
  box-shadow: none;
  color: var(--blue1);
}
.form-control {
  border-radius: 5px;
  color: var(--blue1);
}
.form-control::placeholder {
  color: #393939;
  font-weight: 300;
}
.contact-box {
  width: 100%;
  height: 120px;
  background-color: #fbfbfb;
  border: solid 1px #f8fbea;
  display: inline-flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
}
.contact-box svg {
  width: 40px;
  color: var(--blue2);
}
.contact-box span {
  margin-left: 15px;
}
.contact-map iframe {
  height: 400px;
  width: 100%;
}

.announcement-box {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 5px;
  border: solid 1px #d4d4d4;
  width: 100%;
  color: var(--blue1);
  padding: 10px 10px;
  transition: 0.3s ease-in-out;
}
.announcement-box:hover {
  background-color: var(--green11);
}
.announcement-box svg {
  width: 24px;
  color: var(--blue1);
}
.announcement-title {
  margin-bottom: 0px;
}
.announcement-date {
  margin-bottom: 0px;
  margin-left: auto;
}
.document-box {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.document-box img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.management-profile {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .management-profile {
    flex-direction: row;
  }
}

.profile-image {
  flex: 0 0 35%;
  position: relative;
  overflow: hidden;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.profile-info {
  flex: 1;
  padding: 30px;
}

.profile-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.profile-name {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.profile-title {
  font-size: 1.3rem;
  color: #3498db;
  font-weight: 500;
  margin-bottom: 10px;
}

.profile-company {
  font-size: 1.1rem;
  color: #7f8c8d;
  font-weight: 500;
}

.profile-details {
  margin-bottom: 25px;
}

.detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.detail-icon {
  width: 40px;
  height: 40px;
  background: #f1f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #3498db;
}
.detail-icon svg {
  width: 20px;
}
.detail-content {
  flex: 1;
}

.detail-label {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-bottom: 3px;
}

.detail-value {
  font-size: 1rem;
  color: #2c3e50;
  font-weight: 500;
}

.profile-bio {
  margin-top: 25px;
}

.bio-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.bio-content {
  line-height: 1.8;
  color: #555;
}

.contact-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #3498db;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.contact-link.mail {
  background: #e74c3c;
}

.contact-link.website {
  background: #2ecc71;
}

.back-link {
  display: inline-flex;
  align-items: center;
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.back-link:hover {
  color: #2980b9;
  transform: translateX(-5px);
}

.back-link i {
  margin-right: 8px;
}

.company-profile {
  background: white;
}

.company-header {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.company-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-logo {
  position: absolute;
  bottom: -50px;
  left: 50px;
  width: 150px;
  height: 150px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-name {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.company-tagline {
  font-size: 1.3rem;
  color: #3498db;
  font-weight: 500;
  margin-bottom: 20px;
}

.company-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.detail-card {
  background: #f8fafc;
  border-radius: 8px;
  padding: 20px;
  border-left: 4px solid #3498db;
}

.detail-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.detail-title i {
  margin-right: 10px;
  color: #3498db;
}

.detail-content {
  color: #555;
  line-height: 1.7;
}

.company-description {
  margin: 40px 0;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.description-content {
  line-height: 1.8;
  color: #555;
}

.description-content p {
  margin-bottom: 15px;
}

.company-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.stat-item {
  text-align: center;
  padding: 25px 15px;
  background: #f8fafc;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3498db;
  margin-bottom: 5px;
}
.stat-value svg {
  width: 30px;
}
.stat-label {
  font-size: 1rem;
  color: #7f8c8d;
  font-weight: 500;
}

.contact-links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #3498db;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.contact-link.website {
  background: #2ecc71;
}

.contact-link.email {
  background: #e74c3c;
}

.contact-link.linkedin {
  background: #0077b5;
}

.contact-link.twitter {
  background: #1da1f2;
}

.back-link {
  display: inline-flex;
  align-items: center;
  color: #3498db;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.back-link:hover {
  color: #2980b9;
  transform: translateX(-5px);
}

.back-link i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .company-logo {
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
    width: 120px;
    height: 120px;
  }

  .company-info {
    padding-top: 60px;
    text-align: center;
  }

  .company-name {
    font-size: 2rem;
  }

  .company-tagline {
    font-size: 1.1rem;
  }
}
.banner-singup {
  margin-top: 30px;
}
