body,

/* Added 20023 03 13 */

body{
overflow-x:hidden;
}

.site-header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#ffffff;
    border-bottom:1px solid #e8e8e8;
    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.nav-active{
color:#0d6efd;
font-weight:600;
border-bottom:2px solid #0d6efd;
padding-bottom:4px;
}

.nav-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 20px;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:10px;
}

.logo{
    height:36px;
}

.brand{
    font-weight:600;
    font-size:20px;
    color:#1a1a1a;
}

.main-nav{
    display:flex;
    gap:28px;
}

.main-nav a{
    text-decoration:none;
    color:#444;
    font-weight:500;
}

.main-nav a:hover{
    color:#2b6edb;
}

.nav-actions{
    display:flex;
    align-items:center;
    gap:16px;
}

.support-link{
    text-decoration:none;
    color:#555;
}

.cta-btn{
    background:#2b6edb;
    color:white;
    padding:10px 18px;
    border-radius:6px;
    text-decoration:none;
    font-weight:500;
}

.cta-btn:hover{
    background:#1f55b5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width:768px){

.main-nav{
display:none;
}

.nav-container{
justify-content:space-between;
}

}

/* Hero Styling */

.hero-carousel{
height:85vh;
position:relative;
overflow:hidden;
}

/* slide */

.hero-slide{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
opacity:0;
transition:opacity 2.5s ease-in-out;
animation:kenburns 12s ease-in-out forwards;
overflow:hidden;
}

@keyframes kenburns{
0%{transform:scale(1);}
100%{transform:scale(1.08);}
}

/* active slide */

.hero-slide.active{
opacity:1;
z-index:2;
}

/* overlay */

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:linear-gradient(
90deg,
rgba(255,255,255,0.92) 0%,
rgba(255,255,255,0.75) 40%,
rgba(255,255,255,0.12) 70%
);
}

/* content */

.hero-content{
position:relative;
max-width:650px;
z-index:3;
padding:0 20px;
}

/* title */

.hero-title{
font-size:56px;
font-weight:800;
line-height:1.1;
}

@media (max-width:768px){

.hero-title{
font-size:36px;
}

.hero-text{
font-size:16px;
}

.hero-carousel{
height:70vh;
}

}

.hero-title span{
color:#2563eb;
}

.hero-text{
margin-top:20px;
font-size:18px;
color:#555;
}

.hero-btn{
margin-top:30px;
}

/* Footer CSS */

.enterprise-footer{
background:#0f172a;
color:#cbd5e1;
padding:60px 0 30px;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:40px;
}

@media (max-width:768px){

.footer-grid{
grid-template-columns:1fr;
}

.main-nav{
display:none;
}

}

.enterprise-footer h4{
color:white;
margin-bottom:15px;
}

.enterprise-footer ul{
list-style:none;
padding:0;
}

.enterprise-footer a{
color:#cbd5e1;
text-decoration:none;
}

.footer-bottom{
margin-top:40px;
border-top:1px solid #334155;
padding-top:20px;
text-align:center;
}

