@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Regular.otf') format('opentype');
}
:root,[data-bs-theme='dark'],[data-bs-theme='light'] {
    --theme-white-color: #ffffff;
    --theme-dark-color: #0F0F0F;
    --theme-light-text-color: #2F2F2F;
    --theme-red-color: #ED1C24;
    --theme-blue-color: #03386E;
    --theme-sidebar-color: rgb(30, 30, 30);
}
[data-bs-theme='dark'] {
  --theme-authentication-img : url('../')
}
*,
::after,
::before {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    position: relative;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Nexa", sans-serif;
  color: #5f6264;
}

a {
    cursor: pointer;
    text-decoration: none;
}

p{
  line-height: 32px;
}

.blue-color{
  color: #1C3B6C;
}


/* i{
  color: #A9A8A8;
} */

.form-select {
  color: #A9A8A8;
}

.bg-color{
  background-color: #F1FAFF;
}

.bg-blue{
  background-color: #253A7D;
}

/*--------------------------------------------------------------
# Common Css
--------------------------------------------------------------*/
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-control {
  border-radius: 0;
}
.theme-text-blue {
  color: var(--theme-blue-color);
}
.theme-text-red {
  color: var(--theme-red-color);
}
.text-border-bottom {
  display: inline-block;
  position: relative;
  padding: 0 0 8px;
}
.text-border-bottom::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 70%;
  height: 3px;
  background-color: var(--theme-blue-color);
}
.sidebar.toggled .sidebar-short-show {
  overflow: hidden;
}
.sidebar.toggled .sidebar-short-show:hover {
  overflow-y: scroll;
}
.sidebar.toggled .sidebar-short-show::-webkit-scrollbar {
  width: 6px;
}
.sidebar.toggled .sidebar-short-show::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.sidebar.toggled .sidebar-short-show::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.date-time-area p.date-area,
.date-time-area p.time-area,
.author-name {
  font-size: 0.70rem;
}
.favourite-doctor-img img {
  border-radius: 50%;
}
.favourite-doctor-slider #favDoctor-slider .owl-next,
.favourite-doctor-slider #favDoctor-slider .owl-prev,
.recent-minis-slider #recentMinis-slider .owl-next,
.recent-minis-slider #recentMinis-slider .owl-prev {
    position: absolute;
    top: 0%;
    transform: translate(-50%, 0%);
    background-color: var(--theme-dark-color);
    width: 45px;
    height: 100%;
    color: var(--theme-white-color);
}

.favourite-doctor-slider .owl-next,
.recent-minis-slider .owl-next {
    right: -30px;
}

.favourite-doctor-slider .owl-prev,
.recent-minis-slider .owl-prev {
    left: 10px;
}

.favourite-doctor-slider .owl-next i,
.favourite-doctor-slider .owl-prev i,
.recent-minis-slider .owl-next i,
.recent-minis-slider .owl-prev i {
    font-size: 2.5rem;
}

.hover-video-poster-area {
    position: relative;
    width: 100%; /* Takes full width of parent */
    aspect-ratio: 16 / 9; /* Maintain 16:9 ratio for video and image */
    overflow: hidden; /* Prevents any overflow issues */
}

.live-webinar-img-area .live-tag {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: 100%;
    color: var(--theme-white-color);
}

