@font-face {
   font-family: "Casino Bar";
  src: url("../fonts/Casino\ Bar.otf") format("truetype");
  font-display: swap;
}
:root {
  --orange: #FFAF31;
  --orange-dark: #ef8f00;
  --cream: #fff4dc;
  --soft: #FFAF3133;
  --text: #1f1f1f;
  --muted: #6c6c6c;
  --border: #f4d8a6;
  --shadow: 0 8px 24px rgba(170, 112, 0, 0.12);
  --container: 1400px;
}

* {
  box-sizing: border-box
}

html, 
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: #fff
}

body {
  line-height: 1.5;
  text-rendering: optimizeLegibility
}

img {
  max-width: 100%;
  display: block
}

video,
iframe {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

/* .container {
  width: min(var(--container), calc(100% - 80px));
  margin: 0 auto
} */

.section {
  padding: clamp(2.25rem, 4vw, 3.5rem) 0
}

.title {
  margin-bottom: 24px;
  text-align: center
}

.title.left {
  text-align: left
}

.title.no-bottom {
  margin-bottom: 0
}

.title h2 {
  margin: 0 0 8px;
  color: #FF9900;
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  letter-spacing: .4px;
  text-transform: uppercase;
    font-family: 'Casino Bar', sans-serif !important;
    font-weight: 400;
}

.title p {
  margin: 0;
  color: #000;
  font-size: clamp(0.9rem, 1.6vw, 1.5rem)
}

.faq-title {
  color: #111 !important
}

.hero {
  position: relative;
  min-height: clamp(420px, 56vw, 620px);
  overflow: hidden;
  background: url('images/banner.jpg') center center / cover no-repeat;
}

.hero-inner {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 32px;
  padding: 24px 0;
}

.hero-art {
  min-height: clamp(320px, 46vw, 560px);
  background: transparent;
  margin-left: calc(20% - 50vw);
  position: relative;
  display: none;
}

.hero-copy {
  color: #fff;
  padding: 32px 0 32px 10px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.125rem, 4vw, 3.125rem);
  line-height: 1.05;
  font-weight: 600;
  max-width: 20ch;
}

.hero-copy p {
  margin: 0 0 24px;
  font-size: clamp(0.95rem, 1.7vw, 1.5rem);
  line-height: 1.5;
  color: #fff;
}

.search {
  display: flex;
  width: min(100%, 470px);
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid rgba(255, 255, 255, .45);
}

.search input {
  border: 0;
  outline: none;
  flex: 1;
  padding: 16px 2rem;
  font-size: 1rem;
  min-width: 0;
  color:#000
}

.search button {
  border: 0;
  background: var(--orange-dark);
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 12px;
  margin: 4px;
  cursor: pointer;
  border-radius: 16px;
}

.breadcrumb {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  padding: 10px 0;
  font-size: 25px;
  color: #555;
}

.tabs {
  background: var(--orange);
  padding: 12px 0;
}

.tabs-list {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: auto;
  list-style: none;
  padding: 12px 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 7px;
  font-size: 20px;
  background: transparent;
  white-space: nowrap;
}

.tab.active {
  background: #fff;
  color: #f5a300;
  border-color: #fff;
}

.grid {
  display: grid;
  gap: clamp(1rem, 2vw, 1.75rem)
}

.blog-grid {
  grid-template-columns: 1fr
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(13.75rem, 1fr));
  gap:25px;
  margin: 0 auto;
}

.product-card {
  background: var(--cream);
  border-radius: 18px;
  padding: 26px 18px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 22.5rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.06);
}

.blog-card {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #FF9900;
  border-radius: 20px;

}
.grid .blog-card{
      padding: 20px;
    border: 0px;
    border-radius: 20px;
    background: #FFAF3133;

}

