/*
Theme Name: Go Vetty
Theme URI: https://govetty.com/
Author: Go Vetty Team
Description: A highly optimized, minimal responsive starter theme built for speed, fully compatible with Gutenberg and Elementor.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: go-vetty
*/

/* Core Minimal Layout Reset */
/*img { max-width: 100%; height: auto; }
.site-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } */

/* Coming Soon Screen Minimal Styles */
.coming-soon-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
}
.coming-soon-wrapper h1 { font-size: 2.5rem; margin-bottom: 10px; color: #111; }

/* Default Font */
/* Inter Variable Font - Strictly limited to 400-600 weights for maximum performance */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: swap;
  font-weight: 400 500 600;
  src: url('assets/fonts/inter.woff2') format('woff2-variations');
}

/* Core Minimal Layout Reset */
body, h1, h2, h3, h4, h5, h6, button {
  font-family: 'Inter', sans-serif;
}

:root {
  --x-1: rgba(139, 13, 30, 1);
  --x-2: rgba(214, 40, 40, 1);
  --x-3: rgba(229, 115, 115, 1);
  --x-4: rgba(248, 215, 218, 1);
  --x-5: rgba(242, 242, 247, 1);
  --x-6: rgba(255, 255, 255, 1);
}

::marker {
  content:"";
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  min-height: 100%;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

#page {
  width: 100%;
}

/* Header Section */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  background-color: #ffffff; /* Solid white base so it blends into the page */
  
  /* THE CLOUDY SOFT EDGE ENGINE:
     This makes the header 100% solid white until it reaches 75% of its height, 
     then smoothly fades out the bottom 25% into a soft, invisible edge.
  */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 100%);
  
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  gap: 10px;
  
  /* Increased the bottom padding slightly (from 40px to 60px) 
     so your navigation text doesn't clip into the soft faded area */
  padding: 30px 70px 60px; 
}

