header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 24px 0;
  z-index: 999;
  display: flex;
  align-items: center;
  background-color: rgba(250, 128, 114, 0);
}
header.scrolled {
  background-color: #FCF5EB;
  z-index: 99999;
  transition: padding 0.3s ease;
  box-shadow: 0px 0px 13px 0px rgba(55, 55, 55, 0.5215686275);
}
header .navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar-content #chk1 {
  display: none;
}
header .navbar-content #chk1:checked + .logo + ul + .cta-btns + .menu label {
  background-color: white;
  border-color: #FF3815;
  color: #FF3815;
}
@media (max-width: 1199px) {
  header .navbar-content #chk1:checked ~ ul {
    right: 0;
  }
}
header i {
  color: #FF3815;
  cursor: pointer;
}
header .logo img {
  height: 20px;
}
@media (max-width: 767px) {
  header .logo img {
    height: 20px;
  }
}
header ul {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 0;
  background-color: white;
  padding: 0 12px;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  header ul {
    position: fixed;
    border-radius: 0px;
    height: calc(100vh - 50px);
    top: 97px;
    right: -100%;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    transition: right 0.5s linear;
    padding: 8px 12px;
    height: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 767px) {
  header ul {
    height: 100%;
    width: 100%;
  }
}
header ul li {
  list-style: none;
  padding: 16px 12px;
  position: relative;
}
header ul li.has-mega-menu .mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0px;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 999;
}
header ul li.has-mega-menu .mega-menu .mega-column {
  min-width: 250px;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
header ul li.has-mega-menu .mega-menu .mega-column span {
  display: block;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 400;
  color: #536570;
}
header ul li.has-mega-menu .mega-menu .mega-column a {
  padding: 16px 12px;
}
header ul li.has-mega-menu:hover > a {
  color: #FF3815;
}
header ul li.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
header ul li.has-mega-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}
@media (max-width: 1199px) {
  header ul li.has-mega-menu {
    width: 100%;
  }
  header ul li.has-mega-menu .mega-menu {
    position: static;
    width: 100%;
    display: none;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    padding: 12px 0 0;
    opacity: 1;
    visibility: visible;
  }
  header ul li.has-mega-menu .mega-menu .mega-column {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 0 10px;
    margin-bottom: 0px;
  }
  header ul li.has-mega-menu .mega-menu .mega-column:not(:last-child) {
    margin-bottom: 15px;
  }
  header ul li.has-mega-menu .mega-menu .mega-column span,
  header ul li.has-mega-menu .mega-menu .mega-column a {
    padding: 0 0;
  }
  header ul li.has-mega-menu .mega-menu .mega-column a {
    padding-left: 10px;
    width: 100%;
  }
  header ul li.has-mega-menu.active > a {
    color: #16232B;
  }
  header ul li.has-mega-menu.active .mega-menu {
    display: flex;
  }
}
header ul li a {
  text-decoration: none;
  color: #FCF5EB;
  font-weight: 700;
  font-size: 16px;
  color: #16232B;
  white-space: nowrap;
}
header ul li a:hover {
  color: #FF3815;
}
header ul li a.active {
  color: #FF3815;
  font-weight: 700;
}
header ul .nav-btns {
  display: none;
  width: 100%;
}
@media (max-width: 1199px) {
  header ul .nav-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  header ul .nav-btns .theme-btn {
    max-width: 100%;
    width: 100%;
  }
}
header .cta-btns {
  display: flex;
  align-items: center;
  font-family: "bree-serif", sans-serif;
  gap: 12px;
}
@media (max-width: 1199px) {
  header .cta-btns {
    display: none;
  }
}
header .menu {
  display: none;
}
header .menu label {
  font-size: 16px;
  padding: 12px 20px;
  color: #16232B;
  border-radius: 12px;
  border: 1px solid #16232B;
  font-family: "bree-serif", sans-serif;
}
header .menu label:hover {
  background-color: white;
  border-color: #FF3815;
  color: #FF3815;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .menu {
    cursor: pointer;
    display: block;
    width: max-content;
    text-align: center;
  }
}

footer {
  background-color: #16232B;
  padding: 80px 0;
  border-radius: 48px 48px 0 0;
  margin-top: -50px;
}
@media (max-width: 991px) {
  footer {
    padding: 80px 10px;
  }
}
footer .logo {
  width: 160px;
  height: 20px;
}
footer .footer-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
footer .footer-icons a img {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  footer .footer-icons a img {
    width: 32px;
    height: 32px;
  }
}
footer .footer-icons a:hover {
  opacity: 0.7;
}
footer h4 {
  color: #8B9DA8;
  font-size: 18px;
  font-family: "bree-serif";
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  footer h4 {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  footer ul li {
    margin-bottom: 10px;
  }
}
footer ul li a {
  color: white;
  font-size: 16px;
  font-family: "radikal";
}
@media (max-width: 767px) {
  footer ul li a {
    font-size: 14px;
  }
}
footer ul li a:hover {
  color: #FF3815;
  cursor: pointer;
}
footer .copy-text {
  color: white;
  font-size: 16px;
  font-family: "radikal";
}
@media (max-width: 991px) {
  footer .copy-text {
    margin-bottom: 20px;
  }
}
footer .footer-text {
  color: #8B9DA8;
  font-size: 12px;
  font-family: "radikal";
}

.hero-section {
  padding: 124px 0 48px;
  position: relative;
  overflow: hidden;
  background-color: #FCF5EB;
  z-index: 2;
}
@media (max-width: 1199px) {
  .hero-section {
    padding: 115px 0;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding: 95px 0;
  }
}
.hero-section .hero-content-wrap {
  background-color: #F2E9DB;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap {
    margin-top: 30px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content-wrap {
    padding-bottom: 120px;
  }
}
.hero-section .hero-content-wrap .img-wrap {
  padding: 30px;
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .img-wrap {
    padding: 0px;
    object-fit: cover;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .hero-section .hero-content-wrap .img-wrap {
    height: 285px;
  }
}
.hero-section .hero-content-wrap .hero-content {
  width: 100%;
  padding: 64px 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1199px) {
  .hero-section .hero-content-wrap .hero-content {
    padding: 42px;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .hero-content {
    padding: 48px 24px;
    gap: 24px;
  }
}
.hero-section .hero-content-wrap .hero-content h2 {
  font-size: 64px;
  color: #16232B;
  line-height: 1;
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .hero-content h2 {
    font-size: 40px;
  }
}
.hero-section .hero-content-wrap .hero-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.hero-section .hero-content-wrap .hero-content ul li {
  color: #16232B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .hero-section .hero-content-wrap .hero-content ul li {
    font-size: 14px;
  }
}
.hero-section .hero-content-wrap .hero-content ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/icons/tick-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section .hero-content-wrap .hero-content .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 24px;
  border-radius: 14px;
  padding: 10px 10px 10px 24px;
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.hero-section .hero-content-wrap .hero-content .btn-wrap span.note {
  color: #223744;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-section .hero-content-wrap .hero-content .btn-wrap span.note img {
  width: 12px;
}
.hero-section .hero-content-wrap .hero-content .hero-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  background-color: #223744;
  width: 100%;
  padding: 24px;
}
.hero-section .hero-content-wrap .hero-content .hero-bottom img {
  width: 20px;
}
.hero-section .hero-content-wrap .hero-content .hero-bottom p {
  color: #FCF5EB;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .hero-section .hero-content-wrap .hero-content .hero-bottom {
    padding: 18px;
  }
  .hero-section .hero-content-wrap .hero-content .hero-bottom p {
    font-size: 14px;
  }
}

