/*
@File: hindusthan.net Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Top Navbar Area CSS
** - Banner Area CSS
** - Banner Area 2 CSS
** - Slider Banner Area CSS
** - Undergraduate Area CSS
** - Academics Area CSS
** - About Us Area CSS
** - About Us Area 2 CSS
** - About Us Area 3 CSS
** - Courses CSS
** - Courses Details CSS
** - Academics Section Area CSS
** - Features Area CSS
** - Video Area CSS
** - Find Degree Area CSS
** - About College Area CSS
** - News Area CSS
** - Blog Area CSS
** - Faculty CSS
** - Contact Area CSS
** - Quick Search CSS
** - Scholarship CSS
** - Success Award CSS
** - Activities CSS
** - Campus Area CSS
** - Campus Area 2 CSS
** - Campus Tour Area CSS
** - Events Area CSS
** - Event Area 2 CSS
** - Success CSS
** - Section Banner Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS
** - Preloader CSS
*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap');*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&amp;display=swap");

/*================================================
Default CSS
=================================================*/
:root {
  --fontFamily: 'Lexend', sans-serif;
  --mainColor: #ed6f26;
  /* --mainColor: #f7d705; */

  --secounderyColor: #F2F8F1;
  --paragraphColor: #7A7A7A;
  --paragraphColorSecond: #B9B9BA;
  --whiteColor: #ffffff;
  --blackColor: #002147;
  /* --blackColor: #00004a; */
  /* super blue */
  --fontSize: 16px;
  --transition: .5s;
}

body {
  padding: 0;
  margin: 0;
  font-size: var(--fontSize);
  font-family: var(--fontFamily);

}

.container-fluid {
  max-width: 1560px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--paragraphColor);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-30 {
  padding-bottom: 25px;
}

.pr-line {
  height: 1px;
  max-width: 100%;
  background-color: #e2e3e4;
}

/*default-btn*/
.default-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 16px 45px;
  color: var(--whiteColor) !important;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: 2px solid transparent;
  font-size: var(--fontSize);
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}

.default-btn::before {
  content: '';
  position: absolute;
  top: var(--mouse-y, 50%);
  left: var(--mouse-x, 50%);
  width: 0;
  height: 0;
  background-color: var(--blackColor);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}

.default-btn:hover {
  color: var(--whiteColor);
  border: 2px solid white;
}

.default-btn:hover::before {
  width: 300%;
  height: 300%;
}

a.under-btn {
  font-weight: 500;
  text-decoration: underline;
}

a.white-under-btn {
  color: var(--whiteColor);
  text-decoration: underline;
  font-weight: 500;
}

.default-btn.black {
  background-color: var(--blackColor);
}

/*section-title*/
.section-title {
  max-width: 800px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.section-title .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.section-title .sub-title p {
  font-size: 20px;
}

.section-title-2 .sub-title p {
  font-size: 20px;
  text-transform: uppercase;
}

.section-title .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.section-title-3 {
  position: relative;
  max-width: 100%;
}

.section-title-3 .sub-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.section-title-3 h2 {
  margin-bottom: 0;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.section-title-3.text-start {
  margin-left: 0;
  margin-right: 0;
  padding-right: 550px;
  margin-bottom: 30px;
}

.section-title-3 .default-btn {
  position: absolute;
  content: '';
  font-weight: 500;
  top: 25%;
  right: 0;
  border-radius: 5px;
  background-color: transparent;
  color: var(--blackColor);
  border: 1px solid var(--paragraphColorSecond);
}

/*form-control*/
.form-control {
  border-radius: 0;
  background-color: #f5f5f5 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
}

.form-control::-webkit-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::-ms-input-placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control::placeholder {
  color: var(--paragraphColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.form-control:focus::placeholder {
  color: transparent;
}

textarea.form-control {
  padding-top: 15px;
  height: auto;
}

/*================================================
Top Navbar Area CSS
=================================================*/
.top-area {
  padding: 15px 0 0;
  border-bottom: 1px solid #EEEEEE;
}

.top-left-items ul,
.top-right-items ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

.top-left-items ul li,
.top-right-items ul li {
  display: inline-block;
  margin-right: 20px;
  margin-left: 30px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  color: var(--paragraphColor);
}

.top-left-items ul li i,
.top-right-items ul li i {
  color: var(--mainColor);
  font-size: 20px;
  position: absolute;
  top: 2px;
  left: -30px;
  content: '';
}

.top-left-items ul li a {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}

.top-right-items {
  text-align: right;
}

.top-right-items ul li {
  margin-right: 12px;
  margin-left: 15px;
  position: relative;
}

.top-right-items ul li::before {
  position: absolute;
  top: -15px;
  right: -20px;
  content: '';
  height: 55px;
  width: 1px;
  background: #EEEEEE;
}

.top-right-items ul li a {
  font-size: var(--fontSize);
  color: var(--paragraphColor);
}

/* Accreditation Auto-Scroll Ticker in Top Bar */
.top-accred-ticker {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.top-accred-track {
  display: flex;
  align-items: center;
  gap: 36px;
  width: max-content;
  animation: top-accred-scroll 25s linear infinite;
}

.top-accred-ticker:hover .top-accred-track {
  animation-play-state: paused;
}

.top-accred-track img {
  height: 40px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes top-accred-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Responsive: Hide ticker on small screens, show nav links instead */
@media (max-width: 991px) {
  .top-accred-ticker {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .top-accred-track img {
    height: 24px;
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .top-accred-track img {
    height: 20px;
  }

  .top-accred-track {
    gap: 20px;
  }
}



/*================================================
Banner Area CSS
=================================================*/
.big-bg-1 {
  background-image: url(../img/banner/Image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 750px;
  position: relative;
}

.big-bg-1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.4;
}

.white-shape {
  position: relative;
  height: 240px;
}


.banner-content .content {
  padding-top: 200px;
  /* content: ''; */
  /* top: 55px; */
  /* left: 0; */
  /* padding: 0px 60px; */
  /* z-index: 1; */
}

.banner-content .content h1 {
  font-size: 58px;
  line-height: 72px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  color: var(--whiteColor);
  margin-bottom: 20px;
}

.banner-content .content p {
  color: var(--whiteColor);
  width: 80%;
  margin-bottom: 40px;
}

.banner-content .content a {
  color: var(--whiteColor);
}

/*================================================
Banner Area 2 CSS
=================================================*/

.big-bg-2 {
  /* background-image: url(../karthick/hindusthan_banner.png); */
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 25px;
}

.big-bg-2::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  /* background: linear-gradient(to bottom, #948e8e, #000000); */
  opacity: 0.4;
}

.nav-style-2.navbar-area {
  top: 0px;
  position: absolute;
  background-color: transparent;
  border-bottom: 1px solid #333;
}

.nav-style-2.navbar-area.is-sticky {
  position: fixed !important;
  border-bottom: none;
}

.nav-style-2 .hindusthan.net-nav .navbar .navbar-nav .nav-item a {
  color: var(--whiteColor);
}

.nav-style-2 .hindusthan.net-nav .nav-search .search-button {
  color: var(--whiteColor);
}

.nav-style-2.navbar-area.is-sticky .navbar-nav .nav-item a {
  color: var(--blackColor);
}

.nav-style-2.navbar-area.is-sticky .hindusthan.net-nav .nav-search .search-button {
  color: var(--blackColor);
}

.banner-content-2 {
  max-width: 1100px;
  text-align: center;
  margin: auto;
  position: relative;
}

.banner-content-2 .content span {
  color: #fff;
  font-size: 28px;
}

.banner-content-2 .content h1 {
  color: var(--whiteColor);
  font-family: 'blackchancery' !important;
  font-size: 90px;

}

.banner-content-2 .content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
  width: 75%;
  margin: auto;
  margin-bottom: 30px;
}


/* new code */
@media only screen and (max-width: 991px) {
  .banner-content-2 .content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
  }

  .banner-content-2 .content h1 {
    color: var(--whiteColor);
    font-family: 'blackchancery' !important;
    font-size: 90px;

  }


}

.banner-content-2 .content .vertical-lr {
  writing-mode: vertical-lr;
  position: absolute;
  content: '';
  bottom: -35%;
  left: -12%;
  height: 400px;
}

.banner-content-2 .content .vertical-lr p {
  display: flex;
  font-family: 'Lexend', sans-serif;
}

.banner-content-2 .content .vertical-lr p span {
  display: inline-block;
  font-size: 18px;
  margin-top: 30px;
}

.banner-content-2 .content .buttons-action {
  margin-bottom: 130px;
}

.banner-content-2 .content .buttons-action .default-btn.btn-style-2 {
  background-color: var(--whiteColor);
  color: var(--blackColor);
  margin-left: 20px;
}

.banner-content-2 .content .scroll-down a {
  color: var(--whiteColor);
  background-color: #ffffff1a;
  display: inline-block;
  font-size: 50px;
  border-radius: 5px;
  line-height: 60px;
  transition: var(--transition);
  height: 55px;
  width: 75px;
}

.banner-content-2 .content .scroll-down a:hover {
  background-color: var(--mainColor);
}

/*================================================
Slider Banner Area CSS
=================================================*/

.slider-bg-1 {
  background-image: url(../img/banner/bg-Image-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 350px;
  position: relative;
  padding-bottom: 100px;
}

.slider-bg-1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.6;
}

/* Zoom Background Animation */
@-webkit-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@-moz-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@-o-keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

@keyframes zoom-a {
  0% {
    background-size: 100% auto;
  }

  100% {
    background-size: 120% auto;
  }
}

.zoom-x {
  -webkit-animation: zoom-a 10s linear infinite alternate;
  /* Safari 4+ */
  -moz-animation: zoom-a 10s linear infinite alternate;
  /* Fx 5+ */
  -o-animation: zoom-a 10s linear infinite alternate;
  /* Opera 12+ */
  animation: zoom-a 10s linear infinite alternate;
  /* IE 10+, Fx 29+ */
}

.slider-courser {
  position: relative;
}

.slider-courser .owl-nav {
  position: absolute;
  content: '';
  bottom: 28%;
  right: 5%;
  opacity: 0;
  transition: var(--transition);
}

.slider-courser:hover .owl-nav {
  bottom: 25%;
  opacity: 1;
}

.slider-courser .owl-theme .owl-nav [class*=owl-],
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: var(--blackColor);
  border: none;
  background-color: var(--whiteColor);
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 0px;
  border-radius: 36px;
  font-size: 30px;
  transition: var(--transition);
}

.slider-courser.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.slider-courser .owl-nav .disabled {
  opacity: inherit;
}

.slider-content .content {
  position: relative;
}

.slider-content .content .text h1 {
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 64px;
}

.slider-courser .owl-item.active .slider-content .content .text h1 {
  animation: fadeInUp ease 1s;
}

.slider-content .content .text hr {
  border: 1px solid var(--whiteColor);
}

.slider-content .content p {
  color: var(--whiteColor);
  position: relative;
  padding-left: 30px;
}

.slider-courser .owl-item.active .slider-content .content p {
  animation: fadeInUp ease 1.6s;
}

.slider-content .content p::before {
  position: absolute;
  content: '';
  background-color: var(--whiteColor);
  height: 12px;
  width: 12px;
  top: 8px;
  left: 0px;
  border-radius: 30px;
}

.slider-content .content .short-info {
  padding-right: 30px;
}

.slider-content .content .short-info h3 {
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 30px;
  margin-bottom: 30px;
}

.slider-courser .owl-item.active .slider-content .content .short-info h3 {
  animation: fadeInUp ease 2s;
}

.slider-courser .owl-item.active .slider-content .content .short-info .default-btn {
  animation: fadeInUp ease 3s;
}

/*================================================
Undergraduate Area CSS
=================================================*/

.undergraduate-area {
  padding-top: 25px;
}

.undergraduate-area .item {
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  padding: 40px;
}

.undergraduate-area .item .content h3 {
  font-size: 24px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
}

.undergraduate-area .item .content-2 {
  text-align: right;
}

.undergraduate-area .item .content-2 .default-btn {
  background-color: var(--blackColor);
  margin-left: 20px;
}

.undergraduate-area .blk {
  background-color: var(--blackColor) !important;
}

.undergraduate-area .blk .content-2 .default-btn {
  background-color: var(--mainColor);
}

/*================================================
Academics Area CSS
=================================================*/

.academics-area.bg-color-1 {
  background-color: var(--secounderyColor);
}

.bg-color-1 .academics-item {
  border: 1px solid var(--whiteColor);
}

.academics-item.active {
  background-color: var(--whiteColor);
}

.bg-color-1 .academics-item:hover {
  background-color: var(--whiteColor);
}

.academics-item {
  padding: 45px 40px;
  ;
  text-align: center;
  border: 1px solid #eeeeee;
  transition: var(--transition);
}

.academics-item img {
  margin-bottom: 20px;
}

.academics-item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.academics-item p {
  margin-bottom: 20px;
}

.academics-item a {
  font-weight: 500;
  color: var(--mainColor);
  position: relative;
}

.academics-item a i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
  transition: var(--transition);
}

.academics-item a:hover i {
  position: absolute;
  content: '';
  top: 0px;
  right: -40px;
  font-size: 25px;
}

/*================================================
About Us Area CSS
=================================================*/

.about-us-area.bg-color-1 {
  background-color: var(--secounderyColor);
}

.about-us-area .text-content .sub-title {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
}

.about-us-area .text-content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.about-us-area .text-content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-us-area .text-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
}

.about-us-area .text-content p {
  margin-bottom: 30px;
}

.about-us-area .content {
  padding-left: 35px;
}

.notice-content {
  padding: 50px 40px;
  background-color: var(--blackColor);
}

.notice-content i {
  color: var(--mainColor);
  font-size: 45px;
  margin-bottom: 20px;
}

.notice-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  line-height: 34px;
}

.notice-content p {
  margin-bottom: 20px;
  color: var(--paragraphColorSecond);
}

.notice-content .author-info h5 {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

.notice-content .author-info span {
  color: var(--whiteColor);
  font-family: 'Satisfy', cursive;
  margin-bottom: 8px;
  display: block;
}

.notice-content .author-info p {
  margin-bottom: 0;
  color: var(--paragraphColorSecond);
}

/*================================================
About Us Area 2 CSS
=================================================*/

.about-us-area-2 .section-title {
  max-width: 1290px;
}

.about-us-area-2 .section-title h2 {
  margin-bottom: 30px;
}

.about-us-area-2 .section-title p {
  font-size: 18px;
  /* width: 70%; */
  margin: auto;
}

.about-us-area-2 .content-items {
  position: relative;
}

.about-us-area-2 .content-items .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  width: 65%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .image.ct-bg-1 {
  background-image: url(../hindusthan_images/arts1.jpg);
}

.about-us-area-2 .content-items .image.ct-bg-2 {
  background-image: url(../hindusthan_images/arts2.jpg);
}

.about-us-area-2 .content-items .image.ct-bg-3 {
  background-image: url(../hindusthan_images/arts3.jpg);
}

.about-us-area-2 .content-items .image.ct-bg-4 {
  background-image: url(../hindusthan_images/library.jpg);
}


.about-us-area-2 .content-items .content {
  max-width: 615px;
  padding: 50px 50px;
  background-color: var(--secounderyColor);
  position: absolute;
  content: '';
  top: 10%;
  right: 0%;
  border-radius: 5px;
}

.about-us-area-2 .content-items .content span {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--paragraphColor);
  margin-bottom: 10px;
  display: block;
}

.about-us-area-2 .content-items .content h2 {
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.about-us-area-2 .content-items .content p {
  margin-bottom: 30px;
}

.global-alumni-events {
  background-color: var(--secounderyColor);
}

.global-alumni-events .global-content-items {
  position: relative;
}

.global-alumni-events .global-content-items .content {
  background-color: var(--whiteColor);
  text-align: center;
  border-radius: 0;
  border: 1px solid #f1f1f1;
  padding: 80px 90px;
  max-width: 760px;
  position: absolute;
  top: 10%;
}

.global-alumni-events .global-content-items .content h2 {
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
  margin-bottom: 30px;
}

.global-alumni-events .global-content-items .content p {
  margin-bottom: 30px;
}

.global-alumni-events .image {
  background-image: url(../img/all-img/about-image-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 290px 110px;
  max-width: 800px;
  border-radius: 5px;
  margin-left: auto;
}

.about-content-courser.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  width: 65px;
  right: 32%;
  bottom: 0;
  height: 35px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border-radius: 25px;
  font-size: 18px;
  padding: 0;
  font-weight: bold;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about-content-courser.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.about-content-courser.owl-theme .owl-nav [class*=owl-].owl-next {
  left: 32%;
}

.about-content-courser.owl-theme .owl-nav {
  margin-top: 60px;
}

.about-content-courser .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
}

.about-content-courser .owl-dots .owl-dot {
  margin-right: 10px;
}

.about-content-courser .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

.about-content-courser .owl-dots .owl-dot button:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.about-content-courser .owl-dots .owl-dot button:focus {
  outline: none;
}

.about-content-courser .owl-dots .owl-dot.active button {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*================================================
About Us Area 3 CSS
=================================================*/

.about-alumni .content {
  padding: 0 50px;
}

.about-alumni .content .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-alumni .content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-alumni .content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.about-alumni .content h2 {
  font-size: 48px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}

.about-alumni .content p {
  margin-bottom: 30px;
}

.about-alumni .image {
  background-image: url(../images/alumini.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 270px;
}

/*================================================
Courses CSS
=================================================*/

.course-item {
  padding: 10px;
  box-shadow: 0px 0px 75px #6767672e;
}

.course-item .image img {
  border-radius: 5px;
  width: auto;
}

.course-item .content {
  padding: 30px 20px;
}

.course-item .content span {
  color: var(--paragraphColor);
}

.course-item .content h2 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 20px;
}

.course-item .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeee;
  padding-bottom: 15px;
}

.course-item .content ul li {
  display: inline-flex;
  align-items: center;
}

.course-item .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.course-item .content ul li .image-circle {
  padding: 9px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.course-item .content ul li .image-circle img {
  width: auto;
}

.teacher-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher-info .image {
  display: inline-flex;
  align-items: center;
}

.teacher-info .image img {
  border-radius: 100%;
}

.teacher-info .image p {
  margin-left: 20px;
}

.teacher-info .image p span {
  font-weight: 500;
  color: var(--blackColor);
}

.teacher-info .price p {
  font-weight: 500;
  color: var(--mainColor);
}

.courses-section .course-item {
  margin-bottom: 30px;
}

.grid-sorting {
  margin-bottom: 30px;
}

.grid-sorting .title p {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
  color: var(--blackColor);
}

.grid-sorting .select-box {
  position: relative;
  padding-left: 60px;
}

.grid-sorting .select-box .form-select {
  padding: 20px 25px 20px 100px;
  background-color: var(--secounderyColor);
  border: none;
}

.grid-sorting .select-box label {
  position: absolute;
  top: 20px;
  left: 90px;
  content: '';
}

.courses-area .owl-theme .owl-dots .owl-dot.active span,
.courses-area .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blackColor);
}

.courses-area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

/*================================================
Courses Details CSS
=================================================*/

.courses-details .header-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #dddd;
}

.courses-details .header-title span {
  font-size: 16px;
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
}

.courses-details .header-title h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.courses-details .header-title ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.courses-details .header-title ul li {
  display: inline-block;
  padding-left: 65px;
  position: relative;
}

.courses-details .header-title ul li::after {
  position: absolute;
  content: '';
  height: 35px;
  right: -30px;
  top: 0px;
  width: 1px;
  background-color: #dddd;
}

.courses-details .header-title ul li:last-child:after {
  display: none;
}

.courses-details .header-title ul li a {
  color: var(--blackColor);
  font-weight: 500;
}

.courses-details .header-title ul li .avater {
  position: absolute;
  left: 0;
  top: -10px;
}

.courses-details .enrolls-count {
  position: relative;
  padding-left: 30px;
}

.courses-details .enrolls-count .ikon {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
}

.courses-details .content {
  padding-top: 40px;
  border-bottom: 1px solid #ddd;
}

.courses-details .content .content-pra {
  margin-bottom: 45px;
}

.courses-details .content .content-pra .title {
  position: relative;
  margin-bottom: 45px;
}

.courses-details .content .content-pra .title h3 {
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.courses-details .content .content-pra .title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}

.courses-details .content .content-pra .tag span {
  margin-right: 8px;
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
}

.courses-details .content .content-pra .tag ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline;
}

.courses-details .content .content-pra .tag ul li {
  display: inline-block;
}

.courses-details .content .content-pra .tag ul li a {
  color: var(--paragraphColor);
}

.courses-details .content .content-pra .lists {
  padding: 0;
  list-style: none;
  margin: 0;
}

.courses-details .content .content-pra .lists li {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.courses-details .content .content-pra .lists li:last-child {
  margin-bottom: 0px;
}

.courses-details .content .content-pra .lists li .icon {
  color: var(--mainColor);
  font-size: 20px;
  position: relative;
  margin-right: 20px;
}

.courses-details .content .content-pra .lists li .icon::after {
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.instructor-card {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.instructor-card .title {
  position: relative;
  margin-bottom: 45px;
}

.instructor-card .title h3 {
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}

.instructor-card .title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--mainColor);
}

.instructor-card .content {
  padding: 0;
  border: none;
}

.instructor-card .content h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.instructor-card .content .review {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.instructor-card .content .review .left {
  margin-right: 10px;
}

.instructor-card .content .review .left ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.instructor-card .content .review .left ul li {
  display: inline-block;
  margin-right: 5px;
  color: #DDDDDD;
}

.instructor-card .content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.instructor-card .content ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}

.instructor-card .content ul li .image-circle {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
}

.instructor-card .content ul li span {
  margin-left: 15px;
  margin-bottom: 0;
  color: var(--paragraphColor);
}

.instructor-card .content a {
  color: var(--mainColor);
  font-weight: 600;
}

.course-widget-area {
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-left: 20px;
}

.course-widget-area .image {
  position: relative;
}

.course-widget-area .image .play-btn {
  bottom: 0;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  text-align: center;
  right: 0;
}

.course-widget-area .image .play-btn a {
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
}

.course-widget-area .content {
  padding: 30px;
}

.course-widget-area .content .pricing h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}

.course-widget-area .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-widget-area .content ul li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.course-widget-area .content ul li:last-child {
  border: none;
  padding-bottom: 0px;
}

.course-widget-area .content ul li span {
  font-weight: 500;
}

.course-widget-area .content .enroll-btn {
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--whiteColor);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
  margin-bottom: 20px;
}

