:root {
  --font1: "Rajdhani", sans-serif;
  --font2: "Inter", sans-serif;

  --liner: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --pri: #1f1f1f;
  --sec: #e94b50;
  --text-color: #1f1f1f;
  --text-light: #8c8c8c;
  --para-color: #707070;
  --border-color: #e3e3e3;
  --white: #fff;
  --off-white: #f6f6f6;
  --black: #374151;
  --black2: #111;
  --bg: #f8f8f8;
}

body {
  background: var(--white);
  font-family: var(--font2);
  color: var(--para-color);
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

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

p {
  color: var(--para-color);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font);
  line-height: 1.6;
}

a {
  display: block;
  text-decoration: none;
}

p a {
  display: inline;
}

.head-sec {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 25px;
}

.head-sec2 {
  max-width: 100%;
}

.head-sec.text-start {
  max-width: 100%;
}

.head-sec.text-align-start {
  text-align: start;
}

.head-sec p {
  font-size: 16px;
  color: var(--para-color);
  font-weight: 400;
  margin-bottom: 0;
}

.head-sec.text-white .tt,
.head-sec.text-white p {
  color: white;
}

.head-sec.text-white p {
  opacity: 0.8;
}

.w-btn {
  padding: 10px 15px;
  border-radius: 50px;
  color: white;
  border: 1px solid #00c966;
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #00c966;
  outline: none;
  transition: 0.2s ease-in-out;
  line-height: 1;
}

.w-btn:hover {
  border-color: #00c966;
  background-color: #00b95d;
}

.productBrochureandvideo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px dashed #b5b5b5;
  padding: 7px 15px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  color: var(--text-color);
  font-family: var(--font);
  background-color: transparent;
  border-radius: 20px;
}

.form-label {
  font-size: 15px;
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 500;
  margin-bottom: 4px;
}

.form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-control,
.form-select,
textarea.form-control {
  resize: none;
  align-content: start;
  border-radius: 0 !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--text-light);
  box-shadow: none;
}

.logo {
  max-width: 175px;
  width: auto;
  height: auto;
}

.social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  gap: 15px;
  background-color: #dcdcdc;
  padding: 10px 20px;
}

.social li a {
  color: #4f545a;
}

.social li a:hover {
  color: var(--pri);
}

.social svg {
  width: 20px;
  height: 20px;
  line-height: 1;
  color: currentColor;
}

.menubar .dropdown-menu {
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.menubar .dropdown button[data-bs-toggle="dropdown"] {
  background-color: transparent;
  border: 0;
  padding: 16px 0;
}

.menubar .dropdown button[data-bs-toggle="dropdown"] svg {
  width: 22px;
  height: 22px;
  color: var(--text-color);
  display: none;
}

.menubar .dropdown button[data-bs-toggle="dropdown"]:not(.show) svg.close {
  display: block;
}

.menubar .dropdown button[data-bs-toggle="dropdown"].show svg.open {
  display: block;
}

.search-bx {
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
  padding-left: 0;
  background-color: var(--off-white);
}

.search-bx input {
  width: 100%;
  max-width: 100%;
  outline: none;
  border: none;
  color: var(--text-color);
  font-weight: 500;
  height: 20px;
  font-size: 14px;
  min-width: 220px;
  background-color: var(--off-white);
  height: 42px;
  padding-left: 15px;
}

.search-bx button {
  outline: none;
  border: none;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  padding-right: 10px;
  color: var(--text-color);
  background: transparent;
}

header {
  position: relative;
  background-color: white;
  transition: 0.3s ease-in-out;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
}

header.stricky-fixed {
  position: sticky;
  top: -33px !important;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: none;
  }
}

.navigation .nav-header {
  display: none;
  padding: 12px 20px;
}

.navigation .navbar button {
  width: 38px;
  height: 38px;
  background: var(--pri);
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 25px;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  position: relative;
  z-index: 9;
  padding: 4px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 2px;
}

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
  top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
  top: 18px;
}

