/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-intro {
  padding-top: 13px;
  overflow: hidden; }
  #sec-intro::before {
    position: absolute;
    inset: 0;
    background-color: #F5F5F5;
    height: 35px;
    top: unset;
    content: ''; }
  #sec-intro .bg-right {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: -120px; }
  #sec-intro .img-content-container {
    right: 55px; }
  #sec-intro .content {
    padding-bottom: 50px; }
  #sec-intro .img-content {
    border-radius: 300px 300px 5px 5px;
    padding: 44px 24px 90px;
    max-width: 308px;
    position: absolute;
    bottom: 0;
    right: -30px;
    background-color: #F5F5F5;
    transform: translateY(50%); }
    #sec-intro .img-content p {
      color: #292828;
      font-family: "Bree Serif", serif;
      font-size: 17px;
      margin: 0;
      margin-top: 23px;
      padding-bottom: 25px;
      position: relative;
      display: flex;
      justify-content: center; }
      #sec-intro .img-content p::before {
        position: absolute;
        bottom: 0;
        content: '';
        height: 3px;
        background-color: #76D0EA;
        width: 71px; }
  @media screen and (max-width: 1550px) {
    #sec-intro .bg-right {
      max-width: 550px !important; } }
  @media screen and (max-width: 1025px) {
    #sec-intro {
      padding-top: 80px; }
      #sec-intro::before {
        height: 100px; }
      #sec-intro .side-img {
        padding-bottom: 100px; }
      #sec-intro .bg-right {
        max-width: 475px !important; }
      #sec-intro.sec-reverse .img-content-container {
        right: 0; } }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding-top: 70px;
      overflow: visible; }
      #sec-intro .img-content {
        bottom: 0;
        left: -50px;
        transform: translateY(0); }
      #sec-intro .img-content-container {
        right: 0;
        top: 0; }
      #sec-intro .bg-right {
        bottom: 35px;
        right: 0; }
      #sec-intro.sec-reverse {
        padding-top: 61px; }
        #sec-intro.sec-reverse .bg-right {
          right: unset;
          left: -40px;
          bottom: 0; }
        #sec-intro.sec-reverse .img-content {
          right: -50px;
          left: unset;
          padding-bottom: 30px; }
        #sec-intro.sec-reverse .rounded-img {
          border-bottom: none; } }

#sec-grooming {
  padding: 45px 0 110px;
  background-color: #F5F5F5; }
  #sec-grooming .card picture,
  #sec-grooming .card img {
    border-radius: 30px; }
  #sec-grooming .card button, #sec-grooming .card a {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    text-align: start;
    font-family: "Bree Serif", serif;
    font-size: 24px;
    background-color: #76D0EA;
    color: #FFFFFF;
    width: 100%;
    border-radius: 10px;
    border: none;
    position: relative;
    z-index: 2; }
    #sec-grooming .card button i, #sec-grooming .card a i {
      position: absolute;
      right: 28px;
      top: 22px;
      font-size: 26px; }
    #sec-grooming .card button .content, #sec-grooming .card a .content {
      margin-top: 24px;
      font-family: "Montserrat", "Bree Serif", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 2;
      display: none; }
  #sec-grooming .card button {
    margin-top: 15px; }
    #sec-grooming .card button i {
      font-weight: 700;
      transform: rotate(270deg); }
  #sec-grooming .card a {
    background-color: #ABC483 !important;
    margin-top: 10px; }
    #sec-grooming .card a:hover {
      background-color: #8BA65F !important; }
  @media screen and (max-width: 1141px) {
    #sec-grooming .card {
      width: fit-content; }
      #sec-grooming .card button, #sec-grooming .card a {
        font-size: 20px;
        padding: 17px 26px; }
        #sec-grooming .card button i, #sec-grooming .card a i {
          font-size: 22px;
          top: 18px; } }
  @media screen and (max-width: 641px) {
    #sec-grooming .card {
      width: 100%; }
      #sec-grooming .card picture,
      #sec-grooming .card img {
        max-width: 100% !important;
        object-fit: cover;
        width: 100% !important;
        overflow: hidden; }
    #sec-grooming .owl-stage-outer.owl-height {
      height: 100% !important; } }

#sec-services {
  padding-top: 73px;
  padding-bottom: 84px; }
  #sec-services p {
    font-size: 16px; }
  #sec-services .card-slider .carousel .owl-nav {
    top: 90px; }
    #sec-services .card-slider .carousel .owl-nav button {
      height: 45px;
      width: 45px; }
      #sec-services .card-slider .carousel .owl-nav button i {
        font-size: 10px; }
  #sec-services .owl-stage-outer.owl-height {
    height: 100% !important; }
  #sec-services .card {
    border-radius: 30px; }
  @media screen and (min-width: 1025px) {
    #sec-services {
      padding-top: 123px; }
      #sec-services .card-slider .carousel .owl-nav {
        top: 180px; }
        #sec-services .card-slider .carousel .owl-nav button {
          height: 65px;
          width: 65px; }
          #sec-services .card-slider .carousel .owl-nav button i {
            font-size: 16px; } }

section .card-slider .carousel .owl-nav {
  position: absolute;
  top: 200px;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between; }
  section .card-slider .carousel .owl-nav button {
    height: 48px;
    width: 48px;
    background-color: #76D0EA !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: 4px solid #FFFFFF !important; }
    section .card-slider .carousel .owl-nav button i {
      font-size: 12px;
      color: #FFFFFF; }
    section .card-slider .carousel .owl-nav button.owl-prev {
      transform: translateX(-50%); }
    section .card-slider .carousel .owl-nav button.owl-next {
      transform: translateX(50%); }

@media screen and (max-width: 620px) {
  section .card-slider {
    max-width: 375px; } }