.reviews-section {
  padding: 64px 0 120px;
  background-color: #223744;
  border-radius: 48px 48px 0 0;
}
@media (max-width: 991px) {
  .reviews-section {
    padding: 64px 10px 120px;
  }
}
.reviews-section .title-area h2,
.reviews-section .title-area p {
  color: #FCF5EB;
}
.reviews-section .title-img {
  text-align: right;
}
@media (max-width: 991px) {
  .reviews-section .title-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.reviews-section .reviews-slider-wrap {
  width: 100%;
  padding: 0 60px;
  position: relative;
}
.reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card {
  background-color: #16232B;
  padding: 24px;
  border-radius: 8px;
  color: white;
  font-family: "radikal";
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card img {
  height: 32px;
  width: max-content;
}
.reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card p {
  font-size: 14px;
}
.reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card span {
  font-size: 12px;
  color: #BFBFBF;
}
.reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card span b {
  color: white;
}
.reviews-section .reviews-slider-wrap .reviews-button-next,
.reviews-section .reviews-slider-wrap .reviews-button-prev {
  width: 48px;
  height: 48px;
  position: absolute;
}
.reviews-section .reviews-slider-wrap .reviews-button-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.reviews-section .reviews-slider-wrap .reviews-button-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.awards-section {
  background-color: #FCF5EB;
  border-radius: 48px 48px 0 0;
  margin-top: -50px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 991px) {
  .awards-section {
    padding: 64px 10px 30px;
  }
}
.awards-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sections/award-section.png) no-repeat center;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 0;
}
.awards-section .award-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.awards-section .award-card .img-wrap {
  width: 100%;
  height: 303px;
  background-color: rgba(240, 230, 215, 0.8980392157);
  display: flex;
  justify-content: center;
  align-items: center;
}
.awards-section .award-card .card-content {
  padding: 48px 32px;
  background-color: #16232B;
  color: #FCF5EB;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .awards-section .award-card .card-content {
    gap: 16px;
  }
}
.awards-section .award-card .card-content h2 {
  font-size: 32px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .awards-section .award-card .card-content h2 {
    font-size: 24px;
  }
}
.awards-section .award-card .card-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.awards-section .award-card .card-content ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
  list-style: none;
}
.awards-section .award-card .card-content ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/icons/tick-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.awards-section .award-card .card-content .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
}
.awards-section .award-card .card-content .btn-wrap .theme-btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 24px;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .awards-section .award-card .card-content .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.awards-section .award-card .card-content .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .awards-section .award-card .card-content .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .awards-section .award-card .card-content .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.awards-section .award-card .card-content .btn-wrap span.note {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-family: "bree-serif";
}
.awards-section .title-img {
  text-align: right;
}
@media (max-width: 991px) {
  .awards-section .title-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.wcu-section {
  background-color: #FCF5EB;
  padding: 50px 0 0;
  position: relative;
}
.wcu-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sections/wcu-section.png) no-repeat center;
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 0;
}
.wcu-section .wcu-wrap {
  border-radius: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(242, 233, 219, 0.8);
  padding: 64px;
  gap: 64px;
  position: relative;
}
@media (max-width: 991px) {
  .wcu-section .wcu-wrap {
    padding: 48px 24px;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .wcu-section .wcu-wrap {
    padding: 32px;
    gap: 32px;
  }
}
.wcu-section .wcu-wrap .title-area {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}
.wcu-section .wcu-wrap .title-area p {
  max-width: 100%;
}
.wcu-section .wcu-wrap .wcu-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
  background-color: #FCF5EB;
  align-items: center;
  text-align: center;
  padding: 48px 32px;
  color: #16232B;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wcu-section .wcu-wrap .wcu-card {
    padding: 48px 24px;
  }
}
.wcu-section .wcu-wrap .wcu-card .img-wrap {
  width: 100%;
  height: 148px;
  margin-bottom: 16px;
}
.wcu-section .wcu-wrap .wcu-card h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .wcu-section .wcu-wrap .wcu-card h2 {
    font-size: 20px;
  }
}
.wcu-section .wcu-wrap .wcu-card p {
  font-size: 16px;
  font-family: "radikal";
  line-height: 1.35;
}
.wcu-section .wcu-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.wcu-section .wcu-wrap .btn-wrap .theme-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 24px;
  border-radius: 14px;
  margin: 0 auto;
}
.wcu-section .wcu-wrap .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .wcu-section .wcu-wrap .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .wcu-section .wcu-wrap .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.wcu-section .wcu-wrap .btn-wrap span.note {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.wcu-section .wcu-wrap .row > div:nth-child(odd) .wcu-card {
  transform: rotate(-1.2deg);
}
.wcu-section .wcu-wrap .row > div:nth-child(even) .wcu-card {
  transform: rotate(1.2deg);
}

.advice-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .advice-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .advice-section {
    padding: 30px 0;
  }
}
.advice-section .advice-wrap {
  width: 100%;
  padding: 64px;
  border-radius: 48px;
  background-color: #223744;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .advice-section .advice-wrap {
    padding: 48px 24px;
    padding-bottom: 0px;
  }
}
.advice-section .advice-wrap::before {
  content: "";
  width: 100%;
  height: 60%;
  background: url(../img/sections/advice-section.png) no-repeat center;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 1;
}
.advice-section .title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 164px;
}
@media (max-width: 991px) {
  .advice-section .title-area {
    margin-bottom: 48px;
  }
}
.advice-section .title-area h2,
.advice-section .title-area p {
  color: #FCF5EB;
}
.advice-section .title-area h2 span,
.advice-section .title-area p span {
  color: #8B9DA8;
}
.advice-section .title-area .theme-btn {
  border-color: #FCF5EB;
  color: #FCF5EB;
  margin-top: 25px;
}
.advice-section .advice-imgs {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .advice-section .advice-imgs {
    height: 300px;
  }
}
.advice-section img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.advice-section img.advice-vet {
  z-index: 1;
  right: 100px;
}
@media (max-width: 991px) {
  .advice-section img {
    max-height: 100%;
  }
}

