/* Start Common styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #013d79;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
}
/* End Common styles */

/* Header start */
img.main-logo {
  width: 100px;
}
.navbar-area {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

.top-header-area {
  background-color: #013d79;
}

.banner-area .container-fluid {
  padding-left: 0px;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 18px;
}

/* .default-btn {
  background-color: #013d79;
  border: 1px solid #013d79;
} */
/* Header end */

/* Banner start */
.slider-item {
  position: relative;
  background-size: cover;
  background-position: center;
  /* existing styles */
}

.slider-item .overlay {
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0; */
  background: rgb(0 0 0 / 37%);
  z-index: 1;
}

.slider-item .slider-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.banner-area {
  background-color: #ffffff !important;
  overflow: hidden;
}

.slider-content h1 {
  font-size: 55px !important;
}

.slider-content p {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.slider-item {
  position: relative;
  height: 100vh; /* Full screen */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.slider-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* semi-dark overlay */
  z-index: 1;
}

.slider-content {
  max-width: 740px;
  margin-left: 0;
  margin-right: 0px;
}

/* Banner end */

/* Start About */

p.abt-desc {
  text-align: justify;
}

.counter-card h1 .target.heading-color {
  color: #013d77;
  font-size: 50px;
  margin-left: 3px;
}
.counter-card h1 .target {
  color: #013d79 !important;
}

/* .abt-img{
  border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;

} */
/* End About */

.facility-card {
  background-color: #f4f6f9;
  border: 1px solid #013d791c;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.3s;
}

.facility-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  /* border-radius: 6px; */
}

.facility-card h5 {
  margin-top: 10px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .facility-card img {
    height: 200px;
  }
}

/* start cta  */

.testimonial-section {
  background-image: linear-gradient(
      to bottom,
      rgba(24, 23, 23, 0.8),
      rgb(9, 8, 8, 0.8)
    ),
    url("/assets/images/pick/cta-1.png");
  /* background: url('assets/images/pick/cta-1.png') center center / cover no-repeat; */
  color: white;
  text-align: center;
  padding: 100px 20px;
  position: relative;
}
.testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12 11 11 / 32%);
  z-index: 1;
}
.testimonial-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
.testimonial-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.testimonial-content p {
  font-size: 18px;
  margin-top: 10px;
  color: #ffa500; /* Orange tone */
}
.cta-head {
  color: #fff;
}

/* end cta */

