p {
  text-align: justify;
}

h2 {
  overflow: hidden;
}

.text-gray {
  color: gray !important;
}

.s1 {
  margin-top: 10rem;
}

@media only screen and (max-width:992px) {
  .s1 {
    margin-top: 5.5rem;
  }
}

.s1 .boxes {
  background-color: #c6cbb48e;
  border-radius: 10px;
  position: relative;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.s1 .boxes:hover {
  transform: translateY(-10px);
}

.s1 .boxes::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #11998e, #38ef7e98);
  height: 10px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 0px 0px 10px 10px;
}

.s1 .boxes .head {
  background-image: linear-gradient(to right, #11998e, #38ef7d);
  padding: 0.5rem;
  /* margin-bottom: 1rem; */
  width: fit-content;
  border-radius: 10px;
  position: relative;
  top: -10px;
  left: -10px;
}

.s1 .boxes .head h3 {
  box-shadow: inset 0px 0px 8px -2px rgba(255, 255, 255, 50%);
  margin-bottom: 0px;
  color: white;
  padding: 0rem 0.3rem;
  border-radius: 5px;
}

.s1 .boxes .body {
  padding: 1.5rem 1rem 2rem 1rem;
  display: flex;
}

.s1 .boxes .body .img-box {
  height: 40px;
  width: 40px;
  margin-right: 0.5rem;
}

.s1 .boxes .body .img-box img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: 100%;
}

.s1 .boxes .body p {
  margin-bottom: 0px;
  font-size: 0.9rem;
  text-align: center;
}