.blog-card img {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

.card-body {
  padding: 12px 0;
}

.card-body h3 {
  margin: 0 0 12px;
  font-size: 25px !important;
  line-height: 1.35;
  color: #000000;
  font-weight: 600;
  max-width: 90%;
  height: auto !important;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #FFAF31;
  border-radius: 10px !important;
  color: #FFAF31;
  font-size: clamp(0.95rem, 1.2vw, 1.125rem);
  min-height: 44px;
  padding: 10px 34px !important;
  margin-top: 2rem;
  font-weight: 700;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  font-family: 'Montserrat', sans-serif;
}

.outline-btn:hover {
  background: rgba(255, 175, 49, 0.12);
  border-color: var(--orange-dark);
  color: var(--orange-dark);
}

.center {
  display: flex;
  justify-content: center;
  align-items: center
}

.view-more {
  margin-top: 2rem;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  background: #FFAF31;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
  min-width: min(220px, 100%);
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
}

.trend-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.trend-controls {
  display: flex;
  gap: 10px
}

.circle {
  width: 60px;
  height: 60px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border:0;
  cursor: pointer;
}

.product-card img {
  width: 60%;
  margin: 6px auto 14px;
  object-fit: contain;
  height: auto;
}

.product-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
}

.product-card .outline-btn {
  width: auto;
  padding: 10px;
  margin-top: auto;
  display: inline-flex;
  font-size: clamp(0.95rem, 1.05vw, 1rem);
  border-width: 2px;
  border-radius: 12px;
}

.faq {
  background: #fff2d8
}

.faq-item {
  background: rgba(255, 255, 255, .35);
  border: 1px solid rgba(244, 199, 119, .5);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 14px;
}

.faq-item span {
  color: #a17000;
  font-size: 18px;
  flex: 0 0 auto
}

.contact-section {
  padding: 48px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .05);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.contact-card h4,
.form-title {
  margin: 0 0 14px;
  font-size: 15px;
  text-transform: uppercase;
}

.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.contact-card li {
  margin: 0 0 12px;
  font-size: 14px;
  color: #222;
}

.contact-card a {
  color: #204ecf
}

.contact-links {
  margin-top: 20px
}

.form {
  background: #fff;
  border: 1px solid #f3ebd9;
  box-shadow: var(--shadow);
  border-radius: 14px;
  padding: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.field {
  margin-bottom: 10px
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #ece2c7;
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
  background: #fff;
}

.field textarea {
  min-height: 76px;
  resize: vertical
}

.submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  padding: 11px 14px;
  background: linear-gradient(180deg, #ffb93a, #f39d0e);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.consent {
  font-size: 13px;
  color: #444
}

@media (min-width: 640px) {
  .tabs-list {
    justify-content: center;
    flex-wrap: wrap;
    overflow: visible;
    padding: 20px 0;
  }

  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .form-row {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1.15fr 1.2fr
  }
  .card-body h3{
    font-size: 20px;
  }
  .hero-art {
    display: block
  }

  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr 1.15fr
  }
  .card-body h3 {
    font-size: 22px !important;
    height: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-copy{
    margin-left: 20rem;
  }
  .hero-copy p{
    font-size: 14px;
  }
  .product-card img {
    width: 70%;
  }
  .card-body h3{
    height: 80px !important;
  }
  #trendingCarousel .blog-card .card-body h3{
    max-width: 100%;

  }
}

@media (max-width: 767px) {
  .hero {
    background: url("images/banner-mob.png") center center / cover no-repeat;
    min-height: 100%;
    
        background-position: top;
  }
  .breadcrumb {
    font-size: 20px;
  }

  .hero-inner {
    padding: 24px 0;
  }

  .hero-copy {
    padding: 18px 0 0;
  }

  .hero-copy h1 {
    max-width: none;
  }
  /* .container{
    width:min(var(--container), calc(100% - 40px));
  } */
  .hero-inner{
        align-items: flex-start;
        padding:0;
  }
  .hero-copy p{
    font-size: 13px;
  }
  .hero-copy h1{
    font-size: 30px;
  }
  .title p{
    font-size: 16px;
  }
  .card-body h3{
    font-size: 20px !important;
  }
  .product-card img {
    width: 40%;
  }
}

@media (max-width: 639px) {
  .hero {
    min-height: 100vh;
  }

  .hero-copy {
    padding: 30px 0 0
  }

  .hero-copy h1 {
    max-width: none
  }

  .trend-head {
        flex-direction: row;
        align-items: center;
    }
    .trend-controls img{
      width: 40px;
      height: 40px;
    }
    .outline-btn{
      margin-top: 1rem;
    }
}
