@charset "UTF-8";

:root {
  --bs-body-font-family: "Montserrat";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --text-blue: #1c2544;
  --white: #ffffff;
  --green: #B6D8BA;
  --light-green: #ebf4ec;
  --bs-body-color: var(--text-blue) !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  scroll-padding-top: 4.5rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  font-family: var(--bs-body-font-family);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/*------General css start -------*/

.fs-16 {
  font-size: 0.8333333333333334vw;
}

.fs-20 {
  font-size: 1.0416666666666667vw;
}

.fs-25 {
  font-size: 1.3020833333333333vw;
}

.fs-26 {
  font-size: 1.3541666666666667vw;
}

.bg-light-green {
  background-color: var(--light-green);
}

.text-blue {
  color: var(--text-blue);
}

.container {
  max-width: 1440px;
}

.page-section {
  padding: 6rem 0;
}

.section-title {
  font-size: 1.8229166666666667vw;
  letter-spacing: -1px;
  position: relative;
}

.section-title::after {
  content: "";
  width: 6.354166666666667vw;
  height: 6px;
  position: absolute;
  bottom: -25px;
  left: 0;
  background-color: var(--text-blue);
}

/*------Header css start -------*/

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
  transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}

#mainNav.navbar-shrink {
  background-color: rgba(255, 255, 255, 0.9);
}

#mainNav.navbar-shrink  .navbar-nav .nav-item .nav-link {
  color: var(--text-blue);
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}

#mainNav .navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}

#mainNav .navbar-toggler img {
  width: 40px;
  filter: invert(100%) sepia(0%) saturate(6400%) hue-rotate(298deg) brightness(101%) contrast(102%);
}

#mainNav .navbar-brand img {
  width: 108px;
  filter: invert(100%) sepia(0%) saturate(6400%) hue-rotate(298deg) brightness(101%) contrast(1002%);
}

#mainNav.navbar-shrink .navbar-brand img {
  filter: none;
  padding: 0.2rem 0;
  margin-top: -3px;
}
#mainNav.navbar-shrink .navbar-toggler img {
  filter: none;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95vw;
  color: var(--white);
  text-transform: initial;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: var(--text-blue);
}

#mainNav.navbar-shrink .head-social li a {
  background-color: var(--light-green) !important;
}

/* #mainNav.navbar-shrink .navbar-brand svg,
#mainNav.navbar-shrink .navbar-brand img {
  height: 3.5rem;
} */

#mainNav .navbar-nav .nav-item {
  margin-right: 1rem;
}

#mainNav .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

/* #mainNav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: none;
  transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
} */

#mainNav .navbar-brand {
  font-size: 1.5em;
  /* transition: font-size 0.3s ease-in-out; */
}

/* #mainNav .navbar-brand img {
  transition: height 0.3s ease-in-out;
} */

#mainNav.navbar-shrink {
  padding-top: 6px;
  padding-bottom: 3px;
}

.head-social {
  position: relative;
  right: auto;
  top: auto;
}

.head-social li a img {
  width: auto;
}

.head-social li a {
  height: 30px;
  width: 30px;
}