.s1 .b-two .head {
  background-image: linear-gradient(to left, #E49BA6, #92487A);
}

.s1 .b-two::after {
  background-image: linear-gradient(to left, #E49BA6, #92487A);
}

.s1 .b-three .head {
  background-image: linear-gradient(to right, #540863, #92487A);
}

.s1 .b-three::after {
  background-image: linear-gradient(to right, #540863, #92487A);
}

.s1 .b-four .head {
  background-image: linear-gradient(to right, #77231d, #aa4f48);
}

.s1 .b-four::after {
  background-image: linear-gradient(to right, #77231d, #aa4f48);
}

.s1 .b-one {
  box-shadow: inset 0px 0px 15px 2px #11998e;
  color: #38ef7d;
  border: 2px solid rgba(17, 153, 142, 33%);
}

.s1 .b-two {
  box-shadow: inset 0px 0px 15px 2px #E49BA6;
  color: #92487A;
  border: 2px solid rgba(146, 72, 123, 33%);
}

.s1 .b-three {
  box-shadow: inset 0px 0px 15px 2px #540863;
  color: #92487A;
  border: 2px solid rgba(84, 7, 99, 33%);
}

.s1 .b-four {
  box-shadow: inset 0px 0px 15px 2px #77231d;
  color: #aa4f48;
  border: 2px solid rgba(119, 35, 29, 33%);
}

.s1 .boxes::before {
  content: '';
  position: absolute;
  height: 8px;
  width: 50%;
  left: 50%;
  bottom: -30px;
  background-color: rgba(0, 0, 0, 0.281);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(3px);
  transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.s1 .boxes:hover::before {
  transform: translate(-50%, -50%) scale(0.8);
  transform-origin: center;
  bottom: -40px;
}

.s1 .b-one::before {
  background-image: linear-gradient(to right, rgba(17, 153, 142, 30%), rgba(56, 239, 126, 30%));
}

.s1 .b-two::before {
  background-image: linear-gradient(to right, rgba(228, 155, 166, 30%), rgba(146, 72, 123, 30%));
}

.s1 .b-three::before {
  background-image: linear-gradient(to right, rgba(84, 7, 99, 30%), rgba(146, 72, 123, 30%));
}

.s1 .b-four::before {
  background-image: linear-gradient(to right, rgba(119, 35, 29, 30%), rgba(170, 79, 72, 30%));
}

.s2 .border-box {
  display: flex;
  margin-bottom: 1rem;
}

.s2 .border-box p {
  margin-bottom: 0px;
  margin-right: 5px;
  font-size: 1.1rem;
  font-weight: 600;
}

.s2 .border-box .borders {
  height: 40px;
  width: 100px;
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  position: relative;
  bottom: -15px;
}

.s2 .blue-para {
  color: #00aeef;
  font-weight: 600;
}

.s2 h3 {
  position: relative;
  width: fit-content;
}

.s2 h3::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url('../../../image/phd-services/delhi/journal-publication-in-delhi/correct-icon.png');
  background-position: center;
  background-size: cover;
  right: -20px;
  top: -5px;
}

.s3 .boxes {
  border: 4px solid #dd5a72;
  padding: 1.5rem;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.s3 .boxes h3 {
  background-color: rgba(221, 90, 114, 80%);
  text-align: center;
  padding: 0.5rem;
  color: white;
}

.s3 .boxes p {
  font-size: 0.9rem;
  text-align: center;
}

.s3 .b-two {
  border: 4px solid #e157b4;
}

.s3 .b-two h3 {
  background-color: rgba(225, 87, 180, 80%);
}

.s3 .b-three {
  border: 4px solid #28c8df;
}

.s3 .b-three h3 {
  background-color: rgba(40, 200, 223, 80%);
}

.s3 .b-four {
  border: 4px solid #89c377;
}

.s3 .b-four h3 {
  background-color: rgba(137, 195, 119, 80%);
}

.s3 .b-five {
  border: 4px solid #FF8B5A;
}

.s3 .b-five h3 {
  background-color: rgba(255, 139, 90, 80%);
}

@media (min-width:993px) {
  .s3 .b-two {
    transform: translateY(100px);
  }

  .square {
    height: 40px;
    width: 40px;
    background-color: #dd5a72;
    box-shadow: -5px 5px 10px -2px rgba(0, 0, 0, 0.3);
  }

  .s3 .s-one {
    background-color: #dd5a72;
    position: relative;
    bottom: -100px;
    right: -20px;
  }

  .s3 .s-two {
    background-color: #e157b4;
    position: relative;
    bottom: -50px;
    right: -50px;
  }

  .s3 .circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e157b4;
    box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
  }

  .s3 .c-one {
    position: relative;
    right: -100px;
    top: -50px;
  }

  .s3 .s-blue {
    background-color: #28c8df;
    position: relative;
    right: 30px;
    top: -60px;
  }

  .s3 .b-three {
    transform: translateY(-50px);
  }

  .s3 .b-four {
    transform: translateY(50px);
  }

  .s3 .c-blue {
    top: -120px;
    background-color: #28c8df;
    position: relative;
    right: -40px;
  }

  .s3 .s-orange {
    background-color: #FF8B5A;
    position: relative;
    right: -30px;
  }

  .s3 .b-five {
    transform: translateY(-100px);
  }

  .s3 .c-green {
    position: relative;
    right: -50px;
    background-color: #89c377;
  }
}

.s4 .boxes {
  background-color: #454040;
  padding: 1rem;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #D8D365;
  box-shadow: 5px 5px 10px -2px #605B51, inset -5px -5px 2px -2px #D8D365;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.s4 .boxes:hover {
  transform: translateY(-10px);
  box-shadow: 5px 10px 10px -2px #605B51, inset -5px -5px 2px -2px #D8D365;
}

.s4 .boxes h3 {
  height: 87px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E6F082;
}

.s4 .boxes p {
  font-size: 0.9rem;
  color: white;
}

.s5 .boxes {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 100%;
}

.s5 .boxes p {
  background-color: #6E1A37;
  width: 100%;
  margin-bottom: 0px;
  color: white;
  text-align: center;
  padding: 0.5rem;
  font-weight: 600;
  --c: 85;
  mask: radial-gradient(calc(var(--c)*1%) 100% at 50% calc(-100%*cos(asin(50/var(--c)))), #0000 calc(100% - 1px), #000);
  clip-path: ellipse(calc(var(--c)*1%) 100% at top);
}

.s5 .center-content {
  display: none;
}

.s5 .b-one p {
  background-color: #6E1A37;
}

.s5 .b-two p {
  background-color: #1A3263;
}

.s5 .b-three p {
  background-color: #612D53;
}

.s5 .b-four p {
  background-color: #254F22;
}

.s5 .b-five p {
  background-color: #7B542F;
}

.s5 .b-six p {
  background-color: #D97D55;
}

.s5 .b-seven p {
  background-color: #2F5755;
}

.s5 .b-eight p {
  background-color: #6A4A3C;
}

@media (min-width:993px) {

  .s5 h2 {
    margin-bottom: 1rem;
  }

  .s5 h2 .Head {
    margin-bottom: 0px !important;
    text-align: start !important;
  }

  .s5 .para {
    display: none;
  }

  .s5 .center-content {
    background-color: #242424;
    color: white;
    font-size: 0.9rem;
    padding: 3rem;
    border-radius: 100%;
    text-align: center;
    box-shadow: inset 0px 0px 5px 5px gray, 0px 5px 8px -2px black;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
  }

  .s5 .b-one p {
    position: relative;
    bottom: -70px;
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 50%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #6E1A37;

    padding: 1em;
    border-radius: var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b)/2) min(var(--r), var(--p) - var(--b)/2)/var(--r);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%,
        min(100%, var(--p) + var(--b)/2) 100%,
        var(--p) calc(100% + var(--h)),
        max(0%, var(--p) - var(--b)/2) 100%);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ var(--r) calc(100% - var(--p) - var(--b)/2) 0 calc(var(--p) - var(--b)/2)/ 0 0 var(--h) 0;
  }

  .s5 .b-two p {
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 100%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #1A3263;

    padding: 1em;
    border-radius: var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b)/2) min(var(--r), var(--p) - var(--b)/2)/var(--r);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%,
        min(100%, var(--p) + var(--b)/2) 100%,
        var(--p) calc(100% + var(--h)),
        max(0%, var(--p) - var(--b)/2) 100%);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ var(--r) calc(100% - var(--p) - var(--b)/2) 0 calc(var(--p) - var(--b)/2)/ 0 0 var(--h) 0;
  }

  .s5 .b-three p {
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 0%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #612D53;

    padding: 1em;
    border-radius: var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b)/2) min(var(--r), var(--p) - var(--b)/2)/var(--r);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%,
        min(100%, var(--p) + var(--b)/2) 100%,
        var(--p) calc(100% + var(--h)),
        max(0%, var(--p) - var(--b)/2) 100%);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ var(--r) calc(100% - var(--p) - var(--b)/2) 0 calc(var(--p) - var(--b)/2)/ 0 0 var(--h) 0;
  }

  .s5 .b-four p {
    position: relative;
    left: -30px;
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 52%;
    /* triangle position (0%:top 100%:bottom) */
    --r: 1.2em;
    /* the radius */
    --c: #254F22;

    padding: 1em;
    border-radius: var(--r)/var(--r) min(var(--r), var(--p) - var(--b)/2) min(var(--r), 100% - var(--p) - var(--b)/2) var(--r);
    clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0,
        100% max(0%, var(--p) - var(--b)/2),
        calc(100% + var(--h)) var(--p),
        100% min(100%, var(--p) + var(--b)/2));
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ calc(var(--p) - var(--b)/2) 0 calc(100% - var(--p) - var(--b)/2) var(--r)/ 0 var(--h) 0 0;
  }

  .s5 .b-five p {
    position: relative;
    right: -30px;
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 50%;
    /* triangle position (0%:top 100%:bottom) */
    --r: 1.2em;
    /* the radius */
    --c: #7B542F;

    padding: 1em;
    border-radius: var(--r)/min(var(--r), var(--p) - var(--b)/2) var(--r) var(--r) min(var(--r), 100% - var(--p) - var(--b)/2);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0,
        0 max(0%, var(--p) - var(--b)/2),
        calc(-1*var(--h)) var(--p),
        0 min(100%, var(--p) + var(--b)/2));
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ calc(var(--p) - var(--b)/2) var(--r) calc(100% - var(--p) - var(--b)/2) 0/ 0 0 0 var(--h);
  }

  .s5 .b-six p {
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 100%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #D97D55;

    padding: 1em;
    border-radius: min(var(--r), var(--p) - var(--b)/2) min(var(--r), 100% - var(--p) - var(--b)/2) var(--r) var(--r)/var(--r);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0,
        min(100%, var(--p) + var(--b)/2) 0,
        var(--p) calc(-1*var(--h)),
        max(0%, var(--p) - var(--b)/2) 0);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ 0 calc(100% - var(--p) - var(--b)/2) var(--r) calc(var(--p) - var(--b)/2)/ var(--h) 0 0 0;
  }

  .s5 .b-seven p {
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 0%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #2F5755;

    padding: 1em;
    border-radius: min(var(--r), var(--p) - var(--b)/2) min(var(--r), 100% - var(--p) - var(--b)/2) var(--r) var(--r)/var(--r);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0,
        min(100%, var(--p) + var(--b)/2) 0,
        var(--p) calc(-1*var(--h)),
        max(0%, var(--p) - var(--b)/2) 0);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ 0 calc(100% - var(--p) - var(--b)/2) var(--r) calc(var(--p) - var(--b)/2)/ var(--h) 0 0 0;
  }

  .s5 .b-eight p {
    position: relative;
    top: -70px;
    /* triangle dimension */
    --b: 2em;
    /* base */
    --h: 1em;
    /* height */

    --p: 50%;
    /* triangle position (0%:left 100%:right) */
    --r: 1.2em;
    /* the radius */
    --c: #6A4A3C;

    padding: 1em;
    border-radius: min(var(--r), var(--p) - var(--b)/2) min(var(--r), 100% - var(--p) - var(--b)/2) var(--r) var(--r)/var(--r);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0,
        min(100%, var(--p) + var(--b)/2) 0,
        var(--p) calc(-1*var(--h)),
        max(0%, var(--p) - var(--b)/2) 0);
    background: var(--c);
    border-image: conic-gradient(var(--c) 0 0) fill 0/ 0 calc(100% - var(--p) - var(--b)/2) var(--r) calc(var(--p) - var(--b)/2)/ var(--h) 0 0 0;
  }

  .s5 .border-box {
    justify-content: center !important;
    position: relative;
    left: -150px;
    bottom: -40px;
  }

  .s5 .border-box .borders {
    width: 50% !important;
  }
}