.perks-section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  .perks-section {
    padding: 50px 0 70px;
  }
}
.perks-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sections/award-section.png) no-repeat center;
  position: absolute;
  transform: scaleX(-1);
  top: 0%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.perks-section .title-area {
  max-width: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.perks-section .title-area h2,
.perks-section .title-area p {
  max-width: 100%;
  text-align: center;
}
.perks-section .perk-tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 8px;
  background-color: #223744;
  border-radius: 12px;
  margin: 16px auto 64px;
  position: relative;
  z-index: 1;
}
.perks-section .perk-tabs-wrap .perk-tab {
  width: max-content;
  padding: 14px 20px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  font-family: "bree-serif";
  outline: none;
  text-align: center;
  border: none;
  outline: none;
  color: #223744;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.perks-section .perk-tabs-wrap .perk-tab img {
  height: 20px;
  transition: 0.2s ease-in-out;
}
.perks-section .perk-tabs-wrap .perk-tab.active, .perks-section .perk-tabs-wrap .perk-tab:hover {
  background-color: #FF3815;
  color: #FCF5EB;
}
.perks-section .perk-tabs-wrap .perk-tab.active img, .perks-section .perk-tabs-wrap .perk-tab:hover img {
  filter: invert(1) brightness(500%);
}
.perks-section .perks-slider-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide .perks-card {
  background-color: rgba(242, 233, 219, 0.8980392157);
  padding: 48px 32px;
  border-radius: 12px;
  color: #000000;
  font-family: "radikal";
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide .perks-card .img-wrap {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide .perks-card .img-wrap img {
  height: 116px;
  width: max-content;
  max-width: 100%;
  object-fit: contain;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide .perks-card h4 {
  font-size: 20px;
  color: black;
}
.perks-section .perks-slider-wrap .perks-slider .swiper-wrapper .swiper-slide .perks-card p {
  font-size: 16px;
  color: #223744;
}
.perks-section .perks-slider-wrap .perks-slider-action {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-prev,
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-next {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-prev::before,
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-next::before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 5px solid #223744;
  border-right: 5px solid #223744;
  position: absolute;
  top: 50%;
  left: 50%;
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-pagination {
  position: static;
  width: auto;
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px !important;
  background: #223744;
  opacity: 1;
  transition: 0.3s ease;
}
.perks-section .perks-slider-wrap .perks-slider-action .perks-pagination .swiper-pagination-bullet-active {
  background: #ff5a1f;
  transform: scale(1.1);
}

.meet-team-section {
  padding: 64px 0 0;
  border-radius: 48px 48px 0 0;
  background-color: #223744;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .meet-team-section {
    padding: 24px 10px;
    padding-bottom: 80px;
  }
}
.meet-team-section .meet-team-wrap {
  width: 100%;
  padding: 20px;
  border-radius: 42px;
  background-color: #16232B;
  position: relative;
}
@media (max-width: 991px) {
  .meet-team-section .meet-team-wrap {
    padding: 0px;
  }
}
.meet-team-section .title-area {
  padding-left: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .meet-team-section .title-area {
    padding: 48px 24px;
    max-width: 100%;
  }
}
.meet-team-section .title-area h2,
.meet-team-section .title-area p {
  color: #FCF5EB;
}
.meet-team-section .title-area h2 span,
.meet-team-section .title-area p span {
  color: #8B9DA8;
}
.meet-team-section .title-area p {
  line-height: 1.3;
  font-family: "radikal";
}
.meet-team-section .title-area .theme-btn {
  border-color: #FCF5EB;
  color: #FCF5EB;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .meet-team-section .title-area .theme-btn {
    width: 100%;
    max-width: 100%;
  }
}
.meet-team-section .meet-team-imgs {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .meet-team-section .meet-team-imgs {
    height: 300px;
  }
}
.meet-team-section .meet-team-imgs img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  border-radius: 48px;
}
@media (max-width: 991px) {
  .meet-team-section .meet-team-imgs img {
    min-height: 100%;
    border-radius: 32px 32px 0 0;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .meet-team-section .meet-team-imgs img {
    min-height: 285px;
  }
}

.reference-section {
  padding: 80px 0;
  position: relative;
  background-color: #FCF5EB;
  border-radius: 48px 48px 0 0;
  margin-top: -50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .reference-section {
    padding: 24px 10px;
  }
}
.reference-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sections/refernce-section.png) no-repeat center;
  position: absolute;
  bottom: -47%;
  left: 0;
  z-index: 0;
}
.reference-section .reference-wrap {
  width: 100%;
  padding: 0 64px;
  border-radius: 48px;
  background-color: #223744;
  position: relative;
  padding-bottom: 0px;
  max-height: 100%;
  height: 520px;
}
@media (max-width: 991px) {
  .reference-section .reference-wrap {
    height: 100%;
    padding: 0 0px;
    padding-bottom: 400px;
  }
}
.reference-section .reference-wrap::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/sections/advice-section.png) no-repeat center;
  position: absolute;
  bottom: 10%;
  left: 0;
  z-index: 1;
}
.reference-section .reference-wrap::after {
  content: "";
  width: 480px;
  height: 100%;
  background: url(../img/sections/reference.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 10%;
  overflow: visible;
  z-index: 1;
}
@media (max-width: 991px) {
  .reference-section .reference-wrap::after {
    height: 400px;
    bottom: 0%;
    top: unset;
    width: 100%;
    left: 0;
    background-size: contain;
  }
}
.reference-section .reference-wrap .form-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .reference-section .reference-wrap .form-content {
    justify-content: flex-start;
    padding: 48px 24px;
  }
}
.reference-section .reference-wrap .form-content .title-area {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .reference-section .reference-wrap .form-content .title-area {
    margin-bottom: 48px;
    max-width: 100%;
  }
}
.reference-section .reference-wrap .form-content .title-area h2,
.reference-section .reference-wrap .form-content .title-area p {
  color: #FCF5EB;
}
.reference-section .reference-wrap .form-content .title-area h2 span,
.reference-section .reference-wrap .form-content .title-area p span {
  color: #8B9DA8;
}
.reference-section .reference-wrap .form-content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reference-section .reference-wrap .form-content form input {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "radikal";
  background-color: #FCF5EB;
  border: 1px solid #223744;
  outline: none;
}
.reference-section .reference-wrap .form-content form input:focus {
  border: 1px solid #FF3815;
  outline: none;
}
.reference-section .reference-wrap .form-content form .theme-btn.form-btn {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 16px 20px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "bree-serif";
  outline: none;
  text-align: center;
  background-color: #16232B;
  border: none;
  outline: none;
  border: 1px solid #FCF5EB;
  transition: 0.2s ease-in-out;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .reference-section .reference-wrap .form-content form .theme-btn.form-btn {
    padding: 15px 34px;
  }
}
@media screen and (max-width: 767px) {
  .reference-section .reference-wrap .form-content form .theme-btn.form-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
}
.reference-section .reference-wrap .form-content form .theme-btn.form-btn:hover {
  background-color: #FCF5EB;
  color: #FF3815;
  border: 1px solid #FF3815;
}
.reference-section .reference-wrap .form-content span.note {
  color: #536570;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.reference-section .reference-wrap .form-content span.note a {
  color: #536570;
  text-decoration: underline;
}
.reference-section .reference-wrap .form-content span.note a:hover {
  color: #FCF5EB;
}
.reference-section .reference-imgs {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .reference-section .reference-imgs {
    padding-bottom: 40px;
  }
}
.reference-section .reference-imgs img {
  width: auto;
  height: auto;
  max-height: 140px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .reference-section .reference-imgs img {
    max-height: 100%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .reference-section .reference-imgs img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.join-pet-section {
  padding: 80px 0;
  width: 100%;
  padding: 64px;
  border-radius: 48px 48px 0 0;
  background-color: #16232B;
  position: relative;
}
@media (max-width: 991px) {
  .join-pet-section {
    padding: 48px 10px;
  }
}
@media (max-width: 767px) {
  .join-pet-section {
    padding: 48px 10px 320px;
  }
}
.join-pet-section::before {
  content: "";
  width: 45%;
  height: 100%;
  max-height: 500px;
  background: url(../img/sections/join-pet-section.png) no-repeat center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .join-pet-section::before {
    width: 40%;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .join-pet-section::before {
    width: 100%;
    background-size: contain;
    top: unset;
    bottom: 0;
    height: 270px;
  }
}
.join-pet-section .title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.join-pet-section .title-area h2,
.join-pet-section .title-area p {
  color: #FCF5EB;
}
.join-pet-section .title-area h2 span,
.join-pet-section .title-area p span {
  color: #8B9DA8;
}
.join-pet-section .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join-pet-section .btn-wrap .theme-btn {
  display: flex;
  color: #FCF5EB;
  margin-top: 25px;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 24px;
  border-radius: 14px;
  border: none;
  padding: 10px 10px 10px 24px;
}
@media (max-width: 991px) {
  .join-pet-section .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.join-pet-section .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .join-pet-section .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .join-pet-section .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.join-pet-section .btn-wrap .theme-btn:hover {
  color: #FF3815;
  border-color: #FF3815;
}
.join-pet-section .btn-wrap span.note {
  color: #536570;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.join-pet-section .btn-wrap span.note img {
  width: 12px;
}

.faq-section {
  padding: 80px 0 130px;
  background-color: #223744;
}
@media (max-width: 991px) {
  .faq-section {
    padding: 80px 10px 130px;
  }
}
.faq-section .faq-title .title-area h2,
.faq-section .faq-title .title-area p {
  color: #FCF5EB;
}
.faq-section .faq-title .title-area h2 span,
.faq-section .faq-title .title-area p span {
  color: #536570;
}
.faq-section .faq-title img {
  width: 100%;
  max-height: 500px;
}
@media (max-width: 991px) {
  .faq-section .faq-title img {
    height: 300px;
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  .faq-section .faq-wrap {
    margin-bottom: 50px;
  }
}
.faq-section .faq-wrap .custom-faq .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 14px !important;
  overflow: hidden;
  background: #16232B;
}
.faq-section .faq-wrap .custom-faq .accordion-button {
  background: #16232B;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 28px 24px;
  box-shadow: none;
  font-family: "bree-serif";
  border: 0;
}
.faq-section .faq-wrap .custom-faq .accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icons/faq-arrow.svg) no-repeat center;
  transform: rotate(0deg);
}
.faq-section .faq-wrap .custom-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq-section .faq-wrap .custom-faq .accordion-button:focus {
  box-shadow: none;
}
.faq-section .faq-wrap .custom-faq .accordion-button:not(.collapsed) {
  background: #16232B;
  color: #fff;
}
.faq-section .faq-wrap .custom-faq .accordion-body {
  background: #16232B;
  color: #536570;
  padding: 0 30px 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .faq-section .faq-wrap .custom-faq .accordion-button {
    font-size: 18px;
    padding: 22px 20px;
  }
  .faq-section .faq-wrap .custom-faq .accordion-body {
    padding: 0 20px 25px;
    font-size: 15px;
  }
}

.pet-hero-section {
  padding: 124px 0 48px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991px) {
  .pet-hero-section {
    padding: 75px 0;
  }
}
.pet-hero-section .hero-content-wrap {
  background-color: #F2E9DB;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap {
    margin-top: 30px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pet-hero-section .hero-content-wrap {
    padding-bottom: 120px;
  }
}
.pet-hero-section .hero-content-wrap .img-wrap {
  padding: 30px;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .img-wrap {
    padding: 0px;
    object-fit: cover;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .pet-hero-section .hero-content-wrap .img-wrap {
    height: 295px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content {
  width: 100%;
  padding: 64px 60px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1199px) {
  .pet-hero-section .hero-content-wrap .hero-content {
    padding: 42px;
  }
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .hero-content {
    padding: 48px 24px;
    gap: 24px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content h2 {
  font-size: 64px;
  color: #16232B;
  line-height: 1;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .hero-content h2 {
    font-size: 40px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content p {
  font-size: 18px;
  color: #223744;
  line-height: 1.35;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .hero-content p {
    font-size: 16px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.pet-hero-section .hero-content-wrap .hero-content ul li {
  color: #16232B;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .pet-hero-section .hero-content-wrap .hero-content ul li {
    font-size: 14px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/icons/tick-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap .d-flex {
    flex-wrap: wrap;
  }
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap {
    width: 100%;
  }
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
    width: 100%;
  }
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 24px;
  border-radius: 14px;
  padding: 10px 10px 10px 24px;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap .theme-btn.outline-btn {
  padding: 15px 20px;
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap span.note {
  color: #223744;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pet-hero-section .hero-content-wrap .hero-content .btn-wrap span.note img {
  width: 12px;
}
.pet-hero-section .hero-content-wrap .hero-content .hero-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  background-color: #223744;
  width: 100%;
  padding: 24px;
}
.pet-hero-section .hero-content-wrap .hero-content .hero-bottom img {
  width: 20px;
}
.pet-hero-section .hero-content-wrap .hero-content .hero-bottom p {
  color: #FCF5EB;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .pet-hero-section .hero-content-wrap .hero-content .hero-bottom {
    padding: 18px;
    text-align: center;
  }
  .pet-hero-section .hero-content-wrap .hero-content .hero-bottom img {
    display: none;
  }
  .pet-hero-section .hero-content-wrap .hero-content .hero-bottom p {
    font-size: 14px;
  }
}

.pet-award-section {
  padding: 64px 0 120px;
  position: relative;
  overflow: hidden;
  border-radius: 48px 48px 0 0;
  background-color: #F2E9DB;
}
@media (max-width: 991px) {
  .pet-award-section {
    padding: 64px 10px 120px;
  }
}
.pet-award-section::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/sections/pet-award-section.png) no-repeat center;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .pet-award-section::before {
    bottom: 30%;
  }
}
.pet-award-section .award-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 25px;
  position: relative;
  z-index: 2;
}
.pet-award-section .award-content-wrap .award-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .pet-award-section .award-content-wrap .award-content .title-area p,
  .pet-award-section .award-content-wrap .award-content .title-area {
    max-width: 100%;
  }
}
.pet-award-section .award-content-wrap .award-content .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 575px) {
  .pet-award-section .award-content-wrap .award-content .btn-wrap .d-flex {
    flex-wrap: wrap;
  }
  .pet-award-section .award-content-wrap .award-content .btn-wrap {
    width: 100%;
  }
  .pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn {
    width: 100%;
  }
}
.pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 24px;
  border-radius: 14px;
  padding: 10px 10px 10px 24px;
}
@media (max-width: 991px) {
  .pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.pet-award-section .award-content-wrap .award-content .btn-wrap .theme-btn.outline-btn {
  padding: 15px 20px;
}
.pet-award-section .award-content-wrap .award-content .btn-wrap span.note {
  color: #223744;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.pet-award-section .award-content-wrap .award-content .btn-wrap span.note img {
  width: 12px;
}
.pet-award-section .award-content-wrap img.pet-img {
  width: 340px;
  height: 250px;
  max-width: 100%;
}
.pet-award-section .card-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 2;
}
.pet-award-section .card-wrap .award-card {
  width: 100%;
  background-color: #223744;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px;
  border-radius: 32px;
}
.pet-award-section .card-wrap .award-card h3 {
  font-size: 32px;
  color: white;
}
@media (max-width: 991px) {
  .pet-award-section .card-wrap .award-card h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .pet-award-section .card-wrap .award-card h3 {
    font-size: 22px;
  }
}
.pet-award-section .card-wrap .award-card ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.pet-award-section .card-wrap .award-card ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 10px;
  color: white;
  position: relative;
  list-style: none;
}
.pet-award-section .card-wrap .award-card ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/icons/tick-icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .pet-award-section .card-wrap {
    margin-top: 32px;
  }
}

.pet-reviews-section {
  padding: 64px 0 120px;
  background-color: #223744;
  border-radius: 48px 48px 0 0;
  margin-top: -50px;
  position: relative;
}
@media (max-width: 991px) {
  .pet-reviews-section {
    padding: 64px 10px 120px;
  }
}
.pet-reviews-section .title-area h2,
.pet-reviews-section .title-area p {
  color: #FCF5EB;
}
.pet-reviews-section .title-img {
  text-align: right;
}
@media (max-width: 991px) {
  .pet-reviews-section .title-img {
    text-align: center;
    margin-bottom: 20px;
  }
}
.pet-reviews-section .reviews-slider-wrap {
  width: 100%;
  padding: 0 60px;
  position: relative;
}
.pet-reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card {
  background-color: #16232B;
  padding: 24px;
  border-radius: 8px;
  color: white;
  font-family: "radikal";
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pet-reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card img {
  height: 32px;
  width: max-content;
}
.pet-reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card p {
  font-size: 14px;
}
.pet-reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card span {
  font-size: 12px;
  color: #BFBFBF;
}
.pet-reviews-section .reviews-slider-wrap .reviews-slider .swiper-wrapper .swiper-slide .review-card span b {
  color: white;
}
.pet-reviews-section .reviews-slider-wrap .reviews-button-next,
.pet-reviews-section .reviews-slider-wrap .reviews-button-prev {
  width: 48px;
  height: 48px;
  position: absolute;
}
.pet-reviews-section .reviews-slider-wrap .reviews-button-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pet-reviews-section .reviews-slider-wrap .reviews-button-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.pet-compare-section {
  padding: 64px 0 0;
  margin-top: -50px;
  border-radius: 48px 48px 0 0;
  background-color: #FCF5EB;
  position: relative;
}
@media (max-width: 991px) {
  .pet-compare-section {
    padding: 64px 10px 0;
  }
}
.pet-compare-section .title-area {
  text-align: center;
  max-width: 100%;
}
.pet-compare-section .title-area p {
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .pet-compare-section .table-responsive {
    display: none;
  }
}
.pet-compare-section table.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
.pet-compare-section table.comparison-table thead tr th {
  background-color: #223744;
  padding: 32px 12px;
  text-align: center;
  vertical-align: top;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 991px) {
  .pet-compare-section table.comparison-table thead tr th {
    padding: 20px 12px;
  }
}
.pet-compare-section table.comparison-table thead tr th:first-child {
  background-color: transparent;
}
.pet-compare-section table.comparison-table thead tr th .header-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  color: #FCF5EB;
}
.pet-compare-section table.comparison-table thead tr th .header-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  color: #8b9da8;
}
.pet-compare-section table.comparison-table tbody tr:nth-child(odd) td {
  background-color: #F2E9DB;
}
.pet-compare-section table.comparison-table tbody tr:first-child td:first-child {
  border-radius: 8px 8px 0 0;
}
.pet-compare-section table.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.pet-compare-section table.comparison-table tbody tr:last-child td:first-child {
  border-radius: 0 0 8px 8px;
}
.pet-compare-section table.comparison-table tbody td {
  padding: 20px 32px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #16232B;
  line-height: 1.4;
  border-bottom: 1px solid rgb(231.1755102041, 214.6816326531, 189.0244897959);
}
@media (max-width: 991px) {
  .pet-compare-section table.comparison-table tbody td {
    padding: 12px 20px;
  }
}
.pet-compare-section table.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 700;
  color: #16232B;
  min-width: 250px;
}
.pet-compare-section table.comparison-table tbody td .cell-check {
  font-size: 18px;
  font-weight: 900;
  color: #16232B;
}
.pet-compare-section table.comparison-table tbody td .cell-cross {
  font-size: 16px;
  font-weight: 900;
  color: #16232B;
}
.pet-compare-section table.comparison-table tbody td.cell-note {
  text-align: center;
  font-size: 16px;
  color: #16232B;
  border-radius: 0 0 8px 8px;
}
.pet-compare-section .compare-accordion {
  display: none;
}
@media (max-width: 991px) {
  .pet-compare-section .compare-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }
}
.pet-compare-section .compare-accordion .accordion-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(22, 35, 43, 0.1);
}
.pet-compare-section .compare-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 16px;
  background-color: #223744;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.pet-compare-section .compare-accordion .accordion-header .acc-titles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.pet-compare-section .compare-accordion .accordion-header .acc-label {
  font-size: 20px;
  font-weight: 700;
  color: #FCF5EB;
  line-height: 1.2;
}
.pet-compare-section .compare-accordion .accordion-header .acc-desc {
  font-size: 12px;
  font-weight: 400;
  color: #8B9DA8;
  line-height: 1.4;
  max-width: 220px;
}
.pet-compare-section .compare-accordion .accordion-header .acc-arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
.pet-compare-section .compare-accordion .accordion-header .acc-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #FF3815;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}
.pet-compare-section .compare-accordion .accordion-header.is-open .acc-arrow svg {
  transform: rotate(180deg);
}
.pet-compare-section .compare-accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #FCF5EB;
}
.pet-compare-section .compare-accordion .accordion-body.is-open {
  max-height: 900px;
}
.pet-compare-section .compare-accordion .acc-row {
  display: flex;
  gap: 8px;
  color: #16232B;
}
.pet-compare-section .compare-accordion .acc-row:last-child {
  border-bottom: none;
}
.pet-compare-section .compare-accordion .acc-row .acc-row-label,
.pet-compare-section .compare-accordion .acc-row .acc-row-value {
  border-bottom: 1px solid #E5D7C0;
  font-size: 16px;
  color: #16232B;
  width: 50%;
  line-height: 1;
  padding: 20px 16px;
}
.pet-compare-section .compare-accordion .acc-row .acc-row-label {
  font-weight: 700;
  flex: 0 0 auto;
}
.pet-compare-section .compare-accordion .acc-row .acc-row-value {
  font-weight: 400;
  text-align: center;
}
.pet-compare-section .compare-accordion .acc-row .acc-row-value.is-check, .pet-compare-section .compare-accordion .acc-row .acc-row-value.is-cross {
  font-size: 17px;
  font-weight: 900;
}
.pet-compare-section .compare-accordion .acc-row:nth-child(odd) .acc-row-label,
.pet-compare-section .compare-accordion .acc-row:nth-child(odd) .acc-row-value {
  background-color: #F2E9DB;
}
.pet-compare-section .compare-accordion .acc-row:last-child .acc-row-label,
.pet-compare-section .compare-accordion .acc-row:last-child .acc-row-value {
  border-bottom: none;
}
.pet-compare-section .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: max-content;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 575px) {
  .pet-compare-section .btn-wrap .d-flex {
    flex-wrap: wrap;
  }
  .pet-compare-section .btn-wrap {
    width: 100%;
  }
  .pet-compare-section .btn-wrap .theme-btn {
    width: 100%;
  }
}
.pet-compare-section .btn-wrap .theme-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 24px;
  border-radius: 14px;
  margin: 0 auto;
}
.pet-compare-section .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .pet-compare-section .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .pet-compare-section .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.pet-compare-section .btn-wrap span.note {
  font-size: 12px;
  font-weight: 400;
  color: #536570;
  text-align: center;
}

