/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');


@font-face {
    font-family: 'BC Falster Grotesk';
    src: url('https://26794716.fs1.hubspotusercontent-eu1.net/hubfs/26794716/bc-falster-grotesk-regular-1.otf') format('otf'),
         url('https://26794716.fs1.hubspotusercontent-eu1.net/hubfs/26794716/bc-falster-grotesk-regular-1.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BC Falster Grotesk';
    src: url('https://26794716.fs1.hubspotusercontent-eu1.net/hubfs/26794716/bc-falster-grotesk-regular-2.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BC Falster Grotesk';
    src: url('https://26794716.fs1.hubspotusercontent-eu1.net/hubfs/26794716/bc-falster-grotesk-light-1.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}




* {
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  box-sizing: border-box;
}

body {
 height: 100vh;
 position: relative;
}


.capitalize {
 text-transform: capitalize; 
}
.goldbrowncoltext {
 color: #7D6F54 !important; 
}


.hs_cos_wrapper_type_rich_text p, .hs_cos_wrapper_type_rich_text h1, .hs_cos_wrapper_type_rich_text h2, .hs_cos_wrapper_type_rich_text h3, .hs_cos_wrapper_type_rich_text h4, .hs_cos_wrapper_type_rich_text h5, .hs_cos_wrapper_type_rich_text h6 {
  font-family: 'BC Falster Grotesk' !important;
}
p {
  font-family: 'BC Falster Grotesk';
  margin-bottom: 0;
}


a {
 text-decoration: none; 
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'BC Falster Grotesk' !important;
  margin-bottom: 0;
}

a {
 font-family: "Roboto Mono"; 
}


.bggray {
 background: #F5F3F1; 
}
 color: black !important; 
}
.textcenter {
 text-align: center; 
}
.textleft {
 text-align: left !important; 
}
.textwhite {
 color: #FFF !important; 
}
/* Container max width */ 
.cmaxwidth {
  max-width: 1440px;
  margin: 0 auto;
}

.dblock {
 display: block; 
}

/* Global paddings */
.gpad {
 padding: 64px 120px; 
}

.ptop-120 {
   padding-top: 120px !important; 
}
.ptopbottom-120 {
 padding-top: 120px !important; 
 padding-bottom: 120px !important;
}

.pbottom-120 {
  padding-bottom: 120px !important;
}
.mt48 {
  margin-top: 48px;
}

.mb64 {
 margin-bottom: 64px !important; 
}

.mb18 {
 margin-bottom: 18px; 
}
.mb48 {
  margin-top: 48px;
}
.mt24 {
 margin-top: 24px; 
}

.mt32 {
 margin-top: 32px; 
}

.mb48 {
   margin-bottom: 48px; 
}

.mb32 {
  margin-bottom: 32px; 
}

.mb8 {
 margin-bottom: 8px; 
}

.fontitalic {
 font-style: italic !important; 
}

/* Global margins */
.mb16 {
 margin-bottom: 16px; 
}

.mb24 {
 margin-bottom: 24px; 
}

.mb8{
 margin-bottom: 8px; 
}

.mb14 {
 margin-bottom: 14px;  
}


/* Heading text */ 
.h1 {
  color: var(--Accent-White, #FFF);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 84px; /* 131.25% */ 
  
}

.h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */ 
}
.h3 {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 136.364% */ 
}
.h4 {
  color: var(--Accent-Black, #000);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 133.333% */ 
}

.h5 {
 color: var(--Primary-Gold-Brown-GB-100, #7D6F54);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px; /* 137.5% */ 
}

.h6 {
  color: #FFF;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 36px; /* 150% */ 
}
/* Paragraph text */
.p1 {
  color: var(--Accent-Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 160% */
}

.p1bold {
  font-weight: 700 !important;
}
.p2 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px; /* 166.667% */ 
}
.p3 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
}

.p6 {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 12px; /* 120% */ 
}

.flex1 {
 flex: 1; 
}



/* Button main styles */

.exobtn-global-coloredbtn {
  position: relative;
  display: inline-block;
  padding: 14px 20px !important;
  font-family: "Roboto Mono" !important;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--Primary-Gold-Brown-GB-75, #988D79);
  color: var(--Accent-White, #FFF) !important;
  background: var(--Primary-Gold-Brown-GB-75, #988D79) !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.6s ease-in-out;
  z-index: 1; /* Ensure text stays on top */
}

.exobtn-global-coloredbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #7D6F54;
  border: 1px solid #7D6F54;
  border-radius: 50%; /* Circular fill */
  z-index: -1; /* Keep it behind the button text */
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 
    width 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    height 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.8s ease-in-out;
}

.exobtn-global-coloredbtn:hover::before {
  width: 120%;
  height: 300%;
  opacity: 1; /* Full visibility */
}

.exobtn-global-coloredbtn:hover {
  color: #fff !important; /* Smooth text color transition */
  background: var(--Primary-Gold-Brown-GB-75, #988D79) !important;
}


/* End Button main styles */


/* Button transparent styles */


.exobtn-global-tranparentbtn {
  position: relative;
  display: inline-block;
  padding: 14px 20px !important;
  font-family: "Roboto Mono" !important;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--Primary-Gold-Brown-GB-75, #988D79);
  color: var(--Primary-Gold-Brown-GB-75, #988D79) !important;
  background: transparent !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.6s ease-in-out;
  z-index: 1; /* Ensure text stays on top */
}

.exobtn-global-tranparentbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #7D6F54;
  border: 1px solid #7D6F54;
  border-radius: 50%; /* Circular fill */
  z-index: -1; /* Keep it behind the button text */
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 
    width 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    height 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.8s ease-in-out;
}

.exobtn-global-tranparentbtn:hover::before {
  width: 120%;
  height: 300%;
  opacity: 1; /* Full visibility */
}

.exobtn-global-tranparentbtn:hover {
  color: #fff !important; /* Smooth text color transition */
}






/* End Button transparent styles */


.exobtn-global-lightbtn {
 background: transparent !important;
 box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
 padding: 14px 20px !important;
 color: #B4AD9F !important;
 font-family: "Roboto Mono" !important;
 font-size: 16px !important;
 font-style: normal !important;
 font-weight: 500 !important;
 line-height: 18px !important; /* 100% */
 border: 1px solid var(--Primary-Gold-Brown-GB-75, #988D79);
 text-decoration: none;
 text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: color 0.6s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}


.exobtn-global-lightbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #7D6F54;
  border: 1px solid #7D6F54;
  border-radius: 50%; /* Circular fill */
  z-index: -1; /* Keep it behind the button text */
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 
    width 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    height 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.8s ease-in-out;
}

.exobtn-global-lightbtn:hover::before {
  width: 120%;
  height: 300%;
  opacity: 1; /* Full visibility */
}

.exobtn-global-lightbtn:hover {
  color: #fff !important; /* Smooth text color transition */
}




.exobtn-dwnld-btn {
  background: var(--Secondary-Gamelan-G-50, #BEB7B1);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 14px 20px !important;
   color: #FFF!important;
   font-family: "Roboto Mono" !important;
   font-size: 18px !important;
   font-style: normal !important;
   font-weight: 500 !important;
   line-height: 18px !important; /* 100% */
   border: 1px solid var(--Primary-Gold-Brown-GB-75, #BEB7B1);
   text-decoration: none;
   text-align: center;
}





.btn-width {
  width: fit-content !important;
}

.exobtn-global-newbtn {
  position: relative;
  display: inline-block;
  padding: 14px 20px !important;
  font-family: "Roboto Mono" !important;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  text-decoration: none;
  text-align: center;
  border: 1px solid #BEB7B1;
  color: var(--Accent-White, #FFF) !important;
  background: #BEB7B1 !important;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.6s ease-in-out;
  z-index: 1; /* Ensure text stays on top */
  
}

.exobtn-global-newbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: #7D6F54;
  border: 1px solid #7D6F54;
  border-radius: 50%; /* Circular fill */
  z-index: -1; /* Keep it behind the button text */
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 
    width 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    height 0.8s cubic-bezier(0.4, 0, 0.2, 1), 
    opacity 0.8s ease-in-out;
}

.exobtn-global-newbtn:hover::before {
  width: 120%;
  height: 300%;
  opacity: 1; /* Full visibility */
}

.exobtn-global-newbtn:hover {
  color: #fff !important; /* Smooth text color transition */
  background: #BEB7B1 !important;
}





.btn-dflex-wrapper {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 margin-top: 32px;
}


.bike-info-btn-wrapper {
 margin-top: 50px;
 margin-bottom: 20px;
}


.dflex-opt {
 display: flex;
 gap: 24px;
 align-items: center;
 justify-content: center;
}

.opacityhalf {
 opacity: 0.5 !important; 
}

@media only screen and (max-width: 1200px) {
 .gpad {
 padding: 64px; 
}
  
  .ptopbottom-120 {
    padding: 64px 32px !important; 
  }
  .mt48 {
  margin-top: 24px;
}

  .pbottom-120 {
  padding-bottom: 64px !important;
}
  
  nav {
    padding: 10px 32px !important; 
  }
  
  .h1 {
    font-size: 36px !important;
    line-height: 3rem !important; 
  }
  
   .h2 {
    font-size: 32px !important;
    line-height: 2rem !important; 
  }
  
  
  .h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}
  .h3 {
    font-size: 34px;
    line-height: 40px;  
  }
   .h4 {
    font-size: 30px;
    line-height: 34px;  
  }
  
  .h5 {
  font-size: 28px;
  line-height: 36px; /* 137.5% */ 
}

  .p1 {
   font-size: 16px;
   line-height: 22px;
  }
  
  .p2 {
  font-size: 16px;
  line-height: 22px; /* 166.667% */ 
}
  
  .exobtn-global-coloredbtn, .exobtn-global-tranparentbtn {
   font-size: 14px !important;
   padding: 10px;
   width: 100%;
  }

  
}




  .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(389px, 1fr));
      gap: 20px;
      row-gap: 77px;
    }
    .mw507 {
    max-width: 507px;     
}
    .card {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start;
    }

    .blogcard-auth-date {
      color: var(--Secondary-Ray-R-100, #D1BCA4);
          font-family: Roboto Mono;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 21px */
      margin-top: 14px;
}

.blog-listing-intro-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 32px;
  gap: 32px;
}
.card-info-wrapper {
 margin-bottom: 40px; 
}
.card-info-wrapper img {
 width: 100%;
 height: 300px;
 object-fit: cover;
}

.blog-body p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  margin-bottom: 0;
}

.bli-col2 form{
   transition: all 0.3s ease;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--Primary-Latte-Mocha-LM-100, #CAC5BA);
  background: #F9F9F9;
  width: 100%;
  gap: 0;
  border-radius: 0;
}

.bli-col2 form:has(input:focus-visible) {
}
.bli-col2 form button {
  border: none;
  background: none;
}
.bli-col2 form input {
  flex: 1 0 0;
  border: none;
  background: none;
  padding: 14px 16px;
  color: var(--Secondary-Mousse-Gray-GR-25, #DADBDB);
  font-family: "Roboto Mono";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
}
.bli-col2 form input::placeholder {
  color: var(--Neutrals-N-6, #C8C8C9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
}
.bli-col2 form input:focus-visible {
  outline-width: 0;
}

.bli-col2 ul.hs-search-field__suggestions {
  margin: 0;
}

@media only screen and (max-width: 900px) {
  .blog-listing-intro-text-wrapper {
  grid-template-columns: 1fr;
}
.card-info-wrapper img {
 height: 420px;

}
}
@media only screen and (max-width: 720px) {
 .gpad {
 padding: 32px; 
}
    .grid-container {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .grid-container {
      row-gap: 20px;
    }
  
  .card-info-wrapper {
 margin-bottom: 20px; 
}
  
  .card-info-wrapper img {
    height: 240px;

}
  
  .btn-width {
   width: 100% !important; 
  }
}

@media screen and (max-width: 525px) {
  .bli-col2 form {
    width: 100%;
  }
}





@media only screen and (max-width: 470px) {
  
    .bike-info-btn-wrapper {
        margin-bottom: 30px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        width: 100%;
        margin-top: 35px;
}
  
     .btn-dflex-wrapper {
   flex-direction: column;
     width: 100%;
  } 
  
}