:root {
  --font: "Nunito Sans", sans-serif;

  --liner: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --pri: #1b5e20;
  --sec: #f39c12;
  --thord: #25401a;
  --text-color: #1f1f1f;
  --text-light: #8c8c8c;
  --para-color: #707070;
  --border-color: #e3e3e3;
  --white: #fff;
  --off-white: #f6f6f6;
  --black: #212529;
  --bg: #edf2ec;
}


body {
  background: var(--white);
  font-family: var(--font);
  color: var(--para-color);
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
  top: 0 !important;
  position: relative !important;
  overflow: unset !important;
}

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

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

p {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;

  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-sec.text-start {
  max-width: 100%;
}

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

.main-btn {
  padding: 13px 20px;
  color: var(--white);
  border: 1px solid var(--sec);
  background-color: var(--sec);
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  white-space: nowrap;
  outline: none;
  transition: 0.2s ease-in-out;
  justify-content: center;
  border-radius: 5px;
  line-height: 1;
}

.main-btn.sm {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 400;
}

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

.main-btn2 {
  color: var(--white);
  background-color: var(--pri);
  border-color: var(--pri);
}

.main-btn2:hover {
  background-color: var(--sec);
  border-color: var(--sec);
  color: var(--white);
}

.main-btn.light {
  background-color: var(--off-white);
  border-color: var(--off-white);
  color: var(--text-color);
  font-weight: 600;
}

.main-btn.light:hover {
  background-color: var(--pri);
  border-color: var(--pri);
  color: var(--white);
}

.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: 4px;
}

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

.SumoSelect>.CaptionCont>span.placeholder {
  background-color: transparent;
  color: var(--text-color);
  opacity: 0.8;
  font-style: normal;
}

.SumoSelect {
  display: block;
  width: 100%;
}

.SumoSelect.open .search-txt {
  font-weight: 500;
  border-radius: 4px;
  font-size: 15px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font);
  border-color: var(--border-color);
  height: 43px;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  box-shadow: none;
  border-color: var(--text-light);
}

.SumoSelect.open>.optWrapper {
  top: 43px;
}

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

.form-control,
.form-select,
.SumoSelect>.CaptionCont {
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 12px;
  color: var(--text-color);

  border-color: #e3e3e3;
  height: 40px;
  align-content: center;
}

textarea.form-control {
  min-height: 100px;
  resize: none;
  align-content: start;
}

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

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

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

.top-bar p {
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.top-bar p a {
  color: var(--white);
  transition: 0.2s ease;
}

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

.top-bar p svg {
  color: var(--sec);
  width: 18px;
  height: 18px;
}

.top-bar p button {
  padding: 0;
  margin: 0;
  border: 0;
  color: var(--text-color);
  font-size: 14px;
  text-decoration: underline;
  background-color: transparent;
  font-weight: 500;
  transition: 0.2s ease;
}

.top-bar p button:hover {
  color: var(--pri);
}

.social {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  gap: 15px;
  padding: 0;
}

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

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

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

.offcanvas-btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;
}

.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: 23px 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-bottom: 1px solid #e3e3e3;

  overflow: hidden;
  padding: 0;
  padding-left: 0;
}

.search-bx input {
  width: 100%;
  max-width: 100%;
  outline: none;
  border: none;
  color: var(--white);
  font-weight: 700;
  height: 20px;
  font-size: 16px;
  background-color: transparent;
  min-width: 220px;

  height: 42px;
  padding-left: 15px;
}

.search-bx input::placeholder {
  color: var(--white);
  opacity: 0.8;
}

.search-bx svg {
  color: var(--white);
}

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

header {
  background-color: white;
  transition: 0.3s ease-in-out;
}

header.stricky-fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  top: -53.5px;
  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;
  }
}

header.stricky-fixed .col-1.mobile_hide {
  display: none;
}

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

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

.navigation .navbar button span {
  display: block;
  position: absolute;
  height: 3px;
  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: 20px 9px;
  display: block;
  color: var(--text-color);
  transition: all 0.2s ease;
  font-size: 16px;

  background: transparent;
  font-weight: 600;
  /* text-transform: uppercase; */
}

.navigation .menu>ul>li.active>a,
.navigation .menu>ul>li:hover>a {
  color: var(--pri);
}

.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(--pri);
}

.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 ###################### */

main,
main img {
  aspect-ratio: 1920 / 780;
  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: 50px 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;
}

.counter-bx .tt {
  color: var(--white);
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 35px;
}

.counter-bx p {
  font-size: 25px;
  color: var(--white);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--font);
  line-height: 40px;
}

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

