* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato", serif;
}

@font-face {
  font-family: 'Gulfs Display Condensed';
  src: url('../fonts/GulfsDisplay-Condensed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.container {
  max-width: 1140px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.33%;
  padding: 10px;
}

.col-2 {
  width: 16.66%;
  padding: 10px;
}

.col-3 {
  width: 25%;
  padding: 10px;
}

.col-4 {
  width: 33.33%;
  padding: 10px;
}

.col-5 {
  width: 41.66%;
  padding: 10px;
}

.col-6 {
  width: 50%;
  padding: 10px;
}

.col-7 {
  width: 58.33%;
  padding: 10px;
}

.col-9 {
  width: 66.66%;
  padding: 10px;
}

.col-9 {
  width: 75%;
  padding: 10px;
}

.col-10 {
  width: 83.33%;
  padding: 10px;
}

.col-11 {
  width: 91.66%;
  padding: 10px;
}

.col-12 {
  width: 100%;
  padding: 10px;
}

/* header css */
header a.logo img {
  width: auto;
  height: 92px;
}

header .container .row .col-9 .main-parent .lft-6 {
  width: 90%;
}

header .container .row .col-9 .main-parent .rt-2 {
  width: 10%;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .main-menu {
  display: flex;
}

header .container .row .col-9 .main-parent {
  display: flex;
  gap: 15px;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .main-menu ul {
  display: flex;
  list-style: none;
  gap: 1px;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .my-account a {
  color: #fff;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .my-account a.my-act {
  background: #317bb4;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 5px;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .main-menu ul li a {
  padding: 7px 24px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .main-menu ul li a.active {
  background: #DA1299;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .main-menu ul li a:hover {
  background: #DA1299;
}

header .container .row .col-9 .main-parent .rt-2 .cart {
  display: flex;
  flex-direction: column;
  background: #da1299;
  border-radius: 0 0 20px 20px;
  align-items: center;
  gap: 5px;
  padding: 20px;
  color: #fff;
}

header .container .row .col-9 .main-parent .rt-2 .cart svg {
  filter: brightness(0) invert(1);
}

header {
  background: #000;
}

header .container .row .col-9 {
  padding-top: 0;
}

header .container .row .col-9 .main-parent .lft-6 .top-nav .my-account {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

header .container .row .col-9 .main-parent .lft-6 .header-form form {
  width: 100%;
}

header .container .row .col-9 .main-parent .lft-6 .header-form form input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  border: 0;
}


header .container .row .col-9 .main-parent .lft-6 .header-form form button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111111;
  border: 0;
  position: absolute;
  right: 0;
  border-radius: 0 10px 10px 0;
}

header .container .row .col-9 .main-parent .lft-6 .header-form form {
  display: flex;
  position: relative;
  margin-top: 10px;
}

header .container .row .col-9 .main-parent .lft-6 .header-form form button svg {
  fill: #fff;
  width: 40%;
}

/* header css */

/* hero section css */

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #000;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;

  }
}

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 650px;
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

/* @media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
} */

/* .hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 500px;
  margin-right: auto;
} */
.hero-style .slide-title h1 {
  color: #111111;
  font-family: "Combo", serif;
  font-size: 30px;
}

.hero-style .slide-title h2 {
  font-size: 45px;
  font-family: 'Gulfs Display Condensed';
  font-weight: 300;
  line-height: 1;
  color: #111111;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 500;
  max-width: 60%;
  line-height: 1.25;
  letter-spacing: normal;
  color: #111111;
  margin: 0 0 20px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background-color: #2b3b95;
  padding: 10px 20px;
  border: 0;
  border-radius: 15px;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  color: #2b3b95;
  background-color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

.container.clr-fff h1,
.container.clr-fff h2,
.container.clr-fff p {
  color: #fff !important;
}

/* hero section css */
/* popular products */
.popular-products {
  padding: 50px 0;
}

.popular-products .section-title {
  text-align: center;
  font-family: 'Gulfs Display Condensed';
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 45px;
  color: #317bb4;
}

.popular-products .product-card .hov-img {
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
}

.popular-products a.learn-more-btn {
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background: #b43131;
  padding: 10px 0px;
  border-radius: 25px;
  color: #fff;
  transition: all .5s ease;
  margin-top: 10px;
}

.popular-products a.learn-more-btn:hover {
  background: #6aaa18;
  transform: scale(1.1);
}

.popular-products .product-card {
  padding: 0 0 40px;
  border: 2px solid transparent;
  transition: all .5s ease;
}

.popular-products .product-card:hover {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #DA1299;
}

.popular-products .product-card .hov-img .quick-view {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all .5s ease;
}

.popular-products .product-card .hov-img:hover .quick-view {
  transform: translateY(-50px);
  background: #00000050;
  padding: 25px 0;
}

.popular-products .product-card .hov-img img {
  width: -webkit-fill-available;
  height: 100%;
}

.popular-products .product-card .product-info h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

/* popular products */
/* pet supplies */
section.pet-supplies {
  padding: 40px 0 60px;
}

section.pet-supplies h2.section-title {
  font-family: 'Gulfs Display Condensed';
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 45px;
  color: #111111;
}

section.pet-supplies .category-card img {
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

section.pet-supplies .category-card h3 {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
  color: #111111;
}

/* pet supplies */
/* trending items */
.trending-items {
  padding: 50px 0;
}

.trending-items .product-card .hov-img {
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  position: relative;
}

.trending-items .product-card {
  padding: 0 0 30px;
  border: 2px solid transparent;
  transition: all .5s ease;
}

.trending-items .product-card:hover {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #DA1299;
}

.trending-items .product-card .hov-img .quick-view {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all .5s ease;
}

.trending-items .product-card .hov-img:hover .quick-view {
  transform: translateY(-50px);
  background: #00000050;
  padding: 25px 0;
}

.trending-items .product-card .hov-img img {
  width: -webkit-fill-available;
  height: 100%;
  border-radius: 15px 15px 0 0;
}

.trending-items .product-card .product-info h3 {
  font-family: "Montserrat", serif;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  margin-top: 20px;
  transition: all .3s ease;
}

.trending-items .product-card .product-info h3:hover {
  color: #6ec1e4;
}

.trending-items .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.trending-items .product-info .rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.trending-items .product-info .rating span.category {
  font-size: 17px;
  color: #00000065;
}

.trending-items .product-info .rating span.stars {
  font-size: 25px;
}

.trending-items .product-info .price {
  font-weight: 600;
  margin-bottom: 20px;
}

.trending-items .product-info button {
  width: 70%;
  padding: 10px 0;
  border: 0;
  background: #317bb4;
  color: #fff;
  font-size: 14px;
  transition: all .3s ease;
}

.trending-items .product-info button:hover {
  background: #da1299;
  cursor: pointer;
}

.trending-items .trending-badge {
  width: 200px;
  background: #da1299;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  transition: all .5s ease;
}

.trending-items .trending-badge:hover {
  background: #6AAA18;
}

/* trending items */

.testimonials-slides .slider-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.testimonials-slides h3 {
  text-align: center;
  font-family: 'Gulfs Display Condensed';
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 45px;
  color: #da1299;
  letter-spacing: 2px;
}

.testimonials-slides .testimonial-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 20px;
}

section.testimonials-slides div#testimonialWrapper .testimonial {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

section.testimonials-slides div#testimonialWrapper .testimonial .stars {
  color: gold;
  font-size: 25px;
}

section.testimonials-slides div#testimonialWrapper .testimonial .author {
  font-family: 'Montserrat';
  font-size: 22px;
  color: #253D4E;
  margin-bottom: 10px;
  font-weight: 800;
}

section.testimonials-slides div#testimonialWrapper .testimonial .role {
  color: #F46F30;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Montserrat';
}

