/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Sonu Patidar
 Author URI:   https://sonupatidar.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #3d6580;
  --color2: #f68e3a;
  --color3: #0f0f0f;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}
/* header css start  */
.header-btn svg {
  height: 1.5em !important;
  width: 1.5em !important;
}
.hfe-nav-menu .sub-menu {
  min-width: 180px;
}
.sub-menu .menu-item a {
  text-align: center;
  display: block;
}
.hfe-menu-toggle {
  color: var(--color2);
  transition: 0.3s ease all;
}
.menu-item a:hover .hfe-menu-toggle {
  rotate: 180deg;
}
.fix-header header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99 !important;
  background: #fff;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
  transition: all 0.3s ease;
}
/* header css end  */

/* footer css start  */
.phone-number {
  text-align: left;
  font: normal normal bold 20px/25px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
}
/* footer css end  */
/* home banner css start */
.hero__banner .banner_content {
  translate: -50% -50%;
}
.hero__banner .banner_content .elementor-button:hover {
  border-color: var(--color1) !important;
}
.hero-banner .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: inherit;
  left: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  text-align: left !important;
  transform: translate(0%, -50%);
}
.hero-banner .carousel-caption h3 {
  font: normal normal normal 52px/62px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: #f68e3a;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 50% !important;
}
.arrow-control-slider span:hover {
  /* background-color: var(--color1); */
}

.arrow-control-slider .control-prev {
  border-radius: 5px;
}
.arrow-control-slider .control-next {
  border-radius: 5px;
}
.arrow-control-bottom {
  display: flex;
  position: absolute;
  top: 15%;
  left: 40%;
  z-index: 9;
}

