body {
	font-family: -apple-system, BlinkMacSystemFont, "Calibri", "Segoe UI",  Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body|body-font-size}*/;
	color: #222222 /*{body|text-colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
	color: #333333 /*{body|link-colour}*/;
}
.wrapper-header {
	background-color: #ffffff /*{header|background-colour}*/;
	border:none;
	margin-bottom:0px;
	 border-bottom: none !important;
  box-shadow: none !important;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/;
   border-bottom: none !important;
  box-shadow: none !important;
}
.wrapper-header .btn-default {
	background-color: #efefef /*{header|button-colour}*/;
	border-color: #efefef /*{header|button-colour}*/;
	color: #333333 /*{header|button-text-colour}*/;
}
.section-title {
    font-size:34px;
    text-transform:uppercase;
    font-weight:700;
    color:var(--theme-colour-primary);
    margin-bottom:15px;
    text-align:center;
    letter-spacing:1px
    
}
.header-search .ajax_search {
	border-color: #efefef /*{header|button-colour}*/;
	box-shadow: none;
	border-width: 2px;
}
.navbar.navbar-default {
	background-color:  /*{header|menu-background-colour}*/;
	border-bottom: none !important;
	  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.nMobileNav {
  padding: 0 !important;
  margin: 0 !important;
}
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
	.navbar-nav .dropdown-menu .dropdown-item{
		color: #ffffff /*{header|menu-colour}*/;
	}
}
a#cartcontentsheader {
	padding: 13px 17px;
	background-color: #b5a186 /*{header|Cart-icon-background-colour}*/;
	color: #ffffff /*{header|Cart-icon-text-colour}*/;
	border: none;
}
.wrapper-footer {
	background-color: rgba(17, 40, 71, 1) /*{footer|background-color}*/;
	color: #ffffff /*{footer|text-colour}*/;
	box-shadow: 0 -6px 16px -8px rgba(0,0,0,0.18);
    margin-top: 0 !important;
}
.wrapper-footer a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.2s;
}
.wrapper-footer a:hover,
.wrapper-footer a:focus {
  color: #85102B !important;
}   
.wrapper-footer a:active {
	color: #ffffff /*{footer|link-colour}*/;
}
/* Grey info bar above footer */
.same-day-dispatch-bar {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}
.dispatch-btn {
  background-color: #ebe8e3;
  color: #112847;
  border: none;
  padding: 14px 60px; /* More padding left/right for a larger button */
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px; 
  letter-spacing: 1px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.09);
  cursor: default;
  pointer-events: none; /* Makes it look like a label, not clickable */
  display: inline-block;
}

.dispatch-btn .dispatch-highlight {
  color: #85102b;
}

/* Footer shadow */
.wrapper-footer {
  box-shadow: 0 -6px 16px -8px rgba(0,0,0,0.18);
  margin-top: 0 !important;
}

