@font-face {
    font-family: 'CopperplateCC';
    src: url('/fonts/copperplate-cc.bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap; /* IMPORTANT – no blocking */
}

/* ===============================
   Header  - home
=============================== */
.account-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 999;
}

/* Keep dropdown open when hovering wrapper OR dropdown */
.account-dropdown-wrapper:hover .account-dropdown,
.account-dropdown:hover {
    display: block;
}

.Header-branding-logo{
        max-width: 180px;
}

#mainNavbar ul li a {
    color: #263672;
    /* font-family: 'none'; */
    font-family: 'CopperplateCC', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: lowercase; /* make all letters small */
}

/* Make the first letter slightly bigger */
#mainNavbar ul li a::first-letter {
    font-weight: 700;
    text-transform: uppercase;
}

#searchResults {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100% !important;
    z-index: 1000;
    display: none;
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* MAIN WRAPPER */
.search_result {
    gap: 18px;
    padding: 10px;
}

/* COLUMNS */
.sr-left { flex: 2; }
.sr-right { flex: 1; }

/* TITLE */
.sr-title {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: bold;
}

/* PRODUCT ITEM */
.sr-product {
    display: flex;
    align-items: center;
    padding: 6px 4px;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
}
.sr-product:hover {
    background-color: #f9f9f9;
}

.sr-img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}

.sr-info {
    width: 220px; /* FIXED WIDTH TO WRAP NAME */
}

.sr-name {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
    color: #000;
}

.sr-price {
    color: #555;
}

/* CATEGORY ITEMS */
.sr-cat {
    display: block;
    padding: 6px 2px;
    font-size: 12px;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
}

/* DIVIDER */
.sr-divider {
    width: 1px;
    background: #e0e0e0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .search_result {
        flex-direction: column;
        gap: 10px;
    }
    .sr-divider {
        display: none;
    }
}



.container-header {
  max-width: 1500px !important; /* or any width you prefer */
}

.offcanvas {
    width: 260px; /* adjust sidebar width */
}

.offcanvas .nav-link {
    font-family: 'CopperplateCC', sans-serif;
    font-weight: 700;
    color:white;
}

.offcanvas .nav-link:hover {
    color: white;
}

.btn-close {
    background-color: white !important;
}


/* ===============================
   hero section
=============================== */

.Index-gallery img {
  height: 77vh;
  object-fit: cover;
  /*object-position: center -60px;*/
}

.Index-gallery-item-content {
  position: absolute;
  bottom: 2%;
  left: 0;
  color: #fff;
  max-width: 100%;
  background: rgba(38, 55, 115, .66);
  padding: 20px;
  border-radius: 10px;
}

.Index-gallery-item-content-heading {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .05em;
}

.Index-gallery-item-content-body p {
  margin-top: 10px;
  font-size: 19px;
  font-family: 'EB Garamond', serif;
}

.Index-gallery-control--left,
.Index-gallery-control--right {
  width: 5%;
}


/* Carousel Dots */
.Index-gallery-indicators {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* Each dot */
.Index-gallery-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Active dot */
.Index-gallery-indicators button.active {
  background-color: #ffffff; /* gold accent */
  transform: scale(1.2);
}

/* Hover effect */
.Index-gallery-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}


/* ===============================
   Quality, Craftsmanship, Performance
=============================== */

.why-bobs-section {
  background-color: #fff;
}

.why-bobs-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}

.why-bobs-custom-saddles img {
  width: 70%;
  height: auto;
  object-fit: cover;
  margin: 0;
}

.why-bobs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.why-bobs-title {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0;
  color: #263672;
  text-transform: capitalize;
}

.why-bobs-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .why-bobs-title {
    font-size: 26px;
  }
  .why-bobs-text {
    font-size: 14px;
  }
}



.keep-reading{
  font-size: 16px;
    text-decoration: none;
    color: #e0954c;
    font-family: 'EB Garamond';
}


.why-bobs-section {
  background-color: #fff;
}


.why-bobs-title {
    font-family: system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    letter-spacing: .02em;
    line-height: 1em;
    text-transform: uppercase;
    color: #d39850;
}

.why-bobs-title-second {
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    letter-spacing: .02em;
    line-height: 1em;
    color: #263672;
}

