.new-accourdian ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  float: left;
}
.new-accourdian ul li {
  margin: 0 0 5px 0;
}
.new-accourdian ul li a {
    text-align: left;
    font-weight: 900;
    /* color: #565656; */
    /* border: 1px solid rgba(0, 0, 0, 0.11); */
    /* font-size: 18px; */
    /* background-color: #efefef; */
    border-radius: 5px;
}
.accordion-content .list li a {
  border: none;
}
.new-accourdian ul li .accordion-trigger.expanded {
  background: var(--primary-color);
  color: var(--body-color);
  border: 1px solid var(--primary-color);
  border-radius: 5px 5px 0 0;
}
.accordion-trigger {
  display: block;
  padding: 12px 35px 12px 15px;
  position: relative;
}
.accordion-trigger:after {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
}
.new-accourdian ul li p a {
  color: #0093ff;
}
.accordion-trigger.expanded:after {
  content: "-";
}
.accordion-trigger.collapsed:after {
  content: "+";
}
.accordion-content {
  overflow: hidden;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.accordion-content.expanded {
  height: auto;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 5px 5px;
}
.acc-pad {
  padding: 12px;
}
.acc-pad p {
  margin-bottom: 0px;
}
.accordion-content.collapsed {
  height: 0;
}

/** birthday Section End **/


.birthday {
	padding: 75px 30px 0px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
    margin-top: -3px;
}

.student-slide {
	/* width: 250px; */
	margin: 0 auto
}

.birthday .flag {
	position: absolute;
	top: 90px;
  left: 20px;
	right: 0;
	margin: 0 auto;
}

.birthday .flag img {
	border-radius: 0px;
	height: 238px;
	width: 100%;
}

.birthday .balloon-left {
	position: absolute;
	top: 270px;
	left: 20px;
   /* top: 248px;
    left: 165px; */
}

.birthday .balloon-left img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 270px;
	right: 10px;
   /* top: 248px;
    right: 60px; */
}

.birthday .balloon-right img {
	width: 100%;
	height: 230px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 100%;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

.birthday h6 {
	font: normal normal normal 16px / 18px Rubik;
	color: #fff;
	text-transform: uppercase;
}

.birthday .birthday-block-two h3 {
	text-align: center;
	font: normal normal bold 20px / 24px Rubik;
	letter-spacing: 0.5px;
	color: #1d1d6e;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 7px;
}

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two p {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.birthday .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	left: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

.birthday .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	right: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}
/*----Birth-Day-&-Thought----*/
.birthday-section {
  position: relative;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 40px auto;
  width: 320px;
}

.birthday-flag img {
  width: 350px;
  margin: 0 auto -65px;
}

.wish-text {
  font-size: 14px;
  color: #666;
  margin: -10px;
}

.birthday-title {
  font-size: 22px;
  font-weight: bold;
  color: #00703c; /* green */
  margin: -10px 0;
}

.month-text {
  font-size: 14px;
  color: #444;
  margin: -15px;
}

.birthday-card {
  position: relative;
  /* background: #fff; */
  padding: 20px 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.student-info {
  position: relative;
  z-index: 2;
}

.student-photo {
  width: 180px;
  height: 200px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.student-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: -5px 0;
}

.student-info h5 {
  font-size: 14px;
  color: #444;
  margin: -13px 0;
}

.student-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00703c;
  margin: -10px 0;
}

.student-info p {
  font-size: 13px;
  color: #444;
  margin: -10px;
}

.balloon {
  position: absolute;
  top: 10px;
  width: 80px;
  z-index: 1;
}

.balloon-left {
  left: -23px;
}

.balloon-right {
  right: -23px;
}

.cap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 111;
  transform: translateX(-50%);
  width: 280px;
}
/* new css for bday */
.birthday-slider {
  /* width: 350px; */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-track {
  display: flex;
  transition: transform 0.6s ease;
}

.birthday-card {
  min-width: 350px;
  text-align: center;
  padding: 15px;
  color: #000;
}



.birthday-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #1d1d6e;
}/** birthday Section End **/


.birthday {
	padding: 75px 30px 0px;
}
.gallery-section-home-in .btn-all img {
    height: 14px;
    margin-top: -3px;
}

.student-slide {
	width: 356px;
	margin: 0 auto
}

.birthday .flag {
	position: absolute;
	top: 0PX;
	left: 20px;
	right: 0;
	margin: 0 auto;
}

.birthday .balloon-left {
	position: absolute;
	top: 260px;
	left: 0px;
	/* top: 248px;
    left: 165px; */
}

.birthday .balloon-left img {
	width: 100%;
	height: 220px;
	border-radius: 0px;
}

.birthday .balloon-right {
	position: absolute;
	top: 260px;
	right: 0px;
	/* top: 248px;
    right: 60px; */
}

.birthday .balloon-right img {
	width: 100%;
	height: 220px;
	border-radius: 0px;
}

.birthday .birthday-block-two {
	padding: 0px 30px;
}

.birthday .birthday-block-two img {
	border-radius: 118px;
	width: 100%;
	object-fit: cover;
	height: 240px;
	object-position: top;
}