.home .frame-63 {
  display: flex;
  width: 100%;
  max-width: 1780px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.home .group-wrapper {
  position: relative;
  width: 293px;
  height: 66px;
}

.home .group-4 {
  position: relative;
  top: -7px;
  width: 215px;
  height: 91px;
  display: flex;
  gap: 3.9px;
}

.home .group-5 {
  margin-top: -0.9px;
  width: 106.26px;
  height: 93.72px;
  margin-left: -1.1px;
}

.home .canda {
  margin-top: 33.8px;
  width: 105.86px;
  height: 50.3px;
  aspect-ratio: 2.1;
}

.home .frame-64 {
  display: inline-flex;
  align-items: center;
  gap: 84px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-65 {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-31 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  white-space: nowrap;
}

.home .frame-66 {
  display: flex;
  width: 100px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--x-1);
}

.home .frame-67 {
  display: flex;
  width: 210px;
  height: 60px;
  background-color: var(--x-1);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
}

/* Pages */

.home {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

/* Base structural row behavior to handle auto-centering on viewports under 1920px */
.home > section,
.home > main > section,
.home .group,
.home .frame,
.home .frame-12,
.home .frame-22,
.home .frame-28,
.home .frame-37,
.home .frame-42,
.home .frame-48,
.home .frame-54 {
  position: relative;
  top: auto !important;
  left: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* --- 3. HERO SECTION (.group) --- */
.home .group {
  width: 100%;
  max-width: 100%;         /* Forces the container to stretch 100% full-width across any monitor */
  height: auto;
  min-height: 825px;
  margin-top: 0;
  position: relative;
  margin-top: 80px;
  z-index: 1;
}

.home .img {
  position: absolute;
  top: 0;
  right: 0;                /* Snaps completely flush against the exact right viewport edge */
  left: auto;
  width: 1326px;
  max-width: 75%;
  height: 829px;
  object-fit: contain;
}

.home .frame-5 {
  display: flex;
  flex-direction: column;
  width: 782px;
  max-width: 55%;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  top: 170px;
  
  /* Mathematical left margin calculator:
     Locates the starting boundary line of the 1520px centralized layout space,
     then adds the inner 30px padding offset to visually align perfectly with 
     the Key Service highlights content text. */
  margin-left: calc((100% - 1520px) / 2 + 30px);
  z-index: 2;
}

.home .frame-6 {
  gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-7 {
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .veterinary-care {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #600209;
  font-size: 80px;
  letter-spacing: -0.25px;
  line-height: 104px;
  margin: 0;
}

@media (max-width: 1440px) {
  .home .veterinary-care {
    font-size: 64px;
    line-height: 80px;
  }
}

.home .p {
  position: relative;
  width: 100%;
  max-width: 560px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 24px;
  letter-spacing: -0.25px;
  line-height: 36px;
  margin: 0;
}

.home .frame-8 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-9 {
  display: flex;
  width: 260px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  background-color: var(--x-1);
  border-radius: 10px;
}

.home .text-wrapper-3 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -0.25px;
  line-height: 33px;
  white-space: nowrap;
  margin: 0;
}

.home .img-2 {
  position: relative;
  width: 24px;
  height: 24px;
}

.home .frame-10 {
  display: flex;
  width: 230px;
  height: 60px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: var(--x-1);
}

.home .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 22px;
  letter-spacing: -0.25px;
  line-height: 33px;
  white-space: nowrap;
  margin: 0;
}

.home .frame-11 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .fi-2 {
  position: relative;
  width: 32px;
  height: 32px;
}

.home .text-wrapper-5 {
  position: relative;
  width: 434px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

/* --- 4. HIGHLIGHTS BANNER (.frame) --- */
.home .frame {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;       /* Standard central reference grid */
  height: auto;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 30px;
  margin-top: 0;
  margin-bottom: 60px;
  background-color: #fdf4f3;
  border-radius: 20px;
}

.home .div {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-2 {
  display: flex;
  width: auto;
  max-width: 330px;
  align-items: flex-start;
  gap: 17px;
  position: relative;
}

.home .fi {
  position: relative;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.home .frame-3 {
  display: flex;
  flex-direction: column;
  width: auto;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.home .text-wrapper {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 22px;
  letter-spacing: -0.25px;
  line-height: 33px;
  margin: 0;
}

.home .day-or-night-we-re {
  position: relative;
  width: auto;
  max-width: 200px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 28px;
  margin: 0;
}

.home .line {
  position: relative;
  width: 1px;
  height: 109px;
  object-fit: cover;
}

.home .frame-4 {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 249px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.home .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 28px;
  margin: 0;
}

/* --- 5. HOW IT WORKS SECTION (.frame-12) --- */
.home .frame-12 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 20px;
}

.home .frame-13 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 747px;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-6 {
  font-weight: 600;
  color: var(--x-1);
  font-size: 22px;
  text-align: center;
  line-height: 33px;
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  letter-spacing: -0.25px;
  margin: 0;
}

.home .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #390000;
  font-size: 54px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 70.2px;
  margin: 0;
}

.home .frame-14 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-15 {
  display: flex;
  flex-direction: column;
  width: 375px;
  align-items: center;
  gap: 20px;
  position: relative;
}

.home .frame-16 {
  position: relative;
  width: 169.5px;
  height: 118px;
}

.home .frame-17 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 36px;
  white-space: nowrap;
  margin: 0;
}

.home .text-wrapper-9 {
  position: relative;
  width: 100%;
  max-width: 374px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 28px;
  margin: 0;
}

.home .frame-18 {
  display: flex;
  flex-direction: column;
  width: 374px;
  align-items: center;
  gap: 20px;
  position: relative;
}

.home .frame-19 {
  position: relative;
  width: 169px;
  height: 118px;
}

.home .text-wrapper-10 {
  width: 100%;
  max-width: 294px;
  color: #000000;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin: 0;
}

/* Connective arrows styled conditionally to keep proportions clear without overlapping text frames */
.home .frame-20 {
  position: absolute;
  top: 52px;
  left: 31%;
  width: 238px;
  height: 47px;
  transform: translateX(-50%);
}

.home .frame-21 {
  position: absolute;
  top: 52px;
  left: 69%;
  width: 238px;
  height: 47px;
  transform: translateX(-50%);
}

@media (max-width: 1366px) {
  .home .frame-20, .home .frame-21 {
    display: none; /* Safely hide standard directional lines if viewport room gets compact */
  }
}

/* --- 6. WHY CHOOSE US SECTION (.frame-22) --- */
.home .frame-22 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1580px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 30px;
}

/* New Localized Media Parent Framework */
.home .frame-22-media {
  position: relative;     /* Formulates the new absolute context barrier */
  width: 100%;
  max-width: 770px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Primary Base Image Background Element */
.home .rectangle {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;    /* Optional layout normalization smoothing */
  z-index: 2;
}

/* Overlay Consultation Card */
.home .frame-27 {
  position: absolute;
  bottom: 30px;
  left: -220px;            /* Tucks cleanly over the left corner of the rectangle base */
  width: 506px;
  max-width: 70%;         /* Keeps it fluidly proportional on smaller screens */
  height: auto;
  z-index: 5;
}

/* Safe Background Decors locked to the component area */
.home .ellipse {
  position: absolute;
  top: 170px;
  left: -140px;
  width: 292px;
  height: auto;
  z-index: 1;
}

.home .ellipse-2 {
  position: absolute;
  bottom: auto;
  right: -90px;
  width: 217px;
  height: auto;
  z-index: 1;
}

.home .frame-23 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 598px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.home .frame-24 {
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-11 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 33px;
  white-space: nowrap;
  margin: 0;
}

.home .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #390000;
  font-size: 54px;
  letter-spacing: -0.25px;
  line-height: 70.2px;
  margin: 0;
}

.home .text-wrapper-13 {
  position: relative;
  width: 100%;
  max-width: 560px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .frame-25 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-26 {
  display: inline-flex;
  height: 30px;
  align-items: center;
  gap: 13px;
  position: relative;
}

.home .fi-3 {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
}

.home .text-wrapper-14 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  white-space: nowrap;
  margin: 0;
}

@media (max-width: 1280px) {
  .home .frame-27 {
    left: -10px;          /* Prevents card truncation on smaller desktop configurations */
    bottom: 15px;
  }
}

/* --- 7. MEET OUR VETERINARIANS SECTION (.frame-28) --- */
.home .frame-28 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1780px;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 40px;
}

.home .frame-29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-30 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  position: relative;
  gap: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}

.home .frame-31 {
  position: relative;
  width: 58px;
  height: 58px;
  flex-shrink: 0;
}

.home .frame-32 {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: hidden !important; /* Managed purely by JS for cross-browser dragging */
  gap: 20px !important;
  flex: 1 !important;
  cursor: grab; /* Shows hand grab indicator */
  user-select: none; /* Prevents text highlighting while dragging cards */
  -webkit-user-select: none;
  padding: 15px 0 20px;
}

.home .frame-32:active {
  cursor: grabbing; /* Gripped hand state during an active drag */
}

.home .frame-32 .frame-33 {
  flex: 0 0 calc(25% - 15px) !important; 
  box-sizing: border-box !important;
  min-width: 220px !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important; /* Elegant decelerating curve */
}

.home .frame-33 {
  display: flex;
  flex-direction: column;
  width: 288px;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 6px 17px #00000026;
}

.home .frame-30 .frame-wrapper {
  flex: 0 0 300px !important; /* Locks width of the credentials block */
  width: 300px !important;
}

/* Responsive Scaling: Drop to 2 visible slider cards on mid-size laptops/tablets */
@media (max-width: 1400px) {
  .home .frame-32 .frame-33 {
    flex: 0 0 calc(50% - 10px) !important;
  }
}

/* Responsive Scaling: Stack column-wise cleanly on mobile viewports */
@media (max-width: 768px) {
  .home .frame-30 {
    flex-direction: column !important;
  }
  .home .frame-32 {
    overflow-x: auto !important; /* Keeps fluid thumb swipe operational on phones */
    cursor: default;
  }
  .home .frame-32 .frame-33 {
    flex: 0 0 80% !important; /* Show 1.25 cards on mobile phone views */
  }
  .home .frame-30 .frame-wrapper {
    width: 100% !important;
    flex: unset !important;
  }
}

/* Make your existing navigation arrow buttons look & feel clickable */
.home button.frame-31 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .img-wrapper {
  display: flex;
  width: 100%;
  height: 190px;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 11px 63px 0px 57px;
  position: relative;
  background-color: #e7e2df;
  border-radius: 10px 10px 0px 0px;
}

.home .professional-doctor {
  position: relative;
  width: 168px;
  height: 179px;
  aspect-ratio: 0.94;
}

.home .frame-34 {
  display: flex;
  flex-direction: column;
  width: 248px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-15 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 36px;
  white-space: nowrap;
  margin: 0;
}

.home .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 28px;
  margin: 0;
}