.why-bobs-text {
  font-family: 'EB Garamond';
  margin: 0;
  font-size: 16px;
  color:#000000cc;
  line-height: 1.8em;
}

/* Button styling */
.btn-read-more {
  font-family: 'CopperplateCC', sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-width: 2px;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  transition: all 0.3s ease;
}

.btn-keep-reading {
  display: inline-block;
  background-color: #d39850; /* warm brown/orange tone */
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-keep-reading-second {
  display: inline-block;
  background-color: #d39850; /* warm brown/orange tone */
  color: #fff;
  font-family: 'EB Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 19px 22px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.new-form-saddles-News{
  width: 35%;
}

.btn-keep-reading:hover {
  background-color: #b8773b; /* darker shade */
  color: #fff;
  transform: translateY(-1px);
}

.btn-keep-reading:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .why-bobs-title,
  .why-bobs-text,
  .btn-read-more {
    text-align: center;
  }
  .why-bobs-text{
     text-align: left;
  }
}



/* .divider {
  border: 0;
  height: 1px;
  background-color: #a3a3a3;
  max-width: 1470px;
  margin: 2rem auto;
} */




.breadcrumb-container {
  text-align: left;
  padding: 1rem 0;
}

.breadcrumb-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb-container li {
  display: inline-block;
  margin: 0 10px;
}