.live-webinar-img-area .live-tag span {
    display: inline-flex;
    z-index: 1;
    position: relative;
    background-color: var(--theme-red-color);
    color: var(--theme-white-color);
    font-size: 0.75rem;
    padding: 3px 8px;
    border-radius: 5px;
}
.doccast-footer {
  display: block;
  background-image: url('../img/footer-img.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.doccast-footer .overlay-blue {
  width: 100%;
  height: 100%;
  background: rgb(0 114 188 / 50%);
}

.doccast-footer .doccast-social-links,
.doccast-footer .doccast-navigation-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.doccast-footer .doccast-social-links {
  display: inline-flex;
}

.doccast-footer .doccast-social-links a {
  background-color: var(--theme-red-color);
  color: var(--theme-white-color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 50%;
}

.doccast-footer .doccast-social-links a:hover {
  transform: translateY(-4px);
  transition: 0.3s ease-in-out all;
}

.doccast-footer .doccast-navigation-links a {
  color: var(--theme-white-color);
}
/*--------------------------------------------------------------
# Dark Theme
--------------------------------------------------------------*/
[data-bs-theme='dark'] .authentication-bg {
  background-image: url('../img/dark-theme-authentication.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}
[data-bs-theme='dark'] #wrapper #content-wrapper {
  background-color: var(--theme-dark-color);
}
[data-bs-theme='dark'] .sidebar .nav-item .nav-link {
  color: var(--theme-white-color);
}
[data-bs-theme='dark']  .sidebar-bg-color {
  background-color: var(--theme-sidebar-color);
}
[data-bs-theme='dark'] .sidebar #sidebarToggle:hover {
  background-color: rgba(255, 255, 255, 0.876);
}
[data-bs-theme='dark'] .sidebar #sidebarToggle {
  background-color: rgba(255, 255, 255, 0.633);
}
[data-bs-theme='dark'] .sidebar .nav-item.active .nav-link {
  background: var(--bs-blue);
    border-radius: 0 25px 25px 0;
    /* margin-right: 20px; */
    width: 95%;
    color: var(--theme-white-color);
}
[data-bs-theme='dark'] .DocSearch-bar {
  border-radius: 25px 0 0 25px;
  background-color: var(--theme-sidebar-color);
  border: 1px solid var(--theme-blue-color);
}
[data-bs-theme='dark'] .DocSearch-Button {
  border-radius: 0 25px 25px 0;
  background-color: var(--theme-sidebar-color);
  border: 1px solid var(--theme-blue-color);
}
[data-bs-theme='dark'] .DocSearch-bar:hover,
[data-bs-theme='dark'] .DocSearch-bar:focus {
  background-color: var(--theme-sidebar-color);
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .u-name {
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .user-settings {
  background-color: var(--theme-light-text-color);
}
[data-bs-theme='dark'] .user-settings a {
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .user-settings a:hover {
  color: var(--theme-white-color);
  background-color: var(--theme-dark-color);
}
[data-bs-theme='dark'] #bd-theme,[data-bs-theme='dark'] #bd-theme.active {
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .theme-dropdown {
  background-color: var(--theme-light-text-color);
}
[data-bs-theme='dark'] .theme-dropdown button {
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .theme-dropdown button:hover {
  color: var(--theme-white-color);
  background-color: #1e1e1e;
}
[data-bs-theme='dark'] .category-link.nav-link {
  text-align: center;
  border: 1px solid var(--theme-white-color);
  color: var(--theme-white-color);
  cursor: pointer; /* Indicate interactivity */
  border-radius: 50px;
  display: inline-flex;
  padding: 0 12px;
  height: 32px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Ensures clean button edges */
  text-overflow: ellipsis; /* Add ellipsis for extra-long text if needed */
}
[data-bs-theme='dark'] .category-link.nav-link.selected a {
  background-color: var(--theme-blue-color);
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .mySwiper {
  padding: 0 5%;
  position: relative;
}
[data-bs-theme='dark'] .mySwiper .owl-nav > button {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  color: var(--theme-white-color);
  width: 30px;
  height: 30px;
  border: 2px solid #111111 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-bs-theme='dark'] .mySwiper .owl-nav .owl-prev {
  left: -50px;
}
[data-bs-theme='dark'] .mySwiper .owl-nav .owl-next {
  right: -50px;
}
[data-bs-theme='dark'] .view-allBtn {
  border-radius: 50px;
  border: 1px solid var(--theme-white-color);
  color: var(--theme-white-color);
  text-transform: uppercase;
}
[data-bs-theme='dark'] .favourite-doctor-specification .fav-doc-name,
[data-bs-theme='dark'] .favourite-doctor-specification .fav-doc-specification {
  color: var(--theme-white-color);
}
[data-bs-theme='dark'] .color-body {
  background-color: var(--theme-light-text-color);
  color: var(--theme-white-color);
}
/*--------------------------------------------------------------
# Light Theme
--------------------------------------------------------------*/
[data-bs-theme='light'] .authentication-bg {
  background-image: url('../img/light-theme-authentication.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
}

[data-bs-theme='light'] #wrapper #content-wrapper {
  background-color: var(--theme-white-color);
}

[data-bs-theme='light'] .sidebar .nav-item .nav-link {
  color: var(--theme-light-text-color);
}

[data-bs-theme='light']  .sidebar-bg-color {
  background-color: var(--theme-white-color);
}

[data-bs-theme='light'] .sidebar #sidebarToggle:hover {
  background-color: rgba(30, 30, 30, 0.7);
}

[data-bs-theme='light'] .sidebar #sidebarToggle {
  background-color: rgba(30, 30, 30, 0.502);
}

[data-bs-theme='light'] .sidebar .nav-item.active .nav-link {
  background: var(--bs-blue);
  border-radius: 0 25px 25px 0;
  width: 95%;
  color: var(--theme-white-color);
}

[data-bs-theme='light'] .category-link.nav-link {
  text-align: center;
  margin: 0 5px; /* Add spacing between links */
  border: 1px solid var(--theme-white-color);
  color: var(--theme-white-color);
  cursor: pointer; /* Indicate interactivity */
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden; /* Ensures clean button edges */
  text-overflow: ellipsis; /* Add ellipsis for extra-long text if needed */
}

[data-bs-theme='light'] .category-link.nav-link.selected {
  background-color: var(--theme-white-color);
}

[data-bs-theme='light'] .mySwiper {
  padding: 0 5%;
  position: relative;
}
[data-bs-theme='light'] .mySwiper .owl-nav > button {
  margin-top: -15px;
  position: absolute;
  top: 50%;
  color: #cdcbcd !important;
  width: 30px;
  height: 30px;
  border: 2px solid #111111 !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-bs-theme='light'] .mySwiper .owl-nav .owl-prev {
  left: -50px;
}
[data-bs-theme='light'] .mySwiper .owl-nav .owl-next {
  right: -50px;
}
/*--------------------------------------------------------------
# Login page
--------------------------------------------------------------*/

.authentication-card-bg {
  background-color: rgba(255, 255, 255, 0.8);
}
.login-card {
  width: 100%;
  /* max-width: 400px; */
}
.register-card {
  width: 100%;
  max-width: 600px;
}
.authentication-card-bg .login-card .login-input,
.authentication-card-bg .register-card .register-input {
  border: 2px solid var(--theme-white-color);
}
.authentication-card-bg .login-card .login-input label,
.authentication-card-bg .login-card .login-input input,
.authentication-card-bg .register-card .register-input label,
.authentication-card-bg .register-card .register-input input,
.authentication-card-bg .register-card .register-input select {
  background: var(--theme-white-color);
  /* color: var(--theme-blue-color); */
  /* border: 0; */
  border-radius: 0;
}
.authentication-card-bg .login-card .login-input input.form-control:focus,
.authentication-card-bg .register-card .register-input input.form-control:focus,
.authentication-card-bg .register-card .register-input select.form-select:focus {
  box-shadow: none;
  /* color: var(--theme-blue-color); */
}
.authentication-card-bg .login-card .login-input:focus-within,
.authentication-card-bg .register-card .register-input:focus-within {
  transition: 0.3s ease-in all;
  /* border: 2px solid var(--theme-blue-color); */
}
.authentication-card-bg .login-card .login-input:focus-within > .input-group-text,
.authentication-card-bg .register-card .register-input:focus-within > .input-group-text {
  transition: all 0.3s ease;
  background-color: var(--theme-red-color);
  color: var(--theme-white-color);
}

.authentication-card-bg .login-card .login-input:focus-within > .input-group-text,
.authentication-card-bg .register-card .register-input:focus-within > .input-group-text i{
  transition: all 0.3s ease;
  color: var(--theme-white-color);
  border:none;
}

.authentication-card-bg .login-card .divider:after,.login-card .divider:before,
.authentication-card-bg .register-card .divider:after,.register-card .divider:before {
  content: "";
  flex: 1;
  height: 1.5px;
  background: var(--theme-blue-color);
}
.authentication-card-bg .login-card .form-check-label,
.authentication-card-bg .register-card .form-check-label {
  user-select: none;
}
.authentication-card-bg .login-card .form-check-input,
.authentication-card-bg .register-card .form-check-input {
  border:1px solid var(--theme-blue-color);
}
.authentication-card-bg .login-card .form-check-input[type=checkbox],
.authentication-card-bg .register-card .form-check-input[type=checkbox] {
  border-radius: 0;
}
.authentication-card-bg .login-card .form-check-input:focus,
.authentication-card-bg .register-card .form-check-input:focus {
  box-shadow: none;
}
.authentication-card-bg .login-card #login_submit,
.authentication-card-bg .register-card #register_submit {
  background-color: var(--theme-red-color);
  color: var(--theme-white-color);
  border: 1px solid var(--theme-red-color);
}
.authentication-card-bg .login-card #login_submit:hover,
.authentication-card-bg .register-card #register_submit:hover {
  transition: 0.3s ease-in-out all;
  color: var(--theme-red-color);
  background-color: var(--theme-white-color);
  border: 1px solid var(--theme-red-color);
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-to-top {
    background: rgba(15, 15, 15, 0.5);
    color: var(--white-color);
}
.scroll-to-top {
    background: rgba(255, 255, 255, 0.5);
    color: var(--light-text-color);
}
.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    line-height: 46px;
}
  
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: var(--white-color);
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: var(--light-text-color);
}
  
.scroll-to-top:hover {
    background: var(--dark-color);
}

.scroll-to-top:hover {
    background: var(--white-color);
}
  
.scroll-to-top i {
    font-weight: 800;
}

/* Layout skeleton */
#wrapper #content-wrapper {
    background-color: var(--dark-color);
}