/* Footer headings */
.wrapper-footer h4 {
  font-size: 1.15em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/* Footer links: less space below */
.wrapper-footer .nav-link {
  padding-top: 0.1em !important;
  padding-bottom: 0.1em !important;
  margin-bottom: 0 !important;
  font-size: 1em;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: #ffffff /*{buttons | btn-default-background-colour}*/;
	border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | btn-primary-text-colour}*/;
	background-color: #8dc63f /*{buttons | btn-primary-background-colour}*/;
	border-color: #8dc63f /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #538f01 /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #538f01 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | btn-success-text-colour}*/;
	background-color: #b5a186 /*{buttons | btn-success-background-colour}*/;
	border-color: #b5a186 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #ffffff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #74af23 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #74af23 /*{buttons | btn-success-border-colour-hover}*/;
}
.main-image-border {
  border: 1px solid #adb5bd; /* Bootstrap secondary color */
  border-radius: 0.5rem;     /* Optional: rounded corners */
}
.main-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 aspect ratio, adjust as needed */
  min-width: 300px;
  max-width: 100%;
}
.main-image-wrapper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover */
}
.desktop-usp-section {
    background: #1a87a2;
    color: #fff;
}
.desktop-usp-section ul.usps-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.desktop-usp-section ul.usps-list li {
    padding: 15px;
    position: relative;
    padding-left: 40px;
}
.desktop-usp-section ul.usps-list li img {
    position: absolute;
    left: 5px;
    top: 10px;
    height: 20px;
}
.desktop-usp-section ul.usps-list li strong {
    font-weight: 900;
}
.desktop-usp-section-main {
    background: #112847;
    color: #fff;
    margin: 40px auto;        /* Center horizontally and add vertical spacing */
    display: flex;
    align-items: center;      /* Center children vertically */
    justify-content: space-between;  /* Center children horizontally */
    min-height: 30px;        /* Adjust as needed for vertical centering */
    box-shadow: 0 2px 12px rgba(0,0,0,0.08); /* Optional: subtle shadow */
    width: 100%;
    padding: 0;
}
.desktop-usp-section-main ul.usps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;      /* Make list items horizontal */
    align-items: center;      /* Vertically center items in the list */
    flex-wrap: nowrap; /* Prevent wrapping */
    width: 100%;
    padding: 0;
    justify-content: space-between;
}
.desktop-usp-section-main ul.usps-list li {
    padding: 8px 15px 8px 40px;
    position: relative;
    top: 0;
    display: flex;
    align-items: center; /* Vertically center image and text */
    font-size: 1rem;
}
.desktop-usp-section-main ul.usps-list li img {
    position: absolute;
    left: 5px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%); /* Vertically center image in li */
}
.desktop-usp-section-main ul.usps-list li strong {
    font-weight: 900;
} 
@media (max-width: 1200px) {
  .desktop-usp-section-main ul.usps-list {
    gap: 32px;
  }
  .desktop-usp-section-main {
    margin: 20px 0;
  }
}
@media (max-width: 992px) {
  .desktop-usp-section-main ul.usps-list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .desktop-usp-section-main ul.usps-list li {
    font-size: 0.95rem;
    padding: 6px 10px 6px 36px;
    min-width: 180px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .desktop-usp-section-main {
    margin: 10px 0;
    min-height: 24px;
  }
  .desktop-usp-section-main ul.usps-list li {
    font-size: 0.9rem;
    min-width: 140px;
    padding: 4px 6px 4px 32px;
  }
}
    .desktop-usp-section-light ul.usps-list {
    margin: 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}
.desktop-usp-section-light ul.usps-list li {
    padding: 40px;
    position: relative;
    padding-left: 40px;
}
.desktop-usp-section-light ul.usps-list li img {
    position: absolute;
    left: 5px;
    top: 15px;
    height: 60px;
}
.desktop-usp-section-light ul.usps-list li strong {
    font-weight: 800; 
}
.desktop-usp-section-light {
    background: #f4fdff;
    color: #004050;       
    }
.top-header-banner {
  background: #7b4f22;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}    
.container.my-2 {
    margin-top: 2px !important; /* Reduce space before this section */
}
.maxWidth200  {
    max-width: 600px   
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* Equals 16:9, for square design 100% */
    height:0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* Hide right-side content on mobile */
@media (max-width: 767.98px) {
    .hide-on-mobile {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
  .lifetime-icon {
    width: 180px !important; /* or your preferred mobile size */
  }    
}
 @media (max-width: 767.98px) {
  .h2-mobile {
    font-size: 1rem !important; /* h2 size */
    line-height: 1.2;
    letter-spacing: 1px !important;
  }
}
@media (max-width: 767.98px) {
  .homepage-title {
    font-size: 1.25rem !important;
    line-height: 1.2;
    letter-spacing: 1px !important;
  }
}
/* Center header menu and fix flex sizing */
.d-none.d-lg-flex.align-items-center.justify-content-between.py-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-logo,
.header-cart-box {
  flex: 0 0 auto;
}
nav.flex-grow-1 {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}
/* Style only top-level nav links, not dropdowns */
nav.flex-grow-1 > ul.nav > li > .nav-link {
  font-weight: bold;
  color: #112847 !important;
  margin-top: 0.5rem;
  letter-spacing: 1px;
  font-size: 1rem;
}
/* Hover effect for top-level menu items */
nav.flex-grow-1 > ul.nav > li > .nav-link:hover,
nav.flex-grow-1 > ul.nav > li > .nav-link:focus {
  color: #85102B !important;
}
/* Ensure dropdown items are not affected */
nav .dropdown-item {
  font-weight: normal;
  color: inherit;
  margin-top: 0;
  letter-spacing: normal;
  font-size: 1rem;
}
.carousel-indicators {
  position: static;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.carousel-indicators li {
  background-color: #bbb;      /* grey for inactive */
  opacity: 0.75;                  /* always visible */
  transition: background-color 0.3s;
}
.carousel-indicators li {
  background-color: #bbb;      /* grey when not active */
  opacity: 0.75;
}
.carousel-indicators .active {
  background-color: #222;
  opacity: 0.75;
}
.carousel-img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #fff;
    display: block; /* Ensures image fills its container */
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 768px) {
    .carousel-img {
      width: 120px;
      height: 90px;
    }
  }
  /* Move arrows vertically centered and to the far left/right */
#clampTiteCarousel .carousel-control-prev,
#clampTiteCarousel .carousel-control-next {
  color: #aaa6a0 !important;
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
  height: 60px;
  opacity: 1;
}
#clampTiteCarousel .carousel-control-prev {
  left: -10px; /* Adjust as needed */
}
#clampTiteCarousel .carousel-control-next {
  right: 0px; /* Adjust as needed */
}
@media (max-width: 768px) {
  #clampTiteCarousel .carousel-control-prev,
  #clampTiteCarousel .carousel-control-next {
    left: 0;
    right: 0;
    width: 10%;
  }
}
.see-in-action-carousel {
  max-width: 350px;
  margin: 32px auto 0;
  text-align: center;
}
.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 220px;
  gap: 16px;
}
.carousel-video {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  background: #eee;
}
.carousel-btn {
  background: #aaa6a0;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 8px;
}
.carousel-btn:active {
  background: #f0f0f0;
}
 .see-in-action-row {
  max-width: 500px;
  margin: 8px auto 0;
}
.see-in-action-heading {
  text-align: left;
  margin-bottom: 0;
  padding-top: 64px;
}
  .video-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
   padding-bottom: 8px; /* Padding below the videos */
}
.circle-video {
  width: 80px;
  height: 80px;
  border-radius: 50%; /* Makes it a perfect circle */
  object-fit: cover;
  background: #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  display: block;
   border: 1.5px solid #bbb; /* Thin, subtle border (adjust color/width as desired) */
}
.see-action-box {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 1.5px 5px rgba(123,79,34,0.13);
  border-radius: 2rem;
  background: #ebe8e3;
  max-width: 98vw;
  margin: 0 auto;
  padding: 1.5rem 0.5rem;
  border: none;
}
.clamptite-box {
  box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 1.5px 5px rgba(123,79,34,0.13);
  border-radius: 2rem;
  background: #ebe8e3;
  max-width: 900px;
  margin-left: 80px;
  margin-right: 80px;
  padding: 1.5rem 0.5rem;
  border: none;
}
@media (max-width: 767.98px) {
  .clamptite-box {
    width: 99%;
    padding: 1.5rem 0.5rem;
  }
}
.rounded-video {
  width: 130px;
  height: 130px;
  border-radius: 24px; /* Rounded square */
  object-fit: cover;
  background: #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: box-shadow 0.2s;
}  
.see-in-action-section {
  padding-top: 30px; /* or whatever large value you want */
}
.container.p-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}  
/* Style the arrow icons themselves */
#clampTiteCarousel .carousel-control-prev-icon,
#clampTiteCarousel .carousel-control-next-icon {
  background-image: none; /* Remove default white SVG */
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#clampTiteCarousel .carousel-control-prev-icon::after,
#clampTiteCarousel .carousel-control-next-icon::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.22rem solid #aaa6a0;  /* Arrow color */
  border-right: 0.22rem solid #aaa6a0; /* Arrow color */
  position: absolute;
  top: 30%;
  left: 70%;
  transform: translate(-60%, -50%) rotate(-135deg);
}
#clampTiteCarousel .carousel-control-next-icon::after {
  transform: translate(-40%, -50%) rotate(45deg);
}
.full-width-banner,
.full-width-banner section,
.full-width-banner .bottom-mid-section,
.full-width-banner .mid-banner,
.full-width-banner img {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.full-width-banner {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent;
  display: block;
}
.contact-details-footer div {
  margin-bottom: 6px;
  font-size: 1em;
}
.contact-details-footer > div:first-child {
  margin-bottom: 20px;
}
.contact-details-footer i {
   color: #fff !important;      /* White color */
  font-size: 1.5em !important; /* Increase size, adjust as needed */
  vertical-align: middle;
}
.footer-about-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-about {
    margin-right: 0px; /* Adjust value as needed */
    margin-left: 0px; /* Adjust value as needed */
    padding-left: 32px;
  }
}