.course-widget-area .content .wish-btn {
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 44px;
  color: var(--mainColor);
  display: block;
  text-align: center;
  border-radius: 40px;
  border: none;
  font-size: var(--fontSize);
  font-weight: 500;
}

/*================================================
Academics Section Area CSS
=================================================*/
.academics-section .academics-left .ac-category {
  margin-bottom: 50px;
}

.academics-section .academics-left .ac-category ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.academics-section .academics-left .ac-category ul li {
  margin-bottom: 20px;
}

.academics-section .academics-left .ac-category ul li:last-child {
  margin-bottom: 0px;
}

.academics-section .academics-left .ac-category ul li a {
  padding: 20px;
  display: block;
  background-color: var(--secounderyColor);
  color: var(--blackColor);
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: var(--transition);
  border-radius: 15px;
}

.academics-section .academics-left .ac-category ul li a:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.academics-section .academics-left .ac-category ul li .active {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.academics-section .academics-left .ac-contact span {
  color: var(--paragraphColor);
  margin-bottom: 20px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Lexend', sans-serif;
}

.academics-section .academics-left .ac-contact a {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.academics-section .academics-left .ac-contact a:last-child {
  margin-bottom: 0px;
}

.academics-section .academics-left .ac-contact .darkbtn {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.ac-overview {
  padding-left: 20px;
}

.academics-section .ac-overview .pera-title h2 {
  font-size: 35px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.academics-section .ac-overview .pera-title span {
  font-size: 128px;
  font-weight: 900;
  margin-right: 30px;
}

.academics-section .ac-overview .pera-dec p {
  margin-bottom: 30px;
}

.academics-section .ac-overview .pera-dec p:last-child {
  margin-bottom: 0px;
}

.academics-section .ac-overview .gallery {
  margin-top: 80px;
  margin-bottom: 40px;
}

.academics-section .ac-overview .gallery .gallery-image ul {
  padding: 0px;
  list-style: none;
  margin: 0;
  position: relative;
}

.academics-section .ac-overview .gallery .gallery-image ul li:last-child {
  position: absolute;
  bottom: -120px;
  right: 0;
  content: '';
}

.academics-section .ac-overview .pera-dec h3 {
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
  font-size: 22px;
}

.academics-section .ac-overview .pera-dec .catagorys {
  margin-bottom: 50px;
}

.academics-section .ac-overview .pera-dec .catagorys .pra-catagorys a {
  padding: 80px 20px;
  display: block;
  font-size: 20px;
  text-align: center;
  background-color: var(--secounderyColor);
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
}

.academics-section .ac-overview .pera-dec .graduate-area {
  background-image: url(../hindusthan_images/arts3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box {
  /* position: absolute; */
  content: '';
  bottom: -240px;
  left: 0;
  right: 0;
  max-width: 700px;
  background-color: var(--whiteColor);
  padding: 70px 60px;
  ;
  margin: auto;
  text-align: center;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box h3 {
  font-family: 'Lexend', sans-serif;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 800;
}

.academics-section .ac-overview .pera-dec h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box .single-info {
  text-align: start;
  padding-left: 30px;
}

.academics-section .ac-overview .pera-dec .graduate-area .info-box .single-info a {
  padding: 8px 8px;
  text-align: start;
  background-color: var(--secounderyColor);
  margin-bottom: 20px;
  display: inline-block;
}

.graduate-events {
  position: relative;
  margin-top: 30px;
}

.graduate-events .content-items .content {
  position: initial;
  max-width: 615px;
  padding-right: 230px;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 50px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
}

.graduate-events .content-items .content h2 {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
}

.graduate-events .content-items .content a {
  color: var(--mainColor);
  font-weight: 600;
}

.graduate-events .content-items .image {
  position: absolute;
  content: '';
  top: 15%;
  right: 0;
}

.problem-sector .problem-list {
  margin-bottom: 50px;
}

.problem-sector .problem-list:last-child {
  margin-bottom: 0px;
}

.problem-sector .problem-list .title h3 {
  padding: 30px 35px;
  background-color: var(--secounderyColor);
}

.problem-sector .problem-list .problem-items {
  padding-left: 35px;
}

.problem-sector .problem-list .problem-items ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.problem-sector .problem-list .problem-items ul li {
  margin-bottom: 20px;
}

.problem-sector .problem-list .problem-items ul li:last-child {
  margin-bottom: 0px;
}

.problem-sector .problem-list .problem-items ul li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--paragraphColor);
  transition: var(--transition);
}

.problem-sector .problem-list .problem-items ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}

.faculty-model .col-lg-6 .faculty-card {
  margin-bottom: 30px;
}

.faculty-model .col-lg-6:last-child .faculty-card {
  margin-bottom: 0px;
}

.faculty-model .faculty-card .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.faculty-model .faculty-card .image .info {
  height: 100%;
  top: 300px;
  position: absolute;
  padding: 35px 30px 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: var(--mainColor);
  opacity: 0;
}

.faculty-model .faculty-card .image:hover .info {
  top: 0;
  opacity: 1;
}

.faculty-model .faculty-card .image .info p {
  color: var(--whiteColor);
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.faculty-model .faculty-card .image .info p {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease .3s;
  -o-transition: all .5s ease .3s;
  transition: all .5s ease .3s;
  z-index: 2;
}

.faculty-model .faculty-card .content {
  margin-top: 30px;
}

.faculty-model .faculty-card .contact-text span {
  margin-top: 150px;
}

.faculty-model .faculty-card .contact-text span {
  display: block;
  color: var(--whiteColor);
  font-size: 18px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.faculty-model .faculty-card .contact-text a {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 5px;
}

.faculty-model .faculty-card .contact-text a:last-child {
  margin-bottom: 0px;
}

.faculty-model .faculty-card .content h4 {
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
}



.pera-dec .program-info {
  margin-bottom: 50px;
}

.pera-dec .program-info .single-program-info {
  padding: 0 25px;
}

.pera-dec .program-info .single-program-info h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 70px;
  margin-bottom: 20px;
}

.pera-dec .program-info .single-program-info p {
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}

.pera-dec .apply-program {
  margin-bottom: 50px;
}

.pera-dec .apply-program:last-child {
  margin-bottom: 0px;
}

.pera-dec .apply-program a {
  color: var(--mainColor);
  font-weight: 500;
}


.pera-dec .apply-program .tuition-fees h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}

.pera-dec .apply-program .tuition-fees {
  padding: 40px;
  background-color: var(--secounderyColor);
}

.pera-dec .apply-program .tuition-fees ul {
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.pera-dec .apply-program .tuition-fees ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.pera-dec .apply-program .total-fees {
  display: flex;
  justify-content: space-between;
}

.pera-dec .apply-program .total-fees span {
  color: var(--blackColor);
}

.pera-dec .program-points {
  margin-bottom: 50px;
}

.pera-dec .program-points .single-point-list {
  position: relative;
  padding-left: 60px;
  border-bottom: 1px solid var(--blackColor);
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.pera-dec .program-points .single-point-list h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
}

.pera-dec .program-points .single-point-list .number-list {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}

.pera-dec .program-points .single-point-list .number-list h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
}

.pera-dec .program-points .single-point-btn {
  text-align: center;
}

.applicant-from label {
  color: var(--blackColor);
  margin-bottom: 20px;
}

.applicant-from .form-control {
  border-radius: 0;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #EEEEEE !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
  margin-bottom: 30px;
}

.applicant-from .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #EEEEEE;
  box-shadow: none;
  padding-left: 20px;
}

.applicant-from form .form-group textarea.form-control {
  height: auto;
}

.applicant-from .form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}

.applicant-from .form-cookies-consent input {
  position: absolute;
  left: 14px;
  top: 9px;
}

.applicant-from .form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.faq-item {
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  color: var(--blackColor);
  font-family: 'Lexend', sans-serif;
}

.icon-container i {
  font-size: 30px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  color: var(--blackColor);
}

.faq-answer {
  font-size: 16px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0px 20px;
  max-height: 0;
  border-bottom: 2px solid var(--blackColor);
}

.faq-answer.active {
  padding: 20px;
  height: auto !important;
  padding-bottom: 0;
  max-height: 800px !important;
}

.icon-container i.active {
  transform: rotate(180deg);
}

.list-item-list {
  margin-bottom: 30px;
}

.list-item-list h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Lexend', sans-serif;
}

.list-item-list .list-item-title {
  padding: 20px 0px;
  background-color: var(--secounderyColor);
  margin-bottom: 30px;
}

.list-item-list .list-item-title .list-item-title-header {
  color: var(--blackColor);
  font-weight: 500;
  padding-left: 35px;
}

.list-item-list .list-items-details {
  padding-left: 35px;
}

.list-item-list .list-items-details ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.list-item-list .list-items-details ul li p {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraphColor);
}

.list-item-list .list-items-details ul li {
  margin-bottom: 20px;
}

.list-item-list .list-items-details ul li:last-child {
  margin-bottom: 0px;
}

.aid-pra {
  margin-bottom: 40px;
}

.aid-pra:last-child {
  margin-bottom: 0px;
}

.aid-pra h4 {
  margin-bottom: 25px;
}

.deadlines-list .list-item-list {
  margin-bottom: 50px;
}

.deadlines-list .list-item-list:last-child {
  margin-bottom: 0px;
}

.univercity-life .image {
  margin-bottom: 40px;
}

.univercity-life .apply-program .image {
  margin-bottom: 0px;
}

.faq-content-2 .faq-question {
  font-size: 20px;
}

.faq-content-2 .faq-item {
  padding: 0 0px 30px 0;
}

.faq-content-2 .faq-answer {
  padding: 0px 0px;
  margin-bottom: 30px;
}

.faq-content-2 .faq-answer:last-child {
  margin-bottom: 0px;
}

.faq-content-2 .faq-answer p {
  margin-bottom: 30px !important;
}

.faq-content-2 .faq-answer.active {
  max-height: 200px !important;
}

.std-activities .graduate-events {
  margin-top: 15px !important;
  margin-bottom: 70px;
}

.std-activities .featured-clubs h3 {
  margin-bottom: 0px !important;
}

.std-activities .featured-clubs ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.std-activities .featured-clubs ul li {
  display: inline-block;
}

.std-activities .featured-clubs ul li a {
  text-decoration: underline;
  color: var(--mainColor);
  font-weight: 600;
}

.featured-clubs .clubs-item {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 30px;
}

.featured-clubs .clubs-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.featured-clubs .clubs-item span {
  color: var(--paragraphColorSecond);
  margin-bottom: 25px;
  display: block;
}

.featured-clubs .clubs-item h4 {
  font-size: 24px !important;
  margin-bottom: 30px;
}

.featured-clubs .clubs-item p {
  margin-bottom: 30px !important;
}

.featured-clubs p:last-child {
  margin-bottom: 0px !important;
}

/*================================================
Features Area CSS
=================================================*/
.video-play-area .contant {
  text-align: end;
  padding: 20px 0;
}

.video-play-area .contant p {
  margin-right: 145px;
  margin-bottom: 0px;
  color: var(--blackColor);
  font-weight: 500;
  font-size: 20px;
}

.video-play-area .play-button {
  padding: 18px;
  display: inline-block;
  background-color: var(--mainColor);
  position: relative;
  top: 21px;
}

.video-play-area .play-button i {
  font-size: 45px;
  color: var(--whiteColor);
}

.features-content {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  overflow-x: clip;
  position: relative;
}

.features-content-2 {
  background-color: var(--secounderyColor);
  position: relative;
}

.features-content .sub-title,
.features-content-2 .sub-title {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.features-content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.features-content-2 .sub-title p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.features-content .sub-title i,
.features-content-2 .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.features-content .content .item .item-content,
.features-content-2 .content .item .item-content {
  position: relative;
  padding-left: 80px;
}

.features-content .content h2,
.features-content-2 .content h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  margin-bottom: 50px;
}

.features-content-2 .content h2 {
  color: var(--blackColor);
}

.features-content .content .item,
.features-content-2 .content .item {
  margin-bottom: 30px;
}

.features-content .content .item .item-content .icon,
.features-content-2 .content .item .item-content .icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-color: var(--whiteColor);
  border-radius: 30px;
}

.features-content .content .item .item-content .icon img,
.features-content-2 .content .item .item-content .icon img {
  content: '';
  position: absolute;
  left: 18px;
  top: 16px;
}

.features-content .content .item .item-content h3,
.features-content-2 .content .item .item-content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  color: var(--whiteColor);
}

.features-content-2 .content .item .item-content h3 {
  color: var(--blackColor);
}

/* new code */
.features-content-2 .content .item .item-content p {
  color: var(--paragraphColor);
  padding-right: 20px;
  /* text-align: justify; */
}

.features-content-2 .content {
  position: relative;
}

.features-content-2 .content .arrow-icon {
  position: absolute;
  content: '';
  bottom: -20px;
  right: 20px;
}

.features-content .image {
  position: absolute;
  content: '';
  top: -82px;
  right: -190px;
}

.features-content-2 .academic-item .image {
  position: relative;
}

.features-content-2 .academic-item .image img {
  width: 100%;
}

.features-content-2 .academic-item .image .number {
  position: absolute;
  content: '';
  bottom: -15%;
  right: 5%;
}

.features-content-2 .academic-item .image .number h3 {
  font-size: 96px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
}

.features-content-2 .academic-item .content {
  padding: 20px;
  background-color: var(--whiteColor);
}

.features-content-2 .academic-item .content h4 {
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
}

.features-content-2 .academic-item .content .btn {
  font-weight: 500;
  color: var(--mainColor);
  position: relative;
  padding: 0;
}

.features-content-2 .academic-item .content .btn i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
}

.features-content-2 .academic-content {
  /* position: absolute; */
  padding-right: 55px;
  top: 15%;
}

/*================================================
Video Area CSS
=================================================*/

.video-area {
  background-image: url(../img/all-img/video-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 380px;
  padding-bottom: 280px
}

.video-area .video-play-btn a {
  height: 85px;
  width: 85px;
  line-height: 80px;
  border-radius: 85px;
  background-color: var(--whiteColor);
  display: block;
  font-size: 20px;
  text-align: center;
  margin: auto;
  font-family: 'Lexend', sans-serif;
}

/*================================================
Find Degree Area CSS
=================================================*/
.find-degree {
  background-image: url(../img/all-img/shape-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.find-degree .d-row {
  display: flex;
}

.find-degree .d-row .d-col-1 {
  width: 31%;
}

.find-degree .d-row .d-col-2 {
  width: 38%;
}

.find-degree .d-row .d-col-3 {
  width: 30%;
}

.find-degree .content-1 {
  padding: 40px 40px;
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.find-degree .content-1 h4 {
  background-color: var(--mainColor);
  padding: 10px;
  font-size: 24px;
  color: var(--whiteColor);
  margin-bottom: 20px;
  font-family: 'Lexend', sans-serif;
}

.find-degree .content-1 .selector-box,
.find-degree .content-1 .selector-box-2 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.find-degree .content-1 .selector-box .form-check {
  margin-right: 30px;
}

.find-degree .content-1 .selector-box .form-check-input:checked[type=radio],
.find-degree .content-1 .selector-box-2 .form-check-input:checked[type=radio] {
  background-image: url(../img/icon/active.png);
}

.find-degree .content-1 .search-key label {
  color: var(--blackColor);
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}

.find-degree .content-1 .search-key .form-control {
  background-color: var(--whiteColor) !important;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 15px;
}

.find-degree .form-check-input:checked {
  background-color: var(--whiteColor);
  border-color: var(--mainColor);
}

.find-degree .form-check-input:focus {
  box-shadow: none;
  border-color: var(--mainColor) !important;
}

.find-degree .selector-btns .default-btn {
  border-radius: 5px;
  font-weight: 500;
  padding: 15px 45px;
}

.find-degree .content-1 .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.find-degree .content-image {
  position: relative;
  background-image: url(../img/all-img/sponcer-image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 312px 100px;
}

.find-degree .content-image .content {
  position: absolute;
  content: '';
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
}

.find-degree .content-image .content h5 {
  color: var(--whiteColor);
  font-size: 16px;
  font-weight: 500;
}

.find-degree .content-image .content h3 {
  font-size: 40px;
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px;
}

.find-degree .content-image .content h4 {
  font-size: 30px;
  color: var(--mainColor);
  font-family: 'Lexend', sans-serif;
}

.find-degree .content-image .content .btn {
  color: var(--whiteColor);
  font-size: 16px;
  padding: 0;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
}

.find-degree .content-1 .selector-btns {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.find-degree .search-key .form-select {
  color: var(--paragraphColor);
  padding: 15px;
  margin-bottom: 16px;
}

.find-degree .search-key .form-select:focus {
  box-shadow: none;
  border-color: var(--mainColor);
}

.find-degree .content-1 .selector-box-2 .form-check {
  margin-right: 30px;
}

.find-degree .search-key span {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
  display: block;
}

.find-degree .content-2 {
  padding: 40px 40px;
  background-color: var(--whiteColor);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.find-degree .content-2 h4 {
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.find-degree .content-2 .default-btn {
  border-radius: 5px;
  font-weight: 500;
}

.find-degree .content-2 .nav-tabs .nav-link {
  color: var(--paragraphColor);
  border: none;
}

.find-degree .content-2 .nav-tabs .nav-link.active {

  border-top: none;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.find-degree .content-2 .tab-content {
  margin-bottom: 50px;
}

.find-degree .content-2 .tab-content ul {
  padding: 0;
  list-style: none;
  margin: 40px 0px;
}

.find-degree .content-2 .tab-content ul li {
  margin-bottom: 30px;
}

.find-degree .content-2 .tab-content ul li a {
  text-decoration: underline;
  color: var(--mainColor);
}

/*================================================
About College Area CSS
=================================================*/

.about-university {
  background-color: var(--secounderyColor);
  position: relative;
}

.about-university .sub-title,
.about-university .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.about-university .sub-title p {
  font-size: 20px;
  margin-bottom: 0px;
}

.about-university .sub-title i,
.about-university .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.about-university .content h2,
.about-university .content h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
}

.about-university .content h2 {
  color: var(--blackColor);
}

.about-university .content .item {
  margin: 30px 0;
  position: relative;
  padding-left: 80px;
}

.about-university .content .item .item-content .number {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  background-color: var(--mainColor);
  border-radius: 30px;
  margin-right: 25px;
}

.about-university .content .item .item-content .number h4 {
  content: '';
  position: absolute;
  left: 18px;
  top: 18px;
  font-size: 20px;
  font-weight: 600;
  color: var(--whiteColor);
}

.about-university .content .item .item-content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  color: var(--blackColor);
}

.about-university .content .item .item-content p {
  color: var(--paragraphColor);
}


/*================================================
News Area CSS
=================================================*/
.news-content {
  background-color: var(--secounderyColor);
}

.news-content ul {
  padding: 0;
  list-style: none;
  padding: 0px 40px;
}

.news-content ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-content ul li:last-child {
  border-bottom: none;
}

.news-content ul li .image {
  width: 72%;
}

.news-item .content {
  padding-left: 20px;
}

.news-item .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.news-item .sub-title p {
  margin-bottom: 0px;
}

.news-item .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.news-item .content h2 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}

.news-item .sub-title p {
  margin: 0 !important;
}

.news-item .content p {
  margin-bottom: 30px;
}

.news-item .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.news-content-right {
  margin-bottom: 20px;
}

.news-content-right .content-box {
  box-shadow: 0px 0px 30px #f6f6f6;
}

.news-content-right .content-box .content {
  text-align: center;
  padding: 30px;
}

.news-content-right .content-box .content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.news-content-right .content-box .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.news-content-item {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #EEEEEE;
}

.news-content-item .content-box {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  padding-top: 30px;
}

.news-content-item .content-box:last-child {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 20px;
}

.news-content-item .content-box .image {
  width: 40%;
}

.news-content-item .content-box .content .sub-title {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

.news-content-item .content-box .content .sub-title i {
  color: var(--mainColor);
  font-size: 25px;
  margin-right: 10px;
}

.news-content-item .content-box .content .sub-title p {
  margin-bottom: 0px;
}

.news-content-item .content-box .content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
}

.section-btn {
  padding-top: 40px;
}

.section-btn a {
  color: var(--mainColor);
  position: relative;
  font-weight: 500;
}

.section-btn a i {
  position: absolute;
  content: '';
  font-size: 25px;
  top: 4px;
  right: -25px;
}

/*================================================
Blog Area CSS
=================================================*/

.widget-area .widget {
  padding: 40px;
  background: var(--whiteColor);
  box-shadow: 0px 7px 60px rgba(22, 23, 26, 0.07);
  margin-bottom: 30px;
}


.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 3px;
  bottom: -1px;
  background-color: var(--mainColor);
}

.widget-area .widget .widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  font-family: 'Lexend', sans-serif;
}

.widget-area .widget-search form {
  position: relative;
}

.widget-area .widget-search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget-search form .screen-reader-text {
  display: none;
}

.widget-area .widget-search form .search-field {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 2px 0 0 15px;
  color: var(--blackColor);
  background-color: var(--secounderyColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget-search form button {
  top: 12px;
  right: 10px;
  padding: 0;
  width: 40px;
  border: none;
  height: 37px;
  font-size: 20px;
  position: absolute;
  color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget-catagories ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-area .widget-catagories ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-area .widget-catagories ul li:last-child {
  margin-bottom: 0px;
}

.widget-area .widget-catagories ul li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraphColor);
}

.widget-area .widget-catagories ul li span {
  color: var(--paragraphColor);
}


.widget-area .widget-list ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-area .widget-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.widget-area .widget-list ul li:last-child {
  margin-bottom: 0px;
}

.widget-area .widget-list ul li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li span {
  color: var(--paragraphColor);
}

.widget-area .widget-list ul li .form-check label {
  display: flex;
  align-items: center;
}

.widget-area .widget-list ul li .form-check {
  padding: 0;
  margin: 0;
}

.widget-area .widget-list ul li .form-check p {
  padding-left: 8px;
}


.radio-input {
  visibility: hidden;
}

.radio-label {
  position: relative;
  padding-left: 15px;
  color: var(--paragraphColor);
  display: inline-block;
}

.radio-label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -14px;
  top: 7px;
  border-radius: 50%;
}

.radio-border {
  width: 16px;
  height: 16px;
  display: inline-block;
  outline: solid 2px var(--paragraphColor);
  border-radius: 50%;
  position: absolute;
  left: -17px;
  top: 4px;
}

.radio-input:checked+.radio-label:after {
  transition: all 0.5s;
  background-color: var(--mainColor);
}


.widget-area .widget-list .radio-from ul {
  list-style: none;
  padding: 0;
}

.widget-area .widget-list .radio-from ul li {
  display: inline-block;
  padding-right: 5px;
  font-size: 18px;
  color: #DDDDDD;
  margin: 0;
}

.widget-area .widget-list .radio-from ul li .active {
  color: #FFC107;
}

.widget-area .widget-banner {
  background-image: url(../img/all-img/blog-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.widget-banner .blog-banner-content .title {
  font-size: 30px;
  color: var(--whiteColor);
  font-weight: 800;
  position: relative;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
  margin-bottom: 175px;
}

.widget-banner .blog-banner-content .title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--whiteColor);
}

.widget-banner .blog-banner-content .price {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 30px;
}

.widget-banner .blog-banner-content .price span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.widget-banner .blog-banner-content .banner-button .default-btn {
  width: 100%;
  text-align: center;
}

.widget-tags ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-tags ul li {
  display: inline-block;
}

.widget-tags ul li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-right: 10px;
  margin-bottom: 15px;
  color: var(--paragraphColor);
}

.widget-tags ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}

.blog-single-card {
  box-shadow: 7px 7px 60px rgba(22, 23, 26, 0.06);
  margin-bottom: 30px;
}

.blog-single-card .content {
  padding: 30px;
}

.blog-single-card .content .meta ul {
  padding: 0;
  list-style: none;
}

.blog-single-card .content .meta ul li {
  display: inline-block;
  margin-right: 50px;
  color: var(--paragraphColor);
  position: relative;
}

.blog-single-card .content .meta ul li:last-child {
  margin-right: 0px;
}

.blog-single-card .content .meta ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}

.blog-single-card .content .meta ul li:last-child:before {
  display: none;
}

.blog-single-card .content .meta ul li a {
  color: var(--paragraphColor);
}

.blog-single-card .content h3 {
  font-size: 22px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.blog-single-card .content .butn {
  color: var(--mainColor);
  position: relative;
  font-weight: 500;

}

.blog-single-card .content .butn i {
  position: absolute;
  content: '';
  font-size: 25px;
  top: 0px;
  right: -25px;
  transition: var(--transition);
}

.blog-single-card .content .butn:hover i {
  position: absolute;
  content: '';
  top: 0px;
  right: -30px;
  font-size: 25px;
}

.blog-pagi .pagination {
  justify-content: center !important;
  margin-bottom: 0;
  margin-top: 30px;
}

.blog-pagi .pagination .page-link {
  padding: 5px 25px;
  border-radius: 25px;
  background-color: var(--secounderyColor) !important;
  margin-right: 10px;
  border: none;
  box-shadow: none;
  color: var(--mainColor) !important;
  font-weight: 600;
  font-size: 16px;
  transition: var(--transition);
}

.blog-pagi .pagination .page-link i {
  font-weight: 600;
  font-size: 16px;
}

.blog-pagi .pagination .page-link:hover {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor) !important;
}

.blog-pagi .pagination .page-link.active {
  background-color: var(--mainColor) !important;
  color: var(--whiteColor) !important;
}

.blog-details-desc {
  padding-right: 30px;
}

.blog-details-desc .article-image {
  margin-bottom: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.blog-details-desc .article-content .entry-meta ul li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li a {
  color: var(--paragraphColor);
}

.blog-details-desc .article-content .entry-meta ul li::before {
  position: absolute;
  content: '';
  top: 11px;
  right: -45px;
  background-color: #D9D9D9;
  height: 1px;
  width: 35px;
}

.blog-details-desc .article-content .entry-meta ul li:last-child:before {
  display: none;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content h3 {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px
}

.blog-details-desc .article-content p {
  margin-bottom: 30px
}

blockquote,
.blockquote {
  overflow: hidden;
  padding: 0px 50px 0 30px !important;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 40px;
}

blockquote::after,
.blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--mainColor);
}

blockquote p,
.blockquote p {
  color: var(--blackColor);
  line-height: 1.6;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px !important;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 0px !important;
}

.blog-details-desc .article-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: var(--blackColor);
  margin-right: 3px;
  position: relative;
  top: -1px;
  font-size: 18px;
  font-weight: 800;
  font-family: 'Lexend', sans-serif;
}