section.testimonials-slides div#testimonialWrapper .testimonial .navigation {
  text-align: center;
  margin-top: 10px;
}

.testimonials-slides .nav-button {
  cursor: pointer;
  padding: 5px 10px;
  margin: 5px;
  border: none;
  background-color: #333;
  color: white;
  border-radius: 5px;
}

section.testimonials-slides {
  background: #FBFBFB;
  padding: 50px 0;
}

section.testimonials-slides div#testimonialWrapper {
  padding: 20px 20px;
}

section.testimonials-slides div#testimonialWrapper .testimonial {
  text-align: left;
  transition: all .5s ease;
}

section.testimonials-slides div#testimonialWrapper .testimonial .img-des {
  display: flex;
  justify-content: start;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

section.testimonials-slides div#testimonialWrapper .testimonial .img-des img {
  width: 55px;
  height: 55px;
  border-radius: 50%;

}

section.testimonials-slides div#testimonialWrapper .testimonial p {
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
  color: #7A7A7A;
  margin: 30px 0;
}

section.testimonials-slides div#testimonialWrapper .testimonial:hover {
  box-shadow: 0 0 10px 5px #00000015;
}


/* subscription section */
.subscription-box {
  background: url(../img/Footer-paw-design-element-1.png) no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 180px 0 0;
  margin-bottom: -160px;
  z-index: 111;
  position: relative;
}

