body{
    background-color: #FFFFFF;
    overflow-x: hidden;
}
.bg-light{
    background-color: #FFFFFF !important;
}
.navbar{
    padding-bottom: 20px;
    padding-top: 20px;
}
.hr{
    margin-top: -16px;
}
.top{
    display: flex;
    flex-direction: column;
    margin-top: -17px;
}
.gradient-bg {
  background: linear-gradient(to right, #ffffff 50%, #000000 50%); /* Example gradient */
}
.form_control{
    width: 1000px;
    margin-right: 0;
}
.inside_button{
    background-color: white;
    border-color: 1px rgb(0, 0, 0);
    padding-left: 50px;
    padding-right: 50px;
    width: 380px;
    height: 50px;
    margin: 5px;
}
.out_button{
    border-color: #ccc;
    background-color: black;
}
.form{
    position: absolute;
    top: 100px;
    z-index: 10;
}
.search-bar {
    gap: 2px; /* space between input and buttons */
}
.head_btn li{
    margin-left: 10px;
    background-color: rgb(0, 0, 0);
}
.row .categories{
    flex-direction: column;
}
.sidebar {
    background: rgb(0, 0, 0);
    color: #fff;
    margin-top: 20px;
    font-size: 14px;  
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebar h5{
    font-size: 30px;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 10px;
    
}
.sidebar .bxr{
    margin-left: 10px;
}
.btn-tool{
    background-color: rgb(0, 0, 0);
    border: 0.5px solid white;
    border-radius: 4px;
    font-size: 14px;
}
.categories{
    border: 2px solid black;
    margin-top: 20px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.categories h5{
    font-size: 30px;
    background-color: #000000;
    color: white;
    padding: 20px;
}
.categories i{
    padding-left: 7px;
}
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}
.line {
  position: relative;
  display: inline-block;
  padding-right: 40px; /* space for line */
}

.line::after {
  content: "";                        /* required */
  position: absolute;
  top: 50%;                           /* align middle of text */
  left: 90%;                         /* place after text */
  width: 150px;                       /* length of line */
  height: 1px;                        /* thickness */
  background-color: #da0505;          /* line color */
  transform: translateY(-50%);        /* adjust to text center */
}

.select{
    background-color: #E8E8E8;
    border-radius: 8px;
    color: #000000;
    padding: 3px;
}
.card-custom {
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(0.1,0.1,0.1,0.1);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.card-custom h6 {
    font-weight: bold;
}
.card-custom p {
    font-size: 14px;
    color: #555;
}
.card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.view {
    display: flex;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 20px; 
}
.btn-view{
    background: #000;
    color: #fff;
    border-radius: 20px 0 0 20px;
}
.paragraph{
    margin-top: 20px;
    margin-bottom: 50px;
}
.bottom {
    background-color: rgb(0, 0, 0);   /* Dark background */
    color: #ccc;              /* Light gray text */
    
}

.bottom-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* stack on small screens */
    gap: 40px;
}

/* Left section (logo + description) */
.bottom-left {
    flex: 1;
    min-width: 300px;
}
.bottom-left .below{
    background-color: #ffffff;  /* white background */
    display: inline-block;      /* shrink-wrap to content */
    padding: 10px 20px;
    margin-right: -100px;         /* spacing around logo/text */
    margin-top: 2px;
}
.below img {
    max-width: 80%;
    height: auto; 
    margin-left: 90px;
   
    align-items: end;
   
}
.bottom-left p{
    margin-top: 20px;
    font-size: 14px;
    margin-left: 100px;
}

/* Each column */
.bottom-column {
    flex: 1;
    min-width: 180px;
    margin-bottom: 20px;
    padding: 40px; 
    margin-left: 50px;
}

.bottom-column h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    
}

.bottom-column a {
    display: block;
    text-decoration: none;
    color: #ccc;
    margin-bottom: 10px;
    font-size: 14px;
}

.bottom-column a:hover {
    color: #fff;
}
.footer{
    text-decoration: none;
    background-color: #DBDBDB;
}
.footer a{
    padding-left: 50px;
    text-decoration: none;
    color: #222;    
}

