@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;
}

.hero {
  position: relative;
  background-image: url(../images/product1/pro-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  min-height: 100vh;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15); /* subtle overlay */
}

.hero-content {
  position: absolute;
  top: 10%;
  right: 5%;
  max-width: 500px;
  color: #111;
}

.hero-buttons.top-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  justify-content: flex-end;
}

.btn-outline {
  padding: 8px 18px;
  border: 3px solid #000;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--inter);
}

.btn-outline:hover {
  background: #000;
  color: #fff;
}

.hero-text h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
  text-align: end;
}

.hero-text {
  padding-top: 70px;
}

.hero-text p {
  font-size: 22px;
  justify-content: justify;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
  font-family: var(--inter);
}

.btn-dashed {
  padding: 10px 22px;
  border: 3px dashed #000;
  border-radius: 30px;
  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;
}
/* product */
:root {
  --text: #0f0f0f;
  --muted: #666;
  --chip: #e9e9ea;
  --radius: 16px;
}

.products {
  padding: 80px 30px;
  color: var(--text);
}

.pwrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* Search */
.psearch {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
}
.psearch input {
  width: 100%;
  padding: 18px 56px 18px 24px;
  font-size: 16px;
  border: 2px solid #111;
  border-radius: 999px;
  outline: none;
}
.psearch .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

/* Chips */
.chips {
  list-style: none;
  padding: 14px 4px 0;
  margin: 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.chip {
  border: 0;
  background: var(--chip);
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 400;
  color: #333;
  cursor: pointer;
}
.chip:hover {
  filter: brightness(0.96);
}

/* Two-column feature */
.prow {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 62px;
  align-items: center;
  margin-top: 120px;
}
.pimg {
  width: 100%;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}
.hand {
  font-size: 50px;
  font-weight: 400;
  font-family: var(--waterfall);
  text-shadow: 1px 2px 0 #0000004f;
  line-height: 1;
  margin-top: 20px;
}
.title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: var(--inter);
}
.lead {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 14px;
}
.bullets {
  margin: 0 0 22px 0;
  padding-left: 20px;
  line-height: 1.7;
  font-size: 17px;
}

/* Dashed button */

.btn-dashed .arr {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}
.btn-dashed:hover {
  background: #111;
  color: #fff;
  border-style: solid;
}
/*  */

/* ------------------------------------------------------------------ */

.off-section {
  background-image: linear-gradient(to bottom, #ffffff9d, #ffffff9d),
    url(../images/home/off-bg.png);
  background-size: cover;
  background-position: center;
  margin-top: 40px;
  padding: 70px 0;
}
.off-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.off-section .container h2 {
  font-size: 70px;
  font-weight: 600;
  font-family: var(--inter);
}
.off-section .container h4 {
  padding: 0 140px;
  font-family: var(--inter);
  font-size: 25px;
  line-height: 40px;
}
.off-section .container .btn {
  padding: 5px 30px;
  font-size: 26px;
  border-radius: 3rem !important;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  border: 6px solid #000;
  text-shadow: 1px 2px 0 #0000004f;
}

.footer {
  padding: 60px 50px;
  background-color: #ede8e5;
  border-top: none;
}

/* ------------------------------------------- */

/* -------------------------------------------------------------- */

.info {
  padding: 60px 0;
}

.info-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.info-icon {
  background-color: #f7e6cf;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-text h4 {
  font-family: var(--montserrat);
  font-size: 20px;
}
.info-text p {
  text-align: center;
  font-family: var(--montserrat);
  font-size: 14px;
}
.info-icon i {
  font-size: 35px;
}

.info-section {
  padding-bottom: 40px;
}

/* ------------------------------------------------------------------ */

@media (max-width: 600px) {
  .hero {
    padding: 60px 0;
    min-height: 80vh;
  }

  .hero-text {
    padding: 20px 10px;
  }

  .hero-content {
    top: 10%;
    right: 0%;
    max-width: 100%;
  }
  
  .hero-buttons.top-buttons {
    margin-bottom: 20px;
}

  .hero-text h2 {
    font-size: 32px;
    text-align: center;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  
  .chip {
    padding: 8px 10px;
    font-size: 14px;
}

.hand {
    font-size: 35px;
}
  
  .btn-dashed {
    padding: 7px 15px;
    font-size: 14px;
}

.psearch input {
    padding: 12px 38px 12px 13px;
    font-size: 14px;
}

.psearch .icon {
    width: 16px;
    height: 16px;
}

  .products {
    padding: 40px 10px;
  }

  .prow {
    display: block;
    margin-top: 25px;
  }

  .pcol-copy {
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .off-section {
    margin-top: 0px;
    padding: 40px 0;
  }

  .off-section .container h2 {
    font-size: 30px;
  }

.off-section .container h4 {
    padding: 0;
    line-height: normal;
    font-size: 20px;
    }

  .info {
    padding: 40px 0;
  }
  
  .off-section .container .btn {
    font-size: 18px;
}
.info-section {
    padding-bottom: 0px;
}
}
