@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
}
.sortable-header:nth-child(3) {
  width: 20%;
}
body {
  font-family: 'Poppins', sans-serif;
  background-color: #efefef;
}
 .no-break {
    page-break-inside: avoid;
    break-inside: avoid;
  }
:root {
  --primary: #00a148;
  --text: #484848;
  --heading: #121212;
  --notice: #ff0606;
  --white: #ffffff;
}
h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin: unset;
}

/* tour guide page  */

.sidebar {
  display: none;
}

/* Apply base style to all sortable headers */
.sortable th {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}

/* Arrow icons (neutral state) */
.sortable th::after {
  position: absolute;
  right: 8px;
  color: #999;
  font-size: 12px;
}

/* Sorted ascending */
.sortable th.sortable.asc::after {
  color: #333;
}

/* Sorted descending */
.sortable th.sortable.desc::after {
  color: #333;
}

#loaderOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}



.login-btn {
  background: #009543;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-top: 0;
  transition: 0.5s ease;
  border: none;
  width: 100%;
}
.login-btn:hover {
  background: #007d36;
}

.left-sidebar {
  background: var(--primary);
  padding: 30px 30px 45px 30px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}
.list-group a.list-group-items:nth-last-child(1) {
  border-bottom: unset;
}
.list-group a.list-group-items {
  font-size: 16px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #009545;
  padding: 13px 6px;
  transition: 0.5s ease;
}
.list-group a.list-group-items i {
  font-size: 6px;
  position: relative;
  top: -3px;
  left: -6px;
}
.left-sidebar-mobile {
  display: none;
}
.list-group a.list-group-items:hover {
  border-bottom: 1px solid white;
}
.contact-info {
  margin-top: 100px;
}
.contact-info h3 {
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  margin-bottom: 27px;
}
.contact-info p {
  font-size: 14px;
  color: white;
}
a.list-group-items.active {
  font-weight: 700;
}
.contact-info h3 i {
  padding-right: 6px;
}
.contact-info a.ancher-btn {
  background: white;
  color: #009543;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-top: 25px;
}
.right-side-image img {
  width: 100%;
}
.main-sec {
  margin-top: 30px;
}
.right-side-card {
  background: white;
  margin: 30px 0px;
  padding: 40px 40px;
  border-radius: 10px;
}
a.tour.active {
  font-weight: 700;
}
.right-side-card-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.card-date {
  display: flex;
  gap: 0px 30px;
}
.right-side-card-inner .card-date span {
  font-size: 14px;
  color: #888888;
}
.right-side-card-para ul {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 50px;
  margin-top: 24px;
}
.right-side-card-para ul li img {
  margin-right: 9px;
  margin-top: -3px;
  width: 20px;
  height: 20px;
}
.right-side-card-para ul li {
  display: flex;
  align-items: center;
}
.notice-sec p {
  color: #ff0606;
  font-style: italic;
  font-size: 16px;
  padding-top: 12px;
}
.notice-sec p strong {
  font-style: normal;
}
.right-side-card-para.above-sec {
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.right-side-card-para .list-inner {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.right-side-card-para .list-inner-new {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.right-side-card-para .list-inner i {
  font-size: 9px;
  position: relative;
  top: 6px;
}
.right-side-card-para .hyper-sec a {
  color: #00a14b;
  text-decoration: none;
}
.centr-menu a {
  text-decoration: none;
  color: #484848;
  padding: 0px 20px;
}
.download-exp a.right-buttm {
  background: #009543;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-top: 0;
  transition: 0.5s ease;
}
.download-exp a.right-buttm:hover {
  background: #69758d;
}
.download-exp.d-flex {
  align-items: center;
  gap: 20px;
}
.download-exp a.right-logout {
  text-decoration: none;
  color: #ff0606;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
}
.right-side-card-para .hyper-sec a img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
  margin-top: -1px;
}
.right-side-card-para .list-inner.hyper-sec:nth-last-child(1) {
  margin-bottom: 0;
}

/* end  */

/* tour visit page  */
button.accordion-button img {
  width: 100%;
  height: unset !important;
  max-height: unset !important;
}

button.accordion-button {
  padding: 0;
}
.accordion-button::after {
  display: none;
}
div#tourAccordion .accordion-item {
  margin-bottom: 40px;
  box-shadow: 1px 1px 36px 0px #c1c1c13d;
}
button:focus:not(:focus-visible) {
  outline: 0;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
button.accordion-button {
  cursor: pointer !important ;
}
table.table.table-bordered.m-0 tbody tr:nth-child(even) {
  background: #f5f5f5 !important;
}
.table > :not(caption) > * > * {
  background-color: unset !important;
}
table
{
  width: 100%;
}
td.text-success.fw-bold {
  color: green;
  font-size: 17px;
  padding-left: 50px !important;
  padding-right: 60px !important;
  font-weight: bold;
  text-align: left;
  background: #ffffff !important;
  vertical-align: middle;
}
.accordion-body.p-0 td,  .visit-content td {
  padding: 15px 20px;
}
.accordion-body.p-0 th, .visit-content th {
  padding: 25px 20px;
}

thead.table-light th {
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}

/* media query  */

@media (max-width: 1280px) {
  .list-group a.list-group-items {
    font-size: 14px;
  }
  .contact-info h3 {
    font-size: 17px;
  }
  .contact-info p {
    font-size: 12px;
    color: white;
  }
  .card-title h3 {
    font-size: 18px;
  }
  .right-side-card-inner .card-date span {
    font-size: 12px;
    color: #888888;
  }
  p {
    font-size: 15px;
  }
  .right-side-card-para ul li {
    font-size: 15px;
  }
  a.navbar-brand.fw-bold img {
    width: 75%;
  }
  .centr-menu a {
    font-size: 15px;
  }
  .download-exp a.right-buttm {
    font-size: 12px;
  }
  .contact-info a.ancher-btn {
    font-size: 12px;
  }
  .download-exp a.right-logout {
    font-size: 15px;
  }
  a.right-logout img {
    width: 18px;
    margin-right: 3px;
  }
  .accordion-body.p-0 td {
    font-size: 14px;
  }
  td.text-success.fw-bold {
    padding-left: 40px !important;
    padding-right: 50px !important;
  }
  .accordion-body.p-0 th {
    padding: 25px 20px;
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .main-sec .col-md-3 {
    width: 30%;
  }
  .main-sec .col-md-9 {
    width: 70%;
  }
  .card-title h3 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
}
/* Hide main menu on smaller screens */
@media (max-width: 991px) {
  .centr-menu,
  .download-exp {
    display: none !important;
  }
  .hamburger {
    display: block !important;
  }
}

/* Hamburger Button */
.hamburger {
  font-size: 24px;
  cursor: pointer;
  display: none;
}

/* Full-screen Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.4s ease-in-out;
  z-index: 1050;
  padding-top: 60px;
}

.mobile-nav.show {
  left: 0;
}

.mobile-nav a {
  display: block;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  color: black;
  border-bottom: 1px solid #ddd;
}

.mobile-nav a:hover {
  background: #f5f5f5;
}

.close-menu {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .right-side-card-para ul {
    display: block;
  }
  .right-side-card-inner {
    display: block;
}
.right-side-card-para ul li {
  margin-bottom: 16px;
}
.table-responsive-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.accordion-body.p-0 th {
  padding: 14px 20px;
  font-size: 13px;
}
.accordion-body.p-0 td {
  font-size: 12px;
}
button.accordion-button img {
  width: 100%;
  height: 130px !important;
  object-fit: cover;
}
.notice-sec p {
  font-size: 12px;
}
}

@media (max-width: 991px) {
  .sidebar {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: sticky;
    top: 0;
    background: #00a148;
    z-index: 1000;
    justify-content: center;
  }
  #menu {
    display: flex;
    gap: 0px;
    padding: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
    scrollbar-color: #6b778e #f0f0f0;
  }
  .menu-item {
    padding: 7px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    background: #00000045;
    border-radius: 100px;
    margin-right: 17px;
  }
  .menu-item.active {
    background: #000000;
    color: #fff;
  }
  .arrow {
    cursor: pointer;
    padding: 10px;
    background: #ccc;
    border: none;
  }
  .left-sidebar{
    display: none;
  }
  .main-sec .row {
    display: block;
  }

  .main-sec .row .col-md-3 {
    width: 100%;
  }

  .main-sec .row .col-md-9 {
    width: 100%;
  }
}