#wrapper #content-wrapper {
    background-color: var(--white-color);
}

#wrapper {
    display: flex;
}
  
#wrapper #content-wrapper {
    width: 100%;
    overflow-x: hidden;
}
  
#wrapper #content-wrapper #content {
    flex: 1 0 auto;
}

@-webkit-keyframes growIn {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
  
@keyframes growIn {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
}
  
.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar .sidebar-brand,
.sidebar .sidebar-brand {
    width: 2.25rem;
    margin: 0.5rem 0;
    padding: 0;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.sidebar.toggled .sidebar-brand,
.sidebar.toggled .sidebar-brand {
    background-image: url('../img/logo-sm.png');
}

@media (max-width: 768px) {
    .sidebar .sidebar-brand,
    .sidebar .sidebar-brand {
        background-image: url('../img/logo-sm.png');
    }
}

.dropdown-menu-right {
  right: 0;
  left: auto !important;
}

.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.topbar {
  height: 4.375rem;
}

.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar #sidebarToggleTop:hover,
.topbar #sidebarToggleTop:active {
  background-color: var(--light-text-color);
}

.topbar #sidebarToggleTop:hover,
.topbar #sidebarToggleTop:active {
  background-color: var(--white-color);
}

.topbar .navbar-search {
  width: 25rem;
}