.home .text-wrapper-17 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 28px;
  white-space: nowrap;
  margin: 0;
}

.home .frame-35 {
  display: flex;
  width: 100%;
  height: 190px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 63px 0px 57px;
  position: relative;
  background-color: #e7e2df;
  border-radius: 10px 10px 0px 0px;
}

.home .portrait-smiling {
  position: relative;
  width: 183px;
  height: 179px;
  margin-left: -7.5px;
  margin-right: -7.5px;
  aspect-ratio: 1.02;
}

.home .portrait-beautiful {
  position: relative;
  width: 153px;
  height: 179px;
  aspect-ratio: 0.86;
}

.home .doctors-day-handsome {
  position: relative;
  width: 154px;
  height: 179px;
  aspect-ratio: 0.86;
}

.home .frame-wrapper {
  display: flex;
  width: 288px;
  height: 336px;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 30px 20px 28px;
  position: relative;
  background-color: #fdf4f3;
  border-radius: 10px;
}

.home .frame-36 {
  display: flex;
  flex-direction: column;
  width: 230px;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}

.home .fi-4 {
  position: relative;
  width: 70px;
  height: 70px;
}

.home .all-our {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .div-wrapper {
  display: inline-flex;
  height: 52px;
  background-color: var(--x-1);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
}

.home .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  white-space: nowrap;
  margin: 0;
}

