/* line 1, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions {
  height: calc(100dvh - 136px);
}

@media (max-width: 991px) {
  /* line 1, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions {
    height: calc(100dvh - 0px);
  }
}

/* line 8, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section {
  position: relative;
  height: 100%;
  padding: 0 30px;
}

/* line 13, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* line 18, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 25, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .hero-content {
  max-width: 920px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  position: relative;
}

/* line 37, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .hero-content-lg {
  max-width: fit-content;
}

/* line 41, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .welcome-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: normal normal 600 20px/24px Inter;
  letter-spacing: 0px;
  color: #4EAF85;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* line 52, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .welcome-text img {
  width: 40px;
}

/* line 57, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section h1 {
  font: normal normal 800 42px/50px Inter;
  letter-spacing: 0.63px;
  color: #fff;
  max-width: 680px;
  margin: 0 auto 10px;
  position: relative;
}

/* line 65, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section h1 span {
  color: #4cc285;
  display: inline;
}

/* line 70, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section h1 img {
  text-align: end;
  vertical-align: top;
}

/* line 75, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section h1 .h20 {
  height: 20px;
  text-align: left;
  padding-left: 40px;
}

@media (max-width: 991px) {
  /* line 75, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section h1 .h20 {
    text-align: center;
    padding-left: 0;
  }
}

/* line 86, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .title-shape {
  width: 180px;
  margin-bottom: 28px;
}

/* line 91, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section h5 {
  font: normal normal 500 17px/24px Inter;
  letter-spacing: 0.14px;
  color: #FFFFFF;
  text-transform: capitalize;
  margin-bottom: 20px;
}

/* line 99, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section p {
  max-width: 635px;
  font: normal normal 300 15px/22px Inter;
  letter-spacing: 0.12px;
  color: #FFFFFF;
  margin: 0 auto 38px;
}

/* line 107, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.hero-slider-admissions .hero-slider-section .hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
}

@media (max-width: 991px) {
  /* line 118, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section {
    padding-top: 66px;
  }
  /* line 121, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .btn-contact {
    width: 100%;
    justify-content: center;
  }
  /* line 126, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .hero-content {
    padding-top: 10px;
  }
  /* line 130, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .welcome-text {
    font-size: 14px;
  }
  /* line 134, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section h1 {
    font-size: 28px;
    line-height: 34px;
  }
  /* line 138, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section h1 .text-end {
    text-align: left !important;
  }
  /* line 143, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .hero-buttons {
    gap: 10px;
  }
  /* line 147, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .title-shape {
    width: 140px;
    margin-bottom: 18px;
  }
  /* line 152, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .btn-explore {
    width: 100%;
    min-width: 100%;
  }
  /* line 157, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .hero-slider-admissions .hero-slider-section .btn-admission {
    font-size: 15px;
  }
}

/* line 165, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.Fullwidth {
  max-width: 100% !important;
}

/* line 169, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list {
  list-style: none;
  margin: 50px 0 30px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 177, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li {
  width: calc(20% - 20px);
  min-width: 234px;
  min-height: 180px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  padding: 30px 30px 30px 30px;
  text-align: left;
  z-index: 1;
}

/* line 187, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li:nth-child(3) {
  margin-right: 20%;
}

@media (max-width: 1199px) {
  /* line 187, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li:nth-child(3) {
    margin-right: 0;
  }
}

/* line 193, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li:nth-child(4) {
  margin-left: 5%;
}

@media (max-width: 991px) {
  /* line 193, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li:nth-child(4) {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  /* line 177, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li {
    width: calc(25% - 20px);
  }
}

@media (max-width: 767px) {
  /* line 177, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li {
    width: 100%;
    text-align: center;
  }
}

/* line 207, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li .circle-bg {
  position: relative;
  margin-bottom: 32px;
}

/* line 210, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li .circle-bg span {
  width: 46px;
  height: 46px;
  background: #F7FBF9;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* line 210, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li .circle-bg span {
    margin-left: -30px;
  }
}

/* line 219, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li .circle-bg .outline-text {
  font: normal normal 700 40px/22px Inter;
  letter-spacing: 0.32px;
  color: #fff;
  -webkit-text-stroke: 1px #2cbf6d;
  text-stroke: 1px #2cbf6d;
  opacity: 0.52;
  position: absolute;
  left: 20px;
  top: 14px;
}

@media (max-width: 767px) {
  /* line 219, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li .circle-bg .outline-text {
    left: 50%;
    margin-left: -20px;
  }
}

/* line 235, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li h4 {
  font: normal normal 600 17px/22px Inter;
  letter-spacing: 0.14px;
  color: #2C2C2C;
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 235, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .degree-list li h4 {
    text-align: center;
  }
}

/* line 244, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.degree-list li h4 span {
  color: #4EAF85;
  display: block;
}

/* line 252, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.max520 {
  max-width: 520px !important;
}

/* line 256, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.max400 {
  max-width: 468px;
}

/* line 260, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.max620 {
  max-width: 620px;
  margin: 0 auto;
}

/* line 265, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.BorderBox {
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
  padding: 36px 42px;
}

/* line 271, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.BorderBox h4 {
  font: normal normal 600 17px/22px Inter;
  letter-spacing: 0.14px;
  color: #2C2C2C;
  margin: 20px 0;
}

/* line 278, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.BorderBoxLg {
  width: 66%;
  background: #fff url("../../images/b-pharma-assets/bg-cap.svg") no-repeat;
  background-size: 200px;
  background-position: calc(100% - 50px) 30px;
}

@media (max-width: 991px) {
  /* line 278, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .BorderBoxLg {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 288, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.BorderBoxSm {
  width: 30%;
  background: #fff url("../../images/b-pharma-assets/bg-clock.svg") no-repeat;
  background-size: 160px;
  background-position: calc(100% - -30px) -30px;
}

@media (max-width: 991px) {
  /* line 288, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .BorderBoxSm {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 299, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-left {
  width: 62px;
  height: 62px;
  border: 1px solid #9fd6c0;
  border-radius: 50%;
  position: absolute;
  top: -24px;
  left: -32px;
  opacity: 0.7;
}

/* line 308, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-left::before {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #c4e8d8;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

/* line 320, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.logo-background {
  position: relative;
}

/* line 323, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.logo-background::after {
  content: "";
  background: url(../../images/contact-assets/logobg.png) no-repeat;
  background-size: 460px;
  background-position: right 100px;
  width: 460px;
  height: 460px;
  position: absolute;
  left: 0;
  bottom: 80px;
}

@media (max-width: 767px) {
  /* line 323, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .logo-background::after {
    background-size: 300px;
    background-position: center 0px;
    width: 300px;
    height: 300px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* line 345, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.bg-none {
  background: none !important;
}

/* line 349, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.journey-title-330 {
  max-width: 330px;
}

/* line 352, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.section-title-390 {
  max-width: 400px;
}

/* line 355, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.section-title-450 {
  max-width: 450px;
}

@media (max-width: 575px) {
  /* line 358, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .MT40 {
    margin-top: 40px;
  }
}

/* line 365, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-xxl {
  width: 702px;
  height: 702px;
  border: 1px solid #9fd6c0;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: 0;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  /* line 365, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl {
    width: 502px;
    height: 502px;
  }
}

@media (max-width: 767px) {
  /* line 365, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl {
    width: 302px;
    height: 302px;
    right: 0;
    top: 50px;
  }
}

/* line 385, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-xxl::before {
  content: "";
  width: 600px;
  height: 600px;
  border: 1px solid #c4e8d8;
  border-radius: 50%;
  position: absolute;
  top: 51px;
  left: 51px;
}

@media (max-width: 1024px) {
  /* line 385, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl::before {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  /* line 385, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl::before {
    width: 200px;
    height: 200px;
  }
}

/* line 405, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-xxl-left {
  width: 702px;
  height: 702px;
  border: 1px solid #9fd6c0;
  border-radius: 50%;
  position: absolute;
  top: 380px;
  left: 0;
  opacity: 0.7;
}

@media (max-width: 1024px) {
  /* line 405, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl-left {
    width: 502px;
    height: 502px;
  }
}

@media (max-width: 767px) {
  /* line 405, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl-left {
    width: 302px;
    height: 302px;
    top: 70%;
  }
}

/* line 425, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.circle-shape-xxl-left::before {
  content: "";
  width: 600px;
  height: 600px;
  border: 1px solid #c4e8d8;
  border-radius: 50%;
  position: absolute;
  top: 51px;
  left: 51px;
}

@media (max-width: 1024px) {
  /* line 425, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl-left::before {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  /* line 425, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .circle-shape-xxl-left::before {
    width: 200px;
    height: 200px;
  }
}

/* line 445, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.mw-510px {
  max-width: 510px;
}

/* line 450, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.prefer-bg.prefer-karmayogi-bg {
  background: url("../../images/karmayogi-assets/karmayogi-greenbg.png") no-repeat;
  height: 450px;
  background-size: 100%;
  margin: 70px 0 0 0;
  padding: 80px 100px 50px 100px;
}

@media (max-width: 1399px) {
  /* line 450, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .prefer-bg.prefer-karmayogi-bg {
    height: 390px;
  }
}

@media (max-width: 1199px) {
  /* line 450, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .prefer-bg.prefer-karmayogi-bg {
    height: 100%;
    padding: 40px 40px 40px 40px;
    background: #148c5b;
    border-radius: 30px;
    margin-bottom: 40px;
  }
}

/* line 466, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.prefer-bg.prefer-karmayogi-bg .paragraph-scroll {
  padding-top: 0;
}

@media (max-width: 1399px) {
  /* line 466, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .prefer-bg.prefer-karmayogi-bg .paragraph-scroll {
    max-height: 300px !important;
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  /* line 466, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .prefer-bg.prefer-karmayogi-bg .paragraph-scroll {
    max-height: max-content !important;
    overflow-y: visible;
  }
}

/* line 477, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.prefer-bg.prefer-karmayogi-bg .section-title {
  padding-top: 0;
  max-width: 380px;
}

/* line 481, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
.prefer-bg.prefer-karmayogi-bg .btn-position-btm {
  position: absolute;
  bottom: 50px;
  right: 200px;
}

@media (max-width: 1199px) {
  /* line 481, D:/2026/Anuradha-Group/scss/phd-css/phd.scss */
  .prefer-bg.prefer-karmayogi-bg .btn-position-btm {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
}

/*# sourceMappingURL=phd.css.map */