.breadcrumb-container a {
  font-family: 'ltc-bodoni-175';
  color: #0a2351;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}



.featured-saddles {
  text-align: center;
  padding: 9px  20px;
  background-color: #fff;
}

.featured-saddles h2 {
  font-family: system-ui;
  font-size: 28px;
  color: #d39850;
  font-stretch: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.featured-saddles-News h2 {
  font-family: 'system-ui';
  font-size: 28px;
  color: #d39850;
  font-stretch: 110%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.featured-saddles-News h3 {
  font-size: 22px;
  font-family: 'EB Garamond';
  color: #263672;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/* .saddle-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0px;
  justify-items: center;
  align-items: start;
  max-width: 1500px;
  margin: 0 auto 12px;
} */

.saddle-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.saddle-item a {
  text-decoration: none;
}

.saddle-item img:hover {
  transform: scale(1.03);
}

.saddle-item p {
  margin-top: 15px;
  font-size: 20px;
  color: #020202;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}

.btn-view-saddles {
  display: inline-block;
  background-color: #d39850;
  color: #fff;
  text-transform: uppercase;
  font-family: 'CopperplateCC', serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-view-saddles:hover {
  background-color: #d39850;
  transform: translateY(-2px);
}

/* Wrapper */
.saddle-gallery-wrapper {
  position: relative;
  max-width: 1500px;
  margin: 0 auto 20px;
  overflow: hidden;
}

/* Top navigation buttons */
.saddle-gallery-header {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}

.nav-btn {
  background: none;
  border: none;
  color: #888; /* gray icons */
  font-size: 22px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.nav-btn:hover {
  color: #000;
}

/* Gallery scroll area */
.saddle-gallery {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.saddle-item {
  flex: 0 0 25%; /* 4 items per row */
  box-sizing: border-box;
  padding: 5px;
}

.saddle-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.saddle-item img:hover {
  transform: scale(1.03);
}

.saddle-item p {
  margin-top: 15px;
  font-size: 20px;
  color: #020202;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}










.sponsor-gallery {
  max-width: 1500px;
  margin: 0 auto;
  padding: 3rem 1rem;
  text-align: center;
}

.sponsor-title {
  font-family: "EB Garamond", serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1d3772;
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0px;
  align-items: center;
  justify-items: center;
}

.sponsor-grid a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sponsor-grid a:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

.sponsor-grid img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}



.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.social-icons a {
  color: #000000; /* navy blue tone */
  font-size: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  color: #d37b2a; /* warm gold accent */
  transform: scale(1.1);
}





.saddle-gallery {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
}
.saddle-gallery::-webkit-scrollbar {
  display: none; /* optional: hide scrollbar */
}
.saddle-item {
  flex: 0 0 25%; /* keep items from shrinking */
}






/* General Footer Styles */
.footer {
  background-color: #142b6f;
  color: #fff;
  padding: 30px 0 30px;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 50px;
}

/* Layout */
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Left Section */
.footer-left {
  text-align: center;
  flex: 1;
  min-width: 280px;
}

.footer-left h3 {
  color: #d39850;
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-left p {
  font-size: 15px;
  color: #f5f5f5;
}

/* Social Icons */
.social-icons-footer {
  margin-bottom: 20px;
}

.social-icons-footer a {
  color: #000000;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease;
}


.social-icons-footer a:hover {
  color: #d39850;
}

.social-icons-footer a {
  color: #fafafa;
  margin-right: 15px;
  font-size: 20px;
  transition: color 0.3s ease;
}

/* Right Section (Form) */
.footer-right {
  background-color: #fff;
  color: #000;
  padding: 25px;
  border-radius: 8px;
  flex: 1;
  min-width: 340px;
  font-family: 'Roboto', sans-serif;
}

.newsletter-form label {
  display: block;
  font-weight: 600;
  margin-top: 10px;
  font-size: 14px;
}

.newsletter-form input {
  width: 100%;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
}

/* Consent Text */
.consent-text {
  font: 11px "Helvetica Neue", Arial, sans-serif;
  color: #333;
  margin-top: 12px;
}

.consent-text a {
  color: #000000;
  text-decoration: underline;
}

/* Button */
.signup-btn {
    width: 96.5% !important;
  background-color: #d39850 !important;
  color: #fff !important;
  border: none !important;
  /*padding: 12px !important;;*/
  margin-top: 15px !important;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  border-radius: 4px !important;
  transition: background-color 0.3s ease !important;
    margin-bottom: 15px !important;
}

.signup-btn:hover {
  background-color: #d39850;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.footer-links li {
  display: inline-block;
  margin: 0 10px;
}



.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #d39850;
  text-decoration: underline;
}

/* Credit */
.dev-credit {
  font-size: 14px;
  color: #ccc;
}

.dev-credit a {
  color: #fff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }

  .footer-right {
    margin-top: 20px;
  }
  .saddle-item {
  flex: 0 0 50%; /* 2 items per row */
  box-sizing: border-box;
  padding: 5px;
}
}









.more-bobs-section {
  padding: 1rem 1rem 2rem 1rem;
  background-color: #fff;
  text-align: center;
}

.about-container-keep-reading{
  text-align: center;
  justify-content: space-around;
  display: flex;
}

.divider {
  border: 0;
  height: 1px;
  /* width: 95%; */
  max-width: 1500px;
  background-color: #000;
  margin: 2rem auto;
}

.more-bobs-section h3 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #263672;
  margin-bottom: 1.5rem;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.bobs-btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  font-family: "EB Garamond", serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  transition: all 0.3s ease;
}

.bobs-btn:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.05);
}








/* ===============================
   page-About
=============================== */




.about-Index-gallery img {
  height: 100vh;
  object-fit: cover;
  object-position: center -30px;
}

.about-Index-gallery-item-content {
  position: absolute;
  bottom: 2%;
  left: 0;
  color: #fff;
  max-width: 100%;
  background: rgba(38, 55, 115, .66);
  padding: 20px;
  border-radius: 10px;
}

.about-Index-gallery-item-content-heading {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .05em;
}

.about-Index-gallery-item-content-body p {
  margin-top: 10px;
  font-size: 19px;
  font-family: 'EB Garamond', serif;
}

.about-Index-gallery-control--left,
.about-Index-gallery-control--right {
  width: 5%;
}


/* Carousel Dots */
.about-Index-gallery-indicators {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* Each dot */
.about-Index-gallery-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Active dot */
.about-Index-gallery-indicators button.active {
  background-color: #ffffff; /* gold accent */
  transform: scale(1.2);
}

/* Hover effect */
.about-Index-gallery-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}





/* ===============================
   Quality, Craftsmanship, Performance
=============================== */

.why-bobs-section {
  background-color: #fff;
}


.why-bobs-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.why-bobs-title-section {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  max-width: 1150px;
  margin: 0 auto;
  font-family: 'EB Garamond';
  margin: 0;
  font-size: 16px;
  color:#000000cc;
  line-height: 1.8em;
}

.keep-reading{
  font-size: 16px;
    text-decoration: none;
    color: #e0954c;
    font-family: 'EB Garamond';
}


.why-bobs-section {
  background-color: #fff;
}



.about-why-bobs-title {
  font-family: 'EB Garamond';
    font-weight: 500;
    font-style: normal;
    font-size: 23px;
    letter-spacing: .02em;
    line-height: 1em;
    color: #1d3772;
}

.why-bobs-text {
  font-family: 'EB Garamond';
  margin: 0;
  font-size: 16px;
  color:#000000cc;
  line-height: 1.8em;
   font-size: 16px;
  color: #444;
  line-height: 2;
  max-width: 1200px;
  margin: 0;
  letter-spacing: 1px;
}

.why-bobs-title-heading-section {
    font-family: system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    letter-spacing: .02em;
    line-height: 1em;
    text-transform: uppercase;
    color: #d39850;
}

.image-section {
  padding: 50px;       /* adds inner space around the image */
  margin: 0;           /* removes outer margin */
  overflow: hidden;    /* prevents image overflow */
}

.image-section img {
  width: 100%;         /* ensures image fits inside the container */
  height: auto;
  display: block;
  border-radius: 10px; /* optional — keeps it neat */
}

@media (max-width: 767px) {
  .why-bobs-title {
    font-size: 26px;
  }
  .about-why-bobs-text {
    font-size: 14px;
  }
}



/* ===============================
   page-saddles
=============================== */


.sponsor-title-paragraph {
font-family: "EB Garamond", serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}

.saddles-featured-saddles {
  text-align: center;
  padding: 20px;
  background-color: #fff;
  width: 100%; /* ensure full width */
}

/* .saddles-featured-saddles h2 {
  font-family: system-ui;
  font-size: 28px;
  color: #e0954c;
  font-stretch: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 3em 5em auto;
} */
.sponsor-saddle-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 3 items per row */
  gap: 40px; /* space between items */
  max-width: 1500px;
  margin: 0 auto;
  width: 100%; /* full width */
  justify-items: center;
}

.sponsor-saddle-item {
  width: 100%; /* each item fills its grid column */
  text-align: center; /* preserve text alignment */
}

.sponsor-saddle-item img {
  width: 100%;
  height: 550px; /* larger image */
  object-fit: cover; /* crop if needed, fill space */
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.sponsor-saddle-item img:hover {
  transform: scale(1.05);
}

.sponsor-saddle-item p {
  margin-top: 15px;
  font-size: 20px;
  color: #020202;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}
.sponsor-saddle-item a {
 text-decoration: none;
}
.sponsor-saddle-item a {
 font-family: system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.8em;
    text-transform: none;
    color: rgba(0, 0, 0, .8);
}




/* ===============================
   page-custom-options
=============================== */




.saddles-featured-custom-options {
  text-align: center;
  padding: 60px 20px;
  background-color: #ffffff;
  width: 100%;
}

.custom-options-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* exactly 4 per row */
  gap: 60px 40px;
  max-width: 1600px;
  margin: 0 auto;
  justify-items: center;
}

.custom-options-item {
  text-align: center;
  width: 100%;
  max-width: 350px;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.custom-options-item:hover {
  border: 1px solid #d39850;
}

.custom-options-item h2{
    font-family: adobe-garamond-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    color: #263672;
}

.custom-options-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.custom-options-item img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* .custom-options-item img:hover {
  border: 1px solid #d39850;
} */

.custom-options-item p {
  margin-top: 15px;
  font-size: 20px;
  color: #1a1a1a;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
}

.no-data {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 18px;
  color: #555;
}




.custom-options-Index-gallery img {
  height: 77vh;
  object-fit: cover;
  object-position: center -180px;
}

.custom-options-Index-gallery-item-content {
  position: absolute;
  bottom: 2%;
  left: 0;
  color: #fff;
  max-width: 100%;
  background: rgba(38, 55, 115, .66);
  padding: 20px;
  border-radius: 10px;
}

.custom-options-Index-gallery-item-content-heading {
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: .05em;
}

.custom-options-Index-gallery-item-content-body p {
  margin-top: 10px;
  font-size: 19px;
  font-family: 'EB Garamond', serif;
}

.custom-options-Index-gallery-control--left,
.custom-options-Index-gallery-control--right {
  width: 5%;
}


/* Carousel Dots */
.custom-options-Index-gallery-indicators {
  position: absolute;
  bottom: 20px;
  left: 35%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* Each dot */
.custom-options-Index-gallery-indicators button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Active dot */
.custom-options-Index-gallery-indicators button.active {
  background-color: #ffffff; /* gold accent */
  transform: scale(1.2);
}

/* Hover effect */
.custom-options-Index-gallery-indicators button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}



.custom-options-featured-saddles {
  text-align: center;
  padding: 9px  20px;
  background-color: #fff;
}

.custom-options-featured-saddles h2 {
   font-family: 'EB Garamond', serif;
  font-size: 22px;
  color: #1f3a75;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 5px;
  margin-bottom: 25px;
  text-align: center;
}



/* ===============================
   page-dealer
=============================== */

.dealer-section {
            background: #fff;
            font-family: 'EB Garamond', serif;
            color: #1a1a1a;
          }

          .dealer-space-add{
              margin-top: 57px;
          }

          .dealer-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            max-width: 1500px;
            margin: 0 auto;
          }

        .dealer-column {
            border-top: 2px solid #eee;
            padding-top: 10px;
          }

          .dealer-heading {
            font-family: system-ui;
            font-size: 26px;
            font-weight: 600;
            color: #e0954c;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            margin-bottom: 25px;
        }

        .dealer-item {
            margin-bottom: 35px;
          }

          .dealer-item h3 {
            font-size: 21px;
            color: #1f3a75;
            margin-bottom: 22px;
          }

          .dealer-item strong {
            color: #d39850fc;
            font-weight: 600;
        }

        .dealer-item a {
          color: #c46b2d;
            text-decoration: none;
          }

          .dealer-item a:hover {
            text-decoration: underline;
          }

          /* Responsive adjustments */
        @media (max-width: 1024px) {
          .dealer-grid {
                grid-template-columns: repeat(2, 1fr);
              }
                .dealer-space-add{
              margin-top: 0;
          }
        }

        @media (max-width: 768px) {
          .dealer-grid {
                grid-template-columns: 1fr;
            }
              .dealer-space-add{
              margin-top: 0;
          }
          .custom-options-gallery {
          display: grid;
          grid-template-columns: repeat(1, 1fr); /* exactly 4 per row */
          gap: 60px 40px;
          max-width: 1600px;
          margin: 0 auto;
          justify-items: center;
        }
        .sponsor-saddle-gallery {
          display: grid;
          grid-template-columns: repeat(1, 1fr); /* exactly 1 items per row */
          gap: 40px; /* space between items */
          max-width: 1500px;
          margin: 0 auto;
          width: 100%; /* full width */
          justify-items: center;
        }
        }

  /* ===============================
      page-ambassadors
  =============================== */



.ambassadors-main-container {
    margin: 15px 50px;
}
.ambassadors-section {
    background: #fff;
    /* padding: 60px 40px; */
    font-family: 'EB Garamond', serif;
    color: #1a1a1a;
}

.ambassadors-main-heading {
    font-size: 36px;
    font-weight: 600;
    color: #e0954c;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.ambassadors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1500px;
    margin: 0 auto;
}

.ambassadors-column {
    padding-top: 10px;
}

.ambassadors-heading {
    font-size: 15px;
    font-weight: 600;
    color: #1f3a75;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ambassador-item {
    margin-bottom: 0px;
    padding: 8px 0;
}

.ambassador-item p {
    font-size: 16px;
    color: #000000;
    margin: 0;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ambassadors-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ambassadors-section {
        padding: 40px 20px;
    }
}









.contact-more-bobs-section {
  background-color: #fff;
  text-align: center;
}

.contact-more-bobs-section-h3 {
font-family: system-ui;
  font-weight: 500;
  font-style: normal;
  font-size: 34px;
  letter-spacing: .02em;
  line-height: 1em;
  text-transform: uppercase;
  color: #d39850;
      text-align: center;
      margin-bottom: 25px;
}
.contact-more-bobs-section h2 {
  font-family: "EB Garamond", serif;
  font-size: 24px;
  font-weight: 500;
  color: #263672;
}

.contact-container-email{
  text-align: center;
  justify-content: space-around;
  display: flex;
}



.contact-form-container {
  max-width: 1500px;
  margin: 20px  auto;
  background-color: #fff;
  font-family: 'EB Garamond', serif;
}

.form-title {
  text-align: center;
  text-transform: uppercase;
  color: #d39850;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.form-description {
  text-align: left;
  margin-bottom: 25px;
  color: #000;
  font-size: 16px;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
  font-size: 15px;
}

.required {
  color: #000;
  font-size: 14px;
}

.sub-label {
  font-size: 13px;
  color: #555;
  margin-bottom: 5px;
  display: block;
}

input,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fafafa;
  font-size: 15px;
  font-family: inherit;
}

.name-row {
  display: flex;
  gap: 15px;
}

.name-field {
  flex: 1;
}

textarea {
  resize: vertical;
}

.submit-btn {
  background-color: #1e3264;
  color: white;
  border: none;
  padding: 12px 0;
  width: 140px;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #15244a;
}





.location-section {
  padding: 40px 0;
  background-color: #fff;
}

.location-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.address-box {
  flex: 1;
  text-align: center;
  font-family: 'EB Garamond', serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8em;
}

.map-box {
  flex: 1;
  min-width: 400px;
}

.map-box iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 4px;
  filter: grayscale(100%);
}

#searchButton i {
    font-size: 1.2rem;
    color: #000;
    transition: color 0.3s;
}
#searchButton:hover i {
    color: #000;
}