/* --- 8. TESTIMONIALS SECTION (.frame-42) --- */
.home .frame-42 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 20px;
  background-color: #fffaf9; /* Added a subtle baseline tint background to frame the review cards gracefully */
}

.home .vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home .frame-43 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1519px;
  align-items: center;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
}

.home .frame-44 {
  display: flex;
  flex-direction: column;
  width: 493px;
  max-width: 100%;
  height: auto;
  min-height: 286px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 2px 10px #0000001a;
}

.home .frame-45 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.home .group-2 {
  position: relative;
  width: 137px;
  height: 27.4px;
}

.home .star {
  left: 3px;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 21px;
}

.home .star-2 {
  left: 30px;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 21px;
}

.home .star-3 {
  left: 57px;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 21px;
}

.home .star-4 {
  left: 85px;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 21px;
}

.home .star-5 {
  left: 112px;
  position: absolute;
  top: 2px;
  width: 22px;
  height: 21px;
}

.home .text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #390000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .frame-46 {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
  margin-bottom: -0.4px;
}

.home .ellipse-3 {
  position: relative;
  width: 69px;
  height: 69px;
  object-fit: cover;
}

.home .frame-47 {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 248px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.home .text-wrapper-23 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 22px;
  letter-spacing: -0.25px;
  line-height: 33px;
  margin: 0;
}

.home .ellipse-4 {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--x-1);
  border-radius: 5px;
}

.home .ellipse-5 {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--x-4);
  border-radius: 5px;
}

/* --- 9. FAQ SECTION (.frame-37) --- */
.home .frame-37 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1520px;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}

.home .frame-38 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 35px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .frame-39 {
  display: flex;
  flex-direction: column;
  width: 365px;
  max-width: 100%;
  height: 79px;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 20px 13px;
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  border: 2px solid;
  border-color: #d9d9d9;
}

.home .frame-40 {
  display: inline-flex;
  align-items: center;
  gap: 71px;
  position: relative;
  flex: 0 0 auto;
}

.home .text-wrapper-19 {
  position: relative;
  width: 230px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 26px;
  margin: 0;
}