.blog-details-desc .article-footer .article-tags a {
  color: var(--paragraphColor);
  transition: var(--transition);
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: var(--mainColor);
}

.blog-details-desc .article-footer .article-share {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -1px;
  font-family: 'Lexend', sans-serif;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 33px;
  border-radius: 5px;
  background-color: var(--secounderyColor);
  color: var(--mainColor);
  border: 1px solid var(--secounderyColor);
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
  transition: var(--transition);
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
}

.comments-area .comments-title {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comments-title::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 130px;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  left: -130px;
  position: absolute;
}

.comments-area .comment-author .fn {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
}

.comments-area .comment-author .reply {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}

.comments-area .comment-body .reply a {
  color: var(--paragraphColor);
  display: inline-block;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  background-color: var(--secounderyColor);
}

.comments-area .comment-body .reply a:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.comments-area .comment-metadata {
  margin-bottom: 0.7em;
  color: var(--paragraphColor);
  letter-spacing: 0.01em;
  font-size: 16px;
}

.comments-area .comment-content .reply {
  display: none;
}

.comments-area .children {
  margin-left: 70px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-reply-title {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}

.comments-area .comment-reply-title::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: var(--mainColor);
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  border: none;
  height: 60px;
  outline: 0;
  font-size: 14.5px;
  border-radius: 3px;
  color: var(--paragraphColor);
  padding: 1px 0 0 15px;
  background-color: var(--secounderyColor);
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraphColor);
  font-weight: normal;
  font-size: var(--fontSize);
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  cursor: pointer;
  text-transform: capitalize;
  background-color: var(--mainColor);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 15px 32px;
  color: var(--whiteColor);
  display: inline-block;
  border-radius: 30px;
  margin: 5px;
  border: none;
  font-weight: 400;
  font-size: 18px;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

/*================================================
Faculty CSS
=================================================*/

.faculty-area,
.faculty-area-2,
.faculty-area-3 {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.faculty-area .content {
  display: flex;
}

.faculty-area .content .icon {
  width: 30%;
}

.faculty-area .content .text h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 30px;
  color: var(--whiteColor);
}

.faculty-area .content .text p {
  color: var(--paragraphColorSecond);
  padding-right: 45px;
}

.faculty-area-2 .heading h2 {
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
  color: var(--whiteColor);
}

.faculty-area-2 .content p {
  color: var(--paragraphColorSecond);
}

.faculty-area-3 .content {
  text-align: center;
}

.faculty-area-3 .content span {
  color: var(--paragraphColorSecond);
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
}

