@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 16px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

/* body {
background:#eae9e7;
} */

a {
  text-decoration: none !important;
}

.rounded__corner {
  border-radius: 10px;
}

.linkText {
  font-weight: 700;
  color: #ff2e34 !important;
}

.main__btn {
  min-width: 8rem;
  background: #000000;
  padding: 10px;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  display: inline-block;
}

.main__btn:hover {
  background: #ff3133 !important;
  color: #fff !important;
}

.main__heading {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 32px;
  text-align: center;
  position: relative;
  /* display: inline-block; */
}

.main__heading::after {
  content: "";
  width: 5rem;
  height: 4px;
  position: absolute;
  background: #000000;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 4px 6px 5px #ccc;
}

.headerSection {
  background: #eae9e7;
  position: fixed;
  z-index: 2;
  width: 100%;
  transition: all 0.5s;
}

.headerSection .navbar-brand img {
  width: 330px;
  transition: all 0.5s;
}

.headerSection.sticky {
  background: #eae9e7;
  border-bottom: 1px solid #ccc;
  transition: all 0.5s;
}

.headerSection.sticky .navbar-brand img {
  width: 200px;
  transition: all 0.5s;
}

.headerSection.sticky .main__nav ul li a {
  color: #000;
}

.header__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

.top__header .main__nav {
  display: flex;
  justify-content: space-between;
  /* background: transparent;
position: fixed;
z-index: 1;
width: 100%; */
}

.top__header .main__nav .navbar-collapse {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top__header .main__nav ul li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-left: 15px;
}

.top__header .main__nav ul li a:hover {
  border-bottom: 1px solid #ff3131;
  color: #ff3131;
}

.top__header .main__nav .main__btn {
  width: 7rem;
  background: #000000;
  padding: 5px;
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}

.footer__section {
  padding: 40px 15px;
  padding-bottom: 0;
  background: #000;
  border-top: 1px solid #fa322d;
}

.footer__section .footer__block * {
  color: #fff;
}

.footer__section .footer__logo {
  width: 330px;
  border-radius: 10px;
  background: #eae9e7;
}

.footer__section .footer__block h4 {
  font-size: 18px;
  font-weight: 600;
}

.footer__section .footer__block ul {
  list-style: none;
  margin: 10px 0;
}

.footer__section .footer__block ul li a {
  margin: 5px 0;
  display: inline-block;
  font-weight: bold;
}

.footer__section .footer__block ul li a:hover {
  color: #fa322d;
}

.footer__section .social__block .social__icons a i {
  font-size: 25px;
  margin-right: 5px;
  color: #fff;
}

.footer__section .copyright__block {
  background: #000;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__section .copyright__block p {
  font-size: 12px;
  margin-bottom: 0;
  color: #fff;
}

.ashoka__bg {
  background: #eae9e7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ashoka__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
}

.banner__silder .img__block img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}

.banner__silder .owl-carousel .owl-dots {
  text-align: center;
  margin-top: -3rem;
  z-index: 2;
  position: relative;
}

