/* @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); */
:root{
  --brown:#be2f29;
  --light-brown:#c95216;
  --grey:#4d4b47;
  --light-grey:#a2a2a2;
  --cream:#f6f1ea;
  --dark:#242426;

  --brick:#b84f32;
  --brick-dark:#74301f;
  --charcoal:#202124;
  --muted:#6f6b66;
  --cream:#f6f0e8;
  --sand:#dfc9a5;
  --card:#ffffff;
  --line:#eadfd3;

}
body{
    font-family:"Montserrat", sans-serif;
    /* font-family:'Inter',sans-serif; */
    color:var(--grey)
}

.navbar{
    background:#fff;
    /* font-family:"Montserrat", sans-serif; */
    box-shadow:0 8px 25px rgba(0,0,0,.08)

}
.navbar-nav .nav-link{
    /* font-family:"Montserrat", sans-serif; */
    /* font-family:'Inter',sans-serif; */
    /*
    font-family:'Anton',sans-serif;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:.5px;
    */
    font-weight:500;
}
.navbar-brand img{height:58px}
.nav-link{font-weight:800;color:var(--grey)!important}
.nav-link:hover{color:var(--brown)!important}
.btn-brand{
  background:linear-gradient(135deg,#1c1b1b,#c3302c);
  color:#fff;border:0;font-weight:800;border-radius:10px;padding:11px 22px
}
.btn-brand:hover{color:#fff;opacity:.9}
.hero-slider img{width:100%;height:400px;object-fit:cover}
.hero-slide{position:relative}
.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.10))}
.hero-content{position:absolute;z-index:2;top:50%;left:8%;transform:translateY(-50%);max-width:600px;color:#fff}
.hero-content h1{font-size:52px;font-weight:900;line-height:1}
.section{padding:75px 0}
.section-title small{color:var(--brown);font-weight:900;letter-spacing:.08em}
.section-title h2{color:#262626;font-weight:700;font-size:42px}
.section-title h2:after{content:"";display:block;width:95px;height:5px;background:var(--brown);margin-top:14px}
.category-card{
  display:block;text-decoration:none;color:inherit;background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.10);height:100%;transition:.3s
}
.category-card:hover{transform:translateY(-8px);color:inherit}
.category-card img{width:100%;height:245px;object-fit:cover;background:#eee}
.category-card-body{padding:24px}
.category-card small{color:var(--brown);font-weight:900}
.category-card h3{font-weight:900;color:#222;margin:8px 0;font-size: 18px;}
.size-badge{display:inline-block;
    background:linear-gradient(135deg,#1c1b1b,#c3302c);
    color:#fff;padding:8px 16px;border-radius:8px;font-weight:600;margin-top:10px}
.featured{background:var(--cream)}
.product-card{
  border:0;border-radius:18px;overflow:hidden;background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.10);height:100%
}
.product-card img{width:100%;height:210px;object-fit:cover;background:#eee}
.product-card .card-body{padding:22px}
.product-card h5{font-weight:900;color:#222}
.sku{color:var(--brown);font-weight:900}
.price{font-weight:900;color:#222}
footer{background:#242426;color:#ddd;padding:45px 0}
footer img{height:80px;background: white;
    border-radius: 12px;
    padding: 15px;}


.welcome-section{
  background:#f6f1ea;
}

.welcome-section p{
  font-size:16px;
  line-height:1.8;
  color:#4d4b47;
}

.welcome-contact-box{
  background:#242426;
  color:#fff;
  border-radius:24px;
  padding:35px;
  box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.welcome-contact-box h5{
  font-weight:900;
  color:#fff;
  margin-bottom:15px;
}

.welcome-contact-box p{
  color:#ddd;
}

.feature-box{
  background:#fff;
  border-radius:18px;
  padding:28px;
  height:100%;
  box-shadow:0 15px 40px rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
}

.feature-box span{
  position:absolute;
  top:0;
  left:28px;
  width:60px;
  height:6px;
  background:#be2f29;
}

.feature-box h4{
  font-weight:900;
  color:#242426;
  margin-top:15px;
}

.feature-box p{
  margin-bottom:0;
  color:#4d4b47;
}

h1,h2,h3,h4,h5,h6,
.section-title,
.navbar-brand{
    font-family:'Anton',sans-serif;
    letter-spacing:1px;
}

.topbar{
    background:#242426;
    color:#f6f1ea;
    font-size:13px;
    font-weight:600;
    letter-spacing:.3px;
    padding:9px 0;
  }
  
  .premium-navbar{
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(0,0,0,.06);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    padding:10px 0;
  }
  
  .navbar-brand img{
    height:66px;
    transition:.3s ease;
  }
  
  .premium-navbar .navbar-nav{
    gap:8px;
  }
  
  .premium-navbar .nav-link{
    position:relative;
    color:#242426!important;
    font-family:"Montserrat",sans-serif;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:.7px;
    padding:14px 14px!important;
  }
  
  .premium-navbar .nav-link:after{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    bottom:7px;
    height:2px;
    background:linear-gradient(135deg,#be2f29,#c95216);
    border-radius:20px;
    transform:scaleX(0);
    transform-origin:left;
    transition:.25s ease;
  }
  
  .premium-navbar .nav-link:hover:after,
  .premium-navbar .nav-link.active:after{
    transform:scaleX(1);
  }
  
  .premium-navbar .nav-link:hover,
  .premium-navbar .nav-link.active{
    color:#be2f29!important;
  }
  
  .nav-cta{
    font-family:"Montserrat",sans-serif;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.8px;
    border-radius:999px;
    padding:13px 24px;
    box-shadow:0 12px 28px rgba(190,47,41,.28);
  }
  
  .nav-cta:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 36px rgba(190,47,41,.35);
  }
  
  .premium-dropdown{
    border:0;
    border-radius:18px;
    padding:12px;
    min-width:290px;
    box-shadow:0 25px 60px rgba(0,0,0,.16);
    margin-top:14px!important;
  }
  
  .premium-dropdown .dropdown-item{
    border-radius:13px;
    padding:13px 15px;
    margin-bottom:4px;
    color:#242426;
  }
  
  .premium-dropdown .dropdown-item span{
    display:block;
    font-weight:600;
    font-size:14px;
  }
  
  .premium-dropdown .dropdown-item small{
    display:block;
    color:#be2f29;
    font-weight:800;
    font-size:11px;
    letter-spacing:.8px;
    text-transform:uppercase;
    margin-top:3px;
  }
  
  .premium-dropdown .dropdown-item:hover{
    background:#f6f1ea;
    color:#be2f29;
  }
  
  .custom-toggler{
    border:0;
    box-shadow:none!important;
  }
  
  @media(max-width:991px){
    .premium-navbar{
      padding:8px 0;
    }
  
    .navbar-brand img{
      height:56px;
    }
  
    .premium-navbar .navbar-collapse{
      background:#fff;
      margin-top:15px;
      padding:18px;
      border-radius:18px;
      box-shadow:0 18px 45px rgba(0,0,0,.10);
    }
  
    .premium-navbar .nav-link{
      padding:12px 0!important;
    }
  
    .premium-navbar .nav-link:after{
      display:none;
    }
  
    .nav-cta{
      width:100%;
      margin-top:10px;
    }
  }

  
.caveat-font {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
  }
  
  .btn-brand{
    background:linear-gradient(135deg,var(--brown),var(--light-brown));
    color:#fff;border:0;font-weight:600;border-radius:10px;padding:11px 22px
  }
  .btn-brand:hover{color:#fff;opacity:.9}
  .category-hero h1{font-size:56px;font-weight:900}
  .section{padding:70px 0}
  .sidebar{
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    top:100px;
  }
  .sidebar h4{font-weight:900;color:#222;margin-bottom:16px}
  .sidebar a{
    display:block;
    padding:12px 14px;
    border-radius:10px;
    margin-bottom:8px;
    color:#4d4b47;
    font-weight:800;
    text-decoration:none;
  }
  .sidebar a.active,
  .sidebar a:hover{
    background:#be2f29;
    color:#fff;
  }
  .section-title small{color:var(--brown);font-weight:600;letter-spacing:.08em;font-size: 25px;}
  .section-title h2{color:#262626;font-weight:600;font-size:25px}
  .section-title h2:after{content:"";display:block;width:95px;height:5px;background:var(--brown);margin-top:14px}
  .size-badge{
    display:inline-block;
    background:#242426;
    color:#fff;
    padding:12px 25px;
    border-radius:10px;
    font-weight:900;
  }
  .product-card{
    border:0;border-radius:18px;overflow:hidden;background:#fff;
    box-shadow:0 18px 45px rgba(0,0,0,.10);height:100%
  }
  .product-card img{width:100%;height:220px;object-fit:fill;background:#eee}
  .product-card .card-body{padding:22px}
  .product-card h5{font-weight:600;color:#222}
  .sku{color:var(--brown);font-weight:600;margin-bottom: 11px;}
  .price{font-weight:900;color:#222}
  .spec-area{
    background:var(--cream);
    border-radius:24px;
    padding:35px;
  }
  .spec-wrap{
    /* display:grid; */
    grid-template-columns:1fr 124px;
    gap:28px;
    align-items:start;
  }
  .spec-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    font-size:14px;
  }
  .spec-table th{
    background:#262629;
    color:#fff;
    padding:13px;
  }
  .spec-table td{
    padding:13px;
    border:1px solid #eee;
  }
  .spec-table tr:nth-child(even) td{background:#f5f0ea}
  .price-box{
    background:linear-gradient(135deg,var(--brown),var(--light-brown));
    color:#fff;
    border-radius:8px;
    padding:22px;
    text-align:center;
    font-weight:900;
  }
  .price-box span{
    display:block;
    font-size:28px;
    margin-top:8px;
  }
  .note{font-size:14px;color:#666;margin-top:15px}

  .sidebar a{
    display:block;
    padding:8px 0 8px 15px;
    text-decoration:none;
}

.sidebar h6{
    color:#333;
    margin-top:15px;
}

.category-sidebar{
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.sidebar-header{
    margin-bottom:20px;
}

.sidebar-header h4{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#222;
}

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

.sidebar-category-title{
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#c03426;
    padding-bottom:8px;
    margin-bottom:10px;
    border-bottom:2px solid #f0f0f0;
}

.sidebar-link{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 15px;
    margin-bottom:8px;
    border-radius:10px;
    text-decoration:none;
    color:#444;
    transition:all .3s ease;
    background:#fafafa;
}

.sidebar-link:hover{
    background:#f4ede5;
    color:#b58a52;
    transform:translateX(4px);
}

.sidebar-link.active{
    background:#b58a52;
    color:#fff;
    box-shadow:0 5px 15px rgba(181,138,82,.25);
}

.sidebar-link.active .product-count{
    background:rgba(255,255,255,.2);
    color:#fff;
}

.range-name{
    font-size:14px;
    font-weight:500;
}

/* .product-count{
    min-width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    border-radius:50px;
    background:#ececec;
    font-size:12px;
    font-weight:700;
    color:#666;
} */

.sidebar-link{
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    width:100%;
    padding:12px 15px;
    margin-bottom:8px;
    border-radius:10px;
    text-decoration:none;
    color:#444;
    background:#fafafa;
    transition:.3s;
}

.range-name{
    flex:1;
    min-width:0;
}

.product-count{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    height:24px;
    padding:0 10px;
    border-radius:30px;
    background:#ececec;
    font-size:12px;
    font-weight:700;
}

.sidebar-link:hover .product-count{
    background:#b58a52;
    color:#fff;
}

.product-meta{
    margin:15px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.meta-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px 0;
    border-bottom:1px dashed #e5e5e5;
}

.meta-row:last-child{
    border-bottom:none;
}

.meta-label{
    font-size:14px;
    font-weight:600;
    color:#666;
}

.meta-value{
    font-size:14px;
    font-weight:500;
    color:#222;
    text-align:right;
}

.meta-label-btn {
  font-weight: bold;
  background: #0d0d0d;
  color: #fff;
  padding: 5px;
}
/*
.gradient-border{
    border:2px solid transparent;
    border-radius:10px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, var(--brown), var(--light-brown)) border-box;
}
*/

@media (max-width: 991px){

    .category-sidebar{
        display:block !important;
        position:static !important;
        padding:15px !important;
    }

    .sidebar-group{
        margin-bottom:15px !important;
    }

    .sidebar-category-title{
        display:block !important;
        margin-bottom:10px !important;
        font-weight:700;
    }

    .sidebar-link{
        display:inline-block !important;
        width:auto !important;
        margin:0 6px 6px 0 !important;
        padding:8px 14px !important;
        border-radius:30px !important;
        border:1px solid #ddd !important;
        background:#fff !important;
    }

    .sidebar-link.active{
        background:var(--brown) !important;
        color:#fff !important;
    }
}

@media(max-width:991px){

    .category-sidebar-mobile{
        padding:15px;
    }

    .category-sidebar-mobile .sidebar-category-title{
        font-size:14px;
        font-weight:700;
        color:var(--brown);
        margin-bottom:10px;
        text-transform:uppercase;
    }

    .category-sidebar-mobile .sidebar-link{
        display:block;
        padding:10px 15px;
        margin-bottom:6px;
        border-radius:8px;
        text-decoration:none;
        background:#f8f8f8;
        color:#333;
    }

    .category-sidebar-mobile .sidebar-link.active{
        background:linear-gradient(
            135deg,
            var(--brown),
            var(--light-brown)
        );
        color:#fff;
    }

    .accordion-button{
        font-weight:600;
    }
}

.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:15px;
}

.footer-contact-item i{
    min-width:18px;
    margin-top:4px;
    color: var(--light-brown);
}

.footer-contact-item span{
    line-height:1.7;
}

.footer-contact-item a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-contact-item a:hover{
    color:var(--light-brown);
}

@media(max-width:768px){
  .hero-slider img{height:330px}
  .hero-content h1{font-size:34px}
  .section{padding:50px 0}
  .section-title h2{font-size:32px;font-weight: 600;}
  .spec-area{    
    padding:12px;
  }
}

/* Navbar always above sidebar */
.premium-navbar,
.navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Sidebar should stay below navbar */
.sidebar,
.category-sidebar {
    z-index: 1;
}

/* Mobile menu should come above everything */
@media (max-width: 991px) {
    .premium-navbar .navbar-collapse {
        position: relative;
        z-index: 10000;
    }

    .sidebar,
    .category-sidebar {
        position: static !important;
        z-index: 1 !important;
    }
}

.footer-social{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:15px;
}

.footer-social a{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#df7c4b;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:.3s;
}

.footer-social a:hover{
  background:#b84f32;
  color:#fff;
  transform:translateY(-3px);
}

.about-hero{
  padding:95px 0;
  background:
    radial-gradient(circle at 80% 20%,rgba(190,47,41,.14),transparent 35%),
    linear-gradient(135deg,#f6f1ea 0%,#fff 55%,#f7eee5 100%);
}

.about-kicker{
  display:inline-block;
  color:var(--brown);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:16px;
}

.about-hero h1{
  font-size:64px;
  line-height:1;
  font-weight:900;
  color:#242426;
  margin-bottom:22px;
}

.about-hero p{
  font-size:18px;
  line-height:1.8;
  color:#4d4b47;
  max-width:640px;
  margin-bottom:30px;
}

.about-image-box{
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 25px 70px rgba(0,0,0,.18);
  position:relative;
}

.about-image-box:before{
  content:"";
  position:absolute;
  inset:18px;
  /* border:2px solid rgba(255,255,255,.55); */
  border-radius:22px;
  z-index:2;
}

.about-image-box img{
  width:100%;
  height:470px;
  object-fit:cover;
  display:block;
}

.about-intro-section{
  padding:85px 0;
  background:#fff;
}

.about-intro-section p{
  font-size:16px;
  line-height:1.85;
  color:#4d4b47;
  margin-bottom:18px;
}

.about-range-section{
  padding:80px 0;
  background:#f6f1ea;
}

.about-feature-card{
  height:100%;
  background:#fff;
  border-radius:22px;
  padding:34px 30px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  position:relative;
  overflow:hidden;
  transition:.3s ease;
}

.about-feature-card:hover{
  transform:translateY(-7px);
}

.about-feature-card span{
  position:absolute;
  top:0;
  left:30px;
  width:65px;
  height:6px;
  background:var(--brown);
}

.about-feature-card i{
  width:58px;
  height:58px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--brown),var(--light-brown));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:22px;
}

.about-feature-card h4{
  color:#242426;
  font-weight:900;
  margin-bottom:12px;
}

.about-feature-card p{
  color:#4d4b47;
  line-height:1.7;
  margin:0;
}

.about-story-section{
  padding:90px 0;
  background:#fff;
}

.about-story-box{
  background:#242426;
  color:#fff;
  border-radius:32px;
  padding:60px;
  overflow:hidden;
  position:relative;
}

.about-story-box:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-120px;
  width:300px;
  height:300px;
  background:rgba(190,47,41,.28);
  border-radius:50%;
}

.about-story-box h2{
  font-size:42px;
  font-weight:900;
  margin-bottom:22px;
}

.about-story-box p{
  color:#ddd;
  line-height:1.8;
  font-size:16px;
}

.about-highlights{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  position:relative;
  z-index:2;
}

.about-highlights div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  padding:24px;
}

.about-highlights strong{
  color:#df7c4b;
  font-size:30px;
  font-weight:900;
  display:block;
  margin-bottom:10px;
}

.about-highlights p{
  margin:0;
  color:#fff;
  font-weight:600;
}

@media(max-width:991px){
  .about-hero{
    padding:65px 0;
  }

  .about-hero h1{
    font-size:42px;
  }

  .about-image-box img{
    height:330px;
  }

  .about-story-box{
    padding:35px 25px;
  }

  .about-story-box h2{
    font-size:32px;
  }
}

@media(max-width:575px){
  .about-highlights{
    grid-template-columns:1fr;
  }

  .about-hero h1{
    font-size:36px;
  }
}

/* Resources css*/
/* ======================================================
   RESOURCES PAGE
====================================================== */

.resources-hero{
  position:relative;
  overflow:hidden;
  padding:105px 0 100px;
  background:
      radial-gradient(
          circle at 88% 15%,
          rgba(201,82,22,.26),
          transparent 28%
      ),
      radial-gradient(
          circle at 10% 90%,
          rgba(190,47,41,.20),
          transparent 32%
      ),
      linear-gradient(
          135deg,
          #191919 0%,
          #282424 46%,
          #6e2924 100%
      );
  color:#fff;
}

.resources-hero:before{
  content:"";
  position:absolute;
  top:-170px;
  right:-120px;
  width:430px;
  height:430px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
}

.resources-hero:after{
  content:"";
  position:absolute;
  right:70px;
  bottom:-260px;
  width:500px;
  height:500px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
}

.resources-hero-pattern{
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:
      linear-gradient(
          rgba(255,255,255,.08) 1px,
          transparent 1px
      ),
      linear-gradient(
          90deg,
          rgba(255,255,255,.08) 1px,
          transparent 1px
      );
  background-size:42px 42px;
  mask-image:linear-gradient(
      to right,
      transparent,
      #000 45%,
      #000
  );
}

.resources-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:#f1a178;
  font-family:"Montserrat",sans-serif;
  font-size:13px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.resources-kicker i{
  font-size:17px;
}

.resources-hero h1{
  max-width:720px;
  margin-bottom:25px;
  color:#fff;
  font-size:68px;
  font-weight:900;
  line-height:1.04;
  letter-spacing:1px;
}

.resources-hero h1 span{
  color:#df7c4b;
}

.resources-hero p{
  max-width:680px;
  margin-bottom:32px;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.85;
}

.resources-hero-btn{
  display:inline-flex;
  align-items:center;
  padding:14px 27px;
  border-radius:50px;
  box-shadow:0 16px 35px rgba(190,47,41,.30);
}

.resources-hero-panel{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:20px;
  padding:38px 34px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  background:rgba(255,255,255,.09);
  box-shadow:0 28px 65px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}

.resources-panel-icon{
  flex:0 0 72px;
  width:72px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(
      135deg,
      var(--brown),
      var(--light-brown)
  );
  color:#fff;
  font-size:31px;
  box-shadow:0 15px 32px rgba(190,47,41,.30);
}

.resources-hero-panel span{
  display:block;
  margin-bottom:7px;
  color:#df7c4b;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.resources-hero-panel h4{
  margin-bottom:12px;
  color:#fff;
  font-size:25px;
  line-height:1.25;
}

.resources-hero-panel p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:14px;
  line-height:1.7;
}

/* Catalogue section */

.resources-section{
  position:relative;
  padding:95px 0 105px;
  background:
      radial-gradient(
          circle at 0 0,
          rgba(190,47,41,.07),
          transparent 25%
      ),
      #f8f5f0;
}

.resources-heading{
  max-width:720px;
  margin:0 auto 55px;
}

.resources-heading-small{
  display:block;
  margin-bottom:10px;
  color:var(--brown);
  font-size:13px;
  font-weight:800;
  letter-spacing:1.8px;
  text-transform:uppercase;
}

.resources-heading h2{
  margin-bottom:17px;
  color:#242426;
  font-size:48px;
  font-weight:900;
}

.resources-heading h2:after{
  content:"";
  display:block;
  width:78px;
  height:5px;
  margin:17px auto 0;
  border-radius:20px;
  background:linear-gradient(
      135deg,
      var(--brown),
      var(--light-brown)
  );
}

.resources-heading p{
  margin:0;
  color:#6f6b66;
  font-size:16px;
  line-height:1.8;
}

/* Catalogue card */

.catalogue-card{
  height:100%;
  overflow:hidden;
  border:1px solid rgba(36,36,38,.07);
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 58px rgba(32,33,36,.10);
  transition:
      transform .35s ease,
      box-shadow .35s ease;
}

.catalogue-card:hover{
  transform:translateY(-10px);
  box-shadow:0 34px 75px rgba(32,33,36,.16);
}

.catalogue-cover{
  position:relative;
  height:375px;
  overflow:hidden;
  background:#ddd;
}

.catalogue-cover img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .6s ease;
}

.catalogue-card:hover .catalogue-cover img{
  transform:scale(1.055);
}

.catalogue-cover-overlay{
  position:absolute;
  inset:0;
  background:
      linear-gradient(
          180deg,
          rgba(0,0,0,.05) 25%,
          rgba(0,0,0,.77) 100%
      );
}

.catalogue-type-badge{
  position:absolute;
  top:24px;
  left:24px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:40px;
  background:rgba(255,255,255,.92);
  color:#242426;
  font-size:12px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
  box-shadow:0 10px 25px rgba(0,0,0,.13);
  backdrop-filter:blur(8px);
}

.catalogue-type-badge i{
  color:var(--brown);
}

.catalogue-format{
  position:absolute;
  top:24px;
  right:24px;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 13px;
  border-radius:9px;
  background:var(--brown);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
  box-shadow:0 10px 25px rgba(190,47,41,.30);
}

.catalogue-preview-label{
  position:absolute;
  right:28px;
  bottom:26px;
  left:28px;
}

.catalogue-preview-label span{
  display:block;
  margin-bottom:5px;
  color:#e8a17c;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.catalogue-preview-label strong{
  display:block;
  color:#fff;
  font-family:"Anton",sans-serif;
  font-size:29px;
  font-weight:400;
  letter-spacing:1px;
}

.catalogue-content{
  padding:34px;
}

.catalogue-heading-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:25px;
  margin-bottom:17px;
}

.catalogue-eyebrow{
  display:block;
  margin-bottom:6px;
  color:var(--brown);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.catalogue-content h3{
  margin:0;
  color:#242426;
  font-size:29px;
  line-height:1.25;
}

.catalogue-icon{
  flex:0 0 54px;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  background:#f6f1ea;
  color:var(--brown);
  font-size:21px;
}

.catalogue-content > p{
  min-height:82px;
  margin-bottom:25px;
  color:#64615d;
  font-size:15px;
  line-height:1.75;
}

.catalogue-info{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:27px;
}

.catalogue-info > div{
  display:flex;
  align-items:center;
  gap:12px;
  padding:15px;
  border:1px solid #eee7df;
  border-radius:14px;
  background:#faf8f5;
}

.catalogue-info i{
  color:var(--brown);
  font-size:18px;
}

.catalogue-info span{
  color:#242426;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
}

.catalogue-info small{
  display:block;
  color:#99918a;
  font-size:10px;
  font-weight:700;
  letter-spacing:.6px;
  text-transform:uppercase;
}

.catalogue-actions{
  display:grid;
  grid-template-columns:1.35fr 1fr;
  gap:12px;
}

.catalogue-btn{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:13px 17px;
  border-radius:12px;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  transition:.3s ease;
}

.catalogue-btn-view{
  background:linear-gradient(
      135deg,
      var(--brown),
      var(--light-brown)
  );
  color:#fff;
  box-shadow:0 13px 27px rgba(190,47,41,.25);
}

.catalogue-btn-view:hover{
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 17px 32px rgba(190,47,41,.34);
}

.catalogue-btn-download{
  border:1px solid #dcd4cc;
  background:#fff;
  color:#242426;
}

.catalogue-btn-download:hover{
  border-color:#242426;
  background:#242426;
  color:#fff;
  transform:translateY(-2px);
}

/* Assistance section */

.resources-assistance{
  padding:0 0 95px;
  background:#f8f5f0;
}

.resources-assistance-box{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:48px 52px;
  border-radius:28px;
  background:
      radial-gradient(
          circle at 90% 0,
          rgba(201,82,22,.27),
          transparent 28%
      ),
      linear-gradient(
          135deg,
          #202020,
          #3a2926
      );
  box-shadow:0 25px 65px rgba(0,0,0,.18);
}

.resources-assistance-box:after{
  content:"";
  position:absolute;
  right:-90px;
  bottom:-150px;
  width:310px;
  height:310px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
}

.resources-assistance-content{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:25px;
}

.resources-assistance-icon{
  flex:0 0 74px;
  width:74px;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  background:linear-gradient(
      135deg,
      var(--brown),
      var(--light-brown)
  );
  color:#fff;
  font-size:29px;
}

.resources-assistance-content span{
  display:block;
  margin-bottom:6px;
  color:#df7c4b;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.resources-assistance-content h2{
  margin-bottom:8px;
  color:#fff;
  font-size:32px;
}

.resources-assistance-content p{
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:14px;
  line-height:1.7;
}

.resources-contact-btn{
  position:relative;
  z-index:2;
  flex-shrink:0;
  padding:14px 23px;
  border-radius:50px;
  background:#fff;
  color:#242426;
  font-size:13px;
  font-weight:800;
}

.resources-contact-btn:hover{
  background:var(--brown);
  color:#fff;
}

/* Responsive */

@media(max-width:991px){

  .resources-hero{
      padding:75px 0;
  }

  .resources-hero h1{
      font-size:49px;
  }

  .resources-heading h2{
      font-size:39px;
  }

  .catalogue-cover{
      height:340px;
  }

  .resources-assistance-box{
      align-items:flex-start;
      flex-direction:column;
      padding:40px 35px;
  }
}

@media(max-width:767px){

  .resources-hero{
      padding:60px 0;
  }

  .resources-hero h1{
      font-size:40px;
  }

  .resources-hero p{
      font-size:15px;
  }

  .resources-hero-panel{
      padding:27px 23px;
  }

  .resources-panel-icon{
      flex-basis:58px;
      width:58px;
      height:58px;
      border-radius:16px;
      font-size:24px;
  }

  .resources-section{
      padding:65px 0 75px;
  }

  .resources-heading{
      margin-bottom:38px;
  }

  .resources-heading h2{
      font-size:34px;
  }

  .catalogue-cover{
      height:300px;
  }

  .catalogue-content{
      padding:26px 22px;
  }

  .catalogue-content h3{
      font-size:25px;
  }

  .catalogue-content > p{
      min-height:auto;
  }

  .catalogue-info{
      grid-template-columns:1fr;
  }

  .resources-assistance-content{
      align-items:flex-start;
      flex-direction:column;
  }

  .resources-assistance-content h2{
      font-size:28px;
  }
}

@media(max-width:575px){

  .resources-hero h1{
      font-size:35px;
  }

  .resources-hero-panel{
      flex-direction:column;
  }

  .catalogue-cover{
      height:270px;
  }

  .catalogue-type-badge{
      top:17px;
      left:17px;
  }

  .catalogue-format{
      top:17px;
      right:17px;
  }

  .catalogue-preview-label{
      right:20px;
      bottom:20px;
      left:20px;
  }

  .catalogue-preview-label strong{
      font-size:24px;
  }

  .catalogue-heading-row{
      gap:12px;
  }

  .catalogue-icon{
      flex-basis:46px;
      width:46px;
      height:46px;
  }

  .catalogue-actions{
      grid-template-columns:1fr;
  }

  .resources-assistance-box{
      padding:32px 24px;
  }

  .resources-contact-btn{
      width:100%;
      text-align:center;
  }
}

/* color image paver css starts */
.paver-colours-section {
  margin-top: 50px;
}

.paver-colours-grid {
  display: grid;
  grid-template-columns: repeat(
      auto-fit,
      minmax(160px, 1fr)
  );
  gap: 22px;
}

.paver-colour-item {
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.paver-colour-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.paver-colour-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f5f5;
}

.paver-colour-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.paver-colour-name {
  padding: 14px 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222;
}

.paver-colour-note {
  margin-top: 20px;
  padding: 14px 18px;
  background: #f7f7f7;
  border-left: 4px solid #222;
  border-radius: 4px;
  font-size: 14px;
  color: #555;
}

@media (max-width: 767px) {
  .paver-colours-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 15px;
  }

  .paver-colour-name {
      padding: 11px 8px;
      font-size: 14px;
  }
}

@media (max-width: 420px) {
  .paver-colours-grid {
      grid-template-columns: 1fr;
  }
}
/* color image paver css ends */

.bullnose-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.bullnose-card{
  background:#fff;
  border:1px solid #e4e4e4;
  transition:.3s;
}

.bullnose-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.bullnose-card-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:25px 30px;
  background:#292927;
}

.product-type{
  display:block;
  margin-bottom:8px;
  color:#d2764c;
  font-size:12px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
}

.bullnose-card-header h3{
  margin:0;
  color:#fff;
  font-size:28px;
  font-weight:700;
}

.product-size{
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  font-size:13px;
  font-weight:600;
}

.bullnose-card-body{
  padding:10px 30px 25px;
}

.specification-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid #ececec;
}

.spec-label{
  color:#777;
  font-size:14px;
  font-weight:600;
}

.specification-row strong{
  color:#222;
  font-size:15px;
}

.colour-section{
  padding-top:20px;
}

.colour-section .spec-label{
  display:block;
  margin-bottom:15px;
}

.colour-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.colour-list span{
  padding:8px 14px;
  background:#f4f4f4;
  border:1px solid #ddd;
  border-radius:25px;
  font-size:13px;
  font-weight:600;
}

.bullnose-card-footer{
  padding:22px 30px;
  background:#f8f8f8;
  border-top:1px solid #e4e4e4;
}

.price-label{
  display:block;
  margin-bottom:5px;
  color:#888;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.bullnose-card-footer strong{
  color:#222;
  font-size:16px;
}

@media(max-width:991px){
  .bullnose-grid{
      grid-template-columns:1fr;
  }
}

@media(max-width:575px){

  .bullnose-card-header{
      flex-direction:column;
  }

  .specification-row{
      flex-direction:column;
      align-items:flex-start;
      gap:5px;
  }

  .bullnose-card-header,
  .bullnose-card-body,
  .bullnose-card-footer{
      padding-left:20px;
      padding-right:20px;
  }
}

/* technical product specs */
.product-spec-sheet{
  margin-top:40px;
  padding:30px;
  border:1px solid #e5e5e5;
  background:#fafafa;
}

.spec-sheet-title{
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.spec-sheet-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 60px;      /* border length */
  height: 3px;      /* border thickness */
  background: #c0312c;
  border-radius: 5px;
}

.spec-sheet-desc{
  color:#666;
  line-height:1.8;
  margin-bottom:25px;
}

.spec-sub-title{
  font-size:18px;
  font-weight:700;
  color:#c0312c;
  margin-bottom:15px;
}

.spec-standard-list{
  margin:0;
  padding-left:20px;
}

.spec-standard-list li{
  margin-bottom:10px;
  line-height:1.7;
}

.spec-note{
  margin-top:25px;
  padding:15px 18px;
  background:#fff7ea;
  border-left:4px solid #c0312c;
  line-height:1.8;
}
.meta-head{
  background:#c0312c; /* Brickora theme color */
  border-radius:4px 4px 0 0;
}

.meta-head .meta-label,
.meta-head .meta-value{
  color:#fff;
  font-weight:700;
  font-size:15px;
}
/* technical product specs ends*/

.about-highlights a {
  text-decoration:none;
}

.brick-image{
    height:190px;
    overflow:hidden;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    background:#f5f5f5;
}

.brick-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;      /* fills the area without distortion */
    transition:.3s ease;
}

.brick-image img:hover{
    transform:scale(1.05);
}