﻿:root {
   --PrimaryBackground: #e1e1e1;
   --SecondaryBackground: #006099;
   --LandingFontFamily: 'Open Sans', sans-serif;
   --PrimaryFontColor: #ffffff;
   --SecondaryFontColor: #006099;
   --text-01: #3F445C;
   --light-01: #e1e1e1;
   --light-02: #FFFFFF;
   --brand-01: #DB7F67;
   --brand-02: #F4CFC6;
   --card-hover: 0px 4px 24px rgba(0, 0, 0, 0.15);
   --card-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
   --hover-timing: all 0.2s ease;
   --nav-card-size: 240px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: inherit;
   scroll-behavior: smooth;
   --primaryColor1: #ffffff;
   --primaryColor2: #518BC8;
   --primaryColor3: #9DD0F2;
   --SecondaryColor1: #81CACF;
   --SecondaryColor2: #8CD0E0;
}
* {
   box-sizing: border-box;
   padding: 0;
   margin: 0;
}
.landingsettings {
   font-family: var(--LandingFontFamily);
   font-weight: 700;
   color: var(--SecondaryBackground);
   transition: var(--hover-timing);
   background: var(--PrimaryBackground);
}
section.hero {
   /*    width: 100%;*/
   padding-top: 11px;
   height: auto;
   background-color: var(--SecondaryBackground);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   grid-gap: 48px;
   display: inline-flex;
   border-bottom-right-radius: 83px;
}
.btn-group {
   display: flex;
   flex-direction: row;
   grid-gap: 16px;
}
section.hero h1 {
   font-size: var(--hero-text);
   font-weight: 700;
   line-height: 1.2;
   width: 40%;
   color: var(--primaryColor1);
}
section.hero h2 {
   font-size: var(--hero-text);
   font-weight: 600;
   line-height: 1.2;
   width: 30%;
   color: var(--primaryColor1);
}
section.hero h4 {
   font-size: x-large;
   font-weight: 600;
   font-style: italic;
   line-height: 1.2;
   color: var(--primaryColor1);
}
.start-Now-btn {
   background-color: #00b8c7;
   font-size: 30px;
   text-decoration: none;
   text-transform: uppercase;
   padding: 10px 0px 10px 0px;
}
.btncard {
   background-color: transparent;
   border: none;
   width: 50%;
   margin-top: 10px;
}
section.welcomeText {
   padding-top: 40px;
   padding-bottom: 20px;
}
   section.welcomeText h1 {
      line-height: 31px;
   }
.img {
   width: 300px;
}
.card-mobile-Image {
   max-width: 253px;
   position: absolute;
   left: 153vh;
   filter: drop-shadow(-7px 8px 17px black);
}
.tag-Image {
   position: absolute;
   top: -32px;
   right: 34vh;
   max-width: 650px;
   filter: drop-shadow(0px 1px 7px black);
}
.section-title {
   text-align: center;
   padding-bottom: 30px;
}
   .section-title h1 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 20px;
      padding-bottom: 20px;
      position: relative;
   }
      .section-title h1::before {
         content: "";
         position: absolute;
         display: block;
         width: 120px;
         height: 1px;
         background: #ddd;
         bottom: 1px;
         left: calc(50% - 60px);
      }
      .section-title h1::after {
         content: "";
         position: absolute;
         display: block;
         width: 43px;
         height: 3px;
         background: #47b2e4;
         bottom: 0;
         left: calc(50% - 20px);
      }
   .section-title p {
      margin-bottom: 0;
   }
section.WhyUseSection {
   /*    width: 100%;*/
   padding-top: 11px;
   height: auto;
   background-color: var(--SecondaryBackground);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   grid-gap: 48px;
   display: inline-flex;
   border-bottom-left-radius: 83px;
}
   section.WhyUseSection img {
      width: 479px;
      position: absolute;
      left: 92px;
      bottom: -16px;
   }
   section.WhyUseSection h1 {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--primaryColor1);
      text-align: start;
      margin-top: 76px;
   }
   section.WhyUseSection h4 {
      font-size: 30px;
      font-weight: 600;
      font-style: italic;
      text-align: justify;
      line-height: 1.2;
      color: var(--primaryColor1);
      margin-right: 195px;
      padding-bottom: 54px;
      margin-top: 45px;
   }
