* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --light-blue: #92d7ff;
  --dark-blue: #203d64;
  --navy-blue: #002261;
  --light-brown: #373435;
  --white: #fff;
  --black: #000;
  --logo-color: #203e63;
}

.logo-color {
  color: var(--logo-color);
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

p strong {
  color: rgb(45, 64, 99);
}
.navbar-brand.navbarLogo1 {
  display: none !important;
}

.navbar-toggler-icon {
  display: none !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  border: none !important;
  box-shadow: none !important;
}

.title-all {
  font-weight: bold;
  color: var(--dark-blue);
  text-transform: uppercase;
}

/*nav-top-css */

.slider-wrapper-mob {
  display: none;
}

.logo img {
  width: 280px;
  height: 135px;
}

.contact-wrapper {
  display: flex;
  align-items: end;
  gap: 80px;
}

.contact-wrapper .contact-info {
  display: flex;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
}

.btn-download-brochure {
  color: var(--navy-blue);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--light-brown);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.btn-download-brochure i {
  margin-left: 6px;
}

/* .btn-download-brochure:hover {
  text-decoration: underline;
  color: #0056b3;
} */

.contact-item {
  display: flex;
  align-items: end;
  gap: 10px;
  line-height: 1;
}

.contact-icon {
  font-size: 24px;
  color: #0d8ddb;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-title {
  font-weight: 600;
  font-size: 16px;
}

.contact-subtitle a {
  font-size: 18px;
  color: #6c757d;
}

.contact-button {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.btn-primary-custom {
  background-color: transparent;
  color: white;
  padding: 10px 16px;
  /* border-radius: 50px; */
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  text-underline-offset: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #0d8ddb;
}

.Admission-btn a {
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  /* border-radius: 50px; */
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  text-underline-offset: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #0d8ddb;
  display: block;
}

.btn-mob-apply {
  background-color: transparent;
  color: white;
  padding: 10px 30px;
  /* border-radius: 50px; */
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  text-underline-offset: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #0d8ddb;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.apply-now-btn {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.btn-primary-custom:hover {
  background-color: #0d8ddb;
}

.nav-top-area {
  padding: 10px 0;
}

.fa-facebook {
  color: #4267b2 !important;
}

.fa-instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-youtube {
  color: #c4302b;
}

.fa-linkedin-in {
  color: #0077b5;
}

.social-icons i {
  font-size: 23px;
  margin-right: 10px;
}

/* nav-top-css-end */

/* Nav-bar */

.header {
  background-color: #2d4063;
  transition: all 0.3s ease;
}

.navbar-brand img {
  width: 80px;
  height: 80px;
}

#navbarLogo {
  display: none;
}

.navbar-expand-md .offcanvas .offcanvas-body {
  justify-content: end;
  align-items: center;
}

.navbar-nav .nav-item .nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .dropdown-item {
  text-transform: uppercase;
}

/* Main-css */

/* owl-carousel-css */

.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: auto;
  margin: auto;
  overflow: hidden;
  height: 550px;
}

.owl-carousel .item {
  position: relative;
  height: auto !important;
}

.slide-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  top: 0%;
  left: 5%;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.35); */
  display: flex;
  align-items: center;
  padding-left: 60px;
  z-index: 2;
}

.slide-text {
  color: #fff;
  max-width: 700px;
}

.slide-text h2 {
  font-size: 3.2rem;
  margin-bottom: 15px;
}

.slide-text p {
  font-size: 1.4rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 8px;
}

/* Vertical dots aligned right */
.owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: #ffcc00;
  opacity: 1;
}

/* owl-carousel-css-end */

/* Aboutus-section */

.aboutus-section {
  padding: 30px 0px;
}

.aboutus-section .container {
  background: linear-gradient(
    135deg,
    var(--dark-blue) 50%,
    var(--navy-blue) 100%
  );
  padding-left: 0;
}

.aboutus-visthara {
  padding: 40px;
}

.aboutus-visthara h3 {
  font-size: 32px;
  margin-bottom: 15px;
  color: var(--dark-blue);
  text-transform: uppercase;
  color: #ffff;
}

