/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
* {
    font-family: 'EB Garamond', serif;
} */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200&display=swap");
* {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold !important;
}

.text-primary {
  color: var(--theme-color) !important;
}
h3.heading {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
}

h3.heading:after {
  /* content: ''; */
  /* background: var(--theme-color); */
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -5px;
  left: 0;
}

/* h2.heading:after {
    content: '';
    background: var(--theme-color);
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -5px;
    left: 0;
} */
/*-------All heading style --------*/
.heading-style {
  /* background: #dc3545f7; */
  background: var(--theme-color);
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--font-color);
  display: inline-block;
  /* font-size: 22px; */
}

.py-4 h2:not(.accordion-header) {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}

.btn-custom-view-news {
  color: #0d6efd;
  border-bottom: 1px solid;
  text-decoration: none;
}

/*-------End All heading style --------*/
a.active {
  color: var(--theme-color);
}
.btn-custom {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.btn-custom:hover,
.btn-custom:focus {
  background: var(--theme-color);
  color: #fff;
}
.btn-custom-invert {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  text-decoration: none;
}
.btn-custom-invert:hover,
.btn-custom-invert:focus {
  background: #fff;
  color: var(--theme-color);
}
/*----Banner-Slider--*/
#bannerSlider .carousel-image-box {
  width: 100%;
  height: calc(100vh - 30px);
  background-size: 100%;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bannerSlider .carousel-image-box img {
  width: 100%;
  /* height: 100%; */
}

#bannerSlider .carousel-image-box-caption {
  /* background: rgba(0,0,0,0.4);
    background: linear-gradient(to bottom, var(--theme-color) 0%, rgba(0,0,0,0) 40%); */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#bannerSlider .carousel-image-box-caption h2 {
  font-size: 48px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}
#bannerSlider .carousel-image-box-caption h3 {
  font-size: 24px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.carousel-indicators button {
  background-color: var(--theme-color) !important;
}
#bannerSlider .carousel-control-next-icon,
#bannerSlider .carousel-control-prev-icon {
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1100px) {
  #bannerSlider .carousel-image-box {
    height: auto !important;
  }

  #bannerSlider .carousel-image-box-caption h2 {
    font-size: 20px;
  }
  #bannerSlider .carousel-image-box-caption h3 {
    font-size: 16px;
  }
}

/*----Banner-Slider--*/
/*----Menu-Bar--*/
.header {
  position: relative;
}
.top-fixed {
  position: fixed !important;
}
.top-menu {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0 15px;
  padding-top: 10px;
  top: 0;
  left: 0;
  z-index: 9;
}
.school-logo img {
  width: 100px;
  /* height: 100px; */
  margin: 0 15px;
}
.menu-list-left,
.menu-list-right {
  flex-grow: 1;
  font-size: 14px;
}
.menu-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
.menu-list-right ul {
  justify-content: start;
}
.menu-list ul li {
  /* display: flex;
    flex-direction: column; */
  position: relative;
}
.menu-list ul li a {
  display: block;
  padding: 4px 8px;
  /* color: var(--theme-color); */
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.2s;
}
.menu-list ul li a:hover {
  color: #fff;
  /* background: rgba(0, 0, 0, 0.5); */
  background: rgb(227 120 10 / 50%);;
}
.menu-list ul li a i {
  margin-left: 5px;
}
.menu-list ul ul {
  display: none;
  position: absolute;
  width: 200px;
  background: #fff;
  z-index: 5;
  border-radius: 10px;
}
.menu-list ul ul li {
  display: block;
  width: 100%;
  z-index: 10;
}
.menu-list ul ul li a {
  color: #000;
  border-radius: 0;
}
.menu-list ul ul li a:hover {
  color: #fff;
  background: var(--theme-color);
}
.top-menu-mobile {
  display: none;
}
.close-btn {
  display: none;
}

.enquery_btn:hover {
  color: #fff;
  background: var(--theme-color);
}

/*---------Top bar login Button -------------*/
.top-login-btn {
  border: 2px solid;
  padding: 2px 6px 2px 7px;
  border-radius: 7px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}
