@charset "utf-8";
/* CSS Document */




@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Oswald:wght@200..700&display=swap');




.font_oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.font_dm_sans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

 
body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400; 
}


.hp {display:none;
visibility: hidden;}




.msg_error {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
    color: #d8000c;
    margin: 10px 0;
   padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
   
}

.msg_success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
    color: #4F8A10;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 2px;
}


.msg_info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
    color: #00529B;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
   padding-bottom: 2px;
}


.msg_warning {
    background-color: #fff8e1;
    border-left: 6px solid #ffeb3b;
    color: #9F6000;
    margin: 10px 0;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
   padding-bottom: 2px;
}


.img_rnd {border-radius: 15px;
}




.footerbar {background:#4f3119;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%;
    color:rgba(223,223,223,1.00);
}


.footerbar a {color:#DBDBDB;}

.footerbar a:hover {text-decoration: underline;}


  .check-icon {
    margin-right: 2px; /* Add some space between the checkmark icon and text */
  }



   
          .footerimages img {border-radius: 8px;
          margin:5px;}
          
          


.google-maps {
    position: relative;
    padding-bottom: 70%; /*// (450 ÷ 500 = 0.9 = 90%)*/
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






.link_white a{color:rgba(236,236,236,1.00);}


.bookingbar {
    background-color: #333333;  /* Dark background */
    padding: 20px 0;  /* Top and bottom padding */
    color: #ffffff;  /* White text for contrast */
    width: 100%;  /* Full width */
}




.reviewbar {
    background: rgba(235, 235, 235, 0.95);
    padding: 25px;
    height: 100%;
    color: #1c1702;
  
    
}


.review-container {
  
    
    height: 100%;
    padding: 20px;
    
}

.reviewbox {
    text-align: center;
    margin-bottom: auto;
    
}

.stars {
    margin-top: auto; /* Keeps stars at the bottom */
    text-align: center;
}

.reviewtext {
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

.review_name {
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}



/* Button styles for "Leave us a review" link */
.leave-review-btn {
    display: inline-block;
    background-color: #007bff; /* Primary blue color */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.leave-review-btn:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-2px);
        color: white;
}

.leave-review-btn:active {
    background-color: #004085; /* Even darker blue when active */
    transform: translateY(0);
}






.bt_small a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px; background-color:#DDDDDD;
    color: #091A52;
   
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    transition: background-color 0.6s ease;
}

.bt_small a:hover { background-color: #0056b3; 
    color: #fff;
   
}


.apptform {
    color:rgba(247,247,247,1.00);
}





.formdark form label {
	font-size:14px;
    font-weight: 500;
    color: #292929;
	
}
	
.formdark form p {
	margin-bottom:0px;	font-size:14px;
    font-weight: 500;
       color: #fff;
	}	

.formdark form legend {
	margin-bottom:0px;	font-size:14px;
    font-weight: 500;
       color: #292929;
	}	

.formdark h4 {color:#292929;font-family: "Titillium Web", sans-serif;}

.formdark {
    background: #d3d3d3;

padding: 12px;
border-radius: 9px;
border-color: rgba(211,211,211,1.00);
border-width: 3px;
border-style: solid;
margin-bottom: 25px;
max-width: 700px;
margin-left: auto; margin-right: auto;}




.formdark .labeledoptions label{font-weight:normal;
color:#292929;
display: inline-block; margin-right: 10px;}


.hidit_form {display:none;
visibility: hidden;}


.checkboxcontainer {border-color: rgba(223,223,223,1.00);
border-style: inset;
border-width: 1px;
border-radius: 6px;
padding-left: 12px;
padding-top: 10px;
padding-right: 12px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;}

@media screen and (min-width: 741px) {
  .checkboxcontainer {
    border: none;
    padding: 0;
    margin: 0;
  }
}


     

.panel_gradient {
 background: linear-gradient(to bottom, #ffffff 0%, #e4e7e7 100%);
    padding-bottom: 20px;
}

      .hero_title {
  position: relative;
      color: #5a3b1e;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  z-index: 1;
}

.hero_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.10em; 
  width: 100%;
  height: 0.25em; 
  background-color:rgba(86,61,0,.10);
  z-index: -1;
}


.hero_title sup {font-size:31px;}

.tagline {

  font-size: 2.6rem;

   
  margin-right: -50px; 
  z-index: 2; 
  position: relative;
}



@media screen and (max-width: 741px) {
  .hero_title {
   font-size: 2.5rem;
  }
    
    .tagline {

  font-size: 1.6rem;
 
  margin-right: 5px; 
 
}
}


.shop_button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;                
  background-color: #5a3b1e;  
  color: #ffffff;            
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;     
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.shop_button i {
  font-size: 0.9rem;          
}

.shop_button:hover {
  background-color: #3d2812;   
  color: #ffffff;           
  transform: translateY(-2px); 
}



.large_numbers {font-size: 4.5rem;
color:rgba(96,85,85,0.20);
    font-weight: bold;
    line-height: 0px;
font-family: Arial, "sans-serif";}


.hp_triimage {margin-top: -60px;}


.prodimg {
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
}




.dealer_panel {
  background: url("../images/dealer_panel_bg.jpg") center center / cover no-repeat;
  background-color: #5a3b1e;         /* fallback brown */
  border-radius: 12px;
  padding: 60px 20px;
  margin: 40px 25px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    max-width: 1000px;
}

.dealer_panel h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #ffffff;
}

.dealer_panel .dealer_subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
}

.dealer_panel .dealer_text {
  font-family: 'DM Sans', sans-serif;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #f0eceb;   /* lighter text for readability */
}

/* reuse your shop_button style */
.dealer_panel .shop_button {
  background-color: #ffffff;
  color: #5a3b1e;
  font-weight: 600;
}
.dealer_panel .shop_button:hover {
  background-color: #c8a77d;
  color: #ffffff;
}





.top-nav {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.logo img {
margin-bottom: 20px;
    max-height: 50px;
}

/* Cart Icon */
.cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;             /* size of circle */
  height: 35px;
  border-radius: 50%;      /* makes it round */
  background-color: #5a3b1e; /* brown background */
  color: #fff;             /* cart icon white */
  font-size: 1rem;

  transition: all 0.3s ease-in-out;
}

.cart-link:hover {
  color: #4bbdb5; 
  background-color: #7a5230;
}

/* Contact Button */
.contact-btn {
  background: #5a3b1e;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-weight: 600;
    margin-top: 8px;
    margin-left: 8px;
}

.contact-btn:hover {
  color: #4bbdb5; 
  background-color: #7a5230;
}

header {padding-top: 20px;
      border-bottom-color: #372e2e;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      margin-bottom: 30px;}
             









.regform p, label{
font-size: 16px;
	font-weight: bold;
	color:rgba(54,54,54,1.00);
	padding:0px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:2px;}



.regform fieldset {
	border-width: 2px;
	border-style: solid;
	border-color: #515151;
	margin-top: 10px;
	
border-radius: 2px;
	background-color:#F8F8F8;
	
}

.regform legend {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
background: #162d61;


border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.nobold{
font-weight: normal;}


.nobold label{
font-weight: normal;}




.inline_labels label {
  display:inline;
  
}

.inline_labels input {
    display: inline;
    vertical-align: baseline;
}


.bt_addtocart {
  display: inline-block;
  background-color: #C77A28;        /* warm coppery brown */
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.75em 1.5em;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.1s ease;
}

.bt_addtocart:hover,
.bt_addtocart:focus {
  background-color: #A96520;        /* darker on hover */
  color: #fff;
  transform: translateY(-1px);      /* subtle lift */
}

.bt_addtocart:active {
  background-color: #8A521B;        /* pressed tone */
  transform: translateY(0);
}

.bt_addtocart:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

 .font_big {font-size:1.4rem;}



.product_price {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.price_main {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3a2c1c;       /* dark brown tone matching header text */
  display: block;
}

.price_detail {
  font-size: 1rem;
  color: #555;
  display: block;
  margin-top: 0.1rem;
}

.shipping_note {
  font-size: 0.95rem;
  color: #7a6a56;
  margin-top: 0.3rem;
}



.video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 6px;
}

.video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.video_note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  font-style: italic;
}




      .relatedproducts {
  margin-top: 2rem;
          
}

.relatedproducts h4 {
  font-weight: normal;
  margin-bottom: 1rem;
    color:#5a3b1e;
}

.relatedproducts a {
  color: #222;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-left: 10px;
    padding-right: 10px;
}

.relatedproducts a:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.relatedproducts img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 0.5rem;
}






.regform p, label{
font-size: 16px;
	font-weight: bold;
	color:rgba(54,54,54,1.00);
	padding:0px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:2px;}



.regform fieldset {
	border-width: 2px;
	border-style: solid;
	border-color: #515151;
	margin-top: 10px;
	
border-radius: 2px;
	background-color:#F8F8F8;
	
}

.regform legend {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
background: #162d61;


border-top-left-radius: 5px;
border-top-right-radius: 5px;
}


.nobold{
font-weight: normal;}


.nobold label{
font-weight: normal;}




.inline_labels label {
  display:inline;
  
}

.inline_labels input {
    display: inline;
    vertical-align: baseline;
}



.bt_blue {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 18px;
    border: 0px solid #0a2b7e;
    border-radius: 8px;
    background: #1c78ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#1c78ff), to(#0a2b7e));
    background: -moz-linear-gradient(top, #1c78ff, #0a2b7e);
    background: linear-gradient(to bottom, #1c78ff, #0a2b7e);
    font: normal normal bold 18px arial;
    color: #ffffff;
    text-decoration: none;
}
.bt_blue:hover,
.bt_blue:focus {
    border: 0px solid #0b308c;
    background: #2290ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2290ff), to(#0c3497));
    background: -moz-linear-gradient(top, #2290ff, #0c3497);
    background: linear-gradient(to bottom, #2290ff, #0c3497);
    color: #ffffff;
    text-decoration: none;
}
.bt_blue:active {
    background: #0a2b7e;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a2b7e), to(#0a2b7e));
    background: -moz-linear-gradient(top, #0a2b7e, #0a2b7e);
    background: linear-gradient(to bottom, #0a2b7e, #0a2b7e);
}




.workspace_container {background:rgba(69,54,12,0.18);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
border-style: solid;
border-width: 1px;
border-color: rgba(2,2,2,0.10);}






