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

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

:root {
  --color1: #ff7cb2;
  --color2: #ff7cb2;
  --color3: #191919;
  --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%;
}

/* my css start */

.footer-icon .elementor-icon-list-item:hover svg path,
.menu-icon .elementor-icon-list-item:hover svg path {
  fill: #ef659e !important;
}

.hfe-menu-item .hfe-menu-toggle i {
  color: #ef659e !important;
  font-size: 17px !important;
}

a.hfe-sub-menu-item {
  justify-content: center !important;
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
  left: -50px;
}
.htslider-postslider-area ul.slick-dots li button:hover,
.htslider-postslider-area .slick-dots li.slick-active button {
  background-color: #ffffff !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-lg {
  padding: 13px 45px 13px 45px;
  border: solid 1px #ef659e !important;
}
.wpcf7-spinner {
  position: absolute !important;
}

textarea.form-control {
  height: 140px !important;
}

.wpcf7 form ::-webkit-input-placeholder {
  color: #cbcbcb !important;
  font-weight: 400 !important;
}
.wpcf7 form :-ms-input-placeholder {
  color: #cbcbcb !important;
  font-weight: 400 !important;
}
.wpcf7 form ::-ms-input-placeholder {
  color: #cbcbcb !important;
  font-weight: 400 !important;
}
.wpcf7 form :-moz-placeholder {
  color: #cbcbcb !important;
  opacity: 1;
  font-weight: 400 !important;
}
.wpcf7 form ::-moz-placeholder {
  color: #cbcbcb !important;
  opacity: 1;
  font-weight: 400 !important;
}

.wpcf7 select.form-control {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  font-family: poppins;
  font-size: 13px;
  color: #cbcbcb;
  border: 1px solid #6e6e6e;
  background-color: #fff;
  appearance: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("https://draftsite1.com/pawtraits/wp-content/uploads/2025/11/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  padding-right: 40px;
}

.wpcf7 select.form-control option {
  color: #191919;
}

.wpcf7 select.form-control option:first-child {
  color: #191919;
}

.con-link em {
  text-decoration: underline !important;
}

.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;
}

.woocommerce ul.products li.product:hover .custom-hover-buttons {
  opacity: 1;
  top: 35%;
  transform: translate(-50%, -35%);
}

.custom-hover-buttons .view-product-btn {
  background: #ef659e !important;
  border-radius: 50%;
  padding: 10px;
}

.custom-hover-buttons .view-product-btn:hover {
  background: #ff7cb2 !important;
}

.custom-hover-buttons .add-to-cart-btn {
  background: #ef659e !important;
  border-radius: 50%;
  padding: 10px;
}

.custom-hover-buttons .add-to-cart-btn:hover {
  background: #ff7cb2 !important;
}

li.product .product-image-wrapper {
  position: relative;
  overflow: hidden;
}

li.product .product-image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.3s ease-in-out;
  pointer-events: none;
}

li.product:hover .product-image-wrapper::after {
  opacity: 1;
}

form.cart::before {
  content: "COLOUR" !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px !important;
}
.single_variation_wrap::before {
  content: "QUANTITY" !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  letter-spacing: 0.5px !important;
}

.featured-works-slider .right-btn.arrowbtn.slick-arrow {
  right: 0 !important;
}
.featured-works-slider .slick-slide img {
  display: block !important;
  padding: 5px !important;
}
/* footer hover text icon start */
.order-cont .order-trac-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.order-cont:hover .order-trac-text {
  opacity: 1;
  visibility: visible;
}

.order-cont:hover:not(:has(.order-trac-icon:hover)) .order-trac-text {
  opacity: 0;
  visibility: hidden;
}
/* footer hover text icon end */

/* BLOG PAGE START */