.hero-banner .indicators-num {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: 9;
  width: 100%;
}
.hero-banner .carousel-indicator {
  display: flex;
}
.hero-banner .carousel-indicator span {
  color: #fff;
}
.hero-banner .carousel-indicator button {
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0;
  border: 0 !important;
  margin-right: 8px;
}
.hero-banner .carousel-indicator button .budge {
  background: #eee !important;
  opacity: 1 !important;
  padding: 3px 15px 3px 15px !important;
  border: 0 !important;
  border-radius: 0;
  width: 30px !important;
  height: 10px !important;
  display: inline-block;
}
.hero-banner .carousel-indicator button.active .budge {
  background: var(--color1) !important;
}
.hero-banner .carousel-indicator button .number {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.hero-banner .carousel-indicator button.active .number {
  color: var(--color1) !important;
}
.hero-banner .testimonial-details {
  padding-bottom: 70px;
  padding-right: 70px;
}
.hero-banner .testimonial-details .qoute {
  font: normal normal bold 110px/35px Mulish;
  color: #f68e3a;
  margin-bottom: 0;
}
.hero-banner .testimonial-details .description {
  font: normal normal normal 16px/28px Mulish;
  letter-spacing: 0px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.hero-banner .testimonial-details .author-name {
  font: normal normal 300 22px/26px Spectral;
  letter-spacing: 0px;
  color: #8bb1cc;
  margin-bottom: 0;
}


.hero-banner .description .full-content {
  display: none;
  background: #8BB1CC 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #0000000F;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 100%;
  z-index: 10;
  width: 100%;
}
.tmore {
font: normal normal bold 15px/21px Mulish;
letter-spacing: 0px;
color: #F68E3A;
text-transform: lowercase;
}

.hero-banner .description .tmore:hover ~ .full-content {
  display: block;
}

/* home banner css end */

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}
.pagination-style-one .page-numbers.current {
  /* font-weight: 700 !important; */
  color: var(--color2) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 600 16px / 22px Mulish !important;
  letter-spacing: 0px;
  color: #0f0f0f !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 8px;
  text-decoration: none !important;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.pagination-style-one .page-numbers i {
  color: var(--color2);
}
/* pagination style one css start  */

/* Blog css start */

.blog-post-card {
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.blog-image-wrapper span {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: var(--color2);
  background-image: url(https://draftsite1.com/ace-vet-care/wp-content/uploads/2025/07/arrow-upright.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  border-radius: 50%;
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: 0.3s ease all;
}
.blog-image-wrapper span:hover {
  background-color: var(--color1) !important;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
  transition: 0.3s ease all;
}
.blog-post-card:hover .blog-image-wrapper img {
  transform: scale(1.05);
}
.blog-post-card:hover .blog-image-wrapper span {
  opacity: 1;
}
.blog-category-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--color1) !important;
  color: #fff;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: capitalize;
}
.breadcrumbs-article {
  text-align: left;
  font: normal normal normal 15px/20px Mulish;
  letter-spacing: 0px;
  color: #f68e3a;
}
.breadcrumbs-article a {
  color: #9d9d9d;
}
.blog-content {
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  margin: 0;
}

.blog-content h2 a {
  text-align: left;
  font: normal normal 500 22px/30px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
  opacity: 1;
  text-decoration: none;
  display: block;
}
.blog-content p {
  margin-top: 10px;
  margin-bottom: 8px;
  font: normal normal normal 16px/25px Mulish;
  letter-spacing: 0px;
  color: var(--color3);
  opacity: 1;
}
.blog-post-card .blog-content p {
  margin-top: 10px;
  margin-bottom: 8px;
  font: normal normal normal 16px/25px Mulish;
  letter-spacing: 0px;
  color: #8bb1cc;
  text-transform: uppercase;
  opacity: 1;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font: normal normal 500 30px/40px Mulish;
  color: var(--color3);
}

.read-more-btn {
  display: inline-block;
  background: var(--color2);
  font-size: 16px !important;
  color: #fff !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
  margin-top: 15px;
  font-weight: 500;
  text-decoration: none;
}

.read-more-btn:hover {
  background: #292c2d !important;
  color: #fff !important;
}

h3.cat-color {
  color: var(--color1) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  padding-bottom: 2px !important;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.sidebar-box {
  background: #fff;
  border: solid 1px #ececec;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 15px;
}

.category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-list li {
  width: 190px;
  margin: 10px;
}

.category-list a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  font: normal normal 600 16px/22px Mulish;
  letter-spacing: 0px;
  color: #3d6580;
  display: block;
  border: 1px solid #3d6580;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 20px;
}

.category-list a:hover {
  color: #f68e3a;
  border-color: #f68e3a !important;
}
.article-detail {
  padding: 0px 0 70px;
}
.topwrap .details-title {
  font: normal normal 300 60px/80px Spectral;
  letter-spacing: 0px;
  color: #3d6580;
}
.prevnext-post {
  font-size: 14px;
}
.recent-post {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center !important;
}

.recent-post img {
  width: 70px;
  display: block;
}

.recent-post a {
  font-size: 16px !important;
  color: #292c2d !important;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 21px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-date {
  font-size: 14px !important;
  color: #292c2d !important;
  margin-top: 2px;
}

/* blog css end */

/* testimonials css start */

/* testimonials box one  css start */

.testimonials-box-one {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 10px 150px 10px 10px;
  padding: 0px 50px 50px 50px;
  text-align: center;
  margin-top: 55px;
  position: relative;
}
.testimonials-box-one:before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(100% + 4px);
  height: 10px;
  background: var(--color1);
  left: -2px;
  border-radius: 0px 0px 10px 10px;
  transition: all 0.4s ease;
}
.testimonials-box-one:hover:before {
  content: "";
  background: var(--color2);
}

.testimonials-box-one .img-wrap {
  position: relative;
  margin-top: -50px;
}

.testimonials-box-one .img-wrap img {
  width: 100px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.testimonials-box-one .title,
.testimonials-box-one-popup .title {
  font: normal normal normal 21px / 25px Mulish;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 5px;
  margin-top: 20px;
}
.testimonials-box-one .quate-img img {
  width: 25px;
  margin: 0 auto;
}
.testimonials-box-one .rating-area {
  color: #ffc107;
  font-size: 20px;
  margin-top: 24px;
}
.testimonials-box-one .content-box {
  height: 130px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}



.read-more-link {
  text-decoration: underline !important;
  font: normal normal 700 15px / 28px Mulish;
  letter-spacing: 0px;
  color: #292c2d !important;
}

/* testimonials box one  css end */

/* testimonials box two  css start */
.testimonials-box-two {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 2px 5px 10px #d9d6cd29;
  border-radius: 20px;
  padding: 25px;
}
.testimonials-box-two .testimonials-wrap,
.testimonials-box-two-slider .testimonials-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
.testimonials-box-two .content-box {
  font: normal normal 500 16px / 24px Mulish;
  letter-spacing: 0px;
  color: #3a3a3a;
  margin-bottom: 30px;
}
.testimonials-box-two .content-box strong {
  color: #bfa74b;
  font-weight: 500 !important;
  font-style: italic;
}
.testimonials-box-two .testimonials-wrap .img-wrap img,
.testimonials-box-two-slider .testimonials-wrap .img-wrap img {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials-box-two .testimonials-wrap .title,
.testimonials-box-two-slider .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Mulish;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.testimonials-box-two .testimonials-wrap {
  color: #ffc107;
  font-size: 16px;
}

/* testimonials css start */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}
.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%)
    hue-rotate(348deg) brightness(102%) contrast(103%);
}
.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}
.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}
.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}
.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}
.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Mulish;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}
.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  background: var(--color2);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9;
  color: #fff;
  cursor: pointer;
  font-size: 0 !important;
}
.arrowbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 30px;
  height: 30px;
  background-image: url(https://draftsite1.com/ace-vet-care/wp-content/uploads/2025/07/arrow-upright.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  scale: -1;
  rotate: 45deg;
}
.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}
.left-btn {
  left: -60px;
}
.right-btn {
  right: -60px;
}
.right-btn::after {
  rotate: -135deg !important;
}
ul.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  list-style: none;
}
ul.slick-dots li {
  margin: 0 5px;
}
ul.slick-dots li button {
  padding: 5px;
  font-size: 0;
  border-radius: 50% !important;
  width: 10px;
  height: 10px !important;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}
