*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, h1 {
    font-family: 'GothamBook';
}
h1, h2, h3, h4, h5, h6, p, ul, li, p, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 60px;
    line-height: 1;
}
h2 {
    font-size: 50px;
    margin-bottom: 30px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
p {
    font-size: 23px;
    line-height: 1.2;
}
a, a:hover {
    text-decoration: none;
}

:root {
    --black: #000;
    --white: #fff;
    --red: #b80d31;
    --yellow: #f3eb4d;
    --peach: #fce8eb;
    --gray: #aeadad;
    --gray1: #d1d1d1;
    --duskypink: #e5d1d5;
}

@font-face {
  font-family: 'GothamBook';
  src: url('../fonts/GothamBook.ttf');
}
@font-face {
  font-family: 'GOTHAM-BLACK';
  src: url('../fonts/GOTHAM-BLACK.TTF');
}
@font-face {
  font-family: 'GOTHAM-MEDIUM';
  src: url('../fonts/GOTHAM-MEDIUM.TTF');
}
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/GothamBold.ttf');
}
@font-face {
  font-family: 'Fontspring-DEMO-cerapro-black';
  src: url('../fonts/Fontspring-DEMO-cerapro-black.otf');
}

section {
    padding: 80px 0;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

h1, h2, .prog-btn a {
    text-transform: uppercase;
}

h1 b, h2,
.legacy-txt h3 {
    font-family: 'GOTHAM-BLACK';
}

/* header css start  background: url(../images/bannerb.webp) no-repeat;*/
header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 0;
        background: linear-gradient(to right, #e91e63, #0078d4, #6a1b9a);
    background-size: cover;
    color: var(--white);
    height: calc(100dvh - 30px);
}

.logo-sec img {
    width: 280px;
}

.banner-sec {
    background: url('https://vidyashilp.edu.in/wp-content/uploads/2026/03/ssmm.jpg') center no-repeat;
    background-size: cover;
    padding: 70px 80px;
    height: 600px;
}

.banner-txt h3 {
    font-family: 'Fontspring-DEMO-cerapro-black';
    font-size: 50px;
    margin: 20px 0;
    position: relative;
}

.banner-txt h3 span {
    color: var(--yellow);
}

.banner-txt h3:after {
    content: '';
    position: absolute;
    width: 2.5vw;
    height: 3px;
    background: var(--white);
    left: 0;
    bottom: 0;
}
.banner-txt .mob {
    display: none;
}
/* header css end */

/* course css start */
.course-slider {
    background: var(--black);
    color: var(--white);
    margin: -50px 70px 0;
    padding: 20px 20px;
    justify-content: space-evenly;
    gap: 20px;
    width: 80%;
}
.course-sec {
    border-right: 2px solid var(--red);
}

.course-sec.bms {
  border-right: none;
}

.course-sec h4 {
    margin-right: 20px;
    /* padding-right: 20px; */
    font-family: 'GOTHAM-MEDIUM';
}

.course-sec.bms h4 {
    margin-right: 0;
}

.course-sec:nth-child(2) {
    display: flex;
    align-items: center;
}

.course-sec h4,
.legacy-hd h2,
.program-txt,
.learn-txt,
.legacy-txt,
.prog-btn,
.learn-box h4,
.excellence-sec,
.community-sec,
.university-sec,
.collaboration-sec,
.journey-sec {
    text-align: center;
}
/* course css end */

/* legacy css start */
.legacy-hd {
    padding-bottom: 30px;
}


h2 span,
.legacy-txt h3,
.prog-btn a {
    color: var(--red);
}

.course-slider,
.legacy-sec,
.program-box-sec,
.learning-box-sec,
.community-img-sec,
.journey-box-sec,
.jour, .footer-sec {
    display: flex;
}

.legacy-txt h3 {
    font-size: 120px;
}

.legacy-txt-sec,
.community-img,
.journey-box {
    flex: 1;
}

.legacy-txt {
    border-right: 2px dashed var(--gray1);
}

.legacy-txt-sec:last-child .legacy-txt {
    border-right: 0;
}

.legacy-txt:first-child {
    border-bottom: 2px dashed var(--gray1);
    padding-bottom: 30px;
    min-height: 185px;
}

.legacy-txt:last-child {
    padding-top: 30px;
}

.legacy-txt h3 span {
    font-size: 65px;
}
/* legacy css end */

/* programme css start */
.program-txt {
    padding-bottom: 50px;
}
.program-txt h2 {
    margin-bottom: 20px;
}

.program-box {
    padding: 40px 35px;
}

.program-box,
.excell {
    background: var(--peach);
}

.program-box-sec.pr2 .program-box,
.program-box-sec.pr3 .program-box {
    width: 35%;
}

.program-box-sec.pr1 .program-box,
.program-box-sec.pr2 .program-box:nth-of-type(3),
.program-box-sec.pr3 .program-box:nth-of-type(1) {
    width: 32%;
}
.program-box-sec.pr1 .program-box:nth-of-type(3) {
    width: 36%;
}
.program-box-sec.pr1 .program-box:nth-of-type(3),
.program-box-sec.pr2 .program-box:nth-of-type(1) {
    background: #f2f2f2;
}

.program-box-sec.pr1 .program-box:nth-of-type(2),
.program-box-sec.pr2 .program-box:nth-of-type(3),
.program-box-sec.pr3 .program-box:nth-of-type(2) {
    background: var(--red);
    color: var(--white);
}

.program-box-sec.pr2 .program-box:nth-of-type(2),
.program-box-sec.pr3 .program-box:nth-of-type(1) {
    background: var(--duskypink);
}

.program-box h4,
.prog-btn a, .learn-box h4,
.excell h3, .jour h6 {
    font-family: 'GothamBold';
}

.prog-btn {
    border: 2px solid #adadad;
    padding: 8px 30px;
    width: fit-content;
    margin: 30px auto 0;
}

.prog-btn a {
    font-size: 25px;
}
/* programme css end */


/* learning css start */
.learning-sec,
.university {
    position: relative;
}

.learning-sec .learn-box {
    position: absolute;
    left: 0;
    top: 50px;
}

.learning-sec .learn-box:last-child {
    left: initial;
    right: 0;
}

.learn-box img {
    /* width: 220px; */
    border-radius: 50%;
}

.learning-box-sec {
    gap: 100px;
    justify-content: center;
    margin-top: 30px !important;
}

.learn-box h4 {
    margin-top: 20px;
}

/* .learning-box-sec .learn-box:nth-of-type(2) img {
    width: 350px;
} */
/* learning css end */

/* excelllence css start */
.excellence-slider,
.community-img-sec,
.university-tab-sec {
    padding-top: 30px;
}
.excellence-slider .slick-slide {
    padding-right: 30px;
}

.excell-txt,
.community {
    background: #fff8f9;
}
.excell {
    border-radius: 50%;
    width: 480px;
    height: 480px;
    text-align: center;
    margin: 0px auto -140px;
    padding: 120px 20px 0;
    position: relative;
}

.excellence-slider .slick-current.slick-active.slick-center .excell {
    background: var(--red);
    color: var(--white);
    margin: -140px auto 0;
}
.excellence-slider .slick-current.slick-active.slick-center .excellence-txt-sec {
    display: flex !important;
    flex-direction: column !important;
}
.excellence-slider .slick-current.slick-active.slick-center .excellence-txt-sec figure {
    order: 1;
}
.excellence-slider .slick-current.slick-active.slick-center .excell-txt {
    order: 2;
}

.excellence-slider .slick-dots,
.collaboration-slider .slick-dots,
.course-slider .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}