.cate-bx {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
}

.cate-bx .img-bx {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

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

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

.cate-bx .tx-bx .tt {
  font-size: 17px;
  margin-top: 12px;
  margin-bottom: 5px;
  font-weight: 700;

  line-height: 1;
  text-align: center;
}

.cate-bx .tx-bx .tt a {
  color: var(--text-color);
  font-family: var(--font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

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

.swiper-pagination {
  position: static;
}

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

.star-rating-wrap {
  display: flex;
  align-items: center;
  gap: 0;
}

.rating {
  display: flex;
  gap: 0;
  user-select: none;
}

.rating .star {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.rating .star i {
  position: absolute;
  inset: 0;
  font-style: normal;
}

.rating .star i::before {
  content: "★";
  position: absolute;
  inset: 0;
  color: #d9d9d9;
  font-size: 30px;
  line-height: 30px;
}

.rating .star i::after {
  content: "★";
  position: absolute;
  inset: 0;
  color: #ffc107;
  font-size: 30px;
  line-height: 30px;
  width: 0%;
  overflow: hidden;
}

.indust-bx {
  background-color: var(--sec);
  overflow: hidden;
  padding: 16px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.rating .star i::after {
  width: var(--w, 0%);
}

.indust-bx:hover {
  transform: translateY(-5px);
}

.indust-bx img {
  border-radius: 10px;
  width: 100%;
}

.indust-bx .tt {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
  color: var(--white);
}

.indust-bx p {
  margin-bottom: 0;
  color: var(--off-white);
}

.ceo-bx .img-bx {
  text-align: center;
}

.ceo-bx .img-bx img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.ceo-bx .img-bx .tt {
  color: var(--text-color);
  font-size: 17px;
  font-weight: 600;
}

/* 
.position-relative .swiper-pagination {
  position: absolute;
  bottom: -25px;
} */

.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 {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  cursor: pointer;
  margin-bottom: 12px;
}

.gallery-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.gallery-bx:hover img {
  transform: scale(1.08);
  filter: brightness(0.42);
}

.g-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 55%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.gallery-bx:hover .g-overlay {
  opacity: 0;
}

/* Floating category tag */
.g-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 3px 10px;
  pointer-events: none;
  transition: opacity 0.3s;
}

.gallery-bx:hover .g-cat {
  opacity: 0;
}

/* Title — visible by default, hides on hover */
.gallery-bx .g-tt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 36px 16px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  pointer-events: none;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.gallery-bx:hover .g-tt {
  transform: translateY(8px);
  opacity: 0;
}

.g-hover-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
}

.gallery-bx:hover .g-hover-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.gallery-bx img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery-bx .link-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition:
    background 0.2s,
    transform 0.2s;
}

.gallery-bx .link-wrap:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.1);
}

.gallery-bx .link-wrap svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.g-view-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.g-overlay,
.g-cat,
.g-tt,
.g-hover-content {
  pointer-events: none;
}

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

.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-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%;
  border: 2px solid var(--pri);
}

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

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

.clients-bx img {
  width: 100%;
  aspect-ratio: 25 / 14;
  object-fit: cover;
  border-radius: 1px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-block: 3px;
  border-radius: 4px;
  border: 1px solid rgb(235, 234, 234);
}

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

.img-breadcum {
  padding: 140px 0 65px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.img-breadcum img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

/* Two-layer overlay: deep bottom + subtle top */
.img-breadcum::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      #060b1f 0%,
      #0f1628cc 55%,
      #0f162899 100%);
  z-index: -1;
  pointer-events: none;
}

/* Orange accent line at bottom */
.bc-bottom-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 3px;
  background: linear-gradient(to right, var(--sec), transparent);
}

/* Layout */
.img-breadcum .main-bx {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.img-breadcum .sub-ttl {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--sec);
  margin-top: 10px;
}

.img-breadcum .sub-ttl::before {
  background: url("../images/leaf2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.img-breadcum .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

.breadcum-sec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.breadcum-sec ul li {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 500;
}

.breadcum-sec ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--sec);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcum-sec ul li a:hover {
  color: #fff;
}

/* Separator arrow between items */
.breadcum-sec ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.35)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

/* Active/last item */
.breadcum-sec ul li:last-child {
  color: #fff;
  font-weight: 600;
}

.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: 6px;
}

.table-of-con {
  padding-top: 1px;
  /* border: 1px solid rgb(235, 234, 234); */

  border-radius: 10px;
}

.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 {
  padding-left: 20px;
  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;
}