.banner__silder .owl-carousel .owl-dots .owl-dot {
  width: 80px;
  height: 4px;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.banner__silder .owl-carousel .owl-dots .owl-dot.active {
  background-color: #d2302d;
}

.banner__silder .owl-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.map__section {
  border: 1px solid #ccc;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 2px #ccc;
}

.map__section iframe {
  display: block;
}

.global__player {
  text-align: center;
}

.global__player,
.achivement__section,
.counter__section,
.certification__section,
.achivement__section,
.leading__section,
.our__team,
.facilities__section,
.vision__section,
.timeline__section,
.manufacturing__section,
.new__project,
.picture__sections,
.pdf__sections,
.csr__section,
.blog__section,
.product__section {
  padding: 4rem;
}

.corp__img {
  width: 100%;
  height: 100%;
}

.corp__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corp__section {
  padding: 4rem;
  background: #000000;
  height: 100%;
}

.corp__section * {
  color: #fff;
  font-weight: 600;
  text-align: justify;
}

.corp__section h4 {
  color: #ff3131;
  font-size: 20px;
  font-weight: bold;
}

.corp__section .main__heading {
  text-align: left;
}

.corp__section .main__heading::after {
  background: #fff;
  box-shadow: 4px 6px 5px #000;
  transform: translateX(0px);
  left: 0;
}

.corp__section ul li {
  margin-bottom: 10px;
}

.corp__section ul {
  margin-left: 15px;
  margin-bottom: 15px;
}

.corp__section .main__btn {
  margin-top: 2rem;
  background: #fff;
  color: #000 !important;
  text-align: center;
}

.corp__section .main__btn:hover {
  color: #fff !important;
}

.corp__section p {
  text-align: justify;
}

.counter__section {
  background: url(../assets/counter__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.counter__section .item * {
  color: #fff;
  text-align: center;
}

.counter__section .item {
  padding: 2rem;
}

.counter__section .item h1 span {
  font-size: 40px;
}

.counter__section .item h3 {
  font-size: 20px;
}

.targets__section {
  padding: 4rem;
}

.targets__section .nav {
  width: 50%;
  margin: 1rem auto;
  border-radius: 50%;
}

.targets__section .nav li {
  width: 50%;
}

.targets__section .nav li a {
  background: #ccc;
  border-radius: 0;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
}

.targets__section .nav li a.active {
  background: #000000;
  color: #fff;
}

.targets__section .target__blocks {
  display: flex;
  justify-content: center;
  align-items: center;
}

.targets__section .target__blocks .targets {
  margin: 1rem;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  height: 350px;
  width: 100%;
}

.targets__section .target__blocks .targets h5 {
  font-size: 18px;
  font-weight: bold;
}

.targets__section .target__blocks .targets img {
  width: 80px;
  margin-bottom: 10px;
  background: #dadada;
  padding: 10px;
  border-radius: 20px;
}

.targets__section .target__blocks .targets p {
  font-size: 14px;
  font-weight: normal;
}

.targets__section .target__blocks .targets ul {
  padding-left: 20px;
}

.targets__section .target__blocks .targets ul li {
  font-size: 14px;
  font-weight: normal;
}

.achivement__section {
  background-color: #f2fff2;
}

.achivement__section .achivement__block {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 340px;
  margin-bottom: 1rem;
  transition: all 0.5s;
  background: #fff;
}

.achivement__section .achivement__block:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.achivement__section .achivement__block img {
  margin-bottom: 1rem;
  border-radius: 10px;
}

.achivement__section .achivement__block b {
  font-size: 15px;
  color: #000000;
}

.certification__section .certification__slider .img__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.certification__section .certification__slider .img__block p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.certification__section .certification__slider .img__block img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.innerpage__banner {
  background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 10%)),
    url(../images/about-banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* height:30rem; */
}

.innerpage__banner .banner__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
}

.innerpage__banner .banner__text h2 {
  font-size: 60px;
  color: #fff;
}

.team__section {
  padding: 0 2rem 4rem;
}

.team__section .team__block {
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 5px #ccc;
  text-align: center;
  border-radius: 20px;
  position: relative;
  margin-bottom: 2rem;
  background: #fff;
  height: 450px;
}

.team__section .team__block img {
  width: 250px;
  height: 300px;
  object-fit: cover;
  object-position: top;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.team__section .team__block h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.team__section .team__block p {
  font-size: 14px;
}

.team__section .team__block .overlay__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  background: #000;
  border-radius: 20px;
  height: 100%;
  text-align: justify;
  opacity: 0;
  transition: all 0.5s;
}

.team__section .team__block .overlay__content p {
  color: #fff;
}

.team__section .team__block:hover .overlay__content {
  opacity: 1;
  transition: all 0.5s;
}

.facilities__section h4 {
  font-size: 16px;
  font-weight: bold;
}

.facilities__section .icon {
  width: 40px;
  margin: 0 auto;
  filter: invert(28%) sepia(98%) saturate(1871%) hue-rotate(98deg)
    brightness(99%) contrast(105%);
}

.vision__section {
  background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 10%)),
    url(../assets/vision-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.timeline__section .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline__section .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline__section .timelineContainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline__section .timelineContainer::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #f2fff2;
  border: 4px solid #000000;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline__section .lefttimeline__card {
  left: 0;
}

.timeline__section .righttimeline__card {
  left: 50%;
}

.timeline__section .lefttimeline__card::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f1f1f1;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f1f1f1;
}

.timeline__section .righttimeline__card::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f1f1f1;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f1f1f1 transparent transparent;
}

.timeline__section .righttimeline__card::after {
  left: -12px;
}

