/*!
Theme Name: belovedpetshop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: belovedpetshop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

belovedpetshop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------


/* by vishwa  */

/*---------------------------------------------globlal-----------------------------------------------------------*/

.content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
}
.grid {
  background-color: #005ca9;
  display: flex;
  flex-direction: column;
}
ol,
ul {
  padding: 0rem;
}
dl,
ol,
ul {
  margin-bottom: 0px;
}
li {
  font-family: 'Roboto Slab', serif;
}
:root {
  --primary-vishwa: #d8ae7e;
  --secondary--vishwa: #f8c794;
  --tertiarry--vishwa: #f8c8944e;
  --websiteCopy--vishwa: #dbb681;
  --fouth--vishwa: #222831;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
li {
  list-style: none;
}

.common-main-button {
  border: 2px solid white;
  color: #000;
  border-radius: 15px;
  margin-top: -20px;
  /* display: block; */
  background-color: var(--websiteCopy--vishwa);
  /* width: 20%; */
  /* margin: auto; */
  text-align: center;
  padding: 0.5rem 1rem;
}
.button-global {
  padding-top: 2rem;
  display: flex;
  justify-content: end;
}

.whats-app-vishwa {
  width: 60px;
  height: 60px;
  position: absolute;
  right: -20px;
  cursor: pointer;
}

i {
  margin: 0px 2px;
  color:#000;
}
/*---------------------------------------------header---------------------------------------------------------------*/
.btn-super-cross {
  display: none;
}
.logo-go img{
    width:75%;
    height:80%;
}
.top-header a {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* for computer  */
.popular-items-categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 1rem;
}
.wpcf7-form label,
span,
input {
  width: 100%;
  border:none;
  border-radius:0.5rem;
  padding:0.2rem;
}
.wpcf7-submit {
  width: 30%;
  padding:1rem;
}
.hambuger-vishwa {
  display: none;
}
.services-mobile {
  display: none;
}
.inner-footer a {
  padding: 0rem;
}
.chat-hi i {
  margin: 10px;
  color: rgba(72, 70, 70, 0.475);
  cursor: pointer;
}
.chat-hi {
  border-radius: 50px;
  margin-bottom: 5px;
  background-color: white;
  padding: 1.5rem 0.1rem 1.5rem 2rem;
}
.dropbtn-drop-down-other {
  background-color: #ffffffae;
  /* color: white; */
  font-size: 16px;
  border: none;
}

.drop-down-list {
  background-color: rgba(255, 255, 251, 0.826);
}

.dropdown-supuer-douper {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-supuer-douper:hover .dropbtn-drop-down-other {
  /* background-color: #3e8e41; */
}
.new-whats-main {
  text-align: end;
  position: fixed;
  bottom: 80px;
  right: 50px;
  z-index: 99;
}
p {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  margin-top: 0;
  margin-bottom: 0rem;
}

a {
  font-size: 1.2rem;
  color: var(--fouth--vishwa);
  font-family: 'Roboto Slab', serif;
}
h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.4rem;
}
h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  /* text-align: center; */
}

header {
  width: 100%;
  top: 0px;
  z-index: 99;
}
.top-header i {
  background-color: #fdf5e27d;
  border-radius: 25px;
  padding: 0.5rem;
  margin: 0px 0.5rem;
}
.top-header i:hover {
  transform: scale(1.15);
  transition: 0.3s;
}
.top-header {
  padding: 0.5rem 0rem;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  text-align: center;
  background-color: var(--websiteCopy--vishwa);
}

