@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", serif;
  color: #153c52;
  background-color: #153c52;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
  }

  .container-fluid {
    /* changed 16-02-2025*/
    padding: 0 60px;
  }
}

@media (max-width: 1399px) {
  .container {
    max-width: 1100px;
    width: 100%;
  }

  .container-fluid {
    /* changed 16-02-2025*/
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.bg-yellow {
  background-color: #ffd12c;
}

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

a {
  text-decoration: none;
}

.header-section {
  background-color: #153c52;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-section .navbar {
  padding: 0 0;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav {
  padding: 0;
  margin: 0;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li {
  list-style-type: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 3px 1px;
  line-height: 1.4;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li:hover .submenu {
  visibility: visible;
  opacity: 1;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li>a {
  padding: 7px 20px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li>a.contact {
  background-color: #FFD12C;
  color: #153C52;
  border-radius: 30px;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li>a.active {
  color: #FFD12C;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #153C52;
  padding: 0;
  margin: 0;
  z-index: 10;
  min-width: 200px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li .submenu li {
  list-style-type: none;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li .submenu li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
}

.header-section .kkmenuwrap .kknavwrap .custom-nav>li .submenu li a:hover {
  background-color: #1693bb;
}

.header-section .kkmenuwrap .mean-bar {
  background-color: transparent;
}

.header-section .kkmenuwrap .mean-bar .mean-nav {
  background-color: #153c52;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 100;
  right: 0;
}

.header-section .kkmenuwrap .mean-bar .mean-nav ul li:first-child a {
  border-top: 0;
}

.header-section .kkmenuwrap .mean-bar .mean-nav ul li a svg {
  display: none;
}

.hero-section {
  position: relative;
  background: #153c52;
}

@media (max-width: 767px) {
  .hero-section .hero-slide-image {
    width: 100% !important;
    height: 490px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero-section .hero-slide-image {
    width: 100% !important;
    height: 800px !important;
  }
  .hero-section .hero-image-wrap .hero-image {
  height: auto !important;
}

}

 .hero-section .hero-slide-image {
    width: 100%;
    height: 1400px;
  }
.hero-section .hero-image-wrap {
  width: 100%;
  position: relative;
}

.hero-section .hero-image-wrap .hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60%;
}

@media (max-width: 767px) {
  .hero-section .hero-image-wrap .hero-image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 490px;
  }
  .hero-section .hero-caption {
      margin-top: 90px;
  }
   .hero-section .hero-caption h1 {
       font-size: 30px !important;
       -webkit-text-stroke: 1px #153c52 !important;
   }
   
}

.hero-section .hero-image-wrap .swiper-slide:after {
  content: "";
  position: fixed;
  bottom: 195px;
  left: 0;
  width: 100%;
  height: 442px;
  background-image: url("../images/banner/banner-overlay.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
}

@media (max-width: 1366px) {
  .hero-section .hero-image-wrap .swiper-slide:after {
    background-size: 100% 50%;
  }
}

@media (max-width: 830px) {
  .hero-section .hero-image-wrap .swiper-slide:after {
    background-size: 100% 30%;
    bottom: 0px;
  }
}

@media (max-width: 575px) {
  .hero-section .hero-image-wrap .swiper-slide:after {
    background-size: 100% 20%;
  }
}

.hero-section .small-logo {
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

@media (max-width: 1024px) {
  .hero-section .small-logo {
    width: 130px;
  }
}

@media (max-width: 1024px) {
  .hero-section .small-logo {
    width: 120px;
    bottom: -60px;
  }
}

.hero-section .container {
  position: fixed;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
  z-index: 5;
}

@media (max-width: 767px) {
  .hero-section .container {
    transform: translate(-50%, -39%);
    top: 50% !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .hero-section .container {
    transform: translate(-50%, -39%);
    top: 70% !important;
  }
}

.hero-section .hero-caption h1 {
  font-size: 60px;
  /*max-width: 783px;*/
  width: 100%;
  margin: 0 auto;
  color: #ffd12c;
  -webkit-text-stroke: 3px #153c52;
  line-height: 1.2;
}

@media (max-width: 1366px) {
  .hero-section .hero-caption h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-section .hero-caption h1 {
    font-size: 50px;
  }
}

.hero-section .hero-caption .theme-secondary-btn {
  margin-top: 30px !important;
}

.theme-primary-btn {
  background-color: #1daad6;
  color: #ffffff;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.theme-primary-btn:hover {
  background-color: #1693bb;
}

.theme-secondary-btn {
  background-color: #ffd12c;
  color: #153c52;
  display: inline-block;
  padding: 12px 26px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.theme-secondary-btn:hover {
  background-color: #d9ad13;
}

.theme-arrow-icon-white-btn {
  background-color: #ffffff;
  color: #153c52;
  display: inline-block;
  padding: 15px;
  border-radius: 30px;
  font-weight: 500;
}

.theme-arrow-icon-white-btn:hover {
  background-color: #e6e6e6;
}

.section-title {
  font-size: 60px;
  max-width: 783px;
  width: 100%;
  margin: 0 auto;
  color: #ffd12c;
  -webkit-text-stroke: 2px #113041;
  line-height: 1.2;
  text-align: center;
}

.section-title.stroke-none {
  -webkit-text-stroke: 0px #113041;
}

@media (max-width: 1366px) {
  .section-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title-2 {
  font-size: 40px;
  color: #ffffff;
  -webkit-text-stroke: 2px #113041;
  line-height: 1.2;
}

.section-title-2.stroke-none {
  -webkit-text-stroke: 0px #113041;
}

@media (max-width: 1366px) {
  .section-title-2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title-2 {
    font-size: 24px;
  }
}

.service-section {
  position: relative;
  /*padding-top: 140px;*/
  padding-bottom: 140px;
  background: #153c52;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 200px;
  }
}

@media (max-width: 830px) {
  .service-section {
    padding-top: 110px;
  }
}

.service-section:before {
  content: "";
  position: absolute;
  top: -90px;
  left: -60px;
  background-image: url("../images/service-left-paw.svg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 44%;
  height: 100%;
  background-size: contain;
}

@media (max-width: 1024px) {
  .service-section:before {
    display: none;
  }
}

.service-section:after {
  content: "";
  position: absolute;
  top: -90px;
  right: -20px;
  background-image: url("../images/service-right-paw.svg");
  background-repeat: no-repeat;
  background-position: center right;
  width: 44%;
  height: 100%;
  background-size: contain;
}

@media (max-width: 1024px) {
  .service-section:after {
    display: none;
  }
}

.service-section .service-item-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 20px 0 #1693bb;
}

.service-section .service-item-wrap .service-img-wrap {
  padding: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 500px;
}

.service-section .service-item-wrap .service-img-wrap img {
  border-radius: 40px;
}

@media (max-width: 830px) {
  .service-section .service-item-wrap .service-img-wrap {
    height: 430px;
  }
}

.service-section .service-item-wrap .service-name-outer-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.service-section .service-item-wrap .service-name-outer-wrap:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url("../images/back-yellow-mask.webp");
  width: 100%;
  height: 230px;
  background-size: 101%;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  background-position: center;
}

@media (max-width: 830px) {
  .service-section .service-item-wrap .service-name-outer-wrap:after {
    height: 250px;
    background-size: 120% 80%;
  }
}

.service-section .service-item-wrap .service-name-outer-wrap:before {
  content: "";
  position: absolute;
  z-index: 3;
  background-image: url("../images/front-blue-mask.webp");
  width: 100%;
  height: 230px;
  background-size: 101%;
  background-repeat: no-repeat;
  bottom: -40px;
  left: 0;
  background-position: center;
}

@media (max-width: 830px) {
  .service-section .service-item-wrap .service-name-outer-wrap:before {
    height: 250px;
    background-size: 120% 80%;
  }
}

.service-section .service-item-wrap .service-name-inner-wrap {
  padding: 30px 30px;
  position: relative;
  min-height: 170px;
}

.service-section .service-item-wrap .service-name-inner-wrap:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 30px;
  background-image: url("../images/right-ear-blue.svg");
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  z-index: 6;
  background-size: 100%;
}

@media (max-width: 767px) {
  .service-section .service-item-wrap .service-name-inner-wrap:after {
    top: -30px;
  }
}

.service-section .service-item-wrap .service-name-inner-wrap:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 30px;
  background-image: url("../images/left-ear-blue.svg");
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  z-index: 6;
  background-size: 100%;
}

@media (max-width: 767px) {
  .service-section .service-item-wrap .service-name-inner-wrap:before {
    top: -30px;
  }
}

.service-section .service-item-wrap .service-name-inner-wrap .theme-arrow-icon-white-btn {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content {
  position: relative;
  z-index: 4;
  text-align: center;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content h5 {
  font-size: 40px;
  color: #ffffff;
  -webkit-text-stroke: 2px #153c52;
  text-shadow: -3px 3px 0px #153c52;
  line-height: 1.2;
  text-align: center;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content ul li {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content ul li+li {
  padding-left: 30px;
}

.service-section .service-item-wrap .service-name-inner-wrap .inner-content ul li+li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
}

.service-section .service-item-wrap.reverse-color {
  box-shadow: 0 20px 0 #d9ad13;
}

.service-section .service-item-wrap.reverse-color .service-name-outer-wrap:after {
  background-image: url("../images/back-blue-mask.webp");
}

.service-section .service-item-wrap.reverse-color .service-name-outer-wrap::before {
  background-image: url("../images/front-yellow-mask.webp");
}

.service-section .service-item-wrap.reverse-color .service-name-inner-wrap:after {
  background-image: url("../images/right-ear-yellow.svg");
}

.service-section .service-item-wrap.reverse-color .service-name-inner-wrap:before {
  background-image: url("../images/left-ear-yellow.svg");
}

.service-section .service-item-wrap.reverse-color .service-name-inner-wrap .inner-content ul li {
  color: #153c52;
}

.service-section .service-item-wrap.reverse-color .service-name-inner-wrap .inner-content ul li+li::after {
  background-color: #153c52;
}

.about-section {
  position: relative;
}

.about-section .about_inner_ {
  background-image: url("../images/home-about-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
}

@media (max-width: 1366px) {
  .about-section .about_inner_ {
    background-size: 160% 100%;
  }
}

@media (max-width: 991px) {
  .about-section .about_inner_ {
    background-size: 220% 100%;
  }
}

@media (max-width: 767px) {
  .about-section .about_inner_ {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}

@media (max-width: 575px) {
  .about-section .about_inner_ {
    background-size: 370% 120%;
  }
}

.about-section .left-puppy {
  position: absolute;
  left: 9%;
  top: -33px;
  width: 300px;
}

@media (max-width: 1600px) {
  .about-section .left-puppy {
    top: -63px;
  }
}

@media (max-width: 1280px) {
  .about-section .left-puppy {
    width: 210px;
  }
}

@media (max-width: 991px) {
  .about-section .left-puppy {
    top: -80px;
  }
}

@media (max-width: 575px) {
  .about-section .left-puppy {
    width: 140px;
  }
}

.about-section .right-puppy {
  position: absolute;
  right: 9%;
  top: -33px;
  width: 300px;
}

@media (max-width: 1600px) {
  .about-section .right-puppy {
    top: -63px;
  }
}

@media (max-width: 1280px) {
  .about-section .right-puppy {
    width: 210px;
  }
}

@media (max-width: 991px) {
  .about-section .right-puppy {
    top: -80px;
  }
}

@media (max-width: 575px) {
  .about-section .right-puppy {
    width: 140px;
  }
}

.about-section .about-text p {
  font-size: 18px;
  margin-bottom: 0;
  color: #153c52;
}

.about-section .about-text p+p {
  margin-top: 20px;
}

.about-section .about-img-wrap {
  -webkit-mask-image: url("../images/client/client-img-mask.svg");
  mask-image: url("../images/client/client-img-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}

@media (max-width: 991px) {
  .about-section .about-img-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

.about-section .about-img-title {
  background-color: #1daad6;
  color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  max-width: 453px;
  width: 100%;
  box-shadow: -10px 10px 0 #153c52;
  position: relative;
  transform: rotate(-6deg);
  margin-top: -70px;
}

@media (max-width: 991px) {
  .about-section .about-img-title {
    margin: -60px auto 50px;
  }
}

.about-section .about-img-title h5 {
  font-family: "Poppins", serif;
  font-size: 22px;
  margin: 0;
}

.about-section .about-img-title p {
  font-size: 18px;
  margin-bottom: 0;
}

.about-section .sunglass-img-wrap {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-section .sunglass-img-wrap img {
    max-width: 180px;
  }
}

.about-section .left-paw {
  position: absolute;
  top: 31%;
  left: 20px;
  width: 344px;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-section .left-paw {
    top: 3%;
    width: 199px;
  }
}

.about-section .right-paw {
  position: absolute;
  bottom: 10%;
  right: 20px;
  width: 209px;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-section .right-paw {
    bottom: 3%;
    width: 199px;
  }
}

.title-2 {
  font-family: "Poppins", serif;
  font-size: 30px;
  color: #1daad6;
  font-weight: 600;
}

.community-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  background: #153c52;
}

.community-section:after {
  content: "";
  width: 315px;
  height: 315px;
  position: absolute;
  top: 57%;
  right: -158px;
  background-image: url("../images/water-mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .community-section:after {
    width: 215px;
    height: 215px;
    right: -108px;
  }
}

.community-section:before {
  content: "";
  width: 315px;
  height: 315px;
  position: absolute;
  top: 57%;
  left: -158px;
  background-image: url("../images/water-mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .community-section:before {
    width: 215px;
    height: 215px;
    left: -108px;
  }
}

.community-section .community-top-img-wrap {
  position: absolute;
  left: 0;
  top: -65px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1280px) {
  .community-section .community-top-img-wrap {
    top: -58px;
  }
}

@media (max-width: 1024px) {
  .community-section .community-top-img-wrap {
    top: -58px;
    width: 100%;
    height: 58px;
  }
}

.community-section .community-bottom-img-wrap {
  position: absolute;
  left: 0;
  bottom: -75px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1280px) {
  .community-section .community-bottom-img-wrap {
    bottom: -50px;
  }
}

@media (max-width: 1024px) {
  .community-section .community-bottom-img-wrap {
    bottom: -50px;
    width: 100%;
    height: 58px;
  }
}

.community-section .community-left-paw {
  position: absolute;
  top: -1%;
  left: 160px;
  width: 250px;
}

.community-section .community-right-paw {
  position: absolute;
  bottom: 3%;
  right: 20px;
  width: 150px;
}

.community-section .myCommunity {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
}

@media (max-width: 1280px) {
  .community-section .myCommunity {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .community-section .myCommunity {
    width: 85%;
  }
}

.community-section .myCommunity .community-slide-wrap {
  background-color: #1daad6;
  background-image: url("../images/community-big-paw.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
}

@media (max-width: 1024px) {
  .community-section .myCommunity .community-slide-wrap {
    flex-direction: column-reverse;
  }
}

.community-section .myCommunity .community-slide-wrap .community-img-wrap {
  width: 480px;
  height: 560px;
  -webkit-mask-image: url("../images/community-img-mask.svg");
  mask-image: url("../images/community-img-mask.svg");
  mask-repeat: no-repeat;
  mask-position: center bottom;
  aspect-ratio: 480 / 560;
}

@media (max-width: 1200px) {
  .community-section .myCommunity .community-slide-wrap .community-img-wrap {
    width: 430px;
    height: 610px;
    mask-size: 140% 120%;
    mask-position: center left;
  }
}

@media (max-width: 1024px) {
  .community-section .myCommunity .community-slide-wrap .community-img-wrap {
    width: 100%;
    height: 530px;
    mask-image: none;
    -webkit-mask-image: url("../images/community-img-mask-responsive.png");
    mask-image: url("../images/community-img-mask-responsive.png");
    mask-size: 120% 120%;
    mask-position: center bottom;
  }
}

@media (max-width: 767px) {
  .community-section .myCommunity .community-slide-wrap .community-img-wrap {
    height: 400px;
  }
}

.community-section .myCommunity .community-slide-wrap .community-shrt-desc {
  flex: 1;
  padding: 6%;
  color: #ffffff;
}

.community-section .myCommunity .community-slide-wrap .community-shrt-desc h6 {
  font-family: "Poppins", serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.community-section .myCommunity .community-slide-wrap .community-shrt-desc h5 {
  font-family: "Poppins", serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.community-section .myCommunity .community-slide-wrap .community-shrt-desc p {
  font-size: 18px;
  margin-bottom: 0;
}

.community-section .myCommunity .community-slide-wrap .community-shrt-desc p+p {
  margin-top: 25px;
}

.community-section .myCommunity-next {
  color: transparent;
  background-image: url("../images/slider-right-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -70px;
}

@media (max-width: 1200px) {
  .community-section .myCommunity-next {
    width: 50px;
    height: 50px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .community-section .myCommunity-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

.community-section .myCommunity-prev {
  color: transparent;
  background-image: url("../images/slider-left-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -70px;
}

@media (max-width: 1200px) {
  .community-section .myCommunity-prev {
    width: 50px;
    height: 50px;
    left: 0px;
  }
}

@media (max-width: 1200px) {
  .community-section .myCommunity-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}

.happy-client {
  background-image: url("../images/happy-clients-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 200px;
  padding-top: 200px;
  position: relative;
}

@media (max-width: 1280px) {
  .happy-client {
    background-size: 130% 170%;
    padding-top: 140px;
  }
}

@media (max-width: 767px) {
  .happy-client {
    background-size: 250% 170%;
    padding-top: 130px;
    background-position: center bottom;
    padding-bottom: 100px;
  }
}

.happy-client .happy-client-left-paw {
  position: absolute;
  left: 0;
  width: 290px;
  top: 11%;
}

@media (max-width: 767px) {
  .happy-client .happy-client-left-paw {
    width: 100px;
  }
}

.happy-client .happy-client-right-paw {
  position: absolute;
  bottom: 29%;
  right: 6%;
  width: 140px;
}

.happy-client .happyclient {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  border-radius: 40px;
}

@media (max-width: 1024px) {
  .happy-client .happyclient {
    width: 85%;
  }
}

.happy-client .happyclient-img-wrap {
  -webkit-mask-image: url("../images/client/client-img-mask.svg");
  mask-image: url("../images/client/client-img-mask.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  max-width: 350px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .happy-client .happyclient-img-wrap {
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    height: 230px;
  }
}

.happy-client .happy-client-slide-wrap {
  background-color: #153c52;
  background-image: url("../images/bg-happy-paw.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  display: flex;
  border: 5px solid #ffd12c;
  border-radius: 40px;
  padding: 50px;
  width: 85%;
  padding-left: 200px;
}

@media (max-width: 767px) {
  .happy-client .happy-client-slide-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 200px;
    width: 100%;
    margin: 120px auto 0;
  }
}

@media (max-width: 575px) {
  .happy-client .happy-client-slide-wrap {
    padding: 20px;
    padding-top: 150px;
  }
}

.happy-client .happy-client-slide-wrap h5 {
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}

.happy-client .happy-client-slide-wrap h6 {
  font-family: "Poppins", serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
}

.happy-client .happy-client-slide-wrap h6.client-details {
  font-size: 20px;
  font-weight: 500;
}

.happy-client .happy-client-slide-wrap p {
  font-family: "Poppins", serif;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.happy-client .happyclient-prev {
  color: transparent;
  background-image: url("../images/slider-left-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -70px;
}

@media (max-width: 1200px) {
  .happy-client .happyclient-prev {
    width: 50px;
    height: 50px;
    left: 0px;
  }
}

@media (max-width: 1024px) {
  .happy-client .happyclient-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }
}

.happy-client .happyclient-next {
  color: transparent;
  background-image: url("../images/slider-right-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -70px;
}

@media (max-width: 1200px) {
  .happy-client .happyclient-next {
    width: 50px;
    height: 50px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  .happy-client .happyclient-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}

.get-in-touch {
  padding-top: 100px;
  position: relative;
  z-index: 1;
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  padding-bottom: 140px;
}

@media (max-width: 1200px) {
  .get-in-touch {
    padding-bottom: 270px;
    background-size: 180% 54%;
  }
}

.get-in-touch::before {
  content: "";
  width: 315px;
  height: 315px;
  position: absolute;
  top: 57%;
  left: -158px;
  background-image: url("../images/water-mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .get-in-touch::before {
    width: 200px;
    height: 200px;
    left: -100px;
  }
}

@media (max-width: 767px) {
  .get-in-touch::before {
    display: none;
  }
}

.get-in-touch::after {
  content: "";
  width: 315px;
  height: 315px;
  position: absolute;
  top: 57%;
  right: -158px;
  background-image: url("../images/water-mark.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-50%);
}

@media (max-width: 1280px) {
  .get-in-touch::after {
    width: 200px;
    height: 200px;
    right: -100px;
  }
}

@media (max-width: 767px) {
  .get-in-touch::after {
    display: none;
  }
}

.get-in-touch .get-in-touch-left-paw {
  width: 175px;
  position: absolute;
  top: -190px;
  left: 20px;
}

@media (max-width: 1366px) {
  .get-in-touch .get-in-touch-left-paw {
    top: -10%;
  }
}

@media (max-width: 1200px) {
  .get-in-touch .get-in-touch-left-paw {
    width: 105px;
  }
}

@media (max-width: 767px) {
  .get-in-touch .get-in-touch-left-paw {
    display: none;
  }
}

.get-in-touch .get-in-touch-right-paw {
  width: 175px;
  position: absolute;
  top: -190px;
  right: 20px;
}

@media (max-width: 1366px) {
  .get-in-touch .get-in-touch-right-paw {
    top: -10%;
  }
}

@media (max-width: 1200px) {
  .get-in-touch .get-in-touch-right-paw {
    width: 105px;
  }
}

@media (max-width: 767px) {
  .get-in-touch .get-in-touch-right-paw {
    display: none;
  }
}

.get-in-touch .contact-left-dog {
  position: absolute;
  bottom: 0px;
  left: 0%;
  /* changed 16-02-2025*/
  max-width: 300px;
  /* changed 16-02-2025*/
  width: 100%;
}

@media (max-width: 1366px) {
  .get-in-touch .contact-left-dog {
    left: 15px;
    max-width: 255px;
  }
}

@media (max-width: 575px) {
  .get-in-touch .contact-left-dog {
    left: 15px;
    max-width: 185px;
  }
}

.get-in-touch .contact-right-dog {
  position: absolute;
  bottom: 0px;
  right: 3%;
  /* changed 16-02-2025*/
  max-width: 300px;
  /* changed 16-02-2025*/
  width: 100%;
}

@media (max-width: 1366px) {
  .get-in-touch .contact-right-dog {
    right: 15px;
    max-width: 228px;
  }
}

@media (max-width: 575px) {
  .get-in-touch .contact-right-dog {
    right: 15px;
    max-width: 170px;
  }
}

.contact-form-bg {
  border: 5px solid #1daad6;
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 50px;
  position: relative;
}

@media (max-width: 575px) {
  .contact-form-bg {
    padding: 20px 45px;
  }
}

.contact-form-bg h6 {
  color: #1daad6;
  font-size: 36px;
  font-family: "Poppins", serif;
  font-size: 600 !important;
}

@media (max-width: 575px) {
  .contact-form-bg h6 {
    font-size: 26px;
  }
}

.contact-form-bg p {
  color: #153c52;
  font-size: 20px;
}

@media (max-width: 575px) {
  .contact-form-bg p {
    font-size: 16px;
  }
}

.contact-form-bg::before {
  content: "";
  width: 145px;
  height: 159px;
  position: absolute;
  left: -40px;
  background-image: url("../images/contact-left-side.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-90%);
  z-index: -1;
  top: 20px;
}

@media (max-width: 767px) {
  .contact-form-bg::before {
    width: 75px;
    height: 99px;
    left: 40px;
  }
}

@media (max-width: 575px) {
  .contact-form-bg::before {
    width: 38px;
    height: 95px;
    left: 16px;
  }
}

.contact-form-bg::after {
  content: "";
  width: 145px;
  height: 159px;
  position: absolute;
  right: -40px;
  background-image: url("../images/contact-right-side.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transform: translateY(-90%);
  z-index: -1;
  top: 20px;
}

@media (max-width: 767px) {
  .contact-form-bg::after {
    width: 75px;
    height: 99px;
    right: 40px;
  }
}

@media (max-width: 575px) {
  .contact-form-bg::after {
    width: 38px;
    height: 95px;
    right: 16px;
  }
}

.get-in-touch-form {
  text-align: left !important;
  padding-left: 50px;
  /* changed 16-02-2025*/
  padding-right: 50px;
  /* changed 16-02-2025*/
}

@media (max-width: 1200px) {
  .get-in-touch-form {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.get-in-touch-form label {
  color: #153c52;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 18px;
  opacity: 0.6;
}

.get-in-touch-form button {
  width: 230px;
}

.get-in-touch-form input::placeholder,
.get-in-touch-form textarea::placeholder {
  color: #a1a1a1;
}

.get-in-touch-form input,
.get-in-touch-form textarea {
  width: 100%;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #a1a1a1;
  resize: none;
}

.service_desc_area .service_desc_item:nth-child(odd) {
  background-color: #1daad6;
  box-shadow: 0 30px 0 #1693bb;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .service_desc_area .service_desc_item:nth-child(odd) {
    box-shadow: 0 20px 0 #1693bb;
  }
}

.service_desc_area .service_desc_item .service_desc_textarea .section-title-2 {
  margin-bottom: 20px;
}

.service_desc_area .service_desc_item .service_desc_imgwrap img {
  border-radius: 20px;
}

.address-details {
  background: #1daad6;
  border-radius: 40px;
  padding: 30px 45px;
  background-image: url("../images/location-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.address-details h6 {
  color: #fff;
  -webkit-text-stroke: 2px #113041;
  text-shadow: -5px 2px 0px #113041;
  font-size: 40px;
}

.address-details p {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.open-hour-section {
  background: #153c52;
  background-image: url("../images/open-hour-paw.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.open-hour-section ul {
  padding-left: 0;
}

.open-hour-section ul li {
  list-style: none;
  margin-right: 5px;
}

.open-hour-section h6 {
  color: #ffd12c;
}

.footer-section {
  position: relative;
}

.footer-section .footer-bg {
  position: absolute;
  left: 0;
  top: -63px;
  width: 100%;
  z-index: 1;
  height: 95px;
}

.footer-section .footer-top {
  padding-bottom: 20px;
  background-color: #153c52;
  position: relative;
}

.footer-section .footer-top .footer-logo {
  position: absolute;
  left: 50%;
  top: -150px;
  z-index: 99;
  width: 177px;
  transform: translateX(-50%);
}

.footer-section .footer-top a {
  color: #fff;
  font-size: 15px;
}

.footer-section .footer-top ul.list-inline {
  margin-bottom: 10px;
}

.footer-section .footer-top ul.list-inline li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-section .footer-top .container {
  position: relative;
  z-index: 2;
}

.footer-section .footer-bottom {
  background-color: #1daad6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-section .footer-bottom .quick-connect {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-section .footer-bottom .quick-connect li {
  font-size: 15px;
  list-style-type: none;
  position: relative;
}

.footer-section .footer-bottom .quick-connect li span {
  color: #ffd12c;
  margin-right: 5px;
}

.footer-section .footer-bottom .quick-connect li a {
  color: #ffffff;
}

.footer-section .footer-bottom .quick-connect li+li {
  padding-left: 30px;
}

.footer-section .footer-bottom .quick-connect li+li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  width: 6px;
  height: 6px;
  background-color: #54bedf;
  border-radius: 50%;
}

.inner_pages {
  background-image: url("../images/inner-page-bg.webp");
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: 0;
}

.inner-main-content {
  /*padding-top: 150px;*/
  padding-bottom: 170px;
  position: relative;
}

@media (min-width:767px) and (max-width: 991px) {
  .inner-main-content {
    padding-top: 150px;
  }
}

@media (max-width: 767px) {
  .inner-main-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


.inner-main-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background-image: url("../images/inner-page-footer--top-curve.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  z-index: 1;
}

@media (max-width: 767px) {
  .inner-main-content:after {
    background-size: 150% 150%;
  }
}

.inner-main-content>div {
  position: relative;
  z-index: 2;
}

.blue-shadow-box {
  background-color: #1daad6;
  color: #fff;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0 20px 0 #1693bb;
}

@media (max-width: 575px) {
  .blue-shadow-box {
    padding: 25px;
  }
}

.yellow-shadow-box {
  background-color: #ffd12c;
  color: #153c52;
  border-radius: 40px;
  padding: 50px;
  box-shadow: 0 20px 0 #d9ad13;
}

@media (max-width: 575px) {
  .yellow-shadow-box {
    padding: 25px;
  }
}

.shadow-upper-dark {
  box-shadow: 0 -20px 0 #153c52;
  margin-top: -50px;
  background-color: #153c52;
  border-radius: 40px;
}

.about-img-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.community_inner_Item {
  border-radius: 20px;
  overflow: hidden;
  min-height: 525px;
}

.community_inner_Item .item_image_wrap {
  width: 100%;
  height: 240px;
  border-radius: 20px;
  overflow: hidden;
}

.community_inner_Item .item_desc {
  padding: 25px;
  color: #ffffff;
}

.community_inner_Item .item_desc h6 {
  font-family: "Poppins", serif;
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.community_inner_Item .item_desc p {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.communityCarousel {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.communityCarousel .swiper-slide:nth-child(2n) .community_inner_Item {
  background-color: #ffd12c;
}

.communityCarousel .swiper-slide:nth-child(2n) .community_inner_Item .item_desc {
  color: #153c52;
}

.communityCarousel .swiper-slide:nth-child(2n) .community_inner_Item .item_desc .theme-secondary-btn {
  background-color: #1daad6;
  color: #ffffff;
}

.communityCarousel .swiper-slide .community_inner_Item {
  background-color: #1daad6;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap {
    padding: 0 30px;
  }
}

.communityCarousel_wrap .communityCarousel-next {
  color: transparent;
  background-image: url("../images/white-right-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .communityCarousel-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}

.communityCarousel_wrap .communityCarousel-prev {
  color: transparent;
  background-image: url("../images/white-left-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .communityCarousel-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
}

.communityCarousel_wrap .pupCare-next {
  color: transparent;
  background-image: url("../images/white-right-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .pupCare-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}

.communityCarousel_wrap .pupCare-prev {
  color: transparent;
  background-image: url("../images/white-left-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .pupCare-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
}

.communityCarousel_wrap .EventsMeetups-next {
  color: transparent;
  background-image: url("../images/white-right-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  right: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .EventsMeetups-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}

.communityCarousel_wrap .EventsMeetups-prev {
  color: transparent;
  background-image: url("../images/white-left-arrow.svg");
  width: 60px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -70px;
}

@media (max-width: 1280px) {
  .communityCarousel_wrap .EventsMeetups-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
}

.pupCare {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.pupCare .swiper-slide:nth-child(2n) .community_inner_Item {
  background-color: #1daad6;
}

.pupCare .swiper-slide:nth-child(2n) .community_inner_Item .item_desc {
  color: #ffffff;
}

.pupCare .swiper-slide:nth-child(2n) .community_inner_Item .item_desc .theme-secondary-btn {
  background-color: #ffd12c;
  color: #153c52;
}

.pupCare .swiper-slide .community_inner_Item {
  background-color: #ffd12c;
}

.pupCare .swiper-slide .community_inner_Item .item_desc {
  color: #153c52;
}

.pupCare .swiper-slide .community_inner_Item .item_desc .theme-secondary-btn {
  background-color: #1daad6;
  color: #ffffff;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-60 {
  padding-bottom: 60px;
}

.community-inner-banner .community_inner_ban_wrap {
  height: auto;
  width: 100%;
  border-radius: 24px;
  background-color: #1daad6;
  position: relative;
  padding-bottom: 20px;
  box-shadow: 0 20px 0 #ffd12c;
}

.community-inner-banner .community_inner_ban_wrap img {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-inner-banner .community_inner_ban_wrap .community_ban_desc {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  max-width: 993px;
  width: 100%;
  padding: 20px;
}

.community-inner-banner .community_inner_ban_wrap .community_ban_desc h1 {
  font-size: 80px;
  width: 100%;
  margin: 0 auto;
  color: #ffd12c;
  -webkit-text-stroke: 1px #153c52;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 767px) {
.community-inner-banner .community_inner_ban_wrap {
    min-height: 500px;
}
.community-inner-banner .community_inner_ban_wrap .community_ban_desc {
    top: 70%;
}
}

@media (max-width: 1600px) {
  .community-inner-banner .community_inner_ban_wrap .community_ban_desc h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .community-inner-banner .community_inner_ban_wrap .community_ban_desc h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .community-inner-banner .community_inner_ban_wrap .community_ban_desc h1 {
    font-size: 32px;
    -webkit-text-stroke: 1px #153c52;
  }
  .new-footer .footer_container .open_hours .hours__ .fw-bold {
      font-size: 20px !important;
  }
}

@media (max-width: 1366px) {
  .community-content-inner-desc-wrap .container {
    width: 92%;
  }
}

.community-content-inner-desc-wrap .community_description {
  background-color: #fffcf0;
  padding: 7%;
  border-radius: 0 0 20px 20px;
}

.community-content-inner-desc-wrap .community_description p {
  margin-bottom: 0;
  color: #113041;
  font-size: 20px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .community-content-inner-desc-wrap .community_description p {
    font-size: 16px;
    line-height: 30px;
  }
}

.community-content-inner-desc-wrap .community_description p+p {
  margin-top: 40px;
}

.service-page .service_desc_area {
  padding-bottom: 40px;
}

.service-page .service_desc_area+.service_desc_area {
  margin-top: 100px;
}

.service_desc_area.start_blue .service_desc_item {
  background-color: #1daad6;
  box-shadow: 0 30px 0 #1693bb;
  flex-direction: row-reverse;
}

.service_desc_area.start_blue .service_desc_item .service_desc_textarea {
  color: #ffffff;
}

.service_desc_area.start_blue .service_desc_item:nth-child(odd) {
  background-color: #ffd12c;
  box-shadow: 0 30px 0 #d9ad13;
  flex-direction: inherit;
}

.service_desc_area.start_blue .service_desc_item:nth-child(odd) .service_desc_textarea {
  color: #153c52;
}

.service_desc_area .service_desc_item {
  background-color: #ffd12c;
  box-shadow: 0 30px 0 #d9ad13;
  display: flex;
  padding: 40px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .service_desc_area .service_desc_item {
    padding: 15px;
    box-shadow: 0 20px 0 #d9ad13;
    display: block;
  }
}

.service_desc_area .service_desc_item:nth-child(odd) .service_desc_textarea {
  color: #ffffff;
}

.service_desc_area .service_desc_item+.service_desc_item {
  margin-top: 80px;
}

.service_desc_area .service_desc_item .service_desc_textarea {
  width: 50%;
  padding: 30px;
}

@media (max-width: 767px) {
  .service_desc_area .service_desc_item .service_desc_textarea {
    padding: 15px;
    width: 100%;
  }
}

.service_desc_area .service_desc_item .service_desc_textarea h4 {
  /* changed 16-02-2025*/
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: "Poppins", serif;
}

.service_desc_area .service_desc_item .service_desc_textarea p {
  font-size: 18px;
  margin-bottom: 20px;
}

.service_desc_area .service_desc_item .service_desc_textarea p:last-child {
  margin-bottom: 0;
}

.service_desc_area .service_desc_item .service_desc_textarea ul {
  margin: 0;
}

.service_desc_area .service_desc_item .service_desc_textarea ul li {
  font-size: 18px;
}

.service_desc_area .service_desc_item .service_desc_textarea ul li+li {
  margin-top: 10px;
}

.service_desc_area .service_desc_item .service_desc_imgwrap {
  width: 50%;
  padding: 30px;
}

@media (max-width: 767px) {
  .service_desc_area .service_desc_item .service_desc_imgwrap {
    padding: 15px;
    width: 100%;
  }
}

.contact-details {
  padding: 467px 0 00px;
  position: relative;
  margin-top: -467px;
}

.contact-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 467px;
  background-image: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.contact-details .contact-left-paw {
  width: 267px;
  position: absolute;
  top: 32%;
  left: 5%;
}

@media (max-width: 1200px) {
  .contact-details .contact-left-paw {
    width: 95px;
    position: absolute;
    top: 20px;
    left: -10px;
  }
}

.contact-details .contact-right-paw {
  width: 164px;
  position: absolute;
  top: 45%;
  right: 5%;
}

@media (max-width: 1200px) {
  .contact-details .contact-right-paw {
    width: 105px;
    position: absolute;
    top: 20px;
    right: -10px;
  }
}

.contact-details .contact-inner {
  padding: 50px 0 230px;
}

.new-footer {
  padding-top: 60px;
  position: relative;
  background-color: #153c52;
}

@media (max-width: 575px) {
  .new-footer {
    padding: 0 15px;
  }
}

.new-footer::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #153c52;
  border-radius: 40px 40px 0 0;
  z-index: 1;
}

@media (max-width: 575px) {
  .new-footer::after {
    top: -28px;
    height: 30px;
  }
}

.new-footer .contact-left-paw {
  width: 195px;
  position: absolute;
  top: 50px;
  left: -60px;
}

@media (max-width: 1200px) {
  .new-footer .contact-left-paw {
    width: 95px;
    position: absolute;
    top: 20px;
    left: -10px;
  }
}

@media (max-width: 575px) {
  .new-footer .contact-left-paw {
    display: none;
  }
}

.new-footer .contact-right-paw {
  width: 138px;
  position: absolute;
  bottom: 0;
  right: -60px;
}

@media (max-width: 1200px) {
  .new-footer .contact-right-paw {
    width: 105px;
    position: absolute;
    bottom: 20px;
    right: -10px;
  }
}

.new-footer .footer_container {
  max-width: 1500px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.new-footer .footer_container .quick_connect {
  background-color: #113041;
  border-radius: 20px;
  padding: 40px;
  max-width: 428px;
  width: 100%;
}

@media (max-width: 1280px) {
  .new-footer .footer_container .quick_connect {
    max-width: 413px;
  }
}

@media (max-width: 767px) {
  .new-footer .footer_container .quick_connect {
    max-width: 415px;
  }
}

.new-footer .footer_container .quick_connect .quick-connect-item {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.new-footer .footer_container .quick_connect .quick-connect-item svg {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
}

.new-footer .footer_container .quick_connect .quick-connect-item a {
  color: #ffffff;
  word-break: break-all;
  padding-left: 10px;
}

.new-footer .footer_container .quick_links {
  max-width: 320px;
  width: 100%;
  background-color: #FFD12C;
  border-radius: 20px;
  padding: 40px;
}

@media (max-width: 1280px) {
  .new-footer .footer_container .quick_links {
    max-width: 260px;
  }
}

@media (max-width: 767px) {
  .new-footer .footer_container .quick_links {
    max-width: 415px;
  }
}

.new-footer .footer_container .quick_links ul {
  padding: 0;
  margin: 0;
}

.new-footer .footer_container .quick_links ul li {
  list-style-type: none;
}

.new-footer .footer_container .quick_links ul li+li {
  margin-top: 12px;
}

.new-footer .footer_container .quick_links ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #113041;
}

.new-footer .footer_container .open_hours {
  background-color: #1499c3;
  border-radius: 20px;
  padding: 40px;
  max-width: 480px;
  width: 100%;
}

@media (max-width: 1280px) {
  .new-footer .footer_container .open_hours {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .new-footer .footer_container .open_hours {
    max-width: 415px;
  }
}

.new-footer .footer_container .open_hours .section-title-2 {
  color: #FFD12C;
}

.new-footer .footer_container .open_hours .hours__ {
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  color: #ffffff;
}

.new-footer .footer_container .open_hours .call__ {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: center;
}

.new-footer .footer_container .open_hours .call__ svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .new-footer .footer_container .open_hours .call__ svg {
    width: 40px;
    height: 40px;
  }
}

.new-footer .footer_container .open_hours .call__ a {
  font-size: 36px;
  line-height: 54px;
  font-weight: 500;
  color: #ffffff;
}

@media (max-width: 767px) {
  .new-footer .footer_container .open_hours .call__ a {
    font-size: 26px;
  }
}

.new-footer .footer_container .open_hours .qstn__ {
  font-size: 18px;
  color: #ffffff;
}

.new-footer .copy-rght {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.social_list {
  display: flex;
  gap: 15px;
}

.social_list a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background-color: #1DAAD6;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.social_list a:hover {
  background-color: #1693BB;
}


.cafe-menu-sec {
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  /*   display: flex;
  flex-wrap: wrap; */
}

.cafe-menu-item-list {
  border: 4px solid #153C52;
  background: #108EB6;
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.cafe-menu-item-list:hover {
  background: #153C52;
}


.cafe-menu-item-list a {
  color: #153C52;
  border-radius: 50px;
  background: #fff;
  padding: 10px 18px;
  font-size: 19px;
  position: relative;
  float: right;
  top: -42px;
}

.cafe-menu-item-list p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.cafe-menu-item-list a img {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #FFD12C;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

@media (min-width: 767px) {
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 767px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

}

@media (max-width: 992px) {
  .hero-section .hero-caption h1 {
    -webkit-text-stroke: 2px #153c52;
  }

  .section-title {
    -webkit-text-stroke: 1px #113041;
  }

  .service-section .service-item-wrap .service-name-inner-wrap .inner-content h5 {
    -webkit-text-stroke: 1px #153c52;
  }

  .section-title-2 {
    -webkit-text-stroke: 1px #113041;
  }
}

@media (max-width: 767px) {
  .service-section .service-item-wrap .service-name-inner-wrap .theme-arrow-icon-white-btn {
    top: -30px;
  }

  .service-section .service-item-wrap .service-name-inner-wrap::befor {
    top: -30px;
  }

  .new-footer .footer_container .quick_connect .quick-connect-item {
    font-size: 15px !important;
  }
}


@media (max-width: 767px) {

  .service-section .service-item-wrap .service-name-inner-wrap::before {
    top: -35px;
  }

  .service-section .service-item-wrap .service-name-inner-wrap::after {
    top: -35px;
  }

  .about-section .about-img-title {
    width: 94%;
  }

  .about-section .about-img-title h5 {
    font-size: 18px;
  }

  .about-section .about-img-title p {
    font-size: 16px;
    text-align: center;
  }

  h3.title-2 {
    font-size: 28px;
  }

  .community-section .myCommunity .community-slide-wrap {
    min-height: 1024px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px !important;
  }

  .community-section .myCommunity {
    width: 100%;
  }

  .happy-client .happyclient {
    width: 100%;
  }

  .happy-client .happy-client-slide-wrap {
    padding: 20px;
    padding-top: 150px;
  }

  .happy-client .happy-client-slide-wrap h5 {
    font-size: 19px;
  }

  .happy-client .happy-client-slide-wrap p {
    font-size: 16px;
  }

  .happy-client .happy-client-slide-wrap h6 {
    font-size: 20px;
  }

  .happy-client .happy-client-slide-wrap h6.client-details {
    font-size: 16px;
  }

  .cafe-menu-item-list p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .cafe-menu-item-list a {
    float: none;
    top: 20px;
  }

  .cafe-menu-item-list {
    height: 130px;
    text-align: center;
  }
}

.service_desc_area .service_desc_item {
  flex-wrap: wrap;
}

@media (max-width: 410px) {
  .cafe-menu-item-list {
    height: 150px;
  }
}

@media screen and (min-device-width: 930px) and (max-device-width: 1000px) { 
  .service-section .service-item-wrap .service-name-inner-wrap .theme-arrow-icon-white-btn{
    top: -22px;
  }
}


@media screen and (min-device-width: 831px) and (max-device-width: 930px) { 
  .service-section .service-item-wrap .service-name-inner-wrap .theme-arrow-icon-white-btn{
    top: -17px;
  }
/*   .service-section .service-item-wrap .service-name-inner-wrap .inner-content{
    margin-top: 30px;
  } */
}

@media screen and (min-device-width: 639px) and (max-device-width: 695px) { 
    .community_inner_Item .theme-secondary-btn {
    font-size: 12px;
  }
}

@media (max-width: 390px) {

  .community_inner_Item .theme-secondary-btn {
    font-size: 14px;
    padding: 12px;
  }

}