.timeline__section .content {
  padding: 20px 30px;
  background-color: #f1f1f1;
  position: relative;
  border-radius: 6px;
}

.timeline__section .content h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

/* .product__section .product__table tbody tr:nth-of-type(odd) {
background-color: #f8fff8;
} */

.product__section .product__table thead {
  background-color: #000000;
}

.product__table thead tr th span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.product__section .product__table input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.product__section .product__table .dt-search {
  display: none;
}

.note__block {
  padding: 1rem;
  border: 1px solid #000000;
  background: #f2fff2;
  border-radius: 10px;
  margin-top: 2rem;
}

.metformin__section .img__block {
  width: 60px;
  margin-bottom: 20px;
}

.facilities__images img {
  width: 100px;
  margin: 10px;
}

.regulatory__section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.regulatory__section .rblock {
  margin: 10px;
  text-align: center;
}

.regulatory__section .rblock img {
  margin-bottom: 10px;
}

.regulatory__section .rblock p {
  font-weight: bold;
  font-size: 14px;
}

.manufacturing__section {
  text-align: left;
  background: #000000;
}

.manufacturing__section .main__heading {
  text-align: left;
  color: #fff;
}

.manufacturing__section .main__heading::after {
  transform: translateX(0px);
  left: 0;
  background: #fff;
  box-shadow: none;
}

.manufacturing__section p {
  color: #fff;
}

.manufacturing__section p b {
  color: #fff;
}

/* .manufacturing__section .linkText {
color:#fff !important;
} */

.manufacturing__section .whole__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.manufacturing__section .manufacture__block {
  text-align: center;
  flex: 23%;
  margin: 10px;
  background: #f2fff2;
  padding: 10px;
  height: 160px;
  border-radius: 10px;
  border: 1px solid #159815;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.manufacturing__section .manufacture__block img {
  width: 60px;
  margin-bottom: 10px;
}

.manufacturing__section .manufacture__block h4 {
  font-size: 14px;
  font-weight: bold;
}

.site__section {
  background: url(../assets/aurangabad-office.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site__section .site__block {
  background-color: #00000085;
  padding: 2rem;
  height: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}

.site__section .site__block h4,
.site__section .site__block h2 {
  color: #fff;
  margin-bottom: 20px;
}

.picture__sections {
  background: #f2fff2;
  text-align: center;
}

.picture__sections p a {
  color: #000000;
}

.picture__sections img {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 16px;
}

.filter__img {
  filter: invert(28%) sepia(98%) saturate(1871%) hue-rotate(98deg)
    brightness(99%) contrast(105%);
}

.pdf__sections {
  background: #f2fff2;
}

.pdf__sections .pdf__card {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 1rem;
}

.pdf__sections .pdf__card a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 35px;
}

.pdf__sections .pdf__card img {
  width: 30px;
  filter: invert(28%) sepia(98%) saturate(1871%) hue-rotate(98deg)
    brightness(99%) contrast(105%);
}

.csr__section {
  /* background: #f2fff2;   */
}

.table__section thead th {
  background-color: #000000;
  color: #fff;
}

.product__table thead tr th span {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.form__section .input__block {
  margin-bottom: 1rem;
}

.form__section .input__block label {
  display: block;
  font-weight: 600;
}

.form__section .input__block input,
.form__section .input__block textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

.blog__section .blog__block {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.blog__section .blog__block img {
  margin-bottom: 1rem;
}

.blog__section .blog__block h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 20px;
}

.blog__section .blog__content h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 26px;
}

.blog__section .blog__sidebar {
  padding: 1rem;
  border: 1px solid #000000;
  border-radius: 10px;
  margin-bottom: 2rem;
  height: 100%;
  background: #f2fff2;
}

.blog__section .blog__sidebar h4 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 18px;
}