.inner-navigation {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation {
  background-color: white;
  /* background-color: var(--websiteCopy--vishwa); */
  /* position: sticky; */
  top: 0;
}
.menu-inner {
  display: flex;
  list-style: none;
  padding: 4px;
}
.wc-block-components-button{
    border:2px solid black;
}
.menu-inner li a {
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.menu-inner li {
  padding: 0rem;
}

.logo-go {
  height: 80px;
  width: 150px;
}

.btn-super {
  background-color: rgba(255, 255, 251, 0.826);
}

.super-active {
  background-color: purple;
}
/* for active button  */
/* .active {
  background-color: var(--primary-vishwa);
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} */

/*------------------------------------------ for hero section---------------------------------------  */
.hero {
  /* position: absolute; */
  top: 0;
  width: 100%;
  /* background-color: #d8ae7e; */
  /* background-image: url('./images/circle-scatter-haikei\ \(3\).png'); */
  background-image: linear-gradient(180deg, #ffffffc1 80%, #ffffff93 98%),
    url('./images/circle-scatter-haikei\ \(3\).png');
}
.zero {
  top: 0;
  width: 100%;
  /* background: #7cbd968f; */
  /* background-image: url('./images/second-slide.png'); */
  background-size: cover;
  background-image: linear-gradient(180deg, #d5d0c39b 80%, #ffffff6c 98%),
    url('./images/second-slide.png');
}

.nero {
  /* background: gold; */
  top: 0;
  width: 100%;
  background-image: linear-gradient(180deg, #ffffffc1 80%, #ffffff93 98%),
    url('./images/circle-scatter-haikei\ \(3\).png');
  /* background-image: url('./images/second-slide.png'); */
  background-size: cover;
}
.inner-hero {
  position: relative;
  width: 90%;
  margin: auto;
  display: flex;
  height: 80vh;
}
.inner-hero-left {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: left-to-right 1s 1;
  overflow-x: hidden;
  transition-delay: 3s;
}

.inner-hero-right {
  position: absolute;
  bottom: 0;
  right: 0;
  /* background-color: purple; */
  width: 50%;
  height: 70%;
  animation: bottom-to-top 3s 1;
  /* overflow: hidden; */
  /* animation-delay: 2s; */
}
.inner-hero-right img {
  object-position: left;
}
.inner-hero-left-content {
  width: 85%;
}

.inner-hero-left-content h1 {
  font-size: 2.3em;
  font-family: 'Roboto Slab', serif;
}

.hero-descrition {
  width: 50%;
  font-weight: 400;
  padding-top: 1rem;
}

.inner-hero-left-content button {
  border-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  margin-top: 1rem;
  border: none;
  /* animation: zomer 3s infinite; */
}

.inner-hero-left-content button a {
  background-color: var(--websiteCopy--vishwa);
  padding: 1rem 2rem;
  border-radius: 5px;
  display: flex;
}
.inner-hero-left-content button img {
  height: 30px;
  width: 40px;
}

/*---------------------------------------------------------- services we provide ------------------------------------------------ */
.services-let-see {
  width: 90%;
  margin: auto;
  text-align: center;
}

.for-anchor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-menu-lets-try {
  display: grid;
  grid-template-columns: 2fr 1fr;
  /* border: 2px solid black; */
  /* border-style: double; */
  padding: 3rem 0rem;
  background-image: url('./images/');
  margin: auto;
  /* background-color: #005ca9; */
  width: 90%;
  gap: 3rem;
  height: 100vh;
}
.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.contact-details-lets-try .main-details-single-page a {
  display: inline-block;
  background-color: white;
  color: black;
  width: 50%;
}

.contact-details-lets-try {
  background-color: #444;
  padding: 1rem;
}
.contact-details-lets-try li {
  list-style: circle;
}
.services {
  background-image: url(./images/try-2.png);
  padding: 4rem 0rem;
}
.outer-lines {
  border: 5px solid black;
  border-style: double;
  height: 90vh;
  width: 60%;
  margin: auto;
}
.contact-details-lets-try {
  background-color: tan;
}

.inner-services {
  padding-top: 2rem;
  width: 90%;
  margin: auto;
  /* background-color: brown; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  grid-template-rows: 300px;
}
.services h2 {
  text-align: center;
}
.services p {
  text-align: center;
}

.service-item1 {
  height: 100%;
  width: 100%;
}

.service-item1 {
  background-image: url(./images/vert-1.png);
  cursor: pointer;
  padding: 0rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  /* background-color: aqua; */
  border-radius: 8%;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.service-item1:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.icon-sercives img {
  object-fit: contain;
  display: flex;
  flex-direction: column;
  column-gap: 2rem;
}
.icon-sercives i {
  font-size: 70px;
}
/*----------------------------------------------------------- -popular tags-----------------------------------------------------  */
.archive-page-make-it-gap {
  padding: 5rem 0rem;
}
.popular-product-sale {
  background-color: white;
}
.popular-product {
  /* background-color: var(--tertiarry--vishwa); */
  padding: 4rem 0rem;
}
.popular-details h2 {
  color: var(--fouth--vishwa);
}
.popular-details p {
  color: var(--fouth--vishwa);
  text-align: center;
}
.popular-details {
  padding: 2rem 0rem;
}
.inner-popular {
  width: 90%;
  margin: auto;
}

.popular-details h2 {
  text-align: center;
}

.popular-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  gap: 3rem;
}
.popular-items-search {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(auto-fit, 300px);
  gap: 2rem;
}
.popular-item1 {
  border: 1px solid rgba(0, 0, 0, 0.159);
  height: 300px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.873);
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
	  rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
	  rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
  position: relative;
  text-align: center;
  height: 100%;
  width: 100%;
}
.popular-item1 img {
  border-radius: 20px;
  object-fit:fill;
}
.wavy-circle {
  --s: 150px; /* adjust to control the size */

  width: var(--s);
  aspect-ratio: 1;
  --g: /calc(var(--s) * 0.201) calc(var(--s) * 0.201) radial-gradient(
      50% 50%,
      #000 99%,
      #0000 101%
    ) no-repeat;
  mask: calc(50% + var(--s) * 0.369) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * 0.261) calc(50% + var(--s) * 0.261) var(--g),
    calc(50% + var(--s) * 0) calc(50% + var(--s) * 0.369) var(--g),
    calc(50% + var(--s) * -0.261) calc(50% + var(--s) * 0.261) var(--g),
    calc(50% + var(--s) * -0.369) calc(50% + var(--s) * 0) var(--g),
    calc(50% + var(--s) * -0.261) calc(50% + var(--s) * -0.261) var(--g),
    calc(50% + var(--s) * 0) calc(50% + var(--s) * -0.369) var(--g),
    calc(50% + var(--s) * 0.261) calc(50% + var(--s) * -0.261) var(--g),
    radial-gradient(calc(var(--s) * 0.418), #000 99%, #0000 101%) intersect,
    radial-gradient(#000 0 0) exclude,
    calc(50% + var(--s) * 0.447) calc(50% + var(--s) * 0.185) var(--g),
    calc(50% + var(--s) * 0.185) calc(50% + var(--s) * 0.447) var(--g),
    calc(50% + var(--s) * -0.185) calc(50% + var(--s) * 0.447) var(--g),
    calc(50% + var(--s) * -0.447) calc(50% + var(--s) * 0.185) var(--g),
    calc(50% + var(--s) * -0.447) calc(50% + var(--s) * -0.185) var(--g),
    calc(50% + var(--s) * -0.185) calc(50% + var(--s) * -0.447) var(--g),
    calc(50% + var(--s) * 0.185) calc(50% + var(--s) * -0.447) var(--g),
    calc(50% + var(--s) * 0.447) calc(50% + var(--s) * -0.185) var(--g);
}
.sale-item-single {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  background-color: var(--websiteCopy--vishwa);
  color: white;
  position: absolute;
  left: -42px;
  top: -42px;
  border-radius: 21px 16px 0px 23px;
  z-index: 10;
}
.sale-item {
  padding: 0.4rem 1rem;
  background-color: purple;
  color: white;
  position: absolute;
  right: 0px;
  top: 5px;
  border-radius: 21px 16px 0px 23px;
  z-index: 10;
}
.popular-item1 button {
  background-color: var(--websiteCopy--vishwa);
  /* border: px solid white; */
  color: white;
  border-radius: 20px;
  border: none;
  /* margin-top: 2rem; */
}
.popular-item-frame {
  border-radius: 5%;
  height: 60%;
  width: 100%;
}

.popular-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.popular-item-content button a {
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem;
}

/*-------------------------------------------------------------- categories-------------------------------------------  */
.popular-product-categoreis {
  padding: 4rem 0rem;
  background-color: #f6f6f6;
  background-image: linear-gradient(180deg, #f6f6f6ec 80%, #f6f6f6e8 98%),
    url(./images/green-grass-background-PN9JDMC.jpg);
  /* background-image: url(./images/green-grass-background-PN9JDMC.jpg); */
  background-size: cover;
}
.inner-categories {
  text-align: center;
  width: 90%;
  margin: auto;
}
.categories {
  background-color: var(--tertiarry--vishwa);
  padding: 4rem 0rem;
}
.category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 150px 150px 150px;
  gap: 1rem;
  padding-top: 1.5rem;
}

.category-items {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.category-items::after {
  content: '';
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #2228317a;
  /* z-index: 6; */
}
.category-items img {
  position: absolute;
  top: 0;
}
.link-category {
  position: relative;
  height: 100%;
  width: 100%;
}
.category-title {
  background-color: #d8ae7e9e;
  padding: 1.5rem 3rem;
  z-index: 5;
}
.category-grid :nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1/3;
}
/* new categories */

.inner-popular-menu {
  padding: 5rem 0rem 10rem 0rem;
  /* height: 100vh; */
  width: 100%;
  /* background-color: hsla(210, 4%, 9%, 1); */
  position: relative;
}

.popular-top {
  position: relative;
  top: 3rem;
}
.inner-popular-menu-images {
  position: absolute;
  top: 30px;
  right: 0px;
  height: 250px;
  width: 250px;
  /*animation: move-popular 5s linear infinite;*/
}
.inner-popular-menu-images-two {
  position: absolute;
  bottom: 30px;
  left: 0px;
  height: 250px;
  width: 250px;
  /*animation: move-popular 5s linear infinite;*/
}

.popular-menu-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  margin: auto;
}
.popular-menu-text-one {
  color: goldenrod;
  padding: 15px;
}
.popular-menu-text-two {
  color: white;
  padding: 15px;
}
.popular-menu-text-three {
  padding: 15px;
}

.popular-card-design-one {
  border-width: 5px;
  border-style: double;
  border-color: goldenrod;
  height: 300px;
  width: 250px;
  position: relative;
}
.popular-card-design-one::after {
  content: '';
  height: 10px;
  width: 10px;
  border-width: 5px;
  border-style: double;
  border-color: goldenrod;
  position: absolute;
  top: -25px;
  left: -25px;
}

.popular-card-design-one img {
  height: 100%;
  width: 100%;
}

.popular-card-design-parent {
  width: 250px;
  position: relative;
}

.overlay-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0%;
  transition: 0.5s ease;
  color: white;
  background-color: #d1b464;
}

.overlay-text button {
  margin-top: 0.8rem;
  height: 2rem;
  width: 5rem;
  background-color: #ffffff;
  color: goldenrod;
  border: 2px solid goldenrod;
}

.popular-card-design-parent:hover .overlay-text {
  height: 100%;
}

.popular-card-design {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: auto;
  gap: 20px;
}

.category-item-frame {
  height: 90%;
  transition: 0.6s;
}
.category-show {
  height: 50%;
  transition: 0.6s;
  /* animation: category-card 1s; */
}
.popular-item1 {
  overflow-y: hidden;
}

.category-item-content {
  height: 10%;
  transition: 0.6s;
}

.category-descriptin-hide {
  display: none;
  transition: 0.6s;
}

.category-descriptin-show {
  display: block;
  transition: 0.6s;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px;
  border-radius: 25px;
}

.flip-card-inner {
  /* padding: 1rem; */
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.just-aking-width-smaller {
  width: 90%;
  margin: auto;
}
.make-with-shorter-taxnomy {
  width: 90%;
  margin: auto;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 25px;
}

.flip-card-front {
  padding: 1rem;
  background-color: #ffffff;
  color: black;
}

.flip-card-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--websiteCopy--vishwa);
  padding: 1rem;
  color: white;
  transform: rotateY(180deg);
}
.view-flip-cads {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0.5rem 1.5rem;
  background-color: white;
}
.flip-card-front img {
  border-radius: 25px;
}

.category-popular {
  height: 300px;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.873);
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  /* box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset; */
  position: relative;
  border: 1ps solid burlywood;
  text-align: center;
  height: 100%;
  width: 100%;
}

.popular-item-frame-category {
  border-radius: 5%;
  height: 90%;
  width: 100%;
}
.popular-item-frame-category img {
  border-radius: 20px;
}
/* .popular-item-content:hover {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #d1b464;
  transition: 10s;
} */
/*@keyframes move-popular {*/
/*  0% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  50% {*/
/*    transform: translateY(30px);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(0px);*/
/*  }*/

/* ---------------------------------------------------------about us ---------------------------------------------------- */
.About-us-front {
  padding: 3rem 0rem 3rem 0rem;
}
.images-about-front img{
    border-radius:20px;
}
.inner-about-us-front-page {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 450px;
  gap: 2rem;
}

/* <------------------------all-product.php -----------------> */
.products-page-check {
  display: grid;
  gap: 1rem;
  grid-template-columns: 20% 80%;
  width: 90%;
  margin: auto;
}
/* .products-page-sidebar {
  background-color: ghostwhite;
} */

.widget-title {
  font-size: 1.5rem;
}
#primary {
  width: 90%;
  margin: auto;
}
.widget-area {
  width: 95%;
}
.onsale {
  width: 10%;
  height: 5%;
}
.accordion-body a{
    font-size:1rem;
}
.active-accordian,
.accordion:hover {
  background-color: #fff;
}
.accordion:after {
  color: white;
}
.accordion-body {
  background-color: ghostwhite;
}