.birthday h6 {
	font: normal normal normal 16px / 18px Rubik;
	color: #fff;
	text-transform: uppercase;
}

.birthday .birthday-block-two h3 {
	text-align: center;
	font: normal normal bold 20px / 24px Rubik;
	letter-spacing: 0.5px;
	color: #1d1d6e;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 7px;
}

.birthday .birthday-block-two h4 {
	text-align: center;
	font: normal normal 600 16px / 20px Rubik;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 15px;
}

.birthday .birthday-block-two p {
	text-align: center;
	font: normal normal normal 16px / 22px Rubik;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
	margin-top: 8px;
}

.birthday .owl-theme .owl-nav .owl-prev {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	left: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}

.birthday .owl-theme .owl-nav .owl-next {
	border-radius: 50px;
	position: absolute;
	top: 25%;
	right: -30px;
	height: 40px;
	line-height: 32px;
	width: 40px;
	background: #1d1d6e;
	text-align: center;
}
/*----Birth-Day-&-Thought----*/
.birthday-section {
  position: relative;
  text-align: center;
  font-family: 'Arial', sans-serif;
  margin: 40px auto;
  width: 320px;
}

.birthday-flag img {
  width: 350px;
  margin: 0 auto -65px;
}

.wish-text {
  font-size: 14px;
  color: #666;
  margin: -10px;
}

.birthday-title {
  font-size: 22px;
  font-weight: bold;
  color: #00703c; /* green */
  margin: -10px 0;
}

.month-text {
  font-size: 14px;
  color: #444;
  margin: -15px;
}

.birthday-card {
  position: relative;
  /* background: #fff; */
  padding: 20px 10px;
  border-radius: 10px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.student-info {
  position: relative;
  z-index: 2;
}

.student-photo {
  width: 180px;
  height: 200px;
  border-radius: 10%;
  margin-bottom: 10px;
}
.student-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: -5px 0;
}

.student-info h5 {
  font-size: 14px;
  color: #444;
  margin: -13px 0;
}

.student-info h3 {
  font-size: 16px;
  font-weight: bold;
  color: #00703c;
  margin: -10px 0;
}

.student-info p {
  font-size: 13px;
  color: #444;
  margin: -10px;
}

.balloon {
  position: absolute;
  top: 10px;
  width: 80px;
  z-index: 1;
}

.balloon-left {
  left: -23px;
}

.balloon-right {
  right: -23px;
}

.cap {
  position: absolute;
  bottom: 120px;
  left: 50%;
  z-index: 111;
  transform: translateX(-50%);
  width: 280px;
}
/* new css for bday */
.birthday-slider {
  width: 331px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide-track {
  display: flex;
  transition: transform 0.6s ease;
}

.birthday-card {
  /* min-width: 339px; */
  text-align: center;
  padding: 14px;
  color: #000;
}



.birthday-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #1d1d6e;
}

.slide-btn {
  background: #1d1d6e;
  border-radius: 45px;
  font-size: 28px;
  color: white;
  cursor: pointer;
  position: absolute;
  top: 49%;
  z-index: 9;
  height: 39px;
  line-height: 26px;
  width: 39px;
}
.prev {left: 46px;}
.next {right: 35px;}

/* calender css */
@media (max-width: 768px) {
.birthday-slider {
  width: 331px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
}

/* popup event */
.event-box,
.add-event-box {
    display: none;
}

.calendar-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  border: none;
  background: #d32f2f;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

.calendar-table td:hover {
  background: #f5f5f5;
}

.calendar-table td.active {
  background: #d32f2f;
  color: #fff;
}

.event-box {
  margin-top: 10px;
  padding: 8px;
  background: #f1f1f1;
  min-height: 40px;
}

.add-event-box {
  display: none;
  margin-top: 10px;
}

.add-event-box input {
  width: 100%;
  padding: 6px;
  margin-bottom: 5px;
}

.add-event-box button {
  width: 100%;
  padding: 6px;
  background: #388e3c;
  color: #fff;
  border: none;
}

/* calender css */
.calendar-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.calendar-header button {
  border: none;
  background: #d32f2f;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

.calendar-table td:hover {
  background: #f5f5f5;
}

.calendar-table td.active {
  background: #d32f2f;
  color: #fff;
}

.event-box {
  margin-top: 10px;
  padding: 8px;
  background: #f1f1f1;
  min-height: 40px;
}

.add-event-box {
  display: none;
  margin-top: 10px;
}

.add-event-box input {
  width: 100%;
  padding: 6px;
  margin-bottom: 5px;
}

.add-event-box button {
  width: 100%;
  padding: 6px;
  background: #388e3c;
  color: #fff;
  border: none;
}


#schoolCalendar {
    background: #ffffff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-family: Arial, sans-serif;
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 1em;
    margin: 0px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0rem;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1.2rem;
    position: relative;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(23 42 62);
}



/* ===== BIRTHDAY SECTION LEFT SIDE FIX ===== */
.birthday{
    position: relative;
    max-width: 100%;
    /* background: #fff; */
    /* padding: 30px 20px; */
    overflow: hidden;
}




