
      
            body {
    font-family: Verdana, sans-serif;
    line-height: 20.6px;
        }
.chemical-banner {
    background-color: #2f4f7f; /* Matches the blue tone */
    min-height: 75px;
    
}

.banner-title {
    color: #ffffff;
    font-size: 1rem;
  
    margin-bottom: 13px;
    padding-top: 5px;
    font-weight: bold;
    margin-top:6.5rem;
}

.banner-subtitle {
    color: #e6e6e6;
    font-size: 0.9rem;
    max-width: 900px;
    
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-title {
        font-size: 1.8rem;
        padding-top: 10px;
    }

    .banner-subtitle {
        font-size: 0.95rem;
        padding-bottom: 15px;
        line-height: 15px;
        color: white !important;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1rem;
        padding-top: 2rem;
    }

    .banner-subtitle {
        font-size: 0.9rem;
        padding-bottom: 18px;
        line-height: 18px;
        padding-top: 8px;
        color: white !important;
    }
}

/* card css left side */
.page-title {
    color: #8b0000;
    font-weight: 540;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-top:1.5rem;
}

/* Filter Box */
.filter-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Report Items */
.report-item {
    padding: 1px 0;
    border-bottom: 1px solid #ddd;
}

.report-title {
   font-size: 1.2rem;
    color: #87161e !important;
    margin-bottom: 2px !important;
    font-weight: 600;
   font-family: "Segoe UI", Arial, sans-serif;
   text-decoration: none;
   line-height: 25px;
   cursor: pointer;
  

}
.report-title:hover{
color:#2196F3!important
}

.category {
    font-size: 0.9rem;
    color: #2c4d80 !important;
    font-weight: 600;
}


.report-desc {
    font-size: 0.9rem;
    color: #333 !important;
    margin-bottom: 14px !important;
    font-family: Arial, sans-serif;
}

/* Buttons */
.btn-success {
    background-color: #4caf50
}
.filter-row {
    display: flex;
    align-items: center;
    gap: 4px;
        flex-wrap: wrap;
}

.filter-row .form-label {
    min-width: 90px;
    margin-bottom: 0;
}

.filter-row .bootstrap-select {
    flex: 1;
}

@media (max-width: 576px) {
    .filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-row .form-label {
        min-width: 100%;
    }
}
.form-label{
    font-family: Arial, sans-serif;
    font-size: 0.9rem !important;
}
.btnCSS{
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
    font-size: 0.9rem;
    border-radius: 8px;
}
.form-control{
    border-radius: 0px !important;
    box-shadow: none;
    border: 1px solid #ccc !important;;
}
select {
    font-family: Arial, sans-serif;
    font-size: 1rem !important;
}
.form-control:focus{
    border-radius: 0px !important;
    box-shadow: none;
    border: 2px solid black !important;;
}
.Subcategory{
    font-family: Arial, sans-serif;
    color: #2c4d80;
    font-size: 14px;
    font-weight: normal;
}

.btnCSSRequest{
    color: white !important;
    background-color: #2c4d80 !important;
    font-size: 12px;
    border-radius: 0px;
    border: #2c4d80;
    margin-top: 8px;
}

.btnCSSBuy:hover{
        color: #000 !important;
    background-color: #ccc !important;
    border: #ccc;
}
@media (max-width: 576px) {
    .btnCSSBuy {
        border-radius: 6px;
         margin: 10px auto;
         padding: 8px 12px;
    }
}

.btn-divider-vertical {
    position: relative;
    padding-left: 8px; /* space for divider */
}

.btn-divider-vertical::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #dee2e6;

}

/* 📱 Mobile: hide vertical line */
@media (max-width: 991.98px) {
    .btn-divider-vertical::before {
        display: none;
    }
}
.btnCSSBuy {
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #4CAF50 !important;

    /* Rounded corners */
    border-radius: 0px;
    border:#4CAF50 ;

    /* Full width button but allow side spacing */
    width: 100%;
    max-width: 25rem;

    /* Mobile-safe spacing */
    padding: 8px 12px;

    /* Vertical spacing */
    margin-top: 6px;
    margin-bottom: 6px;
}
.btnCSSRequest{
     font-family: Arial, sans-serif;
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
font-size: 12px;
    /* Rounded corners */
    border-radius: 0px;

    /* Full width button but allow side spacing */
    width: 100%;
    max-width: 25rem;

    /* Mobile-safe spacing */
    padding: 8px 12px;

    /* Vertical spacing */
    margin-top: 6px;
    margin-bottom: 6px;
}
@media (max-width: 576px) {
    .btnCSSBuy {
        font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #4CAF50 !important;

    /* Rounded corners */
    border-radius: 8px;
    border:#4CAF50 ;
   

    }
    .btnCSSRequest{
    font-family: Arial, sans-serif;
    color: white !important;
    background-color: #2c4d80 !important;
    border: #2c4d80;
    font-size: 12px;
     border-radius: 8px;
    

    }
    
}


/* Main bar */
.contactDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 12px;
  white-space: nowrap;
}

/* Search */
.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input {
  height: 32px;
  width: 160px;
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  height: 32px;
  width: 36px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

/* Suggestions dropdown */
.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  
  z-index: 1000;
}

/* Contact section */
.contact-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.contactInfo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}

.contactInfo i {
  font-size: 12px;
}

/* Optional: hide on small screens */
@media (max-width: 768px) {
  .contactDetails {
    display: none;
  }
}
.search-container {
  display: flex;
  position: relative;
  width: 200px;
}

.search-input {
  width: 160px;
  height: 32px;
  padding: 5px 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.search-button {
  width: 36px;
  height: 32px;
  border: none;
  background-color: #2c4d80;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.suggestions-box {
  position: absolute;
  top: 34px;
  left: 0;
  width: 196px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
  display: none;
}

.suggestion-item {
  padding: 6px 8px;
  cursor: pointer;
  font-size: 12px;
}

.suggestion-item:hover {
  background-color: #f2f2f2;
}

.suggestion-title {
  font-weight: 600;
}

.suggestion-subtitle {
  font-size: 10px;
  color: #666;
}
  
 /*brand css*/
 
   .card {
  border-radius: 8px;
}

.card-body a.text-truncate {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 576px) {
  h5 {
    font-size: 1.1rem;
  }
}
.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Hover effect (desktop) */
.card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