.faculty-area-3 .content h2 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.faculty-area-3 .content p {
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.faculty-area-3 .content .default-btn {
  border-radius: 5px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-content {
  margin-right: 30px;
}

.contact-content .header-content h2 {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.contact-content .header-content p a {
  font-weight: 600;
}

.map-pd {
  padding-bottom: 30px;
}

#map iframe {
  width: 100%;
  height: 250px;
  border: none;
}

.contact-form {
  padding-top: 30px;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
}

.contact-form form .help-block ul {
  margin-bottom: 0;
  margin-top: 12px;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form .default-btn {
  margin-top: 5px;
}

.contact-form form #msgSubmit {
  margin: 0 !important;
}

.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 15px !important;
}


.contact-form .form-control {
  border-radius: 0;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: none !important;
  border-radius: 3px;
  border: 1px solid #EEEEEE !important;
  height: 60px;
  padding-left: 15px;
  color: var(--paragraphColor);
  font-size: 18px;
  margin-bottom: 30px;
}

.contact-form label {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}

.contact-form .form-select {
  margin-bottom: 30px;
  height: 60px;
  color: #212529;
  border: 1px solid #EEEEEE;
  box-shadow: none;
  padding-left: 20px;
}

.contact-info .info-details ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.contact-info .info-details ul li {
  font-size: 16px;
  color: var(--paragraphColor);
  padding-left: 30px;
  position: relative;
  margin-bottom: 30px;
}

.contact-info .info-details ul li a {
  color: var(--paragraphColor);
}

.contact-info .info-details ul li .info-mail {
  font-weight: 700;
  color: var(--blackColor);
}

.contact-info .info-details ul li:last-child {
  margin-bottom: 0px;
}

.contact-info .info-details ul li i {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  font-size: 20px;
  color: var(--mainColor);
}

/*================================================
Quick Search CSS
=================================================*/

.quick-search {
  background-image: url(../img/all-img/bg-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

.quick-content {
  padding-left: 40px;
}

.quick-search .course-search-box {
  padding: 60px 50px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  background-color: var(--whiteColor);
}

.quick-search .course-search-box h4 {
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

.quick-search .course-search-box .search-key .form-control {
  background-color: var(--whiteColor) !important;
  border: 1px solid #D9D9D9 !important;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select {
  color: var(--paragraphColor);
  padding: 18px 15px;
  margin-bottom: 15px;
}

.quick-search .course-search-box .search-key .form-select:focus {
  box-shadow: none;
  border-color: var(--mainColor);
}

.quick-search .course-search-box .search-key .default-btn {
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.quick-search .quick-content .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.quick-search .quick-content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.quick-search .quick-content .sub-title p {
  font-size: 20px;
}

.quick-search .quick-content h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.quick-search .quick-content .list .list-items ul {
  padding-left: 30px;
  padding-top: 30px;
  list-style: none;
  padding-bottom: 30px;
}

.quick-search .quick-content .list .list-items ul li {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  position: relative;
  color: var(--blackColor);
}

.quick-search .quick-content .list .list-items ul li i {
  color: var(--mainColor);
  font-size: 25px;
  position: absolute;
  content: '';
  top: 5px;
  left: -30px;
}

.quick-search .quick-content .apply-banner {
  background-image: url(../img/all-img/shape-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
  padding: 30px;
  margin-bottom: 40px;
}

.quick-search .quick-content .apply-banner p {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.quick-search .quick-content .user-exprience .user-info {
  display: flex;
}

.quick-search .quick-content .user-exprience .user-info .image {
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .user-info .text h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
}

.quick-search .quick-content .user-exprience .exprience {
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .icon {
  margin-right: 15px;
}

.quick-search .quick-content .user-exprience .exprience .text {
  display: flex;
  align-items: center;
}

.quick-search .quick-content .user-exprience .exprience .text h4 {
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  margin-right: 10px;
}

.quick-search .quick-content .user-exprience .exprience .text p {
  line-height: 24px;
}

.quick-search.style-2 .quick-content .sub-title {
  text-transform: uppercase;
}

.quick-search.style-3 {
  background-image: url(../img/all-img/bg-image-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.quick-search.style-3 .quick-content .user-exprience .user-info {
  align-items: center;
  justify-content: flex-end;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text {
  margin-right: 20px;
}

.quick-search.style-3 .quick-content .user-exprience .user-info .text p {
  color: var(--whiteColor);
}

.quick-search.style-3 .quick-content .user-exprience .user-info .image {
  margin-right: 0px;
  border: 3px solid #fff;
  border-radius: 40px;
}

/*================================================
Scholarship CSS
=================================================*/

.scholarship-area {
  background-color: var(--blackColor);
}

.scholarship-area .content {
  max-width: 870px;
  margin: auto;
  text-align: center;
}

.scholarship-area .content h2 {
  color: var(--whiteColor);
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.scholarship-area .content p {
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
}

.scholarship-area .content .default-btn {
  border-radius: 5px;
}

/*================================================
Success Award CSS
=================================================*/

.success-award-area .content {
  padding-right: 55px;
  position: relative;
}

.success-award-area .content .arrow {
  position: absolute;
  content: '';
  bottom: 0%;
  right: -20%;
}

.success-award-area .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.success-award-area .content h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
}

.success-award-area .content ol {
  padding-left: 20px;
  margin: 0;
}

.success-award-area .content ol li {
  color: var(--paragraphColor);
  margin-bottom: 20px;
}

.success-award-area .content ol li b {
  color: var(--blackColor);
}

.success-award-area .content .notice {
  background-color: var(--secounderyColor);
  padding: 30px 60px;
  position: relative;
  border-radius: 5px;
}

.success-award-area .content .notice i {
  position: absolute;
  content: '';
  top: 36px;
  left: 25px;
  color: var(--blackColor);
  font-weight: 500;
  font-size: 20px;
}

.success-award-area .content .notice p {
  color: var(--blackColor);
  font-weight: 500;
  font-size: 18px;
}

.success-award-area .image {
  position: relative;
}

.success-award-area .image .play {
  position: absolute;
  content: '';
  top: 50%;
  bottom: 0;
  left: 46%;
  right: 0;
}

.success-award-area .image .play .button a {
  height: 50px;
  display: inline-block;
  width: 50px;
  line-height: 57px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
  position: relative;
}

.success-award-area .image .play .button a::before {
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
  color: var(--whiteColor);
}

/*================================================
Activities CSS
=================================================*/

.activities-area {
  background-color: var(--secounderyColor);
}

.activities-card {
  padding: 10px;
  box-shadow: 0px 0px 75px #6767672e;
  background-color: var(--whiteColor);
}

.activities-card .image img {
  border-radius: 12px 12px 0px 0px;
  width: auto;
}

.activities-card .content {
  padding: 30px 20px;
}

.activities-card .content h2 {
  margin-top: 10px;
  font-size: 12px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 10px;
  align-items: center !important;
}

.activities-card .content .btn {
  color: var(--mainColor);
  text-decoration: underline;
  font-weight: 500;
  padding: 0;
  border: 0;
}

.activities-area hr {
  margin-bottom: 40px;
}

.activities-card.style-2 {
  padding: 0px;
}

.activities-card.style-3 {
  box-shadow: none;
  background-color: transparent;
}

.activities-card.style-2 .content {
  padding: 1px 30px;
}

.activities-card.style-2 .image img {
  border-radius: 5px;
  width: 100%;
}

.activities-card.style-2.style-3 .content {
  padding: 30px 0;
}

/*================================================
Campus Area CSS
=================================================*/
.campus-experience-area .content .comment-box-info {
  padding: 30px 40px;
  box-shadow: 0px 0px 30px 10px rgba(22, 23, 26, 0.05);
  border-radius: 5px;
  margin-bottom: 30px;
}

.campus-experience-area .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--paragraphColor);
}

.campus-experience-area .content h2 {
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 40px;
}

.campus-experience-area .content .comment-box-info .admin-info {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .image {
  margin-right: 15px;
}

.campus-experience-area .content .comment-box-info .admin-info .text {
  position: relative;
}

.campus-experience-area .content .comment-box-info .admin-info .text i {
  position: absolute;
  content: '';
  top: 1px;
  right: -19%;
  color: #3897F0;
  font-size: 20px;
}

.campus-experience-area .content .comment-box-info .admin-info .icon {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
}

.campus-experience-area .content .comment-box-info .admin-info .text h5 {
  margin-bottom: 2px;
}

.campus-experience-area .content .comment-box-info .admin-comment .date {
  color: var(--paragraphColor);
}

/*================================================
Campus Area 2 CSS
=================================================*/
.campus-area-2 {
  position: relative;
}

.campus-area-2::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 50%;
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.campus-area-2 .section-title-2 h2 {
  color: var(--whiteColor);
}

.campus-area-2 .section-title-2 .sub-title p {
  color: var(--paragraphColorSecond);
}

.campus-card {
  position: relative;
}

.campus-card .content {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 5%;
}

.campus-card .content h2 {
  background-color: var(--whiteColor);
  padding: 10px;
  font-size: 40px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 30px;
}

/*================================================
Campus Tour Area CSS
=================================================*/
.campus-tour .content .sub-title {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.campus-tour .content .sub-title i {
  color: var(--mainColor);
  font-size: 30px;
  margin-right: 8px;
}

.campus-tour .content .sub-title p {
  margin-bottom: 0px;
  font-size: 20px;
}

.campus-tour .content {
  padding: 30px 60px;
}

.campus-tour .content h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-family: 'Lexend', sans-serif;
}

.campus-tour .content p {
  margin-bottom: 30px;
}

.campus-tour .content p:last-child {
  margin-bottom: 0px;
}

.campus-tour .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px;
}

.campus-tour .image.cp-bg-1 {
  background-image: url(../img/all-img/campus-1.png);
}

.campus-tour .image.cp-bg-2 {
  background-image: url(../img/all-img/campus-2.png);
}

.campus-tour .image.cp-bg-3 {
  background-image: url(../img/all-img/campus-3.png);
}

/*================================================
Events Area CSS
=================================================*/
.events-area {
  background-color: var(--secounderyColor);
}

.event .content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.event .content .image {
  width: 55%;
}

.event .content .text {
  width: 77%;
  padding-right: 50px;
  padding-left: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
  padding-top: 30px;
}

.event .content .text::before {
  position: absolute;
  content: '';
  width: -webkit-fill-available;
  z-index: -1;
  top: 10px;
  left: -15px;
  height: -webkit-fill-available;
  background-color: var(--whiteColor);
  transition: var(--transition);
  opacity: 0;
  box-shadow: 1px 1px 30px #0000000d;
}

.event .content:hover .text::before {
  top: 0px;
  opacity: 1;
}

.event .content .text .tag {
  color: var(--whiteColor);
  background: var(--mainColor);
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 30px;
}

.event .content .text h2 {
  font-size: 30px;
  font-family: 'Lexend', sans-serif;
  margin-bottom: 20px;
}

.event .content .text span {
  color: var(--paragraphColor);
  display: inline-block;
  margin-bottom: 20px;
}

.event .content .text .link {
  position: absolute;
  content: '';
  top: 12%;
  right: 5%;
}

.event .content .text .link a {
  color: var(--paragraphColor);
  font-size: 20px;
}

.event .content .text .link a:hover {
  color: var(--mainColor);
}

.recent-post h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.recent-post .event .content .text {
  width: 91%;
}

.upcoming-event h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.upcoming-event .content {
  padding-right: 30px;
  padding-left: 15px;
}

.upcoming-event .content h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.upcoming-event .content .location {
  color: var(--paragraphColor);
  position: relative;
  padding-left: 20px;
}

.upcoming-event .content .location i {
  color: var(--mainColor);
  font-size: 20px;
  position: absolute;
  content: '';
  top: 1px;
  left: -5px;
}

.upcoming-event .content .link a {
  color: var(--paragraphColor);
  font-size: 20px;
}

.upcoming-event .content .link a:hover {
  color: var(--mainColor);
}

.upcoming-event .event-dates {
  display: flex;
  padding: 30px;
  border: 1px solid var(--paragraphColorSecond);
  position: relative;
  border-bottom: 0px;
}

.upcoming-event .event-dates:last-child {
  border-bottom: 1px solid var(--paragraphColorSecond);
  justify-content: center;
}

.upcoming-event .event-dates .btn {
  color: var(--mainColor);
  font-weight: 500;
  position: relative;
  padding: 0;
  border: 0;
}

.upcoming-event .event-dates .btn i {
  position: absolute;
  content: '';
  font-size: 22px;
  top: 1px;
  right: -25px;
}

.upcoming-event .event-dates .date {
  width: 35%;
}

.upcoming-event .event-dates .date ul {
  list-style: none;
  padding: 0;
}

.upcoming-event .event-dates .date ul .mnt {
  padding: 4px;
  background: var(--mainColor);
  text-align: center;
  color: var(--whiteColor);
}

.upcoming-event .event-dates .date ul .det {
  padding: 5px 12px;
  background: var(--whiteColor);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.upcoming-event .content .link {
  position: absolute;
  top: 15%;
  right: 6%;
  content: '';
}

/*================================================
Event Area 2 CSS
=================================================*/
.events-area-2 {
  padding-bottom: 60px;
}

.slider-event {
  position: relative;
}

.slider-event.owl-theme .owl-nav [class*=owl-] {
  background-color: var(--secounderyColor);
  transition: var(--transition);
  margin: 0;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--blackColor);
  border-radius: 50%;
  font-size: 25px;
  padding: 0;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.slider-event.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}

.slider-event.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -25px;
}

.slider-event-btn {
  text-align: center;
  margin-top: 30px;
}

/*================================================
Success CSS
=================================================*/
.success-area .success-card {
  position: relative;
}

.success-area .success-card ul {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  list-style: none;
  display: inline-flex;
  padding: 0px 15px 0 85px;
  justify-content: space-around;
  align-items: center;
  margin: 0;
}

.success-area .success-card .play {
  position: absolute;
  content: '';
  bottom: 10%;
  left: 7%;
}

.success-area .success-card .play a {
  height: 50px;
  width: 50px;
  display: inline-block;
  z-index: 1;
  line-height: 55px;
  text-align: center;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  font-size: 40px;
  position: relative;
}

.success-area .success-card .play::before {
  position: absolute;
  content: '';
  height: 65px;
  width: 65px;
  top: -7px;
  left: -7px;
  border: 2px solid var(--mainColor);
  border-radius: 45px;
}

.success-area .success-card ul li h3 {
  font-family: 'Lexend', sans-serif;
  font-size: 22px;
  color: var(--whiteColor);
}

.success-area .success-card ul .link a {
  color: var(--whiteColor);
  font-size: 24px;
}

.success-area.success-area-2 {
  background-color: var(--secounderyColor);
  border-radius: 0 0 40px 40px;
  position: relative;
  bottom: -40px;
  z-index: 999;
}

/*================================================
Section Banner Area CSS
=================================================*/
.section-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-spacing {
  padding: 200px 0;
  margin-bottom: 80px;
  position: relative;
}

.section-banner .section-info {
  position: absolute;
  bottom: -20%;
  left: 0%;
  padding: 40px 60px;
  background-image: url(../img/all-img/shape-4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--mainColor);
  max-width: 628px;
  border-radius: 20px 70px 20px 70px;
}

.section-banner .section-info h2 {
  color: var(--whiteColor);
  font-family: 'Lexend', sans-serif;
  font-size: 48px;
}

.section-banner .section-info p {
  color: #EEEEEE;
}

.section-banner.bg-1 {
  background-image: url(../hindusthan_images/arts1.jpg);
}

.section-banner.bg-2 {
  background-image: url(../home/banner/news_blog.jpg);
}

.section-banner.bg-3 {
  background-image: url(../home/banner/blog_details.JPG);
}

.section-banner.bg-4 {
  background-image: url(../hindusthan_images/library.jpg);
}

.section-banner.bg-5 {
  background-image: url(../home/banner/alumini.jpg);
}

.section-banner.bg-6 {
  background-image: url(../hindusthan_images/arts1.jpg);
}

.section-banner.bg-7 {
  background-image: url(../img/banner/section-image-7.png);
}

.section-banner.bg-8 {
  background-image: url(../home/banner/walking_students.JPG);
}

.section-banner.bg-9 {
  background-image: url(../home/banner/undergraduate.JPG);
}

.section-banner.bg-10 {
  background-image: url(../home/banner/postgraduate.JPG);
}

.section-banner.bg-11 {
  background-image: url(../home/banner/education.JPG);
}

.section-banner.bg-12 {
  background-image: url(../img/banner/section-image-12.png);
}

.section-banner.bg-13 {
  background-image: url(../img/banner/section-image-13.png);
}

.section-banner.bg-14 {
  background-image: url(../home/banner/how_to_apply_banner.jpg);
  margin-bottom: 80px;
}

.section-banner.bg-15 {
  background-image: url(../img/banner/section-image-15.png);
}

.section-banner.bg-16 {
  background-image: url(../img/banner/section-image-16.png);
}

.section-banner.bg-17 {
  background-image: url(../home/banner/finacial_aid.JPG);
}

.section-banner.bg-18 {
  background-image: url(../img/banner/section-image-18.png);
}

.section-banner.bg-19 {
  background-image: url(../img/banner/section-image-19.png);
}

.section-banner.bg-20 {
  background-image: url(../home/banner/college_life.jpg);
}

.section-banner.bg-21 {
  background-image: url(../img/banner/section-image-21.html);
}

.section-banner.bg-22 {
  background-image: url(../images/college_infrastructure/sports.JPG);
}

.section-banner.bg-23 {
  background-image: url(../images/college_infrastructure/music_club.jpg);
}






/* new banners */

.section-banner.bg-24 {
  background-image: url(../hce/banner/cafe.JPG);
}

.section-banner.bg-25 {
  background-image: url(../hce/banner/girls_hostel.jpg);
}

.section-banner.bg-26 {
  background-image: url(../hce/banner/collegelife.png);
}

.section-banner.bg-27 {
  background-image: url(../hce/banner/library_with_students.jpg);
}



.section-banner.bg-28 {
  background-image: url(../hce/banner/departments/tamil1.png);
}



/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  background-image: url(../hindusthan_images/hindusthan_hit.png);
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.subscribe-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #120f2d;
  opacity: 0.3;
}

.subscribe-area .section-title p {
  color: var(--whiteColor);
}

.subscribe-area .section-title h2 {
  color: var(--whiteColor);
}

.subscribe-area-2 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.subscribe-area-3 {
  background-image: url(../img/all-img/subscribe-image-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.subscribe-area-3 .image {
  position: absolute;
  content: '';
  bottom: -5%;
  left: 20%;
}


.subscribe-area-3 .content span {
  font-size: 20px;
  display: block;
  margin-bottom: 30px;
  color: var(--whiteColor);
}

.subscribe-area-3 .content h2 {
  font-family: 'Lexend', sans-serif;
  color: var(--whiteColor);
  font-size: 48px;
  margin-bottom: 40px;
}

.subscribe-area-3 .content .signup {
  height: 85px;
  background-color: #ffffff12;
  border-radius: 5px;
  margin: auto;
  border: 12px solid #282828;
}

.subscribe-area-3 .content .signup .email-signup {
  height: 60px;
  padding: 0px 5px 0px 22px;
  width: 400px;
  caret-color: var(--mainColor);
  font-size: 20px;
  color: var(--whiteColor);
  background-color: transparent;
  outline-style: none;
  border: none;
  border-radius: 0.2rem;
}

.subscribe-area-3 .content .signup .btn {
  height: 60px;
  width: 200px;
  background-color: var(--mainColor);
  border: none;
  font-size: 18px;
  border-radius: 5px;
  float: right;
  color: var(--whiteColor);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-image: url(../img/all-img/shape-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--blackColor);
}

.footer-top-info {
  border-bottom: 1px solid #073972;
}

.footer-top-info .content {
  text-align: center;
  max-width: 675px;
  font-size: 18px;
  margin: auto;
}

.footer-top-info .content .image {
  position: relative;
  top: -50px;
}

.footer-top-info .content p {
  color: var(--paragraphColorSecond);
  margin-bottom: 30px;
  font-size: 22px;
}

.footer-top-info .content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-top-info .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-top-info .content ul li:last-child {
  margin-right: 0px;
}

.footer-top-info .content ul li a {
  display: block;
  background-color: #073972;
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--whiteColor);
  font-size: 24px;
  border-radius: 2px;
  position: relative;
}

.footer-top-info .content ul li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.footer-top-info .content ul li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.footer-widget-info {
  border-bottom: 1px solid #073972;
}

.footer-widget-info .footer-widget h4 {
  font-family: 'Lexend', sans-serif;
  font-size: 24px;
  color: var(--whiteColor);
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.footer-widget-info .footer-widget ul li {
  margin-bottom: 15px;
  padding-left: 30px;
}

.footer-widget-info .footer-widget ul li:last-child {
  margin-bottom: 0px;
}

.footer-widget-info .footer-widget ul li a {
  color: var(--paragraphColorSecond);
  position: relative;
}

.footer-widget-info .footer-widget ul li a:hover {
  color: var(--whiteColor);
}

.footer-widget-info .footer-widget ul li a i {
  color: var(--mainColor);
  font-size: 22px;
  position: absolute;
  content: '';
  left: -35px;
  top: 2px;
}

.footer-widget-info .footer-widget .image {
  margin-bottom: 30px;
}

.footer-widget-info .footer-widget .info-links {
  margin-top: 30px;
}

.footer-widget-info .footer-widget .info-links a {
  color: var(--blackColor);
  font-weight: 500;
}

.footer-widget-info .footer-widget .info-links a:hover {
  color: var(--mainColor);
}

.copy-right-area {
  padding: 20px 0;
}

.copy-right-area .cpr-left {}

.copy-right-area .cpr-left p {
  color: var(--paragraphColorSecond);
}

.copy-right-area .cpr-left P a {
  color: var(--whiteColor);
  font-weight: 600;
}

.copy-right-area .cpr-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copy-right-area .cpr-right ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.copy-right-area .cpr-right ul li {
  display: inline-block;
  margin-right: 25px;
}

.copy-right-area .cpr-right ul li:last-child {
  margin-right: 0px;
}

.copy-right-area .cpr-right ul li a {
  color: var(--paragraphColorSecond);
}

.copy-right-area .cpr-right ul li a:hover {
  color: var(--whiteColor);
}

.copy-right-area.style-2 {
  background-color: var(--mainColor);
  position: relative;
}

.copy-right-area.style-2 .copy-logo {
  position: absolute;
  content: '';
  top: -60%;
  left: 0;
  right: 0;
  text-align: center;
}

.copy-right-area.style-2 .cpr-left p {
  color: var(--whiteColor);
}

.copy-right-area.style-2 .cpr-right ul li a {
  color: var(--whiteColor);
}

.copy-right-area.style-2 {
  /* padding-top: 40px; */
}

.copy-right-area.style-2 .social-list {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  margin-left: 20px;
}

.copy-right-area.style-2 .social-list li {
  display: inline-block;
  margin-right: 10px;
}

.copy-right-area.style-2 .social-list li:last-child {
  margin-right: 0px;
}

.copy-right-area.style-2 .social-list li a {
  display: block;
  background-color: var(--whiteColor);
  height: 30px;
  width: 30px;
  text-align: center;
  color: var(--blackColor);
  font-size: 20px;
  border-radius: 0px 15px;
  position: relative;
}

.copy-right-area.style-2 .social-list li a i {
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.copy-right-area.style-2 .social-list li a:hover i {
  color: var(--mainColor) !important;
}


.footer-area-3 {
  background-color: var(--secounderyColor);
}


.footer-area-3 .footer-top-info .left-content {
  position: relative;
}

.footer-area-3 .footer-top-info .left-content p {
  color: var(--blackColor);
  font-size: 20px;
  font-weight: 500;
  padding-left: 60px;
}

.footer-area-3 .footer-top-info .left-content p a {
  color: var(--mainColor);
}

.footer-area-3 .footer-top-info .left-content p i {
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -10px;
}

.footer-area-3 .footer-top-info .right-content {
  text-align: end;
  position: relative;
}

.footer-area-3 .footer-top-info .right-content span {
  position: absolute;
  content: '';
  top: 10px;
  right: 37%;
}

.footer-area-3 .footer-top-info .right-content ul {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.footer-area-3 .footer-top-info .right-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-area-3 .footer-top-info .right-content ul li a {
  display: block;
  background-color: var(--whiteColor);
  height: 40px;
  width: 40px;
  text-align: center;
  color: var(--blackColor);
  font-size: 24px;
  border-radius: 10px;
  position: relative;
  color: var(--whiteColor);
}

.footer-area-3 .footer-top-info .right-content ul li a i {
  color: var(--blackColor);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: var(--transition);
}

.footer-area-3 .footer-top-info {
  border-bottom: 1px solid #DDDDDD;
}

.footer-area-3 .footer-widget-info .footer-widget h4 {
  color: var(--blackColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a {
  color: var(--paragraphColor);
}

.footer-area-3 .footer-widget-info .footer-widget ul li a:hover {
  color: var(--mainColor);
}

.footer-area-3 .footer-widget-info {
  border-bottom: 1px solid #DDDDDD;
}

.footer-area-3 .copy-right-area .cpr-left p {
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-left P a {
  color: var(--mainColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a {
  color: var(--paragraphColor);
}

.footer-area-3 .copy-right-area .cpr-right ul li a:hover {
  color: var(--mainColor);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  font-size: 27px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.go-top:hover {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

/* Preloader CSS */
.preloader-container {
  --dot-size: 15px;
  --bs-white-rgb: 255, 255, 255;
  position: fixed;
  inset: 0;
  background-color: var(--whiteColor);
  backdrop-filter: blur(0.25rem);
  z-index: 10000;
  display: flex;
  place-items: center;
  place-content: center;
  gap: calc(var(--dot-size) / 4);
}

.preloader-dot {
  width: var(--dot-size);
  height: var(--dot-size);
  aspect-ratio: 1;
  border-radius: calc(var(--dot-size) / 2);
  background-color: var(--bs-primary);
  animation: slide 1.5s infinite;
}

.preloader-dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #e8e7e8;
}

.preloader-dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #d9d0d2;
}

.preloader-dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #2eca7f;
}

.preloader-dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #2eca7f;
}

.preloader-dot:nth-child(5) {
  animation-delay: 0.5s;
  background: var(--mainColor);
}

@keyframes slide {
  0% {
    scale: 1;
  }

  50% {
    scale: 2;
    opacity: 0.3;
  }

  100% {
    scale: 1;
  }
}









/* karthick new style */

/* Our Recruiters style start  */

@keyframes logoSlider {
  from {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.logo-slider {
  display: inline-block;
  animation: logoSlider 30s 1s infinite linear;
}

.logo-slider img {
  margin: 0 40px;
}

.slider {
  white-space: nowrap;
  overflow: hidden;
  /* padding: 80px 0; */
  padding-top: 20px;
  position: relative;
}

.slider::before,
.slider::after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

/* .slider::before{
  left: 0;
  background:linear-gradient(to left, rgba(255,255,255,0), white);
}

.slider::after{
  right: 0;
  background:linear-gradient(to right, rgba(255,255,255,0), white);
} */


/* Our Recruiters style end  */

/* Testimonials */



.testimonial-card .image {
  width: 150px;
  /* fixed width */
  height: 150px;
  /* fixed height */
  /* border-radius: 50%;       makes image circular */
  overflow: hidden;
  /* crops anything outside */
  flex-shrink: 0;
  /* prevents resizing */
  /* border: 2px solid #eee;   optional */
}

.testimonial-card .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* keeps aspect ratio + perfect crop */
  object-position: center;
  /* centers the face */
  display: block;
}



/* --- Testimonial Card Layout --- */
.testimonial-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
}

/* --- Profile Section --- */
.profile-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

/* Image wrapper */
.profile-info .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

/* Image fit */
.profile-info .image img {
  width: 150%;
  height: 150%;
  object-fit: contain;
}

/* --- Name & Title --- */
.profile-info .bio h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #0b2237;
  /* dark navy */
  letter-spacing: 0.3px;
}

.profile-info .bio span {
  font-size: 14px;
  color: #727272;
  display: block;
  margin-top: 3px;
}

/* --- Testimonial Content --- */
.testimonial-card .content p {
  font-size: 15px;
  color: #444;
  line-height: 1.65;
  margin: 0;
  font-style: italic;
  position: relative;
  padding-left: 26px;
}

/* Quote decorative line */
.testimonial-card .content p::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 32px;
  color: #e0a12e;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .testimonial-card {
    padding: 18px;
  }

  .profile-info .bio h4 {
    font-size: 17px;
  }

  .profile-info .image {
    width: 70px;
    height: 70px;
  }

  .testimonial-card .content p {
    font-size: 14px;
  }
}



/*  end Testimonials */

/* video style strat index page*/
.banner-area-2 {
  position: relative;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add a dark overlay to make text more readable */
.banner-area-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(0 0 0 / 50%); */
  z-index: 0;
}

.banner-area-2 .container {
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-background video {
    height: 100vh;
  }
}



/* ================================================
   Banner Image Slider CSS
   (Replaces old .video-background video styles)
   ================================================ */

/* --- Slider Container --- */
.banner-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* sits behind overlay & content */
  overflow: hidden;
  cursor: grab;
  /* shows drag hint to user */
}

/* --- Sliding Track (all slides sit in a horizontal row) --- */
.banner-slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}

/* --- Each Slide (fills the full slider width) --- */
.banner-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  /* No opacity / fade — pure slide push */
}

/* --- Prev / Next Arrow Buttons --- */
.banner-btn {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  line-height: 1;
}

.banner-btn:hover {
  /* background: var(--mainColor, #e00); */
  /* border-color:  2px solid rgba(252, 142, 17, 0.55); */
  transform: translateY(-50%) scale(1.12);
}

.banner-prev {
  left: 20px;
}

.banner-next {
  right: 20px;
}

/* --- Dot Indicators --- */
.banner-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, width 0.3s ease, border-radius 0.3s ease;
}

.banner-dot.active {
  background: #fff;
  width: 28px;
  border-radius: 6px;
}

/* --- Dark overlay stays on top of slides --- */


/* Text & buttons sit above overlay */
.banner-area-2 .container {
  position: relative;
  z-index: 1;
}

/* ================================================
   Responsive — Banner Slider
   ================================================ */

/* Tablet */
@media (max-width: 991px) {
  .banner-btn {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .banner-prev {
    left: 12px;
  }

  .banner-next {
    right: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .banner-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .banner-prev {
    left: 8px;
  }

  .banner-next {
    right: 8px;
  }

  .banner-dot {
    width: 8px;
    height: 8px;
  }

  .banner-dot.active {
    width: 22px;
  }

  .banner-dots {
    bottom: 14px;
    gap: 7px;
  }
}


/* video style strat index page*/
.banner-area-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 630 / 250;
  padding: 0 !important;
}















/* Floating Contact Buttons */


/* Floating Contact Button Styles */
.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 67px;
  z-index: 9999;
}

.floating-contact .main-button {
  background: var(--mainColor);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1000;
}

.floating-contact .main-button i {
  color: var(--whiteColor);
  font-size: 20px;
  transition: all 0.3s ease;
}

.floating-contact .main-button.active {
  transform: rotate(45deg);
  background: var(--blackColor);
}

.floating-contact .main-button.active i {
  transform: rotate(0deg);
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(45deg);
  }
}

.floating-contact .contact-options {
  position: absolute;
  bottom: 70px;
  right: 5px;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.floating-contact .contact-options.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-contact .contact-option {
  background: var(--whiteColor);
  padding: 12px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.floating-contact .contact-option:hover {
  background: var(--mainColor);
}

.floating-contact .contact-option:hover i,
.floating-contact .contact-option:hover span {
  color: var(--whiteColor);
}

.floating-contact .contact-option i {
  color: var(--mainColor);
  font-size: 20px;
  margin-right: 10px;
}

.floating-contact .contact-option span {
  color: var(--blackColor);
  font-weight: 500;
  font-size: 14px;
}









/* Ranking Ticker Styles */
.ranking-ticker-section {
  background: #f8f9fa;
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.ranking-ticker-wrapper {
  position: relative;
  overflow: hidden;
}

.ranking-ticker {
  display: flex;
  animation: tickerScroll 20s linear infinite;
  white-space: nowrap;
}

/* Create a duplicate set of items for seamless loop */
.ranking-ticker {
  display: flex;
  animation: tickerScroll 20s linear infinite;
  white-space: nowrap;
}

.ranking-ticker:hover {
  animation-play-state: paused;
}

/* Double the content for seamless loop */
.ranking-ticker {
  display: inline-flex;
}

.ranking-ticker .ranking-item {
  flex-shrink: 0;
  margin-right: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.rank-image {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 55px;
}

.rank-image1 {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-right: 55px;
}

.rank-content {
  display: flex;
  flex-direction: column;
}

.rank-badge {
  background: #002147;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}

.rank-text {
  color: #333;
  font-size: 14px;
}

/* Modified animation for infinite loop */
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Clone the items in HTML */
.ranking-ticker {
  content: "";
  animation: tickerScroll 20s linear infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ranking-item {
    margin-right: 30px;
    padding: 8px 65px 8px 25px;
  }

  .rank-image {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .rank-image1 {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .rank-badge {
    padding: 4px 10px;
    font-size: 12px;
  }

  .rank-text {
    font-size: 12px;
  }
}



/* Mobile Navigation Fixes */
@media (max-width: 991px) {
  .navbar-area .offcanvas {
    width: 300px !important;
    background-color: var(--whiteColor);
  }

  .navbar-area .offcanvas-body {
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding-bottom: 50px;
  }

  .navbar-area .accordion-button {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--blackColor);
  }

  .navbar-area .accordion-body {
    padding: 0;
  }

  .navbar-area .accordion-item {
    border: none;
  }

  .navbar-area .accordion-link {
    display: block;
    padding: 12px 15px;
    color: var(--paragraphColor);
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .navbar-area .accordion-link:hover {
    background-color: var(--secounderyColor);
    color: var(--mainColor);
  }

  .navbar-area .accordion-button:not(.collapsed) {
    color: var(--mainColor);
    background-color: var(--secounderyColor);
    box-shadow: none;
  }

  .navbar-area .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
  }

  /* Fix nested accordion items */
  .navbar-area .accordion .accordion {
    margin: 0;
  }

  .navbar-area .accordion .accordion .accordion-item {
    margin-left: 15px;
  }

  /* Fix scrolling issues */
  .navbar-area .offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  /* Ensure menu items are visible */
  .navbar-area .navbar-collapse {
    max-height: none;
    height: auto;
  }
}






/* counter styles */

.counter-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.counter-section h2 {
  /* font-size: 32px; */
  margin-bottom: 40px;
  /* color: #333; */
}

.counters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}


.counter-box {
  flex: 1 1 200px;
  max-width: 300px;
  background: url('../college_logos/countercard_bg.png') no-repeat center;
  background-size: cover;
  padding: 60px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.counter-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255, 255, 255, 0.85); */
  z-index: -1;
  border-radius: 10px;
}

/* .counter-box {
      flex: 1 1 200px;
      max-width: 300px;
      background: #f0f0f0;
      padding: 30px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    } */

.counter-box:hover {
  transform: translateY(-5px);
}

.counter-box i {
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
}

.counter-box h3 {
  font-size: 22px;
  color: #ed6f26;
  margin: 0;
}

.counter-box p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

@media (max-width: 768px) {
  .counters {
    gap: 20px;
  }

  .counter-box {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .counters {
    gap: 20px;
  }

  .counter-box {
    flex: 1 1 calc(50% - 20px);
    padding: 50px 25px;

  }

  .counter-box i {
    font-size: 22px;
  }

  .counter-box h3 {
    font-size: 15px;
  }

  .counter-box p {
    font-size: 10px;
  }


}





/* card college */


.col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.activities-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(50px);
  opacity: 0;
  animation: fadeInUp 0.5s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.activities-card:hover {
  transform: translateY(-10px);

  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.activities-card .image {
  border-radius: 12px 12px 0px 0px;
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
}

.activities-card .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.activities-card:hover .image img {
  transform: scale(1.1);
}

.activities-card .content {
  padding: 10px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activities-card .content h2 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.activities-card .content h2 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.activities-card .content h2 a:hover {
  color: #ed6f26;
}

.activities-card .icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #ed6f26, #ed6f26);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.activities-card:hover .icon {
  transform: scale(1);
}

.section-btn {
  margin-top: 50px;
  text-align: center;
}

.section-btn p {
  font-size: 15px;
  color: #777;
}

.section-btn a {
  color: #ed6f26;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section-btn a:hover {
  color: #ed6f26;
}

.section-btn a i {
  font-size: 12px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.section-btn a:hover i {
  transform: translateX(5px);
}

/* Animation delay for cards */
.row .col-lg-3:nth-child(1) .activities-card {
  animation-delay: 0.1s;
}

.row .col-lg-3:nth-child(2) .activities-card {
  animation-delay: 0.2s;
}

.row .col-lg-3:nth-child(3) .activities-card {
  animation-delay: 0.3s;
}

.row .col-lg-3:nth-child(4) .activities-card {
  animation-delay: 0.4s;
}

.row .col-lg-3:nth-child(5) .activities-card {
  animation-delay: 0.5s;
}

.row .col-lg-3:nth-child(6) .activities-card {
  animation-delay: 0.6s;
}

.row .col-lg-3:nth-child(7) .activities-card {
  animation-delay: 0.7s;
}

.row .col-lg-3:nth-child(8) .activities-card {
  animation-delay: 0.8s;
}

/* Responsive CSS */
@media (max-width: 1200px) {
  .col-lg-3 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 992px) {
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .activities-area {
    padding: 60px 0;
  }
}

/* AOS Animation Support */
[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos].aos-animate {
  opacity: 1;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 50px, 0);
}

[data-aos="fade-up"].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos="fade-zoom-in"] {
  transform: translate3d(0, 20px, 0) scale(0.9);
}

[data-aos="fade-zoom-in"].aos-animate {
  transform: translate3d(0, 0, 0) scale(1);
}




/* search insituition style start */

/* Institution Search Section Styles */
.institution-search-section {
  background-color: #05203b;
  padding: 20px 0;
}

.search-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.search-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.institution-select {
  margin-right: 20px;
}

.institution-select .form-select {
  border: none;
  font-size: 16px;
  padding: 10px 15px;
  width: 100%;
  cursor: pointer;
}

.search-button .btn {
  padding: 10px 30px;
  font-weight: bold;
  background-color: white;
  border: none;
  color: #ed6f26;
  transition: all 0.3s ease;
}

.search-button .btn:hover {
  background-color: #ed6f26;
  color: black
}

/* Responsive Styles */
@media (max-width: 768px) {
  .search-box {
    flex-direction: column;
  }

  .institution-select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }

  .search-button {
    width: 100%;
  }

  .search-button .btn {
    width: 100%;
  }
}

/* Dropdown Animation Styles */
.accordion-collapse {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.accordion-collapse.collapse:not(.show) {
  display: block;
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
}

.accordion-collapse.collapse.show {
  height: auto;
  opacity: 1;
  transform: translateY(0);
}

.accordion-collapse.collapsing {
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
}

/* Smooth arrow rotation */
.accordion-button::after {
  transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}




/* search insituition style end */



/* this style for all page sticky-sidebar start*/

.sticky-sidebar {
  position: sticky;
  top: 100px;
  /* adjust depending on your header height */
  align-self: flex-start;
  /* for flex layouts */

}


/* this style for all page sticky-sidebar end */



/* Campus Experience Section Styles start */
/* Campus Features Area */
.campus-features-area {
  position: relative;
  z-index: 1;
  padding: 100px 0 0px;
}

.campus-features-area .section-title {
  margin-bottom: 60px;
}

.campus-features-area .section-title .sub-title {
  display: block;
  color: #ed6f26;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.campus-card {
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: 0.5s;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.campus-card .icon {
  margin-bottom: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
  background-color: #ed6f26;
  color: #ffffff;
  transition: 0.5s;
}

.campus-card .icon i {
  font-size: 25px;
}

.campus-card h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;

}

.campus-card p {
  margin-bottom: 15px;
  font-size: 15px;
  transition: 0.5s;
}

.campus-card .learn-more-btn {
  color: #252525;
  font-weight: 600;
  font-size: 15px;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  padding-right: 22px;
  text-decoration: none;
}

.campus-card .learn-more-btn i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

.campus-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Lift on hover */
.campus-card:hover {
  transform: translateY(-10px);
}

/* Gradient overlay */
.campus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /* shorthand for top, right, bottom, left = 0 */
  background: linear-gradient(to right, #ed6f26, #fbbb83);
  transform: scale(0);
  transform-origin: bottom right;
  transition: transform 0.5s ease;
  z-index: -1;
}

/* On hover, scale the gradient in */
.campus-card:hover::before {
  transform: scale(1);
}

.campus-card:hover .icon {
  background-color: #ffffff;
  color: #ed6f26;
}

.campus-card:hover h3,
.campus-card:hover p,
.campus-card:hover .learn-more-btn {
  color: #ffffff;
}

.campus-card .shape {
  /* position: absolute; */
  right: 0;
  top: 50%;
  transform: translateY(-10%);
  padding-top: 18px;
}

.campus-card .shape img {
  border-radius: 0px 40px;
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  .campus-features-area {
    padding: 60px 0 30px;
  }

  .campus-card {
    padding: 20px 15px;
  }

  .campus-card h4 {
    font-size: 20px;
  }

  .campus-card .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .campus-card .icon i {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campus-features-area {
    padding: 80px 0 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .campus-card {
    padding: 25px 20px;
  }
}


/* Campus Experience Section Styles */
.campus-experience-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.single-campus-card {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.campus-image {
  position: relative;
  overflow: hidden;
}

.campus-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

/* Image Zoom Effect on Hover */
.single-campus-card:hover .campus-image img {
  transform: scale(1.2) rotate(3deg);
}

/* Overlay Animation */
.campus-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
}

.single-campus-card:hover .campus-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Explore Button Animation */
.explore-btn {
  color: #fff;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease 0.2s;
}

.single-campus-card:hover .explore-btn {
  transform: translateY(0);
  opacity: 1;
}

.explore-btn:hover {
  background: #fff;
  color: #333;
}

/* Card Content Animation */
.campus-content {
  padding: 20px;
  text-align: center;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.single-campus-card:hover .campus-content {
  transform: translateY(-5px);
}

/* Responsive Styles */
@media only screen and (max-width: 767px) {
  .campus-image img {
    height: 200px;
  }
}

/* Campus Experience Section Styles end*/







/* ACCREDITATIONS AND RECOGNITIONS  start */

/* SECTION WRAPPER */
.accreditations-section {
  padding: 0px 0 90px;
  /* background-image: url('../home/comman/bg-design1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  background-color: white;
}

/* HEADING */
.accreditations-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.accreditations-heading .accent-bar {
  width: 4px;
  height: 24px;
  background-color: #ed6f26;
  /* yellow bar */
}

.accreditations-heading h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #002147;
}

/* GRID */
.accreditations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  /* 3 columns like screenshot */
  gap: 28px 34px;
  justify-items: center;
}

/* CARD */
.accreditation-card {
  width: 100%;
  max-width: 230px;
  /* matches approximate card width */
  min-height: 170px;
  padding: 22px 18px 20px;
  border-radius: 16px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #d30000, #fbff00) border-box;
  border: 1.6px solid transparent;
  box-sizing: border-box;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.accreditation-card img {
  max-width: 100%;
  max-height: 75px;
  margin-bottom: 12px;
  object-fit: contain;
}

.accreditation-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  color: #222;
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 992px) {
  .accreditations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* 2 columns on tablet */
    gap: 24px 26px;
  }
}

@media (max-width: 576px) {
  .accreditations-section {
    padding: 0px 0 70px;
  }

  .accreditations-heading h2 {
    font-size: 18px;
  }

  .accreditations-grid {
    grid-template-columns: 1fr;
    /* 1 column on mobile */
    gap: 20px;
  }

  .accreditation-card {
    max-width: 260px;
  }
}



/* ACCREDITATIONS AND RECOGNITIONS  end */

/* hindusthan font style start*/


/* hindusthan font style  end*/



@media only screen and (max-width: 991px) {
  .logo-responsive {
    max-width: 170px !important;
    /* margin-top: 20px !important; */
  }
}

/* 992px – 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .logo-responsive {
    max-width: 200px !important;
  }
}

/* 1201px – 1399.98px (use .navbar-area .navbar .navbar-brand img for higher specificity) */
@media only screen and (min-width: 1201px) and (max-width: 1399.98px) {
  .navbar-area .navbar .navbar-brand img.logo-responsive {
    max-width: 200px !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 6000px) {
  .navbar-area .navbar .navbar-brand img.logo-responsive {
    max-width: 220px !important;
    margin-top: 10px !important;

  }
}


@media only screen and (max-width: 991px) {
  .logo-responsive-footer {
    max-width: 270px !important;
    margin-top: 20px !important;
  }
}

/* 992px – 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .logo-responsive-footer {
    max-width: 250px !important;
  }
}




/* font import  */


@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

@font-face {
  font-family: "BlackChancery";
  src: url("../fonts/BLACKCH.woff2") format("woff2"),
    url("../fonts/BLACKCH.woff") format("woff"),
    url("../fonts/BLACKCH.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}







/* new code  index count show */




/* Center Banner */
.center-banner {
  /* background: linear-gradient(135deg, rgba(176, 224, 230, 0.3) 0%, rgba(173, 216, 230, 0.4) 100%); */
  border-radius: 200px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  box-shadow: 0 55px 50px rgba(176, 224, 230, 0.3);
}

.center-banner h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.center-banner .highlight {
  color: #ed6f26;
  font-weight: 800;
}

.center-banner h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 1px;
}

/* Statistics Section */


.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 30px 40px;
  min-width: 280px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.stat-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #f4e5ce 0%, #ed6f26 100%);
  border-radius: 0 0 13px 13px;
}

.stat-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-number {
  font-size: 56px;
  font-weight: 800;
  color: #002346;
  line-height: 1;
  position: relative;
}

.plus-sign {
  position: absolute;
  top: -10px;
  right: -20px;
  font-size: 32px;
  color: #ed6f26;
  font-weight: 700;
}

.stat-description {
  text-align: left;
  flex: 1;
}

.stat-description p {
  font-size: 15px;
  font-weight: 600;
  color: #555;
  line-height: 1.4;
  margin: 15px;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .center-banner h1 {
    font-size: 28px;
  }

  .center-banner h2 {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .top-features {
    justify-content: center;
  }

  .center-banner {
    padding: 35px 20px;
    border-radius: 150px;
  }

  .center-banner h1 {
    font-size: 24px;
  }

  .center-banner h2 {
    font-size: 20px;
  }

  .stat-box {
    min-width: 250px;
  }

  .stat-number {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .main-container {
    padding: 30px 15px;
  }

  .feature-item {
    margin: 15px;
    max-width: 150px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .icon-wrapper svg {
    width: 50px;
    height: 50px;
  }

  .feature-item h6 {
    font-size: 12px;
  }

  .center-banner {
    padding: 20px 10px;
    border-radius: 100px;
    margin-bottom: 60px;
  }

  .center-banner h1 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .center-banner h2 {
    font-size: 18px;
  }

  .stat-box {
    min-width: 100%;
    padding: 25px 30px;
  }

  .stat-content {
    gap: 15px;
  }

  .stat-number {
    font-size: 42px;
  }

  .plus-sign {
    font-size: 28px;
    right: -18px;
  }

  .stat-description p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .center-banner h1 {
    font-size: 18px;
  }

  .center-banner h2 {
    font-size: 16px;
  }

  .stat-number {
    font-size: 36px;
  }

  .stat-box {
    padding: 20px 25px;
  }
}





.ranking-ticker .ranking-item1 {
  flex-shrink: 0;
  margin-right: 20px;
  padding: 10px 20px;
  /* background: #fff; */
  /* border-radius: 30px; */
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
  display: flex;
  align-items: center;
}




/* ---------- Section (self-contained) ---------- */
.europe-tour {
  /* padding: 72px 16px;
  background: #ffffff;
  color: #222; */
}

/* container width control */
.europe-tour .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

/* two-column layout */
.tour-row {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* left column */
.tour-left {
  flex: 1 1 440px;
  min-width: 280px;
}

/* right column */
.tour-right {
  /* flex: 0 0 520px; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
}

/* Title styling */
.tour-title {
  font-weight: 800;
  line-height: 1;
  margin: 0 0 14px;
  color: #ed6f26;
  /* maroon */
  font-size: 25px;
  letter-spacing: 1px;

}

.tour-title .accent {
  color: #00004e;
  /* gold */
  font-style: italic;
  display: inline-block;

  transform: translateY(4px);
}

/* description */
.tour-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.85;
  margin: 18px 0 28px;
  max-width: 760px;

}



/* Icons grid: responsive */
.tour-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 6px;
  align-items: start;
  width: 100%;
  max-width: 920px;
}

/* icon item */
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 6px;
}

.icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ed6f26;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(142, 20, 48, 0.12);
  flex-shrink: 0;
}

.icon-circle svg {
  width: 36px;
  height: 36px;
  fill: #fff;
  display: block;
}

/* titles beneath icons */
.icon-title {
  font-weight: 700;
  color: #222;
  font-size: 14px;
}

.icon-sub {
  color: #666;
  font-size: 13px;
  line-height: 1.2;
}

/* collage image (right) */
.tour-collage {
  width: 420px;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  /* box-shadow: 0 12px 40px rgba(0,0,0,0.06); */
}

/* ---------- Responsive rules ---------- */
@media (max-width: 1024px) {
  .tour-title {
    font-size: 25px;
  }

  .tour-collage {
    width: 460px;
  }

  .tour-icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .tour-row {
    flex-direction: column-reverse;
    gap: 22px;
  }

  .tour-right {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .tour-left {
    width: 100%;
    text-align: center;
  }

  .tour-desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding: 0 8px;
  }

  .tour-title {
    font-size: 25px;
  }

  .tour-icons {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .icon-item {
    align-items: center;
  }

  .tour-cta {
    justify-content: center;
  }
}

@media (max-width:420px) {
  .tour-title {
    font-size: 16px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
  }

  .icon-circle svg {
    width: 30px;
    height: 30px;
  }

  .tour-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .tour-icons {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}




.section-title {
  text-align: center;
  margin-bottom: 25px;
}

.section-title p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

.section-title h2 {
  margin: 5px 0 0;
  font-size: 26px;
}

/* -------- STATS SLIDER -------- */

.stats-swiper {
  padding: 10px 10px 40px;
}

.stat-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 16px 20px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  background: #ffcc33;
  font-weight: 800;
  margin-bottom: 8px;
}

.stat-number {
  font-size: 22px;
  line-height: 1;
  color: #000;
}

.stat-label {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.stats-pagination {
  margin-top: 10px;
}

.stats-prev,
.stats-next {
  width: 30px;
  height: 30px;
}

@media (min-width: 576px) {
  .stat-number {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .stat-number {
    font-size: 26px;
  }

  .stat-card {
    padding: 20px 18px 22px;
  }
}

@media (min-width: 992px) {
  .stat-number {
    font-size: 28px;
  }

  .stat-label {
    font-size: 14px;
  }
}

/* Small stats card */
.stat-mini-card {
  background: #fff;
  border-radius: 12px;
  padding: 12px 10px;
  text-align: start;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 2px;
}

.stat-mini-badge {
  display: inline-block;
  background: #002147;
  padding: 6px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.stat-mini-card p {
  font-size: 12px;
  color: #444;
  margin: 0;

}

/* Spacing between slides */
.stats-swiper {
  padding-bottom: 20px;
}


/* ==========================================================
   Department Page — Custom Styles (department.html)
   All styles moved from inline to here for maintainability.
   ========================================================== */

/* ── Hero Banner (top dark gradient section) ── */
.dept-hero {
  background: linear-gradient(135deg, #00004a 0%, #070246e8 100%);
  padding: 64px 0 56px;
  text-align: center;
  margin-top: 90px;
}

/* Small orange tag above the heading */
.dept-hero-label {
  color: #ff6200;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Main white heading in the hero */
.dept-hero-title {
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
}

/* Subtitle paragraph below the heading */
.dept-hero-desc {
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  max-width: 660px;
  margin: 0 auto 44px;
  line-height: 1.75;
}

/* Individual stat counter box (glass-card style) */
.dept-stat-box {
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 14px;
  padding: 22px 10px;
  position: relative;
  overflow: hidden;
  transition: background .3s, transform .3s, box-shadow .3s;
  cursor: default;
}

/* Super shine sweep on stat boxes */
.dept-stat-box::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -90%;
  width: 65%;
  height: 220%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 40%,
      rgba(240, 240, 240, 0.35) 55%,
      rgba(255, 255, 255, 0.1) 70%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.42s ease;
  pointer-events: none;
  z-index: 0;
}

.dept-stat-box:hover::before {
  left: 140%;
}

.dept-stat-box:hover {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  border-color: rgba(255, 255, 255, 0.5);
}

.dept-stat-box>* {
  position: relative;
  z-index: 1;
}

/* Large number inside a stat box */
.dept-stat-number {
  color: #ff6200;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 2px;
  transition: color .3s;
}

.dept-stat-box:hover .dept-stat-number {
  color: #fff;
}

/* Caption text below the stat number */
.dept-stat-label {
  color: #fff;
  font-size: 12px;
  margin: 0;
  opacity: .85;
  transition: opacity .3s;
}

.dept-stat-box:hover .dept-stat-label {
  opacity: 1;
}

/* ── Sidebar department list icons ── */
.dept-sidebar-icon {
  width: 25px;
  color: #ff6200;
}

/* ── Right-column intro callout strip ── */
.dept-intro-strip {
  background: linear-gradient(135deg, #fff8f4, #fff3eb);
  border-left: 4px solid #ff6200;
  border-radius: 0 12px 12px 0;
  padding: 24px 28px;
  margin-bottom: 32px;
  margin-top: 10px;


}

.dept-intro-strip h4 {
  font-size: 20px;
  font-weight: 700;
  color: #07202a;
  margin-bottom: 8px;
}

.dept-intro-strip p {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  text-align: justify;
}

/* ── Department Cards ── */
/* Card wrapper — flex column so the button sticks to the bottom */
.dept-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 28px 24px;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 71, .07);
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

/* Diagonal white-grey shine that sweeps across the card on hover */
.dept-card::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -90%;
  width: 65%;
  height: 220%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 40%,
      rgba(240, 240, 240, 0.35) 55%,
      rgba(255, 255, 255, 0.1) 70%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.42s ease;
  pointer-events: none;
  z-index: 0;
}

.dept-card:hover::before {
  left: 140%;
}

/* Ensure card content stays above the shine layer */
.dept-card>* {
  position: relative;
  z-index: 1;
}

/* Lift card on hover — no JS needed */
.dept-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0, 0, 71, .16);
}

/* Heading flips to orange on hover */
.dept-card:hover h4 {
  color: #ff6200;
  transition: color .3s;
}

.dept-card h4 {
  transition: color .3s;
}

/* Gradient square holding the FA icon */
.dept-card-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #fff3eb, #ffe0cc);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(255, 98, 0, .15);
}

.dept-card-icon i {
  font-size: 26px;
  color: #ff6200;
}

.dept-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: #07202a;
  margin-bottom: 8px;
}

/* flex:1 pushes the button to the bottom regardless of text length */
.dept-card p {
  color: #666;
  font-size: 13.5px;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 20px;
  text-align: justify;
}

.dept-card .default-btn {
  font-size: 13px;
  padding: 9px 22px;
  align-self: flex-end;
  border-radius: 8px;
}

/* ── "Why Choose" section (light grey background) ── */
.dept-why-section {
  background: #f4f7fb;
  padding: 72px 0 64px;
}

/* Reusable small orange label above section headings */
.dept-section-label {
  color: #ff6200;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dept-section-title {
  font-size: 32px;
  font-weight: 800;
  color: #07202a;
  margin-bottom: 12px;
}

.dept-section-desc {
  color: #666;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

/* ── Feature Cards inside "Why Choose" ── */
.dept-feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(0, 0, 71, .07);
  height: 100%;
  border-bottom: 4px solid #ff6200;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}

/* Same super shine sweep for feature cards */
.dept-feature-card::before {
  content: '';
  position: absolute;
  top: -60%;
  left: -90%;
  width: 65%;
  height: 220%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.55) 40%,
      rgba(240, 240, 240, 0.35) 55%,
      rgba(255, 255, 255, 0.1) 70%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  transition: left 0.42s ease;
  pointer-events: none;
  z-index: 0;
}

.dept-feature-card:hover::before {
  left: 140%;
}

.dept-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0, 0, 71, .18);
  background-color: #00004a;
}

/* Text turns white when card goes dark on hover */
.dept-feature-card h5,
.dept-feature-card p {
  transition: color .3s;
}

.dept-feature-card:hover h5 {
  color: #ff6200;
}

.dept-feature-card:hover p {
  color: rgba(255, 255, 255, 0.78);
}

/* Ensure feature card content stays above the shine layer */
.dept-feature-card>* {
  position: relative;
  z-index: 1;
}

/* Circle icon holder */
.dept-feature-icon {
  width: 64px;
  height: 64px;
  background: #fff3eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.dept-feature-icon i {
  font-size: 26px;
  color: #06005d;
}

.dept-feature-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #07202a;
  margin-bottom: 10px;
}

.dept-feature-card p {
  color: #666;
  font-size: 13.5px;
  line-height: 1.7;
  margin: 0;
}

/* ── CTA Strip (dark gradient rounded box at the bottom) ── */
.dept-cta-strip {
  background: linear-gradient(135deg, #00004a, #0a2a3a);
  border-radius: 20px;
  padding: 48px 40px;
  margin-top: 56px;
  text-align: center;
}

.dept-cta-label {
  color: #ff6200;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dept-cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.dept-cta-desc {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  max-width: 520px;
  margin: 0 auto 28px;
  line-height: 1.75;

}


/* Flex row holding Apply + Contact buttons */
.dept-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Ghost/outline button used in the CTA strip */
.dept-cta-outline-btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid rgba(255, 255, 255, .5);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: border-color .3s, color .3s;
}

.dept-cta-outline-btn:hover {
  border-color: #ff6200;
  color: #ff6200;
}

/* ── Zigzag image wrapper (department sub-pages) ── */
/* Ensures all zigzag photos are the same height with object-fit crop */
.zigzag-img-wrap {
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  box-shadow: 0 8px 30px rgba(0, 0, 71, .12);
}

.zigzag-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Divider between zigzag rows */
.zigzag-divider {
  border: none;
  border-top: 1px solid #eee;
  margin: 0 0 40px;
}

/* Section label above each zigzag heading */
.zigzag-label {
  color: #ff6200;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Main heading in each zigzag block */
.zigzag-heading {
  font-size: 22px;
  font-weight: 800;
  color: #07202a;
  margin-bottom: 14px;
  line-height: 1.35;
}

/* Body text in zigzag content blocks */
.zigzag-body {
  color: #555;
  font-size: 14.5px;
  line-height: 1.85;
  text-align: justify;
}

/* Bullet list items in the Resource Centre section */
.zigzag-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zigzag-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #555;
  font-size: 14.5px;
  line-height: 1.75;
}

.zigzag-check-list li i {
  color: #ff6200;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

/* ============================================================
   Vision & Mission Page — About Section CSS
   ============================================================ */

/* ── Section wrapper ── */
.vm-about-area {
  padding: 90px 0;
  background: #fff;
}

/* ── Left image collage ── */
.vm-img-collage {
  display: flex;
  gap: 16px;
  position: relative;
  height: 520px;
}

.vm-img-left {
  flex: 0 0 55%;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 33, 71, 0.12);
}

.vm-img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vm-img-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Circular top image */
.vm-img-circle {
  width: 230px;
  height: 190px;
  border-radius: 10%;
  overflow: hidden;
  align-self: center;
  flex-shrink: 0;
  box-shadow: 0 8px 24px rgba(0, 33, 71, 0.14);
  border: 4px solid #fff;
}

.vm-img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bottom rounded image */
.vm-img-rounded {
  flex: 1;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 33, 71, 0.12);
}

.vm-img-rounded img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badge overlay on left image */
.vm-badge {
  position: absolute;
  bottom: 28px;
  left: -22px;
  background: var(--mainColor);
  color: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 28px rgba(237, 111, 38, 0.40);
  min-width: 185px;
  z-index: 2;
}

.vm-badge-icon {
  font-size: 34px;
  line-height: 1;
  flex-shrink: 0;
}

.vm-badge-text span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.88;
  letter-spacing: 0.3px;
}

.vm-badge-text strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.3;
}

/* ── Right content ── */
.vm-content {
  padding-left: 24px;
}

.vm-sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--paragraphColor);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vm-sub-title i {
  font-size: 18px;
}

.vm-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--blackColor);
  line-height: 1.22;
  margin-bottom: 18px;
}

.vm-highlight {
  color: var(--mainColor);
}

.vm-content>p {
  color: var(--paragraphColor);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 28px;
  text-align: justify;
}

/* Feature items + quote row */
.vm-features-row {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.vm-features-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.vm-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.vm-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 20%;
  background: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(237, 111, 38, 0.30);
}

.vm-feature-icon i {
  font-size: 20px;
  color: #fff;
}

.vm-feature-text h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 5px;
  margin-top: 2px;
}

.vm-feature-text p {
  font-size: 13.5px;
  color: var(--paragraphColor);
  line-height: 1.7;
  margin: 0;
}

/* Quote testimonial box */
.vm-quote-box {
  flex: 0 0 175px;
  background: #f2f4f8;
  border-radius: 16px;
  padding: 20px 18px 40px;
  position: relative;
  border-left: 3px solid var(--mainColor);
}

.vm-quote-box p {
  font-size: 13px;
  color: #555;
  line-height: 1.75;
  margin: 0;
}

.vm-quote-mark {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 44px;
  font-weight: 900;
  color: var(--mainColor);
  line-height: 1;
  font-family: Georgia, serif;
}

/* CTA row */
.vm-cta {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.vm-phone {
  display: flex;
  align-items: center;
  gap: 12px;
}

.vm-phone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blackColor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-phone-icon i {
  font-size: 22px;
  color: #fff;
}

.vm-phone-text span {
  display: block;
  font-size: 11px;
  color: var(--mainColor);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vm-phone-text strong {
  display: block;
  font-size: 15px;
  color: var(--blackColor);
  font-weight: 700;
}

/* ============================================================
   Vision & Mission — Detail Cards Section
   ============================================================ */
.vm-details-area {
  padding: 80px 0;
}

.vm-detail-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 36px;
  height: 100%;
  box-shadow: 0 4px 24px rgba(0, 33, 71, 0.07);
  border-top: 4px solid var(--mainColor);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vm-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 33, 71, 0.13);
}

.vm-detail-card--alt {
  border-top-color: var(--blackColor);
}

.vm-detail-card--alt .vm-detail-card-icon {
  background: var(--blackColor);
}

.vm-detail-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--mainColor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 6px 18px rgba(237, 111, 38, 0.30);
}

.vm-detail-card-icon i {
  font-size: 28px;
  color: #fff;
}

.vm-detail-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--blackColor);
  margin-bottom: 14px;
}

.vm-detail-card>p {
  font-size: 14.5px;
  color: var(--paragraphColor);
  line-height: 1.85;
  margin-bottom: 24px;
}

/* Checklist inside detail cards */
.vm-value-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.vm-value-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--blackColor);
}