.whyUse-section-title h1::after {
   content: "";
   position: absolute;
   display: block;
   width: 68px;
   height: 3px;
   background: white;
   top: 151px;
   left: calc(50% - 33px);
}
.benefits {
   padding: 34px 15% 0px 15%;
}
.section-title h2 {
   font-size: 2.5rem;
   color: var(--SecondaryFontColor);
   font-weight: bold;
}
.card-group {
   display: flex;
   justify-content: space-around;
   align-items: center;
   gap: 2rem; /* Espaciado entre los íconos */
}
.benefit-card {
   border: none;
   background-color: transparent;
   text-align: center;
   width: 200px; /* Ajusta según sea necesario */
}
.benefit-icon {
   width: 80px; /* Tamaño de íconos */
   height: auto;
   margin-bottom: 1rem;
}
.priceStyling {
   font-size: 30px;
   color: var(--SecondaryFontColor);
}
.currencyStyling {
   font-size: 20px;
   color: var(--SecondaryFontColor);
   margin-top: 10px;
}
.handWithLogo {
   position: absolute;
   right: 0;
   top: 85px;
   transform: translateY(-50%);
   width: 399px;
}
section.pricing {
   padding-top: 11px;
   height: 600px;
   background-color: var(--SecondaryBackground);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-start;
   grid-gap: 48px;
   display: inline-flex;
   border-bottom-right-radius: 83px;
}
.pricing-title {
   position: relative;
   top: 148px;
}
   .pricing-title h2 {
      color: var(--PrimaryFontColor);
      font-size: 47px;
   }
.cardinhand {
   position: absolute;
   width: 317px;
   left: 0px;
   top: 81px;
   filter: drop-shadow(-2px 1px 4px black);
}
.comparison-table {
   width: 100vh;
   position: relative;
   left: 20%;
   top: 18%;
}
   .comparison-table > div {
      position: relative;
      overflow-x: auto;
   }
      .comparison-table > div::-webkit-scrollbar {
         height: 8px;
         width: 10px;
         display: block;
      }
      .comparison-table > div::-webkit-scrollbar-thumb {
         background-color: #ccc;
         border-radius: 4px;
      }
      .comparison-table > div::-webkit-scrollbar-track {
         background-color: #f0f0f0;
      }
   .comparison-table table {
      border-radius: 20px;
      overflow: hidden;
   }
   .comparison-table th, .comparison-table td {
      padding: 8px;
      border-bottom: 1px solid #ddd;
      border-right: none;
      text-align: center;
      color: var(--SecondaryFontColor);
   }
.mobileCardinhand {
   display: none;
}
.styled-table {
   width: 600px;
   border-collapse: collapse;
   margin: 25px 0;
   font-size: 18px;
   text-align: center;
   border-radius: 15px;
   overflow: hidden;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   background-color: white
}
   .styled-table thead tr {
      background-color: white;
      color: #ffffff;
      text-align: left;
   }
   .styled-table th,
   .styled-table td {
      padding: 12px 15px;
      border: none;
      text-align: center;
   }
   .styled-table tbody tr {
      border-bottom: 1px solid #dddddd;
   }
      .styled-table tbody tr:nth-of-type(even) {
         background-color: white;
      }
      .styled-table tbody tr.active-row {
         font-weight: bold;
         color: #009879;
      }
   .styled-table td img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 24px;
      height: 24px;
   }
   .styled-table th {
      font-size: 22px;
      background-color: white;
      color: var(--SecondaryFontColor);
      padding: 20px;
   }
   .styled-table td {
      font-size: 18px;
      padding: 15px;
   }
   .styled-table tr:hover {
      background-color: #f1f1f1;
   }
.plans {
   padding-top: 323px;
}
.planscard {
   padding-left: 10px !important;
   padding-right: 10px !important;
}
.tag img {
   width: 488px;
   margin-bottom: -192px;
   z-index: 1;
}
.suscriptionInfo {
   width: 37vh;
   color: var(--SecondaryFontColor) !important;
}
.planName {
   font-size: 35px;
   font-style: normal;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
}
.buy-btn {
   display: inline-block;
   padding: 10px 20px;
   background: var(--SecondaryBackground);
   color: var(--PrimaryFontColor);
   text-decoration: none;
   border-radius: 2px;
   margin-top: 10px;
   width: 100%;
   text-transform: uppercase;
   font-size: 27px;
}
.contactSecction {
   background-color: var(--SecondaryBackground);
   padding-bottom: 50px;
   border-bottom-right-radius: 83px;
}
.ContactUs-title h2 {
   color: var(--PrimaryFontColor);
   font-size: 47px;
   margin-bottom: 51px;
   margin-top: 32px;
}
.logo-footer {
   width: 40%;
}
footer {
   background: var(--PrimaryBackground);
   padding: 80px 80px 0px;
   margin-top: 80px;
   display: flex;
}
   footer ul {
      display: flex;
      flex-direction: column;
      grid-gap: 24px;
      box-shadow: none;
      flex: 1;
      color: var(--SecondaryFontColor);
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 80px;
   }
      footer ul li a {
         color: var(--SecondaryFontColor);
         text-decoration: none;
         font-size: 14px;
         list-style: none;
      }
      footer ul li {
         color: var(--SecondaryFontColor);
         padding: 0;
         list-style: none;
      }
   footer li::before {
      content: ">";
      font-size: 15px;
   }