.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: 4px;
  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);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-radius: 8px;

  padding: 10px 16px;
  text-align: left;
  font-family: var(--font);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
}

.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(--pri);
}

.accordion-item {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 10px !important;
  margin-bottom: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(27, 94, 32, 0.08);
  border-color: var(--pri);
}

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

.accordion-item:not(:first-of-type) {
  border: 1px solid var(--border-color);
}

.accordion-button {
  background-color: var(--white);
  color: var(--thord);
  font-weight: 700;
  font-size: 17px;
  padding: 15px 19px;
  border: none;
  font-family: var(--font);
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
}

.accordion-button:focus {
  box-shadow: none;
  background-color: var(--off-white);
  color: var(--pri);
  border-color: var(--pri);
}

.accordion-button:not(.collapsed) {
  background-color: var(--off-white);
  color: var(--pri);
  box-shadow: none;
}

.accordion-item .accordion-button:not(.collapsed)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--pri);
}

.accordion-button::after {
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  transition: transform 0.35s ease;

  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%231b5e20%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}

.accordion-button:not(.collapsed)::after {
  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%231b5e20%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  transform: rotate(180deg);
}

/* --- Accordion Body --- */
.accordion-collapse {
  border: none;
}

.accordion-body {
  padding: 12px 24px;
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.7;
  font-family: var(--font);
  background: linear-gradient(to bottom, transparent 0%, transparent 100%);
}

.accordion-body p {}

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

.business-enq {
  position: fixed;
  bottom: 75px;
  right: 20px;
  z-index: 9;
  border: 0;
  outline: 0;
  background-color: var(--pri);
  color: var(--white);
  font-size: 14px;
  padding: 5px;
  padding-right: 15px;
  border-radius: 24px;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  font-weight: 400;
}

.business-enq:hover {
  transform: scale(1.03);
}

.business-enq .icon {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--pri);
}

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

.whatapp_btn {
  background: #01e675;
  width: 40px;
  height: 40px;
  color: var(--white);
  position: fixed;
  right: 20px;
  bottom: 130px;
  cursor: pointer;
  z-index: 9;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  border: 0;
}

.whatapp_btn svg {
  width: 19px;
  height: 19px;
}

.whatapp_btn:hover {
  transform: scale(1.1);
}

.whatapp_btn:focus,
.whatapp_btn:hover {
  background: #01e675;
  color: var(--white);
}

.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;
  font-size: 35px;
  color: var(--pri);
  font-weight: 700;
  text-align: left;
  margin-bottom: 7px;
  line-height: 1.3;
}

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

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

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

.content-sec p,
.content-sec ul li {
  font-size: 16px;
  line-height: 1.6;
  color: var(--para-color);
  text-align: justify;
  position: relative;

  font-weight: 400;
}

.content-sec ul {
  list-style: none;
  padding-left: 0;
}

.content-sec ul li {
  position: relative;
  padding-left: 30px;
  display: flow-root;
}

.content-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 16px;
  height: 16px;

  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZjM5YzEyJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHBhdGggZD0nTTcgN2w1IDVsLTUgNScvPjxwYXRoIGQ9J00xMyA3bDUgNWwtNSA1Jy8+PC9zdmc+");

  background-repeat: no-repeat;
  background-size: contain;
}

.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 15px;
  position: relative;
  z-index: 1;
  background: url("../images/footer.webp");
  background-size: cover;
  background-position: center;
}

footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}

.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: 500;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
}

.offcanvas-body .ft-bx .con-bx a,
.offcanvas-body .ft-bx .con-bx p {
  color: var(--para-color);
}

.ft-bx .con-bx a:hover {
  color: var(--pri);
  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: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

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

.ft-bx ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 3px 0;
  transition: 0.1s;
  display: inline-block;
  font-weight: 500;
}

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

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

.ft-bx ul.social li a {
  background-color: var(--white);
  width: 38px;
  height: 38px;
  color: var(--pri);
  border-radius: 100%;
  align-content: center;
  text-align: center;
  line-height: 1;
  opacity: 1;
}

.ft-bx ul.social li a:hover,
.offcanvas-body .ft-bx ul.social li a {
  background-color: var(--pri);
  color: white;
}

.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(--off-white);
  padding: 30px;
  border: 1px solid var(--off-white);
  height: 100%;
  border-radius: 15px;
}

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

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

.copyright p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}

.copyright p a {
  color: rgba(255, 255, 255, 0.6);
  display: inline;
  font-weight: 600;
}

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

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;

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