.course-slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.excellence-slider .slick-dots button,
.collaboration-slider .slick-dots button,
.course-slider .slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #373334;
    background: transparent;
}

.excellence-slider .slick-active button,
.collaboration-slider .slick-active button,
.course-slider .slick-active button {
    border: 2px solid var(--red);
    background: var(--red);
}

.excellence-txt-sec img {
    width: 100%;
}

.excell h3 {
    margin-bottom: 20px;
}
/* excelllence css end */


/* community css start */
.community-img-sec {
    display: flex;
    align-items: stretch;
}

.community-img {
    border-right: 2px solid var(--gray);
    padding-right: 30px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.community-img:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.community-img figure {
    margin: 0;
}
/* community css end */

/* university css start */
.university::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    background: var(--peach);
    left: 0;
    top: 0;
    z-index: -1;
}
.univ-tab-sec img {

    width: 100%;
    object-fit: cover;
}


.university-tab-sec .nav-link.active {
    background: none;
    border-bottom: 10px solid var(--red);
    border-radius: 0;
    padding-bottom: 15px;
}

.university-tab-sec .nav-item {
    width: 25%;
}
.university-tab-sec .nav-item button {
    padding: 15px 0 0;
}

.univ-tab-btn {
    border-bottom: 2px solid var(--peach);
}

