@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
  font-family: "Nunito", serif !important;
}

body {
  background: #f6faf9 !important;
}

/* Header */
.header {
  background-color: #FFFFFF;
}

.header .navbar-expand-lg .navbar-nav li a {
  color: #2A2200;
}

.header .navbar-expand-lg .navbar-nav li:not(.has-children):hover {
  border-bottom: 1px solid #000;
}

.header .navbar-expand-lg .navbar-nav .has-children {
  color: #2a2200;
  padding: 0 18px;
}

.header .register-btn {
  font-weight: 500;
  color: #f6faf9;
  background-color: #fe753b;
  border-radius: 170px;
  box-shadow: 0px 4px 8px 0px #0000001a;
  width: 180px;
  height: 48px;
}

.header .register-btn:hover {
  color: #f6faf9;
  background-color: #fe753b;
  opacity: 0.9;
}

.header .navbar-expand-lg .navbar-nav .has-children {
  padding: 0;
}

.header .has-children .dropdown-sec {
  box-shadow: 0px 24px 56px 0px #43464B45;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: inline-block;
  padding: 20px;
  position: absolute;
  z-index: 1;
  top: 65px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header .has-children:hover .dropdown-sec {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-sec .dog-img {
  max-width: 568px;
  width: 100%;
  height: 239px;
  object-fit: cover;
  object-position: center;
}

.dropdown-sec .dropdown-box {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

.dropdown-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-box ul li a {
  color: #2A2200;
  text-decoration: none;
  padding: 11.5px 18px;
  border-radius: 11px;
  width: 256px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-box ul li:hover {
  border-bottom: none !important;
}

.dropdown-box ul li a:hover {
  background-color: #FE753B !important;
  color: #F6FAF9 !important;
}

@media only screen and (max-width: 600px) {
  .header .register-btn {
    margin: 8px 0;
  }
}

/* Footer */
.footer {
  background-color: #fe753b;
  color: #f6faf9;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-image: url(../images/footer-bg.svg);
  background-size: cover;
  background-position: center bottom;
}

.footer .footer-boxes {
  padding-left: 20px;
  height: 100%;
}

.footer .stay-connected {
  padding: 40px 0;
}

.footer .social-icons {
  gap: 20px;
  margin: 28px 0 40px;
}

.footer .social-icons img {
  width: 100%;
  height: 36px;
}

.footer .get-in-touch-text {
  font-weight: 700;
  font-size: 32px;
}

.footer .register-btn {
  font-weight: 500;
  color: #2a2200;
  background-color: #f6faf9;
  border-radius: 170px;
  box-shadow: 0px 4px 8px 0px #0000001a;
  width: 180px;
  height: 48px;
  margin-top: 4px;
  display: inline-block;
}

.footer .register-btn:hover {
  color: #2a2200;
  background-color: #f6faf9;
  opacity: 0.9;
}

.footer .subscribe-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .logo-footer {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.footer .subscribe-subtext {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  margin: 36px 0 20px;
}

.footer .search-box {
  position: relative;
  width: 100%;
  height: 60px;
}

.footer .search-box .form-control {
  box-shadow: 0px 4px 8px 0px #0000001a;
  border-radius: 10px;
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.footer .search-box .form-control::placeholder {
  color: #A5A39A;
}

.footer .search-box .btn-dark {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  padding: 0 60px;
  font-size: 18px;
  color: #F6FAF9;
  background-color: #2A2200;
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 10px;
}

.footer .search-box .btn-dark:hover {
  color: #F6FAF9;
  background-color: #2A2200;
  opacity: 0.9;
}

.footer #footer-menu {
  margin-bottom: 0;
}

.footer .lists {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.footer .lists ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.footer .lists ul li {
  max-width: 50%;
  width: 100%;
  margin-bottom: 28px;
}

.footer .lists ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #f6faf9;
}

.footer .copyright-text {
  padding: 20px 0;
}

@media only screen and (max-width: 600px) {
  .footer {
    border-radius: 0;
    background-image: none;
  }

  .footer .footer-boxes {
    padding-left: 0;
  }

  .footer .stay-connected {
    padding: 0;
  }

  .footer .social-icons {
    margin: 20px 0;
  }

  .footer .social-icons img {
    width: 40px;
  }

  .footer .subscribe-subtext {
    font-size: 24px;
    margin: 20px 0;
    text-align: left;
  }

  .footer .search-box .btn-dark {
    padding: 0 20px;
  }

  .footer .lists ul li {
    margin-bottom: 20px;
  }

  .footer .div-2 {
    order: 1;
    padding: 40px 12px;
  }

  .footer .div-1 {
    order: 2;
  }

  .footer .div-3 {
    order: 3;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .footer {
    border-radius: 0;
    background-image: none;
  }

  .footer .div-2 {
    order: 1;
    padding: 30px 0 20px;
  }

  .footer .div-1 {
    order: 2;
  }

  .footer .div-3 {
    order: 3;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px !important;
  }
}

/* Hero Section */
.hero-section {
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.hero-section .dog-hands {
  position: absolute;
  top: -27%;
  left: -3%;
}

.hero-section .big-heading {
  font-size: 62px;
  font-weight: 900;
  color: #000000;
  margin-bottom: 20px;
}

.hero-section .big-heading .orange-text {
  color: #fe753b;
}

.hero-section .big-heading .yellow-text {
  color: #ffce00;
}

.hero-section .content-text {
  font-size: 18px;
  color: #605b49;
  margin-bottom: 40px;
}

.hero-section .register-btn {
  font-weight: 500;
  color: #f6faf9;
  background-color: #fe753b;
  border-radius: 170px;
  box-shadow: 0px 4px 38px 0px #0000001a;
  width: 214px;
  height: 58px;
}

.hero-section .register-btn:hover {
  color: #f6faf9;
  background-color: #fe753b;
  opacity: 0.9;
}

@media only screen and (max-width: 600px) {
  .hero-section {
    background-position: left center;
    padding: 40px 0;
  }

  .hero-section .big-heading {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .hero-section .content-text {
    margin-bottom: 20px;
  }
}

/* Features Section */
.features-section {
  background-color: #f6faf9;
  padding: 100px 0;
}

.features-section .heading-text {
  font-size: 48px;
  font-weight: 700;
  color: #2a2200;
  margin-bottom: 10px;
}

.features-section .subheading-text {
  font-size: 24px;
  font-weight: 500;
  color: #605b49;
  margin-bottom: 60px;
}

.features-section .feature-card {
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.features-section .feature-card .img-text-box {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding-right: 16px;
  margin-bottom: 16px;
}

.feature-card .img-box {
  width: 130px;
  height: 130px;
  top: -30px;
  left: -30px;
  position: absolute;
  background-color: #fe753b;
  border-radius: 50%;
}

.feature-card .img-box img {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.feature-card .feature-heading {
  font-size: 24px;
  font-weight: 700;
  color: #fe753b;
  margin-bottom: 0;
  width: 56%;
  margin-left: auto;
}

.feature-card .feature-text {
  font-size: 14px;
  color: #605b49;
  text-align: justify;
  padding: 0 16px;
  min-height: 100px;
}

.yellow-card .img-box {
  background-color: #ffce00;
}

.yellow-card .feature-heading {
  color: #ffce00;
}

.blue-card .img-box {
  background-color: #0fb8ff;
}

.blue-card .feature-heading {
  color: #0fb8ff;
}

.green-card .img-box {
  background-color: #249a0c;
}

.green-card .feature-heading {
  color: #249a0c;
}

@media only screen and (max-width: 600px) {
  .features-section {
    padding: 40px 0 10px;
  }

  .features-section .heading-text {
    font-size: 36px;
  }

  .features-section .subheading-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .features-section .feature-card {
    margin-bottom: 30px;
  }

  .feature-card .feature-heading {
    font-size: 24px;
    font-weight: 700;
    color: #fe753b;
    margin-bottom: 0;
    width: 66%;
    margin-left: auto;
  }

  .feature-card .feature-text {
    min-height: 0;
  }

  .yellow-card .img-box {
    background-color: #ffce00;
  }

  .yellow-card .feature-heading {
    color: #ffce00;
  }

  .blue-card .img-box {
    background-color: #0fb8ff;
  }

  .blue-card .feature-heading {
    color: #0fb8ff;
  }

  .green-card .img-box {
    background-color: #249a0c;
  }

  .green-card .feature-heading {
    color: #249a0c;
  }
}

/* Search Section */
.search-section .bg-img {
  z-index: -1;
}

.search-section .search-text {
  background-color: #FE753B;
  border-radius: 20px;
  padding: 22px 67px 75px;
  margin-top: -12%;
}

.search-text .search-heading {
  font-size: 48px;
  font-weight: 700;
  color: #F6FAF9;
  margin-bottom: 10px;
}

.search-text .search-subheading {
  font-size: 18px;
  font-weight: 400;
  color: #F6FAF9;
}

.search-section .search-box {
  display: inline-block;
  position: relative;
  max-width: 858px;
  width: 100%;
  margin-top: -40px;
}

.search-section .search-box .form-control {
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 20px;
  font-size: 18px;
  height: 80px;
  padding: 0 0 0 136px;
}

.search-section .search-box .form-control::placeholder {
  color: #A5A39A;
}

.search-box .search-icons {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  margin-left: 20px;
}

.search-icons .border-box {
  width: 2px;
  height: 59px;
  background: #B5B5B5;
  margin: 0 20px;
}

.search-section .search-box .btn-dark {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 50px;
  font-weight: 500;
  color: #F6FAF9;
  background-color: #2A2200;
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .search-section .search-text {
    border-radius: 0;
    padding: 20px 12px 40px;
    margin-top: 0;
  }

  .search-text .search-heading {
    font-size: 36px;
  }

  .search-section .search-box {
    margin-top: -35px;
  }

  .search-section .search-box .form-control {
    padding: 0 0 0 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    border-radius: 16px;
  }

  .search-section .search-box .form-control::placeholder {
    max-width: 66%;
  }

  .search-section .search-box .search-icons {
    margin-left: 14px;
  }

  .search-box .search-icons .location-icon {
    width: 26px;
  }

  .search-section .search-box .search-icons .border-box,
  .search-section .search-box .search-icons .search-icon {
    display: none;
  }

  .search-section .search-box .btn-dark {
    padding: 0 24px;
    border-radius: 16px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .search-section .search-text {
    border-radius: 0;
    margin-top: 0;
  }
}

/* Pet Lover */
.pet-lover {
  padding: 100px 0;
}

.pet-lover .heading-text {
  font-size: 48px;
  font-weight: 700;
  color: #2a2200;
  margin-bottom: 10px;
}

.pet-lover .subheading-text {
  font-size: 24px;
  font-weight: 500;
  color: #605B49;
  max-width: 792px;
  margin: 0 auto 68px;
}

.pet-lover .pet-lover-content {
  display: grid;
  grid-template-columns: 3.5fr 3fr 3.5fr;
  gap: 30px;
  align-items: center;
}

.pet-lover-content .register-verified {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.pet-lover-content .pet-lover-img {
  width: 348px;
  height: 348px;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 48px;
}

.pet-lover .verified-box {
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 16px 24px;
  width: 100%;
}

.verified-box .verified-heading {
  font-size: 24px;
  font-weight: 500;
  color: #2A2200;
  margin-bottom: 10px;
}

.verified-box .verified-text {
  font-size: 16px;
  font-weight: 400;
  color: #605B49;
  margin-bottom: 0;
}

.pet-lover .register-btn {
  font-weight: 500;
  color: #f6faf9;
  background-color: #fe753b;
  border-radius: 170px;
  box-shadow: 0px 4px 8px 0px #0000001a;
  max-width: 288px;
  width: 100%;
  height: 58px;
}

.pet-lover .register-btn:hover {
  color: #f6faf9;
  background-color: #fe753b;
  opacity: 0.9;
}

@media only screen and (max-width: 600px) {
  .pet-lover {
    padding: 40px 0;
  }

  .pet-lover .heading-text {
    font-size: 36px;
  }

  .pet-lover .subheading-text {
    font-size: 20px;
    margin: 0 auto 30px;
  }

  .pet-lover .pet-lover-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pet-lover-content .register-verified {
    gap: 30px;
  }

  .pet-lover-content .pet-lover-img {
    margin-bottom: 30px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .pet-lover .pet-lover-content {
    grid-template-columns: 1fr;
  }
}

/* Services Section */
.services-section {
  border-radius: 50px;
  margin: 0 50px;
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #FFCE00;
}

.services-section .heading-text {
  font-size: 48px;
  font-weight: 700;
  color: #2A2200;
  margin-bottom: 8px;
}

.services-section .subheading-text {
  font-size: 24px;
  font-weight: 500;
  color: #605B49;
  margin-bottom: 70px;
}

.services-section .service-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 80%;
  margin-bottom: 40px;
}

.service-box .service-text {
  font-size: 18px;
  font-weight: 400;
  color: #2A2200;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .services-section {
    border-radius: 0;
    margin: 0;
    padding: 30px 0 0;
    background-image: none;
  }

  .services-section .heading-text {
    font-size: 36px;
  }

  .services-section .subheading-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .services-section .service-box {
    width: 100%;
  }

  .service-box .service-text {
    font-size: 18px;
    font-weight: 400;
    color: #2A2200;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .services-section .service-box {
    width: 100%;
  }
}

/* Testimonial Section */
.testimonial-section {
  padding: 100px 0;
}

.testimonial-section .testimonial-text {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  border-bottom: 0.5px solid #d2d2d2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.testimonial-section .testimonial-person {
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 6px;
}

.owl-carousel .owl-item .testimonial-person .avatar-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .testimonial-section {
    padding: 40px 0;
  }

  .testimonial-section .testimonial-text {
    font-size: 36px;
    margin-top: 10px;
  }
}

/* Pet Knowledge */
.pet-knowledge {
  font-weight: 700;
  color: #2a2200;
  margin-bottom: 100px;
}

.pet-knowledge .heading-text {
  font-size: 48px;
  margin-bottom: 10px;
}

.pet-knowledge .subheading-text {
  font-size: 24px;
  font-weight: 500;
  color: #605b49;
  margin-bottom: 60px;
}

.pet-knowledge .knowledge-box {
  box-shadow: 0px 4px 28px -2px #00000014;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 8px;
}

.knowledge-box .knowledge-content {
  padding: 8px;
}

.knowledge-box .dog-img {
  width: 100%;
  border-radius: 10px;
}

.knowledge-box .small-text {
  font-size: 12px;
  margin-bottom: 2px;
}

.knowledge-box .knowledge-heading {
  margin-bottom: 10px;
}

.knowledge-box .knowledge-text {
  color: #605b49;
  margin-bottom: 0;
}

.knowledge-box .knowledge-text .read-more {
  color: #0fb8ff;
  text-decoration: none;
}

.pet-knowledge .knowledge-box img {
  width: 100%;
}

.pet-knowledge #details-pagination .pagination {
  gap: 10px;
}

.pet-knowledge #details-pagination .pagination .page-link {
  color: #666;
}

.pet-knowledge #details-pagination .pagination .page-item.active .page-link {
  color: #fff;
  background: #f3834e;
  border-color: #f3834e;
}

@media only screen and (max-width: 600px) {
  .pet-knowledge {
    margin-bottom: 40px;
  }

  .pet-knowledge .heading-text {
    font-size: 36px;
  }

  .pet-knowledge .subheading-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* Search Hero Section */
.search-hero-sec {
  background-color: #FFFFFF;
  padding: 100px 0;
  height: 100vh;
}

.search-hero-sec .heading-text {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.search-hero-sec .subheading-text {
  color: #000000;
  margin-bottom: 40px;
}

.search-hero-sec .search-box {
  display: inline-block;
  position: relative;
  max-width: 784px;
  width: 100%;
}

.search-hero-sec .search-box .form-control {
  border-radius: 40px;
  font-size: 18px;
  color: #2A2200;
  height: 80px;
  padding: 0 0 0 136px;
}

.search-hero-sec .search-box .form-control::placeholder {
  color: #A5A39A;
}

.search-box .search-icons {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  margin-left: 20px;
}

.search-icons .border-box {
  width: 2px;
  height: 59px;
  background: #B5B5B5;
  margin: 0 20px;
}

.search-box .btn-dark {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 50px;
  font-weight: 500;
  color: #F6FAF9;
  background-color: #2A2200;
  box-shadow: 0px 4px 8px 0px #0000001A;
  border-radius: 40px;
}

@media only screen and (max-width: 600px) {
  .search-hero-sec {
    padding: 40px 0;
    height: auto;
  }

  .search-hero-sec .heading-text {
    font-size: 48px;
  }

  .search-box .btn-dark {
    padding: 0 30px;
  }

  .search-hero-sec .search-icons .border-box {
    height: 40px;
    margin: 0 16px;
  }

  .search-hero-sec .search-box .form-control {
    padding: 0 0 0 120px;
    height: 70px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .search-hero-sec {
    height: auto;
  }
}

/* Park Details */
.park-details {
  max-width: 78.5vw;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #2A22001A;
  box-shadow: 0px 2px 24px 0px #0000000A;
  margin: -75px auto 0;
  border-radius: 10px;
}

.park-details .heading-box {
  padding: 26px 30px 16px;
  border-bottom: 1px solid #000000
}

.park-details .heading-text {
  font-size: 32px;
  font-weight: 700;
  color: #2A2200;
  margin-bottom: 0;
}

.park-details .subheading-text {
  font-size: 18px;
  color: #605B49;
  margin-bottom: 0;
}

.park-details .kms-away {
  color: #033D14;
  margin-bottom: 0;
}

.park-details .details-box {
  padding: 16px 30px 26px;
}

.details-box .details-text {
  color: #605B49;
  margin-bottom: 20px;
}

.details-box .details-text a {
  color: #0FB8FF;
}

.details-box label {
  font-size: 20px;
  font-weight: 700;
  color: #2A2200;
  display: block;
  margin-bottom: 10px;
}

.details-box textarea {
  border: 2px solid #eae9e6;
  border-radius: 10px;
  box-shadow: 0px 2px 24px 0px #0000000D;
  resize: none;
  outline: none;
  width: 100%;
  height: 88px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000000DE;
}

.details-box .submit-btn {
  background-color: #FE753B;
  width: 108px;
  height: 36px;
  border-radius: 170px;
  box-shadow: 0px 4px 8px 0px #0000001A;
  color: #F6FAF9;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
}

.details-box .dogs-banner {
  border-radius: 20px;
  width: 100%;
}

.details-box #park-image .owl-item {
  height: 380px;
}

.details-box #park-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}


@media only screen and (max-width: 600px) {
  .park-details {
    max-width: calc(100vw - 24px);
    margin: 40px auto 40px;
  }

  .park-details .heading-box {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .park-details {
    margin: 60px auto;
  }

  .park-details .heading-box {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 6px;
  }
}

/* Maps Section */
.maps-sec {
  padding: 48px 0;
  margin: 100px 0;
}

.maps-sec .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.maps-sec .location-btn {
  max-width: 327px;
  width: 100%;
  height: 58px;
  border-radius: 170px;
  background: #FE753B;
  box-shadow: 0px 4px 38px 0px #0000001A;
  color: #F6FAF9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.maps-sec .park-locations {
  border-radius: 20px;
  background-color: #F6FAF9;
  box-shadow: 0px 2px 4px 0px #0000001A;
}

.maps-sec .heading-box {
  padding: 20px 20px 3px;
  border-bottom: 1px solid #A5A39A;
}

.maps-sec .heading-text {
  font-weight: 700;
  color: #000000;
  margin-bottom: 4px;
}

.maps-sec .parks-found {
  font-size: 12px;
  color: #605B49;
  margin-bottom: 0;
}

.maps-sec .parks-found span {
  font-weight: 500;
}

.maps-sec .locations-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px;
  max-height: 725px;
  overflow-y: auto;
}

.location-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 24px 0px #0000000D;
  border-radius: 10px;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  padding: 8px;
}

.location-card.active {
  border-color: #FE753B;
}

.location-card .card-img {
  max-width: 121px;
  width: 100%;
  max-height: 99px;
  object-fit: cover;
  object-position: center;
}

.location-card .title {
  font-size: 18px;
  color: #2A2200;
  margin-bottom: 0;
}

.location-card .address {
  color: #605B49;
  margin-bottom: 0;
}

.location-card .location-black,
.location-card.active .location-orange {
  display: inline-block;
}

.location-card .location-orange,
.location-card.active .location-black {
  display: none;
}

@media only screen and (max-width: 600px) {
  .maps-sec {
    padding: 70px 0 40px;
    margin: 0 0 40px;
  }

  .maps-sec .heading-box {
    padding: 16px 12px 6px;
  }

  .maps-sec .locations-box {
    padding: 16px 12px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .maps-sec {
    margin-top: 0;
  }
}

/* Parks Section */
.parks-sec .main-heading {
  font-size: 48px;
  font-weight: 700;
  color: #2A2200;
  margin: 0 auto 40px;
  max-width: 731px;
  width: 100%;
}

.parks-sec .park-card {
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 12px;
  margin-bottom: 30px;
}

.park-card .content-box {
  gap: 40px;
  margin: 12px 0 6px;
}

.park-card .park-img {
  width: 100%;
  max-height: 400px;
  border-radius: 20px;
}

.park-card .title {
  font-size: 18px;
  font-weight: 500;
  color: #2A2200;
  margin-bottom: 0;
}

.park-card .address {
  font-size: 12px;
  color: #605B49;
  margin-bottom: 0;
}

.park-card .arrow-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FE753B;
  box-shadow: 0px 4px 8px 0px #0000001A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parks-sec .btn-primary.rounded-pill {
  background-color: #FE753B;
  border: none;
}

.parks-sec .btn-primary.rounded-pill:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 600px) {
  .parks-sec .main-heading {
    font-size: 36px;
  }
}

/* Blog Section */
.blog-sec {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 100px;
}

.blog-sec .wp-block-heading {
  margin-top: 45px;;
}

.blog-sec .banner-img-box {
  background-size: cover;
  width: 100%;
  max-width: 1000px; /* or whatever width you want */
  aspect-ratio: 16 / 9; /* Optional: maintain aspect ratio */
  border-radius: 20px;
  margin: 0 auto 38px auto; /* Center horizontally + spacing below */
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-repeat: no-repeat;
}

.blog-sec .banner-box .heading {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  max-width: 857px;
}

.blog-sec .banner-box .sub-heading {
  color: #afb0ae;
  margin-bottom: 16px;
}

.blog-sec .banner-box .tabs {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.blog-sec .banner-img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 1;
}

.blog-sec .banner-box {
  position: relative;
  z-index: 2;
  color: white;
  padding: 0 20px 20px 20px;
}

.blog-sec .banner-box .tabs li {
  font-weight: 300;
  color: #848583;
  border: 1px solid #848583;
  border-radius: 110px;
  padding: 2px 14px;
}

.blog-sec .blog-details {
  display: grid;
  grid-template-columns: 8fr 4fr;
  gap: 20px;
  align-items: start;
  margin-top: 20px;
}

.blog-sec .blog-details h1:not(.dog-welcome *, .blog-right *),
.blog-sec .blog-details h2:not(.dog-welcome *, .blog-right *),
.blog-sec .blog-details h3:not(.dog-welcome *, .blog-right *),
.blog-sec .blog-details h4:not(.dog-welcome *, .blog-right *),
.blog-sec .blog-details h5:not(.dog-welcome *, .blog-right *),
.blog-sec .blog-details h6:not(.dog-welcome *, .blog-right *) {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #2A2200 !important;
  margin-bottom: 20px !important;
}

.blog-sec p {
  font-size: 22px;
  font-weight: 500;
  color: #2A2200;
  margin-bottom: 0;
}

.blog-sec .dog-welcome {
  background-color: #FE753B;
  border-radius: 18px;
  padding: 23px 10px 23px 20px;
  display: flex;
  align-items: center;
  gap: 33px;
}

.blog-sec .dog-welcome .dog-pic {
  border-radius: 18px;
}

.blog-sec .dog-welcome .heading {
  font-size: 48px;
  font-weight: 700;
  color: #F6FAF9;
  margin-bottom: 0;
}

.blog-sec .table-content {
  background-color: #F6FAF9;
  padding: 20px;
  border-radius: 20px;
}

.blog-sec .table-content .blog-content-heading {
  color: #FE753B;
  margin-bottom: 14px;
}

.blog-sec .table-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.blog-sec .table-content ul li a {
  font-size: 24px;
  font-weight: 500;
  color: #2A2200;
  text-decoration: underline;
}

.blog-sec .table-content ul li:last-child a {
  text-decoration: none;
}

.blog-sec .wp-block-image img {
  width: 100%;
  max-height: 518px;
  object-position: center;
  object-fit: cover;
  border-radius: 20px;
}

.blog-sec ul li {
  font-size: 22px;
  font-weight: 500;
  color: #2A2200;
}

.blog-sec .social-media {
  list-style: none;
  border-bottom: 1px solid #00ACED;
  padding: 0;
  display: flex;
  margin: 60px 0 38px;
}

.blog-sec .social-media li {
  width: 100%;
}

.blog-sec .social-media li a {
  padding-bottom: 20px;
  display: block;
  text-align: center;
}

.blog-sec .view-comments-btn {
  background-color: #FFCE00;
  border-radius: 20px;
  max-width: 810px;
  width: 100%;
  height: 70px;
  font-weight: 500;
  color: #2A2200;
}

.blog-sec .view-comments-btn:hover {
  background-color: #FFCE00;
  color: #2A2200;
  opacity: 0.9;
}

.blog-sec .wp-block-post-author {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  margin: 40px 0;
  gap: 20px;
}

.blog-sec .wp-block-post-author__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #eee;
}

.blog-sec .wp-block-post-author__content {
  flex: 1;
}

.blog-sec .wp-block-post-author__byline {
  margin: 0 0 8px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.blog-sec .wp-block-post-author__name {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

@media (max-width: 600px) {
  .blog-sec .wp-block-post-author {
    flex-direction: column;
    text-align: center;
  }

  .blog-sec .wp-block-post-author__avatar img {
    width: 70px;
    height: 70px;
  }
}

.blog-sec .wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
}

.blog-sec .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.blog-sec .wp-block-table th,
.blog-sec .wp-block-table td {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
}

.blog-sec .wp-block-table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.blog-sec .wp-block-table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.blog-sec .wp-block-table tbody tr:hover {
  background-color: #e9ecef;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.blog-right .follow-us {
  background-color: #F6FAF9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 27px;
}

.follow-us .heading {
  font-size: 32px;
  font-weight: 700;
  color: #121416;
  margin-bottom: 40px;
}

.follow-us ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  width: 90%;
}

.follow-us ul li {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  color: #121416;
}

.follow-us .followEmail {
  font-size: 24px;
  font-weight: 500;
  color: #121416;
  margin-bottom: 24px;
}

.follow-us .followInput {
  border: 1px solid #CECECE;
  border-radius: 10px;
  height: 68px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #757575;
  width: 100%;
  background: transparent;
  outline: none;
}

.follow-us .get-started-btn {
  background-color: #FFCE00;
  color: #2A2200;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 68px;
  display: block;
  margin-top: 12px;
  padding: 6px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.follow-us .get-started-btn:hover {
  background-color: #FFCE00;
  color: #2A2200;
  opacity: 0.9;
}

.follow-us .check-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 24px;
}

.follow-us .check-box p {
  font-size: 16px !important;
}

.blog-right .the-latest {
  background-color: #F6FAF9;
  border-radius: 10px;
  padding: 20px;
}

.the-latest .heading {
  color: #121416;
  margin-bottom: 20px;
}

.the-latest .latest-boxes {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.the-latest .latest-box {
  border-radius: 10px;
  color: #121416CF;
  padding: 20px;
  cursor: pointer;
}

.the-latest .latest-box p {
  font-size: 16px !important;
}

.latest-box .text-content {
  color: #121416;
  margin-bottom: 12px;
}

.the-latest .latest-box:hover {
  background-color: #FE753B;
  color: #FFFFFF;
}

.the-latest .latest-box:hover .post-date {
  color: #FFFFFF;
}

.latest-box:hover .text-content {
  color: #FFFFFF;
}

.latest-box:hover .dash {
  stroke: #fff;
}

.latest-box:hover .timer path {
  stroke: #fff;
  stroke-opacity: 1;
}

@media only screen and (max-width: 600px) {
  .blog-sec {
    padding-bottom: 40px;
  }

  .blog-sec .banner-img-box {
    padding: 16px 12px;
    margin-bottom: 30px;
    height: 550px;
  }

  .blog-sec .banner-box .heading {
    font-size: 36px;
  }

  .blog-sec .banner-box .sub-heading {
    font-size: 18px;
  }

  .blog-sec .banner-box .tabs li {
    font-size: 16px;
  }

  .blog-sec .blog-details {
    display: flex;
    flex-direction: column;
  }

  .blog-sec .dog-welcome {
    flex-direction: column;
    padding: 16px;
    gap: 20px;
  }

  .blog-sec .dog-welcome img {
    width: 100%;
  }

  .blog-sec .dog-welcome .heading {
    font-size: 36px;
    text-align: center;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .blog-sec .blog-details {
    display: flex;
    flex-direction: column;
  }
}


/* Login Form */
.form-modal .modal-content {
  border-radius: 32px;
  background-color: #000;
  /* background: url(../images/modal-bg.png) no-repeat center; */
  background: linear-gradient(90deg, #000000 -18.51%, rgba(0, 0, 0, 0) 85.86%), url('../images/modal-bg.png') no-repeat center;
  background-size: cover;
}

.form-modal .modal-close-btn {
  position: absolute;
  top: 25px;
  right: 20px;
  border: none;
  background-color: transparent;
  z-index: 1;
}

.form-modal .modal-content .modal-body {
  padding: 30px 50px;
  scrollbar-width: none;
}

.form-modal .modal-content .modal-body::-webkit-scrollbar {
  display: none;
}

.login-form {
  max-width: 316px;
  color: #F6FAF9;
}

.login-form .heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.iti__country-name {
  color: #605B49;
}

.iti__selected-dial-code {
  color: #605B49;
}

.iti__selected-country {
  height: 50px !important;
}

.login-form .content {
  font-size: 14px;
  margin-bottom: 24px;
}

.login-form .input-boxes {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.login-form .input-boxes input {
  background-color: #F6FAF9;
  border: 1px solid #F6FAF9;
  outline: none;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 10px;
}

.login-form .note {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-form .get-started-btn {
  background-color: #FFCE00;
  color: #2A2200;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  height: 68px;
  border-radius: 40px;
  display: block;
  padding: 6px 7px 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-form .get-started-btn:hover {
  background-color: #FFCE00;
  color: #2A2200;
  opacity: 0.9;
}

/* Off Leash Parks */
.off-leash-parks {
  padding: 50px 0;
}

.off-leash-parks #nearest-parks {
  padding: 16px;
}

.off-leash-parks .heading-text {
  font-size: 48px;
  font-weight: 700;
  color: #2A2200;
  margin-bottom: 36px;
}

.off-leash-parks .off-leash-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #C8D2DC;
  padding-bottom: 36px;
  margin-bottom: 20px;
}

.off-leash-parks .off-leash-card:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.off-leash-parks .off-leash-card .kms-away {
  font-size: 32px;
  font-weight: 700;
  color: #2A2200;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.off-leash-parks .off-leash-card .kms-away span {
  font-size: 20px;
  font-weight: 700;
  color: #FE753B;
  margin-bottom: 0;
}

.off-leash-parks .off-leash-card .address {
  font-size: 18px;
  font-weight: 400;
  color: #605B49;
  margin-bottom: 8px;
}

.off-leash-parks .off-leash-card .read-more-content {
  font-size: 18px;
  font-weight: 400;
  color: #605B49;
  margin-bottom: 0;
}

.off-leash-parks .off-leash-card .read-more-content .read-more-text {
  color: #0FB8FF;
  margin-bottom: 0;
}

.off-leash-parks .map-box {
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .off-leash-parks {
    padding: 20px 0;
  }

  .off-leash-parks #nearest-parks {
    padding: 0;
  }

  .off-leash-parks .map-box {
    height: 500px;
  }
}
/* --- PUPTOPARK BLOG FINAL LOOK --- */
.pup-blog {
  background: linear-gradient(180deg,#fff 0%,#f8f8f8 100%);
  padding: 120px 20px 160px;
  text-align: center;
  font-family: "Poppins","Inter",sans-serif;
}
.pup-blog .section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1c1c1c;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.pup-blog .section-subtitle {
  font-family: "Inter",sans-serif;
  color: #555;
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 760px;
  margin: 0 auto 80px;
}
.blog-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(340px,1fr));
  gap: 48px;
  max-width: 1250px;
  margin: 0 auto;
}
.blog-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
  transition: all .45s cubic-bezier(.2,.8,.3,1);
  text-align: left;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
}
.blog-card.in-view {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}
.blog-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform .5s ease;
}
.blog-card:hover .blog-image img {
  transform: scale(1.08);
}
.pup-blog a[rel="category tag"] {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255,123,0,0.08);
  color: #ff7b00 !important;
  padding: 8px 16px;
  border-radius: 40px;
  text-decoration: none !important;
  margin-top: 20px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.pup-blog a[rel="category tag"]:hover {
  background: #ff7b00;
  color: #fff !important;
}
.blog-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.4;
  margin: 10px 0 14px;
}
.blog-content h3 a {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease;
}
.blog-card:hover h3 a {
  color: #ff7b00;
}
.blog-content p {
  font-family: "Inter",sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #555;
}
.blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg,#ff7b00,#ff9e3d);
  transition: width .4s ease;
}
.blog-card:hover::before {
  width: 100%;
}
@media (max-width: 768px) {
  .pup-blog .section-title {font-size: 2.3rem;}
  .pup-blog .section-subtitle {font-size: 1rem;margin-bottom: 50px;}
  .blog-content h3 {font-size: 1.3rem;}
  .blog-content p {font-size: 0.95rem;}
}