.vm-value-list li i {
  color: var(--mainColor);
  font-size: 17px;
  flex-shrink: 0;
}

/* ============================================================
   Vision & Mission — Core Values Strip
   ============================================================ */
.vm-values-strip {
  background: var(--blackColor);
  padding: 32px 0;
}

.vm-values-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.vm-values-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--mainColor);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 32px;
  border-right: 2px solid rgba(255, 255, 255, 0.15);
}

.vm-values-items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
}

.vm-value-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13.5px;
  font-weight: 500;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.vm-value-chip:hover {
  background: var(--mainColor);
  border-color: var(--mainColor);
}

.vm-value-chip i {
  font-size: 16px;
  color: var(--mainColor);
  transition: color 0.3s ease;
}

.vm-value-chip:hover i {
  color: #fff;
}

/* ============================================================
   Vision & Mission — Responsive Breakpoints
   ============================================================ */
@media (max-width: 991px) {
  .vm-img-collage {
    height: 380px;
    margin-bottom: 50px;
  }

  .vm-content {
    padding-left: 0;
  }

  .vm-content h2 {
    font-size: 30px;
  }

  .vm-badge {
    left: 0;
  }

  .vm-quote-box {
    flex: 0 0 155px;
  }
}

@media (max-width: 767px) {
  .vm-img-collage {
    height: 320px;
  }

  .vm-img-circle {
    width: 200px;
    height: 150px;
  }

  .vm-features-row {
    flex-direction: column;
  }

  .vm-quote-box {
    flex: none;
    width: 100%;
  }

  .vm-content h2 {
    font-size: 26px;
  }

  .vm-value-list {
    grid-template-columns: 1fr;
  }

  .vm-values-title {
    border-right: none;
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    width: 100%;
  }
}

