        @font-face {
  font-family: 'Montserrat-Thin';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
}

        @font-face {
  font-family: 'Colfax-Bold';
  src: url('../fonts/Colfax-Bold.otf') format('opentype');
  font-style: normal;
}

        @font-face {
  font-family: 'Colfax-Regular';
  src: url('../fonts/Colfax-Regular.otf') format('opentype');
  font-style: normal;
}
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
     font-family: 'Colfax-Regular';
    }

    body {
      width: 100%;
      background: #fff;
    }

    /* ===================== */
    /* Offer Strip */
    /* ===================== */
    .offer-strip {
      width: 100%;
      background: #2f4d63;
      color: white;
      text-align: center;
      font-size: 0.85rem;
      padding: 0.7em 0;
      letter-spacing: 0.05em;
      font-family: 'Colfax-Bold';
    }

    /* ===================== */
    /* Header Logo */
    /* ===================== */
    header {
      width: 100%;
      padding: 1.2rem 5vw;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #9ebdd4;
    }

    header img {
      width: 9rem;
      max-width: 35vw;
    }

    /* ===================== */
    /* Hero Section */
    /* ===================== */
    .hero {
       width: 100%;
      min-height: auto;
      padding: 5vh 5vw 5vh 5vw;
  text-align: center;
  background: #fdfdfd;
  position: relative;
  overflow: hidden;
    }

    .hero-tag {
      display: inline-block;
      background: #ff7a4d;
      color: white;
      font-size: 1.05rem;
      padding: 0.4em 1em;
      border-radius: 2em;
      margin-bottom: 1.5rem;
      font-family: 'Colfax-Regular';
    }

    .hero h1 {
      font-size: 3.8rem;
      color: #2f4d63;
      font-weight: 800;
      line-height: 1.2em;
        font-family: 'Montserrat-Thin';
    }

    .hero p {
      margin-top: 1rem;
      font-size: 1rem;
      max-width: 35rem;
      margin-inline: auto;
      color: #444;
    }

    /* Buttons */
    .hero-buttons {
      margin-top: 2rem;
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .btn {
      padding: 0.9em 2em;
      font-size: 1.2rem;
      border-radius: 2em;
      border: none;
      cursor: pointer;
      transition: 0.3s;
      font-family: 'Colfax-Regular';
    }

    .btn-primary {
      background: #b6d68c;
      color: white;
    }

    .btn-primary:hover {
      background: #9bc46c;
    }

    .btn-outline {
      border: 2px solid #ccc;
      background: transparent;
      color: #333;
    }

    .btn-outline:hover {
      background: #eee;
    }
    
    .hero-tag,
.hero h1,
.hero p,
.hero-buttons {
  position: relative;
  z-index: 5;
}

    /* Paw Shape */
    .paw {
     position: absolute;
    right: 15vw;
    top: 15vh;
    width: 24vw;
    z-index: 1;
    }
    
    .image-section {
  width: 100vw;
  padding: 0vh 2vw 3vh 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.image-container {
  width: 100%;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  display: block;
}

.testimonial-section {
  width: 100vw;
  padding: 6vh 6vw;
  box-sizing: border-box;
}

.section-head h2 {
  font-size: 2.5rem;
  color: #2f5576;
  font-family: 'Montserrat-Thin';
}

.section-head h3 {
  font-size: 2.5rem;
  color: #8fb4d8;
  margin-top: 1vh;
  font-family: 'Montserrat-Thin';
}

/* Layout */
.testimonial-wrapper {
  display: flex;
  gap: 6vw;
  margin-top: 5vh;
  align-items: center;
}

/* LEFT */
.testimonial-left {
 flex: 1;
    background: #f7f9fb;
    padding: 6vh 4vw;
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3vh;
}

.badge {
  background: #bfe09c;
  padding: 0.6em 1.4em;
  border-radius: 2em;
  width: fit-content;
  font-size: 0.9rem;
  font-family: 'Colfax-Bold';
}

.quote-icon {
  color: #cdefff;
  line-height: 1;
       width: 4.5rem;
  height: 4.5rem;
}

.quote-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-text {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #375b7d;
      text-align: center;
      font-family: 'Colfax-Regular';
}

.arrows {
  display: flex;
  gap: 1.5vw;
  margin-top: 4vh;
}

.arrows button {
  width: 3em;
  height: 3em;
  background: transparent;
  color: #4b84c4;
  font-size: 1.2rem;
  cursor: pointer;
  border: none;
}

.nav-btn img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

/* RIGHT – SINGLE IMAGE */
.testimonial-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.image-wrapper {
  width: 32vw;
  height: 60vh;
  border-radius: 4vw;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section {
  width: 100vw;
  height: 160vh;
  background-image: url("../images/ctaupdatedimg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* Content wrapper */
.hero-content {
  max-width: 50vw;
  padding: 6vh;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Heading */
.hero-content h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #2d4a63;
  font-family: 'Montserrat-Thin';
}

/* Paragraph */
.hero-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #3f5f7a;
  max-width: 90%;
  font-family: 'Colfax-Regular';
}

/* Button */
.hero-btn {
  display: inline-block;
  width: fit-content;
  padding: 0.8em 1.8em;
  border-radius: 2em;
  background-color: #b6dc8c;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Colfax-Bold';
}

.footer-section {
  width: 100vw;
  background-color: #a9c7e1;
  padding: 6vh 6vw;
  box-sizing: border-box;
  color: #ffffff;
}

/* Newsletter */
.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  flex-wrap: wrap;
}

.newsletter-text h2 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
    font-family: 'Montserrat-Thin';
}

.newsletter-text p {
  font-size: 1rem;
  max-width: 40vw;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5vh;
  width: 30vw;
}

.newsletter-form input {
  width: 100%;
  padding: 1em;
  border-radius: 0.5em;
  border: 0.1em solid rgba(255,255,255,0.4);
  background: transparent;
  color: #fff;
}

.newsletter-form input::placeholder {
  color: #ffffff;
}

.subscribe-btn {
  text-align: center;
  padding: 1em;
  background-color: #c6e3a5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.5em;
  font-size: 1rem;
}

/* Divider */
.divider {
  width: 100%;
  height: 0.2vh;
  background: rgba(255,255,255,0.3);
  margin: 6vh 0;
}

/* Footer Content */
.footer-content {
  display: flex;
  gap: 6vw;
  flex-wrap: wrap;
}

.footer-about {
  flex: 1 1 35%;
}

.footer-about h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-family: 'Montserrat-Thin';
}

.footer-about p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2vh;
}