.top-header-area {
  /* background: linear-gradient(to right, #013d79, #006faa); */
  /* background: linear-gradient(90deg, #19436e, #0654ba); */
  background: linear-gradient(90deg, #232a53, #034fb2);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}
.announcement-label {
  background-color: #fff;
  color: #013e78;
  padding: 7px 32px;
  /* border-radius: 28px 20px 20px 26px; */
  font-size: 14px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.announcement-label i {
  color: #1b336b;
}

.announcement-text {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}

.contact-info span {
  color: #fff;
  font-weight: 500;
}

.contact-info i {
  color: #fff;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif !important;
  text-transform: capitalize !important;
}

section.facilities {
  background: #f4f6f9;
  padding: 50px 0px;
}

p {
  font-family: "Nunito", sans-serif !important;
}

.campus-content .campus-title h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700 !important;
}
h3.abt-head {
  color: #e32845;
  font-size: 30px;
  text-transform: none !important;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Nunito", sans-serif !important;
  line-height: 1.1em;
  font-size: 50px !important;
}

.card-body {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.section-title h2 {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-section {
  background-image: linear-gradient(
      to bottom,
      rgba(24, 23, 23, 0.8),
      rgb(9, 8, 8, 0.8)
    ),
    url(/assets/images/pick/cta-1.png);
  /* background: url('assets/images/pick/cta-1.png') center center / cover no-repeat; */
  color: white;
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.testimonial-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(17 29 94 / 81%);
  z-index: 1;
}

.testimonial-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.testimonial-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonial-content p {
  font-size: 18px;
  margin-top: 10px;
  color: #c8c8c8ff;
  /* Orange tone */
}

.cta-head {
  color: #fff;
  font-size: 32px;
  line-height: 43px;
}

/* .single-academics-card2.bg-1 {
  background-image: url(../images/pick/facility-4.png);
}
.single-academics-card2.bg-2 {
  background-image: url(../images/pick/facility-2.png);
}
.single-academics-card2.bg-3 {
  background-image: url(../images/pick/facility-3.png);
} */

.single-academics-card2 .academic-content p {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700 !important;
  text-align: justify;
}

.card-hover:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-hover img {
  transition: transform 0.3s ease;
}

.card-hover:hover img {
  transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
  .mobile-responsive-nav
    .mobile-responsive-menu.mean-container
    a.meanmenu-reveal {
    top: 31px;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 5px;
    color: #013d79;
  }
}

@media only screen and (max-width: 991px) {
  .counter-card h1 {
    font-size: 32px !important;
  }

  .odometer.odometer-auto-theme,
  .odometer.odometer-theme-default {
    font-size: 32px !important;
  }

  .counter-card h1 .target.heading-color {
    color: #013d77;
    font-size: 32px !important;
    margin-left: -4px;
  }

  h2.fw-bold.m-0.text-white {
    line-height: 38px !important;
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .slider-item.banner-bg-2,
  .slider-item.banner-bg-1,
  .slider-item.banner-bg-3 {
    height: 80vh !important;
  }

  .slider-content h1 {
    font-size: 39px !important;
  }

  .testimonial-content p {
    font-size: 16px;
    margin-top: 10px;
    color: #c8c8c8ff;
  }
  .cta-head {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
  }
  .top-header-area {
    display: none;
  }
}

h2.fw-bold.m-0.text-white {
  line-height: 48px;
}

img.footer-img {
  width: 100px;
}
.pt-70 {
  padding-top: 52px;
}
.copyright {
  padding: 8px 0;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: #e32845;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 16px;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #f5f5f5; /* Change to your theme color */
  color: #000000;
}

.foot-txt {
  font-size: 16px;
}

.enquiry-btn {
  position: fixed;
  border: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Nunito", sans-serif;
  background: #e32845;
  color: white;
  padding: 14px 7px;
  font-size: 18px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
  z-index: 9;
  transition: background 0.3s, box-shadow 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.enquiry-btn:hover {
  background: #fafafa;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #e11f3d;
}

a.com-name {
  color: #e11f3d;
}

p.text-white.foot {
  font-size: 16px;
}

p.text-muted {
  color: #141414 !important;
  font-size: 17px;
}

p.mb-0.admission {
  color: #fff;
}

p.popup-para {
  font-size: 17px !important;
}

.page-banner-area {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#lightboxImage {
  max-width: 70%;
  max-height: 70vh;
  object-fit: contain;
}
@media (max-width: 576px) {
  #lightboxImage {
    max-width: 90%;
    max-height: 60vh;
  }
  .page-banner-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner-area .page-banner-content h1 {
    font-size: 25px;
  }
  .page-banner-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  img.main-logo{
      width:70px;
  }
}
/* Change button background slightly transparent white on hover */
#prevBtn,
#nextBtn {
  background: rgba(255, 255, 255, 0.25);
}
#prevBtn:hover,
#nextBtn:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Keep close button visible above */
#closeBtn {
  z-index: 2;
}
#closeBtn {
  filter: invert(1); /* turn default black icon white */
}

.page-banner-content h1 {
  font-size: 40px !important;
}

.admission-intro-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 28px;
}

.admission-intro-text {
  color: #222;
  line-height: 1.7;
  font-size: 18px;
  text-align: justify;
}

/* Colors / tokens */
.adproc-section {
  --adproc-accent: #f07f25;
  --adproc-border: #e6e6e6;
}

/* Heading + intro */
.adproc-title {
  color: var(--adproc-accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.adproc-subtext {
  color: #2a2a2a;
  line-height: 1.7;
  font-size: 1rem;
}

/* Accordion styling to look like tiles with right chevron */
.adproc-accordion {
}
.adproc-item {
  border: none;
  margin-bottom: 0.75rem;
}
.adproc-btn {
  background: #fff;
  border: 1px solid var(--adproc-border);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #201f2a;
  box-shadow: none;
}
.adproc-btn:not(.collapsed) {
  background: #fff;
  color: #201f2a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
.adproc-btn:focus {
  box-shadow: 0 0 0 0.15rem rgba(240, 127, 37, 0.15);
}

.adproc-btn::after {
  filter: invert(0);
  transform: rotate(-90deg);
}
.adproc-btn:not(.collapsed)::after {
  transform: rotate(0);
}

.adproc-body {
  border: 1px solid var(--adproc-border);
  border-top: 0;
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1rem 1.25rem;
  background: #fff;
}

.adproc-image-wrap {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.adproc-image {
  display: block;
  width: 100%;
  height: 285px;
}

@media (max-width: 991.98px) {
  .adproc-image-wrap {
    margin-top: 0.5rem;
  }
  img.main-logo{
      width:70px;
  }
}

.aims-section {
  background: #fff;
}

.aims-title {
  font-weight: 800;
  font-size: 1.8rem;
  color: #111;
}

.aims-card {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
}

.aims-image-wrap {
  width: 100%;
  overflow: hidden;
}

.aims-image {
  width: 100%;
  height: auto;
  display: block;
}

.aims-content {
  padding: 15px 10px;
}

.aims-card-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.aims-card-title1 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 21px;
}

.aims-card-text {
  color: #444;
  font-size: 17px;
  line-height: 1.6;
  text-align: justify;
}

textarea {
  height: 120px !important;
}

.welcome-title {
  font-weight: 800;
}

.welcome-text {
  color: #2a2a2a;
  line-height: 1.7;
  font-size: 17px;
  text-align: justify;
}

.welcome-carousel img {
  border-radius: 7px;
  object-fit: cover;
  height: 358px;
}

/* Compact campus cards */
.campus-life-area .single-campus-card.campus-compact {
  padding: 12px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Reduce image size */
.campus-life-area .single-campus-card.campus-compact .img {
  padding: 8px 0;
}
.campus-life-area .single-campus-card.campus-compact .img img {
  width: 68%; /* smaller image */
  max-height: 120px; /* cap height so cards stay short */
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Tighter title */
.campus-life-area .single-campus-card.campus-compact .campus-content h3 {
  font-size: 1rem; /* smaller text */
  line-height: 1.35;
  margin: 8px 0 0;
  font-weight: 700;
}

.campus-life-area .single-campus-card.campus-portrait {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.campus-life-area .single-campus-card.campus-portrait .img img {
  width: 100%; /* full width of container */
  height: auto; /* auto height (fit aspect ratio) */
  max-height: 260px; /* limit max height */
  object-fit: cover; /* nicely crop image if needed */
  border-radius: 8px;
}

.campus-life-area .single-campus-card.campus-portrait .campus-content h3 {
  font-size: 1rem;
  margin: 10px 0 0;
  line-height: 1.4;
  font-weight: 700;
}

.aims-image1 {
  width: 100%;
  height: 400px;
  display: block;
  padding: 20px;
}

.single-events-card .events-content h3 {
  font-size: 21px !important;
}

.single-health-care-card.style-3 .health-care-content {
  background-color: #ffffffe0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 55px;
  border-radius:5px;
}

img.img-fluid.gal-img {
  /*height: 400px !important;*/
  border-radius: 8px !important;
}

.single-health-care-card .health-care-content h3 {
  font-size: 17px;
}

.single-health-care-card .health-care-content {
  padding: 10px 20px !important;
}

#lightboxImage {
  max-width: 70%;
  /* reduce width inside the modal */
  max-height: 70vh;
  /* keep it within viewport height */
  object-fit: contain;
}

@media (max-width: 576px) {
  #lightboxImage {
    max-width: 90%;
    max-height: 60vh;
  }
}

/* Make nav buttons easy to tap and keep close button above them */
#prevBtn,
#nextBtn {
  z-index: 1;
}

#closeBtn {
  z-index: 2;
}

a.links {
  color: #fff;
}

a.contact {
  color: #fff;
}
.footer-widjet ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

p.mb-1.fw-semibold {
  line-height: 23px;
  font-size: 16px;
}
p.text-muted.event-det {
  text-align: justify;
}

h5.card-title {
  color: #e32845;
}
.footer-widjet li {
  margin-bottom: 10px;
}

.counter-card h1 {
  font-size: 45px !important;
}

.counter-card h1 .target.heading-color {
  font-size: 48px !important;
}

.accordion .accordion-item .accordion-body {
  font-size: 16px !important;
  line-height: 29px !important;
}

.slider-item.banner-bg-1 {
  background-image: url("/assets/images/pick/bgnew-1.png");
}
.slider-item.banner-bg-2 {
  background-image: url("/assets/images/pick/banner-3.png");
}
.slider-item.banner-bg-3 {
  background-image: url("/assets/images/pick/banner-1.png");
}

/* Sticky Header */
.sticky-header {
  position: sticky !important;
  top: 0;
  z-index: 999;
  background-color: #fff; /* Keep background so text is readable */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
}

/* Optional: smoother appearance when scrolling */
.sticky-header nav {
  transition: all 0.3s ease;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

ul.mobile-nav-links.list-unstyled.mt-3.p-3.bg-white.shadow.rounded {
  background: #f5f4f4 !important;
}

.mobile-nav-links .mob-link {
  color: #1e293b !important; /* dark slate (professional) */
}

/* Sticky only navbar */
/*.navbar-area {*/
/*  position: sticky;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 9999;*/
/*  background: #fff;*/
/*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
/*  transition: all 0.3s ease;*/
/*}*/


/*.top-header-area {*/
/*  background: linear-gradient(90deg, #232a53, #034fb2);*/
/*  font-size: 14px;*/
/*  padding: 5px 0;*/
/*  border-bottom: 1px solid #eee;*/
/*}*/

@media (min-width: 769px) {
  .mobile-responsive-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}
.mobile-nav-links li {
  margin-bottom: 10px;
}
.mobile-nav-links li a {
  color: #013d79;
  text-decoration: none;
  font-weight: 500;
}

a.read-more-btn.gallery
 {
    FONT-SIZE: 13PX;
}

.single-health-care-card .health-care-content h3 {
    margin-bottom: 0px !important;
}