.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
}

.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

.topbar .nav-item .nav-link:focus {
  outline: none;
}

.topbar .nav-item:focus {
  outline: none;
}

.topbar .dropdown {
  position: static;
}

.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--theme-white-color);
}

.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid var(--theme-white-color);
}

.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-white-color);
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
  color: var(--theme-white-color);
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

.sidebar {
  width: 7rem;
  max-height: 100vh;
  /* border: 1px solid #d3d3d3; */
}

.sidebar .nav-item {
  position: relative;
}

.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 7rem;
}

.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(7rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: .5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #4e73df;
  font-weight: 700;
}

.sidebar #sidebarToggle,
.sidebar #sidebarToggle {
  width: 1.7rem;
  height: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
  cursor: pointer;
}

.sidebar #sidebarToggle::after,
.sidebar #sidebarToggle::after {
  font-weight: 900;
  content: '\f0c9';
  font-family: 'Font Awesome 6 Free';
  margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

.sidebar #sidebarToggle:focus,
.sidebar #sidebarToggle:focus {
  outline: none;
}

.sidebar.toggled,
.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

.sidebar.toggled #sidebarToggle::after ,
.sidebar.toggled #sidebarToggle::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  margin-left: 0.25rem;
}

.sidebar.toggled .sidebar-card,
.sidebar.toggled .sidebar-card {
  display: none;
}

.sidebar .sidebar-brand,
.sidebar .sidebar-brand {
  width: 100%;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

.sidebar hr.sidebar-divider,
.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading,
.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 1rem;
}

