/* Non brand styles */
body {
    background-color: #fff !important;
}
#main {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.site-footer {
  padding: 10px 0 !important;
  background-color: #111111 !important;
}
.disclaimer {
  width: 100%;
  position: absolute;
  bottom: -20px;
  background-color: #313131;
  padding: 15px !important;
  margin: 30px 0 0 0;
  font-size: 10px !important;
  color: #fff;
}
.disclaimer p {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.site-content {
  /* background-image: url('https://oil.capitaljeep.com/wp-content/uploads/2025/06/1920x1080_.jpg') !important; */
}
.nf-cell {
  max-height: 110px !important;
}
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 0px !important;
}
.nf-after-form-content .nf-error-msg {
  display: none !important;
  height: 0px !important;
}
.nf-after-field {
  min-height: 10px;
}
.nf-error-msg.nf-error-required-error {
  font-size: 12px !important;
}
.brand-info, .container {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.brand-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 15px 0 !important;
}
.brand-info .dealer-logo {
  margin: 0 auto !important;
}
.emergency-contact {
  padding: 5px 0;
}
.emergency-contact p {
  margin: 0 auto;
  padding-top: 0 !important;
  font-size: 20px !important;
}
.emergency-contact p a {
  font-size: 20px !important;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.location {
  font-size: 16px !important;
  text-align: center;
}
.b-block {
  margin: 40px 0 180px !important;
}
.container {
  margin: 0 40px !important;
}
body .site-content .row {
  max-width: 540px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  box-shadow: 8px 9px 17px #000;
  border-radius: 40px;
  background-color: #fff !important;
}
.bkg-image {
  position: relative;
  padding: 40px 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) {
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) h3 {
  font-weight: 700 !important;
  color: #C71806 !important;
  font-size: 32px !important;
}
 
.nf-row:nth-of-type(4),
.nf-row:nth-of-type(6) {
  display: none !important;
  height: 0px !important;
}
.nf-row:nth-of-type(3) .submit-container input{
  border-radius: 5px;
}
.nf-row:nth-of-type(3) .submit-container input{
  width: 100%;
  background-color: #C71806 !important;
  color: #fff !important;
  border: none !important;
}

.nf-row:nth-of-type(3) .submit-container input:hover {
  background-color: #8a0f01 !important;
  color: #fff;
  box-shadow: 4px 5px 0px 1px #afafaf !important;
}
img {
  max-width: 100% !important;
}
.site-branding {
  background-color: #eeeeee !important;
  margin-bottom: 20px;
}
.site-branding-cont {
  max-width: 200px !important;
  margin: 0 auto 15px auto !important;
}
.site-branding-cont {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
}
.nf-form-title {
  display: none !important;
  height: 0px !important;
}
.nf-form-fields-required {
  display: none !important;
}
body .site-content .row .col-sm-12.col-md-12.col-lg-6 {
  max-width: 540px !important;
  width: 100% !important;
}
body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) {
  position: relative !important;
}
.timer-image {
  position: absolute !important;
  top: -20px;
}
.site-info div a, .site-info div a:focus {
 text-align: center; 
 font-size: 14px; 
 color: #fff !important; 
 text-decoration: none;
 padding-left: 5px;

}
@media screen and (max-width: 959px) {
  .hidden-lg {
    display: block !important;
    width: 100%;
    height: unset;
    border-top-left-radius: 40px !important;
    border-top-right-radius: 40px !important;
    min-height: 150px;
    object-fit: cover;
  }
  .hidden-sm {
    display: none !important;
    width: 0px;
    height: 0px;
  }
  body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) {
    padding: 30px 10px 15px 10px !important;
  }
}
@media screen and (min-width: 500px){
  .b-block {
    margin: 60px 0 100px !important;
  }
  .container {
    margin: 0 60px !important;
  }
  .brand-info .dealer-logo {
    margin: auto auto auto 0 !important;
  }
  .emergency-contact {
    display: flex !important;
    gap: 15px !important;
  }
  .emergency-contact p {
    text-align: right !important;
  }
  .location {
    font-size: 16px !important;
    text-align: right;
  }
  body .site-content .row {
    max-width: 540px !important;
    margin: 0 auto !important;
  }
  .brand-info {
    display: flex !important;
    flex-direction: row !important;
    padding: 20px 0 !important;
  }
  .site-branding-cont {
    max-width: 310px !important;
    margin: 0 40px 0 auto !important;
  }
}
@media screen and (min-width: 720px) {
  .b-block{
    margin: 60px auto 140px auto !important;
  }
  .container {
    margin: 0 80px !important;
  }
  body .site-content .row {
    max-width: 720px !important;
    margin: 0 auto !important;
  }
  body .site-content .row .col-sm-12.col-md-12.col-lg-6 {
    max-width: 720px !important;
    width: 100% !important;
  }
  body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) h3 {
    color: #C71806 !important;
    font-size: 42px !important;
  }
  .disclaimer {
    position: absolute;
    bottom: -20px;
    background-color: #313131;
    padding: 30px !important;
    margin: 30px 0 0 0;
    font-size: 10px !important;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .b-block {
    margin: 80px 0 175px !important;
  }
  .container {
    margin: 0 auto !important;
  }
  body .site-content .row {
    max-width: 900px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    box-shadow: 8px 9px 17px #000;
  }
  body .site-content .row .col-sm-12.col-md-12.col-lg-6 {
    max-width: 960px !important;
    width: calc(50% - 20px) !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 40px !important;
    border-top-right-radius: 40px !important;
  }
  body .site-content .row .col-sm-12.col-md-12.col-lg-6:nth-of-type(2) {
    padding: 40px 40px 0 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .hidden-lg {
    display: none !important;
    width: 0px;
    height: 0px;
  }
  .hidden-sm {
    display: block !important;
    width: 100%;
    height: 100%;
    border-top-left-radius: 40px !important;
    border-bottom-left-radius: 40px !important;
  }
}
@media screen and (min-width: 1100px) {
  body .site-content .row {
    max-width: 960px !important;
  }
}
@media screen and (min-width: 1200px) {
  body .site-content .row {
    max-width: 1100px !important;
  }
}

.site-header{
  background-color: #222;
  color: white !important;
}
.site-title, .site-name{
  color: white !important;
  font-size: 1.4em !important;
}
.site-description{
  color: white !important;
}
/* submit buttons */
.nf-row:nth-of-type(2) .submit-container input{
  border-radius: 5px;
}
.nf-row:nth-of-type(2) .submit-container input{
  width: 100%;
  background-color: #C71806 !important;
  color: #fff !important;
  border: none !important;
}

.nf-row:nth-of-type(2) .submit-container input:hover {
  background-color: #8a0f01 !important;
  color: #fff;
  box-shadow: 4px 5px 0px 1px #afafaf !important;
}
/* end of submit buttons */

#nf-field-83-container {
  display: none !important;
}
.nf-field-label {
  color: #3E3E3E;
}
.nf-field-element {
  border: none !important;
}
.nf-form input:not([type=button]),
.nf-form textarea {
  background-color: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 6px !important;
  transition: 0.5s ease-in-out !important;
}
.nf-form input:not([type=button]):hover,
.nf-form:hover textarea {
  box-shadow: 2px 4px 2px 0px #e9e9e9 !important;
}
/* Stellantis brand colours */
.brand-stellantis form .nf-field-81 {
  background-color: #000;
  color: #fff;
}

.brand-stellantis form .nd-field-81 {
  background-color: #C71806;
  color: #fff;
}

body .nf-form-content .list-select-wrap .nf-field-element>div, body .nf-form-content input:not([type=button]), body .nf-form-content textarea {
  color: #3E3E3E;
  background-color: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 6px !important;
  transition: 0.5s ease-in-out !important;
}
body .nf-form-content .list-select-wrap .nf-field-element>div, body .nf-form-content input:not([type=button]), body .nf-form-content textarea:hover {
  box-shadow: 2px 4px 2px 0px #e9e9e9 !important;
}

.brand-stellantis form input:hover {
  box-shadow: 2px 4px 2px 0px #e9e9e9 !important;
}

.brand-stellantis footer {
  background-color: rgba(38,38,38,1.00);
  color: #fff;
}

/* hyundai colours etc */

/* Homepage styles */
.dealership-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 15px
}
.dealership-list a {
  background-color: #C71806;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}
.dealership-list a:hover {
  background-color: #8a0f01;
}