@media (max-width: 575px) {
  .vm-img-collage {
    height: 270px;
    gap: 10px;
  }

  .vm-img-circle {
    width: 150px;
    height: 120px;
  }

  .vm-badge {
    padding: 10px 14px;
    min-width: 160px;
    bottom: 16px;
  }

  .vm-badge-icon {
    font-size: 26px;
  }

  .vm-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .vm-detail-card {
    padding: 28px 22px;
  }

  .vm-values-inner {
    gap: 16px;
  }
}


/* <!-- ===== Orbital Feature Animation Section ===== --> */

.orbital-edu-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* Top Right Dots */
.orbital-edu-section::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#ed6f26 2px, transparent 2px);
  background-size: 16px 16px;
  opacity: 0.25;
  z-index: 0;
  animation: floatDots 8s ease-in-out infinite;
}



@keyframes floatDots {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(3deg);
  }
}

/* Keep content above dots */
.orbital-edu-section>* {
  position: relative;
  z-index: 1;
}

.orbital-edu-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 50%, rgba(237, 111, 38, .05) 0%, transparent 55%),
    radial-gradient(circle at 18% 50%, rgba(0, 33, 71, .04) 0%, transparent 50%);
  pointer-events: none;
}

/* ---- Left Text ---- */
.orbital-text-wrap {
  padding-right: 45px;
}

.orbital-text-wrap h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--blackColor);
  line-height: 1.3;
  margin: 14px 0 18px;
}

.orbital-text-wrap>p {
  color: var(--paragraphColor);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 32px;
}

/* Stats row */
.orbital-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.orbital-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f9fb;
  padding: 16px 22px;
  border-radius: 14px;
  border-bottom: 3px solid var(--mainColor);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
  min-width: 95px;
}

.orbital-stat-item .stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--mainColor);
  line-height: 1;
}

.orbital-stat-item .stat-label {
  font-size: .68rem;
  color: #888;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* ---- Orbital Animation ---- */
.orbital-animation-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 55px 0;
}

.orbital-bg-blob {
  position: absolute;
  width: 390px;
  height: 390px;
  background: linear-gradient(135deg, var(--blackColor) 0%, #1a3d6e 55%, #1a4d35 100%);
  border-radius: 50% 44% 56% 40% / 44% 56% 40% 56%;
  opacity: .07;
  animation: blob-morph-vm 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes blob-morph-vm {

  0%,
  100% {
    border-radius: 50% 44% 56% 40% / 44% 56% 40% 56%;
  }

  33% {
    border-radius: 56% 40% 44% 56% / 56% 44% 56% 40%;
  }

  66% {
    border-radius: 40% 56% 50% 44% / 50% 40% 60% 44%;
  }
}

/* The rotating ring */
.orbit-ring-vm {
  position: relative;
  width: 490px;
  height: 490px;
  animation: orbit-spin-vm 15s linear infinite;
}

@keyframes orbit-spin-vm {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.orbit-track-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 430px;
  border: 1.5px dashed rgba(237, 111, 38, .28);
  border-radius: 50%;
}

.orbit-track-vm::before {
  content: '';
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0, 33, 71, .08);
  border-radius: 50%;
}

/* Center image – counter-rotates to stay upright */
.orbit-center-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: counter-spin-vm 15s linear infinite;
}

@keyframes counter-spin-vm {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.orbit-center-vm img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  display: block;
  box-shadow:
    0 0 0 9px rgba(237, 111, 38, .16),
    0 0 0 18px rgba(237, 111, 38, .07),
    0 22px 55px rgba(0, 0, 0, .18);
}

/* Pulsing rings on center */
.orbit-pulse-1,
.orbit-pulse-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid rgba(237, 111, 38, .45);
}

.orbit-pulse-1 {
  width: 196px;
  height: 196px;
  transform: translate(-50%, -50%);
  animation: pulse-vm 2.2s ease-out infinite;
}

.orbit-pulse-2 {
  width: 226px;
  height: 226px;
  transform: translate(-50%, -50%);
  animation: pulse-vm 2.2s ease-out infinite .55s;
  border-color: rgba(237, 111, 38, .22);
}

@keyframes pulse-vm {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.28);
    opacity: 0;
  }
}

/* Orbit items */
.orbit-item-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
}

.orbit-item-vm-1 {
  transform: rotate(0deg) translateX(215px);
}

.orbit-item-vm-2 {
  transform: rotate(60deg) translateX(215px);
}

.orbit-item-vm-3 {
  transform: rotate(120deg) translateX(215px);
}

.orbit-item-vm-4 {
  transform: rotate(180deg) translateX(215px);
}

.orbit-item-vm-5 {
  transform: rotate(240deg) translateX(215px);
}

.orbit-item-vm-6 {
  transform: rotate(300deg) translateX(215px);
}

/* Cards */
.orbit-card-vm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 22px;
  padding: 10px 6px;
  text-align: center;
  border: 2px solid rgba(237, 111, 38, .13);
  box-shadow: 0 8px 32px rgba(0, 33, 71, .11), 0 2px 8px rgba(237, 111, 38, .08);
  transition: box-shadow .3s, transform .3s;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(237, 111, 38, .28);
  border-color: rgba(237, 111, 38, .4);
}

.orbit-card-vm i {
  font-size: 1.75rem;
  margin-bottom: 5px;
  display: block;
}

.orbit-card-vm span {
  font-size: .57rem;
  font-weight: 700;
  color: var(--blackColor);
  line-height: 1.3;
}

/* Counter-rotation per card:
       Card at N° → keyframe from rotate(-N°) to rotate(-N°-360°) */
.orbit-item-vm-1 .orbit-card-vm {
  animation: ovm-cs1 15s linear infinite, card-glow-1-vm 3s ease-in-out infinite 0s;
}

.orbit-item-vm-2 .orbit-card-vm {
  animation: ovm-cs2 15s linear infinite, card-glow-2-vm 3s ease-in-out infinite .5s;
}

.orbit-item-vm-3 .orbit-card-vm {
  animation: ovm-cs3 15s linear infinite, card-glow-3-vm 3s ease-in-out infinite 1s;
}

.orbit-item-vm-4 .orbit-card-vm {
  animation: ovm-cs4 15s linear infinite, card-glow-4-vm 3s ease-in-out infinite 1.5s;
}

.orbit-item-vm-5 .orbit-card-vm {
  animation: ovm-cs5 15s linear infinite, card-glow-5-vm 3s ease-in-out infinite 2s;
}

.orbit-item-vm-6 .orbit-card-vm {
  animation: ovm-cs6 15s linear infinite, card-glow-6-vm 3s ease-in-out infinite 2.5s;
}

@keyframes ovm-cs1 {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-360deg)
  }
}

@keyframes ovm-cs2 {
  from {
    transform: rotate(-60deg)
  }

  to {
    transform: rotate(-420deg)
  }
}

@keyframes ovm-cs3 {
  from {
    transform: rotate(-120deg)
  }

  to {
    transform: rotate(-480deg)
  }
}

@keyframes ovm-cs4 {
  from {
    transform: rotate(-180deg)
  }

  to {
    transform: rotate(-540deg)
  }
}

@keyframes ovm-cs5 {
  from {
    transform: rotate(-240deg)
  }

  to {
    transform: rotate(-600deg)
  }
}

@keyframes ovm-cs6 {
  from {
    transform: rotate(-300deg)
  }

  to {
    transform: rotate(-660deg)
  }
}

/* ---- Multicolor Icons + Enhanced Animations ---- */

/* Colored top accent + subtle background tint per card */
.orbit-item-vm-1 .orbit-card-vm {
  border-top: 1px solid #4361ee;
  background: linear-gradient(160deg, #fff 55%, rgba(67, 97, 238, .06) 100%);
}

.orbit-item-vm-2 .orbit-card-vm {
  border-top: 1px solid #0ca678;
  background: linear-gradient(160deg, #fff 55%, rgba(12, 166, 120, .06) 100%);
}

.orbit-item-vm-3 .orbit-card-vm {
  border-top: 1px solid #e67700;
  background: linear-gradient(160deg, #fff 55%, rgba(230, 119, 0, .06) 100%);
}

.orbit-item-vm-4 .orbit-card-vm {
  border-top: 1px solid #c2185b;
  background: linear-gradient(160deg, #fff 55%, rgba(194, 24, 91, .06) 100%);
}

.orbit-item-vm-5 .orbit-card-vm {
  border-top: 1px solid #6a1b9a;
  background: linear-gradient(160deg, #fff 55%, rgba(106, 27, 154, .06) 100%);
}

.orbit-item-vm-6 .orbit-card-vm {
  border-top: 1px solid #ed6f26;
  background: linear-gradient(160deg, #fff 55%, rgba(237, 111, 38, .06) 100%);
}

/* Multicolor icon gradient + float animation per card */
.orbit-item-vm-1 .orbit-card-vm i {
  background: linear-gradient(135deg, #4361ee, #748ffc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite 0s;
}

.orbit-item-vm-2 .orbit-card-vm i {
  background: linear-gradient(135deg, #0ca678, #38d9a9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite .4s;
}

.orbit-item-vm-3 .orbit-card-vm i {
  background: linear-gradient(135deg, #e67700, #ffd43b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite .8s;
}

.orbit-item-vm-4 .orbit-card-vm i {
  background: linear-gradient(135deg, #c2185b, #f06292);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite 1.2s;
}

.orbit-item-vm-5 .orbit-card-vm i {
  background: linear-gradient(135deg, #6a1b9a, #ce93d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite 1.6s;
}

.orbit-item-vm-6 .orbit-card-vm i {
  background: linear-gradient(135deg, #ed2626, #ffa94d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: icon-float-vm 2.4s ease-in-out infinite 2.0s;
}

@keyframes icon-float-vm {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.18);
  }
}

/* Per-card colored glow pulse keyframes */
@keyframes card-glow-1-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(67, 97, 238, .32), 0 0 14px rgba(67, 97, 238, .18);
  }
}

@keyframes card-glow-2-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(12, 166, 120, .32), 0 0 14px rgba(12, 166, 120, .18);
  }
}

@keyframes card-glow-3-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(230, 119, 0, .32), 0 0 14px rgba(230, 119, 0, .18);
  }
}

@keyframes card-glow-4-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(194, 24, 91, .32), 0 0 14px rgba(194, 24, 91, .18);
  }
}

@keyframes card-glow-5-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(106, 27, 154, .32), 0 0 14px rgba(106, 27, 154, .18);
  }
}

@keyframes card-glow-6-vm {

  0%,
  100% {
    box-shadow: 0 8px 22px rgba(0, 33, 71, .10);
  }

  50% {
    box-shadow: 0 8px 28px rgba(237, 111, 38, .32), 0 0 14px rgba(237, 111, 38, .18);
  }
}

/* Colored hover glow per card */
.orbit-item-vm-1 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(67, 97, 238, .35), 0 0 0 2px rgba(67, 97, 238, .25);
  border-top-color: #4361ee;
}

.orbit-item-vm-2 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(12, 166, 120, .35), 0 0 0 2px rgba(12, 166, 120, .25);
  border-top-color: #0ca678;
}

.orbit-item-vm-3 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(230, 119, 0, .35), 0 0 0 2px rgba(230, 119, 0, .25);
  border-top-color: #e67700;
}

.orbit-item-vm-4 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(194, 24, 91, .35), 0 0 0 2px rgba(194, 24, 91, .25);
  border-top-color: #c2185b;
}

.orbit-item-vm-5 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(106, 27, 154, .35), 0 0 0 2px rgba(106, 27, 154, .25);
  border-top-color: #6a1b9a;
}

.orbit-item-vm-6 .orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(237, 111, 38, .35), 0 0 0 2px rgba(237, 111, 38, .25);
  border-top-color: #ed6f26;
}

/* Card shine sweep */
.orbit-card-vm::after {
  content: '';
  position: absolute;
  top: 0;
  left: -110%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .58), transparent);
  transform: skewX(-18deg);
  animation: card-shine-vm 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes card-shine-vm {

  0%,
  65%,
  100% {
    left: -110%;
    opacity: 0;
  }

  35% {
    left: 145%;
    opacity: 1;
  }
}

.orbit-item-vm-1 .orbit-card-vm::after {
  animation-delay: 0s;
}

.orbit-item-vm-2 .orbit-card-vm::after {
  animation-delay: .85s;
}

.orbit-item-vm-3 .orbit-card-vm::after {
  animation-delay: 1.7s;
}

.orbit-item-vm-4 .orbit-card-vm::after {
  animation-delay: 2.55s;
}

.orbit-item-vm-5 .orbit-card-vm::after {
  animation-delay: 3.4s;
}

.orbit-item-vm-6 .orbit-card-vm::after {
  animation-delay: 4.25s;
}

/* ---- Responsive ---- */
@media (max-width:991px) {
  .orbital-text-wrap {
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .orbital-text-wrap h2 {
    font-size: 1.9rem;
  }

  .orbital-stats {
    justify-content: center;
  }

  .orbital-bg-blob {
    width: 310px;
    height: 310px;
  }

  .orbit-ring-vm {
    width: 390px;
    height: 390px;
  }

  .orbit-track-vm {
    width: 340px;
    height: 340px;
  }

  .orbit-item-vm {
    width: 82px;
    height: 82px;
    margin-top: -41px;
    margin-left: -41px;
  }

  .orbit-item-vm-1 {
    transform: rotate(0deg) translateX(170px);
  }

  .orbit-item-vm-2 {
    transform: rotate(60deg) translateX(170px);
  }

  .orbit-item-vm-3 {
    transform: rotate(120deg) translateX(170px);
  }

  .orbit-item-vm-4 {
    transform: rotate(180deg) translateX(170px);
  }

  .orbit-item-vm-5 {
    transform: rotate(240deg) translateX(170px);
  }

  .orbit-item-vm-6 {
    transform: rotate(300deg) translateX(170px);
  }

  .orbit-card-vm {
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

  .orbit-card-vm i {
    font-size: 1.45rem;
  }

  .orbit-center-vm img {
    width: 144px;
    height: 144px;
  }

  .orbit-pulse-1 {
    width: 166px;
    height: 166px;
  }

  .orbit-pulse-2 {
    width: 192px;
    height: 192px;
  }
}

@media (max-width:575px) {
  .orbital-edu-section {
    padding: 70px 0;
  }

  .orbital-text-wrap h2 {
    font-size: 1.55rem;
  }

  .orbital-bg-blob {
    width: 250px;
    height: 250px;
  }

  .orbit-ring-vm {
    width: 310px;
    height: 310px;
  }

  .orbit-track-vm {
    width: 268px;
    height: 268px;
  }

  .orbit-item-vm {
    width: 68px;
    height: 68px;
    margin-top: -34px;
    margin-left: -34px;
  }

  .orbit-item-vm-1 {
    transform: rotate(0deg) translateX(134px);
  }

  .orbit-item-vm-2 {
    transform: rotate(60deg) translateX(134px);
  }

  .orbit-item-vm-3 {
    transform: rotate(120deg) translateX(134px);
  }

  .orbit-item-vm-4 {
    transform: rotate(180deg) translateX(134px);
  }

  .orbit-item-vm-5 {
    transform: rotate(240deg) translateX(134px);
  }

  .orbit-item-vm-6 {
    transform: rotate(300deg) translateX(134px);
  }

  .orbit-card-vm {
    width: 68px;
    height: 68px;
    border-radius: 13px;
    padding: 7px 4px;
  }

  .orbit-card-vm i {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }

  .orbit-card-vm span {
    font-size: .48rem;
  }

  .orbit-center-vm img {
    width: 112px;
    height: 112px;
  }

  .orbit-pulse-1 {
    width: 130px;
    height: 130px;
  }

  .orbit-pulse-2 {
    width: 152px;
    height: 152px;
  }
}

/* ============================================================
   HCE Panoramic Campus Slider  (matches reference layout)
   ============================================================ */
.hce-pano-section {
  padding: 82px 0 72px;
  background: #f5f0e8;
  overflow: hidden;
}

/* ---- Heading block ---- */
.hce-pano-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 48px;
  padding: 0 20px;
}

.hce-pano-pre {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.2;
  margin: 0 0 4px;
  letter-spacing: -.2px;
}

.hce-pano-title {
  font-size: 2.85rem;
  font-weight: 800;
  color: #111;
  line-height: 1.1;
  letter-spacing: -.6px;
  margin: 0 0 14px;
}

.hce-pano-sub {
  font-size: .88rem;
  color: #999;
  line-height: 1.72;
  margin: 0 0 26px;
}

.hce-pano-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #111;
  color: #fff;
  padding: 11px 26px;
  border-radius: 50px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .1px;
  transition: background .3s, transform .25s;
}

.hce-pano-btn:hover {
  background: var(--mainColor);
  color: #fff;
  transform: translateY(-2px);
}

.hce-pano-btn i {
  font-size: 1.15rem;
  transition: transform .3s;
}

.hce-pano-btn:hover i {
  transform: translateX(4px);
}

/* ---- Panoramic image strip ---- */
.hce-pano-strip {
  width: 100%;
  overflow: hidden;
  /* height = center item (320px) + bottom padding (22px) */
  height: 342px;
  display: flex;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  align-items: flex-end;
  padding: 0 0 22px;
}

.hce-pano-track {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  width: max-content;
  will-change: transform;
  flex-shrink: 0;
}

/* Base item — outermost / off-screen */
.hce-csl-item {
  flex-shrink: 0;
  width: 280px;
  height: 170px;
  border-radius: 13px;
  overflow: hidden;
  filter: brightness(.50) saturate(.45);
  transition:
    height .62s cubic-bezier(.4, 0, .2, 1),
    filter .62s cubic-bezier(.4, 0, .2, 1),
    box-shadow .62s cubic-bezier(.4, 0, .2, 1),
    border-radius .62s cubic-bezier(.4, 0, .2, 1);
  cursor: pointer;
}

.hce-csl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform .62s cubic-bezier(.4, 0, .2, 1);
}

/* ±2 */
.hce-csl-item[data-pos="-2"],
.hce-csl-item[data-pos="2"] {
  height: 205px;
  filter: brightness(.70) saturate(.70);
  border-radius: 15px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .11);
}

