.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #91a9c0;
}

.Header__logo img {

  width: 100%;
  height: auto; 
  max-width: 1200px;
  display: block;
}
.submit-ticket {
    background-color: #6699cc; /* Green background */
    color: white; /* Text color */
    text-align: center; /* Center the text */
    padding: 10px 0; /* Add padding for height */
    width: 100%; /* Full width banner */
    font-size 16px; /* Adjust font size */
    font-family: Helvetica;
   
    position: relative; /* Relative positioning */
    top: 100px; /* Moves it 20px below its normal position */
}
.SearchContainer__downArrow {
  border-top-color: #8abe55;
}
.commonStyle__zt3BrandBg {
  background-color: #8abe55;
}
.root {
--color-brand:#254e6c;
  --color-brand: #254e6c;
  --color-unFollow: #254e6c;
--color-userCategory: #0c2334
}
.Footer__footerBg{
  display: none
}

.commonStyle__zt3BrandBorder {
    border-color: #6d8699;
}
.commonStyle__zt3Brand {
    color:  #6d8699
}
.Icon__brand {
    color: #6d8699;
}
.Icon__hoverbrand:hover {
    color: #466f77
}
.Icon__hoverbrand, .Icon__hoverdanger, .Icon__hovergreyShade95 {
    transition: color .15s ease;
}


.AvatarText__squareBg1 {
    background: #7e7e85;
    border: 1px solid #8c8d95;
    border-radius: 10%;
}
.AvatarText__avatarText {
    font-size: var(--size-base13);
    line-height: 2.5rem;
    border-radius: 50%;
    background: #fffaf8;
    border: 1px solid #c0c8ea;
    width: 2.5rem;
    height: 2.5rem;
}
.Readingprogress__progressBar {
    height: 4px;
    transition: all .2s;
    background: linear-gradient(90deg, #7fa3aa 16%, #69888e 75.89%, #466f77 99.8%);
    box-shadow: rgba(0, 0, 0, 0.24) 0 8px 18px;
    border-radius: 0 5px 5px 0;
}

.Footer__footerInfo {
  display: flex;
  justify-content: space-around; /* Spread sections evenly */
  align-items: flex-start; /* Align items at the top */
  gap: 20px; /* Space between sections */
  padding: 20px; /* Add padding around the footer */
  background-color: #f9f9f9; /* Optional: footer background color */
}

.Footer__section {
  text-align: center; /* Center-align text in each section */
}

.Footer__footerQus {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px; /* Space below the title */
  display: block;
}

.Footer__footerDescription {
  font-size: 1em;
}

.Footer__link {
  text-decoration: none; /* Remove underline from links */
  color: var(--color-brand, #254e6c); /* Use your CSS variable for brand color */
  font-weight: 600; /* Optional: make links bold */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.Footer__link:hover {
  color: var(--color-hover, #e46317); /* Hover color for links */
}

.CustomWidget__customDescription a {
    color: #1c465e; /* Default link color */
    text-decoration: none; /* Remove underline */
}

.CustomWidget__customDescription a:visited {
    color: #8ac055 /* Visited link color */
}

.CustomWidget__customDescription a:hover {
    color: #1c465e; /* Hover color */
    text-decoration: none; /* Optional hover underline */
}

.ErrorPage__errorTitle {
    color: #1c465e;
    font-size: var(--size-base23);
    font-weight: 400;
    margin: 1.5rem 0 0;
}

.Button__footerBtn:hover {
    background: #8ac055; /* Green background on hover */
    color: var(--color-white); /* Optional: Keep text white */
    border-color: #28a745; /* Optional: Change border to match the background */
}