.main-roduct-allproducts {
  padding-top: 3rem;
}



/*-------------------------------------------------- thank you page--------------------------------------  */
.main-thank-you {
  background-image: url('./images/alvan-nee-T-0EW-SEbsE-unsplash.jpg');
  height: 100vh;
  background-color: lightyellow;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-thankuoi {
  padding: 3rem;
  background-color: rgba(245, 245, 245, 0.837);
  width: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-thankuoi h1 {
  font-size: 100px;
}
.style-thankyou {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.editing-thank-you-whatsapp a {
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 20px;
}

.is-it-working {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0.5rem;
  background-color: rgba(128, 0, 128, 0.229);
  color: white;
  display: block;
  width: 20%;
  border-radius: 20px;

  text-align: center;
}
/*--------------------------------------------------- certification-----------------------------  */
.our-certification {
  padding: 4rem 0rem;
  /* background-color: var(--tertiarry--vishwa); */
}
.certification-carasol{
    width:60%;
    margin:auto;
}

.inner-certification {
  padding-top: 2rem;
  width: 90%;
  margin: auto;
}

/* swiper testimonial slide  */
html,
body {
  position: relative;
  height: 100%;
}
/* 
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
} */

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  color: white;
}
.swiper-pagination-bullet-active {
  color: white;
  background-color: white;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  display: flex;
}
.certification-one {
  width: 50%;
}
.certification-two {
  width: 50%;
}
.inner-slider {
  display: flex;
  height: 500px;
}
/*------------------------------------------- testimonial---------------------------------------  */
.testimonail h2 {
  text-align: center;
}
.testimonail {
  padding: 4rem 0rem;
  background-color: #f6f6f6;
  background-image: linear-gradient(180deg, #f6f6f6ec 80%, #f6f6f6e8 98%),
    url(./images/green-grass-background-PN9JDMC.jpg);
  /* background-image: url(./images/green-grass-background-PN9JDMC.jpg); */
  background-size: cover;
}
.inner-testimonials {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px;
  gap: 4rem;
  width: 90%;
  margin: auto;
}
.test-one iframe {
  border-radius: 20px;
  border: 2px solid white;
}
.test-one iframe:hover {
  transform: scale(1.08);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/*-------------------------------------------------------------- social media  */
.inner-social-media-check {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  height: 400px;
}
.one-social-media iframe {
  height: 320px;
}
.two-social-media iframe {
  height: 320px;
}
.three-social-media iframe {
  height: 320px;
}
#nav-tab {
  padding: 3rem 0rem;
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: center;
}

.service-one a {
  background-color: var(--websiteCopy--vishwa);
  padding: 0.3rem;
  color: #fff;
}
/* ---------------------------------------------------------------------about page--------------------------------------------------  */
.about-us-detail-on-about-page {
  padding: 4rem 0rem;
}
/* ---------------------------------------------contact us--------------------  */
.inner-contact-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
}
.inner-contact {
  background-color: rgba(255, 255, 255, 0.499);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: auto;
  height: 400px;
}
.inner-contact button {
  padding: 1rem;
  width: 30%;
  border: none;
  background-color: #d8ae7e;
  margin-top: 30px;
}

.contact-us {
  padding: 5rem;
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.093),
      #e7e7e795
    ),
    url(https://images.unsplash.com/photo-1561037404-61cd46aa615b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
/*------------------------------------------------------------- footer-----------------------------------------------------  */
footer {
  padding: 4rem 0rem;
}

.inner-footer {
  width: 90%;
  margin: auto;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inner-footer a {
  padding: 1.5rem;
}
.middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 2rem;
}

.footer-item-menu ul li {
  list-style: none;
}

.footer-item-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 70px 70px;
}

/*---------------------------------------------------------- Archive-page-------------------------  */
.nav-link {
  font-size: 20px;
  padding: 0.5rem 1.5rem;
  color: #000;
  text-transform: capitalize;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--websiteCopy--vishwa);
}
.nav-pills {
  padding: 0rem 0rem 2rem 0rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.inner-archive-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 300px;
  gap: 1rem;
  width: 90%;
  margin: auto;
}
.single-content {
  top: 0px;
  width: 25%;
  height: 320px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.edit-popular-archive {
  height: 90%;
  padding: 1rem;
  width: 90%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.left-archive-box img {
  height: 100%;
  width: 100%;
}

.archive-box {
  border: 2px solid rgba(0, 0, 0, 0.473);
  height: 100%;
  width: 100%;
}
.left-archive-box {
  background-color: #d8ae7e9e;
  height: 60%;
}
.right-archive-box {
  flex-direction: column;
  height: 40%;
  padding: 0.5rem;
}

.post-blog {
  font-size: 25px;
}
.metabox button {
  border: none;
  padding: 0.2rem 0.2rem;
}
.metabox button a {
  text-align: start;
}
.modal-content{
    background-color:#dbb681;
}
.color-change {
    background-color: #dbb681;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 1rem;
}
/* -----------------------------------------------------------search----------------------------------------  */

/* ------------------------------------------------------------single-page---------------------------------------------------  */

.single-main img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.single-gallery {
  padding: 4rem 0rem;
}

.inner-single-gallery {
  display: flex;
  gap: 5rem;
  width: 90%;
  margin: auto;
}

.gallery-img-single {
  cursor: pointer;
}
#main-image-single {
  cursor: pointer;
  position: relative;
}
.single-main {
  position: relative;
  height: 450px;
  width: 100%;
}
.single-left {
  /* background-color: #04aa6d; */
  width: 50%;
  display: flex;

  flex-direction: column;
  gap: 1rem;
}
.single-right {
  width: 50%;
}

.single-gallery-small {
  display: flex;
  gap: 1rem;
}

.gallery-samll {
  height: 50px;
  width: 50px;
  opacity: 0.8;
}
.main-details-single-page {
  padding-top: 1rem;
}
.green-single {
  color: green;
  font-weight: 700;
}
.red-single {
  color: red;
  font-weight: 700;
}
.main-details-single-page a {
  /*margin-top: 0.5rem;*/
  color:#000;
  /*padding: 1rem 0rem;*/
  display: block;
  background-color: var(--websiteCopy--vishwa);
  /*width: 30%;*/
  text-align: center;
  cursor: pointer;
}
.main-details-single-page i {
  margin: 0px 5px;
}

/* table  */
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.service-one {
  background-color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
}
.inner-social-media-check {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 5rem;
  height: 400px;
}

#customers td,
#customers th {
  padding: 8px;
  border: 1px solid rgb(174, 169, 169);
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--primary-vishwa);
  color: white;
}
/* description tab  */

