:root {
  --yellow: #fff11b;
  --black: black;
  --black-2: #333;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-dark {
  background-color: var(--yellow);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar {
  background-color: var(--yellow);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.image {
  width: 200px;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.nav-link:hover {
  color: rgba(0, 0, 0, .5);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-2 {
  width: 30px;
  height: 30px;
}

.link-block {
  margin-left: 1rem;
}

.dropdown-holder {
  background-color: var(--black-2);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  min-width: auto;
  display: flex;
}

.image-3 {
  width: 4rem;
}

.dropdown-link {
  color: var(--white);
  text-transform: uppercase;
  margin-left: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--yellow);
}

.dropdown-list {
  width: auto;
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: center;
  display: block;
}

.cta-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cta-section {
  background-color: var(--black);
  background-image: url('../images/Catsigns-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide {
  height: auto;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .slide-nav, .right-arrow {
  display: none;
}

.image-4 {
  height: auto;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.div-block {
  height: 500px;
}

.right-arrow-3, .left-arrow-3, .slide-nav-3 {
  display: none;
}

.cta-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 500px;
  height: 500px;
}

.slider-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-2 {
  background-image: url('../images/Catsigns-Service-Image-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta-h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  line-height: 1.3;
}

.text-span {
  background-color: var(--yellow);
  color: var(--black);
  padding-left: .5rem;
  padding-right: .5rem;
}

.text-span-2 {
  padding-left: .5rem;
}

.text-span-3 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.cta-paragraph {
  color: var(--white);
  font-family: Red Hat Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 2rem;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  background-color: var(--black-2);
  box-shadow: 0 5px 0 0 var(--yellow);
  color: var(--yellow);
}

.cta-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-3 {
  background-image: url('../images/Catsigns-Service-Image-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/Catsigns-Service-Image-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/Catsigns-Service-Image-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/Catsigns-Service-Image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.main-section {
  background-color: var(--black);
  background-image: url('../images/Catsigns-Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.main-section.no-bg {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.main-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.main-h1 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 auto 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.whatsapp-button {
  z-index: 99999;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
  box-shadow: 0 0 5px rgba(135, 135, 135, .62);
}

.whatsapp-button:hover {
  box-shadow: 0 0 10px rgba(47, 47, 47, .35);
}

.text-block-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  font-weight: 500;
}

.image-13 {
  width: 50px;
}

.main-paragraph {
  color: var(--white);
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.main-paragraph.black {
  color: var(--black);
}

.main-paragraph.left {
  text-align: left;
}

.service-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.h2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.h2.black {
  color: var(--black);
}

.h2.yellow {
  color: var(--yellow);
  margin-bottom: 0;
}

.service-card-holder {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.image-14 {
  height: 150px;
}

.scroll-section {
  background-image: url('../images/Catsigns-Roll-sticker.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 60vh;
}

.shapes {
  width: 5%;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.shapes._2 {
  top: auto;
  bottom: 5%;
  left: 0%;
  right: auto;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.about-us-card-holder {
  background-color: var(--yellow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.footer-div {
  justify-content: space-between;
  display: flex;
}

.image-15 {
  height: 80px;
}

.image-16 {
  height: 20px;
}

.image-17 {
  height: 100px;
}

.heading-image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-image-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.service-list {
  color: var(--yellow);
  font-size: 2rem;
}

.service-list-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  line-height: 1;
}

.lightbox {
  width: 100%;
  height: 200px;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-details-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.field-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.textarea {
  min-height: 150px;
}

.contact-link {
  color: var(--yellow);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--white);
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.image-10 {
  height: 35px;
  margin-bottom: .5rem;
  margin-right: 0;
}

.submit-button {
  color: #fff;
  background-color: #ffcb04;
  border: 2px solid #ffcb04;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.submit-button:hover {
  border-color: #fff;
}

.main-paragraph-2 {
  color: #fff;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.main-paragraph-2.black {
  color: #000;
}

.main-container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-form-div {
  background-color: var(--black-2);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.map {
  height: 100%;
}

.contact-details-div {
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-field {
  border: 1px #000;
  width: 400px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-link, .nav-link:hover, .nav-link:active, .nav-link:focus {
    color: var(--white);
  }

  .nav-link:focus-visible {
    color: var(--white);
  }

  .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: var(--white);
  }

  .nav-menu {
    background-color: var(--black);
    flex-flow: row;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .dropdown-holder {
    width: auto;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-slider {
    width: 100%;
  }

  .cta-h1, .cta-paragraph {
    text-align: center;
  }

  .cta-holder {
    align-items: center;
  }

  .main-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .whatsapp-button {
    display: flex;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-section {
    height: 250px;
  }

  .about-us-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-details-div-2 {
    flex-direction: column;
    justify-content: center;
  }

  .image-10 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .contact-details-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle, .dropdown-toggle-2, .dropdown-toggle-3 {
    width: 100%;
  }

  .dropdown-toggle-4, .dropdown-toggle-5, .dropdown-toggle-6 {
    margin-left: auto;
  }

  .dropdown-toggle-7 {
    width: auto;
    margin-left: 0;
  }

  .dropdown-toggle-8, .dropdown-toggle-9, .dropdown-toggle-10, .dropdown-toggle-11, .dropdown-toggle-12, .dropdown-toggle-13 {
    display: block;
  }

  .dropdown-toggle-13.w--open {
    width: 90vw;
  }

  .dropdown-toggle-14, .dropdown-toggle-15 {
    display: block;
  }

  .dropdown-toggle-16, .dropdown-toggle-17, .dropdown-toggle-18 {
    width: 250px;
  }

  .dropdown-toggle-19 {
    width: auto;
  }

  .dropdown-toggle-20 {
    width: 100vw;
  }

  .dropdown-toggle-21 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-22 {
    display: block;
  }

  .dropdown-toggle-23, .dropdown-toggle-24 {
    margin-left: 20px;
  }

  .dropdown-toggle-25 {
    margin-right: 20px;
  }

  .dropdown-toggle-26 {
    margin-right: 20px;
    padding-left: 0;
  }

  .dropdown-2 {
    width: 100vw;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-bottom: 85px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .cta-container {
    padding-top: 2rem;
  }

  .cta-holder, .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-h1 {
    text-align: center;
  }

  .whatsapp-button {
    display: flex;
  }

  .services-image-gallery {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .submit-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-paragraph-2 {
    font-size: 16px;
  }

  .map {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .footer-copyright-center {
    margin-bottom: 10px;
  }

  .nav-menu {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .cta-slider {
    width: 300px;
    height: 300px;
  }

  .cta-container {
    padding-bottom: 2rem;
  }

  .cta-h1, .main-h1 {
    font-size: 2rem;
  }

  .image-13 {
    width: 45px;
  }

  .main-paragraph {
    font-size: 1rem;
  }

  .service-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
  }

  .h2.yellow {
    text-align: left;
  }

  .service-card-holder {
    padding-top: 1rem;
  }

  .image-14 {
    height: 100px;
  }

  .scroll-section {
    background-position: 70%;
    height: 220px;
  }

  .shapes {
    width: 6%;
    top: 2%;
  }

  .shapes._2 {
    bottom: 2%;
  }

  .footer-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .services-image-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .service-list {
    padding-left: 25px;
  }

  .lightbox {
    height: 100px;
  }

  .contact-details-div-2 {
    margin-top: 10px;
  }

  .image-10 {
    height: 35px;
  }

  .main-container-2 {
    align-items: stretch;
  }

  .contact-form-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-details-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .text-field {
    width: 100%;
  }
}

#w-node-_376b484f-8823-8faf-697a-3e880f405eff-3ef4cbe4, #w-node-d535c7e1-87b7-5795-779f-540e41c0e3de-3ef4cbe4, #w-node-_974d22eb-1322-528a-b9a2-1e945070d006-3ef4cbe4, #w-node-a754dc79-861a-a266-ffcc-b99ae833928d-3ef4cbe4, #w-node-_1c9027c7-8553-7d90-cc21-e8eae058a68d-3ef4cbe4, #w-node-_66201f5f-a5f6-5c78-7e21-514857e2ebb7-3ef4cbe4, #w-node-e988acf6-c637-ae00-a26a-51e60288e872-3ef4cbe4, #w-node-eec7e45d-a711-a82e-7c24-f479f1163061-3ef4cbe4, #w-node-_6c54e9de-7b5a-87b4-4ea5-c30812bcaa1c-3ef4cbe4, #w-node-b937895b-6633-d7a3-9933-941a2fc90b51-3ef4cbe4, #w-node-_3c590a75-b645-de66-241d-97a572e751a2-3ef4cbe4, #w-node-a4344123-2020-118d-a486-fc4aa51cf807-3ef4cbe4, #w-node-_6d877316-23dc-791d-3b0e-504aed7a4494-3ef4cbe4, #w-node-_2bc70328-7b62-d41e-a74b-6440d4e391c8-d4e391c2, #w-node-_2bc70328-7b62-d41e-a74b-6440d4e391cf-d4e391c2, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-7832a53e, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-7832a53e, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-7832a53e, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-7832a53e, #w-node-_583b9383-7a61-4a71-6f06-3d4ee9163adb-7832a53e, #w-node-_583b9383-7a61-4a71-6f06-3d4ee9163add-7832a53e, #w-node-_583b9383-7a61-4a71-6f06-3d4ee9163adf-7832a53e, #w-node-_583b9383-7a61-4a71-6f06-3d4ee9163ae1-7832a53e, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-d029a78a, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-d029a78a, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-d029a78a, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-d029a78a, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-6eb22a02, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-6eb22a02, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-6eb22a02, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-6eb22a02, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-1450c66b, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-1450c66b, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-1450c66b, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-1450c66b, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-e6c87300, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-e6c87300, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-e6c87300, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-e6c87300, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-8d9aa722, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-8d9aa722, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-8d9aa722, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-8d9aa722, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-6fcdbe12, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-6fcdbe12, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-6fcdbe12, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-6fcdbe12, #w-node-_01b4b080-6f36-7717-4a1f-b0526ad73ba4-5247a425, #w-node-_83eca5d5-fb97-e6b3-041d-12fbf8ef841a-5247a425, #w-node-_2d541b26-094a-9f5b-3799-ac4ab1373a3a-5247a425, #w-node-_31780e69-15ed-c1d7-9472-9bd2395adaf7-5247a425, #w-node-_41d8aae4-302b-08e5-f95e-2d8223b596e8-2ac5158f, #w-node-_41d8aae4-302b-08e5-f95e-2d8223b596fd-2ac5158f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