/* End Edits 2023 03 13 */
.tooltip {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.header-bar {
  background-color: #2980b9;
}

.container--narrow {
  max-width: 600px;
}

.header-search-icon {
  position: relative;
  top: 3px;
}

.header-chat-icon {
  cursor: pointer;
  position: relative;
  top: 3px;
}


.avatar-medium {
  width: 300px;
  height: 300px;
  border-radius: 16px;
  margin-right: 5px;
  position: relative;
  top: -3px;
  justify-content: center; /* Centers image horizontally */
  align-items: center;     /* Centers image vertically */
  overflow: hidden;        /* Hides any overflow */
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.avatar-small {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  margin-right: 5px;
  position: relative;
  top: -3px;
  justify-content: center; /* Centers image horizontally */
  align-items: center;     /* Centers image vertically */
  overflow: hidden;        /* Hides any overflow */
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.avatar-tiny {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 4px;
  position: relative;
  top: -1px;
  justify-content: center; /* Centers image horizontally */
  align-items: center;     /* Centers image vertically */
  overflow: hidden;        /* Hides any overflow */
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.form-control-title {
  font-size: 2rem;
  font-weight: 500;
}

.form-control-checkbox {
  display: block;
  width: 10%;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.body-content {
  font-size: 1.0rem;
  line-height: 1.75;
  color: #292929;
}

.body-content p,
.body-content ul,
.body-content ol {
  margin-bottom: 1.75rem;
}

/* .input-dark {
  background-color: #444;
  border-color: transparent;
  color: #ffffff;
}

.input-dark:focus {
  color: #ffffff;
  background-color: #555;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-dark::-webkit-input-placeholder {
  color: #888;
}
.input-dark::-moz-placeholder {
  color: #888;
}
.input-dark:-ms-input-placeholder {
  color: #888;
}
.input-dark:-moz-placeholder {
  color: #888;
} */

@media (min-width: 768px) {
  .input-dark {
    width: auto;
  }
}

.display-3 {
  font-size: 4.35rem;
}

@media (max-width: 768px) {
  .display-3 {
    font-size: 2.5rem;
  }
}

.form-group {
  position: relative;
}

.liveValidateMessage {
  transition: all 0.5s ease-out;
  top: -6px;
  position: absolute;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 16px;
  opacity: 0;
  transform: translateY(100%);
}

.liveValidateMessage--visible {
  opacity: 1;
  transform: translateY(0);
}

.form-group input,
.form-group textarea {
  position: relative;
  z-index: 2;
}

textarea.tall-textarea {
  height: 160px;
}

@media (min-width: 768px) {
  textarea.tall-textarea {
    height: 320px;
  }
}

.delete-post-button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* Search Overaly */
.search-overlay {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(215, 215, 215, 0.911);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.3);
  transition: 0.33s visibility ease-in-out, 0.33s opacity ease-in-out, 0.33s transform ease-in-out;
  will-change: visibility, transform, opacity;
}

.search-overlay--visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.search-overlay-icon {
  color: #007bff;
  font-size: 1.4rem;
  margin: 0;
  margin-right: 10px;
}

.live-search-field {
  background-color: transparent;
  border: none;
  font-size: 1.1rem;
  outline: none;
  flex: 1;
  color: #007bff;
}

.live-search-results {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(1.07);
}

.live-search-results--visible {
  opacity: 1;
  transform: scale(1);
}

.search-overlay-top {
  background-color: #fff;
  /* background-color: rgba(0, 0, 0, .79); */
}

.search-overlay-top .container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-overlay-bottom {
  overflow: auto;
}

.close-live-search {
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.75;
  line-height: 1;
  color: #292929;
}

@media (min-width: 700px) {
  .live-search-field {
    font-size: 2.5rem;
  }

  .close-live-search {
    font-size: 3rem;
  }

  .search-overlay-icon {
    font-size: 3rem;
  }
}

.close-live-search:hover {
  opacity: 1;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loader {
  opacity: 0;
  transition: opacity 0.45s ease-out, visibility 0.45s ease-out;
  visibility: hidden;
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  border: 10px solid rgba(73, 80, 87, 0.2);
  border-top-color: #495057;
  will-change: -webkit-transform, transform;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.circle-loader--visible {
  visibility: visible;
  opacity: 1;
}

/* End Search Overlay */

/* Chat */
.chat-wrapper {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 20px;
  width: 290px;
  height: 350px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
}

.chat-wrapper--ready {
  transition: all 0.4s ease-in-out;
}

.chat--visible {
  opacity: 1;
  transform: translateY(0);
}

.chat-title-bar {
  background-color: #292929;
  color: #fff;
  padding: 4px 7px;
  display: flex;
  justify-content: space-between;
}

.chat-title-bar-close {
  opacity: 0.7;
  cursor: pointer;
}

.chat-title-bar-close:hover {
  opacity: 1;
}

.chat-log {
  padding: 8px;
  flex: 1;
  overflow: auto;
}

.chat-self,
.chat-other {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.chat-self {
  padding-left: 25%;
}

.chat-self .chat-avatar {
  margin-left: 6px;
}

.chat-self .chat-message {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.chat-self .chat-message-inner {
  text-align: right;
  padding: 4px 7px;
  border-radius: 12px;
  background-color: #007bff;
  color: #fff;
}

.chat-other {
  padding-right: 25%;
}

.chat-other .chat-avatar {
  margin-right: 6px;
}

.chat-other .chat-message {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.chat-other .chat-message-inner {
  padding: 4px 7px;
  border-radius: 12px;
  background-color: #f1f0f0;
}

.chat-message a {
  color: #212529;
}

.chat-field {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 7px;
  border: none;
  outline: none;
  font-size: 0.75rem;
}



/* Toggle Button */
.toggle {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  padding: 3px;
  margin: auto;
  border-radius: 25px;
  cursor: pointer;
}
.toggle-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.toggle-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  background: rgb(80, 60, 196);
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 3px
  rgba(0, 0, 0, 0.15);
}
.toggle-label:before,
.toggle-label:after {
  position: absolute;
  top: 50%;
  color: black;
  margin-top: -.5em;
  line-height: 1;
}
.toggle-label:before {
  content: attr(data-off);
  right: 11px;
  color: #fff;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.toggle-label:after {
  content: attr(data-on);
  left: 11px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.toggle-input:checked~.toggle-label {
  background: green;
}
.toggle-input:checked~.toggle-label:before {
  opacity: 0;
}
.toggle-input:checked~.toggle-label:after {
  opacity: 1;
}
.toggle-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 38px;
  height: 38px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  border-radius: 50%;
}
.toggle-handle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 16px;
  height: 16px;
}
.toggle-input:checked~.toggle-handle {
  left: 64px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition*/
.toggle-label,
.toggle-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/* Added on 13 June 2024 for column layout */

.card {
  display: flex;
  width: 100%;
  /* max-width: 1200px; */
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 20px;
}

/* Column layout */
.column-layout {
  float: left;
  margin: 50px;
  margin-top: 5px;
  margin-bottom: 25px;
}

.button-layout {
  margin: 10px;
  float: right;
  margin-right: auto;
}

.column {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}
.left-column {
  background-color: #f4f4f4;
}
.right-column {
  background-color: #e9e9e9;
}

/* Added on 5th Nov 2024 for font colors */
/* FOR DISPLAY TEXT */

.text-secondary {
  color: grey;
}

.small {
  font-size: 12px
}

.medium {
  font-size: 14px
}

/* For icons */

.icon {
  margin: 1px;
  padding: 1px;
  vertical-align: middle;
  line-height: 0; /* Optional: ensures no extra space vertically */
}

.icon-danger {
  margin: 1px;
  padding: 1px;
  vertical-align: middle;
  line-height: 0; /* Optional: ensures no extra space vertically */
  color: #e74c3c;
}