.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-top-wrapper {
  position: fixed;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.scroll-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 800;
  color: var(--text-color);
  text-shadow: 1px 1px 3px white;
  font-family: var(--font);
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.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;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  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;
}

/* ------------------------------Alok-Css-------------------------- */

.language-selector {
  position: relative;
}

.lang-btn {
  width: 100%;
  background-color: var(--pri);

  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;

  align-items: center;
  gap: 5px;

  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.lang-btn:hover {
  background-color: #1b5e20;
}

.lang-btn img,
.lang-option img {
  width: 24px;
  height: auto;
  border-radius: 2px;
  object-fit: cover;
}

.lang-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.arrow-icon {
  width: 12px;
  height: 12px;
  fill: white;
  transition: transform 0.3s;
}

.language-selector.active .arrow-icon {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: 110%;
  padding: 0;
  left: 0;
  width: max-content;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  overflow: hidden;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.language-selector.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s;
  color: #333;
}

.lang-option:hover {
  background-color: #e8f5e9;
}

.lang-option span {
  font-weight: 500;
}

.theme-btn {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 800;
  text-transform: capitalize;
  background-color: var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: var(--white);
  border-radius: 5px;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  border: none;
  gap: 5px;
  width: max-content;
}

.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;

  top: 50%;
  left: 50%;
  height: 0;
  background-color: var(--sec);

  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.theme-btn svg {
  height: 20px;
  width: 20px;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before {
  width: 600px;
  height: 600px;
  display: inline-block;
}

.sub-ttl {
  color: var(--thord);
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  display: inline-flex;
  align-items: center;
}

.sub-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;

  background-image: url("../images/icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.title {
  font-size: 30px;
  color: var(--pri);
  font-weight: 700;
  line-height: 1.3;
}

.abt-sec .icon-bx {
  background: var(--pri);
  color: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.abt-sec .icon-bx img {
  height: 50px;
  width: 50px;
  transition: transform 0.6s ease;
}

.abt-sec .icon-bx:hover img {
  transform: rotateY(360deg);
}

.abt-sec .odos-number {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

.abt-sec .plus-sign {
  font-size: 25px;
}

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

.abt-sec .swiper {
  width: 100%;
  height: 100%;
}

.abt-sec .swiper-slide {}

.abt-sec .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}

.card-ttl {
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  color: var(--thord);
}

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

.nav-pills .nav-link {
  background: var(--pri);
  color: #fff;
  border-radius: 4px;
  /* width: 100%; */
}

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

.products .card-ttl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  font-size: 18px;
}

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

.products ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.products ul li strong {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.products .content-bx .prod-det {
  padding: 10px 15px;
  background-color: var(--off-white);
  margin: 10px 0;
  border-radius: 8px;
}

.products .content-bx .prod-det table {
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}

.products .content-bx .prod-det table tr {
  border: 0;
  background-color: transparent;
}

.products .content-bx .prod-det table tr td,
.products .content-bx .prod-det table tr th {
  padding: 0;
  border: 0;
  text-transform: capitalize;
  font-size: 14px;
}

.products .img-bx img {
  border-radius: 8px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.products .content-bx .hed {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.products .content-bx .bod {
  color: var(--para-color);
}

.products .bx {
  padding: 20px;
  border: 1px solid rgb(235, 234, 234);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background-color: var(--white);
  height: 100%;
}

.choose-us .bx {
  display: flex;
  gap: 10px;
}

.choose-us .bx .img-bx img {
  width: 75px;
  height: auto;
}

.matrix-bx .bxs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.matrix-bx .odos-number {
  font-size: 45px;
  color: var(--thord);
  font-weight: 800;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

.matrix-bx .icon-bx img {
  width: 60px;
  height: auto;
}

.row>div:not(:last-child) .bxs {
  border-right: 3px dotted #1b5e2069;
}

.matrix-inner {
  padding: 30px;
  border: 3px dotted #1b5e2069;
  border-radius: 30px;
  background-color: var(--white);
}

.matrix-bx {
  position: relative;
  margin-top: -136px;
  margin-bottom: 50px;
}

.testimonial-swiper {
  width: 100%;
}

.testimonialSlider .swiper-wrapper {
  align-items: stretch;
}

.testimonial-slide {
  height: auto;
  display: flex;
}

.testi-bx {
  border-radius: 14px;
  border: 2px solid var(--pri);
  padding: 28px 24px 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  transition: border-color 0.2s ease;
  height: 100%;
  width: 100%;
}

.testi-bx p {
  margin: 0;
  flex: 1;
  padding-right: 35px;
}

.cont-bx {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.testi-bx .quote-mark {
  font-family: "Georgia", serif;
  font-size: 70px;
  line-height: 0.6;
  position: absolute;
  top: 18px;
  right: 22px;
  user-select: none;
  color: var(--pri);
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--pri);
  border: 2px solid var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}

.det span {
  font-size: 15px;
}

.sub-tt {
  font-size: 25px;
  margin-bottom: 10px;
}

.tt {
  color: var(--pri);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-sec .bx {
  background-color: var(--off-white);
  overflow: hidden;
  padding: 20px;
  border-radius: 6px;
  border: 1.5px solid #e8e8e8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;
}

.blog-sec .bx .img-bx img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.blog-sec .bx .overlay {
  height: 75px;
  width: 75px;
  background-color: var(--pri);
  color: var(--white);
  border: 3px solid var(--white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -37.5px;
  right: 20px;
}

.blog-sec .bx .overlay .day {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.blog-sec .bx .overlay .year {
  font-size: 16px;
  text-align: center;
}

.blog-sec .bx .img-bx {
  position: relative;
}

.blog-sec .bx:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.faq .tt {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

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

.faq .info-bx {
  display: flex;
  align-items: center;
  gap: 15px;
}

.abt-sec2-left-bx {
  padding: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 1px solid rgb(235, 234, 234);
}

.abt-sec2 .img-bx {
  height: 100%;
  /* overflow: hidden; */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 1px solid rgb(235, 234, 234);
  position: relative;
}

.abt-sec2 .img-bx::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-color: var(--sec);
  z-index: -1;
  border-radius: 20px;
  opacity: 0.8;
  border: 1px solid rgb(235, 234, 234);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.abt-sec2 .img-bx img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

.counter-section {
  background-image: url("../images/shape2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pri);
  background-attachment: fixed;
}

.ceo img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgb(235, 234, 234);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.vm-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(235, 234, 234);
  position: relative;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  padding: 20px;
}

.vm-card:hover {
  box-shadow: 0 20px 48px rgba(67, 97, 238, 0.13);
}

.vm-card-img {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.vm-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82);
  transition: transform 0.5s ease;
  border-radius: 12px;
}

.vm-tag {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 12px;
  border: 0.5px solid rgba(255, 255, 255, 0.35);
}

.vm-card-body {
  padding: 24px 26px 28px;
}

/* Animated accent bar on hover */
.vm-accent-bar {
  height: 3px;
  width: 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--pri), var(--sec));
  transition: width 0.4s ease;
  margin-top: 16px;
}

.vm-card:hover .vm-accent-bar {
  width: 48px;
}

.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;
  animation: pb-slideUp 0.5s ease both;
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease;
  border-radius: 6px;
}

.pb-box:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 30px rgba(10, 59, 110, 0.14),
    0 4px 10px rgba(0, 0, 0, 0.07);
}

.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: 400;
  color: #9ca3af;
  text-decoration: none;
  transition:
    color 0.22s,
    gap 0.22s;
  text-transform: capitalize;
}

.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);
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cat-nav-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 32px 20px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  background-image: url("../images/cat-cta.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  border-radius: 6px;
  text-align: center;
}

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

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

.cat-nav-img p {
  color: var(--off-white);
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.cat-nav-img .cni-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(10, 59, 110, 0.18);
  border: 1px solid var(--sec);
  border-radius: 20px;
  padding: 4px 12px;
  width: fit-content;
  margin-bottom: 4px;
}

.cat-nav-img .cni-tag span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}

.cat-nav-img .cni-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pri);
  animation: cni-pulse 1.8s ease infinite;
  flex-shrink: 0;
}