.blog-featured span.featured {
  font-size: 11px !important;
  font-weight: 500 !important;
  background-color: #a060d0 !important;
  color: #fff !important;
  padding: 6px 15px !important;
  border-radius: 100px;
}
.blog-featured h2 {
  font: normal normal 600 26px/35px Poppins;
  color: #191919;
  margin-top: 30px !important;
}
.blog-featured p {
  font: normal normal normal 13px/22px Poppins;
  color: #6e6e6e !important;
}
.blog-featured date.post-date {
  font: normal normal normal 12px/22px Poppins;
  color: #b4b4b4 !important;
  font-style: italic;
}
.blog-featured .read-more {
  background-color: transparent !important;
  color: #191919 !important;
  font: normal normal bold 13px/21px Poppins;
  padding: 0 !important;
  border: none !important;
}
.blog-featured span.read-more-arrow {
  color: #191919 !important;
  background-color: transparent !important;
  margin: 0px 0px 1px 5px;
}

.blog-card .post-date {
  display: block;
  margin-top: 10px;
}

.blog-card date.post-date {
  font: normal normal normal 12px/22px Poppins;
  color: #b4b4b4 !important;
  font-style: italic;
  border-top: solid 1px #f1eded !important;
  margin-top: 20px;
  padding-top: 10px;
}
.blog-card .read-more {
  background-color: transparent !important;
  color: #191919 !important;
  font: normal normal bold 13px/21px Poppins;
  padding: 0 !important;
  border: none !important;
}
.blog-card span.read-more-arrow {
  color: #191919 !important;
  background-color: transparent !important;
  margin: 0px 0px 1px 5px;
}

.blog-card span.blog-category {
  font-family: poppins !important;
  font-size: 13px !important;
  color: #a060d0 !important;
}
.blog-card h5 {
  font: normal normal 600 17px/25px Poppins;
}
.blog-card p {
  font: normal normal normal 13px/22px Poppins;
  color: #6e6e6e !important;
}
.blog-card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-card-body {
  padding: 20px !important;
}

.blog-card .read-more:hover,
.blog-featured .read-more:hover {
  border-bottom: solid 2px #000 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
}

.blog-inner .breadcrumb a,
.breadcrumb .active {
  color: #ef659e !important;
  font: normal normal normal 13px/22px Poppins;
}

.blog-inner .breadcrumb {
  --bs-breadcrumb-divider: " / " !important;
  color: #ef659e !important;
  font: normal normal normal 13px/22px Poppins;
}
.blog-inner span.Feature-inner {
  font-size: 11px !important;
  font-weight: 500 !important;
  background-color: #a060d0 !important;
  color: #fff !important;
  padding: 6px 15px !important;
  border-radius: 100px;
}
.blog-inner h1 {
  font: normal normal 600 30px/45px Poppins;
  padding: 20px 0px 0px 0px !important;
}
.blog-inner p.date {
  font: normal normal normal 13px/20px Poppins;
  color: #6e6e6e !important;
  padding-bottom: 30px !important;
}
.blog-inner p {
  font: normal normal normal 13px/25px Poppins;
  color: #191919;
}

.blog-inner h5,
.blog-inner h4,
.blog-inner h3,
.blog-inner h2 {
  font-size: 18px !important;
}

.blog-inner img.fea-img {
  width: 100%;
  padding-bottom: 30px !important;
}
.prev-next-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(0);
}

.blog-inner img.prev-next-icon.ms-1,
.blog-inner img.prev-next-icon.me-1 {
  padding-bottom: 0px !important;
}
.blog-inner a.text-decoration-none.d-flex.align-items-center {
  color: #000 !important;
  font: normal normal normal 13px/25px Poppins;
  font-style: italic !important;
}
.blog-inner a.text-decoration-none.d-flex.align-items-center:hover {
  color: #6e6e6e !important;
}
.blog-inner .d-flex.justify-content-between a:hover {
  color: #6e6e6e !important;
}
.blog-inner .d-flex.justify-content-between a:hover img.prev-next-icon {
  filter: brightness(0) invert(35%) sepia(10%) hue-rotate(200deg) saturate(0);
}
.blog-inner .d-flex.justify-content-between a {
  transition: color 0.3s ease;
}
.blog-inner .d-flex.justify-content-between img.prev-next-icon {
  transition: filter 0.3s ease;
}
.pro-tips {
  background-color: #ef659e;
  padding: 15px 15px;
  margin-bottom: 80px !important;
}
.pro-tips p {
  color: #fff !important;
}