.top-login-btn:hover {
  border: 2px solid;
  padding: 2px 6px 2px 7px;
  border-radius: 7px;
  font-size: 14px;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767px) {
  .top-menu {
    background: #fff;
    display: block;
    padding: 0;
    position: fixed;
    left: auto;
    right: 0;
    width: 250px;
    height: 100vh;
    margin-right: -250px;
    z-index: 99;
    transition: 0.2s;
    overflow: auto;
  }
  .menu-list ul {
    display: block;
  }
  .menu-list ul li a {
    border-bottom: 1px solid #ccc;
    color: #333;
    border-radius: 0;
  }
  .menu-list ul ul {
    position: relative;
    width: 100%;
  }
  .school-logo {
    display: none;
  }
  .close-btn {
    display: block;
  }
  .overlap {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;
  }
  .top-menu-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding-top: 10px;
  }
  .school-logo-mobile img {
    width: 40px;
    /* height: 60px; */
  }
}
/*----Menu-Bar--*/
/*-------Addmission Open button ----------*/
/*-----------For Admission Button------------------*/
.addmission-open {
  color: white;
  position: absolute;
  top: 130px;
  left: 40px;
  background: #dc3545;
  padding: 10px;
  border-radius: 100px;
  z-index: 1;
  text-decoration: none !important;
  cursor: pointer;
}
.addmission-open:hover {
  color: white;
  position: absolute;
  top: 130px;
  left: 40px;
  background: #dc3545;
  padding: 10px;
  border-radius: 100px;
  z-index: 1;
  text-decoration: none !important;
  cursor: pointer;
}

@media screen and (max-width: 768) {
  .addmission-open {
    top: 118px !important;
    left: 40px;
    padding: 4px !important;
    font-size: 12px !important;
  }
  /* .addmission-open:hover{
        top: 118px!important;
        left: 40px;
        padding: 4px!important;
        font-size: 12px!important;
        border-radius: 100px;
        z-index: 1;
        text-decoration: none!important;
        cursor: pointer;
    } */
}
/*-----------End of Admission Button------------------*/

