:root {
    --bluegrass: #23a8ba; 
}
@font-face {
  font-family: 'Mark-Pro';
  src: url('/admin_theme/fonts/uploadedFonts/MarkOffcPro-Light.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

.arrow-button {
    margin: 30px auto;
    display: flex;
    color: var(--bluegrass);
    background-color: transparent;
    text-decoration: none;
    border-radius: 20px;
    transition: all .3s ease;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

.arrow-button:hover {
    color: var(--bluegrass);
}

.arrow-button:hover > span {
    transform: translateX(4px);
}

.arrow-button > .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--bluegrass);
    border-bottom: 2px solid var(--bluegrass);
    position: relative;
    transform: rotate(-45deg);
    margin: 0 6px;
    transition: all 0.3s ease;
}

.arrow-button > .arrow::before {
    display: block;
    width: 3px;
    transform-origin: bottom right;
    height: 2px;
    position: absolute;
    opacity: 0;
    bottom: calc(-2px / 2);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    content: "";
    right: 0;
}

.arrow-button:hover > .arrow {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: var(--bluegrass);
}

.arrow-button:hover > .arrow::before {
    opacity: 1;
    width: 8px;
}


.slider-content .slider-container {
    margin-bottom: 30px;
  }
  .slider-content .slider-container .slider-images {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .slider-content .slider-container .slider-images img {
    max-height: 100px;
    object-fit: contain;
  }
  @keyframes showImages {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .slider-content .hidden-images {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  .slider-content .hidden-images .slider-images {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .slider-content .hidden-images .slider-images img {
    max-height: 100px;
    object-fit: contain;
    margin: 20px 0px 0px;
  }
  .slider-content .hidden-images.show {
    opacity: 1;
    max-height: 100%;
    animation: showImages 0.5s ease;
  }
  .slider-content .arrow-button {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .slider-content .arrow-button span {
    transition: all 0.3s ease;
  }
  .slider-content .slick-slider {
    margin-bottom: 20px;
  }
  .slider-content .slider-images {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure proper centering */
  }
  .slider-content .slick-track, .slider-content .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .slider-content .slider-images img {
    margin: auto;
  }
  
  .slick-next, .slick-prev{
    color: blue;
  }

  .slider-content .slick-dots {
    bottom: -45px;
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media screen and (min-width: 768px) {
    .slider-container div .arrowLeft::before {
      content: "";
      text-align: center;
      border: solid blue !important;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 15px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-right: 10px;
    }
    .slider-container div .arrowRight::before {
      content: "";
      text-align: center;
      border: solid blue !important;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 15px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      margin-right: 10px;
    }
  }


  /* Testimonials */

  .testimonial-card {
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    margin: 60px 0;
  }
  
  .testimonial-card-header {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;

    position: absolute;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  
  .profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  .testimonial-text {
    margin-top: 40px !important;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .testimonial-author {
    font-size: 18px;
    color: #003A7C;
    font-weight: 600;
    margin-top: 10px !important;
  }
  
  .testimonial-author::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #FF6F3D;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  

  /* Events news */
  .events-news .grid-inner .en-btn,   .single-news .grid-inner .en-btn {
    opacity: 0;
    display: block;
    transition: opacity .3s ease, transform .3s .1s ease;
    margin-top: 15px;
    position: absolute;
    transform: translateY(0);
}
.events-news .grid-inner:hover .en-btn, .single-news .grid-inner:hover .en-btn {
    opacity: 1;
    transform: translateY(-5px);
}


  .events-news .grid-inner .grid-image, .single-news .grid-inner .grid-image {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.events-news .grid-inner:hover .grid-image, .single-news .grid-inner:hover .grid-image {
    -webkit-animation: kenburns 20s ease-out both;
    animation: kenburns 20s ease-out both;
}

.events-news .grid-inner .grid-icon,
.events-news .grid-inner .grid-content {
    transition: transform .3s ease;
}

.single-news .grid-inner .grid-icon,
.single-news .grid-inner .grid-content {
    transition: transform .3s ease;
}

.single-news .grid-inner:hover .grid-content { transform: translateY(-45px); }
.single-news .grid-inner:hover .grid-icon { transform: translateY(-5px); }

.events-news .grid-inner:hover .grid-content { transform: translateY(-45px); }
.events-news .grid-inner:hover .grid-icon { transform: translateY(-5px); }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

/* TABS */

.services-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
}

.services-tabs::-webkit-scrollbar {
  display: none;
}

.services-tabs::-webkit-scrollbar-track {
  background-color: #ffffff; 
}

.services-tabs::-webkit-scrollbar-thumb {
  background-color: #ffffff; 
}

.services-tabs button {
  border: none;
  white-space: nowrap;
  width: 100%;
  font-size: 18px;
  color: #4b0082; 
  text-align: left;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}

/* .services-tabs button:hover {
  font-family: 'Helvetica Bold', sans-serif; 
} */

.services-tabs button:not(:first-child) {
  padding: 14px 10px;
}

.services-tabs button:disabled {
  color: #4b0082; 
  font-family: 'Helvetica Bold', sans-serif; 
}

.services-tabs .active {
  font-family: 'Helvetica Bold', sans-serif;
  width: 100%;
}

.services-tabs .tab-button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  border-radius: 5px;
  margin: 0px 5px;
  background-color: #f5f5f5;
  color: black;
}

.services-tabs .active {
    color: #23a8ba;
    background: #000f40
}

.services-tabs .tab-button .tab-text {
  max-width: 100px;
  display: block;
  word-wrap: break-word;
  max-width: 100%;
}

.services-tabs .tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background-color: #23a8ba;
  transition: width 10s;
  opacity: 0;
}

.services-tabs .tab-button.active::after {
  width: 100%;
  opacity: 1;
}


/* Services Cards */
.services-card {
  background-color: white;
  border: none;
  transition: rgba(0,15,64,.439) 0.4s ease-in-out;
  height: 100%;
}
.services-card .image-wrapper {
  position: relative;
}
.services-card .image-wrapper img {
  object-fit: cover;
  height: 230px;
  width: 100%;
}
.services-card .overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.services-card:hover {
  background-color: #f7f7f7;
}
.services-card .services-content {
  position: relative;
}
.services-card  .services-wrapper {
  position: absolute !important;
  left: 0;
  bottom: 0;
  padding: 20px;
  opacity: 0;
  /* transition: rgba(0,15,64,.4) 0.4s ease-in-out; */
}
.services-card  .services-description p{
  font-size: 18px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
}
.services-card .services-title {
  color: indigo;
  font-size: 25px;
  margin: 30px 0px 0px;
  text-decoration: none;
  text-transform: capitalize;
  border: 0;
}

.services-card .overlay {
  background-color: rgba(0, 15, 64, 0); 
  transition: background-color 0.4s ease-in-out;
}

.services-card .services-wrapper {
  opacity: 0;
  height: 100%;
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
  transition: opacity 0.4s ease-in-out;
}

.services-card:hover .overlay {
  background-color: rgba(0, 15, 64, 0.4); 
}

.services-card:hover .services-wrapper {
  opacity: 1; 
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.back-arrow-btn{
  outline: none;
  border: none;
  background: transparent;
}

/* Team Members */

.team-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); 
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: opacity 0.4s ease;
}

.team:hover .team-bg-overlay {
  opacity: 1;
}

.team-bg-overlay-content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-bottom: 20px;
}

.team-desc-bg p {
  margin-bottom: 0px !important;
}
/* Slider */
/* .slider-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
} */


/* .quote-description{
  font-family: 'Mark-Pro-Bold' !important;
} */

.hero-slider .slick-dots{
  bottom: 20px;
}
.hero-slider .slick-dots li{
  margin: 0px;
}

.hero-slider .slick-dots li.slick-active button:before{
  color: rgb(35, 168, 186);
}

.hero-slider .slick-dots li button:before{
  color: rgb(234, 231, 231);
  opacity: 1;
}


/* Quote */
.quote::after {
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: "\e7ae"; /* Closing quote icon */
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 42px;
  bottom: 10px;
  right: 0;
  color: #eee;
}


/* Calendar */

.calendar2TitleBox {
  width: 100%;
  height: 200px;
  min-width: 150px;
  border: 3px dotted white;
  border-radius: 10px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px;
}

.subBlockTitleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 100px;
}

.myMasonryGrid {
  display: flex;
  margin-left: -30px; /* gutter size offset */
  width: auto;
  background-size: cover;
}

.myMasonryGridColumn {
  padding-left: 30px; /* gutter size */
  background-clip: padding-box;
}

.myMasonryGridColumn > div {
  margin-bottom: 30px;
}

.door {
  outline: 1px solid black;
  border-radius: 5px 10px 10px 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left;
  transition: all 0.5s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  animation-name: easing;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-duration: 2s;
}

.backDoor {
  margin: 0 auto;
  position: relative;
  border-radius: 5px 10px 10px 5px;
  display: flex;
  justify-content: center;
  height: 100%;
  animation-name: easing;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-duration: 6s;
}

@keyframes easing {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.backdoorImage {
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 100% !important;
  height: auto !important;
  display: flex;
  flex-direction: column;
  border-radius: 5px 10px 10px 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.doorOpen {
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(-105deg);
}

.doorActive {}

.wrongWindowAlert {
  height: 100%;
  max-height: 200px;
  width: auto;
  max-width: 200px;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlayForCalendar {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 10000;
  flex-direction: column;
  font-size: 3rem;
  margin: 0;
  padding: 0;
}

.shareIcon {
  margin-left: 10px;
}

.modalHeader {
  display: flex;
  max-height: 180px;
  height: auto;
  padding: 10px 10px;
}

.modalTitle {
  width: 40%;
  margin: auto;
  text-align: center;
}

@media (max-width: 800px) {
  .myMasonryGrid {
      margin-left: -15px; /* gutter size offset */
  }

  .myMasonryGridColumn {
      padding-left: 15px; /* gutter size offset */
  }

  .myMasonryGridColumn > div {
      margin-bottom: 15px; /* space between items */
  }

  .modalHeader {}

  .modalTitle {
      width: 100%;
  }
}

@media (max-width: 768px) {
  .calendar2TitleBox .card-title p {
      line-height: 1.3;
      font-size: 18px !important;
  }

  .calendar2TitleBox .card-title {
    font-size: 18px !important;
  }

  .calendar2TitleBox .card-title p span, .calendar2TitleBox div {
      font-size: 15px;
  }

  .subBlockTitleBox div {
      font-size: 15px;
  }

  .shareIcon svg {
      height: 15px;
  }

  .wrongWindowAlert {
      font-size: 18px !important;
  }

  .door {
      padding: 10px;
  }
}


.header-buttons .button:hover, 
.header-buttons .btn:hover, 
.header-buttons.button:active,
.header-buttons .btn:active{
  filter: brightness(100%);
}

.next-prev-buttons a {
  text-decoration: none;
  transition: transform 0.3s ease; 
}

.header-buttons .btn-content:first-child a:hover {
  transform: translateX(-10px);
}

.header-buttons .btn-content:last-child a:hover {
  transform: translateX(10px);
}

/* News Details */
.news-details-side{
  z-index: 10;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  height: fit-content;
}
/* Changes for news side sticky */
.news-details-side {
  position: sticky !important;
  top: 100px;
  z-index: 10;
}
/*End changes for news side sticky */

.news-details-side .button {
  padding: 0px 5px !important;
}

/* News Page */
/* Tag button styles and load more */
.tag-btn, .load-more-btn {
  background-color: white !important;
  color: #000f40;
  border: 1px solid #000f40;
  transition: all 0.3s ease;
}

.tag-btn:hover,
.tag-btn.active, .load-more-btn:hover {
  background-color: #000f40 !important;
  color: #23a8ba;
}

.portfolio-single-content .wysiwyg p, 
.w-75.client-details-text .wysiwyg p,
.w-75.news-details-header .wysiwyg p,
.w-75.quote .wysiwyg p{
  margin-bottom: 30px;
}

.portfolio-single-content ol, .portfolio-single-content ul {
  padding-left: 2rem !important;
}

.activities-section .tab-wrapper .nav-link{
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .header-authenticated{
    display: none;
  }

  .header-username{
    font-size: 12px;
    font-weight: bold;
  }

  .header-auth-icon {
    width: 16px !important;
    height: 16px !important;
  }

  .auth-btn{
    padding: 0px 8px !important;
  }

  .header-avatar{
    width: 25px !important; 
    height: 25px !important; 
    font-size: 12px !important;
  }
  .profile-media button {
    margin-left: 0px;
  }
}

@media screen and (max-width: 600px) {
  .mobile-full {
      width: 100% !important;
      max-width: none !important;
  }
}

/* @media screen and (max-width: 600px) {
  table.vb-row {
      width: 95% !important;
  }
} */

@media screen and (max-width: 600px) {
  /* table.vb-row{
    width: 95% !important;
  } */

  .mobile-hide{ display: none !important; }
  .mobile-textcenter{ text-align: center !important; }

  .mobile-full{ 
    width: 100% !important;
    max-width: none !important;
  }
}


/* Landing */
@media (min-width: 576px) {
  .section-split {
    --section-width: 50%;
    --hover-width: 65%;
    --less-width: calc(100% - var(--hover-width));
    --hover-speed: 1s;
    --bg-opacity: 0.7;

    position: absolute;
    left: 0;
    top: 0;
    width: var(--section-width);
    background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center center;
    transition: width var(--hover-speed) ease;
  }

  .section-split.split-right {
    left: auto;
    right: 0;
  }

  .section-split:hover ~ .section-split {
    width: var(--less-width);
  }

  .section-split:hover {
    width: var(--hover-width);
  }
}


.event-card a {
  width: 100%;
  text-align: center;
}

.mce-content-body [data-mce-selected=inline-boundary]{
  background-color: unset !important;
}

/* Footer 1 */

.footer-columns .footer-title {
  font-size: 18px !important;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer-columns{
    margin-bottom: 30px;
  }

  .footer-columns .footer-title {
    font-size: 16px !important;
    font-weight: 600;
    text-transform: uppercase;
  }
}

/* Header 10 - Login*/
.auth-login .header-10.full-header.transparent-header.scrolled ~ #content {
  margin-top: 120px !important;
}

.header-10.full-header.transparent-header.scrolled ~ #content {
  margin-top: 100px !important;
}

.contact-us-content .feature-box i{
  background-color: transparent !important;
}

/* Revamp contact us Form */
.revamp-form .mt-2{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.revamp-form .input-content .mb-3{
  margin-bottom: 0px !important;
}
.revamp-form .input-content .mb-5{
  margin-top: 1rem !important;
}

/* Hero Parallax */
@media (max-width: 768px) {

  .h-auto .fadeInNone h1{
    margin-top: 25px !important;
    font-size: 40px !important;
    line-height: normal;
  }

  .h-auto .fadeInNone p, .h-auto .fadeInNone .wysiwyg p, .h-auto .fadeInNone .wysiwyg{
    font-size: 16px !important;
    margin-bottom: 0px !important;
    display: none !important;
  }

  .h-auto .fadeInNone .header-buttons a {
    font-size: 16px !important;
    margin-top: 10px !important;
    padding: 5px 10px !important;
  }
  .h-auto .fadeInNone .header-buttons{
    display: none !important;
    margin-top: 0px !important;
  }

  /* Service Hero  */
  .service-hero-comp h1{
    font-size: 40px !important;
    margin-top: 0px !important;
  }
  .service-hero-comp .col-padding{
    padding: 2rem !important;
  }
}

/* Fast solution for inputs in mobile v */
@media (max-width: 768px) {
  .input-content .col-6, .input-content .col-6 .form-group-second,.input-content .col-8, .input-content .col-8 .form-group-second{
    width: 100%;
  }
}

.report-form .react-datepicker{
  display: inline-flex;
}


/* TinyMCE LISTS */
.mce-content-body ul, .public-DraftStyleDefault-ul, #editorContentWrapper ul{
    list-style-type: disc !important;
    margin-left: 30px !important;
}


.mce-content-body ol, .public-DraftStyleDefault-ol, #editorContentWrapper ol{
  list-style-type: numeric !important;
  margin-left: 30px !important;
}

.mce-content-body table{
  border-color: gray;
  border-width: 1px;
}

.mce-content-body tbody, td, tfoot, th, thead, tr{
  border-width: inherit !important;
}


.mce-content-body :is(menu, ol, ul) ul {
  list-style-type: circle !important;
}

.mce-content-body  :is(menu, ol, ul) :is(menu, ol, ul) ul {
  list-style-type: square !important;
}

.typeahead-is-invalid{
  border: 1px solid red !important;
  margin-bottom: 0px !important;
}

.typeahead-is-invalid .form-control {
  margin-bottom: 0px !important;
}