.aboutus-visthara p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 400;
}

.knowmore-btn {
  align-items: center;

  /* border: 2px solid white; */
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* Vision and Mission Boxes */
.Vision-box,
.mission-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.Vision-box h3,
.mission-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--dark-blue);
  text-transform: uppercase;
}

.Vision-box p,
.mission-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.aboutus-right-section {
  border: 4px solid #d1ebf9;
  padding: 20px;
}

@keyframes moveUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* Aboutus-section-end */

/* cources-section */
.cources {
  padding-top: 50px;
}

.course-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 20px 0;
}

.course-image {
  position: relative;
}

.course-image img {
  width: 100%;
  height: auto;
}

.course-label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #2d3e50 none repeat scroll 0 0;
  bottom: -15px;
  padding: 7px 10px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
}

.course-content {
  display: flex;
  justify-content: center;
  padding: 30px;
}

.course-content .abbrevation {
  font-weight: bold;
}

.course-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.course-content p {
  font-size: 14px;
  color: var(--logo-color);
  margin-bottom: 20px;
}

.read-more-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}

.read-more-btn:hover {
  background-color: #004aad;
  color: #fff;
  border-color: #004aad;
}

.apply-btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  transition: 0.3s;
  font-size: 14px;
}

.apply-btn:hover {
  background-color: #004aad;
  color: #fff;
  border-color: #004aad;
}

/* cources-section-end */