/* Section Layout */
.seat-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 3rem 5%;
  background: #fff;
  flex-wrap: wrap; /* responsive */
}

/* Text Area */
.seat-content {
  flex: 1 1 45%;
  min-width: 300px;
  margin-top: 60px;
}

.seat-title {
  font-size: 2.5rem;
  color: #d39850; /* orange accent */
  font-family: 'ltc-bodoni-175';
  margin-bottom: 0rem;
}

.seat-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
  font-family:'proxima-nova';
  font-weight:400;
}

/* Social Links */
.social-links a {
  margin-right: 1.5rem;
  font-family: 'ltc-bodoni-175';
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  color: #a7b0b2;
  font-weight: 500;
}


/* Hover colors (brand colors) */
.social-links a.facebook:hover {
  color: #1877F2; /* Facebook blue */
}

.social-links a.twitter:hover {
  color: #1DA1F2; /* Twitter/X sky blue */
}

.social-links a.pinterest:hover {
  color: #E60023; /* Pinterest red */
}

/* Optional: make icons colored even before hover */
.social-links .facebook i {
  color: #1877F2;
}
.social-links .twitter i {
  color: #1DA1F2;
}
.social-links .pinterest i {
  color: #E60023;
}


/* Image */
.seat-image {
  flex: 1 1 35%;
  text-align: center;
  min-width: 300px;
}

