@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
  overflow-x: hidden;
}

p {
  font-family: var(--inter);
  font-size: 24px;
}

:root {
  --ink: #0f0f10;
  --muted: #2a2a2d;
  --dash: #000;
  --pill-border: #000;
  --radius: 16px;
  --maxw: 1120px;
}

.enquiry {
  padding: 120px 0;
  color: var(--ink);
}
.enq-wrap {
padding: 40px 120px;
  margin: 0 auto;
  position: relative;
}

/* top-right pills */
.enq-actions {
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ink);
  background: #fff;
  transition: all 0.5s ease;
}

.pill:hover {
  background: var(--ink);
  color: #fff;
}

.pill--solid {
  background: #fff;
  transition: all 0.5s ease;
}
.pill--solid {
  background: var(--ink);
  color: #fff;
}

label {
  display: block !important;
}

/* headings */
.script {
  font-size: 50px;
  font-weight: 400;
  font-family: var(--waterfall);
  text-shadow: 1px 2px 0 #0000004f;
  line-height: 1;
}
.mt-60 {
  margin-top: 60px;
}

.fa-phone-volume,
.fa-envelope {
  font-size: 30px;
}

.lead {
  font-weight: 600;
  margin: 0 0 20px;
}

/* dashed query box */
.query textarea {
  width: 100%;
  display: block;
  font-weight: 600;
  background: #fff;
  border: 3px dashed var(--dash);
  border-radius: 14px;
  padding: 16px 20px;
  outline: none;
  font-size: 22px;
  line-height: 1.5;
  resize: vertical;
  color: #000;
}
.query textarea::placeholder {
  color: #6b6b6f;
}

/* dashed buttons */
.contact__btns {
  display: flex;
  gap: 22px;
  margin-top: 28px;
}
.btn-dashed {
  cursor: pointer;
  padding: 12px 26px;
  border-radius: 18px;
  border: 2px dashed var(--dash);
  background: #fff;
  font-weight: 600;
  transition: 0.5s all;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.02) inset, 0 2px 6px rgba(0, 0, 0, 0.06);
}
.btn-ghost {
  background: #f9f9fb;
}

.btn-dashed:hover {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset, 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: #000;
  color: #fff;
}

/* hours */
.hours {
  margin-top: 22px;
}
.hours .line {
  font-size: 18px;
  margin: 4px 0;
}

/* contact rows */
.contacts {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 18px;
}
.contacts li {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contacts .ico {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--ink);
}
.contacts .txt {
  font-size: 18px;
  font-weight: 600;
}

.contact__sub {
  color: var(--ink);
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 24px 0;
}


/* Accordion Styling */
.terms-accordion .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 0;
}

/* Bottom border */
.terms-accordion .accordion-item {
  border: none;
  border-top: 1px solid #000;
  border-radius: 0 !important;
}

/* Custom + and – icons */
.terms-accordion .accordion-button::after {
  content: "+";
  font-size: 22px;
  font-weight: bold;
  color: #000;
  transform: none !important;
  background-image: none !important;
}
.accordion-button:not(.collapsed){
  color: #000 !important;
}

.terms-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
}

/* Body text */
.terms-accordion .accordion-body {
  font-size: 16px;
  color: #333;
  padding: 10px 0 15px;
}


/* List Styling */
.shipping-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}

.shipping-list li {
  margin-bottom: 8px;
}
.main-slider .swiper-slide{
  height: 100% !important;
}
.main-slider .swiper-slide img{
  width: 100%;
  min-height: 600px;
  object-fit: cover !important;
  border-radius: 14px;
}
.product-showcase {
  margin: 40px 0;
}

.product-title {
  font-size: 24px;
  font-weight: 700;
}

.product-features img{
  width: 90px;
}
.product-features .feature {
  font-size: 14px;
  color: #333;
}

.thumb-slider .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
}
.desc-p{
  font-size: 18px;
}

.thumb-slider .swiper-slide img{
  border-radius: 20px;
}
.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.btn-dark {
  background-color: #000;
  border: none;
}
/* Swiper Pagination Custom Design */
.main-slider .swiper-pagination {
  position: relative; /* move below slider */
  margin-top: 12px;
  text-align: center;
}

.main-slider .swiper-pagination-bullet {
  background: #a76a3c;   /* brown color */
  opacity: 0.4;          /* light for inactive */
  width: 10px;
  height: 10px;
  border-radius: 50%;    /* round dots */
  margin: 0 5px !important;
  transition: all 0.3s ease;
}

.main-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;          /* elongated active dot */
  border-radius: 10px;  /* pill shape */
}

.btn-dashed {
  margin-top: 20px;
  padding: 10px 22px;
  border: 3px dashed #000;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-family: var(--inter);
  font-weight: 700;
  display: inline-flex;
}

.btn-dashed:hover {
  background: #000;
  color: #fff;
  border-style: solid;
}
/* responsiveness */
@media (max-width: 600px) {
  .pill {
    padding: 10px 14px;
    font-size: 12px;
  }
  .contacts .txt,
  .hours .line {
    font-size: 16px;
  }
  .enq-wrap{
          padding: 40px 10px;
  }

  .enquiry {
    padding: 80px 15px 60px 15px;
  }
  .gap-5{
   gap: 0rem !important;
  }
  .main-slider .swiper-slide img{
   min-height: 360px;
  }

  .mt-60 {
    margin-top: 40px;
  }
}