.s5 .border-box {
  display: flex;
  justify-content: end;
}

.s5 .border-box .borders {
  height: 30px;
  width: 80px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;

}

.s5 .border-box p {
  margin-bottom: 0px;
  position: relative;
  bottom: -10px;
  margin-left: 5px;
  font-weight: 600;
  font-size: 1.1rem;
}

.s5 .border-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border: 2px dashed #D1D3D4;
}

.s5 .border-content-box p {
  margin-bottom: 0px;
  text-align: center;
  background-color: #F2EAD3;
  padding: 1.5rem;
  font-weight: 600;
}

.s6 .boxes {
  box-shadow: -5px 5px 8px -2px rgb(170, 170, 170);
  height: 100%;
  border-radius: 5px;
  border: 2px solid white;
  transition: box-shadow 0.5s ease-in-out, border 0.5s ease-in-out, transform 0.3s ease-in-out;
}

.s6 .boxes .head {
  display: flex;
  align-items: center;

  --f: .5em;
  /* control the folded part*/
  --r: .8em;
  /* control the ribbon shape */

  position: relative;
  top: -5px;
  left: calc(-1.2*var(--f));
  padding: 0.5rem 2rem 0.5rem 1rem;
  line-height: 1.8;
  background: #987F69;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path:
    polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%,
      var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)),
      100% calc(50% - var(--f)/2));

}