.navigation .navbar button span:nth-child(4) {
  top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation .menu {
  display: block;
}

.navigation .menu ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation .menu ul li {
  display: inline-block;
  position: relative;
}

.navigation .menu ul li a {
  padding: 18px 11px;
  display: block;
  color: var(--text-color);
  transition: all 0.2s ease;
  font-size: 15px;
  font-family: var(--font);
  background: transparent;
  font-weight: 500;
  text-transform: capitalize;
}

.navigation .menu ul li ul.ls-dropdown {
  top: 100%;
  left: 0;
  text-align: left;
}

.navigation .menu ul li ul.ls-dropdown li:last-child {
  border: 0;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation .menu ul li ul.ls-dropdown li ul.ls-dropdown li ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul li ul.ls-dropdown {
  position: absolute;
  width: 285px;
  display: none;
  z-index: 99999;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
}

.navigation .menu ul li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li:hover ul.ls-dropdown li ul.ls-dropdown {
  display: none;
  transition: all 0.3s ease;
  width: max-content;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown {
  display: block;
}

.navigation .menu ul li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a:after {
  display: none;
}

.navigation .menu ul li ul.ls-dropdown li a:hover {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover a {
  color: white;
  background-color: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a {
  background: #fff;
  color: #333;
}

.navigation .menu ul li ul.ls-dropdown li:hover ul.ls-dropdown li a:hover {
  color: #fff;
  background: var(--pri);
}

.navigation .menu ul li ul.ls-dropdown li a {
  color: var(--text-color);
  font-size: 14px;
  padding: 7px 13px;
  position: relative;
  display: block;
  text-transform: capitalize;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400;
}

.navigation ul li.ls-submenu a button {
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0 0 0 3px;
  color: var(--text-color);
}

.navigation ul li.ls-submenu a button svg {
  width: 14px;
  height: 14px;
}

.navigation ul li.ls-submenu:hover svg {
  transform: rotateZ(180deg);
  color: var(--sec);
}

.navigation ul li.ls-submenu:hover ul.ls-dropdown li.ls-submenu svg {
  color: #242424;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button {
  float: right;
  color: #333;
}

.navigation ul li.ls-submenu ul.ls-dropdown li a button svg {
  transform: rotateZ(-90deg);
}

.navigation ul li.ls-submenu ul.ls-dropdown li.ls-submenu:hover svg {
  color: #fff;
}

.navigation .navbar {
  display: none;
  padding: 12px 0;
  margin: 0;
}

.navigation .menu ul > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li > ul.ls-dropdown > li > ul.ls-dropdown {
  left: 100%;
  margin-top: -36px;
}

.navigation
  .menu
  ul
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown
  > li
  > ul.ls-dropdown {
  left: -100%;
  margin-top: -31px;
}

.navigation .menu ul > li > ul.ls-dropdown > li:hover > ul.ls-dropdown {
  visibility: visible;
  opacity: 1;
}

.navigation .menu ul > li ul.ls-dropdown {
  position: absolute;
  min-width: 190px;
  width: max-content;
  max-width: 390px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navigation .menu ul > li ul.ls-dropdown li {
  display: block;
  padding: 0;
  width: 100%;
}

/* ################### main ###################### */

#carouselExampleCaptions,
#carouselExampleCaptions img {
  aspect-ratio: 1920 / 800;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
  line-height: 0;
  position: absolute;
  top: 52%;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 100%;
  z-index: 9;
  opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  height: 16px;
  width: 16px;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: var(--pri);
  opacity: 1;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

@media (max-width: 980px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 20px;
    height: 35px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 15px;
    width: 15px;
  }

  .carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
  }
}

.swiper_wrap {
  position: relative;
}

.cate-next,
.cate-prev {
  width: 45px;
  height: 45px;
  background-color: #fdfff8;
  border: 1px solid var(--border-color);
  border-radius: 100%;
  color: var(--para-color);
  align-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.cate-prev {
  right: 50px;
}

.cate-next svg,
.cate-prev svg {
  width: 25px;
  height: 25px;
}

.cate-next:hover,
.cate-prev:hover {
  background-color: var(--pri);
  color: var(--white);
}

.lead-sure-section {
  padding: 70px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bg-sec {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 0.95) 100%
  ) !important;
  background-color: var(--pri) !important;
}

.bg-pri {
  background-color: var(--sec) !important;
  align-content: center;
  color: var(--off-white);
}

.bg-liner {
  background: var(--liner);
  background-color: var(--pri);
}

.bg-pri .content-sec h1,
.bg-pri .content-sec h2,
.bg-pri .content-sec h3,
.bg-pri .content-sec h4,
.bg-pri .content-sec h5,
.bg-pri .content-sec h6 {
  color: var(--white);
}

.bg-pri .content-sec p,
.bg-pri .content-sec ul li {
  color: var(--off-white);
}

.bg-light {
  background-color: var(--off-white) !important;
}

.bg-gradiant {
  background-image: url(../images/bg/gradient-2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.text-pri {
  color: var(--pri) !important;
}

.counter-bx {
  text-align: center;
}

.read-mr {
  font-size: 0.9em;
  color: var(--text-color);
  font-weight: 500;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  padding: 0;
  background-color: transparent;
  border: 0;
  text-transform: capitalize;
}

.read-mr.text-decoration:hover {
  text-decoration: underline;
}

.read-mr:hover {
  color: var(--pri);
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet-active {
  background-color: var(--pri);
}

.timeline-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.timeline-container::before {
  content: "";
  position: absolute;
  width: 2px;
  top: 25px;
  left: calc(50% - 0px);
  bottom: 0;
  background-color: var(--pri);
}

.timeline-row {
  display: flex;
}

.timeline-row:nth-child(even) .timeline-img-bx {
  order: 1;
}

.timeline-row:nth-child(even) .timeline-tx-bx {
  order: 0;
}

.timeline-row .timeline-img-bx,
.timeline-row .timeline-tx-bx {
  width: 50%;
  padding: 40px 50px;
}

.timeline-row .timeline-tx-bx {
  position: relative;
  align-content: center;
}

.timeline-row .timeline-tx-bx .tt {
  font-size: 25px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font);
  margin-bottom: 10px;
}

.timeline-row .timeline-tx-bx p {
  margin-bottom: 0;
  text-align: justify;
}

.timeline-row .timeline-tx-bx .years {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: var(--pri);
  color: white;
  font-family: var(--font);
  font-weight: 600;
  font-size: 18px;
}

.timeline-row:nth-child(even) .timeline-tx-bx .years {
  right: 30px;
  left: auto;
}

.timeline-row .timeline-tx-bx .years::before {
  content: "";
  position: absolute;
  top: 21px;
  left: -30px;
  width: 100%;
  height: 2px;
  background: var(--pri);
  z-index: -1;
}

.timeline-row:nth-child(even) .timeline-tx-bx .years::before {
  right: -30px;
  left: auto;
}

.timeline-row .timeline-tx-bx .years::after {
  content: "";
  left: -38px;
  top: 13px;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--pri);
  border-radius: 100%;
}

.timeline-row:nth-child(even) .timeline-tx-bx .years::after {
  right: -38px;
  left: auto;
}

.mobile_nav {
  display: none;
}

.certificate-bx {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px;
  transition: 0.2s ease-in-out;
}

.certificate-bx:hover {
  transform: scale(1.02);
}

.certificate-bx .img-bx {
  aspect-ratio: 1 / 1;
}

.certificate-bx .img-bx img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}

.certificate-bx .tt {
  background-color: var(--off-white);
  padding: 10px;
  line-height: 1;
  align-content: center;
  color: var(--text-color);
  font-family: var(--font);
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.certificate-bx .tt svg {
  margin-right: 3px;
}

.gallery-bx {
  background: #fff;
  position: relative;
  aspect-ratio: 1 / 1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 3px;
  border-radius: 15px;
  overflow: hidden;
}

.gallery-bx img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s ease;
}

.gallery-bx:hover img {
  filter: blur(3px);
}

.gallery-bx.certificate-bx img,
.gallery-bx.certificate-bx {
  aspect-ratio: 164 / 235;
}

.gallery-bx img {
  max-width: 100%;
}

.link-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-radius: 100%;
}

.link-wrap svg {
  width: 20px;
  height: 20px;
}

.gallery-bx:hover .link-wrap {
  opacity: 1;
}

.gallery-bx .tt {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 20px 10px;
  pointer-events: none;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  background: linear-gradient(
    to top,
    rgba(2, 20, 4, 0.75) 10%,
    rgba(0, 0, 0, 0) 70%
  );
  text-shadow: 1px 1px 5px #000;
  z-index: 2;
}

.cat-nav-img {
  background-image: url(../images/cta.webp);
  padding: 30px 25px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.cat-nav-img .tt {
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: var(--font);
}

.cat-nav-img p {
  color: var(--off-white);
  line-height: 1.3;
}

.cat-nav-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--text-color);
  opacity: 0.8;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.call-bx {
  background-color: var(--off-white);
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
}

.call-bx .icon svg {
  width: 45px;
  height: 45px;
  color: var(--pri);
}

.call-bx .tx-bx p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--para-color);
  line-height: 1;
}

.call-bx .tx-bx .tt {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font);
}

.call-bx .tx-bx .tt:hover {
  color: var(--pri);
}

.contact-container {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 3px;
  overflow: hidden;
  padding: 30px 25px;
}

.contact-bx .head-sec {
  margin-bottom: 30px;
}

.contact-bx .head-sec .tt {
  font-size: 23px;
}

.contact-bx .head-sec .tt::before {
  top: 40px;
}