.univ-tab-btn .nav-item img {
    width: 250px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}
/* university css end */

/* collaboration css start */
.collaboration-sec,
.journey-sec {
    padding-bottom: 40px;
}
.collaboration-slider .slick-slide {
    padding: 0 15px;
}
.colla-img figure {
    border: 2px dashed var(--gray1);
    padding: 15px 10px;
    margin-bottom: 30px;
}

.colla-img figure:last-child {
    margin-bottom: 0;
}

.colla-img img {
    width: 180px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
    margin: auto;
}
/* collaboration css end */


/* journey css start */
.journey {
    background: url(../images/journey.webp) no-repeat;
    background-size: cover;
}

.journey-sec h2 {
    color: var(--white);
}

.journey-box-sec {
    gap: 30px;
}
.jour {
    gap: 15px;
    margin-bottom: 15px;
}

.jour figure {
    width: 25%;
}

.jour h6 {
    font-size: 23px;
    line-height: 1.1;
    width: 75%;
}

.journey-box {
    background: var(--white);
    padding: 30px 30px 50px;
    position: relative;
    z-index: 1;
    min-height: 400px;
}

.journey-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}

.journey-box:hover::before {
    height: 100%;
    background: var(--red);
}

.journey-box:hover .jour h6,
.journey-box:hover p {
    color: var(--white);
}

.journey-box:hover .jour img {
    filter: brightness(0) invert(1);
}
/* journey css end */

/* footer css start */
.footer-sec {
    justify-content: space-between;
    padding: 20px 0;
}
/* footer css end */


/* form css */
.form-sec {
  position: fixed;
  top: 2% !important;
  right: 0px;
  width:300px;
  padding:12px 12px 16px;
  background:#ffffff;
  box-shadow:0 10px 30px rgba(0,0,0,0.15);
  border-radius:8px;


  padding: 13px 10px 20px;
  z-index: 9;
  transition: .3s all;
  z-index: 9999;
  border-radius: 0;
  font-family: sans-serif;
}

.form-sec .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.slide-righta.form-sec {
  transform: translatex(120%);
  transition: .3s all;
}

.hides.form-sec {
  transform: translatex(120%);
  transition: .3s all;
}

.adm-txt h3 {
  font-size: 23px;
  color: #ffffff;
}

.adm-txt h4 {
  padding:6px;
  font-size:18px;

  font-size: 20px;
  color: black;

}

.adm-txt {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  line-height: 30px;
}

.form-group {
  margin-bottom: 1rem;
  width: 100%;
}

.form-sec .form-group {
margin-bottom:10px !important;
padding-left:18px !important;
border:1px solid #dcdcdc !important;
border-radius:6px !important;
height:36px !important;
display:flex !important;
align-items:center !important;
background:#fff !important;
}

