.elementor-kit-7{--e-global-color-primary:#C81E1E;--e-global-color-secondary:#3A3A3A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F2F2F2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --red:#C81E1E;
  --red-dark:#A81818;
  --dark:#3A3A3A;
  --light:#F2F2F2;
  --border:#E6E6E6;
  --text:#222;
  --max:1200px;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
}

.container{
  max-width:var(--max);
  margin:0 auto;
  padding:0 16px;
}

a{color:inherit; text-decoration:none;}
a:hover{text-decoration:underline;}

.btn{
  display:inline-block;
  background:var(--red);
  color:#fff;
  padding:12px 18px;
  border-radius:4px;
  font-weight:600;
}
.btn:hover{background:var(--red-dark); text-decoration:none;}

.topbar{
  background:var(--dark);
  color:#fff;
  font-size:15px;
}
.topbar .inner{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  height:54px;
}
.topbar .inner a{
  padding:10px 0;
  opacity:.95;
}
.topbar .inner a:hover{opacity:1; text-decoration:none;}

.hero{
  background:#fff;
  padding:38px 0 10px;
  border-bottom:4px solid var(--red);
}
.hero .logo{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:18px 0 10px;
}
.hero .tagline{
  text-align:center;
  color:#777;
  font-weight:600;
  margin-bottom:18px;
}

.actions{
  display:flex;
  justify-content:flex-end;
  margin-top:-60px;
}
.actions .btn{padding:14px 22px;}

.searchbar{
  background:var(--dark);
  padding:18px 0;
}
.search-grid{
  display:grid;
  grid-template-columns: 220px 220px 90px 1fr 120px;
  gap:12px;
  align-items:center;
}
.select, .input{
  width:100%;
  height:44px;
  border-radius:4px;
  border:1px solid #cfcfcf;
  padding:0 12px;
  font-size:14px;
}
.search-btn{
  height:44px;
  border:0;
  border-radius:4px;
  background:var(--red);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}
.search-btn:hover{background:var(--red-dark);}

@media (max-width: 900px){
  .actions{justify-content:center; margin-top:12px;}
  .search-grid{
    grid-template-columns: 1fr 1fr;
  }
  .search-grid .span-2{grid-column: span 2;}
}/* End custom CSS */