body {
  font-family: "Roboto", "Roboto Fallback" !important;
  line-height: 1.5;
  background-color: #ffffff;
  color: #171717;
}
a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  display: block;
}

ul {
  list-style: none;
  padding-left: 0px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 0.5rem 0;
}

.bg-background {
  background-color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.bg-neutral-900 {
  background-color: #171717;
}
.bg-neutral-100 {
  background-color: #f5f5f5;
}
.bg-neutral-800 {
  background-color: #262626;
}
.bg-muted\/30 {
  background-color: rgba(245, 245, 245, 0.3);
}
.bg-primary {
  background-color: #a62c00 !important;
}
.bg-primary\/5 {
  background-color: #F9F3F2;
}
.bg-secondary {
  background-color: #d97706;
}
.bg-secondary\/5 {
  background-color: #F2F9F6;
}
.bg-secondary\/10 {
  background-color: color-mix(in oklab, lab(53.3685% -54.3478 21.2344) 10%, transparent);
}
.bg-\[\#901308\] {
  background-color: #901308;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, #171717, #262626);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, #ef4444, #eab308, #3b82f6);
}
.bg-\[url\(\/logo-white\.svg\)\] {
  background-image: url("/logo-white.svg");
}

.border-border {
  border-color: #e5e5e5;
}
.border-primary\/20 {
  border-color: rgba(0, 71, 171, 0.2);
}
.border-secondary\/20 {
  border-color: #00A25F;
}
.border-\[\#262626\] {
  border-color: #262626;
}

.text-white {
  color: #ffffff;
}
.border-2 .text-primary {
  color: #a62c00 !important;
}

.text-primary {
  color: #a62c00;
}

.bg-white .text-primary {
  color: #a62c00 !important;
}
.text-secondary {
  color: #d97706;
}
.text-muted-foreground {
  color: #737373;
}
.text-neutral-300 {
  color: #d4d4d4;
}
.text-neutral-400 {
  color: #a3a3a3;
}
.text-foreground {
  color: #171717;
}
.fill-neutral-400 {
  fill: #a3a3a3;
}

.border-primary_20{
  border: 1px solid rgba(166, 44, 0, 0.2);
}
.border {
  border-width: 1px;
  border-style: solid;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}

.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.z-50 {
  z-index: 50;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-3 {
  left: 0.75rem;
}
.top-1\/2 {
  top: 50%;
}

.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}

.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: flex-start;
}
.flex-col {
  flex-direction: column;
}
.flex-shrink-0 {
  flex-shrink: 0;
}

.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[15px\] {
  gap: 15px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.w-auto {
  width: auto;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-64 {
  width: 16rem;
}
.w-full {
  width: 100%;
}
.w-\[117px\] {
  width: 117px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[250px\] {
  width: 250px;
}
.w-px {
  width: 1px;
}

.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-56 {
  height: 14rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[48px\] {
  height: 48px;
}
.h-auto {
  height: auto;
}
.h-px {
  height: 1px;
}
.max-h-full {
  max-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-31px\] {
  margin-top: -31px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-0 {
  margin-left: 0;
}
.ml-\[50px\] {
  margin-left: 50px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}

.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-wider {
  letter-spacing: 0.05em;
}

.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.whitespace-nowrap {
  white-space: nowrap;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-duration: 150ms;
}

.object-contain {
  object-fit: contain;
}
.bg-contain {
  background-size: contain;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}
.translate-y-\[4px\] {
  transform: translateY(4px);
}

.overflow-x-auto {
  overflow-x: auto;
}

.space-y-1 > * + * {
  margin-top: 0.25rem;
}
.space-y-2 > * + * {
  margin-top: 0.5rem;
}
.space-y-3 > * + * {
  margin-top: 0.75rem;
}

.hover\:bg-neutral-700:hover {
  background-color: #404040;
}
.hover\:bg-primary\/90:hover {
  background-color: #8b2500;
}
.hover\:bg-muted:hover {
  background-color: #f5f5f5;
}
.hover\:bg-\[\#901308\]\/90:hover {
  background-color: rgba(144, 19, 8, 0.9);
}
.hover\:text-white:hover {
  color: #ffffff;
}
.hover\:text-primary:hover {
  color: #a62c00;
}
.hover\:text-neutral-300:hover {
  color: #d4d4d4;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.focus\:outline-none:focus {
  outline: none;
}
.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgba(0, 71, 171, 0.2);
}
.focus\:border-primary:focus {
  border-color: #a62c00;
}

.classified_ad{
  font-size: 16px !important;
}

.green_border{
  border: 1px solid #6ca48d !important;
}

.phone_number{
  color: lab(2.75381 0 0) !important;
  text-decoration: none !important;
}

.flex-col .mail_section_btn{
  background-color: #a62c00 !important;
}

.mail_section_btn:hover{
  background-color: #9B2A20 !important;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
  }
  .sm\:ml-\[50px\] {
    margin-left: 50px;
  }
  .sm\:w-\[300px\] {
    width: 300px;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }
  .lg\:ml-\[30px\] {
    margin-left: 30px;
  }
  .lg\:ml-\[40px\] {
    margin-left: 40px;
  }
  .lg\:ml-\[60px\] {
    margin-left: 60px;
  }
  .lg\:mt-\[18px\] {
    margin-top: 18px;
  }
  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .lg\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }
  .lg\:translate-y-4 {
    transform: translateY(1rem);
  }
  .lg\:translate-y-\[7px\] {
    transform: translateY(7px);
  }
  .lg\:translate-y-\[21px\] {
    transform: translateY(21px);
  }
}

@media (min-width: 1280px) {
  .xl\:ml-\[98px\] {
    margin-left: 98px;
  }
  .xl\:ml-\[116px\] {
    margin-left: 116px;
  }
  .xl\:ml-\[127px\] {
    margin-left: 127px;
  }
  .xl\:ml-\[163px\] {
    margin-left: 163px;
  }
}
