p {
  text-align: justify;
}

h2 {
  overflow: hidden;
}

.s1 {
  margin-top: 10rem;
}

.s2 p:nth-child(3) {
  font-size: 1.1rem;
}

.s2 .img-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 18px -2px rgba(113, 50, 202, 40%);
}

.s2 .img-box img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.s2 .content-box {
  padding: 1rem;
  /* height: 100%;
    width: 100%; */
  background-color: #f1ede8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
}

.s2 .content-box::after {
  content: "";
  position: absolute;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background-color: #f0c69c59;
  right: -250px;
  bottom: -200px;
}

.s2 .content-box ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: fit-content;
  background-color: transparent;
}

.s2 .content-box ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.92rem;
}

.s2 .content-box ul li::before {
  content: "✔";
  position: absolute;
  left: 0px;
  height: 20px;
  width: 20px;
  color: green;
  font-weight: 600;
}

.s5 .list-box {
  width: 100%;
  padding: 1rem;
}

.s5 .list-box ul {
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.s5 .list-box ul li {
  margin-bottom: 1rem;
}

.s5 .list-box ul li:last-child {
  margin-bottom: 0px;
}

.s5 .list-box ul li .head h3 img {
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 2;
  background-color: white;
  border-radius: 50%;
  left: -23px;
  top: -23px;
  border: 2px solid #2f7a70;
  object-fit: contain;
  object-position: center;
  padding: 3px;
}

.s5 .list-box ul li .head h3 {
  background-color: #44A194;
  min-width: 266px;
  max-width: 314px;
  padding: 10px 15px;
  border-radius: 50px;
  color: white;
  font-size: clamp(1rem, 3vw, 1.2rem);
  box-shadow: inset 0px 0px 10px 2px #2f7a70;
  position: relative;
  z-index: 1;
}

.s5 .list-box ul li .head h3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  top: 0px;
  left: 0px;
  z-index: -1;
  transform: scaleX(1.03) scaleY(1.2) translateY(-2px) translateX(-3px);
  border: 2px solid #2f7a70;
}

.s5 .list-box ul li .content-box {
  display: flex;
  align-items: start;
}

.s5 .list-box ul li .content-box .borders {
  height: 40px;
  width: 80px;
  border-left: 4px solid #44A194;
  border-bottom: 2px solid #44A194;
  position: relative;
  top: -20px;
  margin-right: 0.5rem;
  z-index: -2;
}

.s5 .list-box ul li .content-box p {
  margin-bottom: 0px;
  position: relative;
  bottom: -5px;
  font-size: 0.9rem;
}