/*----Event-Box----*/
.event-box {
  width: 100%;
  height: 250px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  background-size: 110%;
  background-position: center center;
  transition: 0.5s;
  position: relative;
}
.event-box:hover {
  background-size: 115%;
}
.event-upper {
  background: rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  padding: 15px;
  border-radius: 6px 6px 0 0;
}
.event-date {
  background: var(--theme-color);
  color: #fff;
  /* position: absolute; */
  padding: 4px 10px;
  border-radius: 6px;
  margin-left: 15px;
  font-size: 14px;
}
.event-date:first-child {
  margin-left: 0;
}
.event-lower {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.8) 80%
  );
  padding: 15px;
  padding-top: 50px;
  border-radius: 0 0 6px 6px;
}
.event-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.event-title a {
  color: #fff;
  text-decoration: none;
}
.event-description {
  color: #fff;
  text-align: justify;
}
.event-link {
  background: rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 100%;
}
.sub-galley-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  /* justify-content: flex-start; */
  /* flex-wrap: wrap; */
}
/* .sub-galley-box .event-box
 {
    border-radius: 0;
}
.sub-galley-box .event-box:nth-child(1),
.sub-galley-box .event-box:nth-child(1) .event-link {
    border-radius: 6px 0 0 0;
}
.sub-galley-box .event-box:nth-child(2),
.sub-galley-box .event-box:nth-child(2) .event-link {
    border-radius: 0 6px 0 0;
}
.sub-galley-box .event-box:nth-child(3),
.sub-galley-box .event-box:nth-child(3) .event-link {
    border-radius: 0 0 0 6px;
}
.sub-galley-box .event-box:nth-child(4),
.sub-galley-box .event-box:nth-child(4) .event-link {
    border-radius: 0 0 6px 0;
} */
@media screen and (max-width: 1000px) {
  .event-box {
    width: 100% !important;
  }
}
/*----Event-Box----*/
/*----Imp-Dates----*/
#impDatesSlider {
  height: 250px;
  overflow: auto;
}
.imp-dates-wrapper {
  /* background: red; */
  /* border-bottom: 1px solid #000; */
  display: flex;
  align-items: flex-start;
}
.imp-dates-wrapper:first-child {
  margin-bottom: 20px;
}
.imp-dates-date {
  background: var(--theme-color);
  padding: 3px;
  outline: 7px solid var(--theme-color);
  margin: 10px;
  border: 2px dashed #fff;
  color: #fff;
  text-align: center;
  /* line-height: 0.6cm; */
  border-radius: 6px;
  flex-shrink: 0;
  font-size: 13px;
}
.imp-dates-day {
  font-size: 15px;
}
.imp-dates-details {
  padding: 0 10px;
}
.imp-dates-title {
  font-size: 16px;
}
.imp-dates-discription {
  font-size: 12px;
  text-align: justify;
}
/*----Imp-Dates----*/
/*----office-bearers----*/
.office-bearers-wrapper {
  background: #fff;
  padding: 40px 20px;
}
#bearersSlider .carousel-indicators {
  position: relative;
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
#bearersSlider .carousel-indicators button {
  background-color: #efefef !important;
  width: 100%;
  height: auto;
  text-indent: 0;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  padding: 5px;
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid var(--theme-color);
}
/* #bearersSlider .carousel-indicators li {

} */
#bearersSlider .carousel-indicators button:first-child {
  margin-top: 0;
}
#bearersSlider .carousel-indicators button .thumbnail {
  width: 60px;
  height: 60px;
  background-size: cover;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center;
}
.bearers-profile {
  background: #efefef;
  padding: 10px;
  border-radius: 6px;
}
.bearers-profile .bearers-profile-img {
  border-radius: 6px;
  width: 210px;
  height: 230px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: 0.2s;
  margin-right: 10px;
  float: left;
}
.bearers-profile .bearers-profile-details {
  float: right;
  width: calc(100% - 220px);
}
.bearers-profile h2 {
  font-size: 18px;
}
.bearers-profile h3 {
  font-size: 16px;
}
.bearers-profile p {
  font-size: 14px;
  text-align: justify;
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .bearers-profile .bearers-profile-img {
    width: 100%;
    /* height: 250px; */
    float: none;
  }
  .bearers-profile .bearers-profile-details {
    float: none;
    width: 100%;
  }
}
/*----office-bearers----*/
/*----Birth-Day-&-Thought----*/
.view-box-wrapper {
  height: 300px;
  width: 100%;
  background-size: 100% 300px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
/* #birthDaySlider .carousel-item {
    width: 220px;
} */
.small-box {
  width: 160px;
  height: 250px;
  /* background: #fff; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.carousel-item-caption h5 {
  font-size: 16px;
  margin: 0;
}
/*----Birth-Day-&-Thought----*/
/*----Topper-Siders----*/
.toppersSlider .carousel-control-next,
.toppersSlider .carousel-control-prev /*, .carousel-indicators */ {
  filter: invert(100%);
}
.toppersSlider .items-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.student-box {
  background: #fff;
  width: 130px;
  height: 220px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  margin-bottom: 10px;
}
.student-box .student-picture {
  width: 100%;
  height: 150px;
  background-size: cover;
  background-position: top center;
  border-radius: 6px 6px 0 0;
}
.student-box .student-details {
  text-align: center;
}
.student-box .student-details h5 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
.student-box .student-details h6 {
  font-size: 12px;
  margin: 0;
}
/*----Topper-Siders----*/

/* .school-logo img {
    border-radius: 50%;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.4);
    box-shadow: 0 0 6px 2px #70adc9;
} */
/*--Login-Box--*/
.login-img {
  height: 220px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.uab_name {
  font-size: 24px;
  color: var(--theme-color);
  text-align: center;
  display: flex;
  justify-content: center;
}
.uab_name div {
  padding: 2px;
  border-bottom: 1px solid var(--theme-color);
  /* border-radius: 6px; */
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.uab_name div img {
  margin-right: 10px;
}
/*--Gallery--*/
.gallery-box .event-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
}
.gallery-box .pics-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--theme-color);
  width: 25px;
  height: 25px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #gallerySlider .event-box {
    margin: 15px;
    width: auto !important;
  }
  #gallerySlider .event-box:first-child {
    margin-bottom: none;
  }
}
/*--Gallery--*/
/*--Top-Bar--*/
.top-bar {
  background: var(--theme-color);
  /* background: #dc3545; */
  color: #fff;
  padding: 5px 0;
}
.bg-danger{
  background-color: var(--theme-color) !important;
}
/*-------------Menu background style-----------*/
.menu-left-background-style {
  /* background: #00000057; */
  background: linear-gradient(-50deg, #ab2848 40%, #574163 110%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 32px;
}
.menu-right-background-style {
  /* background: #00000057; */
  background: linear-gradient(50deg, #ab2848 40%, #574163 110%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 32px;
}

/* .top-bar {
    background: var(--theme-color);
    display: flex;
    justify-content: end;
    align-items: center;
    color: #fff;
    padding: 5px;
}
.top-bar div {
    margin-left: 10px;
}
.top-bar div i {
    margin-right: 5px;
}
@media screen and (max-width:767px) {
.top-bar {
    justify-content: center;
}
} */
/*--Top-Bar--*/
/*--Footer--*/
.footer {
  background: #333;
  padding: 10px;
}
.useful-link {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.useful-link a {
  display: block;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  margin: 3px 3px;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 15px;
  transition: 0.3s;
  text-transform: capitalize;
  font-size: 12px;
}
.useful-link li:first-child a {
  margin-left: none;
}
.useful-link a:hover {
  background: var(--theme-color);
}
.socia-icon {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #e6e6e6;
  color: #000;
  text-decoration: none;
  transition: 0.2s;
}
.socia-icon:hover {
  text-decoration: none;
  color: #e6e6e6;
  background: #000;
}
.socia-icon.fb {
  background: #1877f2;
  color: #fff;
}
.socia-icon.fb:hover {
  color: #1877f2;
  background: #fff;
}
.socia-icon.tw {
  background: #1da1f2;
  color: #fff;
}
.socia-icon.tw:hover {
  color: #1da1f2;
  background: #fff;
}
.socia-icon.yt {
  background: #ff0000;
  color: #fff;
}
.socia-icon.yt:hover {
  color: #ff0000;
  background: #fff;
}
.socia-icon.ig {
  background: #833ab4;
  color: #fff;
}
.socia-icon.ig:hover {
  color: #833ab4;
  background: #fff;
}
/*--Footer--*/
/*-------------------Breadcrumb-------------------*/
.breadcrumb-wrapper {
  height: 60vh;
  background-size: 100% 100%;
  background-position: center center;
}
.breadcrumbs-inner {
  background: rgb(0 0 0 / 8%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.breadcrumb-wrapper h2 {
  background: var(--theme-color);
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
}
.breadcrumb {
  justify-content: center;
  color: #fff;
}
.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb li.active {
  color: #fff;
}
.breadcrumb li.active::before {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    height: 30vh;
    background-size: 130%;
    background-position: center center;
  }
}
/*-------------------Breadcrumb-------------------*/
.section p {
  text-align: justify;
}
.section h2:not(.accordion-header) {
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.section h2:not(.accordion-header):after {
  content: "";
  background: var(--theme-color);
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -5px;
  left: 0;
}
.img-wrapper {
  width: 100%;
  background-size: 100%;
  background-position: center center;
  border-radius: 6px;
  position: relative;
  transition: background-size 0.5s;
}
.img-wrapper:hover {
  background-size: 105%;
}
.img-wrapper img {
  width: 100%;
  visibility: hidden;
}
.img-wrapper .inner-wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background 0.5s;
}
.img-wrapper .inner-wrapper:hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .img-wrapper {
    width: 100% !important;
    height: 100% !important;
  }
}
.blank_box {
  background: #fff;
  border-radius: 6px;
  margin: 15px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 15px;
}

.circle-number-style {
  list-style-type: none;
  padding: 0;
  padding-left: 10px;
}
.circle-number-style li {
  display: flex;
  text-align: justify;
}
.circle-number-style .number-circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 3px 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
}
.gallery-wrapper {
  width: 100%;
  height: 200px;
  background-size: 110%;
  background-position: center center;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: 0.2s;
}
.gallery-wrapper:hover {
  background-size: 120%;
}
.gallery-wrapper a.gallery-upper,
.gallery-wrapper a.gallery-bottom {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
}
.gallery-wrapper a.gallery-upper {
  flex-grow: 1;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.gallery-wrapper a.gallery-upper .gallery-counter {
  background: var(--theme-color);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.gallery-wrapper a.gallery-bottom {
  border-radius: 0 0 6px 6px;
}

.card-img {
  width: 100%;
  height: 250px;
  background-size: 100% 100%;
  background-position: center center;
  transition: 0.5s;
}
.card-text {
  height: 65px;
  overflow: hidden;
  position: relative;
}
.card-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
}
.contact-info {
  display: flex;
}
.contact-icon {
  flex-shrink: 0;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: 0.5s;
}
.contact-info:hover .contact-icon {
  font-size: 28px;
}
.contant-details {
  padding: 0 15px;
}
.contant-details h3 {
  font-size: 22px;
  font-weight: bold;
}
.contant-details a {
  color: var(--theme-color);
  text-decoration: none;
}
.patron-wrapper {
  background-size: 2000px;
  background-attachment: fixed;
  background-position: center center;
  margin: 75px 0 20px;
}
.patron-inner {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.parton-img {
  /* background:#fff;
    border-radius: 50%; */
  margin-bottom: 15px;
  margin-top: -80px;
}
.patron-inner p {
  text-align: justify;
}
.patron-inner i {
  color: var(--theme-color);
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .img-osm-fluid {
    width: 100%;
  }
}

#firstModel {
  background: rgba(0, 0, 0, 0.5) !important;
}
#firstModel .modal-body {
  padding: 0px !important;
}

/*----------Message popup---------*/
.message-box {
  height: 298px;
  width: 176px;
  position: fixed;
  z-index: 3;
  bottom: -300px;
  right: 10px;
  background-color: rgb(35 35 35 / 58%);
  /* padding-top: 60px; */
  transition: 0.1s;
  border-radius: 9px;
  box-shadow: 0px 0px 11px 4px #ccc;
}

.slidetoup {
  bottom: 15px;
  transition: 2s;
}

.slidedown {
  bottom: -3150px;
  transition: 2s;
}

.inner-message-box {
  padding: 10px;
}

.message-popup-height {
  height: 335px;
}

.list-group-item-secondary-light {
  background-color: #f6f6f6;
}

/* sssssss-start */

/* home-page */

/* CARD */
.video-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 15px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.video-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  z-index: 2;
}

/* HEADING */
.heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 12px;
}

