* {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;

}

@font-face {
  font-family: "Glitz";
  src: url(../glitz-font-2/glitz.otf) format("opentype");
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  /* background-image: linear-gradient(180deg, #FFF0E5 0%, #FFF0E5 40%);    */
}

a {
  text-decoration: none;
}

.pri {
  color: #000;
}

.sticky-footer {
  display: none;
}

small {
  font-size: 13px;

}

.high {
  color: #000;
}

.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000 !important;
  padding: 0;
  margin: 0;
}

#closeable-section {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #602118;
  padding: 12px 10px 1px 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 50;
  color: #fff;
}

.close-button {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 5%;
}

.enrol {
  background-color: #FEE771;
  color: #602118;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
  border: none;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #7b3f36;
  border-radius: 25px;
  padding: 40px 25px;
  position: relative;
  margin-top: 30px;
  box-shadow: 0 6px 10px rgb(131 131 131 / 19%);
  /* height: 390px; */
}

.testimonial-card h6 {
  font-size: 15px;
}

.quote-icon {
  position: absolute;
  top: -37px;
  left: 24px;
  z-index: 10;
}

.quote-icon img {
  width: 60px !important;
  display: block !important;
}


.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-top: 20px;
}

.profile-img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.stars {
  color: #f4b400;
  font-size: 18px;
}

@media(max-width:768px) {

  .testimonial-card {
    padding: 35px 20px;
  }

  .stars {
    margin-top: 10px;
  }

}

.contact-item {
  font-family: "Montserrat", sans-serif;
}

p,
ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

h1 {
  color: #FEE771;
}

.banner {
  background-image: url('../img/banner.webp');
  background-size: cover;
  background-position: center;
  padding: 200px 0 0px 0px;
}

.banner-animation {
  background-image: url('../img/vfx-banner.webp');
  background-size: cover;
  background-position: center;
  padding: 200px 0 0px 0px;
}

.banner-bca {
  background-image: url('../img/comuter-application-banner.webp');
  background-size: cover;
  background-position: center;
  padding: 200px 0 0px 0px;
}

.form {
  background: #fff;
  padding: 40px;
  /*border-radius: 20px 20px 0px 0px;*/
  /* backdrop-filter: blur(12px);*/
  /*-webkit-backdrop-filter: blur(12px);*/
  /* border: 1px solid rgba(255, 255, 255, 0.15);*/
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.btn-submit {
  background-color: #602118;
  color: #fff;
  width: 100%;
  padding: 10px;
  /*border: #602118 solid 2px;*/
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.btn-submit:hover {
  border: #602118 solid 2px;
  font-weight: 500;
  color: #602118;
}


.form-control,
.form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 0px 0px 5px 0px;
  border-radius: 0px;
}

::placeholder {
  color: #000 !important;
}

.partner-img {
  width: 60% !important;
  margin: auto;
}

.col-texts li::marker {
  color: #FEE771;

}

.semester-box {
  background: #fff !important;
  color: #602118 !important;
}

.col-texts li {
  padding-top: 10px;
  color: #fff;
}

#enq {
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  width: fit-content;
  color: #000;
}

.mb {
  margin-bottom: 50px;
}