header.masthead {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

header.masthead::after {
  content: "";
  position: absolute;
  background: var(--text-blue);
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

header.masthead h2 {
  font-size: 3.125vw;
  color: var(--white);
}

.header-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.header-video video {
  width: 100%;
  object-fit: cover;
  min-height: 100vh;
}

/*---About--section----*/

.about-section h5 {
  letter-spacing: 1.5px;
  font-size: 1.5625vw;
}

.about-section p {
  max-width: 1340px;
  width: 100%;
}

.about-section p:not(:nth-child(3)) {
  margin-bottom: 0;
}

.media {
  width: 50vw;
  position: relative;
}

.about-section ul {
  list-style: circle;
}

/*---our-figures-section---*/

.our-figures-section h2 {
  color: var(--light-green);
  font-size: 5.729166666666667vw;
  font-family: BioRhyme;
  line-height: 110px;
}

.our-figures-section.counter-active h2::before {
  white-space: nowrap;
  overflow: hidden;
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  width: 0;
  animation: text-fill 8s ease-in-out alternate;
  animation-fill-mode: forwards;
}

.our-figures-section p::after {
  content: "";
  width: 16.645833333333332vw;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--green);
}

@keyframes text-fill {
  100% {
    width: 100%;
  }
}

/*-----Our service section--------*/
.services-section .service-disc {
  max-width: 490px;
  width: 100%;
  margin-left: 60px !important;
}

.industrial-section .service-disc {
  max-width: 603px;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: 60px !important;
}

.industrial-section .service-disc img {
  max-width: 485px;
}

/*---Zoom--section-----*/
.zoom-section h1 {
  font-size: 5.25vw;
  letter-spacing: -3.6px;
}

.zoom-section .zoom-disc {
  max-width: 895px;
}

.zoom-section .zoom-disc ul,
.services-section .service-disc ul {
  list-style: circle !important;
  padding-left: 20px;
}

.list-circle {
  list-style: circle !important;
}


/*--------CRS--Slider--------*/
.csr-section .section-title {
  z-index: 9;
  padding-top: 40px;
}

.swiper {
  margin-top: -80px;
}

.swiper-slide {
  display: block;
  transition: 0.5s all;
  background-color: var(--light-green);
  opacity: 0 !important;
}

.swiper-slide-prev {
  opacity: 0 !important;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.swiper-img {
  transition: 3s all;
  transform: scale(1.1);
}

.swiper-slide-active .swiper-img {
  animation: scale 5s ease forwards;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.swiper-slide .slider-disc {
  opacity: 0;
}

.swiper-slide-active .slider-disc {
  opacity: 1;
  padding-right: 20px;
}

.slider-disc h1 {
  font-size: 4.25vw;
}
.slider-disc .fs-16 {
  font-size: 1.11vw;
}

.slider-disc h5,
.slider-disc p {
  max-width: 380px;
  margin: 0 0 auto auto;
}

.swiper-slide-active .slider-disc h1,
.swiper-slide-active .slider-disc h5,
.swiper-slide-active .slider-disc p,
.swiper-slide-active .slider-disc a img {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-fill-mode: both;
}

.swiper-slide-active .slider-disc h1 {
  animation-delay: 1s;
}

.swiper-slide-active .slider-disc h5 {
  animation-delay: 2s;
}

.swiper-slide-active .slider-disc p {
  animation-delay: 3s;
}

.swiper-slide-active .slider-disc a img {
  animation-delay: 4s;
  margin-top: 10px;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.swiper-pagination {
  display: flex;
  justify-content: end;
  -webkit-justify-content: flex-end;
  align-items: center;
  width: 48% !important;
  margin-bottom: 20px;
}

/* button style */
.swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0 10px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  padding: 4px;
}

.swiper-pagination-bullet span {
  color: var(--text-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-family: monospace;
}

.swiper-pagination-bullet span::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--text-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.swiper-pagination .progress {
  transform: rotate(-90deg);
}

.swiper-pagination svg {
  height: 22px;
  width: 22px;
  background-color: transparent;
}

.swiper-pagination .circle-origin {
  fill: transparent;
  stroke: var(--text-blue);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 80.664px;
  stroke-dashoffset: 80.664px;
}

.swiper-pagination-bullet-active .circle-origin {
  animation: progress 36s;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 80.664px;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -80.664px;
  }
}

/*------ Career-section------ */

.career-section .service-disc {
  margin-left: 60px !important;
}

.career-section .service-disc .mt-5.d-block {
  margin-top: 110px !important;
}

.career-section .service-disc .apply-btn {
  background-color: #b6d8ba;
  min-width: 160px;
}

.career-section .service-disc .apply-btn:hover {
  background-color: var(--text-blue);
  color: #fff !important;
}

/*-------- Piller Section -----------*/
.pillar-section {
  padding: 2rem 0 7rem !important;
}

.pillar-section .piller-content {
  margin-top: 100px;
}

.pillar-section .piller-content .service-disc {
  max-width: 1027px;
  width: 100%;
}

.pillar-section .piller-content .fs-20 p:not(:nth-last-child(2)) {
  margin-bottom: 0px;
}

.pillar-section .anjac-health-img img {
  max-width: 290px;
}

/*------Footer-Section----*/

.footer {
  background-color: var(--text-blue);
}

.footer .social-info img {
  width: 30px;
  height: 30px;
  padding: 9px;
}

.footer .footer-info-1 {
  margin: 0 auto;
}
.footer .footer-info-1 li span{
  color: var(--white);
}
a[href^="tel"] {
  color: var(--white);
  text-decoration: none; 
}


@media (max-width: 1460px) {
  .container {
    width: 85%;
  }

  .footer-logo {
    width: 40%;
  }
  .services-section .service-disc{
    margin-left: 0 !important;
  }
}

/*-----------Tablet---Break Point --------*/

@media (max-width: 991px) {
  .container {
    width: 95%;
  }

  .fs-16 {
    font-size: 0.8333333333333334vw;
  }

  .fs-20 {
    font-size: 1.0416666666666667vw;
  }

  .fs-26,
  .fs-25 {
    font-size: px;
  }

  .navbar-collapse .navbar-nav::after {
    content: "";
    position: absolute;
    background-color: white;
    left: -30px;
    width: 992px;
    height: -webkit-fill-available;
    z-index: -1;
    top: 80px;
  }
  #mainNav.navbar-shrink .navbar-collapse .navbar-nav::after{
    top: 70px;
  }
  #mainNav .navbar-collapse {
    background-color: var(--white);
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: var(--text-blue);
  }

  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: auto;
  }
  #mainNav.navbar-shrink .head-social{
    top: 0;
  }

  .section-title {
    font-size: 16px;
  }

  .section-title::after {
    width: 3.954166666666667vw;
    height: 3px;
    bottom: -12px;
  }

  .page-section {
    padding: 3rem 0;
  }

  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  /* header.masthead {
    padding-top: 12rem;
    padding-bottom: 10.5rem;
  } */

  .head-social {
    position: absolute;
    top: 12px;
    right: 100px;
    transition: top 0.3s ease-in-out;
  }

  .career-section .service-disc {
    margin-left: 0 !important;
  }

  

  .swiper-arrows {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: -30px;
  }

  .swiper-arrows .swiper-button-next,
  .swiper-arrows .swiper-button-prev {
    position: static;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    margin-top: 0px;
  }

  .swiper-arrows .swiper-button-next::after,
  .swiper-arrows .swiper-button-prev::after {
    font-size: 20px;
    color: var(--text-blue);
  }

  .swiper-slide-active .slider-disc {
    padding-right: 10px;
  }

  .industrial-section .service-disc,
  .services-section .service-disc,
  .career-section .service-disc {
    margin-left: auto !important;
  }
}