.s6 .boxes .head h3 {
  color: white;
  margin-bottom: 0px;
}

.s6 .boxes .head .img-box {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  /* top: 0px; */
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.s6 .boxes .head .img-box img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.s6 .boxes:hover {
  box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);
  border-left: 2px solid rgba(170, 170, 170, 0.521);
  border-bottom: 2px solid rgba(170, 170, 170, 0.521);
  transform: scale(0.99);
}

.s6 .boxes .body p {
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-align: justify;
  text-justify: inter-word;
  font-size: 0.9rem;
}

.s7 .list-box {
  display: flex;
  align-items: center;
  justify-content: center
}

.s7 .list-box ul {
  width: fit-content;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.s7 .list-box ul li {
  overflow: hidden;
}

.s7 .list-box ul li .questions {
  background-image: linear-gradient(to right, #41295a, #2F0743);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.s7 .list-box ul li .questions h3 {
  color: white;
  margin-bottom: 0px;
  user-select: none;
}

.s7 .list-box ul li .answers {
  /* padding: 0.5rem 1rem; */
  border-radius: 5px;
  /* margin-top: 3rem; */
  padding: 0rem 0rem;
  margin-top: 0rem;
  margin-bottom: 0.3rem;
  position: relative;
  max-height: 0;
  /* overflow: hidden; */
  opacity: 0;

  /* transform: translateY(-100px); */
  transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease, margin 0.3s ease;
}

/* ACTIVE STATE */
.s7 .list-box ul li.active .answers {
  max-height: 500px;
  padding: 0.5rem 1rem;
  margin-top: 3rem;
  opacity: 1;
  animation: boxSwing 0.8s ease forwards;
}

.s7 .list-box ul li .answers p {
  margin-bottom: 0px;
  background-color: #D1D3D4;
  padding: 2rem 1rem 0.5rem 1rem;
  border-radius: 10px;
  font-size: 0.9rem;
  transform-origin: top center;
}

.s7 .list-box ul li .answers div {
  position: absolute;
  /* z-index: -1; */
}

.s7 .list-box ul li .answers .left-svg {
  left: 30px;
  top: -5rem;
}

.s7 .list-box ul li .answers div::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background-color: rgb(196, 127, 0);
  border-radius: 50%;
  left: 10px;
  bottom: 14px;
  z-index: 2;
}

.s7 .list-box ul li.active .answers div::before {
  animation: ropeSwing 0.8s ease forwards;
}

.s7 .list-box ul li .answers .right-svg {
  right: 30px;
  top: -5rem;
}

.rope-path {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 0.6s ease;
}

/* when open → rope appears */
li.active .rope-path {
  stroke-dashoffset: 0;
}

.rope-path {
  fill: none;
  stroke: black;
  stroke-width: 2;
  transition: d 0.6s ease, stroke-dashoffset 0.6s ease;
}

/* ACTIVE → straight line */
li.active .rope-path {
  d: path("M20 0 L20 100");
}

li.active .rope {
  animation: ropeSwing 0.8s ease;
}

@keyframes ropeSwing {
  0% {
    transform: rotate(-10deg);
  }

  25% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-6deg);
  }

  75% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes boxSwing {
  0% {
    transform: rotate(-0.5deg) translateY(100%);
  }

  25% {
    transform: rotate(0.5deg);
  }

  50% {
    transform: rotate(-0.5deg) translateY(-20%);
  }

  75% {
    transform: rotate(0.5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.s7 .btns {
  width: 100%;
  height: 100%;
  padding: 0px 2rem;
}

.s7 .btns button {
  width: 100%;
  padding: 0.7rem 0.5rem;
  border-radius: 12px;
  border: none;
  background-image: linear-gradient(to bottom, #46c0fd 61%, #0052D4 105%);
  color: white;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  text-shadow: 1px 1px 0px black;
  box-shadow: 0px 7px 0px 0px #003fa3, 0px 8px 6px -1px #000000, inset 0px -1px 0px 0px rgb(255 255 255 / 35%), inset 0px -2px 12px -6px #003ea1;
}

.s7 .btns button:hover {
  transform: scale(0.98);
  box-shadow: 0px 7px 0px 0px #003fa3, 0px 4px 4px -1px #5f5f5f, inset 0px -1px 0px 0px rgb(255 255 255 / 35%), inset 0px -2px 12px -6px #003ea1;
}

.s7 .b-two button {
  background-image: linear-gradient(to bottom, #6A9113 61%, #141517 105%);
  box-shadow: 0px 7px 0px 0px #141517, 0px 8px 6px -1px #000000, inset 0px -1px 0px 0px rgb(255 255 255 / 35%), inset 0px -2px 12px -6px #141517;
}

.s7 .b-two button:hover {
  box-shadow: 0px 7px 0px 0px #141517, 0px 4px 4px -1px #5f5f5f, inset 0px -1px 0px 0px rgb(255 255 255 / 35%), inset 0px -2px 12px -6px #141517;
}