.cat-nav-img .cni-phone {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cat-nav-img .cni-phone svg {
  color: var(--pri);
  flex-shrink: 0;
}

.cat-nav-img .cni-btns {
  display: flex;
  justify-content: space-around;
  margin-top: 4px;
  gap: 7px;
}

.cat-nav-img .main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 10px 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.3px;
  backdrop-filter: blur(6px);
  transition:
    background 0.22s,
    border-color 0.22s,
    transform 0.18s;
}

.cat-nav-img .main-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.cat-nav-img .main-btn svg {
  color: #25d366;
}

@keyframes cni-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.7);
  }
}

.cate-form {
  background-color: var(--off-white);
  padding: 15px 20px;
  border-radius: 6px;
}

.blog-details .blog-sec img {
  border-radius: 10px;
  border: 1px solid rgb(235, 234, 234);
  aspect-ratio: 16/9;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.mini-blogs,
.qut-bx {
  background-color: var(--off-white);
  padding: 18px;
  border: 1px solid var(--off-white);
  border-radius: 8px;
}

.mini-blogs .blog-bx.blog-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 0.25s ease;
  background-color: var(--bg);
}

.mini-blogs .blog-bx.blog-card:last-child {
  border-bottom: none;
  border-radius: 8px;
}

.mini-blogs .tt {
  color: var(--pri);
}