.pet-advice-section {
  padding: 80px 0 0;
}
.pet-advice-section .advice-wrap {
  width: 100%;
  padding: 64px;
  border-radius: 48px;
  background-color: #223744;
  position: relative;
  padding-bottom: 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .pet-advice-section .advice-wrap {
    padding: 48px 24px;
    padding-bottom: 0px;
  }
}
.pet-advice-section .advice-wrap::before {
  content: "";
  width: 100%;
  height: 60%;
  background: url(../img/sections/advice-section.png) no-repeat center;
  position: absolute;
  bottom: 0%;
  left: 0;
  z-index: 1;
}
.pet-advice-section .title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 164px;
}
@media (max-width: 991px) {
  .pet-advice-section .title-area {
    margin-bottom: 48px;
  }
}
.pet-advice-section .title-area h2,
.pet-advice-section .title-area p {
  color: #FCF5EB;
}
.pet-advice-section .title-area h2 span,
.pet-advice-section .title-area p span {
  color: #8B9DA8;
}
.pet-advice-section .title-area .theme-btn {
  border-color: #FCF5EB;
  color: #FCF5EB;
  margin-top: 25px;
}
.pet-advice-section .advice-imgs {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .pet-advice-section .advice-imgs {
    height: 300px;
  }
}
.pet-advice-section img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pet-advice-section img.advice-vet {
  z-index: 1;
  right: 100px;
}
@media (max-width: 991px) {
  .pet-advice-section img {
    max-height: 100%;
  }
}