.home .frame-41 {
  display: flex;
  width: 325px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.home .how-much-does-a {
  position: relative;
  width: 257px;
  margin: 0;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 26px;
}

.home .span {
  color: #000000;
  letter-spacing: -0.05px;
}

.home .text-wrapper-20 {
  color: #0000004c;
  letter-spacing: -0.05px;
  margin: 0;
}

.home .still-have-questions {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.25px;
  line-height: 30px;
}

.home .text-wrapper-21 {
  font-weight: 600;
  color: #8b0d1e;
  letter-spacing: -0.05px;
  text-decoration: underline;
  margin: 0;
}

/* --- 10. CTA BANNER BLOCK (.frame-48) --- */
.home .frame-48 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 80px);
  max-width: 1660px;
  height: auto;
  min-height: 188px;
  align-items: flex-start;
  gap: 10px;
  padding: 30px 70px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: var(--x-1);
  border-radius: 20px;
}

.home .frame-49 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-50 {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
}

.home .frame-51 {
  position: relative;
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
}

.home .frame-52 {
  display: flex;
  flex-direction: column;
  width: auto;
  max-width: 703px;
  align-items: flex-start;
  gap: 5px;
  position: relative;
}

.home .we-re-here-for-you {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: -0.25px;
  line-height: 60px;
  margin: 0;
}

.home .text-wrapper-24 {
  align-self: stretch;
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin: 0;
}

.home .frame-53 {
  display: inline-flex;
  height: 52px;
  flex: 0 0 auto;
  background-color: var(--x-6);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  position: relative;
  border-radius: 10px;
}

.home .text-wrapper-25 {
  position: relative;
  width: fit-content;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  white-space: nowrap;
  margin: 0;
}

/* --- 11. FOOTER LINKS & UTILITIES (.frame-54) --- */
.home .frame-54 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1640px;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 40px;
}

.home .frame-55 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .group-3 {
  position: relative;
  width: 246.58px;
  height: 94.07px;
  margin-top: -0.89px;
  margin-left: -1.07px;
}