.seat-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}


.zoom-container {
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.zoom-container img {
  width: 65%;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

/* when zoom is active */
.zoom-container.active img {
  transform: scale(2.2); /* Zoom level — increase if needed */
}

.product-code {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  font-family: 'proxima-nova';
}

.price-section {
  margin: 1rem 0;
}

.product-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d39850;
  font-family: 'ltc-bodoni-175';
}
.cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 30px 0px 20px 0px;
  flex-wrap: wrap; /* keeps responsive */
}

.add-to-cart-btn {
  background-color: #d39850;
  color: #fff;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex: 0 0 auto;
  text-align: center;
  width: 50%;
}

.add-to-cart-btn:hover {
  background-color: #b87f40;
}


/* Gallery Thumbnails */
.gallery-thumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.gallery-thumbs .thumb-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.gallery-thumbs .thumb-img:hover {
  transform: scale(1.05);
  border-color: #d39850; /* your brand accent */
}




.qty-section {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1; /* equal width */
  justify-content: center;
}

.qty-section input[type="number"] {
  width: 50px; /* smaller width */
  padding: 4px;
  font-size: 14px;
  text-align: center;
}

.product-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #d39850;
  font-family: 'ltc-bodoni-175';
  flex: 1; /* equal width */
  text-align: right;
}