.s7 .container-fluid {
  position: relative;
  background-image: url(../../../image/phd-services/mumbai/thesis-writing-service-in-mumbai/bbblurry.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-clip: text; */
  background-position: bottom;
  background-attachment: fixed;
}

.s7 .Head {
  color: rgb(63, 63, 63);
  font-style: italic;
}

.s7 .Head span {
  display: inline-block;
  /* important */
  color: transparent;
  background-image: linear-gradient(40deg, #982598 27%, white 39%, #15173D 53%);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0px 5px;
  border-radius: 5px;
  margin: 0px 2px;
  transform: scale(1);
}

.s7 .Head span.active {
  animation: text 1s linear 0.5s;
}

@keyframes text {
  0% {
    transform: scale(1);
    background-position-x: 0px;
  }

  70% {
    transform: scale(1.2);
    background-position-x: inherit;
  }

  100% {
    transform: scale(1);
    background-position-x: 120px;
  }
}

.s7 .bg-shadow {
  filter: drop-shadow(-3px 3px 2px black);
  height: 100%;
}

.s7 .boxes {
  --s: 20px;
  /* control the shape */

  line-height: 1.8;
  /* control the height */
  padding-inline: calc(var(--s) + .3em);
  clip-path: polygon(0 0, calc(100% - var(--s)) 0, 100% 50%, calc(100% - var(--s)) 100%, 0 100%, var(--s) 50%);
  background: rgba(255, 255, 255, 0.425);
  backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* filter: drop-shadow(-3px -3px 2px black); */
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  border-bottom: 5px solid rgba(128, 128, 128, 0.336);
  transition: transform 0.2s ease-in-out;
}

.s7 .boxes:hover {
  transform: translateX(10px);
}

@media (min-width: 768px) and (max-width: 992px) {
  .d-md-block-m {
    display: block !important;
  }
}

.s7 .cards {
  height: 100%;
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.s7 .cards h3 {
  --r: 25px;

  line-height: 1.8;
  padding-inline: .5em;
  border-inline: var(--r) solid #0000;
  border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);
  mask:
    radial-gradient(var(--r) at var(--r) 0, #0000 98%, #000 101%) calc(-1*var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
  background: #6E5034 border-box;
  width: fit-content;
  text-align: center;
  margin-bottom: 0px;
  color: white;
}

.s7 .cards .card-box {
  padding: 1rem;
  height: 100%;
  background-color: #CDB885;
  border: 5px solid #6E5034;
  border-radius: 10px;
  box-shadow: inset 0px 0px 1px 6px #6e5034c0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.s7 .cards .card-box p {
  text-align: center;
  font-weight: 600;
}

.s7 .cards .card-box .list-box {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.s7 .cards .card-box .list-box ul {
  width: fit-content;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.s7 .cards .card-box .list-box ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  font-size: 0.9rem;
}

.s7 .cards .card-box .list-box ul li::before {
  content: '';
  position: absolute;
  background-image: url('../../../image/phd-services/mumbai/thesis-writing-service-in-mumbai/services-icon.png');
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 20px;
  padding: 10px;
  /* background-color: white; */
  left: 0px;
  top: 2px;
  border-radius: 50%;
}

.s8 .card-container {
  width: 100%;
}

/* Card wrapper */
.s8 .card-container .card-sub-container {
  position: relative;
  perspective: 1000px;
  width: 100%;
  aspect-ratio: 0.1 / 0.1;
}

/* Front & Back */
.s8 .card-container .card-sub-container .card-front,
.s8 .card-container .card-sub-container .card-back {
  position: absolute;
  inset: 0;
  border-radius: 15px;
  backface-visibility: hidden;
  transition: transform 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* FRONT */
.s8 .card-container .card-sub-container .card-front {
  background-image: linear-gradient(30deg, #612D53, #853953);
  box-shadow: inset 0px 0px 10px 1px #853953, inset 0px 0px 15px 3px #ffe0e0b4, inset 0px 0px 20px 5px #ffe6e677;
}

/* BACK */
.s8 .card-container .card-sub-container .card-back {
  background: black;
  box-shadow: inset 0px 0px 10px 1px #b4b4b4, inset 0px 0px 15px 3px #cccccca2, inset 0px 0px 20px 5px #e7e7e780;
  transform: rotateX(180deg);
}

.s8 .card-container .card-sub-container .card-back ul {
  width: fit-content;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* TEXT */
.s8 .card-container .card-sub-container .card-back ul li {
  color: white;
  position: relative;
  padding-left: 1.7rem;
}

.s8 .card-container .card-sub-container .card-back ul li::before {
  content: '✔';
  position: absolute;
  font-size: 1rem;
  color: greenyellow;
  padding: 10px;
  left: 0px;
  top: -10px;
  border-radius: 50%;
}

/* HOVER */
/* .s8 .card-container .card-sub-container:hover .card-front.active{
    transform: rotateX(180deg);
}

.s8 .card-container .card-sub-container:hover .card-back.active{
    transform: rotateX(0deg);
} */

/* IMAGE */
.s8 .card-container .card-sub-container .img-box {
  width: 100px;
  height: 100px;
}

.s8 .card-container .card-sub-container .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: drop-shadow(4px 4px 0px rgba(255, 255, 255, 0.425));
}

.s8 .card-container .card-sub-container h3 {
  color: white;
  text-align: center;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
}

.s9 .boxes {
  background-color: #2C2C2C;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.s9 .boxes::before {
  content: '';
  position: absolute;
  height: 110%;
  width: 100px;
  border-radius: 50%;
  background-color: black;
  left: -70px;
  top: -15px;
  transition: left 0.5s ease-in-out;
}

.s9 .boxes::after {
  content: '';
  position: absolute;
  height: 110%;
  width: 100px;
  border-radius: 50%;
  background-color: black;
  right: -70px;
  top: -15px;
  transition: right 0.5s ease-in-out;
}

.s9 .boxes h3 {
  color: white;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  text-align: center;
  padding: 1rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.s9 .boxes .list-box {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
}

.s9 .boxes .list-box ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  transform: scale(0.9) translateY(100px);
  transition: transform 0.5s ease-in-out;
}

.s9 .boxes .list-box ul li {
  color: white;
  font-size: 0.9rem;
  text-align: justify;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.5rem;
}

.s9 .boxes .list-box ul li::before {
  content: '';
  position: absolute;
  height: 12px;
  width: 12px;
  border: 2px solid red;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}

.s9 .boxes .list-box ul li::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: red;
  border-radius: 50%;
  left: 3px;
  top: 9px;
}

.s9 .boxes .list-box ul li:last-child {
  margin-bottom: 0px;
}

.s9 .boxes .img-box {
  height: 80px;
  width: 80px;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.s9 .boxes .img-box img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.s9 .boxes:hover .list-box ul {
  transform: scale(1) translateY(0px);
}

.s9 .boxes:hover::before {
  left: -85px;
}

.s9 .boxes:hover::after {
  right: -85px;
}

.s9 .boxes:hover .img-box {
  opacity: 0;
}

@media (max-width:767px) {
  .s9 .boxes .img-box {
    top: 50%;
  }
}

.s10 .boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 4px solid #da48489a;
  border-bottom: 4px solid #da48489a;
  height: 100%;
  padding: 1rem;
  box-shadow: -3px 3px 2px 2px #FF5A5A, -4px 4px 5px 2px #FF5A5A;
  transform: translateY(0px);
  transform-origin: top;
  position: relative;
  background-color: #ff8f8f6e;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.s10 .boxes:hover {
  transform: translateY(-10px);
  box-shadow: -10px 10px 2px 2px #882d2d, -10px 10px 5px 2px #882d2d;
}

.s10 .boxes .img-box {
  height: 35px;
  width: 35px;
  margin-right: 0.5rem;
}

.s10 .boxes .img-box img {
  object-fit: cover;
  object-position: center;
  /* height: 100%;
    width: 100%; */
}

.s10 .boxes p {
  margin-bottom: 0px;
  font-weight: 600;
  text-align: center;
}

.s11 h3 {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  color: #4B2E2B;
}

.s11 h3 .borders {
  height: 40px;
  width: 8%;
  border-top: 2px solid #4B2E2B;
  border-right: 2px solid #4B2E2B;
  position: relative;
  bottom: -20px;
  margin-left: 0.5rem;
}

.s11 .list-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s11 .list-box ul {
  padding: 0px;
  margin: 0px;
  width: fit-content;
  list-style-type: none;
}

.s11 .list-box ul li {
  margin-bottom: 1rem;
}

.s11 .list-box ul li:last-child {
  margin-bottom: 0px;
}

.s11 .list-box ul li .questions {
  /* background-color: #262626; */
  background-color: #4B2E2B;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.s11 .list-box ul li .questions h4 {
  color: white;
  margin-bottom: 0rem;
}

.s11 .list-box ul li .questions .face {
  position: relative;
  right: 20px;
  /* top: 20px; */
  display: flex;
  gap: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s11 .list-box ul li .questions .face .eyes {
  height: 10px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid white;
  position: relative;
  overflow: hidden;
}

.s11 .list-box ul li .questions .face .eyebrow-left {
  content: '';
  position: absolute;
  height: 10px;
  width: 20px;
  border-top: 2px solid white;
  border-radius: 100%;
  top: -5px;
  left: -1px;
}

.s11 .list-box ul li.eye-active .questions .face .eyebrow-left {
  top: -8px;
}

.s11 .list-box ul li .questions .face .eyebrow-right {
  content: '';
  position: absolute;
  height: 10px;
  width: 20px;
  border-top: 2px solid white;
  border-radius: 100%;
  top: -5px;
  right: -1px;
}

.s11 .list-box ul li.eye-active .questions .face .eyebrow-right {
  top: -8px;
}

/* .s11 .list-box ul li .questions .face .eyes::before{
    content: '';
    position: absolute;
    height: 10px;
    width: 20px;
    border-top: 2px solid white;
    border-radius: 100%;
    top: -5px;
    left: -1px;
} */

/* .s11 .list-box ul li.eye-active .questions .face .eyes::before{
    top: -8px;
} */

.s11 .list-box ul li .questions .face .eyes .circle {
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  /* REQUIRED */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  position: relative;
}

.s11 .list-box ul li .questions .face.active {
  opacity: 1;
}

.s11 .list-box ul li .answers {
  margin-top: 0.5rem;
}

.s11 .list-box ul li .answers p {
  max-height: 0px;
  padding: 0rem 1rem;
  overflow: hidden;
  margin-bottom: 0px;
  transition: max-height 0.5s ease;
}

.s11 .list-box ul li.active .answers p {
  max-height: 1000px;
  padding: 0rem 1rem;
  overflow: visible;
  margin-bottom: 0px;
}