/* ----------------------------------------------------single.php-------------------------------------------------  */
.inner-single-main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 80%;
  margin: auto;
}
.main-single-image {
  height: 500px;
  width: 80%;
  margin: auto;
}

 .container-description{
      width:90%;
      margin:auto;
  }
/* ----------------------faq--------------  */
.single-faq {
  padding: 4rem 0rem;
}
.inner-single-faq {
  width: 90%;
  margin: auto;
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active-accordian,
.accordion:hover {
  background-color: #fff;
}

.accordion:after {
  content: '';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* archive about page  */

.about-us-detail {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.192),
      #ebebeb53
    ),
    url(./images/joe-caione-qO-PIF84Vxg-unsplash.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0rem;
}
/* archieve titile  */
.archive-title {
  height: 400px;
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.093),
      #af808095
    ),
    url(https://images.unsplash.com/photo-1561037404-61cd46aa615b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.archive-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.archive-content h1 {
  font-size: 70px;
  color: rgb(255, 255, 255);
}

.inner-abour-us {
  /* background-color: rgba(255, 255, 255, 0.266); */
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
}

.about-content {
  border-radius: 20px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.847);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1rem;
}
.item-1 {
  background-color: white;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 1rem;
  grid-column: 1/3;
  grid-row: 1/3;
}
.item-1:hover {
  animation: tilt 1s;
  transition: 0.4s;
}