.saddle-category-menu {
  text-align: center;
  padding: 1rem 0;
}

.saddle-category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.saddle-category-menu li {
  display: inline-block;
  margin: 0 10px;
}

.saddle-category-menu a {
  font-family: 'ltc-bodoni-175';
  color: #0a2351;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.saddle-category-menu a:hover,
.saddle-category-menu a.active {
  color: #d39850;
}



/* Responsive Design */
@media (max-width: 768px) {
  .seat-section {
    flex-direction: column;
    text-align: center;
  }

  .seat-image {
    text-align: center;
  }
}





@media (max-width: 768px) {
  .name-row {
    flex-direction: column;
  }
  .contact-container-email{
    text-align: center;
    justify-content: space-around;
    display: block;
  }

  .about-container-keep-reading{
    text-align: center;
    justify-content: space-around;
    display: block;
  }
  .about-container-keep-reading h3{
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 500;
    color: #263672;
    margin-top: 1.5rem;
  }
  .sponsor-title{
    font-family: "EB Garamond", serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #1d3772;
  }

  .contact-form-container{
    margin: 5px 30px;
  }

  .submit-btn {
    width: 100%;
  }
    .location-container {
    flex-direction: column;
    text-align: center;
  }
  .location-section {
    padding: 40px 30px;
    background-color: #fff;
  }

  .divider {
    border: 0;
    height: 1px;
    width: 90%;
    max-width: 1500px;
    background-color: #000;
    margin: 2rem auto;
  }


  .map-box {
    width: 100%;
    min-width: unset;
  }
  .ambassadors-main-container{
    margin:15px 22px;
  }
}


/*Cart Quantity Btn Css*/
.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
}
.quantity-wrapper input {
    width: 100%;
    text-align: center;
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0;
    outline: none;
}
.qty-btn {
    width: 60px;
    height: 45px;
    border: none;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
}