.blog-bx.blog-card .img-bx {
  flex-shrink: 0;
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
}

.blog-bx .img-bx img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;

}

.mini-blogs .blog-bx.blog-card:hover .img-bx img {
  transform: scale(1.08);
}

.blog-bx.blog-card .tx-bx .tt a {
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.45;
  margin-bottom: 4px;
}

.blog-bx.blog-card .tx-bx p {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.offcanvas-header .btn-close {
  border: 2px solid var(--pri);
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  height: 1px !important;
  width: 1px !important;
  position: absolute;
}

.widget-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ── LANG WIDGET ── */
.lang-widget {
  position: relative;
  display: inline-block;
}

.custom-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}

.flag-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 3px;
  /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); */
  flex-shrink: 0;
}

.arrow-icon {
  transition: transform 0.3s;
  opacity: 0.8;
}

.lang-widget.active .arrow-icon {
  transform: rotate(180deg);
}

.reset-btn {
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  padding: 8px 13px;
  border-radius: 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  white-space: nowrap;
}

.reset-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.45);
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  background: var(--white);
  border-radius: 14px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.14),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  list-style: none;
  padding: 8px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: all 0.22s ease;
  z-index: 99999;
  max-height: 420px;
  overflow-y: auto;
}

.dropdown-list::-webkit-scrollbar {
  width: 5px;
}

.dropdown-list::-webkit-scrollbar-thumb {
  background: var(--border-color);
  border-radius: 4px;
}

.lang-widget.active .dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-item {
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-color);
  transition: background 0.15s;
}

.lang-item:hover {
  background: var(--bg);
  color: var(--pri);
}

.lang-item.selected {
  background: #e8f5e9;
  color: var(--pri);
}

#google_translate_element {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Google Translate ka top bar chupaao */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-tooltip {
  display: none !important;
}

.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin: 10px 0;
}

thead tr {
  background: var(--pri);
}

thead th {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;

  text-transform: uppercase;
  color: var(--white);
  text-align: left;
  /* border-top: 4px solid var(--thord); */
}

th {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;

  text-transform: uppercase;
  color: var(--pri);
  text-align: left;
  border-top: 4px solid var(--pri);
}

thead th:first-child {
  width: 36%;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s;
}

tbody tr:last-child {
  border-bottom: none;
}

tbody tr:nth-child(even) {
  background: #fafafa;
}

tbody tr:hover,
tbody tr:nth-child(even):hover {
  background: var(--bg);
}

tbody td {
  padding: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  vertical-align: top;
  text-align: start;
}

tbody td {
  border-right: 2px solid var(--pri);
  border-bottom: 2px solid var(--pri);
  width: 36%;
}

tbody td strong {
  font-weight: 600;
  color: #111;

}

tbody tr:hover td:first-child {
  border-right-color: var(--pri);
}

tbody,
td,
tfoot,
th,
thead,
tr {
  text-align: start;
  padding: 14px 28px;
}

.abt-sec .card-ttl {
  padding: 5px 10px;
  color: var(--off-white);
  background-color: var(--pri);
  margin-top: 5px;
  border-radius: 6px;
  border: 3px solid var(--pri);
  transition: all 0.3s ease-in-out;
}

.abt-sec .card-ttl:hover {
  color: var(--pri);
  background-color: var(--white);
}

.vm-card .title {
  font-size: 25px;
  margin-top: 10px;
}

.vm-card p {
  margin-bottom: 0;
  text-decoration: none;
  line-height: 1.45;
  height: 100px;
}