/* BLOG PAGE END */

/* testimonial start */

.testimonials-box-one {
  padding: 40px 80px;
  position: relative;
  background-color: #fff;
}

.testimonials-box-one .testimonials-wrap img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
  border-radius: 50%;
}
.testimonials-box-one .title {
  text-align: left;
  font: normal normal 500 12px/30px poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-top: 10px;
}
.testimonials-box-one .testimonials-wrap .position {
  text-align: left;
  font: normal normal normal 14px/20px Montserrat;
  letter-spacing: 0px;
  color: #9d9d9d;
}
.testimonials-box-one .rating {
  color: #a060d0;
  font-size: 30px;
  margin-bottom: 10px;
}
.testimonials-box-one .content-box .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  font: normal normal 14px/25px poppins;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
/* testimonial end */

.custom-hover-buttons img {
  filter: brightness(0) invert(1) !important;
}

/* team start */

.team-box {
  background-color: #fff !important;
}
button.team-btn {
  margin-bottom: 30px !important;
}
.team-box .content-box {
  padding: 0 30px 5px 30px !important;
}
.team-box h3 {
  font: normal normal 600 20px/20px Poppins;
  color: #191919 !important;
}
.team-box span.occupation {
  font: italic normal normal 12px/20px Poppins;
  color: #6e6e6e !important;
}
.team-box p {
  font: normal normal normal 13px/20px Poppins;
  color: #000 !important;
  margin-top: 15px;
  margin-bottom: 20px !important;
}
.team-btn {
  padding: 15px 50px !important;
  border: none !important;
}
.team-btn {
  display: block;
  margin: 0 auto;
}

.team-details h3 {
  font-family: Oswald !important;
  font-size: 32px !important;
  color: #191919 !important;
  margin-bottom: 5px !important;
}
span.pop-occupation {
  font: normal normal normal 13px/20px Poppins;
  color: #6e6e6e !important;
}
.team-details p {
  font: normal normal normal 13px/20px Poppins;
  color: #000;
}
.team-details {
  padding-right: 50px;
}

.modal-body button.btn-close {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  color: #000000 !important;
}
.modal-body .btn-close {
  filter: brightness(0) !important;
  opacity: 1 !important;
}

.modal-body button.btn-close:hover {
  background-color: transparent;
  color: #000000 !important;
  border: none !important;
}
.modal-lg,
.modal-xl {
  --bs-modal-width: 1000px !important;
}

/* team end */

/* gallery start */

.gallery-modal button.btn-close.position-absolute.top-0.end-0.m-3 {
  position: absolute;
  right: -76px !important;
  top: -20px !important;
  background-color: transparent !important;
  border: none !important;
  opacity: 1;
  filter: invert(1) brightness(600%) !important;
}

/* Hover zoom effect */
.video-card .img-hover-journal img:first-child {
  transition: transform 0.4s ease;
}

.video-card:hover .img-hover-journal img:first-child {
  transform: scale(1.06);
}

.img-hover-journal {
  overflow: hidden !important;
}

.video-card .img-hover-journal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.video-card:hover .img-hover-journal::after {
  opacity: 0.3;
}

.gallery-card .hover-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a060d0;
  color: #fff;
  padding: 8px 18px;
  border-radius: 100px !important;
  font-family: poppins;
  font-size: 12px;
  font-weight: 500;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.gallery-card .img-hover-journal:hover .hover-label {
  opacity: 1;
}

.gallery-modal .modal-body span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #a060d0;
  color: #fff;
  padding: 8px 18px;
  border-radius: 100px;
  font-family: poppins;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

/* gallery end */
/* testimonial page css start */

/* filter start */
#testimonial {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#testimonial li {
  margin: 0;
}