/* what visthara */
.what-visthara {
  background-color: var(--light-blue);
  margin-top: -264px;
  position: relative;
  z-index: -1;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.ma-top {
  padding-top: 322px;
  padding-bottom: 40px;
  font-size: 1rem;
}

.boxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.boxs img {
  width: 120px;
  height: 120px;
  border: 3px solid var(--navy-blue);
  padding: 20px;
  margin-bottom: 10px;
}

.boxs h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

/* what visthara-end */

/* -------------------facilities-section --------------------*/

.facilities {
  padding-top: 80px;
}

.f-1 {
  font-size: 20px;
  font-weight: 400;
}

.f-2 {
  font-size: 24px;
  font-weight: 500;
}

.features-area-1 .features-box svg {
  max-width: 37px;
}

.features-area-1 .features-box:hover .icon svg path {
  stroke: var(--color-white);
}

.features-box {
  padding: 50px 30px;
  text-align: center;
  border-radius: 4px;
  box-shadow: var(--shadow-darker);
  background-color: var(--color-white);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 28px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .content .title {
  margin-bottom: 15px;
  margin-top: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box .content .title span {
  display: block;
}

.features-box .content p {
  color: var(--color-heading);
  margin-bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.features-box.color-primary-style .icon {
  background-color: rgba(46, 132, 197, 0.1);
  color: var(--color-primary);
}

.features-box.color-primary-style .icon:after {
  background-color: var(--color-primary);
}

.features-box.color-primary-style:hover .icon {
  background-color: #85c1e9;
  color: var(--color-white);
}

.features-box.color-secondary-style .icon {
  background-color: rgba(238, 74, 98, 0.1);
  color: var(--color-secondary);
}

.features-box.color-secondary-style .icon:after {
  background-color: var(--color-secondary);
}

.features-box.color-secondary-style:hover .icon {
  background-color: #ee4a62;
  color: var(--color-white);
}

.features-box.color-extra05-style .icon {
  background-color: rgba(248, 148, 31, 0.1);
  color: var(--color-extra05);
}

.features-box.color-extra05-style .icon:after {
  background-color: var(--color-extra05);
}

.features-box.color-extra05-style:hover .icon {
  background-color: #f8941f;
  color: var(--color-white);
}

.features-box.color-extra08-style .icon {
  background-color: rgba(70, 100, 228, 0.1);
  color: var(--color-extra08);
}

.features-box.color-extra08-style:hover .icon {
  background-color: #4664e4;
  color: var(--color-white);
}

.features-box.color-extra02-style .icon {
  background-color: rgba(142, 86, 255, 0.1);
  color: var(--color-extra02);
}

.features-box.color-extra02-style .icon:after {
  background-color: var(--color-extra02);
}

.features-box.color-extra02-style:hover .icon {
  background-color: #8e56ff;
  color: var(--color-white);
}

.features-box.color-extra03-style .icon {
  background-color: rgba(249, 37, 150, 0.1);
  color: var(--color-extra03);
}

.features-box.color-extra03-style .icon:after {
  background-color: var(--color-extra03);
}

.features-box.color-extra03-style:hover .icon {
  background-color: #f92596;
  color: var(--color-white);
}

.features-box.color-extra04-style .icon {
  background-color: rgba(88, 102, 235, 0.1);
  color: var(--color-extra04);
}

.features-box.color-extra04-style .icon:after {
  background-color: var(--color-extra04);
}

.features-box.color-extra04-style:hover .icon {
  background-color: #5866eb;
  color: var(--color-white);
}

.features-box.features-style-2 {
  background-color: transparent;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
  .features-box.features-style-2 {
    padding-left: 0;
    border-right: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-box.features-style-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .features-box.features-style-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .features-box.features-style-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.features-box.features-style-2 .edublink-svg-animate svg path {
  stroke: #ffffff !important;
  max-width: 38px;
}

.features-box.features-style-2:first-child {
  padding-left: 0;
}

.features-box.features-style-2:last-child {
  border-right: none;
}

.features-box.features-style-2 .icon {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
}

.features-box.features-style-2 .content {
  padding-left: 20px;
}

.features-box.features-style-2 .content .title {
  margin-bottom: 0;
  font-weight: var(--p-medium);
  color: var(--color-white);
}

.features-box.features-style-3 {
  background-color: transparent;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 25px 42px;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-box.features-style-3 {
    padding: 40px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .features-box.features-style-3 {
    padding: 30px 25px;
  }
}

.features-box.features-style-3:first-child {
  padding-left: 29px;
}

@media only screen and (max-width: 767px) {
  .features-box.features-style-3:first-child {
    padding-left: 25px;
  }
}

.features-box.features-style-3 .icon {
  margin-top: 2px;
  height: auto;
  width: auto;
  min-width: 50px;
  background-color: transparent;
  font-size: 40px;
  margin-bottom: 0;
}

.features-box.features-style-3 .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-box.features-style-3 .content p {
  color: var(--color-body);
}

.features-box.features-style-3:hover .icon {
  background-color: transparent;
  color: inherit;
}

.features-box.features-style-3:hover.color-primary-style {
  background-color: rgba(46, 132, 197, 0.07);
}

.features-box.features-style-3:hover.color-primary-style:hover .icon {
  color: var(--color-primary);
}

.features-box.features-style-3:hover.color-secondary-style:hover {
  background-color: rgba(238, 74, 98, 0.07);
}

.features-box.features-style-3:hover.color-secondary-style:hover .icon {
  color: var(--color-secondary);
}

.features-box.features-style-3:hover.color-extra02-style:hover {
  background-color: rgba(142, 86, 255, 0.07);
}

.features-box.features-style-3:hover.color-extra02-style:hover .icon {
  color: var(--color-extra02);
}

.features-box.features-style-4 {
  background-color: transparent;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  text-align: left;
  margin-bottom: 50px;
}

.features-box.features-style-4 .icon {
  -webkit-mask-image: url(../images/home/icons/cloud.png);
  mask-image: url(../images/home/icons/cloud.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  height: 83px;
  width: 109px;
  font-size: 40px;
  margin-right: 30px;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
}

.features-box.features-style-4:hover .icon i {
  filter: brightness(0) invert(1);
  /* Turns it white */
}

@media only screen and (max-width: 575px) {
  .features-box.features-style-4 .icon {
    margin-right: 15px;
  }
}

.features-box.features-style-4 .icon:after {
  content: "";
  -webkit-mask-image: url(../images/home/icons/cloud.png);
  mask-image: url(../images/home/icons/cloud.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.features-box.features-style-4 .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-box.features-style-4 .content .title {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--logo-color);
  font-size: 20px;
  text-transform: uppercase;
}

.features-box.features-style-4 .content p {
  color: var(--color-body);
}

.features-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .features-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .features-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.features-area-2 {
  background: -webkit-linear-gradient(right, #2e86c1 0%, #85c1e9 100%);
  background: linear-gradient(-90deg, #2e86c1 0%, #85c1e9 100%);
}

.features-area-3 .features-grid-wrap {
  grid-template-columns: repeat(3, 1fr);
  background-color: var(--color-white);
  box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
  border-radius: 5px;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .features-area-3 .features-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.features-area-4 {
  padding: 120px 0 90px;
}

@media only screen and (max-width: 1199px) {
  .features-area-4 {
    padding: 100px 0 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-4 {
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .features-area-4 {
    padding: 60px 0;
  }
}

/* --------------------facilities-section-end------------- */

/* coaching-vistara */

.couaching-vistara {
  background-color: var(--light-blue);
  align-items: center;
  /* padding: 90px 0; */
  height: 500px;
  position: relative;
  /* top: -219px; */
  margin-top: -310px;
  z-index: -1;
  background: url(../images/home/match-text.webp);
}

.coaching-title-text h3 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.top-coach {
  background-color: var(--dark-blue);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  color: var(--light-brown);
}

.couaching-content {
  margin-top: -120px;
}

.couaching-content h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 25;
}

.left-side-content-coaching {
  padding: 20px;
}

.fs-14 {
  font-size: 15px;
  text-align: justify;
  padding-right: 20px;
  color: #fff;
  padding-top: 15px;
}

/* activity-section */

/* .activity {
  padding: 100px 0;
} */

.activity h3 {
  color: var(--dark-blue);
  font-weight: bold;
  text-transform: uppercase;
}

/* footer-section */

.footer-section {
  background-color: #232323;
  color: #fff;
  padding: 80px 0;
}

.footer-section ul li {
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-section ul {
  padding: 0;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.contact-info-footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.contact-info-footer .Address-info {
  font-size: 14px;
  line-height: 1.6;
}

.contact-info-footer .fa-solid {
  color: #007bff;
  margin-top: 3px;
}

.contact-info-footer .no a {
  color: #fff;
  text-decoration: none;
}

.contact-info-footer a:hover {
  color: #0056b3;
}

.contact-info-footer .me-2 {
  margin-right: 0.5rem;
}

.contact-info-footer .btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.contact-info-footer .btn-transparent:hover {
  background-color: #fff;
  color: #000;
}

.img-logo-footer {
  width: 80px;
  height: 80px;
}

.footer-section .line-footer {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0 20px;
  border-radius: 2px;
}

.footer-section .footer-logo {
  margin-top: 55px;
}

.copy-right {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}

.copy-right a {
  color: #fff;
}

/* footer-section-end */

.Vision-img,
.mission-img {
  height: 148px;
  width: 140px;
}

.owl-theme .owl-dots .owl-dot span {
  color: var(--navy-blue) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--navy-blue) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--navy-blue);
}

/* Main-css-end */

/* Back to top */

#topButton {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 40px;
  z-index: 99;
  font-size: 16px;
  background-color: #203e63;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.3sease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.social-dropdown {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.social-toggle {
  width: 70px;
  height: 70px;
  background-color: #fac023;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.social-toggle:hover {
  background-color: #5b4cdb;
}

.social-menu {
  position: absolute;
  bottom: 70px;
  right: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  transition: all 0.2s ease;
}

.social-dropdown:hover .social-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.social-item {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  /* Changed to 0.2s as requested */
}

.social-item:hover {
  transform: scale(1.1);
}

.social-item.facebook {
  background-color: #3b5998;
}

.social-item.twitter {
  background-color: #1da1f2;
}

.social-item.instagram {
  background-color: #ff1462;
}

.social-item.linkedin {
  background-color: #0077b5;
}

.social-item.whatsapp {
  background-color: #48c859;
}

/* Contact Form Styles */
.contact-form {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 280px;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: none;
  transition: all 0.3s ease;
}

.contact-form.show {
  display: block;
}

.form-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #6c757d;
}

.form-close:hover {
  color: #000;
}

/* Back to top */
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #203e63;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* About Pu college */

.introduction {
  padding: 60px 0;
}

.vision-mission {
  background: #f8f9fa;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.vision-mission::before,
.vision-mission::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.07;
  z-index: 0;
}

.vision-mission::before {
  background-color: #007bff;
  top: -80px;
  left: -80px;
}

.vision-mission::after {
  background-color: #ffc107;
  bottom: -80px;
  right: -80px;
}

.vision-mission {
  /* Base style for section boxes */
  .section-box {
    position: relative;
    background: #ffffff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-left: 5px solid transparent;
  }

  /* Common icon styles using Font Awesome */
  .section-box::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2.5rem;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #6c63ff;
    transition: transform 0.3s ease, color 0.3s ease;
  }

  /* Vision Icon */
  .vision-box::before {
    content: "\f06e";
    /* fa-eye */
  }

  /* Mission Icon */
  .mission-box::before {
    content: "\f140";
    /* fa-bullseye */
  }

  /* Section titles */
  .section-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
  }

  /* Decorative gradient line */
  .line {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #6c63ff, #9c27b0);
    margin-bottom: 1rem;
    border-radius: 2px;
  }

  /* Hover effect */
  .section-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    border-left: 5px solid #6c63ff;
  }

  .section-box:hover::before {
    transform: scale(1.2);
    color: #9c27b0;
  }
}

.vision-title::after,
.mission-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #007bff;
  margin: 8px auto 0 auto;
  border-radius: 2px;
}

.section-box p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
}

.group-management-section {
  background: linear-gradient(180deg, #ffffff 0%, #f0f3f7 100%);
}

.group-box {
  background-color: #ffffff;
  position: relative;
  border-left: 6px solid #0d6efd;
}

.icon-floating {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 90px;
  opacity: 0.1;
}

.principal-message {
  padding: 60px 0px;
}

.principal-message .line {
  width: 60px;
  height: 3px;
  background: #203e63;
  /* margin: 0 auto; */
  position: relative;
}

.quote-icon {
  font-size: 10rem;
  color: #000000 !important;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  font-family: Georgia, serif;
  opacity: 0.1;
}

.quote-icon.bottom-right {
  /* bottom: 0; */
  margin-top: -350px;
  right: 20%;
  transform: translate(20%, 20%);
}

.Anti-ragging {
  padding: 60px 0px;
}

.Anti-ragging {
  .policy-header {
    background: linear-gradient(to right, #007bff, #0056b3);
    color: white;
    padding: 50px 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 40px;
  }

  .policy-section {
    background: #ffffff;
    border-left: 5px solid #007bff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
  }

  .policy-section h4 {
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .arrow-list {
    list-style: none;
    padding-left: 0;
  }

  .arrow-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

  .arrow-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    color: #007bff;
    font-size: 1.1rem;
  }

  .helpline-section {
    background-color: #fff3cd;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #ffc107;
    margin-top: 20px;
  }

  .helpline-section h5 {
    color: #856404;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .helpline-table td,
  .helpline-table th {
    padding: 8px;
    vertical-align: top;
  }
}

/* Academics */

.academis-section {
  padding: 60px 0px;
  background-image: url("../images/Academics/College_Entrance.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.academis-section p strong {
  font-size: 1.2rem;
  color: #fff;
}

.Course-details {
  padding: 60px 0px 60px;
}

.highlight {
  color: rgb(45, 64, 99);
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.cta-btn {
  background-color: rgb(45, 64, 99);
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 30px;
  transition: 0.3s ease;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #2c3e50;
  text-decoration: none;
  color: #fff;
}

.course-facilities {
  background-color: rgb(248 249 250);
  padding: 60px 0px;
}

.career-opportunities-of-academics {
  padding: 60px 0px 80px;
}

.course-facilities {
  .icon-box {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .icon-box::before,
  .icon-box::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
  }

  .icon-box::before {
    width: 170px;
    height: 150px;
    background: rgba(45, 64, 99, 0.1);
    top: -80px;
    right: -80px;
  }

  .icon-box::after {
    width: 100px;
    height: 100px;
    background: rgba(45, 64, 99, 0.2);
    bottom: -40px;
    left: -40px;
  }

  .icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .icon-box i {
    font-size: 2.5rem;
    color: rgb(45, 64, 99);
  }

  .icon-box h6 {
    font-weight: 600;
    margin-top: 15px;
  }
}

.hero {
  background: url("../images/Academics/Vistara_College.webp") center/cover
    no-repeat;
  color: white;
  padding: 100px 0;
  text-align: center;
  background-blend-mode: darken;
}

.section-class-programs {
  background-color: #f9f9f9;
}

.section-class-why {
  background-color: #eef7ff;
}

.section-class-cta {
  background-color: #004080;
}

.course-card {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.section-class-programs .badge-course {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ffc107;
  color: #000;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-radius: 6px;
}

.section-class-why .why-box {
  background: white;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.section-class-why .why-box:hover {
  background-color: #d6ebff;
}

.section-class-why .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #203e63;
  color: white;
  margin: 0 auto 15px;
  font-size: 1.5rem;
}

.cta-section {
  background-color: #143c8a;
  /* Vistara's deep blue */
  color: #ffffff;
  padding: 2rem 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.cta-section h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

.cta-section .cta-btn {
  transition: all 0.3s ease;
  font-weight: 600;
}

.cta-section .btn {
  color: #fff;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.cta-contact {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 1.5rem;
}

.facilities-section {
  padding: 60px 0px;
  background-image: url("../images/Academics/Vistara_College.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.facilities-section p strong {
  font-size: 1.2rem;
  color: #fff;
}

.admission-section {
  .hero-section {
    background-image: url("../images/Academics/Vistara_College.webp");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 60px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .hero-section::before,
  .hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .hero-section::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
    animation: float 6s ease-in-out infinite;
  }

  .hero-section::after {
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: -30px;
    animation: float 8s ease-in-out infinite reverse;
  }

  @keyframes float {
    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(20px);
    }
  }

  .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #003f7f;
    margin-bottom: 1rem;
    position: relative;
  }

  .info-box {
    background-color: #fff;
    border-left: 8px solid #0059b2;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
    position: relative;
  }

  .info-box:hover {
    transform: translateY(-5px);
  }

  .info-box ul {
    padding-left: 1.2rem;
  }

  .info-box ul li {
    position: relative;
    margin-bottom: 0.6rem;
    padding-left: 1.8rem;
    list-style: none;
    transition: color 0.3s ease;
  }

  .info-box ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #28a745;
    position: absolute;
    left: 0;
    top: 2px;
    transition: transform 0.3s ease;
  }

  .info-box ul li:hover::before {
    transform: scale(1.3);
  }

  .important-note {
    background-color: #e7f3fe;
    border-left: 5px solid #2196f3;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 500;
  }

  .btn-apply {
    background-color: #0059b2;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
  }

  .cta-section {
    text-align: center;
    margin-top: 3rem;
    padding: 3rem 1rem;
    background-color: #003f7f;
    color: white;
    border-radius: 8px;
  }

  .cta-section h3 {
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .cta-section p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }

  .cta-section p strong {
    color: #fff;
  }

  .cta-section .btn {
    background-color: #93d6ff;
    color: rgb(5, 0, 0);
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 30px;
    transition: background-color 0.3s ease;
    margin: 0.5rem;
  }

  .cta-section .btn:hover {
    background-color: #062646;
    color: #fff;
  }

  .admission-section h2 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #003f7f;
    position: relative;
  }

  .admission-section h2::before,
  .admission-section h2::after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #003f7f;
    position: absolute;
    top: 100%;
  }

  .admission-section h2::before {
    left: 45%;
  }

  .admission-section h2::after {
    right: 45%;
  }

  .document-icons .col-lg-6 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .document-icons .col-lg-6:hover {
    transform: translateY(-5px);
  }

  .document-icons i {
    font-size: 2rem;
    color: #003f7f;
  }

  .document-icons span {
    font-weight: 500;
    color: #333;
  }

  .journey-section {
    background-color: #ffffff;
    padding: 3rem 1rem 0rem;
    margin-top: 3rem;
    border-radius: 8px;
  }

  .journey-section p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
  }
}

.facilities-details-section {
  padding: 60px 0px;
}

.facilities-details img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.facilities-details-content-right-col,
.facilities-details-content-left-col {
  background-color: #003f7f;
}

.facilities-details .facilities-details-content-left {
  background-color: #003f7f;
  color: #fff;
  padding: 60px 120px 60px 35px;
  position: relative;
  left: 10%;
}

.facilities-details-content-right {
  background-color: #003f7f;
  color: #fff;
  padding: 60px 35px 60px 100px;
  position: relative;
  right: 10%;
}

.facilities-details {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.facilities-details h2 {
  margin-bottom: 10px;
  color: #2c3e50;
}

.facilities-details p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.facilities-details ul {
  list-style: none;
  padding-left: 0;
}

.facilities-details ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.facilities-details ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ccc;
}

.career-hero-section {
  text-align: center;
  padding: 60px 60px;
  background-image: url("../images/Academics/Vistara_College.webp");
  background-size: cover;
  background-position: center;
}

.career-hero-section h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #f3f3f3;
}

.career-hero-section p {
  font-size: 1.1rem;
  color: #f5f5f5;
  max-width: 750px;
  margin: 10px auto 0;
}

.career-wrapper {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin: 30px auto;
}

.career-image {
  background: url("../images/Careers/Careers.webp") center/cover no-repeat;
  height: 100%;
  min-height: 350px;
  position: relative;
}

.career-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 40, 85, 0.4);
}

.quote-text {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.resume-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.resume-content h2 {
  font-weight: 600;
  color: #002855;
  margin-bottom: 20px;
}

.resume-content p {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #444;
}

.resume-content .email {
  font-size: 1.1rem;
  font-weight: 500;
  color: #007bff;
}

.resume-content .email:hover {
  text-decoration: underline;
}

.contact-section {
  padding: 0px 0px 60px;
}

.contact-header {
  text-align: center;
  padding: 60px 0;
  margin-bottom: 40px;
  background-image: url("../images/Academics/Vistara_College.webp");
  background-size: cover;
  background-position: center;
}

.contact-header h2 {
  font-size: 2.5rem;
  color: #f1f1f1;
  font-weight: 600;
}

.contact-header p {
  color: #f1f1f1;
}

.contact-box {
  background: #f3f3f3;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  text-align: center;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.contact-icon {
  font-size: 3rem;
  color: #0a3d62;
  margin-bottom: 20px;
}

.contact-info h4 {
  font-size: 1.6rem;
  color: #0a3d62;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info p {
  font-size: 1rem;
  color: #555;
}

.contact-info .email,
.contact-info .phone {
  font-weight: 500;
  color: #007bff;
}

.contact-info .intro-text {
  font-size: 1rem;
  color: #777;
  margin-bottom: 10px;
}

.coming-soon-box {
  text-align: center;
  background: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  width: 100%;
}

.coming-soon-box h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0a3d62;
}

.coming-soon-box p {
  font-size: 1.1rem;
  color: #555;
  margin-top: 20px;
}

.coming-soon-box img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.thank-you {
  color: #007bff;
  font-weight: 500;
  margin-top: 15px;
}

.modal.fade .modal-dialog {
  transform: perspective(1000px) rotateX(-90deg);
  transition: all 0.5s ease-in-out;
  transform-origin: top center;
  opacity: 0;
}

.modal.fade.show .modal-dialog {
  transform: perspective(1000px) rotateX(0);
  opacity: 1;
}

.form-container {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-open {
  z-index: 99999 !important;
}

@media (1300px <=width <=1600px) {
  .navbar-nav .nav-item .nav-link {
    color: var(--white);
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 25px 20px 15px;
    font-weight: bold;
  }
}

.mobile-only {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-only {
    display: block !important;
  }

  /* Button styles */
  .mobile-only .mobile-buttons a {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
  }

  .mobile-buttons i {
    margin-right: 8px;
  }

  /* Icon row styles */
  .mobile-only .icon-row {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    /* background-color: #f8f9fa; */
    border-radius: 10px;
    margin-top: 15px;
  }

  .mobile-only .icon-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
    font-size: 1.2rem;
  }

  .mobile-only .icon-box:hover {
    transform: scale(1.1);
  }

  /* Brand colors */
  .mobile-only .fa-whatsapp {
    color: #25d366;
  }

  .mobile-only .fa-headset {
    color: #0d6efd;
  }

  .mobile-only .fa-envelope-circle-check {
    color: #ea4335;
  }

  .mobile-only .fa-facebook {
    color: #1877f2;
  }

  .mobile-only .fa-instagram {
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media (max-width: 767px) {
  .section-box {
    padding: 40px 20px;
  }

  .section-icon {
    font-size: 40px;
  }

  .policy-header h1 {
    font-size: 1.8rem;
  }

  .cta-section h5 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .cta-contact {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 0;
    padding-top: 1rem;
    margin-top: 1rem;
    text-align: center;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .career-wrapper {
    flex-direction: column;
  }

  .resume-content {
    padding: 30px 20px;
  }

  .career-hero-section h1 {
    font-size: 2.2rem;
  }

  .contact-box {
    padding: 20px;
  }

  .nav-top-area {
    display: none;
  }

  .quote-icon.bottom-right {
    margin-top: -440px;
  }

  .About-section .mob-shw {
    display: none;
  }

  .About-section .main-message {
    padding: 20px;
  }

  .principal-message {
    padding: unset;
  }

  .helpline-section h5 {
    font-size: 1rem;
  }
  .helpline-table td,
  .helpline-table th {
    font-size: 0.9rem;
  }

  .Course-details .admission-content {
    padding: 20px;
  }

  .Course-details {
    padding: 60px 0px 0px;
  }

  .why-pcmb {
    padding: 0 12px;
  }
  .why-pcmb .lead {
    margin-bottom: 0;
  }
  .why-pcmb img {
    margin-bottom: 12px;
  }
  .facilities-details {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  .facilities-details-content-right {
    padding: 10px;
    position: relative;
    right: 0%;
  }
  .facilities-details .facilities-details-content-left {
    padding: 10px;
    position: relative;
    left: 0%;
  }

  /* ----------- */

  .slide-overlay {
    position: static;
    padding: 20px;
    display: block;
    background: #000000aa; /* Optional: adds background behind text */
  }

  .slider-wrapper {
    display: none;
  }

  .slide-text p {
    font-size: 1rem;
    line-height: 2;
  }

  .slide-text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .slider-wrapper-mob {
    display: block;
  }

  .owl-dots {
    flex-direction: row;
    justify-content: center;
    position: static;
    transform: none;
    margin-top: 10px !important;
  }

  .aboutus-visthara {
    padding: 20px;
  }

  .aboutus-visthara br {
    display: none;
  }

  .aboutus-visthara h3 {
    font-size: 25px;
  }

  .cources {
    padding-top: 20px;
  }

  .aboutus-section .container {
    padding: 0;
  }

  .header {
    background-color: #ffff !important;
    transition: all 0.3s ease;
  }

  .navbar-brand img {
    width: 170px;
    height: 90px;
  }

  .mobile-buttons .cnv-phone {
    color: #6c757d;
    margin-top: 10px;
  }

  .footer-section {
    background-color: #232323;
    color: #fff;
    padding: 20px 0;
  }

  .footer-section .quick-links {
    padding-top: 20px;
  }

  .no-logo {
    display: none;
  }

  .couaching-content h3 br {
    display: none;
  }

  .f-2 {
    font-size: 23px;
  }

  .Admission-btn a {
    display: none;
  }

  .dropdown-menu .dropdown-item {
    font-size: 14px;
  }

  .contact-header br{
    display: none;
  }

  .contact-header{
    padding: 20px;
  }
}