.blog-prev,
.blog-next {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;
  width: 42px;
  height: 42px;
  border: 3px solid var(--pri);
  background-color: var(--pri);

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.blog-prev {
  left: 4px;
}

.blog-next {
  right: 4px;
}

.blog-prev:hover,
.blog-next:hover {
  background-color: transparent;
}

.blog-prev svg,
.blog-next svg {
  color: var(--white);
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
}

.blog-prev:hover svg,
.blog-next:hover svg {
  color: var(--pri);
}

.index-blog.blog-sec .bx {
  box-shadow: none;
}

.mobile_view {
  display: none;
}

.blog-sec .bx .sub-tt {
  font-size: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-tagline {
  position: relative;
  padding: 14px 0;
  margin: 15px 0 50px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: var(--pri);
  font-size: 36px;
}

.main-tagline::before {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: -11px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-tagline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 3px;
  background: var(--pri);
}

.choose-us .img-bx2 img {
  border-radius: 20px 250px 20px 20px;
  aspect-ratio: 1/1;
  object-fit: cover;
}



.testi-bx p {
  margin-bottom: 0;
}

.content-sec .sub-ttl {
  color: var(--thord);
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  padding-left: 35px;
  background: var(--off-white);
  border-radius: 30px;
  width: max-content;
}

.content-sec .sub-ttl::before {
  left: 12px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.swiper-slide {
  height: unset;
}


.mini-blogs .blog-bx.blog-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  transition: opacity 0.25s ease;
}

.mini-blogs .blog-bx.blog-card:last-child {
  border: none;
}

.blog-bx.blog-card .img-bx {
  flex-shrink: 0;
  width: 80px;
  min-width: 80px;
  height: 60px;
  overflow: hidden;
}

.blog-bx .img-bx img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.mini-blogs .blog-bx.blog-card:hover .img-bx img {
  transform: scale(1.08);
}

.mini-blogs .tt {
  color: var(--pri);
}

.blog-bx.blog-card .tx-bx .tt a {
  font-size: 16px;
  font-weight: 500;
  color: #1a1a2e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
  line-height: 1.45;
  margin-bottom: 4px;
}

.blog-bx.blog-card .tx-bx p {
  font-size: 12px;
  color: #999;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ls-thankyou-modal .ls-thankyou-modal-content {
  background-color: var(--pri);
  border: none;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.ls-thankyou-modal .ls-thankyou-modal-header {
  border-bottom: none;
  padding: 16px 16px 0;
  justify-content: flex-end;
  background: unset;
}

.ls-thankyou-modal .ls-thankyou-modal-header .btn-close {
  filter: invert(1);
  opacity: 0.6;
  box-shadow: none;
}

.ls-thankyou-modal .ls-thankyou-modal-header .btn-close:hover {
  opacity: 1;
}

.ls-thankyou-modal .ls-thankyou-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 40px 16px;
  position: relative;
  z-index: 1;
  background-color: unset;
}

.ls-thankyou-modal .ls-thankyou-modal-footer {
  border-top: none;
  justify-content: center;
  padding: 8px 40px 40px;
  position: relative;
  z-index: 1;
}

.ls-thankyou-modal .ls-thankyou-modal-content::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 180px;
  height: 180px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22 2L11 13M22 2L15 22l-4-9-9-4 20-7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.18;
}

.ls-thankyou-modal .ls-thankyou-modal-content::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 30px;
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M22 2L11 13M22 2L15 22l-4-9-9-4 20-7z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.ls-thankyou-modal .ls-thankyou-title {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ls-thankyou-modal .ls-thankyou-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  max-width: 300px;
  margin: 0 auto;
}

.ls-thankyou-modal .ls-thankyou-btn-home {
  padding: 11px 36px;
  background-color: #ffffff;
  color: var(--pri);
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.ls-thankyou-modal .ls-thankyou-btn-home:hover {
  opacity: 0.88;
  color: var(--pri);
}

.modal .tt {
  color: var(--white);

  font-size: 19px;
}

.mobile_stickybar {
  display: none;
}

tbody p,
td p,
tfoot p,
th p,
thead p,
tr p {
  margin: 0 !important;
}

.offcanvas-header .btn-close {
  padding: 15px;
  transition: all .3s ease-in-out;
}

.offcanvas-header .btn-close:hover {
  transform: rotate(180deg);
}




.projects .bx {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
}

.projects .img-bx {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

.projects .img-bx img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease, filter 0.7s ease;
}

/* Overlay */
.projects .project-overlay {
  position: absolute;
  inset: 18px;
  background: rgba(8, 15, 28, 0.78);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.45s ease;
  z-index: 2;
  border-radius: 8px;
}

.projects .project-overlay::before,
.projects .project-overlay::after {
  content: "";
  position: absolute;
  inset: 18px;
  pointer-events: none;
  transition: transform 0.55s ease;
  border-radius: 8px;
}

.projects .project-overlay::before {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transform: scaleX(0);
  transform-origin: center;
}

.projects .project-overlay::after {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  transform: scaleY(0);
  transform-origin: center;
}


.projects .project-icon {
  width: 58px;
  height: 58px;
  background: #ffffff;
  color: var(--pri);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transform: translateY(22px);
  transition: all 0.45s ease;
  z-index: 3;
}

.projects .project-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--pri);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.projects .project-overlay .proj-n {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 6px;
  transform: translateY(22px);
  transition: all 0.45s ease 0.05s;
  z-index: 3;
}

.projects .project-overlay p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
  opacity: 0.9;
  transform: translateY(22px);
  transition: all 0.45s ease 0.1s;
  z-index: 3;
}