.contact-bx .main-btn {
  padding: 13px 15px;
  font-size: 15px;
}

.contact-bx .con-bx {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.contact-bx .con-bx .ic-bx {
  min-width: 35px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.contact-bx .con-bx .ic-bx svg {
  min-width: 15px;
  width: 15px;
  height: 15px;
  color: var(--pri);
}

.contact-bx .con-bx a,
.contact-bx .con-bx p {
  font-family: var(--font);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-color);
  margin-bottom: 0px;
}

.contact-bx .con-bx a {
  font-weight: 500;
}

.contact-bx .con-bx a:hover {
  color: var(--pri);
}

.map-bx {
  width: 100%;
  display: block;
}

.content-sec table {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.content-sec table strong,
.content-sec table b {
  font-weight: 600;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #aaa;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  font-size: 15px;
}

th {
  color: var(--text-color);
}

.clientSlider .swiper-wrapper {
  transition-timing-function: linear;
}

.clients-bx img {
  aspect-ratio: 25 / 14;
  object-fit: contain;
  border-radius: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-block: 3px;
}

.custom-from-row {
  padding: 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  background-color: var(--white);
  color: var(--text-color);
  border-radius: 10px;
}

.custom-from-row .form-control {
  border-radius: 5px;
  height: 42px;
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
  box-shadow: none !important;
}

.custom-from-row textarea {
  padding: 12px 15px;
}

.custom-from-row .iti--allow-dropdown .iti__flag-container,
.custom-from-row .iti--separate-dial-code .iti__flag-container {
  height: 42px;
}

.custom-from-row .main-btn {
  padding-block: 14px;
  font-size: 15px;
}

.abt-img-bx {
  float: right;
  max-width: 540px;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.cate-img {
  max-width: 440px;
  float: right;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.cate-img.left {
  float: left;
  margin-right: 30px;
  margin-left: 0;
}

.cate-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

.table-of-con {
  padding: 20px;
  background: var(--off-white);
  margin-bottom: 20px;
}

.table-of-con .title {
  font-weight: 600;
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 10px;
  font-family: var(--font);
}

.table-of-con ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.table-of-con ul li {
  padding: 2px 0;
  color: var(--para-color);
  font-weight: 400;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

.table-of-con ul li::after {
  content: "";
  position: absolute;
  left: 0;

  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7l5 5l-5 5'/%3E%3Cpath d='M13 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table-of-con ul li:hover {
  text-decoration: underline;
}

.glow {
  transform-origin: center;
  animation: glowEffect 1s ease-in-out;
  animation-delay: 600ms;
}

@keyframes glowEffect {
  0% {
    background-color: rgba(255, 255, 0, 0);
    box-shadow: 0 0 0 rgba(255, 255, 0, 0);
  }

  50% {
    background-color: rgba(255, 255, 0, 0.3);
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.3);
  }

  100% {
    background-color: rgba(255, 255, 0, 0);
    box-shadow: 0 0 0 rgba(255, 255, 0, 0);
  }
}

.blog-sec h1,
.blog-sec h2,
.blog-sec h3,
.blog-sec h4,
.blog-sec h5,
.blog-sec h6 {
  scroll-margin-top: 90px;
}

.nav-cate-style.nav-pills .nav-link {
  background-color: var(--text-light);
  color: white;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 19px;
  font-family: var(--font);
  font-weight: 500;
}

.nav-cate-style.nav-pills .nav-link.active {
  background-color: var(--pri);
  color: white;
}

.faq-sec .nav-pills .nav-link {
  background-color: var(--off-white);
  color: var(--text-color);
  border-radius: 0;
  padding: 8px 16px;
  text-align: left;
  font-family: var(--font);
  font-weight: 500;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.faq-sec .nav-pills .nav-link:hover {
  color: var(--pri);
}

.faq-sec .nav-pills .nav-link.active,
.faq-sec .nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--sec);
}

.iti {
  width: 100%;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 40px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.g-recaptcha {
  transform: scale(0.8);
  transform-origin: 0 0;
}

/* ===== KEYFRAMES ===== */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 230, 117, 0.55);
  }

  60% {
    box-shadow: 0 0 0 10px rgba(1, 230, 117, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
  }
}

@keyframes icon-bounce {
  0%,
  100% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.18);
  }

  70% {
    transform: scale(0.93);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes fadeLabel {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== STICKY BTN WRAPPER ===== */
.sticky-btn {
  position: fixed;
  left: 20px;
  bottom: 80px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

/* ===== WHATSAPP BUTTON ===== */
.whatapp_btn {
  background: #01e675;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
  position: relative;
  box-shadow: 0 4px 14px rgba(1, 200, 100, 0.35);
  animation:
    slideInUp 0.4s cubic-bezier(0.22, 1, 0.36, 1) both,
    pulse-ring 2.8s ease-out 1s infinite;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
  overflow: hidden;
}

.whatapp_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.28) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.whatapp_btn svg {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}

.whatapp_btn:hover {
  transform: scale(1.12) rotate(-5deg);
  box-shadow: 0 8px 22px rgba(1, 200, 100, 0.45);
  animation: icon-bounce 0.4s ease forwards;
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: #fff;
}

/* ===== ENQUIRY BUTTON ===== */
.business-enq {
  background: var(--pri);
  color: var(--white);
  height: 48px;
  width: 48px;
  padding: 0 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  border: 0;
  outline: 0;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  animation: slideInUp 0.4s 0.07s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition:
    width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.business-enq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    transparent 30%,
    rgba(255, 255, 255, 0.18) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.25s;
}

.business-enq:hover {
  width: 160px;
  background: var(--sec);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.business-enq:hover::before {
  opacity: 1;
  animation: shimmer 0.7s ease forwards;
}

.business-enq:focus-visible {
  outline: 3px solid rgba(0, 0, 0, 0.18);
  outline-offset: 3px;
}

.business-enq-icon {
  min-width: 22px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.business-enq-icon svg {
  width: 19px;
  height: 19px;
}

.business-enq-text {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  display: block;
  position: relative;
  z-index: 1;
  display: none;
}

.business-enq:hover .business-enq-text {
  max-width: 120px;
  opacity: 1;
  display: block;
  animation: fadeLabel 0.22s 0.1s ease both;
}

.error {
  font-size: 15px;
  color: red;
}

.modal-header {
  padding: 0;
  padding-inline: 20px;
  padding-top: 18px;
  border-radius: 0;
  border: 0;
  /* border-bottom: 1px solid #e3e3e3; */
  background: var(--off-white);
}

.modal-header.modal-header2 {
  background: var(--liner);
  background-color: var(--pri);
  color: white;
  padding-block: 12px;
}

.modal-header.modal-header2 .main-tt {
  color: white;
}

.modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: 0;
}

.modal-header.modal-header2 .btn-close {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 300px;
  }
}

.modal-body {
  padding: 13px 18px 20px;
  background: var(--off-white);
}

.modal-content .main-tt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  font-family: var(--font);
  margin-bottom: 15px;
}

.btn-close {
  float: right;
  box-shadow: none;
}

.btn-close:hover,
.btn-close:focus {
  box-shadow: none;
}

.pop-img {
  aspect-ratio: 1 / 1;
}

.pop-img img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec .tt,
.cmTitle {
  text-transform: capitalize;
  color: var(--pri);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.cmTitle {
  color: var(--pri);
  font-size: 18px;
  margin-bottom: 5px;
}

.content-sec h2,
.content-sec h3,
.content-sec .tt {
  font-size: 22px;
  color: var(--text-color);
}

.content-sec ul {
  padding-left: 20px;
  margin: 0;
  margin-bottom: 10px;
}

.content-sec p,
.content-sec ul li {
  font-size: 15px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  font-family: var(--font);
  font-weight: 400;
}

.content-sec p a {
  color: var(--pri);
}

.content-sec ul li {
  margin-bottom: 3px;
  position: relative;
}

.content-sec ul li a {
  display: inline;
  color: var(--text-color);
}

ul.footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 18px;
  list-style: none;
}

ul.footer-menu-list li a {
  margin-right: 15px;
  font-weight: 300;
  display: inline-block;
  line-height: 1.3;
  position: relative;
  text-transform: capitalize;
  color: var(--off-white);
}

ul.footer-menu-list li a:hover {
  color: var(--sec);
  opacity: 1;
}

ul.footer-menu-list li a::before {
  content: "|";
  padding: 0;
  font-size: 13px;
  position: absolute;
  right: -9px;
  top: 1px;
  color: var(--white);
  opacity: 0.8;
}

ul.footer-menu-list li:last-child a::before {
  content: none;
}

footer {
  overflow: hidden;
  padding: 60px 0;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  background-color: var(--pri);
}

.ft-bx {
  position: relative;
  z-index: 1;
}

.ft-bx .con-bx {
  display: flex;
  align-items: start;
  margin-bottom: 10px;
  gap: 10px;
}

.ft-bx .con-bx .ic-bx svg {
  min-width: 17px;
  width: 17px;
  height: 17px;
  color: var(--white);
}

.ft-bx .con-bx a,
.ft-bx .con-bx p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: 0px;
}

.ft-bx .con-bx a:hover {
  color: var(--sec);
  opacity: 1;
}

.ft-bx .ft-tt {
  font-family: var(--font);
  font-weight: 600;
  font-size: 22px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 15px;
  position: relative;
}

.ft-bx p {
  color: var(--white);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.ft-bx ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.ft-bx ul li a {
  font-size: 15px;
  color: var(--white);
  padding: 3px 0;
  transition: 0.1s;
  display: inline-block;
  font-weight: 400;
}

.ft-bx ul li a:hover {
  color: var(--sec);
  opacity: 1;
}

.ft-bx ul.social {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: start;
  background-color: transparent;
}

footer .ft-bx ul.social {
  gap: 15px;
}

.ft-bx ul.social li a {
  background-color: var(--white);
  width: 40px;
  height: 40px;
  color: var(--pri);
  border-radius: 4px;
  align-content: center;
  text-align: center;
  line-height: 1;
  opacity: 1;
  /* border: 2px solid white; */
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
}

.ft-bx ul.social li a:hover,
.contact-bx.ft-bx ul.social li a {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--sec);
}

.contact-bx.ft-bx ul.social li.facebook a {
  background: #3c5b9b;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.twitter a {
  background: var(--liner);
  background-color: #000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.linkedin a {
  background: #027ba5;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.youtube a {
  background: #f70000;
  color: white;
  border: 0;
}

.contact-bx.ft-bx ul.social li.instagram a {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
  border: 0;
}

.contactBx-container {
  background-color: var(--bg);
  padding: 30px;
  border: 1px solid var(--bg);
  height: 100%;
  border-radius: 12px;
}

.copyright {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.copyright svg {
  color: var(--pri);
}

.copyright p {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 300;
  font-size: 13px;
  opacity: 0.6;
}

.copyright p a {
  color: var(--white);
  display: inline;
  font-weight: 400;
}

.copyright p a:hover {
  color: var(--sec);
}

footer .content-sec h1,
footer .content-sec h2,
footer .content-sec h3,
footer .content-sec .tt {
  color: var(--white);
  font-size: 18px;
  text-transform: capitalize;
}

footer .content-sec p,
footer .content-sec ul li {
  color: var(--off-white);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
}

.sitemap {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li {
  list-style: none !important;
  background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 5px;
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 400;
}

.sitemap li ul {
  border-left: 1px solid #666;
  padding: 0;
}

.sitemap li a {
  color: var(--text-color);
  font-size: 15px;
  padding-bottom: 5px;
  display: inline-block;
}

.sitemap li a:hover {
  color: var(--pri);
}

.market-sec {
  padding: 60px 0;
  font-family: var(--font);
}

.market-sec h1,
.market-sec .main-tt,
.market-sec h2,
.market-sec h3 {
  font-size: 22px;
  color: var(--pri);
  line-height: 26px;
  margin: 20px 0 15px;
  font-weight: 600;
}

.market-sec h2,
.market-sec h3 {
  font-size: 20px;
  font-weight: 600;
}

.market-sec .market-bx {
  padding: 10px 12px;
  background-color: var(--off-white);
  color: var(--text-color);
  font-size: 15px;
  transition: 0.2s ease-in-out;
  border-radius: 10px;
}

.market-sec .market-bx:hover {
  background-color: var(--pri);
  color: white;
}

.expend-content-sec {
  max-height: 460px;
  /* collapsed height */
  overflow: hidden;
}

.expend-content-sec.expanded {
  /* max-height: 10000px !important; */
  overflow-y: auto;
  padding-right: 10px;
}

.expend-content-sec.expanded.category {
  max-height: 10000px !important;
  overflow: unset;
  padding: 0;
}

.expend-content-sec.expanded::-webkit-scrollbar {
  width: 5px;
}

.expend-content-sec.expanded::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.read-toggle {
  display: inline-block;
  color: currentColor;
  cursor: pointer;
  font-weight: 600;
  margin-top: 10px;
  user-select: none;
  font-size: 0.9em;
}

.read-toggle:hover {
  opacity: 0.8;
}

.abt-vid-bx,
.reels-vid {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.abt-vid-bx iframe,
.reels-vid iframe {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
  transform: scale(1.02);
  transform-origin: 50% 50%;
}

.reels-vid iframe {
  aspect-ratio: 35 / 62;
}

.youtube-player .youtube-thumbnail {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: transparent;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
}

.youtube-player img,
.youtube-player iframe {
  aspect-ratio: 16 / 9 !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
  display: block;
  transform: scale(1.01);
}

.youtube-player .play {
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  position: absolute;
  background: url(../images/icon/play-1.png) no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  /* animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulse; */
  transition: 0.3s ease;
}

.youtube-player:hover .play {
  animation: none;
  transform: translate(-50%, -50%) scale(1.1);
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}

.youtube-player .tt {
  font-size: 16px;
  margin-top: 10px;
  color: var(--text-color);
  text-align: center;
  font-family: var(--font);
  font-weight: 600;
}

.youtube-player img {
  width: 100%;
}

.scroll-text {
  height: 50px;
  width: 50px;
  box-shadow: 0 0 3px white;
  background-color: var(--sec);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.scroll-text svg {
  height: 20px;
  width: 20px;
  color: var(--white);
}

.scroll-line {
  width: 2px;
  height: 80px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}

.scroll-progress {
  width: 100%;
  height: 0%;
  background: var(--pri);
  position: absolute;
  bottom: 0;
  transition: height 0.2s ease;
}

.scroll-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 999;

  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.scroll-top-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------ */

.main-btn,
.main-btn2 {
  --btn-color: var(--sec);

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;

  width: max-content;
  padding: 8px 12px;

  border: 1px solid var(--btn-color);
  border-radius: 0;
  background: var(--btn-color);
  color: var(--white, #fff);

  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  line-height: 1;

  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.main-btn2 {
  --btn-color: var(--pri);
}

.main-btn svg,
.main-btn2 svg {
  width: 16px;
  height: 16px;
}

.main-btn .icon-bx,
.main-btn2 .icon-bx {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 3px;
  border-radius: 50%;
  background-color: var(--white, #fff);
  color: var(--btn-color);

  transition: 0.3s ease-in-out;
}

.main-btn:hover,
.main-btn2:hover {
  background-color: transparent;
  color: var(--btn-color);
}

.main-btn:hover .icon-bx,
.main-btn2:hover .icon-bx {
  background-color: var(--btn-color);
  color: var(--white, #fff);
}

.sub-ttl {
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 1px;
  color: var(--pri);
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 20px;
}

.sub-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url("../images/sub-ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 2px;
}

.sub-ttl2 {
  color: var(--white);
  border: 1px solid var(--white);
  background-color: transparent;
}

.sub-ttl2::after {
  background-color: var(--white);
}

.title {
  color: var(--pri);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font1);
  text-transform: capitalize;
}

.title span {
  color: var(--sec);
}

.bg {
  background-color: var(--bg);
}

.testimonial-sec {
  background-image: url("../images/testi-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.test-card {
  background:
    radial-gradient(
      circle at top left,
      rgba(28, 171, 181, 0.55),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(23, 138, 145, 0.55),
      transparent 38%
    ),
    linear-gradient(135deg, #011f23 0%, #003b40 45%, #011f23 100%);
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}

.testi-slider .swiper-pagination {
  bottom: 0;
  margin-top: 15px;
}

.testi-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--black);
  opacity: 0.35;
}

.testi-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--black);
}

.testi-card .icon-bx {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 1px solid rgba(0,0,0,0.15); */
}

.testi-card .icon-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.name {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}

.testi-card .r-bx p {
  margin: 0;
}

.testi-card .l-bx {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.occupation {
  line-height: 1;
  margin: 0;
}

.testi-slider .swiper-wrapper {
  align-items: stretch;
}

.testi-slider .swiper-slide {
  height: auto;
  display: flex;
}

.testi-card {
  width: 100%;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  background-color: var(--bg);

  padding: 20px 25px;
  display: flex;
  gap: 10px;
}

.testi-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23 122e52'%3E%3Cpath d='M7 17h3l2-4V7H6v6h3zm8 0h3l2-4V7h-6v6h3z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.blog-bx {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  z-index: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.blog-bx .img-bx {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}

.blog-bx .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.blog-bx:hover .img-bx img {
  transform: scale(1.3);
}

.blog-tt {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  z-index: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}

.blog-bx .main-btn {
  padding: 6.9px 8.5px;
  background-color: var(--pri);
  border-color: var(--pri);
}

.blog-bx .main-btn:hover {
  color: var(--white);
  transform: scale(1.1);
}

.blog-bx .main-btn .icon-bx {
  flex-shrink: 0;
  color: var(--pri);
}

.blog-bx .main-btn:hover .icon-bx {
  color: var(--pri);
  background-color: var(--white);
}

.blog-bx .overlay {
  background-color: var(--off-white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  transition: all 0.3s ease-in-out;
}

.blog-bx:hover .overlay {
  bottom: 0;
}

.blog-slider {
  position: relative;
}

.blog-slider-prev,
.blog-slider-next {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(1, 31, 35, 0.18);
  border-radius: 50%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.blog-slider-prev {
  left: 10px;
}

.blog-slider-next {
  right: 10px;
}

.blog-slider-prev:hover,
.blog-slider-next:hover {
  background: var(--sec);
  color: #fff;
  border-color: var(--sec);
}

.blog-slider-prev svg,
.blog-slider-next svg {
  width: 20px;
  height: 20px;
}

.bg2 {
  background-color: #fef5ec;
}

.tt {
  color: var(--pri);
  font-size: 20px;
  font-weight: 600;
}

.max-content {
  width: max-content;
}

.a-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.a-shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.bg3 {
  background:
    radial-gradient(
      circle at top left,
      rgba(28, 171, 181, 0.55),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(23, 138, 145, 0.55),
      transparent 38%
    ),
    linear-gradient(135deg, #011f23 0%, #003b40 45%, #011f23 100%);
}

.bc-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bc-nav-list li {
  display: flex;
  align-items: center;
}

.bc-nav-list li + li::before {
  content: "/";
  display: inline-block;
  color: var(--white);
  margin: 0 6px;

  background-repeat: no-repeat;
  background-position: center;
}

.bc-home-btn {
  width: 35px;
  height: 35px;
  background: var(--bg);
  border: 0.5px solid rgba(87, 107, 206, 0.2);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s;
}

.bc-home-btn svg {
  color: var(--black);
}

.bc-home-btn:hover {
  background: rgba(87, 107, 206, 0.1);
}

.bc-link {
  font-size: 15px;
  color: var(--white);
  text-decoration: none;
  transition:
    opacity 0.15s,
    color 0.15s;
  font-weight: 400;
}

.bc-link:hover {
  opacity: 1;
  color: var(--sec);
}

.bc-current {
  font-size: 15px;
  color: var(--white);
  font-weight: 400;
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb .title {
  color: var(--white);
  font-weight: 500;
}

.counter-section .counter-bx .tt {
  color: var(--pri);
  font-size: 30px;
  font-weight: 500;
}

.counter-section .counter-bx p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;

  color: var(--sec);
  line-height: 1.2;
  position: relative;
  margin-top: 5px;
}

.counter-section .counter-bx p span {
  color: var(--pri);
  font-size: 20px;
}

.counter-section .counter-bx {
  position: relative;
  overflow: hidden;
  text-align: start;
  /* padding: 40px 20px; */
}

.color-pri {
  color: var(--pri);
}

.abt-top .img-bx {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.abt-top .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.serv-d .img-bx {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1/1;
}

.serv-d .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg4 {
  background-color: #f7efff;
}

.serv-list,
.content-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.serv-list li,
.content-sec ul li {
  position: relative;
  padding-left: 20px;
}

.serv-list li:before,
.content-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7l5 5l-5 5'/%3E%3Cpath d='M13 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog-bx2 {
  /* border: 1px solid rgba(0,0,0,.2); */
  overflow: hidden;
  position: relative;
  background-color: var(--off-white);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.blog-bx2 .tt {
  border-bottom: 1px solid var(--para-color);
  padding-bottom: 0;
  border-bottom: none;
}

.blog-bx2.blog-row {
  background-color: white;
  padding: 0;
  padding-bottom: 45px;
  border-bottom: 1px solid var(--border-color);
}

.blog-in-row .col-12:last-child .blog-bx.blog-row {
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-bx2 .img-bx {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.blog-bx2 .img-bx img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-bx2.blog-row .img-bx,
.blog-bx2.blog-row .img-bx img {
  aspect-ratio: 4 / 3;
}

.blog-bx2 .tx-bx {
  padding: 15px 20px;
}

.blog-bx2 .date-li {
  background-color: var(--sec);
  border-radius: 4px;

  padding: 5px 10px;
  position: absolute;

  top: 20px;
  right: 20px;
}

.blog-bx2 .date-li .bx span {
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-bx2 .bx {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-bx2 .bx svg {
  width: 22px;
  height: 22px;
  margin-top: -1px;
}

.blog-bx2.blog-card .date-li .bx span {
  font-size: 12px;
  color: var(--para-color);
}

.blog-bx2 .bx span {
  color: var(--text-color);
  font-weight: 600;
}

.blog-bx2.blog-card {
  display: flex;
  transition: 0.2s ease;
  gap: 15px;
}

.blog-bx2.blog-card .img-bx,
.blog-bx2.blog-card .img-bx img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100px;
  min-width: 100px;
}

.blog-bx2.blog-card .tx-bx {
  padding: 0;
  flex-grow: 1;
  padding-right: 15px;
}

.blog-bx2.blog-card .tx-bx .tt a {
  font-size: 16px;
  margin-bottom: 0;
}

.blog-sec .main-tt {
  padding-left: 13px;
  padding-block: 3px;
  font-weight: 700;
  border-left: 5px solid var(--pri);
  font-size: 25px;
  color: var(--text-color);
  margin-bottom: 20px;
}

.blog-sec .img-bx {
  margin: 20px auto;
  text-align: center;
  max-width: 700px;
}

.blog-sec .img-bx img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.blog-date {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-date li {
  line-height: 1;
  background-color: var(--off-white);
  color: var(--text-color);
  padding: 8px 10px;
  border-radius: 10px;
}

.blog-date li:first-child {
  background-color: var(--pri);
  color: white;
}

.blog-bx2 .tx-bx .tt a,
.blog-bx2 .tx-bx a.tt {
  color: var(--text-color);
  font-family: var(--font);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.blog-bx2.blog-row .tx-bx .tt a {
  font-size: 27px;
  -webkit-line-clamp: 4;
}

.blog-bx2 .tx-bx .tt a:hover,
.blog-bx2 .tx-bx a.tt:hover {
  text-decoration: underline;
}

.blog-bx2 .tx-bx p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cate-form {
  background-color: var(--bg);
  padding: 15px 20px;
}

.pb-box {
  display: flex;
  align-items: center;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  position: relative;
  text-decoration: none;
  border-radius: 10px;
  animation: pb-slideUp 0.5s ease both;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
}

.pb-box:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.14);
}

.pb-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--pri);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.3s ease;
  border-radius: 0 2px 2px 0;
  z-index: 1;
}

.pb-box:hover::before {
  transform: scaleY(1);
}

.pb-img {
  height: 70px;
  width: 70px;
  min-width: 80px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.pb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.42s ease;
}

.pb-box:hover .pb-img img {
  transform: scale(1.09);
}

.pb-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(228, 93, 58, 0);
  transition: background 0.32s ease;
}

.pb-box:hover .pb-img::after {
  background: rgba(228, 93, 58, 0.07);
}

.pb-cont {
  flex: 1;
  padding: 12px 14px;
  background: var(--bg);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: background 0.25s;
  height: 70px;
  justify-content: space-between;
}

.pb-box:hover .pb-cont {
  background: #fdf9f7;
}

.pb-cont p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.35;
  transition: color 0.22s;
}

.pb-box:hover .pb-cont p {
  color: var(--pri);
}

.pb-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #9ca3af;
  text-decoration: none;
  transition:
    color 0.22s,
    gap 0.22s;
}

.pb-box:hover .pb-link {
  color: var(--pri);
  gap: 8px;
}

.pb-link svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}

.pb-box:hover .pb-link svg {
  transform: translateX(3px);
}

.pb-box .pb-product {
  color: var(--black);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 38px;
}

.contact-bx.ft-bx ul.social li a {
  height: 38px;
  width: 38px;
  border-radius: 4px;
}

.contact-bx.ft-bx ul.social li a svg {
  height: 17px;
  width: 17px;
}

.ft-bx a {
  color: var(--white);
  font-weight: 600;
}

.text-justify {
  text-align: justify;
}

.footer-bx {
  flex-direction: column;
  gap: 10px;
}

.footer-bx .icon-bx svg {
  height: 35px;
  width: 35px;
  color: var(--white);
}

.footer-bx a {
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.custom-service-select {
  position: relative;
  width: 100%;
}

.select-btn {
  width: 100%;
  height: 48px;
  border: 1px solid #ddd;
  background: var(--white);
  color: var(--black);
  border-radius: 6px;
  padding: 0 14px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.select-btn svg {
  transition: 0.3s ease;
}

.custom-service-select.active .select-btn svg {
  transform: rotate(180deg);
}

.select-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
  z-index: 99;
  display: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.custom-service-select.active .select-dropdown {
  display: block;
}

.service-search {
  width: 100%;
  height: 42px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 6px;
  padding: 0 12px;
  font-size: 15px;
  margin-bottom: 10px;
}

.service-search:focus {
  border-color: var(--black);
}

.appoitment-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 185px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.appoitment-selector li {
  color: var(--black);
  font-size: 15px;
  background-color: #f7f7f7;
  padding: 9px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}

.appoitment-selector li:hover {
  background-color: var(--black);
  color: var(--white);
}

.appoitment-selector li.disabled-option {
  color: #999;
  background-color: #f1f1f1;
  cursor: not-allowed;
  pointer-events: none;
}

.appoitment-selector li.hide {
  display: none;
}

.appoitment-selector {
  scrollbar-width: thin;
  scrollbar-color: var(--black) #f1f1f1;
}

/* Chrome, Edge, Safari */
.appoitment-selector::-webkit-scrollbar {
  width: 4px;
}

.appoitment-selector::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.appoitment-selector::-webkit-scrollbar-thumb {
  background: var(--black);
  border-radius: 10px;
}

.appoitment-selector::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.appoitment-selector li.no-result {
  color: #999;
  background-color: #f7f7f7;
  cursor: default;
  text-align: center;
  pointer-events: none;
}

.appoitment-selector li.hide {
  display: none;
}

.top-bar {
  padding: 5px 0;
  background-color: var(--sec);
}

/* ------------------------Alok CSS----------------------- */

.abt-us .img-bx {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}

.abt-us .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products-bx .img-bx {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.products-bx .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all.3s ease-in-out;
}

.products-bx:hover img {
  transform: scale(1.1);
}

.products-bx .content-bx {
  background-color: var(--off-white);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 5px; */
}

.print-ttl {
  color: var(--pri);
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease-in;
}

.print-ttl:hover {
  color: var(--sec);
}

.view-mr {
  color: var(--sec);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
  transition: all 0.3s ease-in;
  margin-top: 5px;
}

.view-mr:hover {
  color: var(--black);
}

.view-mr svg {
  height: 17px;
  width: 17px;
}

.view-mr svg path,
.view-mr svg line,
.view-mr svg circle,
.view-mr svg polyline,
.view-mr svg polygon {
  stroke-width: 2px !important;
}

.prev-btn,
.next-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  color: var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  border: transparent;
}

.prev-btn {
  left: 0px;
}

.next-btn {
  right: 0px;
}

.prev-btn svg,
.next-btn svg {
  width: 22px;
  height: 22px;
}

.prev-btn:hover,
.next-btn:hover {
  background: #e94b50;
  color: #fff;
  border-color: #e94b50;
}

.products-slider-sec {
  position: relative;
}

.abt-us2 .bx {
  width: 100%;
  position: relative;
}

.abt-us2 .bx .overlays {
  position: absolute;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  background-color: var(--sec);
  width: max-content;
  padding: 20px 30px;
  letter-spacing: 0.3px;
  top: -25px;
  right: -25px;
}

.abt-us2 .img-bx {
  width: 100%;
  margin-top: 25px;
  margin-right: 25px;
}

.abt-us2 .img-bx img {
  height: 100%;
  width: 100%;
}

.mid-banner {
  background-image: url("https://dt-printcity.myshopify.com/cdn/shop/files/Component_1_1_cb4d5ee7-f3f6-4195-8ff4-9861fafaf1df.jpg?v=1669029786&width=1500");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 20px;
}

.photo-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 0.85fr 1.25fr;
  grid-template-areas:
    "img1 img2 img3 img5"
    "img1 img4 img4 img5";
  gap: 12px;
}

.gallery-item {
  overflow: hidden;
  display: flex;
  background: #f5f5f5;
}

.gallery-item a {
  display: block;
  inline-size: 100%;
  block-size: 100%;
}

.gallery-item img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item::after {
  content: "";
  background-color: #0000006e;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item:hover .link-wrap {
  opacity: 1;
}

.photo-gallery-grid .gallery-item:nth-child(1) {
  grid-area: img1;
}

.photo-gallery-grid .gallery-item:nth-child(2) {
  grid-area: img2;
  aspect-ratio: 1/1;
}

.photo-gallery-grid .gallery-item:nth-child(3) {
  grid-area: img3;
  aspect-ratio: 1/1;
}

.photo-gallery-grid .gallery-item:nth-child(4) {
  grid-area: img4;
  aspect-ratio: 16/9;
}

.photo-gallery-grid .gallery-item:nth-child(5) {
  grid-area: img5;
}

.blog-bx3 .img-bx {
  max-width: 290px;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-bx3 .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-bx3:hover img {
  transform: scale(1.1);
}

.bogbx-tt {
  font-size: 20px;
  color: var(--black);
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 1.2;
}

.blog-bx3 .content-bx {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-bx3 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.blog-bx3 .main-btn {
  height: max-content;
  flex-shrink: 0;
}

.blog-bx3 .desp {
  font-size: 15px;
  color: var(--para-color);
  line-height: 1.3;
}

.blog-bx3 p {
  padding-bottom: 3px;
  border-bottom: 1px solid #70707094;
  margin-bottom: 10px;
  width: max-content;
  font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--white);
  background-color: var(--sec);
}

.nav-pills .nav-link {
  padding: 5px 9px;
  margin: 0;
  color: var(--black);
  background-color: var(--white);
  font-size: 15px;
  font-weight: 600;
  border-radius: 0;
  font-family: var(--font2);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border: 2px solid transparent;

  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.13);
}

.nav-pills .nav-link:hover {
  border: 2px solid var(--sec);
}

.insta-sec .link-wrap {
  background-color: unset;
  backdrop-filter: unset;
  padding: 0;
  margin: 0;
  height: unset;
  width: unset;
  border: 0;
}

.insta-sec .link-wrap svg {
  height: 40px;
  width: 40px;
}

.insta-sec .bx:hover .link-wrap {
  opacity: 1;
}

.insta-sec .bx .img-bx {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}

.insta-sec .bx .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.insta-sec .bx {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.insta-sec .bx::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0000006e;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  z-index: 1;
}

.insta-sec .bx:hover::after {
  height: 100%;
  width: 100%;
  border-radius: 0;
}

.insta-sec .bx:hover img {
  transform: scale(1.1);
}

.bottom-top .form-control {
  height: 55px;
  padding: 12px 18px;
  font-size: 16px;
  border: none;
  color: var(--black);
}

.bottom-top .form-control::placeholder {
  color: var(--black);
}

.bottom-top .main-btn {
  font-size: 18px;
  background-color: var(--black);
  border-color: var(--black);
}

.bottom-top .main-btn .icon-bx {
  color: var(--black);
}

.bottom-top .main-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.bottom-top .main-btn:hover .icon-bx {
  color: var(--black);
  background-color: var(--white);
}

.bottom-top .main-btn svg {
  height: 22px;
  width: 22px;
}

.bottom-top form {
  border: 1px solid var(--black);
}

.bottom-top .bx .icon-bx {
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
}

.bottom-top .bx .icon-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bottom-top .bx {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bottom-top .bx .bogbx-tt {
  text-align: center;
  text-transform: uppercase;
}

.bottom-top .bx p {
  margin: 0;
  color: var(--black);
  text-align: center;
}

.ft-bx ul li {
  padding-left: 28px;
  position: relative;
}

.ft-bx ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7l5 5l-5 5'/%3E%3Cpath d='M13 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ft-bx ul.social li {
  padding-left: 0;
}

.ft-bx ul.social li::before {
  content: none;
}

.home-banner {
  padding: 0 46px;
}

/* .products-bx{
  box-shadow: 0 0 6px rgba(0,0,0,0.15);
  margin-bottom: 2px;
} */

.brand-sec .products-bx .content-bx {
  background-color: var(--white);
}

.banner-social {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  transform: rotate(90deg) translateY(-50%);
  right: -112px;
  margin: 0;
  padding: 0;
}

.banner-social li a svg {
  height: 16px;
  width: 16px;
}

.banner-social li a {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}

.banner-social li a:hover {
  color: var(--sec);
}

.banner-social li a span {
  font-weight: 500;
  text-decoration: underline;
}

.announcement-marquee {
  width: 100%;
  overflow: hidden;

  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: rozadsMarquee 60s linear infinite;
}

.marquee-content {
  display: flex;
  align-items: center;
}

.marquee-content span {
  display: inline-block;
  color: var(--white);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 0 25px;
  position: relative;
}

.marquee-content span::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873l-6.158 -3.245'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 10px;
}

@keyframes rozadsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.announcement-marquee:hover .marquee-track {
  animation-play-state: paused;
}

.bc-wrapper .img-bx {
  max-height: 200px;
  overflow: hidden;
}

.bc-wrapper .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bc-wrapper {
  position: relative;
}

.abt-page .img-bx {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;

  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.vis-miss .img-bx {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}

.vis-miss .img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vis-miss .bx {
  padding: 15px 20px;
  background-color: var(--bg);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.vis-miss .bx .title {
  font-size: 25px;
  margin-bottom: 5px;
}

.features.insta-sec .link-wrap {
  z-index: 99;
  width: 100%;
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;

  width: 100%;
}

.team-sec .img-bx {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.team-sec .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-media {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}

.social-media li a {
  position: absolute;
  bottom: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);

  transform: translateY(60px);
  opacity: 0;
  transition: 0.35s ease;
}

.team-sec .img-bx:hover .social-media li a {
  transform: translateY(0);
  opacity: 1;
}

.social-media li:nth-child(1) a {
  left: 20%;
  background: #000000;
  transition-delay: 0.05s;
}

.social-media li:nth-child(2) a {
  left: 35%;
  background: #1877f2;
  transition-delay: 0.12s;
}

.social-media li:nth-child(3) a {
  left: 50%;
  background: #e60023;
  transition-delay: 0.19s;
}

.social-media li:nth-child(4) a {
  left: 65%;
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  transition-delay: 0.26s;
}

.social-media .icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.social-media li a:hover .icon {
  transform: scale(1.1);
}

.team-sec .content-sec {
  padding: 15px 30px;
  background-color: var(--bg);
  text-align: center;
}

.team-sec .name {
  font-size: 20px;
  font-weight: 400;
}

.team-sec .occupation {
  text-align: center;
}

.products-page .products-bx .content-bx {
  padding: 15px 20px;
}

/* =--------------------------------------- */

.main-grid-bx .left-side-bar {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.main-grid-bx .icon-bx2 {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  cursor: pointer;
  color: var(--black);
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  
}
.product-list li {
  margin: 1px;
}

.product-list li a {
  color: var(--black2) ;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 9px 14px;
}

.product-list li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='' height='' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;

  transition: transform 0.2s ease;
}

.sub-cat-link a.active::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
}

.product-list li a {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.product-list li a:hover::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6l-6 6'/%3E%3C/svg%3E");
}

.icon-bx2 {
  height: 40px;
  width: max-content;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.main-grid-bx .icon-bx2 {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  cursor: pointer;
  color: var(--black);
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx {
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  cursor: pointer;
  color: var(--black);
}

.main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx.active {
  color: var(--white);
  background-color: var(--black);
}

.main-grid-bx .right-grid-bx .right-btn-bxs {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-list {
  scrollbar-width: none;
  scrollbar-color: var(--pri) #f1f1f1;
}

.product-list li:hover a {
  background-color: var(--sec);
}

.product-list li:hover a {
  color: var(--white);
}

.products-page2 {
  overflow: visible;
  position: unset;
}

.main-grid-bx .right-grid-bx .right-btn-bxs .icon-bx svg {
  height: 25px;
  width: 25px;
}

.main-grid-bx .left-side-bar .title {
  font-size: 25px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-grid-bx .icon-bx2:hover {
  background-color: var(--black);
  color: var(--white);
}

.sub-cat-link a.active {
  background-color: var(--sec);
  color: var(--white);
}

.accordion-button {
  background: transparent;
  font-weight: 500;
  outline: 0 !important;
  color: var(--text-color);
  font-size: 18px;
  padding: 10px 38px 12px 0;
  border-bottom: 1px solid #1f1f1f6e;
  border-radius: 0 !important;
  position: relative;
}

.accordion-body p {
  margin-bottom: 0;
  font-size: 15px;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  margin-bottom: 12px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent !important;
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-body {
  padding: 10px 0;
  color: var(--para-color);
  font-size: 15px;
  background-color: transparent;
  border-top: 0;
}

.accordion-button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 20px;
  background-size: 18px;
  background-position: center;
  transform: translateY(-50%);
  transform-origin: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent;
  color: var(--pri);
  border-bottom: 1px solid var(--pri);
}

.accordion-button:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #1f1f1f6e;
}

.accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23104480%22%20stroke-width%3D%221.75%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E");
}

.blog-details {
  position: unset;
  overflow: visible;
}

.bottom-sticky {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  z-index: 9;
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  transition: all 0.3s ease;
}

.bottom-sticky:hover {
  padding-right: 10px;
}

.bottom-sticky:hover {
  scrollbar-color: var(--off-white);
}

/* Chrome, Edge, Safari (WebKit) */
.bottom-sticky::-webkit-scrollbar {
  width: 3px;
  /* bahut patla */
}

.bottom-sticky::-webkit-scrollbar-track {
  background: transparent;
}

.bottom-sticky::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
  transition: background 0.3s ease;
}

/* Thumb sirf hover par dikhega */
.bottom-sticky:hover::-webkit-scrollbar-thumb {
  background: var(--off-white);
}

.bottom-sticky::-webkit-scrollbar-thumb:hover {
  background: var(--off-white);
}

.blog-details .main-img-bx {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}

.blog-details .main-img-bx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pagination-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pagination-bx .page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  background: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.pagination-bx .page-btn:hover,
.pagination-bx .page-btn.active {
  background: var(--primary-color, #000);
  border-color: var(--primary-color, #000);
  color: #fff;
}

.pagination-bx .page-btn.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
  background: #f5f5f5;
}


 