/* --------------------------------------
GLOBAL STYLES
-----------------------------------------*/
html{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: normal;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden;
}
/* Other fixes*/
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	        box-sizing: border-box;
}
i {
  vertical-align: middle;
}
strong{
  font-weight: 800;
}
ul, ol {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
h1 , h2, h3, h4, h5{
  margin: 0;
  padding: 0;
  font-family: "Goldman", sans-serif;
}
/* LINKS */
a{  color:; }
a:hover{ text-decoration: none; cursor: pointer;}

a {text-decoration:none;}
a:hover {text-decoration:none;  color: #737577; }
a:before,a:after { text-decoration:none;}
a:before,a:after,
a:hover:before,a:hover:after {text-decoration:none;}

p{font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0; 
}
p strong{ font-weight: 600;}
/* IMG RESPONSIVE */
img{
  display: block;
  max-width: 100%;
  height: auto;
}
.container-fluid{
  width: 90%;
  padding: 0;
}
.btn-standard{
  background: #840B07;
  padding: 10px 20px;
  border: 3px solid #B20802;
  margin: 20px 0;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-family: "Goldman", sans-serif;
}
.btn-standard img{
  height: 20px;
  width: auto;
  margin-right: 8px;
  display: inline-block;
}
.btn-standard:hover{
  color: #fff;
  background: #B20802;
  border: 3px solid #840B07;
}
.morepadding{
  padding-right: 100px;
  padding-left: 100px;
}
/*---------------------------------------
FORM                 
-----------------------------------------*/
.form-control{
  background: #fff;
  padding: 15px;
  color: #808080;
  font-size: 16px;
  height: 60px;
  box-shadow: none;
  border: 2px solid #840B07;
  border-radius:                   10px;
  -webkit-border-radius:           10px;
  -moz-border-radius:              10px;
}
.form-control::-moz-placeholder {
   color: #808285;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #808285;
}
.form-control::-webkit-input-placeholder {
   color: #808285;
}
select{ 
   background: #efefef url(../images/bg_dropdownselect.webp) right 0 no-repeat !important;
  height: 55px !important;
   background-size: auto 100%;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
   -moz-border-radius: 0;  /* Firefox 1-3.6 */     
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
form label{
  font-size: 18px;
  padding-top: 15px;
}
/*---------------------------------------
SLIDEBOX               
-----------------------------------------*/
.slide-box {
  position: fixed;
  top: 40%;
  transform: translateY(-50%);
  right: -275px;
  width: 370px;
  height: 200px;
  background: url(../images/bg_towpopout.webp) 0 0 no-repeat;
  background-size: 370px 200px;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 8000;
}
/* Reveal on hover */
.slide-box:hover {
  right: 0; /* fully visible */
}
.slide-box div{
  display: grid;
  grid-template-columns: 25% 70%;
  padding: 0 30px 0 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  align-items: center;
}
.slide-box div span{
  font-size: 38px;
  color: #fff;
  font-weight: 500;
}
.slide-box div:first-child{
  padding-top: 90px;
}
.slide-box div.chatnow a{
  border: 2px solid #550503;
  background: #740C0C;
  color: #fff;
  border-radius: 7px;
  font-size: 38px;
  line-height: 1.2;
  padding-left: 10px;
}
.slide-box div.chatnow a:hover{
  background: #be0612;
}
.slide-box div.chatnow a img{
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: 10px;
}
.slide-box div.tow{
  position: relative;
  top: -10px;
}
.slide-box div.tow a img{
  display: inline-block;
  width: 35px;
  height: auto;
  margin-right: 10px;
}
.slide-box div.tow a{
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
/*---------------------------------------
CHATBTN              
-----------------------------------------*/
.chatbtn{
  position: fixed;
  left: 40px;
  top: 90%;
  z-index: 8000;
}
.chatbtn a{
  background: #840B07;
  padding: 0 10px;
  border: 3px solid #B20802;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.chatbtn a img{
  height: 20px;
  width: auto;
  margin-right: 8px;
  display: inline-block;
}
.chatbtn a:hover{
  color: #fff;
  background: #B20802;
  border: 3px solid #840B07;
}
/*---------------------------------------
HEADER               
-----------------------------------------*/
header{
  font-family: "Goldman", sans-serif;
  position: fixed;
  top: 0;
  z-index: 5000;
  width: 100%;
}
header .wraptop{
  background: linear-gradient(to bottom, #414141, #606060);
  height: 150px;
  position: relative;
  z-index: 1000;
}
header .utilities{
  background: url(../images/bg_utilities.webp) 0 0 no-repeat;
  background-size: 100% 46px;
  height: 46px;
  padding: 0 150px 0 50px;
  position: absolute;
  right: 0;
  top: 0;
}
header .utilities > ul{
  display: flex;
  padding-bottom: 5px;
  height: 46px;
  justify-content: center;
}
header .utilities > ul > li{
  text-align: center;
  border-right: 1px solid #AD7575;
  font-size: 19px;
}
header .utilities > ul > li:last-child{
  border-right: none;
}
header .utilities > ul > li a{
  padding: 13px 25px 13px 25px;
   display: flex;
  align-items: center;
  flex-direction: row;
  color: #fff;
}
header .utilities > ul > li a img{
 width: auto;
 height: 23px;
 margin-right: 10px;
}
header .utilities > ul > li a:hover{
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.44) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hover-wrap {
  position: relative;
  list-style: none;
}

/* Main link */
.hover-wrap > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #000;
}

/* Dropdown menu */
.hover-wrap > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 4px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 100;
}

/* Show on hover */
.hover-wrap:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown links */
.hover-wrap > ul li{
  text-align: center;
}
.hover-wrap > ul li a {
  display: block;
  padding: 6px 0;
  text-decoration: none;
  color: #333 !important;
  white-space: nowrap;
}

.hover-wrap > ul li a:hover {
  color: #000;
}


header .logo{
  padding-top: 30px;
}
header .logo img{
  width: 400px;
  height: auto;
}
header ul#menu li{
  font-size: 19px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
header ul#menu > li > a{
  padding: 10px 20px 10px 20px;
  display: block;
  color: #fff;
}
header .bottom{
  background: url(../images/bg_bartexture.webp) 0 0 no-repeat;
  background-size: 100% 48px;
  height: 48px;
  position: relative;
  top: -24px;
  z-index: 3000;
  margin-bottom: -24px;
}
header .bottom p{
  padding-top: 5px;
  font-size: 22px;
}
header .bottom p a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
header .bottom p a img{
  width: auto;
  height: 20px;
  margin-right: 10px;
}
header .hang{
  bottom: -100px;
  right: 150px; 
}
header .textcall{
  background: url(../images/bg_mobileonlytext.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
header .textcall a{
  background: #740C0C;
  padding: 0 10px;
  border: 2px solid #550503;
  border-radius: 7px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 5px;
}
header .textcall a img{
  height: 30px;
  width: auto;
  margin-right: 5px;
  display: inline-block;
}
.hang ul li{
  font-family: "Goldman", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  border-right: 1px solid #B7B7B7;
}
.hang ul li:last-child{
  border-right: none;
}
.hang ul li a{
  display: flex;
  align-items: center;
  color: #494949;
  padding: 10px 15px;
  transition: background 0.3s ease;
}
.hang ul li a:hover{
 background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.hang ul li a img{
  height: 25px;
  width: auto;
  padding-right: 20px;
}
/*---------------------------------------
SECTION: MAINBANNER              
-----------------------------------------*/
.mainbanner{
  position: relative;
  z-index: 1000;
  margin-top: 100px;
  height: 560px;
  width: 100%;
}
.mainbanner > img{
  height: 560px;
  width: 100%;
  object-fit: cover;
}
.mainbanner .title{
  position: absolute;
  left: 0;
  top: 28%;
  background: url(../images/bg_mainbanner.webp) 0 0 no-repeat;
  background-size: 100% auto;
  width: 750px;
  font-family: "Goldman", sans-serif;
  padding-bottom: 40px;
}
.mainbanner .title .wrap{
  padding: 10px;
  width: 70%;
  margin: 0 auto;
}
.mainbanner .title h1{
  font-size: 72px;
  line-height: 1;
  color: #fff;
}
.mainbanner .title p{
  font-size: 36px;
  color: #E3E3E3;
}
.mainbanner .bgfilter{
  background: url(../images/bg_bannerfilter.webp) center 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainbanner > .btn-standard{
  position: absolute;
  bottom: -50px;
}
/*---------------------------------------
SECTION: SUBBANNER              
-----------------------------------------*/
.subbanner {
    position: relative;
    height: 250px;
    margin-top: 100px;
}
.subbanner img {
    height: 250px;
    object-fit: cover;
  width: 100%;
}
.subbanner .bgblk{
  background: url(../images/bg_subbanner.webp) 0 0 no-repeat;
  background-size: 100% 101%;
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  z-index: 2000;
}
.subbanner .title{
  position: absolute;
  z-index: 3000;
  top: 60%;        
  transform: translate(0, -50%);
  width: 100%;
}
.subbanner .title h1{
  font-size: 50px;
  color: #EDEDED;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCBCB;
}
.subbanner .title ul{
  padding-top: 15px;
  display: flex;
  font-family: "Goldman", sans-serif;
}
.subbanner .title ul li a{
  padding: 0 15px;
  color: #fff;
}
.subbanner .title ul li:first-child a{
  padding-left: 0;
  }
.subbanner .title ul li::after{
  content: ">";
  color: #fff;
}
.subbanner .title ul li:last-child::after{
  content:"";
}
/*---------------------------------------
SECTION: MAINCONTENT             
-----------------------------------------*/  
.maincontent{
  position: relative;
}
.maincontent.bgcontent{
  background: #fefefe url(../images/bg_maincontentsub.webp) 0 bottom repeat-x;
  background-size: 100% auto;
}

hr{
  border: none;      /* remove default HR line */
  margin: 0;
  opacity: 1;
  position: relative;
  z-index: 3000;
}
hr.divider1{
 background: url(../images/bg_divider1.webp) 0 center no-repeat;
 background-size: 100% 28px !important;
 height: 28px;
}
hr.divider2 {
  background: url(../images/bg_divider2.webp) center center no-repeat;
  background-size: 100% 40px;
  height: 40px;
}
.shadowtop::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px; /* adjust shadow height */
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),   /* darkest at the top */
    rgba(0, 0, 0, 0)       /* fade to transparent */
  );
}
.titlewrapper{
  background: #840B07;
  position: relative;
  z-index: 2;
  margin: 0 50px;
  padding-bottom: 15px;
}

.titlewrapper h2{
  padding: 20px 50px 0 50px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.maincontent .twocol-logo{
  display: flex;
  padding: 20px 0;
  gap: 50px;
  align-items: center;
  width: 80%;  
  margin: 0 auto;
}
.maincontent .twocol-logo .logo{
  flex: 0 0 40%; 
  padding: 30px;
}
.maincontent .twocol-logo .textcontent{
  flex: 0 0 60%; 
}
.maincontent .twocol-logo p{
  color: #50441B;
}
.maincontent p{
  font-size: 18px;
  line-height: 1.5;
}
.maincontent .brands{
 border-top: 1px solid #CBCBCB;
  padding: 50px 0; 
}
.maincontent .logosblk{
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
  align-items: center;                   /* vertical align */
  justify-items: center;                 /* horizontal align */
  gap: 20px;                             /* spacing */
  width: 100%;
  padding-bottom: 50px;
}
.maincontent .logosblk img{
  max-height: 70px;         
  width: auto;            
  object-fit: contain; 
}
.maincontent .brands p{
  text-align: center;
  color: #6A6A6A;
  font-size: 18px;
}
.maincontent .brands a.btn{
  display: block;
  width: fit-content;   /* allows auto width */
  margin: 15px auto;       /* centers the block */
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 19px;
  color: #840B07;
  text-transform: uppercase;
}
.maincontent .brands a.btn:hover{
  background: #F8F8F8;
}
.maincontent .contentsub{
  padding: 50px 0;
}
.maincontent .contentsub p{
  padding-bottom: 25px;
}
.maincontent .contentsub .twocol{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.threecol{
  display: flex;
  padding: 80px 0;
}
.threecol .add{
  flex: 0 0 40%; 
  padding-left: 50px;
  padding-right: 50px;
}
.threecol .add > ul li{
  display: grid;
  grid-template-columns: 13% 87%;
  border-bottom: 1px solid #CBCBCB;
  align-items: flex-start;
  padding: 8px 50px 8px 0;
  color: #606060;
  font-size: 18px;
}
.threecol .add > ul li:last-child{
  border-bottom: none;
}
.threecol .add ul li a{
  color: #606060;
}
.threecol .add ul li a.tel{
  font-size: 26px;
  font-weight: 600;
}
.threecol .add ul li img{
  width: 25px;
  height: auto !important;
  margin-right: 20px;
}
.threecol .add ul li strong,
.threecol .add ul li span{
  display: block;
  padding: 3px 0;
}
.threecol .socmed{
  flex: 0 0 15%; 
}
.threecol .socmed h3{
  padding-bottom: 25px;
}
.threecol .socmed img{
  width: 47px;
  height: auto;
}
.threecol .contactform{
  flex: 0 0 45%; 
}
.threecol .contactform h3{
  color: #840B07;
  font-size: 35px;
  padding-bottom: 25px;
}
.photoboxes{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 10px 0;
}
.photoboxes a{
   background: #fff;   
}
.photoboxes .pic{
  position: relative;
}
.photoboxes .pic span{
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: "Goldman", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  color: #CBCBCB;
  font-size: 35px;
  display: inline-block; /* needed if you want the gradient to fit the span */
  padding: 15px 25px;
}
.photoboxes .pic img{
  border: 10px solid #707070;
  height: 250px;
  width: auto;
  object-fit: cover;
}
.photoboxes a:hover .pic img{
  border: 10px solid #840B07;
}
.photoboxes a:hover .pic span{
  background: linear-gradient(
    to bottom,
    rgba(132, 11, 7, 0.35) 0%,
    rgba(132, 11, 7, 0.75) 100%
  );
}
.photoboxes a p{
  padding: 20px 20px;
  color: #000;
}
/*---------------------------------------
SECTION: TESTIBLK             
-----------------------------------------*/  
.testiblk{
  background: url(../images/bg_diagonalrepeat.webp) 0 center no-repeat;
  background-size: cover;
  position: relative;
}
/* TOP shadow */
.testiblk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; /* adjust shadow size */
  pointer-events: none;

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.52),   /* stronger at top */
    rgba(0, 0, 0, 0)       /* fades to transparent */
  );
}
/* BOTTOM shadow */
.testiblk::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px; /* adjust shadow size */
  pointer-events: none;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.52),   /* stronger at bottom */
    rgba(0, 0, 0, 0)       /* fades upward */
  );
}
/* LEFT shadow */
.testiblk .left-shadow {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.52),
    rgba(0, 0, 0, 0)
  );
}
/* RIGHT shadow */
.testiblk .right-shadow {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0)
  );
}
.testiblk .container-fluid{
  width: 90%;
}
.testireview{
  position: relative;
}
.testibox{
  padding: 10px 20px;
  display: inline-block;
}
.testibox .wrap{
  padding: 10px 0;
  width: 60%;
  margin: 0 auto;
}
.testibox .wrap > img{
  height: auto;
  width: 250px;
  margin: 0 auto 40px auto;
}
.testibox .wrap p{
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.testibox .wrap span{
  padding-top: 40px;
  text-align: center;
  color: #019EC3;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.testibox .wrap span strong{
 font-weight: 400;
  border-right: 1px solid #CBCBCB;
  margin-right: 20px;
  color: #fff;
  padding: 10px 15px;
}
.testibox .wrap span img{
  width: 66px;
  height: auto;
}
.slick-list{
  width: 90%;
  margin: 0 auto;
}
.slick-slide{
  height: auto;
  padding: 80px 0;
}
.slick-arrow{
  border: none;
  background: none;
  width: 68px;
  height: auto;
  display: block;
  position: absolute;
  top: 40%;
  z-index: 3000px;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
    /* Style the main container for the dots */
    .slick-dots {
        position: absolute; /* or relative, depending on your layout */
        bottom: 43px; /* Adjust position as needed */
        width: 100%;
        text-align: center;
        list-style: none; /* Remove default list styling */
        padding: 0;
        margin: 0;
    }

    /* Style individual dot list items */
    .slick-dots li {
        display: inline-block;
        margin: 0 5px; /* Spacing between dots */
    }

    /* Style the dot buttons (inactive state) */
    .slick-dots li button {
        font-size: 0; /* Hide the default numbers/text */
        line-height: 0;
        display: block;
        width: 12px; /* Size of the dot */
        height: 12px; /* Size of the dot */
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #000; /* Inactive dot color */
        border-radius: 50%; /* Make them circular */
    }

    /* Style the active dot button */
    .slick-dots li.slick-active button {
        background: #A5A5A5; /* Active dot color */
    }

    /* Optional: Add hover effects */
    .slick-dots li button:hover,
    .slick-dots li button:focus {
        background: #666; /* Hover color */
    }
/*---------------------------------------
SECTION: FAQBLK             
-----------------------------------------*/  
.bgslantgray{
  background: url(../images/bg_lightgrayslant.webp) 0 center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
  position: relative;
}
.bgcar{
  background: url(../images/bg_car.webp) 0 center no-repeat;
  background-size: 100% auto;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
/* ACCORDION */
#customAccordion{
  border: 5px solid #EAEAEA;
  margin: 50px 0;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 2000;
}
.accordion-button{
  border-radius: 0 !important;
}
.accordion-header{
  border: 4px solid #CBCBCB;
  
}
.accordion-button {
  background: #F7F7F7;
  color: #840B07;
  font-size: 20px;
  font-weight: 500;
}
.accordion-item{
  padding-bottom: 15px;
  border: none;
}
/* Remove Bootstrap’s default arrow */
.accordion-button::after {
  display: none !important;
}

.custom-acc {
  position: relative;
  padding-right: 40px; /* space for arrow */
}

/* Arrow style */
.custom-acc .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #A8A8A8;
  border-bottom: 2px solid #A8A8A8;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* Rotate arrow when expanded */
.custom-acc:not(.collapsed) .arrow {
  transform: translateY(-50%) rotate(125deg);
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: #840B07;
}
.accordion-button:focus {
    z-index: 3;
    border-color:  #CBCBCB;
    box-shadow: none;
}
#customAccordion button img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
.custom-acc {
  position: relative;
  padding-right: 40px; /* space for arrow */
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between icon + text */
}
.acc-text {
  flex: 1; /* lets the text fill available space */
}

/*---------------------------------------
SECTION: TEXTPICBLK             
-----------------------------------------*/  
.bgslantright{
  background: url(../images/bg_slantright.webp) right 0 no-repeat;
  background-size: auto 100%;
}
.bgslantleft{
  background: url(../images/bg_slantleft.webp) 0 0 no-repeat;
  background-size: auto 100%;
}
.bgslantleft.movebg{
  background-position: 0 200px;
}
.textpicblk{
  position: relative;
}
.textpicblk .container-fluid{
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
}
.textpicblk .container-fluid > div{
 flex: 0 0 50%; 

}
.textpicblk .textside{
  padding-right: 100px !important;
}
.textpicblk .textside p{
  font-size: 18px;
  padding-bottom: 15px;
}
.textpicblk.bgslantleft .textside{
  order: 2;
  padding-left: 100px !important;
}
.textpicblk.bgslantleft .picside{
  order: 1;
}
.textpicblk.number h3{
  display: flex;
  gap: 30px;
  align-items: center;
}
.textpicblk.number h3 span{
  font-size: 100px;
}
.textpicblk.number h3 strong{
  width: 50%;
  font-weight: 400;
  line-height: 1;
}
.textpicblk h3{
  font-size: 40px;
  color: #840B07;
  padding-bottom: 15px;
   flex: 0 0 100%;
    max-width: 100%;
}
.textpicblk .picside img{
  border-radius: 29px;
}
.textpicblk.first{
  position:relative; 
  margin-top: -80px; 
  z-index: 1000;
}
.textpicblk.first h3{
  padding-top: 100px;
}
.contentblk{
  position: relative;
}
.contentblk .adjustdiv{
  position:relative; z-index: 2000;
}
.pdtop{
  padding-top: 80px
}
.contentblk.bgslantgraycar{
  background: url(../images/bg_slantgraycar.webp) -70px 30% no-repeat;
  background-size: 250px auto;
}
.contentblk .bgslantredcar{
  position: absolute;
  width: 250px;
  height: auto;
  bottom: 20%;
  right: -130px;
  z-index: 3000;
}
.contentblk .bgslantredcar.position2{
  bottom: 0;
  top: -90px;
  right: -100px;
}
/*---------------------------------------
SECTION: PHOTOGAL          
-----------------------------------------*/  
.photogal{
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.photogal img{
  width: 100%;
  height: 350px;       /* set desired height */
  object-fit: cover;   /* crops nicely while keeping aspect ratio */
  flex: 1;    
}
/*--------------------------------------- 
SECTION: HIBLK       
-----------------------------------------*/ 
.hiblk{
  background: url(../images/bg_diagonalrepeat.webp) 0 center no-repeat;
  background-size: 100% auto;
  position: relative;
  margin-bottom: 150px;
}
.hiblk .text{
  width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 40px;
  position: relative;
  z-index: 4000;
}
.hiblk .text h4{
  font-size: 47px;
  color: #fff;
}
.hiblk .text p{
  font-size: 20px;
  color: #fff;
}
.hiblk .topright{
  position: absolute;
  z-index: 3000;
  width: 450px;
}
.hiblk .bottomleft{
  position: absolute;
  z-index: 3000;
  width: 600px;
}

/*---------------------------------------
SECTION: CENTERBLK          
-----------------------------------------*/  
.centerblk{
  background: url(../images/bg_graydiagonal.webp) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}
.centerblk .container{
  width: 45%;
  margin: 0 auto;
  display: flex;
}
.centerblk .container .icon{
  flex: 0 0 30%;
}
.centerblk .container .icon img{
  width: 80%;
}
.centerblk .container .text{
  flex: 0 0 70%;
}
.centerblk .container .text h3{
  color: #840B07;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
}
.centerblk .container .text p{
  border-bottom: 1px solid #707070;
  padding-bottom: 25px;
}
.centerblk .container .btn-standard{
  text-transform: uppercase;
}
/*---------------------------------------
FOOTER          
-----------------------------------------*/ 
footer{
  position: relative;
}
footer a{
 color: #606060;
}
footer .hang{
  right: 150px;
  z-index: 3000;
}
footer .top{
  background: #E6E6E6;
}
footer .top img{
  width: 400px;
  height: auto;
}
footer .middle{
  padding: 50px 0;
  font-family: "Roboto", sans-serif;
  display: flex;
}
footer .middle .links{
   flex: 0 0 50%;
   border-right: 1px solid #ccc;
  color: #606060;
}
footer .middle .links h3{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #606060;
}
footer .middle .links p{
  font-weight: 400;
  line-height: 1.5;
}
footer .middle .links strong{
  font-size: 22px;
}
footer .middle .links strong a{
  color: #606060;
}
footer .middle .links .cols{
   display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .middle .links .cols ul li{
  font-size: 14px;
  padding: 0 0 18px 0;
}
footer .middle .midlogo{
   flex: 0 0 30%;
   border-right: 1px solid #ccc;
   padding: 50px;
}
footer .middle .midlogo img{
  width: 70%;
  margin: 0 auto 25px auto;
}
footer .middle .midlogo p{
  font-size: 16px;
  color: #50441B;
}
footer .middle .socmed{
   flex: 0 0 20%;
  padding-left: 50px;
}
.socmed h4,
.socmed h3{
  color: #606060;
  padding-bottom: 20px;
}
.socmed .logos{
  display: grid;
  grid-template-columns: 50% 50%;
  width: 80%;
}
.socmed img{
  height: 54px;              
  width: auto;
  margin-bottom: 25px;
}
footer .bottom{
  border-top: 1px solid #CBCBCB;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
footer .bottom p{
  font-size: 14px;
  color: #808080
}
footer .bottom ul li{
  display: inline-block;
  color: #808080;
   font-size: 14px;
  padding: 0 5px;
}
footer .bottom ul li a{
  color: #808080;
  text-decoration: underline;
}
/*---------------------------------------
MODAL POP UP
-----------------------------------------*/
.modal {
  z-index: 9999 !important;
}
.modal-backdrop {
  z-index: 9998 !important;
}
.modal-content {
  border: none;
  background: transparent;
}
.formbox{
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(254, 254, 254, 1) 0%,
    rgba(236, 236, 236, 1) 100%
  );
  border: 3px solid #cbcbcb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  padding: 30px 30px 0 30px;
}
.formbox p{
  padding: 15px 0;
  color: #840B07;
  font-size: 18px;
  font-weight: 500;
}
.formbox span{
  color: #c2c0c0;
  padding: 5px 0;
  font-size: 14px;
}
.formbox .btn-standard{
  float: right;
}
.formbox .notif{
  padding: 30px 20px;
  text-align: center;
}
.formbox .notif img{
  width: 80%;
  margin: 0 auto;
}
.formbox .notif h3{
  color: #606060;
  font-size: 45px;
  text-transform: uppercase;
  border-bottom: 1px solid #b1b1b1;
  padding: 20px 0 15px 0;
}
.formbox .notif .btn-standard{
  float: none;
}
.modal-lower-left {
  position: fixed;
  left: 20px;      /* distance from the left edge */
  bottom: 80px;    /* distance from the bottom */
  margin: 0;
}

.modal.fade .modal-dialog {
  transition: none; /* optional: remove slide animation */
}
.brands-intro .brand-groups {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}
.brands-intro .brand-group h3 {
    margin-bottom: 10px;
}
.brands-intro .brand-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brands-intro .brand-group li {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
}
.brands-intro .brand-group a {
    color: #8b0000;
    text-decoration: none;
}
.brands-intro .brand-group a:hover {
    text-decoration: underline;
}
.brands-intro {
    padding-top: 50px;
    padding-bottom: 50px;
}
   .brands-intro h2 {
       margin-bottom: 15px;
   }