.navbar {
  /* background: #faffd0 !important; */
  background: #33114c !important;
  padding: 0px;
}

.navbar-nav {
  margin-left: 2vw;
  column-gap: 2vw;
}

.navbar-nav li {
  font-weight: 600;
}
.nav-item a {
  color: ghostwhite !important;
  font-size: 18px;
}
.navbar-brand {
  min-width: 20%;
}

.navbar-brand img {
  height: 85px;
}

.container-fluid {
  margin: 0 2vw;
}
/* .btn {
  width: 100%;
} */

.alignCenter {
  display: flex;
  justify-content: center;
}
.download_btn {
  background-color: #f08f38;
  font-size: 12px;
  margin-bottom: 20px;
  padding: 5px 15px;
  width: fit-content;
  color: #fff;
  border-color: #ed7911;
  --bs-btn-active-bg: #f08f38;
  --bs-btn-active-border-color: #ed7911;
  --bs-btn-hover-bg: #f08f38;
  --bs-btn-hover-color: #fff;
}
.downloadSec h4 {
  text-align: center;
}
.downloadSec a {
  text-decoration: none;
}
.card-img-top {
  height: 250px;
}

/* Footer css starts here */
footer {
  background: #33114c;
  padding: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  bottom: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-content p {
  color: ghostwhite;
}

.footer-nav a {
  margin: 0 15px;
  text-decoration: none;
  color: ghostwhite !important;
}

.footer-nav a:hover {
  text-decoration: underline !important;
}
/* Footer css ends here */

.bodyContainer {
  background: #33114c;
}
.contentBox {
  color: ghostwhite;
}

/* Scroll Menu Container Code Starts*/
.card-scroll-container {
  /* overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0; */

  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  scroll-behavior: smooth;
  width: 100%;
}

.card-scroll-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
}

.scrollCard {
  display: inline-block;
  width: 210px;
  margin-right: 20px;
  transition: transform 0.2s ease;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

.scrollCard:hover {
  transform: scale(1.05);
}

.scrollCard-img-top {
  width: 190px;
  height: 100px;
  margin: 10px auto 0;
  display: block;
}

.scrollCard-body {
  padding: 10px;
  text-align: center;
}

.scrollCard-title {
  font-size: 14px;
  margin: 10px 0;
  white-space: normal; /* Allows wrapping */
  word-wrap: break-word; /* Ensures long words break if needed */
}

.moreBtn {
  display: inline-block;
  font-size: 12px;
  color: white;
  background: #007bff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.scrollTitle {
  text-align: center;
  color: #9467ea;
  font-weight: 600;
}

.scroll-section {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  transition: background 0.3s;
}

.scroll-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.scroll-arrow.left {
  margin-right: 10px;
}

.scroll-arrow.right {
  margin-left: 10px;
}

/* Scroll Menu Container Code Ends*/

/* Google Translate start */
body > .skiptranslate {
  display: none;
}
body {
  top: 0px !important;
}
.goog-te-gadget img {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  max-height: 40px;
}

.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
  font-size: 18px !important;
  padding: 6px 8px;
  border-radius: 0px !important;
  background-color: transparent !important;
  color: ghostwhite;
  font-weight: 600;
  border: none;
  font-family: "Exo 2", sans-serif !important;
}

option {
  font-family: "Exo 2", sans-serif;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
#goog-gt-tt {
  display: none !important;
}
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none;
}
/* Google Translate End */

/* Responsive styles */
@media (max-width: 768px) {
  /* Header Css Start Here */
  .navbar {
    padding: 5px;
  }

  .navbar-nav {
    margin-left: 2vw;
  }

  .navbar-brand {
    font-size: 14px;
    font-weight: 600;
  }

  .navbar-brand img {
    width: 14vw;
    height: 40px;
  }

  .navbar-toggler {
    padding: 4px;
  }

  .navbar-toggler-icon {
    width: 1.1em;
    height: 1.1em;
  }

  .d-flex {
    margin-bottom: 5px;
  }
  /* Header Css Ends Here */

  /* Scroll Menu Container Code Starts*/
  /* .card {
    width: 150px;
    margin-right: 15px;
  }

  .card-img-top {
    width: 70px;
    height: 70px;
  } */

  .card-title {
    font-size: 10px;
  }

  .moreBtn {
    font-size: 11px;
  }
  /* Scroll Menu Container Code Ends*/
  .goog-te-combo,
  .VIpgJd-ZVi9od-ORHb *,
  .VIpgJd-ZVi9od-SmfZ *,
  .VIpgJd-ZVi9od-xl07Ob *,
  .VIpgJd-ZVi9od-vH1Gmf *,
  .VIpgJd-ZVi9od-l9xktf * {
    font-size: 14px !important;
  }
  .navbar-brand {
    min-width: 1%;
  }
}
