* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
}

button:focus,
.btn-close:focus {
  outline: none;
  box-shadow: none;

}

ul li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #e8bb18;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.subtitle {
  background: linear-gradient(0deg, #e8bb18 -100%, #ffffff00);
  width: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
}

/* header style start */
.topbar {
  background: linear-gradient(90deg, #4a2dbf, #382fae);
  font-size: 14px;
  padding: 6px 0;
  color: #fff;
}

.topbar a {
  color: #fff;
  margin-left: 18px;
  font-weight: 500;
  transition: 0.3s;
}


.cstm_top_icon i {
    background-color: #fda31b;
    padding: 8px;
    font-size: 18px;
    border-radius: 20px;
}

.navbar {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.navbar-brand {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: #4a2dbf !important;
}
.navbar-brand p span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.navbar-brand img {
  height: 100px;
}

@media screen and (max-width: 426px) {
  .navbar-brand {
    font-size: 12px !important;
      line-height: 15px;
  }
  .navbar-brand p span {
    font-size: 10px;
    font-weight: 600;
    color: #000;
}

  .navbar-brand img {
    height: 70px;
  }
}


.navbar-nav .nav-link {
  padding: 10px 18px;
  color: #333;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #382fae;
}

.dropdown-item.active {
  color: #fff;
  background-color: #382fae;
}

.dropdown-menu {
  border: none;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.2s ease-in-out;
}

.dropdown-item {
  padding: 10px 20px;
  font-size: 15px;
  transition: 0.2s;
}

.dropdown-item:hover {
  background: #382fae;
  color: #ffffff;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-icons a {
  font-size: 18px;
  margin-left: 12px;
  color: #333;
  transition: 0.3s;
}

.navbar-icons a:hover {
  color: #4a2dbf;
}


.offcanvas {
    border-left: 4px solid #fda31b !important;
}
.form-check-input:checked {
    background-color: #fda31b;
    border-color: #fda31b;
}
.form-check-input:focus {

    box-shadow: none;
}
#applyNowCanvas .offcanvas-body {
    background: linear-gradient(135deg, #422db8, #7a66e1);
    color: #fff;
    padding: 30px;
}

/* Headings */
#applyNowCanvas h5 {
    font-weight: bold;
}

/* Form Labels */
#applyNowCanvas .form-label {
    color: #fff;
    font-weight: 500;
}

/* Inputs and Textarea */
#applyNowCanvas .form-control,
#applyNowCanvas .form-select,
#applyNowCanvas .cstm_textarea {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

#applyNowCanvas .form-control::placeholder,
#applyNowCanvas .form-select option {
    color: rgba(255, 255, 255, 0.7);
}

/* Submit Button */
#applyNowCanvas .cstm_btn {
    background: #fff;
    color: #422db8;
    font-weight: bold;
    transition: 0.3s;
}

#applyNowCanvas .cstm_btn:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #422db8;
}

/* Radio Buttons */
#applyNowCanvas .form-check-label {
    color: #fff;
}
/* header section css end  */



/* banner section css start  */
.owl-carousel .item {
  position: relative;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousel .item .content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.owl-carousel .item .content h6 {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 14px;
}

.owl-carousel .item .content h1 {
  font-size: 54px;
  font-weight: 700;
}


.bg1 {
  background-image: url('../img/banner/banner1.webp');
}

.bg2 {
  background-image: url('../img/banner/banner2.webp');
}

/* Optional: Responsive text */
.owl-carousel h1 {
  font-size: 36px;
}

.owl-carousel h6 {
  font-size: 20px;
}

.owl-carousel p {
  font-size: 16px;
  max-width: 700px;
  margin: 10px auto 0;
}




.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 4px;
  background: #efe7ff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #382fae;
}


@media screen and (max-width: 426px) {
  .owl-carousel .item .content h1 {
    font-size: 28px;
    font-weight: 700;
  }

  .owl-carousel .item {
    height: 300px;

  }

  .owl-carousel p {
    font-size: 12px;
  }

}


/* banner section css end  */

/* about section css start  */
.about_img_box {
  width: 500px;
  height: 500px;

}

.about_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* about section css end  */

/* counter section css start  */
.counter-section {
  position: relative;
  background: url("../img/counter-bg.webp") no-repeat center center/cover;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.counter-container {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

.counter-box {
  flex: 1;
  min-width: 200px;
  margin: 10px;
  padding: 40px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  transition: 0.3s;
  border: 1px solid transparent;
}

.counter-box:hover {
  border: 1px solid #FFA500;
}

.counter-box:hover h2 {
  color: #FFA500;
}

.counter-box h2 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}

.counter-box p {
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}

/* counter section css end */

/* why choose us section css start   */
.why_choose_bg {
  background: #382fae0a;

}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
  flex-shrink: 0;
}

.why_choose_content h2 {
  font-size: 32px;
}

.feature-box h6 {
  font-size: 18px;
}

.feature-box p {
  font-size: 15px;
}

/* why choose us section css end   */


/* contact us form section css start */