.subscription-box .container {
  background: #BC98FD;
  height: 370px;
  border-radius: 80px;
}

.subscription-box .container img {
  width: 100%;
  margin-top: -200px;
}

.subscription-box .container .col-7 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subscription-box .container .col-7 .form-container h4 {
  font-size: 30px;
  color: #fff;
}

.subscription-box .container .col-7 .form-container h3 {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 40px;
  padding-right: 50px;
  line-height: 1.1;
}

.subscription-box .container .col-7 .form-container form {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.subscription-box .container .col-7 .form-container form input {
  height: 50px;
  width: 50%;
  border-radius: 45px;
  padding: 0 20px;
  border: 0;
}

.subscription-box .container .col-7 .form-container form button {
  border-radius: 45px;
  width: 150px;
  border: 0;
  background: #dc1298;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
}

/* subscription section */

/* footer css */
footer {
  background: url(../img/ft-bg.PNG) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 180px 0 0px;
}

footer .container {
  padding: 0 50px;
}

footer .container .footer-logo img {
  width: 30%;
  margin: auto;
  display: block;
}

footer .container ul.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin-top: 20px;
}

footer .container ul.social-icons li a {
  text-decoration: none;
  color: #fff;
  background: #111111;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all .5s ease;
}

footer .container ul.social-icons li a:hover {
  background: #e71296;
}

footer .container .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  margin: 40px 0;
}

footer .container .footer-menu ul li {
  border-right: 1px solid;
  padding-right: 10px;
}

footer .container .footer-menu ul li a {
  text-decoration: none;
  color: #111111;
}

footer .container ul.phone-email {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 100px;
}

footer .container ul.phone-email li a {
  text-decoration: none;
  color: #111111;
}

footer .container ul.phone-email li a i {
  margin-right: 7px;
  color: #F4BF1F;
}

footer img.cards {
  margin: auto;
  display: block;
  width: 280px;
  margin-top: 40px;
  margin-bottom: 25px;
}

footer .col-6 a {
  text-decoration: none;
  color: #111111;
}

/* footer css */
/* banner section css */
.banner {

  width: 100%;
  color: #ffffff;
  background-color: #152637;
  padding: 60px 0px 60px 0px;
}
.banner h2{
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 500;
}
.banner {
  display: flex;
  justify-content: center;
}

.product-detail-BTN {

  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  width: 100%;
  ;
  margin-bottom: 30px;

}

.product-detail-BTN button {

  background-color: #317BB4;
  border-radius: 25px;
  border: none;
  padding: 0px 20px;
  font-size: 18px;
  color: white;
  text-transform: capitalize;
  cursor: pointer;

}

.product-detail-BTN button:hover {

  background-color: #67A820;

}

.product-detail-BTN h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 40px;
  font-weight: lighter;
  color: #DA1299;
}

.product-detail {
  margin-bottom: 25px;
}

.product-detail h2 {
  color: #317BB4;
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
}

.product-detail p {
  color: #000000;
  font-family: lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;

}

.table {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  /* Table ko container ki full width par expand hone dena */
  border-collapse: collapse;
}