.cats {
  display: block;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 500;
  font-family: poppins !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 50px;
  color: #212529;
  background-color: #fff;
  border: 1px solid #191919;
  transition: all 0.2s ease-in-out;
}
.cats:hover:not(.active) {
  border-color: #ef659e;
  color: #fff;
  background-color: #ef659e;
}

.cats.active {
  color: #fff;
  background-color: #ef659e;
  border-color: #ef659e;
  pointer-events: none;
}

/* filter end */

.testimonials .right-btn.arrowbtn.slick-arrow {
  right: 0 !important;
}

.rating span {
  font-size: 25px;
  color: #a060d0 !important;
}

.testimonials .description {
  font: normal normal normal 13px/20px Poppins;
  color: #000 !important;
  margin: 10px 0px !important;
}

.testimonials .author {
  font: normal normal 600 12px/20px Poppins;
  text-transform: uppercase !important;
}
.testi-box {
  padding: 20px !important;
}

.testimonials ul.slick-dots {
  position: absolute;
  justify-content: center;
  margin-top: 0px;
  list-style: none;
  padding: 0 !important;
  bottom: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 50%;
  translate: -50% 0;
}

.testimonials ul.slick-dots li.slick-active button,
.testimonials ul.slick-dots li button:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* testimonial page css end */
.breadcrumb-item + .breadcrumb-item::before {
  color: #ef659e !important;
}
.modal-content .img-box img {
  height: 500px !important;
}
.modal-content .team-details {
  height: 480px !important;
  overflow-y: scroll !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.modal-content .team-details::-webkit-scrollbar {
  display: none !important;
}

/* blog back button single page start */

.blog-inner .back-btn-custom {
  display: flex;
  align-items: center;
  background: transparent !important;
  border: none;
  color: #000 !important;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 600;
}
.blog-inner .back-btn-custom .icon {
  display: flex;
  align-items: center;
  margin-right: 0px;
  background-color: #ebebeb !important;
  padding: 10px !important;
  border-radius: 50px !important;
}
.blog-inner .back-btn-custom .icon img {
  width: 12px !important;
  height: 12px !important;
}
.blog-inner .back-btn-custom .text {
  padding: 6.2px 20px 6.2px 5px;
  border-radius: 0px 100px 100px 0px;
  color: #000 !important;
  background: linear-gradient(to right, #ebebeb 0%, #ebebeb 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  transition: background-size 0.35s ease !important;
}

.blog-inner .back-btn-custom:hover .text {
  background-size: 100% 100% !important;
}

.blog-inner .back-btn-custom:hover .icon {
  border-radius: 100px 0px 0px 100px !important;
}
.blog-inner .back-btn-custom .icon img {
  width: 12px !important;
  height: 12px !important;
  transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1) !important;
  transform-origin: center;
}
.blog-inner .back-btn-custom:hover .icon img {
  transform: rotate(-45deg) scale(1.05);
}

span.read-more-arrow img {
  margin-bottom: 1px !important;
}

/* blog back button single page end */

/* color variation start */

.cfvsw-swatches-container .cfvsw-swatches-option {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 20px !important;
  border-radius: 50px;
}
.cfvsw-swatches-container .cfvsw-swatches-option .cfvsw-swatch-inner {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
}
.cfvsw-swatches-container .cfvsw-swatches-option::after {
  content: attr(data-title);
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  display: inline-block;
}
.cfvsw-swatches-container .cfvsw-swatches-option {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: solid 1px #ebebeb !important;
  border-radius: 100px !important;
}
.cfvsw-swatches-container .cfvsw-swatches-option:hover {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 6px 20px;
  border: solid 1px #ef659e !important;
  border-radius: 100px !important;
}

.cfvsw-swatches-container .cfvsw-selected-swatch {
  background: #ef659e !important;
}

.cfvsw-swatches-container .cfvsw-selected-swatch::after {
  color: #fff !important;
}
/* shop page hide  */
.cfvsw-swatches-container.cfvsw-shop-container {
  display: none !important;
}

/* color variation end */

@media (max-width: 767px) {
  .wpcf7 .text-end {
    text-align: center !important;
  }
  .blog-card date.post-date {
    margin-top: 10px;
    padding-top: 10px;
  }
  .blog-card img,
  .blog-featured img {
    padding-top: 20px;
  }
  .blog-inner h1 {
    font: normal normal 600 20px / 28px Poppins !important;
    padding: 20px 0px 0px 0px !important;
  }
  .pro-tips {
    background-color: #ef659e;
    padding: 15px 15px;
    margin-bottom: 30px !important;
  }
  .testimonials-box-one {
    padding: 40px 20px;
  }
  .read-more-arrow img {
    padding: 0 !important;
  }
  .team-box .content-box {
    padding: 0 10px 2px 10px !important;
  }
  .team-btn {
    padding: 15px 50px !important;
    border: none !important;
  }
  .team-details {
    padding: 20px;
  }
  .testimonials .arrowbtn {
    width: 30px;
    height: 30px;
    color: #fff !important;
  }
  .single-product .woocommerce-shop-banner {
    padding-top: 100px !important;
  }
  .site-main .page-header {
    padding: 100px 10px 50px 10px !important;
  }
  .modal-content .img-box img {
    height: auto !important;
  }
  .i-box figure.elementor-image-box-img {
    justify-items: center !important;
  }
  .featured-works-section .arrowbtn {
    color: #fff !important;
  }
}

/* my css end */

/* home banner css start */

.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 DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
}
.arrow-control-slider {
  display: flex;
}
.arrow-control-slider span {
  background-color: var(--color1);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
}
.arrow-control-slider span:hover {
  background-color: var(--color2);
}

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