.copyright {
   background-color: var(--SecondaryBackground);
   padding: 60px;
   color: var(--PrimaryFontColor);
}
.banner {
   background: var(--brand-01);
   color: var(--light-01);
   font-size: 14px;
   font-weight: 500;
   line-height: 1.2;
   padding: 8px 24px;
   display: flex;
   align-items: center;
   justify-content: center;
}
nav {
   color: var(--text-01);
   font-weight: 600;
   height: 64px;
   background: var(--light-01);
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   padding: 0 var(--pg-margin);
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   z-index: 100;
}
   nav ul.navigation-menu {
      display: flex;
      flex-wrap: wrap; /* Permite que los elementos se ajusten en pantallas más pequeñas */
      justify-content: center;
      padding: 0;
      list-style: none; /* Quita los puntos de las listas */
   }
   nav .navigation-menu a {
      font-size: 16px;
      text-decoration: none;
      color: var(--text-01);
   }
   nav .navigation-menu > li {
      display: flex;
      flex-direction: column;
      align-items: center;
   }
      nav .navigation-menu > li > a {
         position: relative;
         padding: 0 20px;
         height: 64px;
         display: flex;
         align-items: center;
      }
   nav > #logo {
      display: flex;
      flex-direction: row;
      align-items: center;
      grid-gap: 8px;
      line-height: 100%;
   }
      nav > #logo > span {
         font-size: 32px;
      }
   nav > #utility {
      display: flex;
      flex-direction: row;
      align-items: center;
      grid-gap: 16px;
   }
.desktop{
   display:inline;
}
.mobile{
   display:none;
}
section,
footer {
   position: relative;
   width: 100%;
   padding: 0 var(--pg-margin);
}
h4 {
   font-style: italic;
   margin-top: 20px;
}
.card-med {
   width: var(--nav-card-size);
   height: auto;
   /*    border: 1px solid green;*/
   position: relative;
   display: flex;
   flex-direction: column;
   padding: 0;
}
   .card-med > a {
      display: flex;
      flex-direction: column;
      grid-gap: 4px;
      padding: 12px 16px 0px;
   }
      .card-med > a > span {
         width: 100%;
         /*    border: 1px solid blue;*/
      }
         .card-med > a > span:nth-of-type(1) {
            width: 100%;
            /*    border: 1px solid blue;*/
            font-size: 24px;
            font-weight: 600;
            line-height: 1.2;
         }
         .card-med > a > span:nth-of-type(2) {
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            display: flex;
            flex-direction: row;
            align-items: center;
            grid-gap: 6px;
         }
            .card-med > a > span:nth-of-type(2) > span {
               font-size: 18px;
            }
#serv-groom > .card-image {
   background: linear-gradient(45deg, #45828C 0%, #A7D4D8 100%);
}
#serv-board > .card-image {
   background: linear-gradient(45deg, #EDDAA9 0%, #B87D93 100%);
}
.card-med:hover .card-image {
   box-shadow: var(--card-hover);
}
.card-med > .card-image {
   box-shadow: var(--card-shadow);
}
   .card-med > .card-image > img {
      width: 80%;
      height: 80%;
      /*    border: 1px solid red;*/
   }
section h2 {
   font-size: 30px;
   font-weight: 600;
   line-height: 1.2;
   text-align: center;
   color: var(--text-01);
   margin-bottom: 32px;
   /*    padding-bottom: 24px;*/
}
.card-wide {
   flex-direction: row;
   padding: 0;
}
   .card-wide .card-image {
      width: 50%;
      border-radius: 0;
   }
.card-image img {
   width: 80%;
   height: 80%;
}
.card-wide > ul {
   padding: 40px;
}
   .card-wide > ul > li {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      grid-gap: 24px;
      margin-bottom: 16px;
   }
.card-wide .subtitle {
   font-size: 14px;
   line-height: 1.4;
   font-weight: 500;
   /*    margin-top: 8px;*/
   margin-bottom: 24px;
}
.card-wide > ul > li span {
   font-size: 16px;
}
.card-large > ul > li:last-of-type {
   margin-bottom: 40px;
}
.card-large button {
   margin-top: auto;
}
#locate > div {
   background: var(--brand-02);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   padding: 80px 0;
   border-radius: 12px;
   box-shadow: var(--card-shadow);
   transition: var(--hover-timing);
   cursor: pointer;
}
   #locate > div:hover {
      box-shadow: var(--card-hover);
   }