.about-title {
  font-family: 'Gulfs Display Condensed';
  font-size: 30px;
  font-weight: 500;
  line-height: 49px;
  text-align: center;
  background-color: #317BB4;
  color: #ffffff;
}

.about-heading {
  font-family: 'Gulfs Display Condensed';
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  background-color: #5EA3DA;
  color: #000;
}

td {
  padding: 10px 20px;
  font-weight: 500;
}

.sfb {
  text-align: center;
}

.dogimg img {
  margin-left: 350px;
  margin-top: 30px;
}

/* banner section css */
/* Inquiry section css */
.Iq-tittle {
  margin-top: 50px;
}

.Iq-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.Iq-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.iq-heading {
  margin-bottom: 50px;
}

.iq-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  color: #DC22A0;
}

.iq-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Inquiry section css */
/* Corporate section css */
.cpt-tittle {
  margin-top: 50px;
}

.cpt-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 30px;
  font-weight: 500;
  line-height: 39px;
  color: #317BB4;
}

.cpt-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.cpt-heading {
  margin-bottom: 50px;
}

.cpt-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 25px;
  font-weight: 500;
  line-height: 0px;
  color: #DC22A0;
}

.cpt-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Corporate section css */
/* Privacy Policy section css */
.pps-tittle {
  margin-top: 50px;
}

.pps-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.pps-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.pps-heading {
  margin-bottom: 50px;
}

.pps-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #317BB4;
}

.pps-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Privacy Policy section css */
/* Affiliate section css */
.afs-tittle {
  margin-top: 50px;
}

.afs-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.afs-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.afs-heading {
  margin-bottom: 50px;
}

.afs-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #317BB4;
}

.afs-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Affiliate section css */
/* Return Policy section css */
.rps-tittle {
  margin-top: 50px;
}

.rps-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.rps-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.rps-heading {
  margin-bottom: 50px;
}

.rps-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #317BB4;
}

.rps-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Return Policy section css */
/* Data Policy section css */
.dps-tittle {
  margin-top: 50px;
}

.dps-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.dps-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.dps-heading {
  margin-bottom: 50px;
}

.dps-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #317BB4;
}

.dps-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Data Policy section css */
/* Compliance section css */
.cls-tittle {
  margin-top: 50px;
}

.cls-tittle h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 35px;
  font-weight: 500;
  line-height: 46px;
  color: #DC22A0;
}

.cls-tittle p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

.cls-heading {
  margin-bottom: 50px;
}

.cls-heading h2 {
  font-family: 'Gulfs Display Condensed';
  font-size: 27px;
  font-weight: 500;
  line-height: 35px;
  color: #317BB4;
}

.cls-heading p {
  font-family: lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}

/* Compliance section css */
/* single product css */
.product-page {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.product-left {
  width: 45%;
  margin-left: 10px;
  padding-top: 20px;

}

.main-product-image {
  width: 100%;
  height: auto;
}

.related-products {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  justify-items: left;


}

.related-product img {
  width: 100px;
  height: auto;
  margin-left: 50px;

}

.product-right {
  width: 50%;
  margin-top: 20px; 
}

.product-right h1 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1e293b;
}

.product-right h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: lato;
  color: #777;

}

.price {
  font-size: 20px;
  color: #317bb4;
  margin-bottom: 20px;
}

.product-details {
  font-size: 16px;
  margin-bottom: 20px;
}

.add-to-cart {
  background-color: #317BB4;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-family: lato;
  font-size: 15px;
  font-weight: 500;
}

.container h3 {
  display: flex;
  justify-content: center;

}

.add-to-cart:hover {
  background-color: #45a049;
}

.rt-product {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}

.rt-product h2 {
  font-size: 35px;
}

/* single product css */
/* cart section css */
.cart-container {
  width: 80%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.cart-table th,
.cart-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.cart-table th {
  background-color: #f2f2f2;
}

.product-info {
  display: flex;
  align-items: center;
  justify-content: left;
}

.product-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.quantity-input {
  width: 50px;
  padding: 5px;
}

.remove-btn {
  background-color: #df0b0b;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.remove-btn:hover {
  background-color: #317BB4;
}

.cart-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 30px;
}