label {
  font-size: 14px !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

h2 {
  text-align: center;
  color: #252525;
  margin-bottom: 20px;
  font-family: "Glitz", sans-serif;
}

.faq {
  background-color: #602118;
  padding: 40px 0px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none !important;

}

.c-bx {
  width: 60%;
}

.d-t {
  width: 60%;
  margin-top: 30px;
}

.how-bx2 {
  background: linear-gradient(to bottom, #ffffff 0%, #e9e9e96e 100%);
  backdrop-filter: blur(6px);
  border-radius: 0px 0px 12px 12px;
  padding: 20px;
}

.bg-box {
  background: #e6e6e686;
  border-radius: 12px;
  padding: 40px;
  height: 380px;
  margin: 10px;
  /* 3D depth */
  position: relative;
  overflow: hidden;
  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.bg-box:hover {
  transform: translateY(-6px);
  box-shadow:
    0 10px 10px rgba(0, 0, 0, 0.12),
    0 4px 8px rgba(0, 0, 0, 0.08);
}

.accordion-body {
  font-family: "Montserrat", sans-serif;
}

.bg-box p {
  font-size: 14px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
  margin-bottom: 20px;
}

.bento-large {
  height: 100%;
}

.bento-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.bento-card:hover .bento-img {
  transform: scale(1.08);
}

.bento-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.bento-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.bento-icon {
  font-size: 22px;
  margin-bottom: 8px;
}

.bento-card h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.bento-card p {
  font-size: 14px;
  margin: 0;
}

.bg-boxs {
  background-color: #FFF9F9;
  padding: 80px 40px;
  width: 500px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.owl-dots {
  position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordion-button {
  font-family: "Montserrat", sans-serif;
}

.course-box {
  background-color: #EEEEEE;
  border-radius: 20px;
  padding: 40px 30px;
}

.btn-Tuition {
  background-color: #FEBF01;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.btn-Tuition:hover {
  background-color: #602118;
  color: #fff;
}

.cat {
  position: absolute;
  bottom: -9%;
  right: 20%;
  width: 350px;

}

.icon-box {
  background-color: #602118;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 0px 12px;
  margin-bottom: 5px;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}

.sticky-icon {
  position: fixed;
  top: 55%;
  right: 1%;
  z-index: 999;
}

.course {
  position: relative;
}

.btn-duration {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 20px;
}

.btn-duration:hover {
  background-color: #602118;
  color: #fff;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 2px;
  margin: 7px 4px;
  background-color: #D9D9D9;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #602118;
  width: 20px;
  height: 2px
}

.university {
  background-image: url(../img/sri.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 200px 0 0px 0px;
}

.adms-animation {
  background-image: url(../img/vfx-admission-banner-flip.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  height: 500px;
  background-position-y: top;
  position: relative;
}

.adms-bca {
  background-image: url(../img/bananer-computer.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  height: 500px;
  background-position-y: top;
  position: relative;
}

.adms {
  background-image: url(../img/adms.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
  height: 500px;
  background-position-y: top;
  position: relative;
}

.adm-bx {
  text-align: left;
  width: 500px;
  max-width: 100%;
  float: right;
}

.placemnet {
  background-color: #EFEFEF;
  padding: 50px 0px;
}

.how-bx {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 245, 0.95) 100%);
  backdrop-filter: blur(6px);
  border-radius: 12px;
  padding: 20px;

}

.tab-slider .owl-nav .owl-next span {
  background: linear-gradient(90deg, #602118, #602118);
  display: block;
  width: 25px !important;
  height: 25px;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  position: absolute;
  right: 0px;
  top: 10%;
}

.tab-slider .owl-nav .owl-prev span {
  background: linear-gradient(90deg, #602118, #602118);
  display: block;
  width: 25px !important;
  height: 25px;
  color: #fff;
  font-size: 17px;
  border-radius: 50px;
  position: absolute;
  left: -4%;
  top: 10%;
}

/* semester-tab section */

.semester-box {
  border: solid 1px #602118 !important;
  background: #f8f0ee !important;
  border-radius: 10px !important;
  padding: 0px 20px 0px 0px !important;
  color: black;
}

.semester-box.active {
  background: #602118 !important;
  color: #fff !important;
}

.icon-circle {
  padding: 8px;
  background: #602118;
  border-radius: 9px;
}

.semester-box.active .icon-circle {
  background: #fff;
}

.icon-circle img {
  width: 25px !important;
  filter: brightness(0) invert(1);
}

.nav-link.active img {
  filter: none;
}

.box-number {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}

/*.box-number:hover {*/
/*  color: #602118;*/
/*}*/
/* .course-card{
    padding: 30px 20px;
    border: 1px solid #d1cfcfdb;
    border-radius: 10px;
    height: 100%;
    background-color: #f8f0ee;

} */

.course-card {
  position: relative;
  padding: 30px 25px;
  border-radius: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 245, 0.95) 100%);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: hidden;
  transition: all .35s ease;

  /* soft shadow */
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
}

/* top gradient accent line */
.course-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #602118, #602118);
  opacity: .85;
}

/* hover effect */
.course-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

/* title */
.course-card h4 {
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

/* description */
.course-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* icon circle */
.course-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #602118, #602118);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0);
  transition: all .35s ease;
}

.course-card:hover .course-icon {
  transform: rotate(-8deg) scale(1.08);
}

/* button */
.course-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  background: linear-gradient(90deg, #602118, #602118);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: all .3s ease;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.12),
    0 22px 40px rgba(0, 0, 0, 0.18);
}

.course-card ul {
  padding-left: 20px;
  margin-bottom: 0rem;
}

.course-card ul li {
  font-size: 14px;
}

.course-card h5 {
  font-weight: 600;
  font-size: 20px;
}

.nav-item {
  margin-bottom: 20px;
}

.tect-t {
  padding: 20px;
}

.tect {
  margin-bottom: 20px;
}

.how img {
  width: 100%;
}

.how-img {
  position: relative;
  bottom: -33px;
}

.how-img-animation {
  position: relative;
  bottom: -19px;

}

.how-img-vfx {
  position: relative;
  bottom: -19px;
}

.art {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 150px;
}

.tct {
  padding: 40px 40px 40px 0px;
}

.rec .owl-dots {

  bottom: -50%;
}

.apply {
  position: fixed;
  bottom: 45%;
  left: -3%;
  transform: rotate(270deg);
}

.shine-button {
  background-color: #602118;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 0px 12px;
  color: #fff;
  padding: 20px 10px;
  font-weight: 400;
}

.footer {
  margin: 20px 0px;
}

.fds {
  color: #fff;
}

.modal .form {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 251, 245, 0.95) 100%);
  backdrop-filter: blur(6px);
}

.modal .form-control,
.modal .form-select {
  color: #000;
  border-bottom: 1px solid #000;
}

.modal label {
  color: #000;
}

.modal .form-control::placeholder {
  color: #000 !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1400px) and (max-width: 1600px) {}

@media (min-width: 1600px) and (max-width: 1800px) {}

@media screen and (max-width: 767px) {
  .text-container {
    width: 93%;
  }

  .adms {
    background-position: left;
    padding: 125px 0px;
  }

  .adms::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.719);
    /* adjust opacity here */
    z-index: 1;
  }

  /* .banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
    background: rgba(19, 19, 19, 0.719);
    z-index: 1;
  }
  .banner .container {
    position: relative;
    z-index: 2;
  } */

  .banner {
    background-image: url(../img/hero-banner-mobile-size.webp);
    background-size: cover;
    background-position: center;
    padding: 150px 10px 0px 10px;
  }

  .adms .container {
    position: relative;
    z-index: 2;
  }

  .box-number {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
  }

  .icon-circle {
    padding: 4px 4px;
  }

  /* .owl-dots {
    position: absolute;
    bottom: -3%;
  } */
  .university {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding: 0px 0 0px 0px;
  }

  .commas {
    text-align: center;
  }

  .faq {
    background-color: #FFF8ED;

  }

  .how-img {
    position: relative;
    bottom: -8px;
  }

  .art img {
    width: 50%;
  }

  .art {
    position: absolute;
    top: 5px;
    left: 35px;
    width: 110px;
  }

  .tct {
    padding: 0px 0px 0px 0px;
  }

  .tect {
    text-align: center;
  }

  .c-bx {
    width: 100%;

  }

  .plan-img {
    width: 98%;
    margin-bottom: 15px;
  }

  .cat {
    bottom: 9.6%;
    right: 0%;
    width: 135px;
  }

  .d-t {
    width: 98%;
  }

  .btn-duration {
    margin-bottom: 10px;
  }

  .bg-box {
    padding: 20px;
    height: 400px;
  }

  .semester-box {
    padding: 0px 16px 0px 0px !important;

  }

  .bg-boxs {
    padding: 18px 17px;
    width: 338px;
  }

  .sticky-icon {
    display: none;
  }

  .sticky-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    box-shadow: 0 -2px 6px rgb(0 0 0 / .2);
    z-index: 1000;
    justify-content: space-around;
    padding: 0;
  }

  .footer-btn.whatsapp,
  .sticky-contact:hover,
  .whatsapp,
  .footer-btn.phone {
    background-color: #602118;
  }

  .footer-btn {
    flex: 1;
    font-size: 14px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background-color .3s, transform .2s;
    font-family: Arial, sans-serif;
  }

  .footer-btn.contact-us {
    background: linear-gradient(to bottom, #f5a520, #ffd18a);
    color: #602118;
  }

  .text-container span {
    margin-top: 20px;
  }

  .footer {
    background-color: #602118;
    padding: 20px;
    color: #fff;
  }

  .fds {
    color: #252525;
  }

  h1,
  h2,
  p,
  #enq {
    font-family: "Poppins", sans-serif;
  }

  .enrol {
    background: linear-gradient(90deg, #FEAC2C 0%, #FFED77 100%);
    margin-bottom: 10px;
  }

  .footer {
    margin: 0px 0px 20px 0px;
  }

  .bg-box {
    background: linear-gradient(90deg, #FFCF00 0%, #FDBB01 50%, #FCB501 100%);
  }

  .adms {
    background-image: url(../img/mobile2.webp);
  }

  h2 {
    font-size: 20px;
    font-weight: 600;
  }

  .form {
    padding: 20px;
    background: linear-gradient(to bottom, #f5a520, #ffd18a);

  }

  .btn-submit {
    background-color: #F5821F;
  }

  .owl-carousel .owl-dots.disabled {
    display: block !important;
  }

  h1 {
    margin-top: 250px;
    font-weight: 700;
    font-size: 30px;
  }

  .mob-phn {
    padding: 20px;
    background: linear-gradient(to bottom, #f5a520, #ffd18a);
    position: relative;
    margin-bottom: -344px;
  }

  .rec {
    margin-top: 360px;
  }

  .how-img-vfx {
    position: relative;
    bottom: 0px;
  }

  .how-img-animation {
    position: relative;
    bottom: 0px;
  }

  .bg-boxs {
    padding: 18px 17px;
    width: 100%;
  }

  .adms-animation {
    background-image: url(../img/vfx-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    height: 500px;
    background-position-y: top;
    position: relative;
  }

  .adms-bca {
    background-image: url(../img/bca-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    height: 500px;
    background-position-y: top;
    position: relative;
  }

  .modal .form {
    background: linear-gradient(to bottom, #f5a520, #ffd18a);
  }

  .cats {
    bottom: 7.6%;
    right: 0%;
    width: 169px;
  }

  #enq {
    border-bottom: 2px solid #000;
    color: #000;
  }

  .form-control,
  .form-select {
    border-bottom: 1px solid #000;
    color: #000;
  }

  ::placeholder {
    color: #000 !important;
  }

  label {
    color: #000;
  }

  .banner-animation {
    background-image: url(../img/vx-mobile-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 150px 10px 0px 10px;
  }

  .banner-bca {
    background-image: url(../img/aicomp-mobile-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 150px 10px 0px 10px;
  }

  .bento-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .how-img,
  .how-img-vfx,
  .cats,
  .how-img-animation {
    display: none;
  }

  .placemnet {
    margin-top: 50px;
  }

  .bento-content {
    bottom: 8px;
    left: 10px;
  }

  .pri {
    color: #fff;
  }

  .nav-item {
    margin-bottom: 0px;
  }

  .tab-slider .owl-item {
    width: 165px !important;
    margin-right: 5px !important;
  }

  .nav-pills {
    position: sticky;
    top: 13%;
    /*z-index:999;*/
    background-color: #fff;
    padding: 10px 10px 0px 10px;
  }

  /*.owl-nav{*/
  /*    display:none;*/
  /*}*/
  .recognition-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .recognition-slider .item {
    width: 48%;
  }

  .recognition-slider .item img {
    width: 100%;
  }

  .partner-img {
    width: 70%;
    margin: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.30);
    transition: 0.3s ease;
    padding: 10px;
    margin-bottom: 20px;
  }
}

/* New Side Sticky Buttons */
.side-sticky-btn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    padding: 15px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-left {
    left: 0;
    border-radius: 0 5px 5px 0;
    background-color: #602118;
    color: #fff;
}

.btn-right {
    right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #F5821F;
    color: #fff;
}

.btn-left:hover {
    background-color: #F5821F;
    color: #fff;
}

.btn-right:hover {
    background-color: #602118;
    color: #fff;
}

@media (max-width: 991px) {
    .side-sticky-btn {
        right: 0;
        left: auto;
        border-radius: 5px 0 0 5px;
    }
    .btn-left {
        top: 40%;
    }
    .btn-right {
        top: 65%;
    }
}

@media (min-width: 992px) {
    .sticky-footer {
        display: none !important;
    }
}