/* slick dots end  */

/* download pdf start */

.download-box .img-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #bec0c5;
  border-radius: 20px;
  overflow: hidden;
}
.download-box .img-box img {
  transition: 0.3s ease all;
}
.download-box:hover .img-box img {
  scale: 1.1;
}
.download-box .text-box h4 {
  text-align: left;
  font: normal normal 500 20px/26px Mulish;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
}
.download-box .text-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.download-box .text-box .elementor-button img {
  filter: brightness(10);
}
.download-box .text-box .elementor-button:hover img {
  filter: inherit;
}

/* download pdf end */

/* other box one css start */

.other-box-one .img-wrap {
  position: relative;
  overflow: hidden;
}
.other-box-one .img-wrap img {
  transition: all 0.4s ease;
}
.other-box-one .img-wrap .btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
}
.other-box-one:hover .img-wrap .btn-center {
  opacity: 1;
}
.other-box-one:hover .img-wrap img {
  transform: scale(1.05);
}
.other-box-one .content-box .date {
  font: normal normal 600 13px / 18px Mulish;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px Mulish;
  letter-spacing: 0px;
  color: var(--color1);
  margin-bottom: 10px;
}
/* other box one css start */

/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}
ul#project-filter-list li {
  margin: 0 10px;
}
ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Mulish;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}
ul#project-filter-list li .cats.active {
  color: var(--color1);
}
/* filter css end */

/* portfolio css start  */