.summary-item {
  font-size: 18px;
  margin-bottom: 10px;
}

.summary-item span {
  display: inline-block;
  margin-right: 20px;
}

.checkout-btn {
  background-color: #DA1299;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.checkout-btn:hover {
  background-color: #317BB4;
}
/* checkout */
.checkout-container {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  gap:20px;
  flex-direction: row-reverse;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.checkout-products,
.checkout-info {
  margin-bottom: 30px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.cart-table th,
.cart-table td {
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.cart-table th {
  background-color: #f2f2f2;
}

.product-info {
  display: flex;
  align-items: center;
  justify-content: left;
}

.product-image {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.checkout-info form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 16px;
  margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 5px;
}
.full-name{
  width: 100%;
  display: flex;

}

.last-name{
  padding-left: 10px;
}

.form-group textarea {
  height: 100px;
}
.checkout-summary{
  display: flex;
  justify-content: center;
  padding: 10px;
}
.place-order-btn {
  background-color: #da1299;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
}

.place-order-btn:hover {
  background-color: #317BB4;
}
#cars{
  width: 100%;
  padding: 8px 0 8px 0;
}

.your-order {
  width: 100%;
  max-width: 500px; /* Limits the width */
 padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

/* Title for the section */
.your-order h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

/* Table for product details */
.order-details {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.order-details td {
  padding: 12px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 16px;
}

.order-details td strong {
  font-weight: bold;
  color: #333;
}

/* Payment Methods section */
.payment-methods {
  margin-top: 20px;
}

.payment-methods h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.payment-methods label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #555;
}

.payment-methods input[type="radio"] {
  margin-right: 10px;
}

/* Privacy Policy text */
.privacy-policy {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.privacy-policy a {
  color: #007BFF;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

/* Responsive design for mobile */
@media (max-width: 600px) {
  .your-order {
    padding: 15px;
  }

  .order-details td {
    font-size: 14px;
  }

  .payment-methods h4 {
    font-size: 16px;
  }

  .payment-methods label {
    font-size: 14px;
  }
}
/* checkout */
/* login page */
.main-login-container{
  display: flex;
  justify-content: center;
  padding: 50px;
}
.login-container {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 400px;
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
}

/* Heading */
.login-container h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 40px;
}

/* Input fields */
input[type="text"], input[type="password"] {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

/* Button */
.login-container button {
  width: 100%;
  padding: 12px;
  background-color: #da1299;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

.login-container button:hover {
  background-color: #317BB4;
}

/* Additional styling for form */
.form-footer {
  margin-top: 10px;
  font-size: 14px;
}

.form-footer a {
  color: #da1299;
  text-decoration: none;
}

.form-footer a:hover {
  text-decoration: underline;
}


/* =========================
   📱 Mobile Responsive Styles
   ========================= */
@media (max-width: 480px) {
  /* Container */
  .container {
    width: 100%;
    padding: 0 15px;
  }

  /* Headings */
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }

  /* Grid */
  .col-6, .col-9, .col-3, .col-4, .col-12 {
    width: 100% !important;
    padding: 8px;
  }

  /* Navbar */
  .header .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .navbar a {
    padding: 10px 0;
    display: block;
    width: 100%;
  }

  /* Hero Section */
  .hero {
    padding: 40px 0;
    text-align: center;
  }
  .hero img {
    max-width: 100%;
    height: auto;
  }

  /* Buttons */
  .learn-more-btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  /* Product / Cards */
  .product-card, .service {
    margin-bottom: 20px;
  }

  /* Dog Image Section */
  .dogimg img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
  }

  /* Footer */
  .footer-area {
    text-align: center;
  }
  .footer-area .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Testimonials */
  .testimonial {
    margin: 15px 0;
    padding: 20px;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.hamburger span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .hamburger { display: flex; }

  .navbar {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 15px;
    left: 15px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
  }
  .navbar.show { display: flex; }
  .navbar ul { flex-direction: column; gap: 10px; }
  .navbar li a { padding: 10px 0; display: block; }
}