.item-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 3/5;
}
.icon-about-us {
  background-color: white;
  text-align: center;
  padding: 1rem;
  height: 130px;
  /*width: 130px;*/
}
.icon-about-us i {
  font-size: 40px;
}

.item-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/3;
}
.item-4 {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 1rem;
  grid-column: 3/5;
  grid-row: 2/4;
}

.item-4:hover {
  animation: tilt 1s;
}
.left-about-icon i {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blo-hero {
  background-color: #d1b464;
}
.left-about-icon {
  text-align: center;
  background-color: white;
  width: 50%;
  height: 50%;
  margin: auto;
}
.left-progress-item {
  padding: 1rem;
  height: 250px;
  background-color: white;
}

/* .progress-bar-container:not(:last-child) {
	margin-bottom: 50px;
  } */

.tilt-grid {
}
.progress-bar-container h2 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
}

.progress-bar {
  /* width: 800px; */
  height: 20px;
  margin-top: 10px;
  border: 2px solid white;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgb(245, 159, 0); */
}

.percentage {
  display: block;
  height: 100%;
  background-color: var(--primary-vishwa);
  border-radius: 5px;
  animation: progress 1500ms ease-in 1;
}

.c {
  width: 85%;
}

.java {
  width: 70%;
}

.python {
  width: 55%;
}

.html {
  width: 75%;
}

.css {
  width: 65%;
}

.javascript {
  width: 55%;
}

/* Animating the progress bar by 
	  initially starting from 0*/
/*@keyframes progress {*/
/*  from {*/
/*    width: 0;*/
/*  }*/
/*}*/