.form-control,
select.form-select {
  background-color: #f2f6f8;
  border-radius: 2rem;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

.form-control.thick {
  height: 3.3rem;
  padding: 0.5rem 3.5rem;
}

.form-control:focus,
select.form-select:focus {
  background-color: #f2f6f8;
  border: none;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

.message .form-control {
  padding: 0.5rem 1.8rem;
}

.cursor-pointer {
  cursor: pointer;
}

::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  color: #838788;
  position: relative;
  left: 0;
}

input,
textarea {
  font-family: 'Quicksand', sans-serif;
  color: #212529;
  font-size: 1.1rem;
}

.contact_input_icon {
  color: #382fae;
  height: 1.3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.1rem;
}

.contact-info .icon-box {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #382fae;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #fff;
}


.cstm_textarea {
  height: 6rem !important;
  padding-top: 10px !important;
  border-radius: 20px !important;
  resize: none;
}



/* CSS */
.cstm_btn {
  background-color: #382fae;
  border-width: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  opacity: 1;
  color: white;
  padding: 14px 30px;
  border-radius: 50px;
  position: relative;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

.cstm_btn:before {
  animation: opacityFallbackOut .5s step-end forwards;
  background-color: #FDA31B;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  border-radius: 50px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.cstm_btn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.cstm_btn:after {
  background-color: #FFFFFF;
}

.cstm_btn span {
  z-index: 1;
  position: relative;
}


/* contact us form section css end */

/* footer section css start   */

.overlay-top::before,
.overlay-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 85px;
  left: 0;
  z-index: 1;
}

.overlay-top::before {
  top: 0;
  background: url(../img/overlay-top.png) top center no-repeat;
  background-size: contain;
}

.footer_brand span {
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  border-bottom: none;
}

@media screen and (max-width: 426px) {
  .footer_brand span {
    font-size: 14px !important;
  }
}

.footer_brand img {
  width: 100px;
}


.footer_bg {
  background: linear-gradient(90deg, #262262, #382fae);
}

/* footer section css end   */

/* navigation banner bg section css start */
.navigation_banner_bg {
  background: url("../img/page_banner.webp") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.navigation_banner_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.pages_nav span {
  color: #e8bb18;
}

/* navigation banner bg section css end */

/* gallery section css start  */

.gallery {
  padding: 20px;
  text-align: center;
}


.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 10px;
}

.image-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.image-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-item:hover img {
  transform: scale(1.1);
}


/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99900;
  text-align: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  margin-top: 3%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close:hover {
  color: #ccc;
}

.filter-btn {
  background-color: #fff;
  color: #4a2dbf;
  border: 2px solid #4a2dbf;
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 6px rgba(74, 45, 191, 0.15);
}

.filter-btn:hover {
  background-color: #4a2dbf;
  color: #fff;
  transform: scale(1.05);
}

.filter-btn.active {
  background-color: #4a2dbf !important;
  color: #fff !important;
  border-color: #4a2dbf !important;
  box-shadow: 0px 4px 10px rgba(74, 45, 191, 0.3);
  transform: scale(1.1);
}



.tab-wrapper {
  display: flex;
  justify-content: center;
}

.tab-container {
  display: flex;
  align-items: center;
  background: #1c1c1c;
  border-radius: 50px;
  padding: 8px;
  overflow: hidden;
  max-width: 70%;
}

@media screen and (max-width: 426px) {
  .tab-container {
    max-width: 100%;
  }
}

.tab-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0 5px;
}

.tab-scroll::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  background-color: transparent;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  white-space: nowrap;
  transition: 0.3s ease;
  flex-shrink: 0;
  margin: 2px;
}

.filter-btn.active {
  background-color: #4a2dbf;
  color: white;

}

.scroll-btn {
  background-color: #4a2dbf;
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 5px;

}

/* gallery section css end */


/* pharmacy section css start  */
.course-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.course-card:hover {
  transform: translateY(-6px);
}

.card-header-custom {
  background: linear-gradient(135deg, #382fae, #4a2dbf);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 15px 15px 0 0;
}

.card-header-custom h5 {
  font-weight: 600;
  margin: 0;
}

.card-header-custom small {
  font-size: 14px;
}

.card-body-custom {
  padding: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.info-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffbed;
  font-size: 16px;
  color: #e8bb18;
}

.info-text strong {
  display: block;
  font-size: 13px;
  color: #666;
}

.info-text span {
  font-size: 14px;
  color: #111;
}

.learn-btn {
  display: block;
  width: 100%;
  text-align: center;
  background: #f1f4f7;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 500;
  color: #333 !important;
  text-decoration: none;
  transition: all 0.3s;
}

.card-body-custom:hover .learn-btn {
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
}

/* pharmacy section css end */

/* apply now form css start */
/* Style for input and select */


/* apply now form css end */

/* about message page css start  */

@media screen and (max-width: 426px) {

  .about_mobile_view {
    text-align: center;
  }

  .about_mobile_view h6 {
    margin: 20px auto;
  }
}

/* about message page css end  */

/* infrastructure page css start  */
.hero-glass {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}
.btn-2 {
  background-color: #e8bb18;
  color: white;
  padding: 12px 30px;
  font-weight: 700;
  transition: 0.6s;
}
.btn-2:hover {
  background-color: #fff;
  color: #e8bb18;
}
 @media (max-width: 767px) {
        [data-aos="fade-right"],
        [data-aos="fade-left"] {
            transform: none !important;
        }
    }

    .hero-glass {
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(8px);
    }

/* infrastructure page css end */

/*notice board section css start */
.notice-card {
  background: #ffffff;
  border-left: 6px solid #4A2CCB;
  max-width: 700px;
  margin: 0 auto;
}

.notice-board ul {
  max-height: 180px;
  overflow-y: auto;
  padding-right: 10px;
}
.notice-board ul::-webkit-scrollbar {
  width: 6px;
}
.notice-board ul::-webkit-scrollbar-thumb {
  background-color: #4A2CCB;
  border-radius: 10px;
}

.notice-board ul li a {
  display: block;
  padding: 6px 0;
  color: #2c3e50;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s ease;
}
.notice-board ul li a:hover {
  transform: translateX(4px);
  color: #4A2CCB;
  font-weight: 600;
}

.view-all-btn {
  background-color: #4A2CCB;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
  transition: background 0.3s ease;
}
.view-all-btn:hover {
  background-color: #F39C12;
  color: #fff;
}
/*notice board section css end */