.insidereactapp .queuebg {
  overflow-y: clip !importent;
}
.Layout__oneColumn {
background: #f7f7fc;
}

#mainContainer {
background: #f7f7fc;
}

.Footer__footerBg {
  display: none;
}
.ModuleCont__moduleCont > div:has(.ContentBox__boxThree) {
  margin: 0 -5px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#headerContainer {
  position: relative;
  color: #fff; /* white text for contrast */
}

/* Add a dark overlay on top of the background image */
#headerContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* 50% black overlay */
  z-index: 1;
}

/* Make sure text and content appear above the overlay */
#headerContainer .Header__container,
#headerContainer .Header__searchSection {
  position: relative;
  z-index: 2;
}
/* ===== PRE-MAIN FOOTER STYLING ===== */
.Footer__footerBg1 {
  padding: 15px 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: #1f2937;
}

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

/* Main content alignment */
.Footer__footerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer__footerInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  /*background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);*/
  background: #ffff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  transition: all 0.3s ease;
}

.Footer__footerInfo:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Left text section */
.Footer__footerQus {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  display: block;
  margin-bottom: 8px;
}

.Footer__footerDescription span {
  font-size: 1rem;
  color: #4b5563;
}

/* Button section */
.Footer__footerBtn a {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  padding: 12px 26px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.25);
}

.Footer__footerBtn button:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
  box-shadow: 0 6px 14px rgba(29, 78, 216, 0.35);
  transform: translateY(-2px);
}


.ticketForm #field_departmentId,
.ticketForm #field_layoutId,
.userProfile .ManageAccount__deleteBox{
  display: none
}

.ticketList .TicketListLeftContainer1__exportIcon,
.ticketList .TicketListLeftContainer1__exportOptions{
  display: none
}


.ticketDetail .TicketDetailRightContainer2__wrapper .ticket_duedate,
.ticketDetail .TicketDetailRightContainer2__wrapper .ticket_departmentid,
.ticketDetail .TicketDetailRightContainer2__wrapper .ticket_layoutid{
   display: none
}

/* Responsive */
@media (max-width: 768px) {
  .Footer__footerInfo {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .Footer__footerQus {
    font-size: 1.3rem;
  }

  .Footer__footerDescription span {
    font-size: 0.95rem;
  }

  .Footer__footerBtn button {
    margin-top: 15px;
    width: 100%;
  }
}
.Footer__footerBg {
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.My_On_Hold_Tickets, .My_Overdue_Tickets {
  display: none;
}

.Header__menuWrapper {
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
}
.Header__homeNavbarFixed .Header__searchLink {
background-color: white;
}

.Footer__footerCopyrigt {
    background-color: var(--color-greyShade80);
}
.Footer__container2 {
    margin: auto;
    max-width: 73.125rem;
    text-align: center;
    color: var(--color-white);
    padding: .938rem .9375rem;
}
.Footer__footer {
  animation: fadeUp 0.8s ease both;
  background-color: black;
  color: white;
  font-size: 1.1rem;
}

.Header__homeNavbarFixed .Header__searchSubCont {
background-color: ghostwhite;
}

.Header__banneralt {
    z-index: 1;
}

.Header__titleDescription {
    z-index: 1
}

.Header__logoPart {
z-index: 1
}

.Header__titleSearchBox {
    align-items: left !importent;
}
.LoginDetail__content
 {
z-index: 9999;
}

.Header__navbtn
 {
z-index: 9999;
}

.download {
color: white;
}
.ManageAccountContainer__deleteBox {
       display: none;
  }