.blog__section .blog__sidebar a {
  color: #1a1616;
  display: -webkit-box;
  font-size: 14px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.dropdown-hover {
  position: relative;
  display: inline-block;
}

.dropdown-hover .dropdown-menu {
  border-bottom: 2px solid #ff3131;
  color: #ff3131;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-hover a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f1f1f1;
}

.accordion {
  width: 90%;
  max-width: 1000px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-left: 0;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion input[type="checkbox"] {
  display: none;
}

.accordion label {
  display: block;
  padding: 16px 20px;
  background-color: black;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s ease;
}

.accordion label:hover {
  background-color: #d42834;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #f9f9f9;
  padding: 0 20px;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease;
}

.accordion-content p {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.accordion-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 250px; /* adjust based on need */
  object-fit: contain;
  display: block;
  margin-top: 10px;
}

.accordion input:checked ~ .accordion-content {
  max-height: 1000px; /* enough to fit big content */
  padding: 16px 20px;
}

.accordion input:checked ~ .accordion-content p {
  opacity: 1;
  transform: translateY(0);
}

.accordion input:checked + label {
  background-color: #d42834;
}

@media (max-width: 480px) {
  .accordion label {
    font-size: 0.95rem;
    padding: 14px 16px;
  }

  .accordion-content {
    padding: 0 16px;
  }

  .accordion input:checked ~ .accordion-content {
    padding: 16px;
  }

  .accordion-content p {
    font-size: 0.9rem;
  }
}


@media (max-width: 991px) {
  * {
    font-size: 14px;
  }

  .global__player,
  .targets__section,
  .achivement__section,
  .counter__section,
  .certification__section,
  .achivement__section,
  .leading__section,
  .our__team,
  .facilities__section,
  .vision__section,
  .timeline__section,
  .manufacturing__section,
  .new__project,
  .picture__sections,
  .pdf__sections,
  .csr__section,
  .blog__section,
  .product__section,
  .corp__section {
    padding: 2rem;
  }

  .targets__section .target__blocks .targets img {
    width: 60px;
  }

  .main__heading {
    font-size: 22px;
  }

  .header__btn img {
    display: none;
  }

  .headerSection {
    background: #eae9e7;
    box-shadow: none;
  }

  .headerSection .navbar-toggler i {
    color: #000;
  }

  .headerSection .navbar-brand img {
    width: 200px;
  }

  .headerSection.sticky .navbar-brand img {
    width: 130px;
  }

  .footer__section .footer__logo {
    width: 200px;
  }

  .top__header .main__nav ul li a {
    color: #000;
    font-size: 12px;
  }

  .targets__section .nav {
    width: 100%;
  }

  .targets__section .target__blocks {
    flex-direction: column;
  }

  /* .top__header .main__nav {
padding:0;
} */

  .top__header .main__nav .main__btn {
    margin-top: 1rem;
  }

  .top__header .main__nav .navbar-collapse {
    display: none;
  }

  .top__header .main__nav .navbar-collapse.show {
    display: block;
    position: fixed;
    background: #fff;
    left: 0;
    padding: 25px;
    height: 100vh;
    top: 0;
    box-shadow: 0px -1px 5px #000;
    width: 60%;
  }

  .counter__section .item h1 span {
    font-size: 16px;
  }

  .achivement__section .achivement__block {
    height: 290px;
  }

  .footer__block {
    margin-bottom: 2rem;
  }

  .footer__logo {
    width: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }

  .innerpage__banner .banner__text {
    height: 10rem;
    margin-top: 10rem;
  }

  .innerpage__banner .banner__text h2 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
  }

  .facilities__section h4 {
    font-size: 12px;
  }

  .facilities__section .icon {
    width: 25px;
  }

  .site__section .site__block {
    text-align: center;
    padding: 10px;
  }

  .site__section .site__block h4 {
    font-size: 14px;
  }

  .timeline__section .timeline::after {
    left: 10px;
    width: 3px;
  }

  .timeline__section .timelineContainer {
    width: 100%;
    padding-left: 35px;
    padding-right: 0px;
  }

  .timeline__section .timelineContainer::after {
    width: 20px;
    height: 20px;
  }

  .timeline__section .timelineContainer::before {
    left: 25px;
    border: medium solid #f1f1f1;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f1f1f1 transparent transparent;
  }

  .timeline__section .lefttimeline__card::after,
  .timeline__section .righttimeline__card::after {
    left: -3px;
  }

  .timeline__section .righttimeline__card {
    left: 0%;
  }

  .regulatory__section {
    flex-direction: column;
  }

  .metformin__section {
    text-align: center;
  }

  .manufacturing__section .whole__block {
    flex-direction: column;
  }

  .manufacturing__section .manufacture__block {
    width: 100%;
    flex: 100%;
  }

  .manufacturing__section .manufacture__block img {
    width: 40px;
  }
}