.contact {
  list-style: none;
  padding: 0;
  font-size: 0.9rem;
}

.contact li {
  margin-bottom: 1vh;
}

.social {
  margin-top: 2vh;
  display: flex;
  gap: 1.5vw;
}

.social a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
}

/* Links */
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 1.2vh;
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.95rem;
}

/* Disclaimer */
.disclaimer {
  margin-top: 6vh;
  font-size: 0.75rem;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .hero-content {
    max-width: 50vw;
    padding: 6vh 6vw;
  }
}

   
    /* ===================== */
    /* Responsive */
    /* ===================== */
    @media (max-width: 768px) {
     
      .paw {
        display: none;
      }

      header img {
        width: 7rem;
      }
      
      .hero h1 {
    font-size: 2.3rem;
}

  .newsletter {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-text p {
    max-width: 100%;
  }

  .newsletter-form {
    width: 100%;
  }

  .footer-content {
    flex-direction: column;
  }
  
   .testimonial-wrapper {
    flex-direction: column;
  }

  .testimonial-left {
    text-align: center;
    align-items: center;
  }

  .image-wrapper {
    width: 90vw;
    height: 45vh;
  }
    }
    
    @media (max-width: 600px) {
  .hero-section {
    justify-content: center;
    text-align: center;
    background-position: right bottom;
  }

  .hero-content {
    max-width: 90vw;
    align-items: center;
    padding: 6vh 5vw;
  }

  .hero-content p {
    max-width: 100%;
  }
  
  .section-head h2 {
    font-size: 2rem;
    color: #2f5576;
    font-family: 'Montserrat-Thin';
}

.section-head h3 {
    font-size: 2rem;
    color: #8fb4d8;
    margin-top: 1vh;
    font-family: 'Montserrat-Thin';
}
}