.pet-wcu-section {
  padding: 80px 0;
  position: relative;
}
.pet-wcu-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/sections/wcu-section.png) no-repeat center;
  position: absolute;
  top: 2%;
  left: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .pet-wcu-section {
    padding: 48px 0px;
  }
}
.pet-wcu-section .wcu-wrap {
  border-radius: 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgba(242, 233, 219, 0.8);
  padding: 64px;
  gap: 64px;
  position: relative;
}
@media (max-width: 991px) {
  .pet-wcu-section .wcu-wrap {
    padding: 48px 24px;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .pet-wcu-section .wcu-wrap {
    gap: 32px;
  }
}
.pet-wcu-section .wcu-wrap .title-area {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}
.pet-wcu-section .wcu-wrap .title-area p {
  max-width: 100%;
}
.pet-wcu-section .wcu-wrap .wcu-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  gap: 16px;
  background-color: white;
  align-items: center;
  text-align: center;
  padding: 48px 32px;
  color: #16232B;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pet-wcu-section .wcu-wrap .wcu-card {
    padding: 48px 24px;
  }
}
.pet-wcu-section .wcu-wrap .wcu-card .img-wrap {
  width: 100%;
  height: 148px;
  margin-bottom: 16px;
}
.pet-wcu-section .wcu-wrap .wcu-card h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .pet-wcu-section .wcu-wrap .wcu-card h2 {
    font-size: 20px;
  }
}
.pet-wcu-section .wcu-wrap .wcu-card p {
  font-size: 16px;
  font-family: "radikal";
  line-height: 1.35;
}
.pet-wcu-section .wcu-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 100%;
  z-index: 1;
  position: relative;
}
.pet-wcu-section .wcu-wrap .btn-wrap .theme-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 24px;
  border-radius: 14px;
  margin: 0 auto;
}
.pet-wcu-section .wcu-wrap .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .pet-wcu-section .wcu-wrap .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .pet-wcu-section .wcu-wrap .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.pet-wcu-section .wcu-wrap .btn-wrap span.note {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.pet-wcu-section .wcu-wrap .row > div:nth-child(odd) .wcu-card {
  transform: rotate(-1.2deg);
}
.pet-wcu-section .wcu-wrap .row > div:nth-child(even) .wcu-card {
  transform: rotate(1.2deg);
}

.pet-offers-section {
  padding: 64px 0 0;
  border-radius: 48px 48px 0 0;
  padding-bottom: 130px;
  background-color: #F2E9DB;
}
@media (max-width: 991px) {
  .pet-offers-section {
    background-color: #FCF5EB;
    padding: 24px 10px 50px;
  }
}
.pet-offers-section .pet-offers-wrap {
  width: 100%;
  padding: 20px;
  border-radius: 42px;
  background-color: #16232B;
  position: relative;
}
@media (max-width: 991px) {
  .pet-offers-section .pet-offers-wrap {
    padding: 0px;
  }
}
.pet-offers-section .pet-offers-wrap .offers-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .pet-offers-section .pet-offers-wrap .offers-content {
    padding: 48px 24px;
    max-width: 100%;
    gap: 32px;
  }
}
.pet-offers-section .pet-offers-wrap .offers-content h2,
.pet-offers-section .pet-offers-wrap .offers-content h3 {
  color: #FCF5EB;
}
.pet-offers-section .pet-offers-wrap .offers-content p {
  color: white;
  line-height: 1.3;
  font-family: "radikal";
}
.pet-offers-section .pet-offers-wrap .offers-content .title-area {
  gap: 32px;
}
@media (max-width: 991px) {
  .pet-offers-section .pet-offers-wrap .offers-content .title-area {
    max-width: 100%;
  }
  .pet-offers-section .pet-offers-wrap .offers-content .title-area p {
    max-width: 100%;
  }
}
.pet-offers-section .pet-offers-wrap .offers-content ul {
  margin: 0;
  padding: 0;
}
.pet-offers-section .pet-offers-wrap .offers-content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
  gap: 32px;
}
@media (max-width: 767px) {
  .pet-offers-section .pet-offers-wrap .offers-content ul li {
    gap: 16px;
    flex-direction: column;
  }
}
.pet-offers-section .pet-offers-wrap .offers-content ul li:last-child {
  margin-bottom: 0px;
}
.pet-offers-section .pet-offers-wrap .offers-content ul li img {
  width: 98px;
  height: 99px;
}
.pet-offers-section .pet-offers-wrap .offers-content ul li .offer-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pet-offers-section .pet-offers-wrap .offers-content ul li .offer-box h3 {
  font-size: 24px;
}
.pet-offers-section .pet-offers-wrap .offers-content ul li .offer-box p {
  font-size: 16px;
  font-family: "radikal";
}
.pet-offers-section .pet-offers-wrap .offers-content span.note {
  color: #8B9DA8;
  font-size: 12px;
  font-weight: 400;
}
.pet-offers-section .pet-offers-wrap .pet-offers-img {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .pet-offers-section .pet-offers-wrap .pet-offers-img {
    min-height: 440px;
    max-height: 480px;
    padding: 24px;
  }
}
.pet-offers-section .pet-offers-wrap .pet-offers-img .bg-img {
  width: 100%;
  height: 100%;
  min-height: 836px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .pet-offers-section .pet-offers-wrap .pet-offers-img .bg-img {
    min-height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .pet-offers-section .pet-offers-wrap .pet-offers-img .bg-img {
    min-height: 432px;
  }
}
.pet-offers-section .pet-offers-wrap .pet-offers-img .icon-img {
  max-width: 60%;
  max-height: 96px;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .pet-offers-section .pet-offers-wrap .pet-offers-img .icon-img {
    max-width: 80%;
    bottom: 48px;
  }
}

.pet-discover-section {
  background-color: #223744;
  border-radius: 48px 48px 0 0;
  margin-top: -50px;
  padding: 70px 0;
  position: relative;
}
@media (max-width: 991px) {
  .pet-discover-section {
    padding: 64px 10px;
    margin-top: 0px;
  }
}
.pet-discover-section .title-area {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pet-discover-section .title-area h2 {
  color: #FCF5EB;
}
.pet-discover-section .title-area h2 span {
  color: #8B9DA8;
}
.pet-discover-section .title-area p {
  margin: 0 auto;
  color: white;
}
.pet-discover-section .award-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pet-discover-section .award-card .img-wrap {
  width: 100%;
  height: 303px;
  background-color: rgba(240, 230, 215, 0.8980392157);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pet-discover-section .award-card .card-content {
  padding: 48px 32px;
  background-color: #16232B;
  color: #FCF5EB;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .pet-discover-section .award-card .card-content {
    gap: 16px;
  }
}
.pet-discover-section .award-card .card-content h2 {
  font-size: 24px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .pet-discover-section .award-card .card-content h2 {
    font-size: 20px;
  }
}
.pet-discover-section .award-card .card-content ul {
  margin: 0;
  padding: 0;
  padding-left: 18px;
}
.pet-discover-section .award-card .card-content ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
  list-style: none;
}
.pet-discover-section .award-card .card-content ul li::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/icons/tick-icon-outline.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.pet-discover-section .award-card .card-content .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
}
.pet-discover-section .award-card .card-content .btn-wrap .theme-btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 10px 10px 10px 24px;
  font-size: 24px;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .pet-discover-section .award-card .card-content .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.pet-discover-section .award-card .card-content .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .pet-discover-section .award-card .card-content .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .pet-discover-section .award-card .card-content .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.pet-discover-section .award-card .card-content .btn-wrap span.note {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #8B9DA8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.pet-discover-section .award-card .card-content .btn-wrap span.note img {
  width: 15px;
}
.pet-discover-section .title-img {
  text-align: right;
}
@media (max-width: 991px) {
  .pet-discover-section .title-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.pet-breed-section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  .pet-breed-section {
    padding: 64px 0 40px;
  }
}
.pet-breed-section::before {
  content: "";
  width: 100%;
  height: 50%;
  background: url(../img/sections/breed-section.png) no-repeat center;
  position: absolute;
  bottom: 1%;
  left: 0;
  z-index: 0;
}
.pet-breed-section .guides-slider-wrap {
  width: 100%;
  padding: 0 60px;
  position: relative;
}
.pet-breed-section .guides-slider-wrap .guides-slider .swiper-wrapper .swiper-slide .guide-card {
  background-color: #F2E9DB;
  padding: 24px;
  border-radius: 8px;
  font-family: "radikal";
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pet-breed-section .guides-slider-wrap .guides-slider .swiper-wrapper .swiper-slide .guide-card img {
  height: 32px;
  width: max-content;
}
.pet-breed-section .guides-slider-wrap .guides-slider .swiper-wrapper .swiper-slide .guide-card p {
  font-size: 14px;
  color: #16232B;
}
.pet-breed-section .guides-slider-wrap .guides-slider .swiper-wrapper .swiper-slide .guide-card span {
  font-size: 12px;
  color: #8B9DA8;
}
.pet-breed-section .guides-slider-wrap .guides-slider .swiper-wrapper .swiper-slide .guide-card span b {
  color: #16232B;
}
.pet-breed-section .guides-slider-wrap .guides-button-next,
.pet-breed-section .guides-slider-wrap .guides-button-prev {
  width: 48px;
  height: 48px;
  position: absolute;
  filter: invert(1);
  opacity: 0.2;
}
.pet-breed-section .guides-slider-wrap .guides-button-prev {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pet-breed-section .guides-slider-wrap .guides-button-next {
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.pet-breed-section .breed-slider-wrap {
  width: 100%;
  position: relative;
  margin: 80px 0 30px;
}
@media (max-width: 1199px) {
  .pet-breed-section .breed-slider-wrap {
    margin: 30px 0;
  }
}
.pet-breed-section .breed-slider-wrap .title-area {
  max-width: 100%;
  padding: 64px 0;
  text-align: center;
  margin-bottom: 0;
}
.pet-breed-section .breed-slider-wrap .title-area h2 {
  max-width: 100%;
  text-align: center;
}
.pet-breed-section .breed-slider-wrap .breed-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.pet-breed-section .breed-slider-wrap .breed-slider .swiper-wrapper .swiper-slide .breed-card {
  background-color: rgba(242, 233, 219, 0.8980392157);
  padding: 0px;
  border-radius: 12px;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0px;
  border-radius: 12px;
  overflow: hidden;
}
.pet-breed-section .breed-slider-wrap .breed-slider .swiper-wrapper .swiper-slide .breed-card .img-wrap {
  height: 200px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pet-breed-section .breed-slider-wrap .breed-slider .swiper-wrapper .swiper-slide .breed-card .img-wrap img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: bottom;
}
.pet-breed-section .breed-slider-wrap .breed-slider .swiper-wrapper .swiper-slide .breed-card .title {
  width: 100%;
  text-align: center;
  color: white;
  background-color: #223744;
  padding: 16px;
  font-family: "bree-serif";
}
.pet-breed-section .breed-slider-wrap .breed-slider-action {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-prev,
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-next {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-prev::before,
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-next::before {
  content: "";
  width: 22px;
  height: 22px;
  border-top: 5px solid #223744;
  border-right: 5px solid #223744;
  position: absolute;
  top: 50%;
  left: 50%;
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-button-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-pagination {
  position: static;
  width: auto;
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px !important;
  background: #223744;
  opacity: 1;
  transition: 0.3s ease;
}
.pet-breed-section .breed-slider-wrap .breed-slider-action .breed-pagination .swiper-pagination-bullet-active {
  background: #ff5a1f;
  transform: scale(1.1);
}
.pet-breed-section .reference-imgs {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .pet-breed-section .reference-imgs {
    padding: 40px 0;
  }
}
.pet-breed-section .reference-imgs img {
  width: auto;
  height: auto;
  max-height: 140px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .pet-breed-section .reference-imgs img {
    max-height: 100%;
    max-width: 30%;
  }
}
@media (max-width: 767px) {
  .pet-breed-section .reference-imgs img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.join-pet-type-section {
  padding: 80px 0;
  width: 100%;
  padding: 64px;
  border-radius: 48px 48px 0 0;
  background-color: #16232B;
  position: relative;
}
@media (max-width: 991px) {
  .join-pet-type-section {
    padding: 48px 10px;
  }
}
@media (max-width: 767px) {
  .join-pet-type-section {
    padding: 48px 10px 320px;
  }
}
.join-pet-type-section::before {
  content: "";
  width: 45%;
  height: 100%;
  max-height: 500px;
  background: url(../img/sections/join-pet-section.png) no-repeat center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .join-pet-type-section::before {
    width: 40%;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .join-pet-type-section::before {
    width: 100%;
    background-size: contain;
    top: unset;
    bottom: 0;
    height: 270px;
  }
}
.join-pet-type-section .title-area {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.join-pet-type-section .title-area h2,
.join-pet-type-section .title-area p {
  color: #FCF5EB;
}
.join-pet-type-section .title-area h2 span,
.join-pet-type-section .title-area p span {
  color: #8B9DA8;
}
.join-pet-type-section .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.join-pet-type-section .btn-wrap .theme-btn {
  display: flex;
  color: #FCF5EB;
  margin-top: 25px;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  font-size: 24px;
  border-radius: 14px;
  border: none;
  padding: 10px 10px 10px 24px;
}
@media (max-width: 991px) {
  .join-pet-type-section .btn-wrap .theme-btn {
    font-size: 18px;
  }
}
.join-pet-type-section .btn-wrap .theme-btn img {
  width: 40px;
}
@media (max-width: 767px) {
  .join-pet-type-section .btn-wrap .theme-btn {
    font-size: 14px;
    padding: 8px 8px 8px 14px;
  }
  .join-pet-type-section .btn-wrap .theme-btn img {
    width: 30px;
  }
}
.join-pet-type-section .btn-wrap .theme-btn:hover {
  color: #FF3815;
  border-color: #FF3815;
}
.join-pet-type-section .btn-wrap span.note {
  color: #8B9DA8;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 6px;
}
.join-pet-type-section .btn-wrap span.note img {
  width: 12px;
}

.pet-faq-section {
  padding: 80px 0 130px;
  background-color: #223744;
}
@media (max-width: 991px) {
  .pet-faq-section {
    padding: 80px 10px 130px;
  }
}
.pet-faq-section .faq-title .title-area h2,
.pet-faq-section .faq-title .title-area p {
  color: #FCF5EB;
}
.pet-faq-section .faq-title .title-area h2 span,
.pet-faq-section .faq-title .title-area p span {
  color: #536570;
}
.pet-faq-section .faq-title img {
  width: 100%;
  max-height: 500px;
}
@media (max-width: 991px) {
  .pet-faq-section .faq-title img {
    height: 300px;
    object-fit: contain;
  }
}
.pet-faq-section .faq-wrap .custom-faq .accordion-item {
  border: 0;
  margin-bottom: 16px;
  border-radius: 14px !important;
  overflow: hidden;
  background: #16232B;
}
.pet-faq-section .faq-wrap .custom-faq .accordion-button {
  background: #16232B;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 28px 24px;
  box-shadow: none;
  font-family: "bree-serif";
  border: 0;
}
.pet-faq-section .faq-wrap .custom-faq .accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/icons/faq-arrow.svg) no-repeat center;
  transform: rotate(0deg);
}
.pet-faq-section .faq-wrap .custom-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.pet-faq-section .faq-wrap .custom-faq .accordion-button:focus {
  box-shadow: none;
}
.pet-faq-section .faq-wrap .custom-faq .accordion-button:not(.collapsed) {
  background: #16232B;
  color: #fff;
}
.pet-faq-section .faq-wrap .custom-faq .accordion-body {
  background: #16232B;
  color: #8B9DA8;
  padding: 0 30px 30px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .pet-faq-section .faq-wrap .custom-faq .accordion-button {
    font-size: 18px;
    padding: 22px 20px;
  }
  .pet-faq-section .faq-wrap .custom-faq .accordion-body {
    padding: 0 20px 25px;
    font-size: 15px;
  }
}

@font-face {
  font-family: "radikal";
  src: url("../fonts/radikal-font/RadikalTrial-Medium-BF642254c12fd7b.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mont";
  src: url("../fonts/mont-font-family/mont-bold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bree-serif";
  src: url("../fonts/bree-serif/BreeSerif-Regular.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  scroll-behavior: smooth !important;
  box-sizing: border-box;
  font-family: "radikal", sans-serif;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #FCF5EB;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  font-family: "radikal", sans-serif;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1310px;
  }
}

p,
span {
  margin-bottom: 0px;
}

p {
  font-family: "bree-serif", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-family: "mont", sans-serif !important;
}

input,
textarea {
  width: 100%;
  padding: 15px 18px;
  border-radius: 5px;
  border: 1.5px solid rgba(245, 245, 245, 0.168627451);
  outline: none;
  background-color: transparent;
  color: #FCF5EB;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  input,
  textarea {
    padding: 12px;
  }
}
input:focus,
textarea:focus {
  border-color: #FF3815;
}

.theme-btn {
  background-color: #FF3815;
  color: white;
  display: block;
  max-width: max-content;
  width: max-content;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 12px;
  font-family: "bree-serif";
  outline: none;
  text-align: center;
  border: none;
  outline: none;
  border: 1px solid #FF3815;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .theme-btn {
    padding: 15px 34px;
  }
}
@media screen and (max-width: 767px) {
  .theme-btn {
    font-size: 16px;
    padding: 12px 24px;
    max-width: 100%;
    width: 100%;
  }
}
.theme-btn:hover {
  background-color: #FCF5EB;
  color: #FF3815;
  border: 1px solid #FF3815;
}
.theme-btn.outline-btn {
  background-color: transparent;
  color: #16232B;
  border: 1px solid #16232B;
}
.theme-btn.outline-btn:hover {
  background-color: #FF3815;
  color: #FCF5EB;
  border: 1px solid #FF3815;
}

.title-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
  max-width: 600px;
}
.title-area h2 {
  color: #16232B;
  font-size: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .title-area h2 {
    font-size: 32px;
  }
}
.title-area h2 span {
  color: #536570;
  font-family: "mont";
}
.title-area p {
  color: #16232B;
  font-size: 18px;
  font-weight: 400;
  max-width: 90%;
}
@media (max-width: 767px) {
  .title-area p {
    max-width: 550px;
  }
}

/*# sourceMappingURL=main.css.map */