.home .text-wrapper-26 {
  position: relative;
  width: 229px;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .frame-56 {
  display: flex;
  flex-direction: column;
  width: 160px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.home .text-wrapper-27 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .frame-57 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .text-wrapper-28 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .text-wrapper-29 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .frame-58 {
  display: flex;
  flex-direction: column;
  width: 318px;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  margin-right: -2.52px;
}

.home .frame-59 {
  position: relative;
  flex: 0 0 auto;
}

.home .frame-60 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.home .fi-5 {
  position: relative;
  width: 42px;
  height: 42px;
}

.home .frame-61 {
  display: flex;
  flex-direction: column;
  width: 266px;
  align-items: flex-start;
  gap: 3px;
  position: relative;
}

.home .text-wrapper-30 {
  position: relative;
  align-self: stretch;
  font-family: "Inter", Helvetica;
  font-weight: 600;
  color: var(--x-1);
  font-size: 20px;
  letter-spacing: -0.25px;
  line-height: 30px;
  margin: 0;
}

.home .copyright {
  position: relative;
  align-self: stretch;
  font-family: "Urbanist", Helvetica;
  font-weight: 500;
  color: #757575;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

/* --- 12. UTILITY STATES & ACCESSIBILITY HANDLERS --- */
.home .frame-9,
.home .frame-10,
.home .div-wrapper,
.home .frame-53,
.home .frame-66,
.home .frame-67,
.home .group-wrapper,
.home .text-wrapper-21,
.home .text-wrapper-28,
.home .text-wrapper-29,
.home .text-wrapper-31 {
  cursor: pointer;
}

.home .frame-9,
.home .frame-10,
.home .div-wrapper,
.home .frame-53,
.home .frame-66,
.home .frame-67,
.home .group-wrapper {
  text-decoration: none;
}

.home .frame-31 {
  border: 0;
  padding: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home .frame-31 img.frame-31 {
  display: block;
}

.home .frame-39 {
  overflow: hidden;
}

.home .frame-39 summary {
  list-style: none;
  cursor: pointer;
}

.home .frame-39 summary::-webkit-details-marker {
  display: none;
}

.home .frame-39[open] {
  height: auto;
  min-height: 79px;
}

.home .frame-39[open]::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 12px;
}

.home a:focus-visible,
.home button:focus-visible,
.home summary:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline-offset: 2px;
  border-radius: 10px;
}

.home img {
  max-width: 100%;
}

/* Responsive fallbacks if screen sizes match or fall below the 1520px boundary box */
@media (max-width: 1580px) {
  .home .frame-5 {
    margin-left: 30px;     /* Keeps a reliable safe gutter from the screen's left edge */
  }
}

/* ==========================================================================
   FLUID DESKTOP DOWN-SCALING ENGINE (1200px - 1599px)
   Gently scales down explicit pixel elements to fit smaller desktop monitors.
   ========================================================================== */

@media (min-width: 1200px) and (max-width: 1599px) {
  
  /* --- Global Grid Contraction --- */
  .home .frame,
  .home .frame-12,
  .home .frame-37,
  .home .frame-43 {
    max-width: 92% !important; /* Dynamically narrows the central alignment rows */
  }

  /* --- Header / Navigation Row --- */
  header {
    padding: 20px 4% 40px !important;
  }
  .home .frame-64 {
    gap: 40px !important; /* Prevents the right side from clipping out of the viewport */
  }

  /* --- Hero Section Fixes --- */
  .home .group {
    min-height: 700px !important;
  }
  .home .img {
    width: 55vw !important; /* Converts hardcoded pixel width to fluid viewport percentage */
    height: auto !important;
  }
  .home .frame-5 {
    top: 120px !important;
    margin-left: 5% !important;
    max-width: 48% !important;
  }
  .home .veterinary-care {
    font-size: 54px !important;
    line-height: 70px !important;
  }

  /* --- How It Works Section (.frame-14) --- */
  .home .frame-14 {
    gap: 20px !important;
  }
  .home .frame-15,
  .home .frame-18 {
    width: 30% !important; /* Converts hard fixed 375px widths into proportional flexible widths */
  }

  /* --- Why Choose Us Section (.frame-22) --- */
  .home .frame-22 {
    max-width: 92% !important;
    gap: 30px !important;
  }
  .home .text-wrapper-12 {
    font-size: 42px !important;
    line-height: 54px !important;
  }
  .home .frame-22-media {
    max-width: 45% !important;
  }
  .home .frame-27 {
    left: -80px !important; /* Pulls the vet consultation floating card overlay safely onto canvas */
    bottom: 20px !important;
  }

  /* --- Meet Our Veterinarians Grid (.frame-30) --- */
  .home .frame-28 {
    padding: 0 4% !important;
  }
  .home .frame-32 {
    gap: 15px !important;
  }
  .home .frame-33,
  .home .frame-wrapper {
    width: 22% !important; /* Prevents the 5 items from overflowing the row width */
    height: auto !important;
    min-height: 340px;
  }
  .home .img-wrapper,
  .home .frame-35 {
    width: 100% !important;
    padding: 11px 15px 0px 15px !important;
  }
  .home .professional-doctor,
  .home .portrait-smiling,
  .home .portrait-beautiful,
  .home .doctors-day-handsome {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
  .home .frame-34 {
    width: 90% !important;
    padding: 0 10px;
  }
  .home .text-wrapper-15 {
    font-size: 18px !important;
    line-height: 26px !important;
    white-space: normal !important; /* Allows long doctor names to break naturally */
  }

  /* --- Testimonials (.frame-43) --- */
  .home .frame-44 {
    width: 31% !important; /* Drops rigid 493px size into perfect structural column distribution */
    padding: 20px !important;
  }
  .home .text-wrapper-22 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  /* --- FAQ Grid Layout Row (.frame-38) --- */
  .home .frame-38 {
    gap: 20px !important;
  }
  .home .frame-39 {
    width: 47% !important; /* Balances items side-by-side cleanly dynamically instead of hard pixel breaking */
  }

  /* --- CTA Banner Block (.frame-48) --- */
  .home .frame-48 {
    width: 92% !important;
    padding: 30px 4% !important;
  }
  .home .we-re-here-for-you {
    font-size: 32px !important;
    line-height: 48px !important;
  }
}