.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;
}

/* 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(--color1) !important;
}
.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px DM Sans !important;
  letter-spacing: 0px;
  color: #292c2d !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #ececec;
  border-radius: 8px;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
/* 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;
}

.blog-image-wrapper img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.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;
}

.blog-content {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.blog-content h2 {
  font-size: 34px !important;
  color: #0073aa;
  margin: 0;
}

.blog-content h2 a {
  color: #0073aa;
  text-decoration: none;
}

.blog-content p {
  margin-top: 10px;
}

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;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px !important;
  width: 100%;
  display: block;
}
.category-list a span {
  float: right;
}
.category-list a:hover {
  color: #292c2d;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px !important;
}
.article-detail {
  padding: 70px 0;
}
.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 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;
}

.single-product .woocommerce-shop-banner {
  padding-top: 150px !important;
}
.site-main .page-header {
  padding: 140px 10px 20px 10px !important;
}
@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
  .testimonials .arrowbtn {
    width: 30px;
    height: 30px;
    color: #fff !important;
  }
}

.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 DM Sans;
  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: 50%;
  transform: translateY(-50%);
  /* background: #3a3a3a; */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
/* .arrowbtn:hover {
  background: var(--color2);
  color: #fff;
} */
.testimonials-slider .left-btn {
  left: -65px;
}
.testimonials-slider .right-btn {
  right: -65px;
}
.fa-angle-left:before {
  font-size: 28px !important;
}

.fa-angle-right:before {
  font-size: 28px !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 DM Sans;
  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 DM Sans;
  letter-spacing: 1.6px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.other-box-one .content-box .title {
  font: normal normal 500 20px/28px DM Sans;
  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 DM Sans;
  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 DM Sans;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.portfolio-info p {
  font: normal normal normal 14px/21px DM Sans;
  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 DM Sans !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 DM Sans;
  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;
}
.cfvsw-swatches-container {
  display: flex;
  flex-flow: inherit !important;
}
@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;
    color: #000 !important;
  }
  .testimonials-slider .left-btn {
    left: 0px;
  }
  .testimonials-slider .right-btn {
    right: 0px;
  }
  .fa-angle-left:before {
    font-size: 24px !important;
  }

  .fa-angle-right:before {
    font-size: 24px !important;
  }

  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;
  }
  .cf7sr-g-recaptcha {
    justify-items: center !important;
  }
}