.portfolio-box {
  position: relative;
  z-index: 0;
}
.portfolio-box:before {
  content: "";
  background: transparent
    linear-gradient(180deg, #ffffff 0%, #e3e3e3 43%, #575757 60%, #000000 100%)
    0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  border-radius: 22px 155px 22px 22px;
  opacity: 0.75;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 0;
}

.portfolio-box .portfolio-wrap {
  transition: all 0.4s ease;
  border-radius: 22px 150px 22px 22px;
  transform: translateY(53px);
}
.portfolio-box .portfolio-effect {
  overflow: hidden;
}
.portfolio-box .portfolio-img img {
  border-radius: 22px 150px 22px 22px;
}
.portfolio-box:hover .portfolio-wrap {
  transition: all 0.4s ease;
  transform: translateY(0px);
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: #fff;
}
.portfolio-info .title {
  font: normal normal normal 28px / 35px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-normal {
  display: flex !important;
  align-items: center !important;
  font: normal normal 700 16px / 20px Mulish !important;
  letter-spacing: 0px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.btn-normal svg {
  fill: #fff;
  margin-left: 10px;
  transition: all 0.4s ease;
  height: 14px !important;
}
.btn-normal:hover {
  color: var(--color1) !important;
}
.btn-normal:hover svg {
  fill: var(--color1) !important;
  transform: translateX(10px);
}
/* portfolio css end  */

.other-box-two {
  background: #fafafa 0% 0% no-repeat padding-box;
  border-radius: 20px;
}
.other-box-two .text-box {
  padding: 30px;
}
.other-box-two h4 {
  text-align: left;
  font: normal normal 600 24px / 34px Mulish;
  letter-spacing: 0px;
  color: #101010;
  opacity: 1;
}
.other-box-two .videos-box video {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  min-height: 240px;
  object-fit: cover;
}

button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

/* wh choose us start  */
.choose-box:hover {
  background: var(--color2);
  transition: 0.3s ease all;
}
.choose-box:hover h3 {
  font-weight: bold;
}
.choose-box:hover h3,
.choose-box:hover p {
  color: #fff !important;
}
.choose-box .description {
  display: none;
  margin-bottom: 0;
}
.choose-box:hover .description {
  display: inline-block;
}
/* wh choose us end  */

/* accordian start  */
.teammember-accordian .e-n-accordion-item-title-text {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teammember-accordian .e-n-accordion-item-title-text small {
  font-size: 18px;
  font-weight: lighter;
}
.teammember-accordian .e-n-accordion-item-title {
  position: relative;
}
.teammember-accordian .e-n-accordion-item-title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(https://draftsite1.com/ace-vet-care/wp-content/uploads/2025/07/icon-paw-4.svg)
    no-repeat center center;
  background-size: contain;
  filter: brightness(15);
}
.elementor-widget-n-accordion
  .e-n-accordion-item[open]
  > .e-n-accordion-item-title::before {
  filter: inherit;
}
.teammember-accordian.contactus .e-n-accordion-item-title-text {
  width: auto !important;
}
.teammember-accordian.contactus .e-n-accordion-item-title:before {
  background-image: url(https://draftsite1.com/ace-vet-care/wp-content/uploads/2025/07/icon-paw.svg);
  filter: inherit !important;
}
/* accordian end  */

/* contact form start  */
.contact-form select {
  padding: 12px 10px 15px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #8bb1cc;
}
.contact-form select:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  box-shadow: none !important;
}
.contact-form textarea {
  height: 150px;
}
.contact-form .elementor-button {
  border: 0;
}
/* contact form end  */

@media only screen and (max-width: 768px) {
  h3.cat-color {
    font-size: 18px !important;
  }
  .sidebar-box {
    padding: 10px;
  }
  .blog-content h2 {
    font-size: 24px !important;
  }
  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }
  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }
  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  ul#project-filter-list li .cats {
    font-size: 16px;
    padding: 5px 2px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .other-box-two h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

/* services start  */
.service-box {
  position: relative;
  border-radius: 35px;
}
.service-box .img-box {
  position: relative;
  border-radius: 35px;
}
.service-box .img-box img.w-100 {
  border-radius: 35px;
  min-height: 600px;
  object-fit: cover;
  object-position: top center;
}
.service-box .img-box .icon {
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 9;
  width: 85px;
  background: #F68E3A;
  padding: 15px;
  border-radius: 50%;
}
.service-box:hover .img-box .icon {
  background: #3D6580;
}
.service-box h2 {
  text-align: left;
  font: normal normal 500 35px/45px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 0px 5px 10px #0000001a;
}
.service-box .img-box h2 {
  position: absolute;
  left: 30px;
  bottom: 40px;
  margin: 0;
  transition: 0.3s ease all;
}
.service-box .text-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f68f3ada 0% 0% no-repeat padding-box;
  border-radius: 35px;
  display: grid;
  align-items: center;
  padding: 30px;
  opacity: 0;
  transition: 0.3s ease all;
}
.service-box .text-box ul {
  padding-left: 20px;
}
.service-box .text-box ul li {
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.4;
}
.service-box .text-box .elementor-button {
  background: #fff !important;
  border: 0 !important;
  color: var(--color3);
  padding: 10px 40px !important;
}
.service-box .text-box .elementor-button:hover {
  background: var(--color1) !important;
  color: #fff !important;
}
.service-box:hover .img-box h2 {
  opacity: 0;
}
.service-box:hover .text-box {
  opacity: 1;
}
/* services end  */

/* service details start */
.service-details {
  padding-bottom: 40px;
  height: 600px;
  overflow-y: auto;
}
.service-details::-webkit-scrollbar {
  display: none;
}
.service-details .accordion-item {
  border: 0;
  border-bottom: 1px solid #8bb1cc !important;
}
.service-details .accordion {
  border-top: 1px solid #8bb1cc !important;
  padding-right: 40px;
}
.service-details .accordion button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  font: normal normal 500 20px/30px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
  text-align: left;
  padding: 20px 0 !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-details .accordion button:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  background: none !important;
  font-size: 18px;
}
.service-details .accordion-button:not(.collapsed) {
  color: #8bb1cc;
}
.service-details .accordion-button:not(.collapsed):after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
}
.service-details .accordion .accordion-body {
  line-height: 1.3;
  padding: 0px 0 20px !important;
}
.service-details .accordion-item:last-of-type {
  border-radius: 0 !important;
}
.service-details p {
  line-height: 1.7;
}
.service-details .action-btn .elementor-button {
}
.service-details .action-btn .other-link {
  font: normal normal 600 16px/22px Mulish;
  letter-spacing: 0px;
  color: #292c2d;
  text-decoration: none;
}
.service-details .action-btn .other-link:hover {
  color: #f68e3a;
}

