/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Profile css
4.Social media css
5.Services css
6.Product css
7.Portfolio css
8.Testimonial css
9.Client css
10.Appointment css
11.Datepicker css
12.Blog css
13.Inquiry css
14.Contact css
15.Bottom css
16.Scanner modal popup css
17.Share modal popup css
18.Single product css
19.Porfolio css
20.Single blog css
21.Preloader css

---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                     
Background: #E8C9E7 
Content:    #311CB4, #737373 ,#000000, #A6A6A6
-------------------------------------------------------------------*/

/************************ 1.Default css ***************************/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus,
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  background: #e8c9e7;
  margin: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
}

/* Full website layout - no card appearance */
.main-container {
  width: 100%;
  background: #e8c9e7;
  min-height: 100vh;
}

/* Remove any card-like styling on all screen sizes */
@media (min-width: 768px) {
  body {
    background: #e8c9e7;
  }
}

@media (min-width: 1024px) {
  body {
    background: #e8c9e7;
    padding: 0;
  }
}

/* Content sections with full width */
.ceo-content {
  background: white;
  width: 100%;
}
svg {
  vertical-align: middle;
}

/* Global responsive improvements */
img {
  max-width: 100%;
  height: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Prevent layout breaking */
* {
  box-sizing: border-box;
}

.main-container {
  overflow-x: hidden;
}

/* Fix any potential overflow issues */
.services-sec,
.product-sec,
.portfolio-sec,
.blog-sec {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

/* Additional dots fixes */
.slick-dots {
  position: static !important;
  bottom: auto !important;
  width: auto !important;
  text-align: center;
}

/* Ensure dots are visible and properly spaced */
.portfolio-sec .slick-dots,
.blog-sec .slick-dots {
  margin-top: 30px !important;
}

/* Override any conflicting slick default styles */
.slick-dots li button:before {
  display: none !important;
}

/* Force dots to be visible and properly styled */
.slick-dots li {
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
}

/* Ensure dots container is visible */
.slick-slider .slick-dots {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
input {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
  border: none;
  outline: none;
  width: 100%;
}
textarea {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
  resize: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.overflow {
  overflow-y: scroll;
}
/* Container system with proper max-widths */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.container-fluid {
  width: 100%;
  padding: 0 20px;
}

/* Responsive container adjustments */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0 24px;
  }
  .container-fluid {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 30px;
  }
  .container-fluid {
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 40px;
  }
  .container-fluid {
    padding: 0 60px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 50px;
  }
  .container-fluid {
    padding: 0 80px;
  }
}
.mt-30 {
  margin-top: 30px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px !important;
}
.pt-20 {
  padding-top: 20px;
}
.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
/* .purple-filter{
	filter: brightness(0) saturate(100%) invert(13%) sepia(54%) saturate(6412%) hue-rotate(249deg) brightness(87%) contrast(107%);
} */
::-webkit-scrollbar {
  display: none;
}
.site-content {
  width: 100%;
  height: 100%;
}

/************************ 2.Hero css ***************************/
.ceo-content {
  position: relative;
  background: white;
  /* padding-bottom: 20px; */
  padding-bottom: 55px;
}
.header {
  /* background: url(../images/hero-sec/hero-img.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 180px;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 16px 0 16px;
}
.header-logo {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  backdrop-filter: blur(8px);
}
.custom-language-btn {
  padding: 0;
  margin: 0;
  padding: 4px 8px 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  border-width: 0 !important;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  backdrop-filter: blur(8px);
  color: var(--1, #fff) !important;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dropdown-toggle::after {
  content: url(../svg/up-arrow.svg) !important;
  border: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.dropdown-item,
.profile-name p,
.profile-content-wrapper p,
.sercices-details p {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dropdown-item {
  color: #000000 !important;
}
.flag-icon {
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.dropdown-item.active,
.dropdown-item:active {
  background: rgb(49 28 180 / 8%) !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background: rgb(49 28 180 / 8%) !important;
}

/************************ 3.Profile css ***************************/
.profile-content {
  margin-top: -60px;
}
.oval-frame {
  border: 2px solid #fff;
  height: 180px;
  max-width: 180px;
  min-width: 180px;
  border-radius: 30px;
    border: 6px solid white;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  /* -o-object-fit: cover;
  object-fit: cover;
  width: 180px;
  border: 5px solid white;
  border-radius: 50%; */
}
.profile-name h1,
.services-top h2 {
  color: var(--primary-color);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.profile-title,
.sercices-details p {
  font-weight: 400 !important;
  line-height: 24px !important;
}

/************************ 4.Social media css ***************************/
.social-icon-content {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-icon-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgb(49 28 180 / 8%);
  border-radius: 12px;
  padding: 8px;
}
.social-icon-content-wrap:hover {
  background: #311cb4;
  transition: all 0.3s ease-in-out;
  border-radius: 5px 12px 5px 12px;
}
.social-icon-content-wrap:hover img {
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(104%) contrast(102%); */
  transition: all 0.3s ease-in-out;
}
.social-icon-content-wrap img {
  height: 20px;
  width: 28px;
  mix-blend-mode: multiply;
}
/************************ 5.Services css ***************************/
.services-sec {
  /* background: url(../images/services/bg-img.png); */
  background-color: rgb(49 28 180 / 8%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.services-top h2 {
  line-height: 30px !important;
  text-transform: uppercase;
}
.services-content {
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 10px 10px 15px 10px;
}
.sercices-details h3,
.client-title h3,
.product-bottom h3 {
  color: var(--2, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.sercices-img img {
  border-radius: 6px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
/* Slider dots styling for all sections */
.services-sec .slick-dots,
.client-logo .slick-dots,
.product-sec .slick-dots,
.portfolio-sec .slick-dots,
.blog-sec .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
}

.services-sec .slick-dots li,
.client-logo .slick-dots li,
.product-sec .slick-dots li,
.portfolio-sec .slick-dots li,
.blog-sec .slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.services-sec .slick-dots button,
.client-logo .slick-dots button,
.product-sec .slick-dots button,
.portfolio-sec .slick-dots button,
.blog-sec .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: #a6a6a6;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.services-sec .slick-dots li.slick-active button,
.client-logo .slick-dots li.slick-active button,
.product-sec .slick-dots li.slick-active button,
.portfolio-sec .slick-dots li.slick-active button,
.blog-sec .slick-dots li.slick-active button {
  background-color: var(--primary-color, #311cb4);
  width: 30px;
  height: 10px;
}

.services-sec .slick-dots button:hover,
.client-logo .slick-dots button:hover,
.product-sec .slick-dots button:hover,
.portfolio-sec .slick-dots button:hover,
.blog-sec .slick-dots button:hover {
  background-color: var(--primary-color, #311cb4);
  opacity: 0.7;
}

/* Slider layout styling for website with 3 items per view */
.services-content,
.product-content,
.blog-content-item {
  border-radius: 12px;
  background: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 10px;
}

.services-content:hover,
.product-content:hover,
.blog-content-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.portfolio-img {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin: 0 10px;
}

.portfolio-img:hover {
  transform: scale(1.05);
}

/* Blog section styling */
.blog-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  object-position: top;

}

.blog-details h3 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.blog-details p {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
}

/* Ensure equal height for slider items */
.services-content,
.product-content,
.blog-content-item {
  height: auto;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}

/* Responsive slider spacing */
@media (max-width: 480px) {
  .services-content,
  .product-content,
  .blog-content-item,
  .portfolio-img {
    margin: 0 5px;
  }

  /* Mobile dots adjustments */
  .services-sec .slick-dots,
  .product-sec .slick-dots,
  .portfolio-sec .slick-dots,
  .blog-sec .slick-dots {
    margin-top: 15px !important;
    gap: 6px;
  }
}

@media (min-width: 768px) {
  .services-content,
  .product-content,
  .blog-content-item,
  .portfolio-img {
    margin: 0 15px;
  }

  /* Desktop dots adjustments */
  .services-sec .slick-dots,
  .product-sec .slick-dots,
  .portfolio-sec .slick-dots,
  .blog-sec .slick-dots {
    margin-top: 25px !important;
    gap: 10px;
  }
}
.sercices-details p,
.product-txt {
  text-align: center;
}

/************************ 6.Product css ***************************/
.product-content {
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 10px 10px 15px 10px;
}
.prodcut-top {
  position: relative;
  width: auto;
}
.product-img img {
  border-radius: 6px;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* Responsive improvements for product and service images */
@media (min-width: 768px) {
  .product-img img {
    height: 180px;
  }
  .sercices-img img {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .product-img img {
    height: 200px;
  }
  .sercices-img img {
    width: 100px;
    height: 100px;
  }
  .product-content {
    padding: 15px 15px 20px 15px;
  }
  .services-content {
    padding: 20px 15px;
  }
}

@media (min-width: 1440px) {
  .product-img img {
    height: 220px;
  }
  .sercices-img img {
    width: 120px;
    height: 120px;
  }
}
.prodcut-price {
  width: fit-content;
  position: absolute;
  top: 8px;
  right: 8px;
}
.prodcut-price p {
  border-radius: 5px;
  background: var(--primary-color);
  padding: 3px 8px;
  color: var(--1, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.client-title p,
.product-txt,
.testimonial-para,
.footer p {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.view-product a {
  color: var(--1, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  background: var(--primary-color);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.view-product a:hover {
  border: 1px solid #311cb4;
  color: #311cb4;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.product-sec {
  padding: 30px 0;
}
.product-bottom-single .buy-now {
  width: fit-content;
  margin: 0 auto;
  margin-top: 15px;
}

/************************ 7.Portfolio css ***************************/
.portfolio-sec,
.inquiry-sec {
  background: rgb(49 28 180 / 8%);
  padding: 30px 0;
}
.portfolio-img img,
.blog-content img {
  border-radius: 12px;
  width: 100%;
  height: 250px;
  object-fit: contain;
}
.map-img iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}
#lightcase-info #lightcase-caption {
  display: none !important;
}
.lightcase-icon-close:before {
  content: url(../images/portfolio/close-icon.png);
}
.slick-list {
  padding-left: 16px;
}
.slick-slide {
  padding-right: 16px;
}

/************************ 8.Testimonial css ***************************/
.details-sec,
.appointment-sec {
  padding: 30px 0;
}
.testimonial-para {
  color: var(--2, #000) !important;
}
.testimonial-sec-profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-client-img img {
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
#testimonial-slider .carousel-control-next-icon,
#testimonial-slider .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}
#testimonial-slider .carousel-control-next,
#testimonial-slider .carousel-control-prev {
  position: absolute;
  display: inline-flex;
  opacity: 1;
  width: 40px;
  height: 40px;
  background-color: rgb(0 0 0 / 10%);
  border-radius: 50%;
  top: unset;
  z-index: 0;
}
#testimonial-slider .carousel-control-prev-icon {
  background-image: url(../svg/left-slider-icon.svg) !important;
}
#testimonial-slider .carousel-control-next-icon {
  background-image: url(../svg/right-slider-icon.svg) !important;
}
#testimonial-slider .carousel-control-prev {
  left: 75%;
  bottom: 10px;
}
#testimonial-slider .carousel-control-next {
  right: 0;
  bottom: 10px;
}

/************************ 9.Client css ***************************/
.logo-slide-wrap {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.client-logo-wrap .slick-slide {
  padding: 0 15px 0 0;
}
.client-logo-bottom {
  margin-left: 15px;
}

/************************ 10.Appointment css ***************************/
.appointment-bottom .appointment-date {
  display: flex;
  gap: 30px;
}
.appointment-bottom .input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 8px;
  width: 100%;
}
.info-person,
.contact-content h4 {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  width: 100%;
}
.date-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  width: 100%;
}
.appointment-date-list {
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 8px;
}
.appointment-form input,
.input-wrapper-form input,
.contact-content p {
  color: var(--10, #a6a6a6);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/************************ 11.Datepicker css ***************************/
.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url(../svg/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url(../svg/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 50%;
  transform: rotate(180deg);
}
.ui-datepicker-header a > span {
  display: none;
}
#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909c;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
div#ui-datepicker-div {
  z-index: 500 !important;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546e7a;
  font-size: 0.875rem;
  text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
  background: rgb(49 28 180 / 8%);
  color: white;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #311cb4;
  color: white;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  margin: 0.5rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 32px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

/************************ 12.Blog css ***************************/
.blog-content {
  position: relative;
}
.blog-overlay {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
}
.blog-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.blog-title p {
  color: var(--1, #fff);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.blog-sec .carousel-control-next,
.blog-sec .carousel-control-prev {
  width: 40px;
  height: 40px;
  background: white;
  opacity: 1;
  border-radius: 50%;
  margin: auto;
  z-index: 0;
}
.blog-sec .carousel-control-next {
  right: 10px;
}
.blog-sec .carousel-control-prev {
  left: 10px;
}
.blog-sec .carousel-control-next-icon,
.blog-sec .carousel-control-prev-icon {
  width: 24px;
  height: 24px;
}
#testimonial-slider .carousel-control-next-icon,
#blog-slider .carousel-control-next-icon {
  background-image: url(../svg/right-slider-icon.svg) !important;
}
#testimonial-slider .carousel-control-prev-icon,
#blog-slider .carousel-control-prev-icon {
  background-image: url(../svg/left-slider-icon.svg) !important;
}
.btn-close {
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}

/************************ 13.Inquiry css ***************************/
.input-wrapper-form {
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px;
  width: 100%;
}

/************************ 14.Contact css ***************************/
.contact-details {
  display: flex;
  gap: 12px;
  border-radius: 12px;
  /* background: rgb(49 28 180 / 8%); */
  background: rgb(137 133 161 / 8%);
  padding: 12px;
}
.contact-icon {
  border-radius: 50%; /* Ensures the element is circular */
  background: var(--2, #e4e8e9); /* Background color */
  padding: 0; /* Remove padding to maintain circular shape */
  width: 44px; /* Equal width */
  height: 44px; /* Equal height */
  display: flex; /* Optional: Centers content inside */
  align-items: center; /* Optional: Centers content vertically */
  justify-content: center; /* Optional: Centers content horizontally */

  /* border-radius: 6px;
	background: var(--2, #000);
	padding: 10px;
	width: 44px;
	height: 44px; */
}
.contact-content p {
  color: var(--2, #000) !important;
  transition: all 0.3s ease-in-out;
}
.contact-content p:hover {
  text-decoration: underline;
  color: #311cb4 !important;
  transition: all 0.3s ease-in-out;
}
.days-txt,
.contact-list .time-txt {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}
.days-txt {
  font-weight: 500;
}
.contact-list .time-txt {
  font-weight: 400;
  width: 55%;
}
.contact-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-content {
  width: 90%;
}

/************************ 15.Bottom css ***************************/
.add-to-contact-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/************************ Desktop Sidebar css ***************************/
.main-content-wrapper {
  display: flex;
  position: relative;
}

.desktop-sidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: none; /* Hidden by default, shown on desktop */
}

.sidebar-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 15px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.sidebar-btn {
  width: 60px;
  height: 60px;
  background: var(--2, #e4e8e9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-btn:hover {
  background: var(--1, #311cb4);
  transform: scale(1.1);
}

.sidebar-btn:hover img {
  filter: brightness(0) invert(1);
}

.sidebar-action-title {
  font-size: 10px;
  font-weight: 500;
  color: var(--1, #000);
  text-align: center;
  white-space: nowrap;
}

.sidebar-contact-btn {
  text-decoration: none;
}

.sidebar-contact-btn-content {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: var(--2, #f4f5f8);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
  padding: 8px 8px 8px 20px;
  gap: 10px;
  transition: all 0.3s ease;
}

.sidebar-contact-btn:hover .sidebar-contact-btn-content {
  background: var(--1, #311cb4);
  transform: scale(1.05);
}

.sidebar-contact-text {
  color: var(--1, #000);
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.sidebar-contact-btn:hover .sidebar-contact-text {
  color: white;
}

.sidebar-contact-plus {
  border-radius: 24px;
  background: var(--1, #fff);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-content-area {
  flex: 1;
}

/* Desktop styles */
@media (min-width: 992px) {
  .desktop-sidebar {
    display: block;
  }

  .add-to-contact {
    display: none; /* Hide mobile bottom bar on desktop */
  }
}

/* Tablet and mobile styles */
@media (max-width: 991px) {
  .desktop-sidebar {
    display: none;
  }

  .main-content-wrapper {
    display: block;
  }
}
.scan-btn {
  /* width: 74px;
    height: 60px; */
  width: 50px;
  height: 50px;
  background: var(--2, #e4e8e9);
  /* filter: drop-shadow(0px 4px 8px rgba(49, 28, 180, 0.32)); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-btn-sec {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: var(--2, #f4f5f8);
  /* background: var(--2, #000); */
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
  padding: 5px 5px 5px 23px;
  justify-content: end;
  width: fit-content;
  gap: 8px;

  /* display: flex;
	align-items: center;
	border-radius: 30px;
	background: var(--2, #000);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
	padding: 6px 6px 6px 30px;
	justify-content: end;
	width: fit-content;
	gap: 8px; */
}
.add-txt {
  color: var(--1, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.plus-btn {
  border-radius: 24px;
  background: var(--1, #fff);
  /* padding: 12px; */
  padding: 7px;
}
.add-to-contact {
  position: fixed;
  width: 100%;
  bottom: 0;
  max-width: 425px;
  left: 0;
  right: 0;
  padding-bottom: 20px;
}
.footer p {
  color: var(--2, #000);
  text-align: center;
  margin-top: 40px;
}
.add-to-btn {
  margin-left: auto;
}

/************************ 16.Scanner modal popup css ***************************/
#product-modal,
#share-media-modal,
#portfolio-modal,
#blog-modal {
  background: linear-gradient(
    180deg,
    rgb(18 21 28 / 66%) 0%,
    rgb(18 21 28 / 72%) 100%
  );
  backdrop-filter: blur(4px);
}
#product-modal .modal-content,
#share-media-modal .modal-content {
  border-radius: 24px;
}
.scan-content {
  text-align: center;
  border: 2px solid #311cb4;
  height: auto;
  width: 250px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 8px;
}
.scanner img {
  width: 100%;
  height: auto;
}
.scan-txt {
  padding: 14px;
  background: #311cb4;
  border-radius: 8px;
}
.scan-txt p {
  color: var(--2, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn1 a {
  color: var(--1, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  background: #000000;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.qr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn1 {
  width: 140px;
}
.modal-title {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

/************************ 17.Share modal popup css ***************************/
.social-media-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.social-media-img {
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.social-media-img:hover {
  background: #311cb4;
  transition: all 0.3s ease;
}
.social-media-img img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%)
    hue-rotate(13deg) brightness(99%) contrast(100%);
  width: 30px;
  height: 30px;
}
.social-media-img:hover.social-media-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%)
    hue-rotate(323deg) brightness(104%) contrast(102%);
  transition: all 0.3s ease;
}

/************************ 18.Single product css ***************************/
.product-content-main {
  background: white;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  max-width: 425px;
  left: 0;
  right: 0;
  position: relative;
  margin: 0 auto;
}
#product-main .product-sec-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.product-title {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.buy-now a {
  color: var(--1, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  background: var(--15, #311cb4);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.feedback-email input,
.custom-textarea-product,
.custom-select-subject select {
  border-radius: 12px;
  border: 1px solid var(--10, #a6a6a6) !important;
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
  padding: 14px;
  width: 100%;
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 5px;
}
.discard-btn a {
  background: #737373;
  color: white;
}
.product-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
}
#product-modal .prodcut-price {
  position: relative;
  top: 8px;
  right: 0;
}
#product-main .product-content {
  width: auto;
}
#product-modal .product-txt,
#product-modal .product-bottom h3 {
  text-align: left;
}
.custom-lbl-feedback {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

/************************ 19.Porfolio css ***************************/
.title {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: var(--2, #000);
}
.title1 {
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  color: var(--2, #000);
  text-transform: uppercase;
}
.desc p {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.portfolio_info_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.key {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.value {
  font-family: Poppins;
  font-size: 16px;
  color: var(--14, #737373);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/************************ 20.Single blog css ***************************/
.date-onner-coment-main {
  display: flex;
  align-items: center;
  gap: 20px;
}
.date-onner-coment-sub-text {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.Icon-Set {
  margin-right: 5px;
  filter: brightness(0) saturate(100%);
}
.blog-bottom-content h2 {
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: var(--2, #000);
  text-align: center;
}
.blog-bottom-content p,
.blog-content-middle p,
.avater-content p {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.blog-content-middle h4 {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.info-list li {
  position: relative;
  padding-left: 40px;
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.info-list li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #737373;
  border-radius: 50%;
  left: 20px;
}
.blog-tags-share .blog-tags {
  display: flex;
  align-items: center;
}
.blog-tags-share .blog-tags h6 {
  color: var(--2, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.blog-tags-share .blog-tags ul {
  display: flex;
}
.blog-tags-share .blog-tags ul li {
  margin-left: 12px;
}
.blog-tags-share .blog-tags ul li a {
  color: var(--14, #737373);
}
.blog-tags-share .blog-share li a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: black !important;
  border: 2px solid black;
}
.blog-tags-share {
  border-top: 1px solid rgba(56, 56, 56, 0.12);
  border-bottom: 1px solid rgba(56, 56, 56, 0.12);
  padding: 8px 0;
}
.profile-content-wrap {
  padding: 12px;
  text-align: center;
  border-radius: 12px;
  border: 2px solid var(--10, #a6a6a6);
  background: var(--1, #fff);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.2);
}
.avater-content span {
  color: var(--14, #737373);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blog-popup-img img {
  border-radius: 24px;
}
.background-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.blog-content:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

/************************ 21.Preloader css ***************************/
canvas {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
}
.preloader {
  background: radial-gradient(circle, #333, #000) no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999999999999999;
  right: 0;
  bottom: 0;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.loader {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 40%;
  width: 80px;
  aspect-ratio: 1/1;
  animation: rotate 2s linear infinite;
}
.loader .dot {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  animation: scale 2s infinite alternate;
}
.loader .dot:nth-child(3) {
  order: 1;
}
.loader .dot:nth-child(1) {
  animation-delay: -0.5s;
}
.loader .dot:nth-child(2) {
  animation-delay: -1s;
}
.loader .dot:nth-child(3) {
  animation-delay: -1.5s;
}
.loader .dot:nth-child(4) {
  animation-delay: -2s;
}
@keyframes scale {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

.view-product button {
  color: var(--1, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 25px;
  background: var(--11, #000);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
/* 
#qr-code {
    text-align: center;
    margin: 0 auto;
}

.qr-btn {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.qr-btn .btn1 {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}

.qr-btn .btn1:hover {
    background-color: #0056b3;
} */
.scanner canvas {
  width: 100%;
  height: auto;
}
.bottom-icons img {
  height: 24px;
}
.mb-30 {
  margin-bottom: 30px;
}
.fs-16 {
  font-size: 16px !important;
}
.current-day {
  border: 1px solid #b24592;
}

.business_hours p:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.bussiness-icon {
  border-radius: 50%;
  background: var(--2, #e4e8e9);
  padding: 0;
  width: 52px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(90deg, #b24592, #f15f79);
    border-radius: 12px !important;
    padding: 1rem !important;
	height: 46px !important; */
}
.footer-copyright {
  margin-top: 35px;
}
/* .blog-content{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 12px;
} */

.bottom-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}

.icon-with-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.icon-title {
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* Preserve existing styles */
.add-to-btn-sec {
  display: flex;
  align-items: center;
  gap: 5px;
}

.scan-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (min-width: 991px) {
  .profile-content .profile-sec-wrapper {
    display: grid;
    justify-content: start;
  }

  .profile-content .profile-sec-wrapper .profile-name {
    display: grid;
    justify-content: center;
    align-items: center;
  }

  .profile-content-wrapper {
    margin-top: 120px;
  }

  .contact-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .contact-icon img {
    height: 18px !important;
  }
  .contact-details {
    justify-content: center;
    align-items: center;
  }

  .sercices-img img {
    width: 100% !important;
    height: 200px !important;
  }
  .portfolio-img img,
  .blog-content img {
    border-radius: 12px;
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
  }

  .portfolio-img:hover {
    transform: scale(1.01);
  }
  .testimonial-slider {
    margin: 20px 0 40px;
  }

  .contact-bottom-sec {
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .contact-details {
    width: 400px;
    padding: 15px !important;
  }

  .inquiry-form .input-wrapper-form {
    align-items: start !important;
    justify-content: start !important;
    gap: 10px;
    padding: 13px !important;
    width: 100%;
  }
  .inquiry-form .input-wrapper-form textarea {
    width: 100% !important;
  }
  .ceo-content {
    padding-bottom: 10px !important;
  }
  .profile-name h1,
  .services-top h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }

  .input-wrapper-form .icon img {
    height: 26px !important;
  }
}
.profile-name-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .contact-sec .contact-sec-wrap .contact-bottom-sec .contact-icon img {
    height: 25px !important;
  }

  .portfolio-img img,
  .blog-content img {
    width: 100% !important;
    height: 250px !important;
  }

  .input-wrapper-form .icon img {
    height: 22px !important;
  }
  .input-wrapper-form {
    display: flex;
    align-items: start;
    justify-content: start;
  }
  .input-wrapper-form .icon .message-icon{
	height: 30px !important;
  }
  
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sercices-img img {
    width: 100% !important;
    height: 200px !important;
  }

  .portfolio-img img,
  .blog-content img {
    width: 100% !important;
    height: 200px !important;
  }

  .input-wrapper-form .icon img {
    height: 22px !important;
    display: flex;
    align-items: start;
    justify-content: start;
  }

  .input-wrapper-form {
    display: flex;
    align-items: start;
    justify-content: start;
  }
}

.portfolio-img img,
.blog-content img {
  border-radius: 12px;
  object-fit: cover !important;
  object-position: top;
}
.portfolio-img {
  margin: 2px !important;
}

.portfolio-img:hover {
  transform: scale(1.01);
}