.form-sec .form-group::before {
  position: absolute;
  content: "";
  background-image: url(form-icon.png);
  width: 30px;
  height: 40px;
  background-position: -3px -11px;
  top: 7px;
  left: 4px;
}

.form-sec .form-group.email::before {
  background-position: -3px -57px;
  width: 30px;
}

.form-sec .form-group.Mobile::before {
  background-position: -4px -103px;
}

.form-sec .form-group.State::before {
  background-position: 1px -161px;
  top: 5px;
  height: 25px;
  width: 33px;
  background-size: 30px;
}

.form-sec .form-group.City::before {
  background-position: -3px -242px;
  top: 5px;
  height: 21px;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 14px;
  border: solid 1px #fff;
  background: black;
  background-color: black;
  border-radius: 0;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark::after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label input:checked~.checkmark:after {
  display: block;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-label {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: -1px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #134a7f;
  line-height: 16px;
}

select.input{
height:34px;
cursor:pointer;
}

.sbt {
  border: solid 1px var(--form-submit-button);
  border-radius: 0;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  margin: 14px auto 0;
  width: 100%;
  display: inherit;
  font-size: 20px;
  background-color: #134a7f;
}
.sbt:hover{
background:#8e0a26;
}

.input {
  border:none;
width:100%;
height:34px;
font-size:13px;
font-weight:500;
background:transparent;
outline:none;
padding-left:6px;
  font-weight: 600;
  font-family: sans-serif;
}

::placeholder {
  color: #000000;
}

.form-sec.show.slide {
  right: 40px;
}

.form-sec.show {
  position: fixed;
  right: -940px;
  left: auto;
  transition: all 0.5s;
  z-index: 99;
  top: 48%;
  margin-top: -203px;
}

.topenq1.mobile {
  display: none;
}

.topenq {
  right: 0px;
  transform: rotate(90deg) translatey(-39px);
}

.topenq {
  position: fixed;
  top: 40%;
  right: -70px;
  transform: rotate(90deg);
  overflow: hidden;
  z-index: 300;
  background-color: var(--enquiry-button-background-color);
  color: #fff;
  outline: none;
  z-index: 999;
}

.topenq a:hover {
  outline: none;
  color: #000;
  background: #fff;
  border: 1px solid #af0e31;
}

.topenq a {
  border: 1px solid #af0e31;
  color: #000000;
  font-size: 20px;
  padding: 13px 21px;
  z-index: 999999999;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  text-decoration: none;
}

.error {
  color: #fdf8f8;
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  line-height: 11px;
  font-family: 'GothamBook';
}

@media (max-width: 576px) {
  .form-sec {
      width: 95%;
      padding: 20px;
      position: static;
      transform: none;
      transform: initial;
      margin: auto;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }

  .form-sec .close {
      display: none;
  }

  .slide-righta .form-sec {
      right: 0;
      display: none;
  }

  .topenq {
      position: fixed;
      top: auto;
      top: initial;
      width: 100%;
      right: auto;
      right: initial;
      transform: none;
      transform: initial;
      overflow: hidden;
      z-index: 300;
      bottom: 0;
  }

  .topenq1.mobile {
      display: block;
  }

  .topenq.desktop {
      display: none;
  }

  .topenq1 {
      position: fixed;
      top: auto;
      top: initial;
      width: 100%;
      right: auto;
      right: initial;
      transform: none;
      transform: initial;
      overflow: hidden;
      z-index: 300;
      bottom: 0;
      z-index: 9999;
      background: #00ada7;
  }

  .special_item:focus-visible {
      outline: none;
  }

  .topenq1.mobile a {
      display: block;
      text-align: center;
      background-color: var(--red);
      padding: 15px;
      transition: all 0.3s ease;
      color: white;
      font-size: 16px;
      text-decoration: none;
  }

  .slide-righta.active .side-slide-form-wrap {
      display: block;
  }

  .admission {
      margin-top: 0rem;
  }
}

.hjghj {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.hjghj a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.7rem;
}
/* form css end */