/*-----------Mobile---Break Point --------*/

@media (max-width: 767px) {
  #mainNav .navbar-brand img {
    width: 110px;
  }

  .head-social {
    top: 10px;
  }

  /* header.masthead {
    padding-top: 22rem;
    padding-bottom: 16.5rem;
    background-position: 21%;
  } */

  header.masthead h2 {
    font-size: 35px;
  }

  header.masthead h2 br {
    display: none;
  }

  .section-title {
    font-size: 25px;
  }

  .section-title::after {
    width: 110px;
    height: 3px;
  }

  .about-section {
    padding-bottom: 20px !important;
  }

  .about-section h5 {
    font-size: 20px;
  }

  .fs-26 {
    font-size: 17px;
  }

  .fs-25 {
    font-size: 20px;
  }

  .fs-20 {
    font-size: 17px;
  }

  .fs-16 {
    font-size: 16px;
  }

  .media {
    width: 100%;
  }

  .our-figures-section h2 {
    font-size: 110px;
  }

  .our-figures-section p::after {
    width: 75%;
    height: 2px;
  }

  .zoom-section h1 {
    font-size: 65px;
  }

  .services-section .service-disc,
  .industrial-section .service-disc {
    max-width: 100%;
  }

  .csr-section {
    background-color: var(--light-green);
    padding-bottom: 0px;
  }

  .csr-section .section-title {
    max-width: fit-content;
  }

  .swiper {
    margin-top: 0px;
  }

  .swiper-slide-active .slider-disc {
    padding: 35px 20px;
  }

  .swiper .slider-disc h1 {
    font-size: 50px;
  }

  .swiper .slider-disc .fs-16 {
    font-size: 14px;
  }
  .swiper-pagination {
    display: none;
  }

  .career-section .container {
    width: 100%;
  }

  .career-img-outer {
    padding: 0 !important;
  }

  .career-section .service-disc {
    max-width: 95%;
    margin: 0 auto !important;
  }

  .pillar-section {
    padding: 80px 0 !important;
  }

  .pillar-section .piller-content {
    margin-top: 50px;
  }

  .pillar-section .anjac-health-img {
    margin: 45px auto 0;
    display: block;
    text-align: center;
  }

  .footer .col-md-5,
  .footer .col-md-7 {
    width: 50% !important;
  }

  .footer-logo {
    width: 80%;
  }

  .footer-info-1 ul li:first-child,
  .footer .social-info {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer .fs-16 {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .section-title {
    font-size: 20px;
  }
}