.sidebar .sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-card .sidebar-card-illustration {
  height: 3rem;
  display: block;
}

.sidebar .sidebar-card .sidebar-card-title {
  font-weight: bold;
}

.sidebar .sidebar-card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .sidebar,
    .sidebar {
    width: 14rem !important;
  }
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-animation: none;
    animation: none;
  }
  .sidebar .nav-item .collapse .collapse-inner,
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  .sidebar .nav-item .collapsing,
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing,
  .sidebar .nav-item .collapse,
  .sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  .sidebar .nav-item .nav-link,
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5rem 1rem 0.25rem;
    width: 14rem;
  }
  .sidebar .nav-item .nav-link i,
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }
  .sidebar .nav-item .nav-link span,
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  .sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after,
  .sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
  }
  .sidebar .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after,
  .sidebar .nav-item .nav-link[data-bs-toggle="collapse"].collapsed::after {
    content: '\f105';
  }
  .sidebar .sidebar-heading,
  .sidebar .sidebar-heading {
    text-align: left;
  }
  .sidebar.toggled,
  .sidebar.toggled {
    overflow: visible;
    width: 7rem !important;
  }
  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(7rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  .sidebar.toggled .nav-item .collapse .collapse-inner,
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  .sidebar.toggled .nav-item .collapsing,
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing,
  .sidebar.toggled .nav-item .collapse,
  .sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  .sidebar.toggled .nav-item:last-child,
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .sidebar.toggled .nav-item .nav-link,
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.35rem 1rem;
    width: 7rem;
  }
  .sidebar.toggled .nav-item .nav-link span,
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.85rem;
    display: block;
  }
  .sidebar.toggled .nav-item .nav-link i,
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  .sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after,
  .sidebar.toggled .nav-item .nav-link[data-bs-toggle="collapse"]::after {
    display: none;
  }
  .sidebar.toggled .sidebar-heading,
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}

.sidebar .sidebar-brand {
  color: var(--light-text-color);
}

.sidebar .sidebar-brand {
    color: var(--white-color);
}

.sidebar hr.sidebar-divider {
  border-top: 1px solid rgba(47, 47, 47, 0.35);
}

.sidebar hr.sidebar-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

.sidebar .sidebar-heading {
  color: rgba(47, 47, 47, 0.4);
}

.sidebar .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
  }

.sidebar .nav-item .nav-link {
  color: rgba(47, 47, 47, 1);
}

.sidebar .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar .nav-item .nav-link i {
  color: rgba(47, 47, 47, 0.8);
}

.sidebar .nav-item .nav-link i {
    color: rgba(255, 255, 255, 0.3);
  }

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
  color: var(--theme-white-color);
}

.sidebar .nav-item .nav-link:active i, .sidebar .nav-item .nav-link:focus i, .sidebar .nav-item .nav-link:hover i {
  color: var(--theme-white-color);
}

.sidebar .nav-item .nav-link[data-bs-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-item.active .nav-link {
  color: var(--light-text-color);
}

.sidebar .nav-item.active .nav-link i {
  color: var(--light-text-color);
}

.sidebar #sidebarToggle {
  background-color: rgba(47, 47, 47, 0.5);
}

.sidebar #sidebarToggle::after {
  color: rgba(47, 47, 47, 0.5);
}

.sidebar #sidebarToggle:hover {
  background-color: rgba(47, 47, 47, 0.7);
}

.sidebar.toggled #sidebarToggle::after {
  color: rgba(47, 47, 47, 0.5);
}

#content .badge {
  display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.35rem;
}

/* footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
}
  
footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem;
} */
  
body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}

.speakers h5{
  color: #1C3B6C;
}

.footer{
  background-color: #253A7D;
}