#locate h2 {
   margin-top: 0;
}
#locate p {
   line-height: 1.5;
   margin-bottom: 40px;
   width: 50%;
   text-align: center;
}
.btn-group {
   display: flex;
   flex-direction: row;
   grid-gap: 16px;
}
@media only screen and (min-width: 913px) and (max-width: 1023px) {
   .tag-Image {
      position: absolute;
      max-width: 469px;
      top: -32px;
      right: 253px;
      max-width: 650px;
   }

   .card-mobile-Image {
      position: absolute;
      left: 757px;
      filter: drop-shadow(-7px 8px 17px black);
      top: 93px;
      max-width: 253px;
   }

   .btncard {
      width: 70%;
   }

   section.WhyUseSection h4 {
      font-size: 30px;
      font-weight: 600;
      font-style: italic;
      text-align: justify;
      line-height: 1.2;
      color: var(--primaryColor1);
      margin-right: 6px;
      padding-bottom: 54px;
      margin-top: 45px;
   }

   section.WhyUseSection img {
      width: 412px;
      position: absolute;
      left: 54px;
      bottom: -14px;
   }

   .handWithLogo {
      position: absolute;
      right: 0;
      top: 20px;
      transform: translateY(-50%);
      width: 316px;
   }

   .planName {
      font-size: 37px;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
   }

   .buy-btn {
      display: inline-block;
      padding: 10px 20px;
      background: var(--SecondaryBackground);
      color: var(--PrimaryFontColor);
      text-decoration: none;
      border-radius: 2px;
      margin-top: 10px;
      width: 100%;
      text-transform: uppercase;
      font-size: 23px;
   }

   .tag img {
      width: 352px;
      margin-bottom: -165px;
      z-index: 1;
   }
}
@media only screen and (min-width:1829px) {
   .tag-Image {
      position: absolute;
      top: -31px;
      right: 383px;
      max-width: 650px
   }

   .card-mobile-Image {
      position: absolute;
      left: 1469px;
   }
}
@media only screen and (min-width:2550px) {
   .tag-Image {
      position: absolute;
      top: -40px;
      right: 1032px;
      max-width: 830px;
   }

   .card-mobile-Image {
      position: absolute;
      left: 1755px;
      max-width: 286px;
   }
}
@media only screen and (max-width:1440px){
   .card-mobile-Image {
      max-width: 229px;
      position: absolute;
      left: 79%;
      filter: drop-shadow(-7px 8px 17px black);
   }
   .tag-Image {
      position: absolute;
      top: -32px;
      right: 257px;
      max-width: 650px;
      filter: drop-shadow(0px 1px 7px black);
   }
}
@media only screen and (min-width: 600px) {
   :root {
      --pg-margin: 24px;
   }

   section.hero h1 {
      --hero-text: 40px;
      width: 100%;
   }

   section.hero h2 {
      --hero-text: 40px;
      width: 90%;
   }

   section.hero {
      background-size: 50%;
      background-position: 90% 70%;
      padding-top: 64px;
   }

   nav {
      position: relative;
   }

      nav ul.navigation-menu {
         position: absolute;
         top: 64px;
         background: var(--light-01);
         left: 0;
         z-index: -1;
         width: 100vw;
         margin-bottom: 0px;
      }

         nav ul.navigation-menu li a {
            font-size: 16px;
            white-space: nowrap;
         }
   .btn-group {
      display: flex;
      flex-direction: column;
   }

   .shop-pets {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row: auto auto;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
   }

   .services {
      display: flex;
      flex-direction: column;
      grid-gap: 24px;
   }


   #locate p {
      width: 60%;
   }
}
@media only screen and (min-width: 1200px) {
   :root {
      --pg-margin: 35px;
   }

   section.hero h1 {
      --hero-text: 48px;
   }

   section.hero h2 {
      --hero-text: 33px;
   }



   section.hero {
      aspect-ratio: 3/1;
      background-size: 30%;
      background-position: 90% 60%;
   }

   .shop-pets,
   .services {
      display: flex;
      flex-direction: row;
      grid-gap: 24px;
   }

   nav ul.navigation-menu {
      top: 0;
      z-index: 1;
      background: none;
      width: auto;
      position: relative;
   }

   ul.subnav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row: auto auto;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      padding: 48px;
   }

   nav ul.navigation-menu > li:hover .subnav {
      display: grid;
   }

   #locate p {
      width: 40%;
   }

   footer {
      flex-direction: row;
      text-align: left;
   }
}
@media only screen and (min-width: 1260px) {
   nav ul.navigation-menu {
      position: absolute;
      top: 0px;
      background: var(--light-01);
      left: 0;
      z-index: -1;
      width: 100vw;
      margin-bottom: 0px;
   }
}
@media only screen and (max-width: 1280px){
  
      .tag-Image {
         position: absolute;
         top: 37px;
         right: 236px;
         max-width: 561px;
         filter: drop-shadow(0px 1px 7px black);
      }

   .card-mobile-Image {
      max-width: 184px;
      position: absolute;
      left: 80%;
      filter: drop-shadow(-7px 8px 17px black);
   }

      .cardinhand {
         position: absolute;
         width: 303px;
         left: 0px;
         top: 103px;
         filter: drop-shadow(-2px 1px 4px black);
      }

      .tag img {
         width: 488px;
         margin-bottom: -169px;
         z-index: 1;
      }

}
@media only screen and (max-width: 1200px){
   .tag-Image {
      position: absolute;
      top: -32px;
      right: 34vh;
      max-width: 510px;
      filter: drop-shadow(0px 1px 7px black);
   }
   .card-mobile-Image {
      max-width: 184px;
      position: absolute;
      left: 79%;
      filter: drop-shadow(-7px 8px 17px black);
   }
   .cardinhand {
      position: absolute;
      width: 303px;
      left: 0px;
      top: 103px;
      filter: drop-shadow(-2px 1px 4px black);
   }
   .tag img {
      width: 488px;
      margin-bottom: -169px;
      z-index: 1;
   }
}
@media only screen and (max-width: 1024px){
   .card-mobile-Image {
      max-width: 157px;
      position: absolute;
      left: 76%;
      filter: drop-shadow(-7px 8px 17px black);
      top: 123px;
   }
   .tag-Image {
      position: absolute;
      top: 40px;
      left: 35%;
      max-width: 449px;
      filter: drop-shadow(0px 1px 7px black);
   }
   .btncard {
      background-color: transparent;
      border: none;
      width: 85%;
      margin-top: 10px;
   }
   section.WhyUseSection h4 {
      font-size: 30px;
      font-weight: 600;
      font-style: italic;
      text-align: justify;
      line-height: 1.2;
      color: var(--primaryColor1);
      margin-right: 80px;
      padding-bottom: 60px;
      margin-top: 35px;
   }
   section.WhyUseSection img {
      width: 462px;
      position: absolute;
      left: 7px;
      bottom: -18px;
   }
   .handWithLogo {
      position: absolute;
      right: 0;
      top: 85px;
      transform: translateY(-50%);
      width: 280px;
   }
   .comparison-table {
      width: 69%;
      position: relative;
      left: 31%;
      top: 18%;
   }
   .tag img {
      width: 450px;
      margin-bottom: -123px;
      z-index: 1;
   }
   .planName {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
   }
   .buy-btn {
      display: inline-block;
      padding: 10px 20px;
      background: var(--SecondaryBackground);
      color: var(--PrimaryFontColor);
      text-decoration: none;
      border-radius: 2px;
      margin-top: 10px;
      width: 100%;
      text-transform: uppercase;
      font-size: 20px;
   }
}
@media only screen and (max-width: 912px) {
   .welcome-Container {
      margin-left: 6vw;
      margin-top: 489px;
   }

   .tag-Image {
      position: absolute;
      top: 41px;
      left:-4%;
      max-width: 497px;
   }

   .card-mobile-Image {
      max-width: 198px;
      position: absolute;
      left: 42vh;
      filter: drop-shadow(-7px 8px 17px black);
      top: 93px;
   }

   section.WhyUseSection h1 {
      font-size: 37px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--primaryColor1);
      text-align: start;
      margin-top: 46px;
   }

   .whyUse-section-title h1::after {
      content: "";
      position: absolute;
      display: block;
      width: 68px;
      height: 3px;
      background: white;
      top: 118px;
      left: calc(50% - 33px);
   }

   section.WhyUseSection h4 {
      font-size: 22px;
      font-weight: 600;
      font-style: italic;
      text-align: justify;
      line-height: 1.2;
      color: var(--primaryColor1);
      margin-right: 0px;
      padding-bottom: 54px;
      margin-top: 30px;
   }

   section.WhyUseSection img {
      width: 374px;
      position: absolute;
      left: 32px;
      bottom: -16px;
   }

   .comparison-table {
      width: 56vh;
      position: relative;
      left: -2%;
      top: 18%;
   }

      .comparison-table > div {
         overflow-x: auto;
      }

      .comparison-table table {
         font-size: 14px;
      }

   .styled-table {
      width: 100%;
      border-collapse: collapse;
   }

      .styled-table th, .styled-table td {
         padding: 10px;
         text-align: left;
      }

      .styled-table thead th {
         background-color: #f2f2f2;
         position: sticky;
         top: 0;
         z-index: 2;
      }

   .handWithLogo {
      position: absolute;
      right: 0;
      top: 24px;
      transform: translateY(-50%);
      width: 254px;
   }

   .cardinhand {
      display: none;
   }

   section.pricing {
      padding-top: 11px;
      height: 600px;
      background-color: var(--SecondaryBackground);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      grid-gap: 48px;
      display: inline-flex;
      border-bottom-right-radius: 0px;
      z-index: 1;
   }

   .mobileCardinhand {
      width: 178px;
      display: block;
      position: absolute;
      left: 1px;
      bottom: 196px;
      filter: drop-shadow(-2px 1px 4px black);
   }

   .plans {
      padding-top: 206px;
      background: var(--SecondaryBackground);
   }

   .card-mobile-info {
      padding-top: 10px;
   }

   .tag img {
      width: 488px;
      margin-bottom: 0px;
      z-index: 1;
      margin-top: -264px;
   }

   .tag {
      background-color: var(--SecondaryBackground);
   }

   .contactSecction {
      background-color: var(--PrimaryBackground);
      padding-bottom: 50px;
      border-bottom-right-radius: 83px;
   }

   .ContactUs-title h2 {
      color: var(--SecondaryFontColor);
      font-size: 47px;
      margin-bottom: 51px;
      margin-top: 32px;
   }
   .desktop {
      display: none;
   }

   .mobile {
      display: inline;
   }
   footer {
      background: var(--SecondaryBackground);
      padding: 80px 80px 0px;
      margin-top: 80px;
      display: flex;
      flex-direction: row;
   }

      footer ul {
         display: flex;
         flex-direction: column;
         grid-gap: 24px;
         box-shadow: none;
         flex: 1;
         color: var(--PrimaryFontColor);
         font-size: 18px;
         font-weight: 600;
         margin-bottom: 135px;
      }

         footer ul li a {
            color: var(--PrimaryFontColor);
            text-decoration: none;
            font-size: 14px;
            list-style: none;
         }

      footer li::before {
         content: ">";
         font-size: 15px;
         color: var(--PrimaryFontColor);
      }
   .logo-footer {
      width: 100%;
      position: relative;
      bottom: 29px;
   }
   .copyright {
      background-color: var(--PrimaryBackground);
      padding: 60px;
      color: var(--SecondaryFontColor);
   }
}
@media only screen and (max-width:768px){
   .tag-Image {
      position: absolute;
      top: 41px;
      left: -81px;
      max-width: 497px;
   }
   .tag img {
      width: 488px;
      margin-bottom: 0px;
      z-index: 1;
      margin-top: 1px;
   }
   .comparison-table {
      width: 71vh;
      position: relative;
      left: -2%;
      top: 18%;
   }
}
@media only screen and (max-width: 600px) {
   :root {
      --pg-margin: 16px;
   }

   section.hero {
      aspect-ratio: 1/1;
      padding-top: 64px;
   }

      section.hero h1 {
         --hero-text: 40px;
         width: 80%;
      }

      section.hero h2 {
         --hero-text: 40px;
         width: 90%;
      }

   section.hero {
      background-size: 85%;
      background-position: 360% 60%;
   }

   nav {
      position: relative;
   }

      nav ul.navigation-menu {
         position: absolute;
         position: absolute;
         top: 64px;
         background: var(--light-01);
         left: 0;
         z-index: -1;
         width: 100vw;
      }

         nav ul.navigation-menu li a {
            font-size: 16px;
            /*        padding: 0 12px;*/
            white-space: nowrap;
         }




   .btn-group {
      flex-direction: column;
   }

   .shop-pets,
   .services {
      display: flex;
      flex-direction: column;
      grid-gap: 24px;
      width: 100%;
   }

      .services > li {
         display: flex;
         flex-direction: column;
      }

         .services > li > .card-image {
            width: 100%;
         }



   #locate p {
      width: 80%;
   }

   footer {
      flex-direction: column;
      text-align: center;
   }
}
@media only screen and (max-width: 575px) {

   section.hero h1 {
      --hero-text: 28px !important;
      width: 339px !important;
      position: relative;
      text-align: center !important;
      font-size: 24px;
      font-weight: 800 !important;
   }

   section.hero h2 {
      --hero-text: 27px !important;
      width: 315px !important;
      position: relative;
      text-align: center !important;
      font-size: 19px;
      font-weight: 500 !important;
   }

   section.hero h4 {
      font-style: italic;
      margin-top: 20px;
      width: 340px;
      position: relative;
      text-align: center !important;
      bottom: -9px;
   }

   .start-Now-btn {
      width: 300px !important;
   }

   .tag-Image {
      max-width: 300px !important;
   }

   section.hero {
      aspect-ratio: 3/2;
      background-size: 50%;
      background-position: 90% 70%;
      padding-top: 64px;
   }

   nav {
      position: relative;
   }

      nav ul.navigation-menu {
         position: absolute;
         top: 64px;
         background: var(--light-01);
         left: 0;
         z-index: -1;
         width: 100vw;
         margin-bottom: 0px;
      }

         nav ul.navigation-menu li a {
            font-size: 16px;
            white-space: nowrap;
         }





   .btn-group {
      display: flex;
      flex-direction: column;
   }

   .shop-pets {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-row: auto auto;
      grid-column-gap: 24px;
      grid-row-gap: 24px;
   }

   .services {
      display: flex;
      flex-direction: column;
      grid-gap: 24px;
   }


   #locate p {
      width: 60%;
   }

   footer {
      flex-direction: column;
      text-align: center;
   }
}
@media only screen and (max-width: 540px) {
   .tag-Image {
      position: absolute;
      top: 112px;
      right: 36vh;
      max-width: 337px !important;
   }

   .card-mobile-Image {
      max-width: 137px;
      position: absolute;
      left: 43vh;
      filter: drop-shadow(-7px 8px 17px black);
      top: 148px;
   }

   section.hero h1 {
      --hero-text: 37px !important;
      width: 458px !important;
      position: relative;
      text-align: center !important;
      font-size: 31px;
      font-weight: 800 !important;
   }

   section.hero h2 {
      --hero-text: 27px !important;
      width: 455px !important;
      position: relative;
      text-align: center !important;
      font-size: 22px;
      font-weight: 500 !important;
   }
   section.hero h4 {
      font-style: italic;
      margin-top: 20px;
      width: 469px;
      position: relative;
      text-align: center !important;
      bottom: -9px;
   }
   .btncard {
      background-color: transparent;
      border: none;
      width: 76%;
      margin-top: 11px;
      margin-left: 78px;
   }
   section.WhyUseSection img {
      width: 174px;
      position: absolute;
      left: 32px;
      bottom: -6px;
   }
   .handWithLogo {
      position: absolute;
      right: 0;
      top: 24px;
      transform: translateY(-50%);
      width: 179px;
   }
   .comparison-table {
      width: 71vh;
      position: relative;
      left: -2%;
      top: 18%;
   }
   .tag img {
      width: 369px;
      margin-bottom: 0px;
      z-index: 1;
      margin-top: -23px;
   }
   .mobileCardinhand {
      width: 135px;
      display: block;
      position: absolute;
      left: 1px;
      bottom: 196px;
      filter: drop-shadow(-2px 1px 4px black);
   }
}
@media only screen and (max-width: 430px) {

   .tag-Image {
      max-width: 341px !important;
      position: absolute;
      top: 37px;
      left: -70px;
   }

   .card-mobile-Image {
      width: 152px;
      position: absolute;
      left: 60%;
      filter: drop-shadow(-7px 8px 17px black);
      top: 87px;
   }

   .welcome-Container {
      margin-top: 90%;
   }

   .top-row {
      margin-bottom: 18%;
   }

   section.WhyUseSection h1 {
      font-size: 38px;
      font-weight: 700;
      line-height: 1.2;
      color: var(--primaryColor1);
      text-align: center;
      margin-top: 11px;
   }

   section.WhyUseSection img {
      width: 19vh;
      position: absolute;
      left: 40px;
      bottom: -4px;
   }

   .handWithLogo {
      position: absolute;
      right: 0;
      top: 24px;
      transform: translateY(-50%);
      width: 26%;
   }

   .card-group {
      display: flow !important;
   }

   .benefit-card {
      border: none;
      background-color: transparent;
      text-align: center;
      width: 100%;
   }

   .mobileCardinhand {
      width: 143px;
      display: block;
      position: absolute;
      left: 0px;
      top: 41px;
      z-index: 1;
   }

   .planName {
      font-size: 40px;
   }

   .tag img {
      width: 330px;
      margin-bottom: 0px;
      margin-top: -17px;
   }

   .comparison-table {
      width: 38vh;
      position: relative;
      left: 3%;
      top: 3%;
   }

   .logo-footer {
      width: 100%;
      position: absolute;
      left: 0%;
      bottom: 419px;
   }
   section.hero h1 {
      --hero-text: 37px !important;
      width: 323px !important;
      position: relative;
      text-align: center !important;
      font-size: 24px;
      font-weight: 800 !important;
   }
   section.hero h2 {
      --hero-text: 27px !important;
      width: 308px !important;
      position: relative;
      text-align: center !important;
      font-size: 22px;
      font-weight: 500 !important;
   }
   section.hero h4 {
      font-style: italic;
      margin-top: 20px;
      width: 306px;
      position: relative;
      text-align: center !important;
      bottom: -9px;
   }
   .btncard {
      background-color: transparent;
      border: none;
      width: 76%;
      margin-top: 11px;
      margin-left: 17px;
   }
}
@media only screen and (max-width: 390px) {
   .tag-Image {
      max-width: 341px !important;
      position: absolute;
      top: 41px;
      right: 39%;
   }

   .card-mobile-Image {
      width: 152px;
      position: absolute;
      left: 56%;
      filter: drop-shadow(-7px 8px 17px black);
      top: 87px;
   }

   .welcome-Container {
      margin-top: 100%;
   }

   section.WhyUseSection img {
      width: 19vh;
      position: absolute;
      left: 40px;
      bottom: -4px;
   }

   section.WhyUseSection h4 {
      font-size: 23px;
      font-weight: 600;
      font-style: italic;
      text-align: justify;
      line-height: 1.2;
      color: var(--primaryColor1);
      margin-right: 16px;
      padding-bottom: 58px;
      margin-top: 30px;
      margin-left: 16px;
   }
}
@media only screen and (max-width: 375px) {
   .tag-Image {
      max-width: 341px !important;
      position: absolute;
      top: 41px;
      left: -25%;
   }
   .tag img {
      width: 321px;
      margin-bottom: 0px;
      margin-top: -16px;
   }

   section.hero h1 {
      width: 292px !important;
      position: relative;
      text-align: center !important;
      font-size: 22px;
      font-weight: 800 !important;
   }
   .btncard {
      background-color: transparent;
      border: none;
      width: 76%;
      margin-top: 9px;
      margin-left: 19px;
   }
   section.hero h2 {
      --hero-text: 27px !important;
      width: 284px !important;
      position: relative;
      text-align: center !important;
      font-size: 18px;
      font-weight: 500 !important;
   }

   section.hero h4 {
      font-style: italic;
      margin-top: 20px;
      width: 290px;
      position: relative;
      text-align: center !important;
      bottom: -9px;
      font-size: 17px;
   }

   .planName {
      font-size: 32px;
   }
   .comparison-table {
      width: 49vh;
      position: relative;
      left: 3%;
      top: 3%;
   }
}
@media only screen and (max-width: 360px){
   .btncard {
      background-color: transparent;
      border: none;
      width: 76%;
      margin-top: 9px;
      margin-left: -5px;
   }
   .comparison-table {
      width: 43vh;
      position: relative;
      left: -1%;
      top: 3%;
   }
}
@media only screen and (max-width: 345px){

   .welcome-Container {
      margin-top: 42vh;
   }
   .tag-Image {
      max-width: 277px !important;
      position: absolute;
      top: 113px;
      left: -46px;
   }
   .card-mobile-Image {
      width: 114px;
      position: absolute;
      left: 62%;
      filter: drop-shadow(-7px 8px 17px black);
      top: 134px;
   }
   .comparison-table {
      width: 35vh;
      position: relative;
      left: -1%;
      top: 3%;
   }
      .comparison-table table {
         font-size: 9px;
      }
}
@-moz-document url-prefix() {
   #submit {
      margin: 0px 0px 20px 0px;
   }
}
.slider-container {
   position: relative;
   overflow: hidden;
   margin: 0 -15px;
}
.slider {
   display: flex;
   overflow-x: auto;
   scroll-snap-type: x mandatory;
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
   padding: 0 15px;
   width: 100%;
}
.slide {
   flex: 0 0 auto;
   width: calc(100% / 3 - 20px);
   margin: 0 10px;
   box-sizing: border-box;
   scroll-snap-align: start;
}
.box {
   border: 1px solid #ddd;
   padding: 20px;
   background: #fff;
   border-radius: 5px;
}
.featured {
   background: #f7f7f7;
   border: 2px solid #e0e0e0;
}
.slider::-webkit-scrollbar {
   height: 8px;
}
.slider::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.5);
   border-radius: 5px;
}
.slider::-webkit-scrollbar-track {
   background: #f1f1f1;
}
.hidden-items {
   display: none;
}
.accordion-toggle {
   padding: 10px;
}
   .accordion-toggle a {
      text-decoration: none;
      color: #007bff;
      cursor: pointer;
   }
