@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
    justify-content: center !important;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #51545f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 2px #fde0db;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #d5050a;
}
p a:hover
{
	color: #d5050a;
	background: #fde0db;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #fde0db;
	color: #d5050a;
}
p::selection
{
	background: #fde0db;
}
h1{font-size: 72px;}
h2{font-size: 36px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', sans-serif;
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #d5050a;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}


/* Brands */
.intro{
    margin-top: 180px;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
	.intro {
		margin-top: 100px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
} 

.intro_content{
    text-align: center;
} 

.intro_content h1{
    font-size: 40px;
    color: #1e1e27;
}

.intro_content p{
    font-size: 16px;
    color: #51545f;
    margin-top: 10px;
}

.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 16px; 
  padding-top: 15px;
  padding-bottom: 55px;
  padding-left: 40px;
  padding-right: 40px;
}

/* Brand card */
.brand_item {
	width: calc(20% - 16px); 
	min-width: 300px; /* wider to contain information */
	display: flex;
	flex-direction: column; /* image on top */
	align-items: center;
	gap: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	background: #fff;
	padding: 16px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.brand_image {
	flex: 0 0 auto; 
	width: 100%;
	height: 120px; /* taller image area on top */
	border-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand_image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand_info {
	width: 100%;
}

.brand_info p {
  margin: 0;
  color: #333;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .brand_item { width: calc(25% - 16px); } /* 4 per row */
}

@media (max-width: 992px) {
  .brand_item { width: calc(33.333% - 16px); } /* 3 per row */
}

@media (max-width: 768px) {
  .brand_item { width: calc(50% - 16px); } /* 2 per row */
}

@media (max-width: 480px) {
  .brand_item { width: 100%; } /* 1 per row */
}