/* ----------------------awards  */
.awards {
  padding: 4rem 0rem;
}
.our-certification h2 {
  text-align: center;
}
.awards-item::after {
  content: '';
  position: absolute;
  border: 2px solid rgb(255, 187, 0);
  height: 80%;
  width: 80%;
  animation: rotate360 5s infinite;
  opacity: 0.4;
}
.inner-awards {
  text-align: center;
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 200px;
  gap: 6rem;
}
.awards-item {
  position: relative;
  z-index: 5;
  border-radius: 5%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
.award-icon-im {
  height: 80px;
  width: 80px;
}

/*<----------------------------------------------------single-pet-page   gallery*/
/*--====== Global Variables ======--*/
:root {
  --bg-color: #e0e2fc;
  --main-color: #4C57D5;
  --box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
/*--====== CSS Reset ======--*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

/*img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*  vertical-align: middle;*/
/*}*/
ul {
  list-style: none;
}
.overflow_hide {
  overflow: hidden;
}
/*--====== Gallery Section ======--*/
#gallery {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
/* Filterable Gallery */
.gallery_tabs {
  background-color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 0.8rem;
  padding: 1.2rem;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
}
.gallery_tabs li {
  padding: 0.7rem 2rem;
  border-radius: 50px;
  font-size: 0.95rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gallery_tabs li.active,
.gallery_tabs li:hover {
  background-color: var(--main-color);
  color: #fff;
}
.gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 1rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .gallery_wrapper {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 100px);
      gap: 0.5rem;
  }
}
.gallery_item {
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
/* when the gallery_item has 'show' class */
.gallery_item.show {
  animation: fadeIn 0.4s ease-in;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
/* when the gallery_item has 'hide' class */
.gallery_item.hide {
  display: none;
}
.gallery_item img {
  transition: transform 0.3s ease;
}
.gallery_item:hover img {
  transform: scale(1.1);
}
/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
/* when the lightbox is open */
.lightbox.open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.lightbox_wrapper {
  display: grid;
  place-items: center;
  min-height: calc(100% - 3rem);
  margin: 1.5rem;
}
@media (max-width: 575.98px) {
  .lightbox_wrapper {
      margin: 0.5rem;
      min-height: calc(100% - 1rem);
  }
}
.lightbox_content {
  box-shadow: var(--box-shadow);
  max-width: 700px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.5s ease;
}
/* when Lightbox is open then lightbox-content will... */
.lightbox.open .lightbox_content {
  transform: scale(1);
}
/* lightbox-close-btn */
.lightbox_close {
  position: absolute;
  top: 3vh;
  right: 3vw;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.lightbox_close span {
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  background-color: #ddd;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.lightbox_close:hover span {
  opacity: 1;
}
.lightbox_close span:first-child {
  transform: rotate(45deg);
}
.lightbox_close span:last-child {
  transform: rotate(-45deg);
}
/*------------------------------------------------- know more  */
.know-more {
  padding: 4rem 0rem;
}
.inner-know-more {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}

.inner-know-more-left {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 150px 150px;
}
.know-more-items {
  position: relative;
  z-index: 5;
  border-radius: 5%;
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
.award-icon-knowmore {
  height: 50px;
  width: 50px;
}

/* ------------------------------------------------------------------contact us page--------------------------------------  */
.contact {
  padding: 4rem 0rem;
}
.inner-contact-page {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5rem;
  text-align: center;
}

.contact-item {
  border: 4px solid orange;
  height: 200px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

.icon-contact {
  height: 60px;
  width: 60px;
}

.inner-contact-form {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.map {
  background-color: #9981b755;
  padding: 0rem 0rem 5rem 0rem;
}

.inner-map {
  margin: auto;
  width: 90%;
  height: 600px;
}

.icon-contact i {
  font-size: 70px;
}
.contact-det {
  font-size: 15px;
  font-weight: 700;
}
.contact-form-left {
  display: flex;
  flex-direction: column;
  background-color: var(--websiteCopy--vishwa);
  padding: 3rem;
}
.contact-form-left h2 {
  color: white;
}
.form-contact-page {
  width: 100%;
  padding: 0.3rem;
}
.form-contact-page label {
  color: white;
}

.form-contact-page .wpcf7-submit {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.633);
  color: white;
}
.form-contact-page input {
  width: 100%;
  padding: 0.5rem;
  margin-top: 10px;
  border-radius: 10px;
  border: none;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form-right {
  background-color: white;
  height: 500px;
  /* box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; */
}
.contact-form {
  padding: 5rem 0rem;
  background-color: #9981b755;
}

/*--------------------------------------------------------- reviews on single-pers.php  page  */
.innner-review-check {
  padding: 5rem 0rem;
  width: 90%;
  margin: auto;
  /* background-color: #005ca9; */
}
.comment-form-author input {
  width: 30%;
  display: block;
  padding: 0.2rem;
}
.form-submit .submit {
  width: 30%;
  margin-top: 20px;
  text-align: start;
  padding: 0.2rem;
  background-color: rgba(188, 182, 182, 0.597);
  border: 2px solid rgba(128, 128, 128, 0.711);
  /* border: none; */
}
.comment-body a {
  font-size: 16px;
  color: black;
}
.comment-form-comment label {
  display: none;
}
.comment-form .comment-notes {
  display: none;
}
.comment-metadata a {
  color: #444444c9;
}
.reply a {
  color: rgb(88, 133, 245);
}

#reply-title {
  /* display: none; */
}

.comment-author img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.logged-in-as {
  display: none;
}
.comment-form-comment textarea {
  width: 100%;
  height: 100px;
  overflow-y: scroll;
}
.comment-meta {
  padding: 0rem;
}

.comment-body {
  background-color: rgba(227, 220, 220, 0.236);
  padding: 1rem;
}
.depth-1 {
  padding: 1rem 0rem;
}
.children {
  padding: 1rem 0rem;
  width: 80%;
  margin: auto;
}
/* ------------------------------------------------------------service for venary  */
.our-vetnary-service {
  padding: 0rem 3rem;
  text-align: center;
}

.inner-other-services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 3rem;
}
.checking-color {
  background-color: #f3f3f3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.details-check h2 {
  font-size: 1.5rem;
}

.image-check {
  height: 100px;
  width: 100px;
}

/*------------------------------- carsol  */

.card-title {
  display: flex;
  justify-content: center;
  font-size:18px;
}

.card-body {
    flex: 1 1 auto;
    padding:0rem 1rem;
    color: var(--bs-card-color);
}

.checked {
  color: orange;
}

.star-for-testi {
  /*padding: 0.58rem;*/
  display: flex;
  justify-content: center;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
 padding:1rem;
  margin: 0 0.7em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  border-radius: 0;
}
.carousel-inner {
  padding: 1em;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-color:#dbb681;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.star-for-testi span{
    width:6%;
    padding:0.5rem;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

blockquote {
  border: none;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-bottom: -30px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding-left: 0.4em;
}

blockquote p{
  text-align:center;
}


blockquote p:before {
  content: '\201C';
  font-weight: bold;
  font-size: 40px;
  color: orange;
  position: absolute;
  top: -0.2em;
  left: -0.5em;
  font-family: 'Georgia';
}
blockquote p:after {
  content: '\201D';
  font-weight: bold;
  font-size: 40px;
  color: orange;
  position: absolute;
  /* bottom: -0.6em;
  right: 0; */
  font-family: 'Georgia';
}
@media (min-width: 768px) {
  .card img {
    display: flex;
    margin: auto;
    height: 7em;
    width: 7rem;
    border-radius: 100%;
  }
}
@media (max-width: 600px) {
  .card img {
    height: 130px;
    width: 130px;
    display: flex;
    margin: auto;
    border-radius: 100%;
  }
}
/*-------------------------------------------------------- acf fields--------------------------------  */
/* -------------------------------------------------------relocation  */
.archive-title-relocation {
  background-image: url(images/pexels-olly-3769118.jpg);
  height: 70vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
}
.sfvdnfj {
  background-color: #45434394;
  font-size: 50px;
  padding: 3rem;
  text-transform: capitalize;
}

.inner-page-relocation {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
  border: 5px solid rgba(59, 58, 58, 0.111);
  padding: 2rem;
  margin-top: -60px;
  background-color: white;
}
.left-inner-page-relocation .main-details-single-page {
  display: flex;
  gap: 2rem;
}

.archive-title-veteniary-care {
  background-image: url(images/pexels-tima-miroshnichenko-6234610.jpg);
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
}
/*----------------------------------------------------------------- animation ------------------------------------------------ */

/*@keyframes category-card {*/
/*  0% {*/
/*    height: 100%;*/
/*  }*/
/*  50% {*/
/*    height: 50%;*/
/*  }*/
/*  100% {*/
/*    height: 30%0%;*/
/*  }*/
/*}*/
/*@keyframes left-to-right {*/
/*  0% {*/
/*    left: -100%;*/
/*  }*/

/*  100% {*/
/*    left: 0%;*/
/*  }*/
/*}*/
/* @keyframes bottom-to-top {
	0% {
	  bottom: -100%;
	}
  
	100% {
	  bottom: 0%;
	}
  } */

/*@keyframes rotate360 {*/
/*  0% {*/
/*    rotate: 0deg;*/
/*  }*/
/*  100% {*/
/*    rotate: 180deg;*/
/*  }*/
/*}*/
/*@keyframes tilt {*/
/*  0% {*/
/*    rotate: 0deg;*/
/*  }*/
/*  50% {*/
/*    rotate: 30deg;*/
/*  }*/
/*  100% {*/
/*    rotate: 0deg;*/
/*  }*/
/*}*/
/*@keyframes zomer {*/
/*  0% {*/
/*    transform: scale(1);*/
/*  }*/
/*  100% {*/
/*    transform: scale(1.2);*/
/*  }*/
/*}*/
/* media quries for laptop  */
@media screen and (max-width: 1300px) {
  
  .inner-hero{
      height: 65vh;
  }
}

/* media queries for tablet  */
@media screen and (max-width: 1000px) {
  i {
    font-size: 25px;
  }
  h2 {
    padding: 1rem 0rem;
  }
  h3 {
    font-size: 21px;
  }
  p {
    font-size: 18px;
  }
  a {
    font-size: 18px;
    cursor: pointer;
  }
  .search-bar {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .btn-super-cross {
    display: block;
  }
  .hambuger-vishwa {
    display: block;
  }
  .site {
    position: relative;
  }
  .top-header p {
    display: none;
  }
  .top-header {
    display: flex;
    justify-content: end;
  }
  .top-header i:hover {
    transform: translate(1.3);
  }
  .menu-inner li a {
    padding: 1rem 4rem;
    cursor: pointer;
  }
  .inner-contact button {
    padding: 0rem;
    background-color: #77777700;
  }
  .inner-contact .wajaja {
    padding: 1rem;
    background-color: var(--primary-vishwa);
  }
  .menu {
    position: absolute;
    top: 0px;
    left: 0px;
    background: aliceblue;
    height: 100%;
    transform: translateX(-200%);
    transition: 0.5s;
    z-index: 99;
    width: 80%;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
  }
  .hambuger-vishwa {
    padding: 1rem;
    color: #000;
  }
  .btn-super-cross {
    position: absolute;
    right: 50px;
    top: 40px;
    border: 1px solid black;
    padding: 0.7rem 1rem;
    background-color: #d8ae7e;;
    color: white;
    border-radius: 200px;
  }

  .menu-inner {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    /* justify-content: center; */
    align-items: center;
    gap: 2rem;
  }

  .inner-services {
    gap: 1rem;
  }
  .inner-services {
    padding-top: 2rem;
    width: 80%;
    margin: auto;
    /* background-color: brown; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    grid-template-rows: 270px 270px;
  }
  .service-item1 {
    padding: 1rem;
  }
  .inner-hero-left {
    position: absolute;
    bottom: 25%;
    width: 100%;
  }
  .inner-hero-right {
    width: 80%;
    height: 50%;
  }
  .popular-items {
    gap: 1rem;
  }
  .inner-abour-us {
    column-gap: 2rem;
  }
  .inner-testimonials {
    gap: 1rem;
  }

  .inner-popular {
    width: 95%;
    margin: auto;
  }

  .about-left {
    position: relative;
    top: 200px;
    height: 433px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem;
  }
  .inner-footer {
    gap: 0rem;
  }
  .whats-app-vishwa {
    width: 80px;
    height: 80px;
    position: absolute;
    right: -20px;
    cursor: pointer;
  }
  .new-whats-main {
    text-align: end;
    position: fixed;
    bottom: 126px;
    right: 75px;
    z-index: 99;
  }
  .inner-hero-left-content {
    width: 100%;
  }
  .inner-single-gallery {
    display: flex;
    gap: 2rem;
    width: 90%;
    margin: auto;
  }
  .single-left {
    width: 70%;
  }
  .main-details-single-page a {
    width: 100%;
  }
  .tabs {
    display: block;
    width: 100%;
  }
  .active-description {
    padding: 1rem 0rem;
  }
  .gallery-samll {
    height: 60px;
    width: 60px;
    opacity: 0.8;
  }
  .contact-form-left {
    /* width: 70%; */
    display: flex;
    flex-direction: column;
    background-color: #7851a9;
    padding: 0.3rem;
  }
  .inner-thankuoi {
    position: relative;
    padding: 3rem;
    background-color: rgba(245, 245, 245, 0.837);
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* for mobile media queries  */
@media screen and (max-width: 500px) {
body {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
}
    h1 {
        font-size: 20px;
    }
   p {
    font-size: 14px;
  }
  i{
      font-size:15px;
  }
  a {
    font-size: 14px;
    cursor: pointer;
  }
  h2 {
    font-size: 20px;
  }
      h3 {
        font-size: 16px;
    }
  .top-header {
    padding: 0rem;
  }
  .popular-item-content p{
      text-align:center;
  }
  .top-header i {
    margin: 0px;
    font-size: 21px;
  }
 .details-check h2 {
  font-size: 15px;
  padding:0.3rem;
}
.logo-go img {
    width: 95%;
    height: 80%;
}

.progress-bar-container h2 {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    padding:0rem;
}
.popular-item1 img {
    border-radius: 20px;
    height: 98%;
    object-fit:fill;
}
  .logo-go {
    height: 80px;
    width: 100px;
}
  .checking-color {
    padding: 0.5rem;
  }
  .inner-other-services {
    width: 90%;
    margin: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 2rem;
  }
  .our-vetnary-service {
    padding: 0rem 0rem;
  }
  .single-main {
    position: relative;
    height: 350px;
    width: 100%;
  }
  .popular-items-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(auto-fit, 250px);
    gap: 0.3rem;
  }
  .view-button-check{
      padding-top:0.3rem;
  }
  .popular-item-content button a {
      color:#000;
  }
  .popular-product {
    padding: 0rem 0rem 3rem 0rem
}
  .services {
    display: none;
  }
  .common-main-button {
      color:#000;
  }
  .services-mobile {
    display: block;
    background-image: url(./images/try-2.png);
    padding: 3rem 1rem;
  }
  .certification-carasol{
    width:90%;
    margin:auto;
  }
  .about-content p {
    text-align: start;
  }
  .services-mobile h2,
  p {
    text-align: start;
    padding-bottom: 0.5rem;
  }

  .for-display-none {
    display: none;
  }

  .service-one {
    background-color: rgb(255, 255, 255);
    justify-content: start;
    align-items: center;
    height: 100%;
    border-radius: 20px;
    display: flex;
  }

  .btn-super-cross {
    position: absolute;
    padding: 5px 10px;
    font-size: 20px;
    right: 10px;
    top: 10px;
  }
  .comment-form-author input {
    border: 2px solid black;
    width: 100%;
}

  .btn-super-cross i {
    font-size: 20px;
  }
  .inner-services {
    padding-top: 2rem;
    width: 80%;
    margin: auto;
    /* background-color: brown; */
    display: grid;
    grid-template-columns: 1fr;
  }
  .hambuger-vishwa {
    padding: 0.5rem;
  }
  .inner-hero-left-content {
    width: 100%;
    z-index: 12;
  }
  .inner-hero {
    height: 75vh;
  }
  .inner-hero-right img {
    object-position: center;
  }
  .inner-hero-left-content h1 {
    font-size: 20px;
  }
  .hero-descrition {
    width: 100%;
    text-align:start;
  }
  .inner-hero-left {
    bottom: 35%;
  }
  .inner-hero-right {
    width: 100%;
    height: 40%;
  }
  .popular-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 1rem;
  }
  .popular-items-categories {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 200px;
    gap: 1rem;
  }
  .flip-card-back .cat-des {
    display: none;
  }
  .about-left {
    position: relative;
    top: 0px;
    height: 390px;
  }
  .inner-services {
    padding-top: 2rem;
    width: 90%;
    margin: auto;
    /* background-color: brown; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem 2rem;
    grid-auto-rows: 200px;
  }
  .popular-product-categoreis .popular-items {
    grid-template-columns: 1fr;
    width: 90%;
    margin: auto;
  }
  .inner-abour-us {
    grid-template-columns: 1fr;
    column-gap: 2rem;
  }

  .inner-slider {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .certification-one {
    width: 100%;
  }
  .certification-two {
    width: 100%;
  }
  .inner-testimonials {
    grid-template-columns: 1fr;
    grid-template-rows: 250px;
  }
  .inner-footer {
    grid-template-columns: 1fr 1fr;
  }
  .icon-sercives i {
    font-size: 50px;
  }
  .about-content {
    padding-top: 1rem;
    display: flex;
  }
  .inner-slider {
    display: flex;
    height: 100%;
  }
  .contact-us {
    padding: 2.5rem 1rem;
  }
  .inner-contact button {
    width: 57%;
  }
  .new-whats-main {
    text-align: end;
    position: fixed;
    bottom: 96px;
    right: 28px;
    z-index: 99;
  }
  .whats-app-vishwa {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
  }
  .chat-hi {
    padding: 0.6rem;
  }
  .inner-single-gallery {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    margin: auto;
  }
  .single-left {
    width: 100%;
  }
  .single-right {
    width: 100%;
  }
  .inner-contact {
    padding: 1rem 0.3rem;
  }
  .wpcf7-form p {
    text-align: start;
  }
  .nav-pills {
    padding: 0rem 0rem 2rem 0rem;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 0rem;
  }
  .mb-3 {
    margin-bottom: 0rem !important;
  }
  #pills-tab {
    padding-top: 0rem;
  }
  .image-arroe {
    display: none;
  }

  .inner-vetnary-service {
    padding-top: 2rem;
    width: 90%;
    margin: auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    /* grid-auto-rows: 500px; */
    background-size: cover;
    background: no-repeat;
  }
  .one-pet-service {
    padding-bottom: 0rem;
    /* height: 100%; */
    display: grid;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
  }
  .one-pet-service-right {
    padding-top: 0rem;
    height: 100%;
    display: grid;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
  }
  .service-one h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .service-one {
    padding: 1rem;
  }
  .inner-page-relocation {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    border: 5px solid rgba(59, 58, 58, 0.111);
    padding: 2rem;
    margin-top: -60px;
    background-color: white;
  }

  .inner-page-relocation p {
    text-align: start;
    padding-bottom: 0.5rem;
  }

  .page-menu-lets-try {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 500px;
  }
  .page-menu-lets-try {
    height: 100%;
  }
  .about-content button {
    padding: 1rem;
    width: 60%;
  }
  .menu-inner li a {
    padding: 0.5rem 1rem;
    cursor: pointer;
  }
  .active-description p {
    text-align: start;
  }
  .comment-content p {
    text-align: start;
  }
  
  .images-about-front img {
    width: 70%;
    border-radius: 100%;
    display: flex;
    margin: auto;
}

  .inner-social-media-check {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.3rem;
    height: 100%;
  }

  .one-social-media iframe {
    height: 300px;
  }
  .two-social-media iframe {
    height: 300px;
  }
  .three-social-media iframe {
    height: 300px;
  }
  
  .popular-item1 {
      padding:0.6rem;
  }
  
 .nav-link {
    font-size: 17px;
    padding: 0.5rem 0.6rem;
    color: #000;
    text-transform: capitalize;
}
.main-roduct-allproducts {
     padding-top: 0rem; 
}
.accordion{
    padding:0rem;
}
    .menu-inner {
        gap: 1rem;
    }
    
.inner-navigation i{
    font-size:20px;
}
.btn-super i {
    font-size:13px;
}
.dropbtn-drop-down-other i{
        font-size:13px;
}
.comment-form-comment textarea {
    width: 99%;
    border: 2px solid black;
    border-radius: 12px;
}
.inner-contact p{
    text-align:center;
}

.popular-item1 {
  display: flex;
/*justify-content: flex-start;*/

}
.inner-about-us-front-page {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px auto;
  gap: 2rem;
}
.menu-inner li {
    padding: 0.5rem;
}
.archive-page-make-it-gap {
    padding: 1.3rem 0rem;
}

.single-gallery {
    padding: 0.3rem 0rem;
}
    /* <------------------------all-product.php -----------------> */
  .products-page-check {
    display: block;
    gap: 1rem;
    width: 90%;
    margin: auto;
  }
  .widget-area {
    padding: 0rem;
  }

  .accordion {
    display: block;
  }
  /* .widget-title {
    display: none;
  } */
}