.footer-list{
  line-height: 32px;
}

 .flip-card {
      background-color: transparent;
      perspective: 1000px;
      height: 450px;
    }

    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 0;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .flip-card-front {
      background: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    /* .flip-card-front img {
      width: 100%;
      height: 70%;
      object-fit: cover;
    } */

    .flip-card-front h5 {
      margin: 10px 0 0;
      font-weight: 600;
    }

    .flip-card-front p {
      margin: 0;
      font-size: 0.9rem;
      color: #666;
    }

    .flip-card-back {
      background-color: #253A7D; /* dark blue */
      color: white;
      transform: rotateY(180deg);
      padding: 20px;
      /* display: flex;
      flex-direction: column;
      justify-content: space-between; */
    }

    .flip-card-back ul {
      text-align: left;
    font-size: 14px;
    }

    .flip-card-back h5 {
      font-weight: 600;
      font: 1.25rem;
    }

    .flip-card-back p {
      font-size: 1.04rem;
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .frontsocial-icons{
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .social-icons-footer{
      display: flex;
      justify-content: left;
      gap: 15px;
    }

    .social-icons-footer a {
      color: #253a7d;
      font-size: 1.5rem;
      text-decoration: none;
      border: 2px solid white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
      background-color: white;
    }

    .social-icons a {
      color: #253a7d;
      font-size: 1.5rem;
      text-decoration: none;
      border: 2px solid white;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
      background-color: white;
    }

     .social-icons-contact {
    background-color: #e30613;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 10px;
}


    .frontsocial-icons a {
      color: #253a7d;
      font-size: 1.5rem;
      text-decoration: none;
      border: 2px solid #253a7d;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
      background-color: white;
    }

    .social-icons a:hover {
      background: white;
      color: #253A7D;
    }

    /* carousel */
     .carousel-item {
      height: 120vh;
      /* min-height: 400px; */
      background-size: cover;
      background-position: center;
      position: relative;
    }

    @media (max-width: 768px) {
  .carousel-item {
    height: 30vh; 
  }
}

    .carousel-caption {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%); /* center horizontally & vertically */
  text-align: center;
  z-index: 2;
}


    .carousel-caption h5 {
      font-size: 2.5rem;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }

    .carousel-caption p {
      font-size: 1.2rem;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    }

    /* Optional: Dark overlay for better text contrast */
    .carousel-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: rgba(0, 0, 0, 0.5); */
      z-index: 1;
    }

    .carousel-caption {
      position: absolute;
      z-index: 2;
    }

     /* Align nav container across carousel */
         .owl-nav {
         position: absolute;
         top: 40%;
         left: 0;
         width: 100%;
         display: flex;
         justify-content: space-between;
         pointer-events: none;
         z-index: 10;
         }
         /* Arrow span styles */
         .owl-nav .custom-prev,
         .owl-nav .custom-next {
         font-size: 50px;
         color: #253A7D;  /* Match your brand blue */
         font-weight: bold;
         cursor: pointer;
         pointer-events: all;
         padding: 0 10px;
         user-select: none;
         transition: color 0.3s;
         }
         /* Optional: hover color */
         .owl-nav .custom-prev:hover,
         .owl-nav .custom-next:hover {
         color: #253A7D;
         }

      .feedback-btn {
      position: fixed;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background-color: #004080;
      color: white;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-weight: bold;
      padding: 10px 10px;
      /* border-radius: 6px 0 0 6px; */
      z-index: 999;
      font-size: 16px;
    }

    .login-btn {
      
      background-color: #004080;
      color: white;
      font-weight: bold;
      padding: 10px 10px;
      /* border-radius: 6px 0 0 6px; */
      z-index: 999;
      font-size: 16px;
    }

    .info-small small{
      color: #253A7D;  
    }

    /* rating */
    
.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}

.rating-submit {
    border-radius: 8px;
    color: #fff;
    height: auto
}

.rating-submit:hover {
    color: #fff
}

.cancel-btn{
  border: 1px solid #253A7D;
  color:#253A7D;
  border-radius: 0px;
  font-size: 17px;
}

.submit-btn{
  border: 1px solid #253A7D;
  background-color:#253A7D;
  border-radius: 0px;
  color: white;
  font-size: 17px;
}

.common-btn{
  background-color:#253A7D;
  color: white;
  border : 1px solid white;
}

.common-btn:hover{
  background-color: white;
  color: #253A7D;
  border : 1px solid #253A7D;
}

.register-btn{
  background-color:#253A7D;
  color: white;
  border : 1px solid white;
}

.register-btn:hover{
  background-color: white;
  color: #253A7D;
  border : 1px solid white;

}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 0px;
    
}

