/* Styling FullCalendar with Bootstrap 5 */
.fc {
  font-family: "Poppins", sans-serif;
}

.fc .fc-scrollgrid-section-sticky > * {
  z-index: 2 !important;
}

.fc .fc-button-primary {
  background-color: rgb(137, 50, 67);
  border-color: rgb(137, 50, 67);
}

.fc .fc-button-primary:hover {
  background-color: rgb(124, 5, 29);
  border-color: rgb(137, 50, 67);
}

/* Header toolbar styling */
.fc-toolbar {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Header buttons */
.fc-button {
  background: #0d6efd;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 5px;
  transition: 0.3s;
}

.fc-button:hover,
.fc-button:focus {
  background: #0b5ed7;
  color: #fff;
}

/* Current day highlight */
.fc-day-today {
  background: rgba(13, 110, 253, 0.1) !important;
  border-radius: 5px;
}

/* Event styling */
.fc-event {
  background: #e90dfd;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Event hover effect */
.fc-event:hover {
  background: #d70b63;
  cursor: pointer;
}

.fc-direction-ltr .fc-daygrid-more-link {
  color: forestgreen;
}

/* Adjusting the calendar table */
.fc-scrollgrid-section-header th {
  background: #f8f9fa;
  font-weight: bold;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 8px;
  color: #d60000;
}

.fc .fc-daygrid-day-frame {
  min-height: 65px;
}

.fc .fc-daygrid-day-number {
  background: #f7898959;
  color: #d60000;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10%;
  margin: 5px;
}

/* Cell border styling */
.fc-daygrid-day {
  border: 1px solid #e9ecef o !important;
  /* transition: 0.3s; */
}

.fc-daygrid-day:hover {
  background: rgba(13, 110, 253, 0.05);
  cursor: pointer;
}

.video-play {
  width: 30.5%;
  position: absolute;
  top: 0%;
  left: -1%;
  opacity: 0%;
  transform: translate(50%, 50%);
  transition: all 1s ease;
  filter: drop-shadow(0 0 0 0 gray);
}

.gallery-video:hover {
  .video-play {
    filter: drop-shadow(0 0 3px rgb(0, 0, 0));
    left: 20%;
    opacity: 100%;
  }
}

.gallery-item {
  transform: scale(1);
  transition: all 0.3s linear;
}

.gallery-item:hover {
  transform: scale(1.1);
}

.main-menu ul li.menu-item-has-children > a span::after {
  content: "⛨";
}

.mega_menu_wrapper .social_area {
  padding: 20px 0;
}

.score-card {
  min-height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}

.score-card .score-title {
  font-size: 70px;
}

.page-title-box .title {
  line-height: 4rem;
}

.cp-page-title .page-title-wrap {
  border-bottom: 1px solid #96969636;
}

.cp-img-inner .cp-item .xb-img img {
  width: 201px;
  height: 240px;
  object-fit: cover;
}

.cp-img-slide {
  left: 60%;
  right: auto !important;
}

.cp-video .title {
  font-size: 240px;
}

.disabled {
  cursor: no-drop !important;
  background: #c2c2c2 !important;
}

.sd-arrow-shape {
  top: 41% !important;
}

.sd-arrow-shape.style-6 {
  top: 50% !important;
  right: 95% !important;
  transform: scaleX(-1);
}

.blog_details_item {
  align-items: stretch;
}

.blog_details_item.ul_li {
  flex-wrap: nowrap;
}

.blog_details_item .xb-item--img img {
  object-fit: cover;
  height: 100%;
  max-width: 318px !important;
}

@media (max-width: 1199px) {
  .cp-video .title {
    font-size: 190px;
  }

  .cta-right_img {
    margin-top: 16px;
    max-width: 100%;
  }

  .footer-style-two .info-item {
    position: relative;
    padding: 20px 0;
    flex-wrap: nowrap;
  }

  .footer-style-two .info-item::before {
    display: none;
  }
}

.bg-crimson {
  background-color: crimson !important;
}

.hd-blog-top {
  align-items: end;
}

.info {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e7e8ec;
}

.info-announcement {
  margin: 0;
  margin-right: 35px;
}

.announcement-item {
  padding: 0 !important;
  width: 100% !important;
}

.cs-tes-item .xb-right-item .xb-item--author {
  padding: 10px 0 !important;
  margin-bottom: 0 !important;
}

.xb-item-img img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.border-light-gray {
  border-color: rgb(184, 184, 184);
}

.tp-work-item {
  height: 100%;
}

.filter-form .input-field input,
.filter-form .input-field select,
.filter-form .input-field textarea {
  background: #f7f7f7;
  border: 1px solid #cbcbcb;
  font-size: 1.25rem;
  height: auto !important;
  color: #606060;
  padding-top: 13px;
  padding-bottom: 13px;
}

.contact-form .input-field input,
.contact-form .input-field textarea {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.contact-form .input-field.text-field textarea {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.cta-wrap {
  background-image: url(../img/bg/cont-bg02.png);
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.4s linear;
}

.cta-wrap:hover {
  background-color: rgba(0, 0, 0, 1);
}

.img--1 {
  width: 142px;
  height: 136px;
  object-fit: cover;
}

.img--2 {
  width: 277px;
  height: 276px;
  object-fit: cover;
}

.img--3-1 {
  width: 186px;
  height: 136px;
  object-fit: cover;
}

.img--3-2 {
  width: 399px;
  height: 276px;
  object-fit: cover;
}

.img--4-1 {
  width: 142px;
  height: 136px;
  object-fit: cover;
}

.img--4-2 {
  width: 277px;
  height: 276px;
  object-fit: cover;
}

.team-item .xb-item--avatar img {
  height: 114px;
  width: 114px;
  object-fit: cover;
  border-radius: 50%;
}

.clr-purple {
  background: #833ab4;
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045) !important;
}

.clr-red {
  background-color: crimson !important;
}

.footer-img-logo img {
  border: 1px solid #cfcfcf7a;
  border-radius: 5px;
  max-width: 250px;
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
  background-color: transparent;
  transition: all 0.5s linear;
}

.footer-img-logo img:hover {
  background-color: rgb(20, 220, 123);
}

.pos-rel .blog-slide-item .xb-item--img img {
  width: 1290px !important;
  height: 600px !important;
  object-fit: cover !important;
}

.mega_menu_wrapper_inner .unordered_list {
  gap: 30px;
}

.table-rounded th:first-child {
  border-top-left-radius: 10px;
}

.table-rounded th:last-child {
  border-top-right-radius: 10px;
}

.table-rounded tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.table-rounded tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.profile-header-text {
  font-size: 1rem;
}

.profile-body-text li {
  font-size: 0.7rem;
}

.author_image {
  background: transparent !important;
}

.cp-process-right .xb-img {
  margin-top: 0px !important;
  margin-right: 0px !important;
}

.title-lines {
  border: 1px solid rgb(225, 225, 225);
  width: 100%;
  position: absolute;
  top: 14px;
  z-index: 1;
}

.title-lines::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: crimson;
  z-index: 3;
  top: -5px;
  left: 50%;
  animation: glow 1.5s linear infinite, runner 5s linear infinite;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 10px #d70b63;
  }
  50% {
    box-shadow: 0 0 20px #d70b63;
  }
  100% {
    box-shadow: 0 0 10px #d70b63;
  }
}

@keyframes runner {
  0% {
    left: 0%;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  95% {
    opacity: 0;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

.sub-title {
  position: relative;
  z-index: 2;
}

.author_image img {
  height: 90px !important;
  width: 90px !important;
  object-fit: contain !important;
}

.mega_menu_wrapper .autpr_box {
  padding: 30px 30px 0;
}

.team-item .xb-item--content .xb-item--img img {
  border-radius: 10px !important;
}

.team-item .xb-item--item {
  top: 50px !important;
  right: 20px !important;
}

.team-item .xb-item--skill {
  color: #ffffff;
  margin-bottom: 10px;
}

.gap-10 {
  gap: 10px;
}

.item-details_image img {
  width: 1290px !important;
  height: 550px !important;
  object-fit: cover;
}

.other_post_nav .post-nav-item {
  width: 400px;
}

.xb-item-heading_info img {
  max-width: 240px;
}

.xb-item--holder .xb-item--bell-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.blog-details_item .xb-item--img img {
  width: 410px;
  height: 300px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .cp-process-right .xb-img {
    margin-right: -100px;
    margin-top: -75px;
  }
}

@media (max-width: 992px) {
  .blog_details_item.ul_li {
    flex-wrap: wrap !important;
  }

  .other_post_nav .xb-bar {
    display: none;
  }

  .other_post_nav .post-nav-item {
    width: 100%;
  }

  .blog_details_item .xb-item--img img {
    max-width: 100% !important;
  }

  .blog_details_item .xb-item--img {
    margin-right: 0px !important;
    width: 100%;
    max-height: 300px !important;
  }

  .blog_details_item .xb-item--holder {
    padding: 40px 45px 40px 40px;
    width: calc(100%) !important;
  }

  .page-title-box .title {
    line-height: 32px !important;
  }

  .cp-img-inner .cp-item .xb-img img {
    width: 240px;
    height: 150px;
    object-fit: cover;
  }

  .cp-img-slide::before {
    top: -250px;
  }

  .cp-img-slide::after {
    bottom: -250px;
  }
}

@media (min-width: 501px) and (max-width: 991px) {
  .cp-img-inner {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .cp-video .title {
    font-size: 96px !important;
    bottom: -26px !important;
  }

  .blog_details_item .xb-item--img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
}

.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid {
  z-index: 2 !important;
}

.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.ck-content p {
  margin-bottom: 1rem !important;
}

.nice-select {
  padding: 0 20px !important;
}

.nice-select .list {
  overflow: auto;
  max-height: 350px;
}

#org-chart-container {
  /* overflow: hidden; */
  box-shadow: 0 0 5px gray;
  border-radius: 10px;
  background-image: linear-gradient(to top, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(to right, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(to left, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%);
  background-size: 10px 10px;
}

.orgchart {
  width: 100%;
  text-align: center;
  background-image: none !important;
}

.orgchart .node .title {
  height: unset;
  text-align: center;
  line-height: 40px;
  width: 150px;
}
.orgchart .node .content {
  text-align: center;
  padding: 0 5px;
  width: 150px;
  font-size: 12px;
  overflow: hidden;
  word-wrap: break-word;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: inherit;
  line-height: 12px;
}
.orgchart .node .content .symbol {
  color: #aaa;
  margin-right: 20px;
}
.oci-leader::before,
.oci-leader::after {
  background-color: rgba(217, 83, 79, 0.8);
}
.orgchart .node .avatar {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  float: left;
  margin-left: calc(50% - 40px);
  margin-bottom: 15px;
}

.feature-table tr td:nth-child(2),
.feature-table tr th:nth-child(2) {
  border-radius: 0 !important;
  background-color: #d44a0015 !important;
}

.form-control-xs {
  height: 60px !important;
}

.service_id {
  height: 50px !important;
  line-height: 50px !important;
  min-height: 50px !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}

.form-control.bootstrap {
  height: 38px !important;
  border-radius: 5px !important;
  background-color: var(--bs-body-bg) !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form-group .form-control {
  padding-right: 12px !important;
}

.form-select.bootstrap {
  height: 38px !important;
  border-radius: 5px !important;
}

ul.nodes {
  background-color: #ffffff;
  border-radius: 5px;
}