/* Hover Effect */
.projects .bx:hover .img-bx img {
  transform: scale(1.12) rotate(1deg);
  filter: brightness(0.75);
}

.projects .bx:hover .project-overlay {
  opacity: 1;
  transform: scale(1);
}

.projects .bx:hover .project-overlay::before {
  transform: scaleX(1);
}

.projects .bx:hover .project-overlay::after {
  transform: scaleY(1);
}

.projects .bx:hover .project-icon,
.projects .bx:hover .project-overlay .proj-n,
.projects .bx:hover .project-overlay p {
  transform: translateY(0);
}


.projects .bx:hover .project-icon {
  transform: translateY(0) rotate(360deg);
  border-radius: 50%;
}


.swiper-slide-active .overlay-content {
  opacity: 1;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.4;
}

.project-bx .overlay-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.project-bx .overlay-content .tt {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  color: white;
}

.mySwiper .swiper-slide {
  height: auto !important;
  cursor: pointer;
}

.project-details-container {
  max-width: 1000px;
  margin: 0 auto;
}

.project-details-container img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  border-radius: 8px;
}

.details-bar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px;
  background-color: white;
  margin-inline: 30px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding: 20px;
}

.details-bx .tt {
  color: var(--text-light);
  font-weight: 600;
  font-size: 15px;
}

.details-bx p {
  margin-bottom: 0;
  color: var(--text-color);
  font-size: 17px;
  font-weight: 600;
}

.share-section {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--text-color);
}

.share-section a {
  width: 35px;
  height: 35px;
  line-height: 1;
  align-content: center;
  text-align: center;
  color: white;
  border-radius: 100%;
}

.share-section a svg {
  width: 15px;
  height: 15px;
}

.share-section a#share-facebook {
  background: #3c5b9b;
}

.share-section a#share-twitter {
  background: var(--liner);
  background-color: #000;
}

.share-section a#share-linkedin {
  background: #027ba5;
}

.pro-bx {
  position: relative;
  overflow: hidden;
}

.pro-bx img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.7s ease;
  transform: scale(1);
}

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

.pro-bx::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 15px;
  bottom: 20px;
  right: 15px;
  background-color: var(--sec);
  opacity: 0.9;
  transform: perspective(400px) rotateX(90deg) scaleY(0.5);
  z-index: 1;
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  transform-origin: center;
}

.pro-bx:hover:before {
  transform: perspective(400px) rotateX(0deg) scaleY(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.pro-bx .proHover {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  width: 100%;
  padding: 20px;
}

.pro-bx:hover .proHover {
  opacity: 1;
}

.pro-bx .proHover .icon-bx {
  padding: 10px;
  aspect-ratio: 1 /1;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 1;
  background-color: white;
  color: var(--pri);
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  align-content: center;
  margin-bottom: 20px;
  transform: translateY(-20px);
  opacity: 0;
}

.pro-bx .proHover .icon-bx:hover {
  background-color: var(--pri);
  color: white;
}

.pro-bx .proHover p {
  color: white;
  opacity: 0.8;
  margin-bottom: 0;
  transform: translateY(20px);
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
}

.pro-bx .proHover .tt {
  color: white;
  font-weight: 600;
  font-size: 20px;
  transform: translateY(20px);
  transition: 0.5s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
}

.pro-bx:hover .proHover .icon-bx,
.pro-bx:hover .proHover p,
.pro-bx:hover .proHover .tt {
  transform: translateY(0);
  opacity: 1;
}

.custom-from-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.offcanvas .ft-bx .con-bx .ic-bx svg {
  color: var(--pri)
}

.blog-sec2.blog-sec .bx .overlay {
      height: 40px;
    width: 116px;
    border: 4px;
    bottom : unset;
    right: unset;
    top: 7px;
    left: 7px;
    border-radius: 4px;
}

.blog-sec2.blog-sec .bx .overlay .date{
      display: flex;
    align-items: center;
    gap: 5px;
}

.blog-sec .blog-sec .bx .overlay .day{
  margin-top: 2px;
}