/* service details end */

@media screen and (max-width: 991px) {
  .testimonials-heading {
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
  }
  .hero-banner .testimonial-details {
    padding: 0 10px;
  }
  .hero-banner .testimonial-details .qoute {
    font-size: 70px;
  }
  .arrow-control-bottom {
    left: inherit;
    right: 0;
    top: -15%;
  }
  .service-box h2 {
    font: normal normal 500 25px/35px Mulish;
  }
  .service-box .text-box ul li {
    font-size: 14px;
  }
  .service-box .text-box {
    padding: 20px;
  }
  .service-box .img-box h2 {
    left: 20px;
  }
  .service-box .img-box .icon {
    width: 55px;
  }
  .topwrap .details-title {
    font: normal normal 300 35px/50px Spectral;
  }
  .service-box .img-box img.w-100 {
    min-height: 300px;
  }
  .service-details .accordion {
    padding-right: 0;
  }
  .service-details .accordion button {
    font: normal normal 500 16px/25px Mulish;
  }
  .right-btn {
    right: 0px;
  }
  .left-btn {
    left: 0px;
  }
  .hero-banner .description .full-content {
    bottom: 20px;
    left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service-details {
    padding-top: 20px;
    height: auto;
  }
  .teammember-accordian .e-n-accordion-item-title-text {
    width: auto !important;
  }
  .teammember-accordian .e-n-accordion-item-title-text small {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .category-list {
    display: block;
  }
  .category-list li {
    width: 100%;
    margin: 10px 0;
  }
}

.wooicon:hover svg path {
  fill: var(--color2);
}

/* enquiry product css */

.product-card .img-box {
  overflow: hidden;
  margin-bottom: 0 !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dddddd;
  border-radius: 15px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}
.product-card .img-box img {
  transition: all 0.4s ease;
}
.product-card:hover .img-box img {
  transform: scale(1.02);
}

.product-card:hover .img-box {
  filter: brightness(0.9);
}

.product-card .product-wrap {
  position: relative;
}
.product-card .product-wrap .custom-hover-buttons {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}
.product-card:hover .product-wrap .custom-hover-buttons {
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product-card .product-name {
  font: normal normal 600 18px / 26px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
  padding: 0;
  text-align: left;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-card .price {
  font: italic normal normal 16px / 24px Mulish;
  letter-spacing: 0px;
  color: #8bb1cc;
}

/* product details  */

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  text-align: left;
  font: normal normal normal 14px / 20px Mulish;
  letter-spacing: 0px;
  color: #9d9d9d;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--color2) !important;
}

.breadcrumb .breadcrumb-item.active {
  color: var(--color2);
}
.product-details-gallery .thumbnail-slider .slick-list {
  height: auto !important;
}
.product-details-gallery .thumbnail-slider {
  max-width: 120px;
}
.product-details-gallery .product-slider {
  width: calc(100% - 120px);
  height: 100% !important;
}
.product-slider .slick-slide img {
  width: 100%;
}

.thumbnail-slider .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.thumbnail-slider .slick-slide img {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 2px;
}
.thumbnail-slider .slick-current img {
  border: 1px solid #3e6580;
}
.product-details-gallery .product-slider .slick-current {
  padding-right: 2px;
}
.product-details-gallery .product-slider img {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.product_details {
  position: relative;
}
.product_details:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 70px;
  height: 70px;
  background-image: url(https://draftsite1.com/ace-vet-care/wp-content/uploads/2025/07/paws.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.product_details .title {
  font: normal normal 500 40px / 50px Mulish;
  color: var(--color3);
  margin-bottom: 15px;
  opacity: 1;
}
.product_details .price {
  font: italic normal normal 18px/24px Mulish;
  letter-spacing: 0px;
  color: #8bb1cc;
  opacity: 1;
}
button#EnquireNow {
  background: #f68e3a 0% 0% no-repeat padding-box;
  border: 0;
  font: normal normal 600 16px / 24px Mulish;
  padding: 12px 50px;
}
button#EnquireNow:hover {
  background: #3e6580 0% 0% no-repeat padding-box;
  border: 0;
  font: normal normal 600 16px / 24px Mulish;
  padding: 12px 50px;
}

.related-products {
  padding: 70px 0;
}

.related-products .page-title {
  text-align: center;
  font: normal normal normal 40px / 52px Spectral;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  margin-bottom: 50px;
}

.prodcut-more-info {
  background: #8bb1cc;
  padding: 50px 0;
}
.prodcut-more-info .nav-tabs .nav-link {
  text-align: left;
  font: normal normal normal 16px / 40px Mulish;
  letter-spacing: 0px;
  color: #ffffff !important;
  text-transform: uppercase;
  opacity: 1;
  padding: 0 !important;
  margin-right: 30px;
  position: relative;
  border: 0 !important;
}
.prodcut-more-info .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #f68e3a;
  opacity: 0;
}
.prodcut-more-info .nav-tabs .nav-link.active,
.prodcut-more-info .nav-tabs .nav-link:hover,
.prodcut-more-info .nav-tabs .nav-link:focus,
.prodcut-more-info .nav-tabs .nav-link:focus-visible {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.prodcut-more-info .nav-tabs .nav-link.active:before {
  opacity: 1;
}
.prodcut-more-info .tab-content .tab-pane {
  font: normal normal normal 16px / 23px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 30px 0;
}

.modal-product-enquiry button.btn-close,
.modal-product-enquiry button.btn-close:focus,
.modal-product-enquiry button.btn-close:focus-visible {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  border: 0 !important;
  background-color: transparent !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  z-index: 9 !important;
  outline: none !important;
  box-shadow: none !important;
}
.filter-by-pets label {
  font: normal normal 600 16px / 24px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
}
.prescription {
  background: #f0f0f0;
  padding: 30px;
  text-align: center;
}
.prescription h3 {
  font: normal normal bold 19px/26px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
  margin: 0;
}
.prescription .para {
  font: normal normal normal 16px/23px Mulish;
  letter-spacing: 0px;
  color: #0f0f0f;
}
.prescription input {
  display: none;
}
.prescription .upload {
  background: #0f0f0f 0% 0% no-repeat padding-box;
  padding: 12px 20px;
  border-radius: 100px;
  font: normal normal 600 16px/21px Mulish;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.prescription .sub {
  font: italic normal normal 14px/20px Mulish;
  letter-spacing: 0px;
  margin-bottom: 0;
  color: #9d9d9d;
}
.wpcf7-response-output {
  display: none !important;
}
.hidden-upload {
  display: none;
}
.product-pets {
  font: normal normal normal 16px / 21px Mulish;
  letter-spacing: 0px;
  color: #8bb1cc;
}

@media screen and (max-width: 768px) {
  .product-details-gallery .thumbnail-slider {
    max-width: 100%;
  }
  .product-details-gallery .thumbnail-slider .slick-list .slick-track {
    display: flex !important;
    height: auto !important;
  }
  .product-details-gallery .product-slider {
    width: calc(100%) !important;
  }
  .woocommerce-shop-banner .banner-title h1, .banner-title h1 {
    font: normal normal 300 24px / 33px Spectral;
}
}






.wau_wrapper_div label {
	margin-bottom: 5px !important;
}

.align-items-end {  
	align-items: start !important;
}

.testimonial-details{
	margin-top: 300px !important;
}

@media only screen and (max-width: 768px) {

    .testimonial-details {
        margin-top: auto!important;
    }
	.hero-banner .testimonial-details .author-name {
    margin-bottom: 15px !important;
}
.menu-item a.hfe-sub-menu-item {
    padding-left: 0 !important;
}
} 

@media only screen and (max-width: 768px) {
    .cart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cart .quantity {
        margin-bottom: 15px;
    }

    .cart .single_add_to_cart_button {
        width: auto;
    }
}


@media only screen and (max-width: 768px) {
    .row .col-md-6:has(.cf7sr-recaptcha) {
        display: flex;
        justify-content: center;
    }

    .row .col-md-6.text-end {
        text-align: center !important;
        margin-top: 15px;
    }
}


input[type="file"] {
    text-align: center;
    text-align-last: center;
    direction: rtl;
}