/* COMMON MEDIA BOX */
.media-box {
  width: 100%;
  height: 220px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

/* IFRAME */
.media-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* IMAGE BOX */
.image-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* DARK OVERLAY */
.image-box::before {
  content: "";
  position: absolute;
  inset: 1;
  background: rgba(0, 0, 0, 0.4);
}

/* TEXT ON IMAGE */
.overlay-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 16px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}

/* RESPONSIVE HEIGHT */
@media (max-width: 992px) {
  .media-box {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .media-box {
    height: 180px;
  }
}

/* message */

/* SECTION BACKGROUND */
.office-bearers-wrapper {
  background: linear-gradient(135deg, #f5f7ff, #eef1ff);
}

/* HEADING */
.office-bearers-wrapper .heading-style {
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 2rem;
}

.office-bearers-wrapper .heading-style::after {
  content: "";
  width: fit-content;
  height: 4px;
  background: var(--theme-color);
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* PROFILE CARD */
.bearers-profile {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

/* PROFILE IMAGE */
.bearers-profile-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  float: left;
  margin-right: 20px;
  border: 1px solid var(--theme-color);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.bearers-profile-img:hover {
  border: 3px solid var(--theme-color);
}

/* PROFILE DETAILS */
.bearers-profile-details h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.bearers-profile-details h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.bearers-profile-details p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* BUTTON */
.btn-custom {
  border: 1px solid var(--theme-color);
  color: #000;
  border-radius: 30px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px var(--theme-color);
  color: #fff;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 768px) {
  .bearers-profile-img {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }

  .bearers-profile-details {
    text-align: center;
  }
}

/* toppers */

/* Section title underline */
.section-title::after {
  content: "";
  display: block;
  width: 260px;
  height: 3px;
  background-color: var(--theme-color);
  margin: 12px auto 0;
  border-radius: 4px;
}

/* Main card */
.topper-main-card {
  border-radius: 14px;
  overflow: hidden;
}

/* Individual topper card */
.topper-card {
  background: #ffffff;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.topper-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Image size updated */
.topper-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f1f1f1;
}

/* Carousel control default */
.custom-control {
  width: 45px;
  height: 45px;
  top: 45%;
  /* background-color: #000; */
  color: black;
  border-radius: 50%;
  opacity: 1;
}

/* Arrow icon color */
.custom-control .carousel-control-prev-icon,
.custom-control .carousel-control-next-icon {
  filter: invert(1);
}

/* Hover effect */
.custom-control:hover {
  background-color: var(--theme-color);
  filter: invert(1) brightness(-1);
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .topper-img {
    width: 90px;
    height: 90px;
  }
}

/* gallery */

/* Base gallery item */
.gallery-item {
  display: block;
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Vertical main image */
.gallery-vertical {
  height: 100%;
  min-height: 357px;
}

/* Hover effect */
.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.gallery-overlay h5,
.gallery-overlay h6 {
  margin: 0;
  font-weight: 600;
}

/* Smaller overlay text for grid */
.gallery-overlay.small h6 {
  font-size: 14px;
}

/* Date badge */
.gallery-date {
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  font-size: 12px;
  background: var(--theme-color);
  padding: 4px 8px;
  border-radius: 6px;
}

/* Photo count badge */
.gallery-count {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--theme-color);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  z-index: 2;
}

/* Responsive */
@media (max-width: 991px) {
  .gallery-vertical {
    min-height: 420px;
  }
}

@media (max-width: 576px) {
  .gallery-vertical {
    min-height: 260px;
  }

  .gallery-item {
    height: 140px;
  }
}

.btn-outline-danger {

}

/* progress-bar */
.fill-up {
  width: 0;
  animation: fillProgress 1.5s ease-in-out forwards ;
}

@keyframes fillProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