.qty-btn.minus:hover,
.qty-btn.plus:hover {
    /*opacity: 0.8;*/
    background: #d39850;
    color: white;
}


/*Descriptions tabs css*/

.tabs-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}

.tab {
    background: none;
    border: none;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
    font-family: 'ltc-bodoni-175';
}

.tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3px;
    width: 120%;
    height: 3px;
    background-color: #c37d48;
}

.description-wrapper {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
}

.description-wrapper p {
    font-size: 16px;
    color: #333;
}



.product-price{
    color: #c68b61 !important;
}
.product-filters {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    margin: 0px 138px;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: end;
    max-width: 1200px;
    margin: 0 auto;
}

.filter-group {
    flex: 1;
    min-width: 200px;
}

.filter-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.filter-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    font-size: 14px;
}

.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.color-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-size: 14px;
}

.color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: inline-block;
}



.color-checkbox input[type="checkbox"] {
    display: none;
}

.color-checkbox input[type="checkbox"]:checked + .color-dot {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.filter-actions {
    display: flex;
    gap: 10px;
}

.filter-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.apply-filters {
    background: #e0954c;
    color: white;
}

.clear-filters {
    background: #6c757d;
    color: white;
}

.filter-btn:hover {
    opacity: 0.9;
}

.price-slider-container {
    position: relative;
    height: 40px;
    margin-top: -10px;
}

.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #ddd;
    border-radius: 2px;
}

.slider-range {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    background-color: #8B4513;
    border-radius: 2px;
}

.slider-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: white;
    border: 2px solid #8B4513;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.price-display {
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
    font-size: 14px;
    color: #8B4513;
}

/* Responsive */
@media (max-width: 768px) {
    .filter-section {
        flex-direction: column;
        gap: 15px;
    }

    .filter-group {
        min-width: 100%;
    }

    .color-options {
        justify-content: space-between;
    }
    .product-filters {
    margin: 0px 30px;
}
}

.footer-form-subscribe{
    color: #d39850;
    padding: 20px 0px 0px 0px !important;
    margin: 0 !important;
    font-family: 'CopperplateCC', sans-serif;
    font-size: 23px !important;
}

/*Upload file options css start*/
.file-upload-box {
    background: #cccc;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
}

.upload-area {
    border: 2px dashed #666;
    padding: 30px;
    text-align: center;
}

.upload-btn {
    margin-top: 10px;
}

.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #cccccc;
    padding: 10px;
    margin-top: 10px;
}

.uploaded-file span {
    color: #ff4444;
}
.upload-file-btn{
    background-color: #d39850 !important;
    color: white !important;
}

/*Upload file options css end*/