/* case study  */
  .card-horizontal {
      display: flex;
      flex-direction: row;
      /* max-width: 900px; */
      margin: auto;
    }

    .card-img-left {
      width: 350px;
      object-fit: cover;
    }

    .read-btn {
      background-color: #0057b8;
      color: white;
    }

    .read-btn:hover {
      background-color: #003e8a;
    }

    .card-footer-icons span {
      margin-right: 15px;
      font-size: 14px;
      color: #555;
    }

    @media (max-width: 768px) {
      .card-horizontal {
        flex-direction: column;
      }

      .card-img-left {
        width: 100%;
        height: auto;
      }
    }


    /* events  */
     /* .event-card {
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 20px;
    } */

    .event-detail i {
      color: #555;
      margin-right: 10px;
    }

    .meeting-link a {
      word-break: break-word;
      color: #1a73e8;
      text-decoration: none;
    }

    .meeting-link a:hover {
      text-decoration: underline;
    }

    .google-meet-logo {
      width: 48px;
      height: 48px;
    }

    @media (max-width: 576px) {
      .meeting-link {
        text-align: center;
        margin-top: 20px;
      }
    }

    /* video page  */
    .video-card {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .video-card:hover {
      transform: scale(1.02);
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .video-card:hover .video-overlay {
      opacity: 1;
    }

    .banner-img-area {
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 50vh;
            position: relative;
            /* margin-top: 5rem; */
         }

  /*.banner-img-area1 {*/
  /*          background-position: center;*/
  /*          background-repeat: no-repeat;*/
  /*          background-size: cover;*/
  /*          width: 100%;*/
  /*          height: 100vh;*/
  /*          position: relative;*/
            /* margin-top: 5rem; */
  /*       }       */
  
  .banner-area {
  position: relative;
}
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.blue-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 20, 70, 0.75);
}

/* about us  */
 .about-us-section {
    background: url('../img/about.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 15px;
    position: relative;
    color: #1c1e21;
    text-align: center;
}

.about-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

.about-us-overlay {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.btn.btn-link{
  background-color: #e60012;
  color: white;
  text-decoration: none;
  font-size: 23px;
  padding-left: 25px;
  padding-right: 25px;
}

.about-us-section .btn-about {
    background-color: #e60012;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block;
}

.about-us-section h2 {
    color: #1C3B6C;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-us-section p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #333333;
    max-width: 750px;
    margin: 0 auto;
    line-height: 35px;
}

/* Responsive Typography */
@media (min-width: 768px) {
    .about-us-section h2 {
        font-size: 2.5rem;
    }

    .about-us-section p {
        font-size: 1.4rem;
        line-height: 35px;
    }
}


 .about-section {
      display: flex;
      /* height: 100vh; */
    }

    .about-content {
      flex: 0.8; /* Make this side smaller than the image */
      background-color: #008080;
      color: white;
      padding: 30px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .about-content h2 {
      font-size: 3em;
      margin-bottom: 20px;
    }

    .about-content p {
      font-size: 1.1em;
      line-height: 1.6;
      margin-bottom: 30px;
      max-width: 90%;
    }

    .tab-buttons {
      display: flex;
      gap: 15px;
    }

    .tab-buttons button {
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      font-weight: bold;
      font-size: 1em;
    }

    .tab-buttons .active {
      background-color: white;
      color: #008080;
    }

    .tab-buttons .inactive {
      background: none;
      color: white;
      border-bottom: 2px solid white;
    }

    .about-image {
      flex: 0.8; /* Larger than content */
    }

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

    .about-image {
  flex: 0.8;
  display: flex;
  align-items: center; /* Vertically center the image if shorter */
  justify-content: center;
  padding: 0 0; /* Optional: add top and bottom spacing */
}

.about-image img {
  width: 100%;
  max-height: 400px; /* Set your desired max height */
  object-fit: cover;
}


    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
      }

      .about-content,
      .about-image {
        flex: 1;
        height: 50vh;
      }
    }

    .advisory-title{
      color: rgb(37, 58, 125);
    font-weight: bold;
    }

    .know-more-btn{
      background-color: #253A7D;
      border: 1px solid #253A7D;
      color: #FFF;
    }

    .know-more-btn:hover{
      background-color: #FFF;
      border: 1px solid #253A7D;
      color: #253A7D;
    }

    .advisory-card{
      border-radius: 0;
    }