.footer-about-text {
  color: #e0e0e0;
  font-size: 1em;
  margin-bottom: 1em;
}
.footer-about-title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #fff;
}
.footer-about-text {
  color: #e0e0e0;
  font-size: 1em;
  margin-bottom: 1em;
}
/* Add horizontal spacing between Maropost menu columns */
.wrapper-footer .row > .col-sm-4 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Optional: reduce menu column width if they're too wide */
@media (min-width: 576px) {
  .wrapper-footer .row > .col-sm-4 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .wrapper-footer .row {
    justify-content: center;
  }
}
.footer-menu-col {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .footer-menu-col {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Add gutter between Maropost menu columns in the center column */
.footer-menu-row {
  margin-left: -12px;
  margin-right: -12px;
}
.footer-menu-row > [class^="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

/* If Maropost outputs col-sm-4 instead of col-sm-6, force 50% width for two columns */
@media (min-width: 576px) {
  .footer-menu-row > .col-sm-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Optional: vertical space between menu columns on mobile */
@media (max-width: 575.98px) {
  .footer-menu-row > [class^="col-"] {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .footer-menu-row {
    padding-left: 50px;
  }
}
 .footer-menu-row > .col-sm-6:first-child {
    padding-left: 48px;
  }
  .footer-usps1 {
  background: #f7f7f7;
  padding-top: 16px;   /* Decreased top padding */
  padding-bottom: 32px; /* You can adjust this as needed */
}

.footer-usps1 .footer-usps1-item {
  /* Optional: add vertical spacing between items on mobile */
  margin-bottom: 16px;
}
.clamptite-quote {
  color: #b5a186 !important;
  font-size: 1.1em !important;     /* Adjust as needed */
  font-weight: 500 !important;      /* Bold */
  margin-top: 0px !important;       /* Less space above */
  margin-bottom: 0;      /* Less space below */
  
}
 .orange-link {
    color: orange;
    text-decoration: underline;
  }

  .orange-link:hover {
    color: #ff8000; /* Slightly darker orange on hover */
  }
    .responsive-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
    .image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }

  .image-grid img {
    width: 100%;
    max-width: 1000px;
    height: auto;
  }

  .image-container {
    flex: 1 1 48%; /* two per row on desktop */
  }

  @media (max-width: 1000px) {
    .image-container {
      flex: 1 1 100%; /* stack images full width on small screens */
    }
  }