/* ±1 */
.hce-csl-item[data-pos="-1"],
.hce-csl-item[data-pos="1"] {
  height: 258px;
  filter: brightness(.85) saturate(.88);
  border-radius: 17px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .15);
}

/* center */
.hce-csl-item[data-pos="0"] {
  height: 320px;
  filter: brightness(1) saturate(1);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22), 0 3px 10px rgba(0, 0, 0, .09);
}

.hce-csl-item[data-pos="0"] img {
  transform: scale(1.03);
}

.hce-csl-item:hover img {
  transform: scale(1.06);
}

/* ---- Feature items — HCE themed ---- */
.hce-pano-feats {
  display: flex;
  align-items: stretch;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 0 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 33, 71, .10), 0 2px 8px rgba(0, 33, 71, .05);
  border: 1px solid rgba(0, 33, 71, .07);
  overflow: hidden;
}

.hce-pano-feat {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 26px 22px;
  transition: background .25s;
  position: relative;
}

.hce-pano-feat:hover {
  background: rgba(237, 111, 38, .04);
}

.hce-pano-feat:hover::after {
  transform: scaleX(1);
}

.hce-pano-sep {
  width: 1px;
  background: rgba(0, 33, 71, .08);
  flex-shrink: 0;
  align-self: stretch;
}

.hce-pano-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  flex-shrink: 0;
  box-shadow:
    0 0 0 2.5px #ed6f26,
    0 6px 22px #00004a,
    0 2px 6px #ed6f26;

  transition:
    transform .32s cubic-bezier(.4, 0, .2, 1),
    box-shadow .32s;
}

.hce-pano-icon i {
  background: #00004a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  line-height: 1;
}

.hce-pano-feat:hover .hce-pano-icon {
  transform: translateY(-5px);
  box-shadow:
    0 0 0 3px rgba(237, 111, 38, .35),
    0 14px 36px rgba(0, 33, 71, .16),
    0 4px 12px rgba(237, 111, 38, .18);
}

.hce-pano-feat-body {
  flex: 1;
}

.hce-pano-feat strong {
  display: block;
  font-size: .9rem;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 5px;
  line-height: 1.3;
}

.hce-pano-feat p {
  font-size: .78rem;
  color: var(--paragraphColor);
  line-height: 1.65;
  margin: 0;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hce-pano-section {
    padding: 56px 0 48px;
  }

  .hce-pano-title {
    font-size: 2rem;
  }

  .hce-pano-pre {
    font-size: 1.25rem;
  }

  /* strip height = center item (268) + bottom pad (20) */
  .hce-pano-strip {
    height: 288px;
    padding-bottom: 20px;
  }

  .hce-csl-item {
    width: 218px;
    height: 128px;
  }

  .hce-csl-item[data-pos="-2"],
  .hce-csl-item[data-pos="2"] {
    height: 168px;
  }

  .hce-csl-item[data-pos="-1"],
  .hce-csl-item[data-pos="1"] {
    height: 212px;
  }

  .hce-csl-item[data-pos="0"] {
    height: 268px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .20);
  }

  .hce-pano-feats {
    flex-direction: column;
    border-radius: 16px;
  }

  .hce-pano-sep {
    width: 100%;
    height: 1px;
    align-self: auto;
  }

  .hce-pano-feat {
    padding: 20px 20px;
  }

  .hce-pano-feat::after {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 575px) {
  .hce-pano-section {
    padding: 44px 0 36px;
  }

  .hce-pano-title {
    font-size: 1.45rem;
  }

  .hce-pano-pre {
    font-size: .95rem;
  }

  .hce-pano-sub {
    font-size: .80rem;
  }

  /* strip height = center item (210) + bottom pad (16) */
  .hce-pano-strip {
    height: 226px;
    padding-bottom: 16px;
  }

  .hce-csl-item {
    width: 188px;
    height: 105px;
    border-radius: 10px;
  }

  .hce-csl-item[data-pos="-2"],
  .hce-csl-item[data-pos="2"] {
    height: 132px;
    border-radius: 12px;
  }

  .hce-csl-item[data-pos="-1"],
  .hce-csl-item[data-pos="1"] {
    height: 166px;
    border-radius: 14px;
  }

  .hce-csl-item[data-pos="0"] {
    height: 210px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  }

  .hce-pano-header {
    padding: 0 16px;
  }

  .hce-pano-btn {
    font-size: .82rem;
    padding: 10px 22px;
  }

  .hce-pano-feats {
    margin: 30px 16px 0;
    padding: 0;
  }

  .hce-pano-icon {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  .hce-pano-feat strong {
    font-size: .84rem;
  }

  .hce-pano-feat p {
    font-size: .74rem;
  }
}


/* ===== Orbital Feature Animation Section ===== */
.orbital-edu-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.orbital-edu-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 50%, rgba(237, 111, 38, .05) 0%, transparent 55%),
    radial-gradient(circle at 18% 50%, rgba(0, 33, 71, .04) 0%, transparent 50%);
  pointer-events: none;
}

/* ---- Left Text ---- */
.orbital-text-wrap {
  padding-right: 45px;
}

.orbital-text-wrap h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--blackColor);
  line-height: 1.3;
  margin: 14px 0 18px;
}

.orbital-text-wrap>p {
  color: var(--paragraphColor);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 32px;
}

/* Stats */
.orbital-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.orbital-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f8f9fb;
  padding: 16px 22px;
  border-radius: 14px;
  border-bottom: 3px solid var(--mainColor);
  box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
  min-width: 95px;
}

.orbital-stat-item .stat-num {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--mainColor);
  line-height: 1;
}

.orbital-stat-item .stat-label {
  font-size: .68rem;
  color: #888;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* ---- Orbital Wrapper ---- */
.orbital-animation-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 55px 0;
}

.orbital-bg-blob {
  position: absolute;
  width: 390px;
  height: 390px;
  background: linear-gradient(135deg, var(--blackColor) 0%, #1a3d6e 55%, #1a4d35 100%);
  border-radius: 50% 44% 56% 40% / 44% 56% 40% 56%;
  opacity: .07;
  animation: blob-morph-vm 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes blob-morph-vm {

  0%,
  100% {
    border-radius: 50% 44% 56% 40% / 44% 56% 40% 56%;
  }

  33% {
    border-radius: 56% 40% 44% 56% / 56% 44% 56% 40%;
  }

  66% {
    border-radius: 40% 56% 50% 44% / 50% 40% 60% 44%;
  }
}

/* ---- Orbit Ring ---- */
.orbit-ring-vm {
  position: relative;
  width: 490px;
  height: 490px;
  animation: orbit-spin-vm 15s linear infinite;
}

@keyframes orbit-spin-vm {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.orbit-track-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 430px;
  height: 430px;
  border: 1.5px dashed rgba(237, 111, 38, .28);
  border-radius: 50%;
}

.orbit-track-vm::before {
  content: '';
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(0, 33, 71, .08);
  border-radius: 50%;
}

/* ---- Center Image ---- */
.orbit-center-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: counter-spin-vm 15s linear infinite;
}

@keyframes counter-spin-vm {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.orbit-center-vm img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  display: block;
  box-shadow:
    0 0 0 9px rgba(237, 111, 38, .16),
    0 0 0 18px rgba(237, 111, 38, .07),
    0 22px 55px rgba(0, 0, 0, .18);
}

.orbit-pulse-1,
.orbit-pulse-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid rgba(237, 111, 38, .45);
}

.orbit-pulse-1 {
  width: 196px;
  height: 196px;
  transform: translate(-50%, -50%);
  animation: pulse-vm 2.2s ease-out infinite;
}

.orbit-pulse-2 {
  width: 226px;
  height: 226px;
  transform: translate(-50%, -50%);
  animation: pulse-vm 2.2s ease-out infinite .55s;
  border-color: rgba(237, 111, 38, .22);
}

@keyframes pulse-vm {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.28);
    opacity: 0;
  }
}

/* ---- Orbit Items ---- */
.orbit-item-vm {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
}

.orbit-item-vm-1 {
  transform: rotate(0deg) translateX(215px);
}

.orbit-item-vm-2 {
  transform: rotate(60deg) translateX(215px);
}

.orbit-item-vm-3 {
  transform: rotate(120deg) translateX(215px);
}

.orbit-item-vm-4 {
  transform: rotate(180deg) translateX(215px);
}

.orbit-item-vm-5 {
  transform: rotate(240deg) translateX(215px);
}

.orbit-item-vm-6 {
  transform: rotate(300deg) translateX(215px);
}

/* ---- Orbit Cards ---- */
.orbit-card-vm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 22px;
  padding: 10px 6px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, .07);
  box-shadow: 0 8px 32px rgba(0, 33, 71, .11), 0 2px 8px rgba(0, 0, 0, .06);
  transition: box-shadow .3s, transform .3s;
  cursor: default;
}

.orbit-card-vm:hover {
  box-shadow: 0 14px 44px rgba(0, 0, 0, .18);
  transform: scale(1.07);
}

.orbit-card-vm i {
  font-size: 1.75rem;
  margin-bottom: 5px;
  display: block;
}

.orbit-card-vm span {
  font-size: .57rem;
  font-weight: 700;
  color: var(--blackColor);
  line-height: 1.3;
}

/* ---- Multicolor Icons per card ---- */
.orbit-item-vm-1 .orbit-card-vm {
  border-color: rgba(67, 97, 238, .18);
  background: linear-gradient(145deg, #fff 70%, #eef0fd);
}

.orbit-item-vm-1 .orbit-card-vm i {
  color: #4361ee;
}

.orbit-item-vm-2 .orbit-card-vm {
  border-color: rgba(123, 45, 139, .18);
  background: linear-gradient(145deg, #fff 70%, #f8eefa);
}

.orbit-item-vm-2 .orbit-card-vm i {
  color: #7b2d8b;
}

.orbit-item-vm-3 .orbit-card-vm {
  border-color: rgba(244, 162, 97, .28);
  background: linear-gradient(145deg, #fff 70%, #fff7f0);
}

.orbit-item-vm-3 .orbit-card-vm i {
  color: #f4a261;
}

.orbit-item-vm-4 .orbit-card-vm {
  border-color: rgba(230, 57, 70, .18);
  background: linear-gradient(145deg, #fff 70%, #fff0f1);
}

.orbit-item-vm-4 .orbit-card-vm i {
  color: #e63946;
}

.orbit-item-vm-5 .orbit-card-vm {
  border-color: rgba(42, 157, 143, .22);
  background: linear-gradient(145deg, #fff 70%, #edfaf8);
}

.orbit-item-vm-5 .orbit-card-vm i {
  color: #2a9d8f;
}

.orbit-item-vm-6 .orbit-card-vm {
  border-color: rgba(247, 183, 49, .28);
  background: linear-gradient(145deg, #fff 70%, #fffbee);
}

.orbit-item-vm-6 .orbit-card-vm i {
  color: #f7b731;
}

/* ---- Counter-rotation (card N at angle N° stays upright) ---- */
.orbit-item-vm-1 .orbit-card-vm {
  animation: ovm-cs1 15s linear infinite;
}

.orbit-item-vm-2 .orbit-card-vm {
  animation: ovm-cs2 15s linear infinite;
}

.orbit-item-vm-3 .orbit-card-vm {
  animation: ovm-cs3 15s linear infinite;
}

.orbit-item-vm-4 .orbit-card-vm {
  animation: ovm-cs4 15s linear infinite;
}

.orbit-item-vm-5 .orbit-card-vm {
  animation: ovm-cs5 15s linear infinite;
}

.orbit-item-vm-6 .orbit-card-vm {
  animation: ovm-cs6 15s linear infinite;
}

@keyframes ovm-cs1 {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(-360deg)
  }
}

@keyframes ovm-cs2 {
  from {
    transform: rotate(-60deg)
  }

  to {
    transform: rotate(-420deg)
  }
}

@keyframes ovm-cs3 {
  from {
    transform: rotate(-120deg)
  }

  to {
    transform: rotate(-480deg)
  }
}

@keyframes ovm-cs4 {
  from {
    transform: rotate(-180deg)
  }

  to {
    transform: rotate(-540deg)
  }
}

@keyframes ovm-cs5 {
  from {
    transform: rotate(-240deg)
  }

  to {
    transform: rotate(-600deg)
  }
}

@keyframes ovm-cs6 {
  from {
    transform: rotate(-300deg)
  }

  to {
    transform: rotate(-660deg)
  }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .orbital-text-wrap {
    padding-right: 0;
    margin-bottom: 50px;
    text-align: center;
  }

  .orbital-text-wrap h2 {
    font-size: 1.9rem;
  }

  .orbital-stats {
    justify-content: center;
  }

  .orbital-bg-blob {
    width: 310px;
    height: 310px;
  }

  .orbit-ring-vm {
    width: 390px;
    height: 390px;
  }

  .orbit-track-vm {
    width: 340px;
    height: 340px;
  }

  .orbit-item-vm {
    width: 82px;
    height: 82px;
    margin-top: -41px;
    margin-left: -41px;
  }

  .orbit-item-vm-1 {
    transform: rotate(0deg) translateX(170px);
  }

  .orbit-item-vm-2 {
    transform: rotate(60deg) translateX(170px);
  }

  .orbit-item-vm-3 {
    transform: rotate(120deg) translateX(170px);
  }

  .orbit-item-vm-4 {
    transform: rotate(180deg) translateX(170px);
  }

  .orbit-item-vm-5 {
    transform: rotate(240deg) translateX(170px);
  }

  .orbit-item-vm-6 {
    transform: rotate(300deg) translateX(170px);
  }

  .orbit-card-vm {
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

  .orbit-card-vm i {
    font-size: 1.45rem;
  }

  .orbit-center-vm img {
    width: 144px;
    height: 144px;
  }

  .orbit-pulse-1 {
    width: 166px;
    height: 166px;
  }

  .orbit-pulse-2 {
    width: 192px;
    height: 192px;
  }
}

@media (max-width: 575px) {
  .orbital-edu-section {
    padding: 70px 0;
  }

  .orbital-text-wrap h2 {
    font-size: 1.55rem;
  }

  .orbital-bg-blob {
    width: 250px;
    height: 250px;
  }

  .orbit-ring-vm {
    width: 310px;
    height: 310px;
  }

  .orbit-track-vm {
    width: 268px;
    height: 268px;
  }

  .orbit-item-vm {
    width: 68px;
    height: 68px;
    margin-top: -34px;
    margin-left: -34px;
  }

  .orbit-item-vm-1 {
    transform: rotate(0deg) translateX(134px);
  }

  .orbit-item-vm-2 {
    transform: rotate(60deg) translateX(134px);
  }

  .orbit-item-vm-3 {
    transform: rotate(120deg) translateX(134px);
  }

  .orbit-item-vm-4 {
    transform: rotate(180deg) translateX(134px);
  }

  .orbit-item-vm-5 {
    transform: rotate(240deg) translateX(134px);
  }

  .orbit-item-vm-6 {
    transform: rotate(300deg) translateX(134px);
  }

  .orbit-card-vm {
    width: 68px;
    height: 68px;
    border-radius: 13px;
    padding: 7px 4px;
  }

  .orbit-card-vm i {
    font-size: 1.1rem;
    margin-bottom: 3px;
  }

  .orbit-card-vm span {
    font-size: .48rem;
  }

  .orbit-center-vm img {
    width: 112px;
    height: 112px;
  }

  .orbit-pulse-1 {
    width: 130px;
    height: 130px;
  }

  .orbit-pulse-2 {
    width: 152px;
    height: 152px;
  }
}

/* ===== End Orbital Styles ===== */

/* ================================================================
   HCE Impact / Why-Choose-Us Section
   ================================================================ */
.hce-impact-section {
  padding: 100px 0;
  background: linear-gradient(160deg, #f7f9fc 0%, #fff 55%, #fff8f4 100%);
  overflow: hidden;
  position: relative;
}

.hce-impact-section::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 111, 38, .10) 0%, transparent 70%);
  pointer-events: none;
}

/* ---- Visual side ---- */
.hce-impact-visual {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

/* gradient blob behind the image */
.hce-impact-blob {
  position: absolute;
  inset: 8%;
  border-radius: 50% 45% 55% 42% / 48% 54% 46% 52%;
  background: linear-gradient(145deg, rgb(190, 234, 253) 0%, rgba(192, 241, 253, 0.863) 100%);
  opacity: 5.17;
  filter: blur(10px);
  animation: hce-blob-morph 8s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes hce-blob-morph {
  0% {
    border-radius: 50% 45% 55% 42% / 48% 54% 46% 52%;
  }

  50% {
    border-radius: 42% 58% 44% 56% / 56% 40% 60% 44%;
  }

  100% {
    border-radius: 55% 40% 60% 45% / 42% 58% 42% 58%;
  }
}

/* circular image frame */
.hce-impact-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hce-impact-img-wrap::before {
  content: '';
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: linear-gradient(145deg, rgb(190, 234, 253) 0%, rgba(192, 241, 253, 0.863) 100%);
}

.hce-impact-img-wrap img {
  position: relative;
  z-index: 2;
  width: 74%;
  height: 74%;
  right:-20px;
  object-fit: contain;
  border-radius: 50%;
  /* filter: drop-shadow(0 18px 40px rgba(0,33,71,.18)); */
  animation: hce-img-float 5s ease-in-out infinite;
}

@keyframes hce-img-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* ---- Floating stat badges ---- */
.hce-impact-badge {
  position: absolute;
  z-index: 10;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 33, 71, .13), 0 1px 4px rgba(0, 0, 0, .06);
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 100px;
  border-top: 3px solid var(--mainColor);
  animation: hce-badge-bob 4s ease-in-out infinite;
}

.hce-impact-badge i {
  font-size: 1.5rem;
  background: var(--blackColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hce-badge-num {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  background: var(--blackColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hce-badge-num sup {
  font-size: .65em;
  -webkit-text-fill-color: inherit;
}

.hce-badge-lbl {
  font-size: .65rem;
  font-weight: 600;
  color: #555;
  text-align: center;
  white-space: nowrap;
}

.hce-badge-tl {
  top: 4%;
  left: -4%;
  animation-delay: 0s;
}

.hce-badge-tr {
  top: 6%;
  right: -4%;
  animation-delay: .8s;
}

.hce-badge-bl {
  bottom: 8%;
  left: -5%;
  animation-delay: 1.6s;
}

.hce-badge-br {
  bottom: 6%;
  right: -4%;
  animation-delay: 2.4s;
}

@keyframes hce-badge-bob {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* ---- Percentage ring badge ---- */
.hce-impact-pct {
  position: absolute;
  bottom: 30%;
  right: -7%;
  z-index: 11;
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 32px rgba(0, 33, 71, .13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: hce-badge-bob 4s ease-in-out infinite;
  animation-delay: 3.2s;
}

.hce-pct-ring {
  position: absolute;
  inset: 6px;
  transform: rotate(-90deg);
}

.hce-pct-track {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 4;
}

.hce-pct-fill {
  fill: none;
  stroke: url(#hcePctGrad);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 213.6;
  stroke-dashoffset: 17;
  /* 213.6 * (1 - 0.92) ≈ 17 */
  transition: stroke-dashoffset 1.2s ease;
}

.hce-pct-num {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--mainColor), var(--blackColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.hce-pct-num sup {
  font-size: .55em;
  -webkit-text-fill-color: inherit;
}

.hce-pct-lbl {
  font-size: .42rem;
  font-weight: 700;
  color: #888;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

/* ---- Text side ---- */
.hce-impact-pretitle {
  display: inline-block;
  background: linear-gradient(90deg, rgba(237, 111, 38, .12), rgba(0, 33, 71, .09));
  color: var(--mainColor);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 50px;
  border-left: 3px solid var(--mainColor);
  margin-bottom: 18px;
}

.hce-impact-heading {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.22;
  color: var(--blackColor);
  margin-bottom: 18px;
}

.hce-impact-hl {
  background: linear-gradient(90deg, var(--mainColor) 0%, #c0420a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hce-impact-desc {
  font-size: 1rem;
  color: var(--paragraphColor);
  line-height: 1.75;
  margin-bottom: 30px;
  max-width: 570px;
  text-align: justify;
}

/* feature list */
.hce-impact-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hce-impact-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.hce-feat-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(237, 111, 38, .12), rgba(0, 33, 71, .07));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.hce-feat-icon i {
  font-size: 1.15rem;
  color: var(--mainColor);
}

.hce-impact-features li strong {
  display: block;
  font-size: .95rem;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 2px;
}

.hce-impact-features li p {
  font-size: .82rem;
  color: var(--paragraphColor);
  margin: 0;
  line-height: 1.55;
}

/* CTA buttons */
.hce-impact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hce-impact-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg, var(--mainColor), #c0420a);
  color: #fff !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(237, 111, 38, .32);
  transition: transform .25s, box-shadow .25s;
}

.hce-impact-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(237, 111, 38, .42);
}

.hce-impact-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 2px solid var(--blackColor);
  color: var(--blackColor) !important;
  padding: 11px 26px;
  border-radius: 50px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .25s, color .25s, border-color .25s;
}

.hce-impact-btn-outline:hover {
  background: var(--blackColor);
  color: #fff !important;
}

/* ---- SVG gradient def (injected via HTML) ---- */

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hce-impact-section {
    padding: 70px 0;
  }

  .hce-impact-visual {
    max-width: 380px;
  }

  .hce-badge-tl {
    left: 0;
  }

  .hce-badge-tr {
    right: 0;
  }

  .hce-badge-bl {
    left: 0;
  }

  .hce-badge-br {
    right: 0;
  }

  .hce-impact-pct {
    right: 0;
  }
}

@media (max-width: 575px) {
  .hce-impact-section {
    padding: 56px 0;
  }

  .hce-impact-visual {
    max-width: 310px;
  }

  .hce-impact-heading {
    font-size: 1.5rem;
  }

  .hce-impact-badge {
    min-width: 80px;
    padding: 8px 10px;
    font-size: .6rem;
  }

  .hce-badge-num {
    font-size: 1.1rem;
  }

  .hce-impact-pct {
    width: 74px;
    height: 74px;
    right: 2%;
  }

  .hce-pct-num {
    font-size: .9rem;
  }

  .hce-impact-actions {
    /* flex-direction: column; */
    align-items: flex-start;
  }
}

/* ===== End Impact Section ===== */


/* ============================================================
   Our Departments Section — Home Page
   ============================================================ */
.our-department-area {
  background: #f8f9fa;
  padding: 80px 0;
}

/* Card grid row */
.our-department-area .dept-row {
  margin-top: 40px;
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

/* Department card */
.dept-home-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dept-home-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(0, 33, 71, 0.14);
}

/* Subtle top-border accent on hover */
.dept-home-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #002147, #ed6f26);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.dept-home-card:hover::before {
  transform: scaleX(1);
}

/* Icon circle */
.dept-home-card .dept-icon {
  width: 60px;
  height: 60px;
  background: #002147;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  flex-shrink: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dept-home-card:hover .dept-icon {
  background: #ed6f26;
  transform: scale(1.08);
}

.dept-home-card .dept-icon i {
  color: #fff;
  font-size: 22px;
}

/* B. Ed badge */
.dept-home-card .dept-badge {
  display: inline-block;
  background: #fff3e6;
  color: #ed6f26;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  border: 1px solid #ffd9b3;
  transition: background 0.3s ease, color 0.3s ease;
}

.dept-home-card:hover .dept-badge {
  background: #ed6f26;
  color: #fff;
  border-color: #ed6f26;
}

/* Department name */
.dept-home-card .dept-name {
  font-size: 16px;
  font-weight: 700;
  color: #002147;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

/* Department description */
.dept-home-card .dept-desc {
  font-size: 13px;
  color: #666;
  margin-bottom: 16px;
  flex: 1;
  line-height: 1.7;
}

/* Explore link */
.dept-home-card .dept-link {
  font-size: 13px;
  color: #ed6f26;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.dept-home-card .dept-link:hover {
  color: #002147;
  letter-spacing: 0.5px;
}

.dept-home-card .dept-link i {
  transition: transform 0.3s ease;
}

.dept-home-card .dept-link:hover i {
  transform: translateX(4px);
}

/* View All button wrapper */
.our-department-area .dept-cta {
  margin-top: 10px;
}

/* ---- Department Section Responsive ---- */
@media (max-width: 991px) {
  .our-department-area {
    padding: 60px 0;
  }

  .dept-home-card {
    padding: 24px 16px;
  }

  .dept-home-card .dept-name {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .our-department-area {
    padding: 48px 0;
  }

  .dept-home-card {
    padding: 22px 14px;
    border-radius: 12px;
  }

  .dept-home-card .dept-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
  }

  .dept-home-card .dept-icon i {
    font-size: 18px;
  }

  .dept-home-card .dept-name {
    font-size: 14px;
  }

  .dept-home-card .dept-desc {
    font-size: 12px;
  }
}

/* ===== End Our Departments Section ===== */

/* ================================================
   PDF Documents Section CSS
   Reusable on any page — copy the HTML structure and
   the styles load automatically from this file.
   Class prefix: .pdf-docs-*
   ================================================ */


/* ------ Outer page section ------ */


/* Centered intro: large bold heading + subtitle — follows site .section-title pattern */
.pdf-docs-area .pdf-page-intro {
  text-align: center;
  margin-bottom: 36px;
}

.pdf-docs-area .pdf-page-intro h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--blackColor);
  /* site navy #002147 */
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
}

.pdf-docs-area .pdf-page-intro .sub-title {
  font-size: 17px;
  color: var(--paragraphColor);
  /* site grey #7A7A7A */
  margin: 0;
}

/* Optional description line between intro and the docs card (left-aligned) */
.pdf-docs-area .pdf-page-desc {
  font-size: 15px;
  color: var(--paragraphColor);
  margin-bottom: 28px;
}

/* White card that wraps the section heading + PDF grid — subtle border matches screenshot */
.pdf-docs-wrapper {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 36px 36px 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
}

/* ------ Section heading: [icon] | Title ------ */
.pdf-docs-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e4e8ef;
}

/* Orange document icon to the left of the divider bar */
.pdf-docs-section-title .title-icon {
  font-size: 30px;
  color: var(--mainColor);
  /* #ed6f26 site orange */
  line-height: 1;
  flex-shrink: 0;
}

/* Bold heading text with orange left-border accent line */
.pdf-docs-section-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blackColor);
  /* #002147 site navy */
  margin: 0;
  padding-left: 16px;
  border-left: 4px solid var(--mainColor);
  line-height: 1.2;
}

/* ------ Individual PDF card ------ */
/* Layout: [pdf-icon-wrap]  [pdf-text flex-grow]  [pdf-download-icon] */
.pdf-doc-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  background: #ffffff;
  border: none;
  border-radius: 14px;
  /* subtle lift shadow matches screenshot default state */
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  margin-bottom: 22px;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}

/* Active / hovered state — deep navy fill, matches the highlighted card in the screenshot */
.pdf-doc-card:hover {
  background: #0d1b3e;
  /* deeper navy than --blackColor for exact screenshot match */
  box-shadow: 0 8px 28px rgba(13, 27, 62, 0.22);
  text-decoration: none;
  color: #ffffff;
}

/* ------ PDF icon container ------ */
/* Light rose/pink rounded square — the icon lives inside */
.pdf-doc-card .pdf-icon-wrap {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: #fde8e8;
  /* light rose tint */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
}

.pdf-doc-card:hover .pdf-icon-wrap {
  background: rgba(255, 255, 255, 0.14);
}

/* The actual Font Awesome fa-file-pdf icon inside the wrap */
.pdf-doc-card .pdf-icon-wrap i {
  font-size: 22px;
  color: #e03131;
  /* standard red PDF colour */
  transition: color 0.35s ease;
  line-height: 1;
}

.pdf-doc-card:hover .pdf-icon-wrap i {
  color: #ffffff;
}

/* ------ Text block ------ */
.pdf-doc-card .pdf-text {
  flex: 1;
  min-width: 0;
  /* prevents long titles from overflowing */
}

/* Document title */
.pdf-doc-card .pdf-text .doc-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--blackColor);
  margin: 0 0 4px 0;
  line-height: 1.35;
  transition: color 0.35s ease;
}

.pdf-doc-card:hover .pdf-text .doc-name {
  color: #ffffff;
}

/* "PDF DOCUMENT" label below the title */
.pdf-doc-card .pdf-text .doc-type {
  font-size: 11px;
  font-weight: 500;
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.35s ease;
}

.pdf-doc-card:hover .pdf-text .doc-type {
  color: rgba(255, 255, 255, 0.65);
}

/* ------ Download icon (right side) ------ */
.pdf-doc-card .pdf-download-icon {
  flex-shrink: 0;
  font-size: 18px;
  color: #c4c8d0;
  transition: color 0.35s ease;
}

.pdf-doc-card:hover .pdf-download-icon {
  color: #ffffff;
}

/* ------ Responsive ------ */
@media (max-width: 991px) {


  .pdf-docs-area .pdf-page-intro h2 {
    font-size: 36px;
  }

  .pdf-docs-section-title h2 {
    font-size: 20px;
  }

  .pdf-docs-wrapper {
    padding: 28px 24px 16px;
  }
}

@media (max-width: 767px) {

  .pdf-docs-area .pdf-page-intro h2 {
    font-size: 28px;
  }

  .pdf-docs-wrapper {
    padding: 22px 18px 12px;
  }

  /* Force two columns on tablet-portrait */
  .pdf-docs-grid .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {


  .pdf-docs-area .pdf-page-intro h2 {
    font-size: 24px;
  }

  .pdf-docs-area .pdf-page-intro .sub-title {
    font-size: 14px;
  }

  .pdf-docs-wrapper {
    padding: 18px 14px 10px;
    border-radius: 12px;
  }

  /* Single column on mobile */
  .pdf-docs-grid .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pdf-doc-card {
    padding: 16px 18px;
    gap: 14px;
  }

  .pdf-doc-card .pdf-icon-wrap {
    width: 46px;
    height: 46px;
  }

  .pdf-doc-card .pdf-icon-wrap i {
    font-size: 22px;
  }

  .pdf-doc-card .pdf-text .doc-name {
    font-size: 14px;
  }
}

/* ===== End PDF Documents Section ===== */


/* ================================================
   Cell / Committee Content Section CSS
   Reusable on any cell page (Women Cell, POSH Cell, etc.)
   Copy the HTML structure — styles load automatically.
   Class prefix: .cell-content-*
   ================================================ */

/* --- Centered intro block (large heading + subtitle) --- */


.cell-content-area .cell-page-intro {
  text-align: center;
  margin-bottom: 40px;
}

.cell-content-area .cell-page-intro h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--blackColor);
  margin-bottom: 10px;
  font-family: 'Lexend', sans-serif;
}

.cell-content-area .cell-page-intro .sub-title {
  font-size: 17px;
  color: var(--paragraphColor);
  margin: 0;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* --- White card wrapper (same feel as pdf-docs-wrapper) --- */
.cell-content-wrapper {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 40px 40px 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 36px;
}

/* --- Section heading inside a wrapper: [icon] | Title --- */
.cell-section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8ef;
}

.cell-section-title .title-icon {
  font-size: 30px;
  color: var(--mainColor);
  line-height: 1;
  flex-shrink: 0;
}

.cell-section-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--blackColor);
  margin: 0;
  padding-left: 16px;
  line-height: 1.2;
}

/* --- Objective / bullet list cards --- */
.cell-objectives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  margin-top: 6px;
}

.cell-objective-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  background: #f8fafb;
  border-radius: 14px;
  border: 1px solid #eef1f6;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.cell-objective-card:hover {
  box-shadow: 0 6px 20px rgba(0, 33, 71, 0.1);
  transform: translateY(-3px);
}

.cell-objective-card .obj-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ed6f26 0%, #f59b5e 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.cell-objective-card .obj-text {
  flex: 1;
  min-width: 0;
}

.cell-objective-card .obj-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--blackColor);
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.cell-objective-card .obj-text p {
  font-size: 14px;
  color: var(--paragraphColor);
  margin: 0;
  line-height: 1.55;
}

/* Sub-items inside an objective card (bullet dots) */
.cell-objective-card .obj-text ul {
  margin: 8px 0 0;
  padding-left: 18px;
  list-style: disc;
}

.cell-objective-card .obj-text ul li {
  font-size: 14px;
  color: var(--paragraphColor);
  line-height: 1.55;
  margin-bottom: 3px;
}


/* ================================================
   Cell / Committee Table CSS
   Reusable on any page — just use the class names.
   Class prefix: .cell-table-*
   ================================================ */

/* Wrapper for the table (provides spacing, can go inside .cell-content-wrapper) */
.cell-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 8px;
}

/* The actual table */
.cell-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Lexend', sans-serif;
  font-size: 15px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e4e8ef;
}

/* Table header */
.cell-table thead th {
  background: var(--blackColor);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 16px 22px;
  text-align: left;
  white-space: nowrap;
  border: none;
}

/* First header cell rounded top-left */
.cell-table thead th:first-child {
  border-top-left-radius: 12px;
}

/* Last header cell rounded top-right */
.cell-table thead th:last-child {
  border-top-right-radius: 12px;
}

/* Table body cells */
.cell-table tbody td {
  padding: 16px 22px;
  color: var(--blackColor);
  font-weight: 400;
  font-size: 14.5px;
  border-bottom: 1px solid #eef1f6;
  vertical-align: top;
  line-height: 1.55;
  transition: background 0.25s ease;
}

/* S.No column — narrower, centered */
.cell-table tbody td:first-child {
  text-align: center;
  font-weight: 600;
  color: var(--mainColor);
  width: 60px;
}

/* Alternating row stripes */
.cell-table tbody tr:nth-child(even) td {
  background: #f8fafb;
}

.cell-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}

/* Hover row */
.cell-table tbody tr:hover td {
  background: #fff4ec;
}

/* Last row bottom corners */
.cell-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.cell-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

/* Member name styling inside the table */
.cell-table .member-name {
  font-weight: 600;
  color: var(--blackColor);
  display: block;
  margin-bottom: 2px;
}

.cell-table .member-qualification {
  font-size: 12.5px;
  color: var(--paragraphColor);
  display: ruby-text;
  line-height: 1.45;
}

/* Contact link in table */
.cell-table .member-contact a {
  color: var(--mainColor);
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cell-table .member-contact a:hover {
  color: var(--blackColor);
  text-decoration: underline;
}


/* --- Cell Content & Table Responsive --- */
@media (max-width: 991px) {
  .cell-content-area .cell-page-intro h2 {
    font-size: 36px;
  }

  .cell-section-title h3 {
    font-size: 20px;
  }

  .cell-content-wrapper {
    padding: 28px 24px 20px;
  }

  .cell-objectives-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cell-content-area .cell-page-intro h2 {
    font-size: 28px;
  }

  .cell-content-wrapper {
    padding: 22px 18px 16px;
  }

  .cell-table thead th {
    padding: 12px 14px;
    font-size: 12px;
  }

  .cell-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .cell-content-area {
    padding: 50px 0 60px;
  }

  .cell-content-area .cell-page-intro h2 {
    font-size: 24px;
  }

  .cell-content-area .cell-page-intro .sub-title {
    font-size: 14px;
  }

  .cell-content-wrapper {
    padding: 18px 14px 12px;
    border-radius: 12px;
  }

  .cell-table {
    font-size: 13px;
  }

  .cell-table thead th {
    padding: 10px 12px;
    font-size: 11px;
  }

  .cell-table tbody td {
    padding: 10px 12px;
    font-size: 12.5px;
  }
}

/* ===== End Cell Content & Table Section ===== */

/* ===== Auto Scrolling Masonry Section ===== */
.hce-masonry-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  overflow: hidden;
  font-family: 'Lexend', sans-serif;
}

.hce-masonry-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

.hce-masonry-content {
  padding-right: 40px;
}

.hce-masonry-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #002147;
  background-color: #e6f0fa;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hce-masonry-badge i {
  font-size: 16px;
}

.hce-masonry-title {
  font-size: 35px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hce-masonry-title .highlight {
  color: #ed6f26;
  font-style: italic;
}

.hce-masonry-subtitle {
  color: #002147;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hce-masonry-desc {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.hce-masonry-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.hce-masonry-actions .hce-btn-primary {
  background-color: #004d66;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.hce-masonry-actions .hce-btn-primary:hover {
  background-color: #00364d;
  color: #fff;
}

.hce-masonry-actions .hce-btn-text {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}

.hce-masonry-actions .hce-btn-text:hover {
  color: #ed6f26;
}

.hce-masonry-statbox {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 20px 25px;
  border-radius: 12px;
  display: inline-block;
  max-width: 300px;
  position: relative;
  z-index: 2;
}

.hce-masonry-statbox h3 {
  font-size: 24px;
  color: #ed6f26;
  font-weight: 700;
  margin-bottom: 5px;
}

.hce-masonry-statbox p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Image Masonry Gallery Styles */
.hce-masonry-gallery {
  display: flex;
  gap: 15px;
  height: 600px;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 20px;
  /* Masking for fade in/out effect at top and bottom */
  mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent);
}

.masonry-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.masonry-track {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Ensure the tracks have enough height to loop */
.track-down {
  animation-name: scrollDown;
  animation-duration: 25s;
}

.track-up {
  animation-name: scrollUp;
  animation-duration: 20s;
}

.track-down-fast {
  animation-name: scrollDown;
  animation-duration: 18s;
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.masonry-track img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* specific heights to create masonry look */
.masonry-col-1 .masonry-track img {
  height: 220px;
}

.masonry-col-2 .masonry-track img {
  height: 260px;
}

.masonry-col-3 .masonry-track img {
  height: 200px;
}

/* The colored box in the middle */
.masonry-card {
  background-color: #ed6f26;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
}

.masonry-card h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: italic;
}

.masonry-card .avatars {
  display: flex;
  justify-content: center;
}

.masonry-card .avatars img {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  border: 2px solid #fff;
  margin-left: -15px;
  object-fit: cover;
}

.masonry-card .avatars img:first-child {
  margin-left: 0;
}

.avatar-more {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0056b3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  border: 2px solid #fff;
  margin-left: -15px;
  z-index: 2;
}

@media(max-width: 991px) {
  .hce-masonry-gallery {
    margin-top: 40px;
    height: 450px;
  }

  .hce-masonry-content {
    padding-right: 0;
  }
}

/* ===== Diagonal Solutions Section ===== */
.hce-solutions-section {
  padding: 100px 0;
  background-color: #ffffff;
  font-family: 'Lexend', sans-serif;
  overflow: hidden;
}

.hce-solutions-title {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hce-solutions-desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.7;
  max-width: 90%;
}

.hce-solutions-btn {
  background-color: #ed6f26;
  color: #fff !important;
  padding: 14px 35px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  margin-bottom: 50px;
  text-decoration: none;
}

.hce-solutions-btn:hover {
  background-color: #d15d1a;
  transform: translateY(-3px);
}

.hce-solutions-stats {
  display: flex;
  gap: 40px;
  align-items: center;
}

.hce-solutions-stat h4 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 5px;
}

.hce-solutions-stat p {
  font-size: 14px;
  color: #666;
  margin: 0;
  font-weight: 500;
}

.hce-svg-mask-wrapper {
  position: relative;
  width: 120%;
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 1;
}

.hce-svg-mask-wrapper svg {
  width: 50%;
  height: 100%;
  transform: scale(2.1);
}

@keyframes float-shape {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.hce-dot {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  animation: float-shape 4s ease-in-out infinite;
}

.hce-dot-orange {
  background-color: #ed6f26;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.hce-dot-cyan {
  background-color: #45d8d8;
  width: 15px;
  height: 15px;
  animation-delay: 1s;
}

.hce-dot-yellow {
  background-color: #ffb800;
  width: 18px;
  height: 18px;
  animation-delay: 2s;
}

@media(max-width: 991px) {
  .hce-solutions-section {
    padding: 60px 0;
  }

  .hce-solutions-title {
    font-size: 36px;
  }

  .hce-solutions-stats {
    gap: 20px;
    flex-wrap: wrap;
  }

  .hce-svg-mask-wrapper {
    margin-top: 40px;
  }
}

/* ===== Why Hindusthan Best Section (Semi-Circle Arc) ===== */
.hce-why-best-section {
  position: relative;
  padding: 100px 0 80px;
  background-color: #fdfdfd;
  overflow: hidden;
  font-family: 'Lexend', sans-serif;
}

.hce-wb-bg {
  position: absolute;
  bottom: 0;
  width: 35%;
  height: 100%;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  opacity: .50;
  /* Subtle watermark effect */
  z-index: 0;
}

.hce-wb-left {
  left: 0;
  /* Use your uploaded sketch image here */
  background-image: url('../hce/banner/sketch/image.png');
  background-position: bottom left;
}

.hce-wb-right {
  right: 0;
  /* Use your uploaded sketch image here */
  background-image: url('../hce/banner/sketch/image.png');
  background-position: bottom right;
}

.hce-wb-content {
  z-index: 1;
}

.hce-wb-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--paragraphColor);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.hce-wb-subtitle::before,
.hce-wb-subtitle::after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--paragraphColor);
}

.hce-wb-title {
  font-size: 42px;
  font-weight: 800;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hce-wb-desc {
  max-width: 700px;
  margin: 0 auto 50px;
  color: var(--paragraphColor);
  font-size: 16px;
  line-height: 1.6;
}

/* Arc Layout */
.hce-arc-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 2 / 1;
  /* Automatically sets height to half of width */
  margin: 40px auto 0;
}

.hce-arc-svg-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hce-arc-path {
  fill: none;
  stroke: var(--mainColor);
  stroke-width: 1;
  stroke-dasharray: 2;
  animation: arcDashAnim 30s linear infinite;
}

@keyframes arcDashAnim {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -300;
  }
}

.hce-arc-item {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  border: 2px solid #e2e2e2;
}

.hce-arc-icon {
  width: 80px;
  height: 80px;
  background-color: #f5f8ff;
  color: var(--blackColor);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: 0.3s;
}

.hce-svg-icon {
  width: 35px;
  height: 45px;
  object-fit: contain;
  transition: 0.3s;
}

/* For inline SVG support if they copy-paste SVG code */
.hce-arc-icon svg {
  width: 45px;
  height: 45px;
  fill: currentColor;
  transition: 0.3s;
}

.hce-arc-item:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.hce-arc-item.active .hce-arc-icon,
.hce-arc-item:hover .hce-arc-icon {
  background-color: var(--blackColor);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 86, 179, 0.3);
}

/* If they use img tag, we can try to invert color on hover so it becomes white, or they can just use their own pre-colored SVGs */
.hce-arc-item.active .hce-svg-icon,
.hce-arc-item:hover .hce-svg-icon {
  filter: brightness(0) invert(1);
}

/* Center Content */
.hce-arc-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  z-index: 3;
  padding-bottom: 20px;
  background: linear-gradient(to top, #fdfdfd 60%, transparent);
}

.hce-arc-center-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: #fff;
  color: var(--mainColor);
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 86, 179, 0.15);
}

.hce-arc-center-icon .hce-svg-icon {
  width: 45px;
  height: 45px;
}

.hce-arc-center h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--mainColor);
  margin-bottom: 10px;
}

.hce-arc-center p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.hce-arc-btn {
  background: var(--blackColor);
  color: #fff !important;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.hce-arc-btn:hover {
  background: #ed6f26;
  /* Hover to Orange Theme */
  transform: translateY(-2px);
}

/* Floating More Services */
.hce-arc-more {
  position: absolute;
  top: 10%;
  right: 0%;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(240, 245, 250, 0.8);
  padding: 8px 15px 8px 8px;
  border-radius: 40px;
  font-weight: 600;
  color: #111;
  font-size: 14px;
  z-index: 4;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.hce-arc-more-circle {
  width: 30px;
  height: 30px;
  background: #0056b3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hce-arc-arrow {
  position: absolute;
  bottom: -35px;
  left: 10px;
  width: 35px;
  height: 35px;
}

/* Responsive */
@media(max-width: 991px) {
  .hce-why-best-section {
    padding: 60px 0;
  }

  .hce-wb-title {
    font-size: 32px;
  }

  .hce-arc-container {
    max-width: 100%;
    aspect-ratio: 2 / 1;
    margin-top: 40px;
    margin-bottom: 120px;
    /* Space for text flowing down */
  }

  .hce-arc-item {
    padding: 5px;
  }

  .hce-arc-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .hce-arc-center {
    width: 90%;
    bottom: auto;
    top: 65%;
    background: transparent;
  }

  .hce-arc-center-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .hce-wb-bg {
    opacity: 0.05;
    width: 50%;
  }

  .hce-arc-more {
    top: -10%;
    right: 5%;
  }
}

@media(max-width: 575px) {
  .hce-arc-container {
    margin-bottom: 180px;
  }

  .hce-wb-title {
    font-size: 25px;
  }

  .hce-arc-center {
    width: 95%;
    top: 70%;
  }

  .hce-arc-more {
    display: none;
  }
  .hce-svg-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: 0.3s;
}

}