:root {
  --font: "Plus Jakarta Sans", sans-serif;
  /* --font2: "Rubik", sans-serif; */
  --liner: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --pri: #b08b45;
  --sec: #041332;
  --text-color: #16222d;
  --text-light: #8c8c8c;
  --para-color: #848484;
  --border-color: #d5dfe4;
  --white: #fff;
  --off-white: #eee;
  --black: #111;
  --trang-main: all 0.3s ease-in-out;
}

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;
  letter-spacing: 0.5px;
}

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: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: var(--font);
  line-height: 1.6;
}

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

p a {
  display: inline;
}

.title {
  font-size: 30px;
  font-weight: 550;
  text-transform: uppercase;
  color: var(--sec);
  padding-bottom: 24px;
  margin-bottom: 25px;
  position: relative;
}

.title::before {
  position: absolute;
  content: "";
  background-color: var(--pri);
  height: 2px;
  width: 75px;
  left: 0;
  bottom: 0;
}

.title::after {
  position: absolute;
  content: "";
  background-color: var(--pri);
  height: 5px;
  width: 30px;
  left: 0;
  bottom: 0;
  margin-bottom: 1px;
}

.title2 {
  font-size: 30px;
  font-weight: 550;
  text-transform: uppercase;
  color: var(--sec);
  padding-bottom: 24px;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}

.title2::after {
  position: absolute;
  content: "";
  background-color: var(--pri);
  height: 5px;
  width: 30px;
  bottom: 0;
  margin-bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.title2::before {
  position: absolute;
  content: "";
  background-color: var(--pri);
  height: 2px;
  width: 75px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tt {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.w-btn {
  padding: 11px 15px;
  border-radius: 4px;
  color: white;
  border: 1px solid #00c966;
  display: inline-flex;
  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: 10px 15px;
  color: var(--white);
  border: 2px solid var(--pri);
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font2);
  text-transform: capitalize;
  white-space: nowrap;
  background: var(--pri);
  outline: none;
  transition: 0.2s ease-in-out;
  justify-content: center;
  border-radius: 6px;
  line-height: 1;
}

.main-btn2 {
  padding: 9px 15px;
  color: var(--pri);
  border: 2px solid var(--pri);
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font2);
  text-transform: capitalize;
  white-space: nowrap;
  background: transparent;
  outline: none;
  transition: 0.2s ease-in-out;
  justify-content: center;
  /* border-radius: 4px; */
  line-height: 1;
}

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

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

.main-btn.light {
  background: transparent;
  color: var(--pri);
  font-weight: 500;
  border-color: var(--pri);
}

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

.social {
  display: flex;
  justify-content: end;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  padding: 0;
}

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

.social li a svg {
  width: 15px;
  height: 15px;
}

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

.form-label {
  font-size: 14px;
  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: 400;
  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: 13px;
}

.form-control,
.form-select,
.SumoSelect>.CaptionCont {
  font-weight: 400;
  border-radius: 7px;
  font-size: 14px;
  padding: 8px 12px;
  color: var(--text-color);
  font-family: var(--font);
  border-color: #e3e3e3;
  height: 40px;
  align-content: center;
}

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

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

header {
  position: relative;
  z-index: 999;
}

header.stricky-fixed .menubar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

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

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

.top-bar p a {
  color: var(--sec);
  font-size: 15px;
  font-weight: 400;
}

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

.logo img {
  max-width: 221px;
  width: auto;

  height: auto;
}

.search-bx {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
}

.search-bx select {
  width: auto;
  max-width: 125px;
  padding-left: 3px;
  outline: none;
  border: none;
  color: var(--para-color);
  font-weight: 400;
  height: 30px;
  font-size: 14px;
}

.search-bx input {
  width: 100%;
  max-width: 100%;
  outline: none;
  border: none;
  color: var(--text-color);
  font-weight: 400;
  height: 20px;
  font-size: 14px;
  border-left: 1px solid var(--off-white);
  margin-left: 10px;
  padding-left: 10px;
}

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

.menubar {
  background-color: var(--sec);
  position: relative;
  padding: 3px 0;
}

header.stricky-fixed .menubar {
  background: white;
}

@media (max-width: 1022px) {}

header.stricky-fixed .menubar .menu ul li a {
  color: var(--sec);
  font-size: 15px;
  padding: 20px 9px;
}



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

  to {
    opacity: 1;
    transform: none;
  }
}

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

.navigation .navbar button {
  width: 40px;
  height: 40px;
  background: var(--sec);
  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;
  text-align: center;
  display: block;
}

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

.navigation .menu ul li a {
  padding: 0px 9px;
  display: block;
  color: var(--white);
  transition: all 0.3s ease;
  font-size: 13px;
  font-family: var(--font2);
  background: transparent;
  font-weight: 500;
}

.navigation .menu ul li:last-child a {
  padding-right: 0;
}

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

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

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

.navigation .menu ul li ul.ls-dropdown li:hover a {
  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: #333;
  font-size: 14px;
  padding: 0;
  padding-bottom: 7px;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: normal;
  transition: all 0.2s;
  border-bottom: 0px solid transparent;
  font-weight: 400;
}

.navigation .menu ul li ul.ls-dropdown li:last-child a {
  padding-bottom: 0;
}

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

header.stricky-fixed .navigation ul li.ls-submenu a button {
  color: var(--seq);
}

.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: 8px 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: 260px;
  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;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  padding: 13px 15px;
}

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

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

main,
main img {
  aspect-ratio: 1920 / 700;
  overflow: hidden;
  display: block;
  width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  line-height: 0;
  position: absolute;
  top: 50%;
  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.1);
  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: 13px;
    width: 13px;
  }

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

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

.swiper-next,
.swiper-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-next,
.swiper-prev {
  border: 1px solid #eee;
  background-color: white;
  color: var(--text-light);
  width: 35px;
  height: 35px;
  z-index: 2;
  border-radius: 100%;
  text-align: center;
}

.swiper-next svg,
.swiper-prev svg {
  width: 18px;
  height: 18px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-next:hover,
.swiper-prev:hover {
  color: white;
  background: var(--liner);
  background-color: var(--pri);
  border-color: var(--pri);
}

.swiper-button-next,
.swiper-next {
  right: 25px;
  left: auto;
}

.swiper-button-prev,
.swiper-prev {
  left: 25px;
  right: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;
  font-weight: 600;
}

.swiper_wrap {
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-prev {
  left: -22px;
  right: auto;
}

.swiper-next {
  right: -22px;
  left: auto;
}

.lead-sure-section {
  padding: 45px 0;
  overflow: hidden;
}

.factsheet-bx {
  border: 1px solid var(--off-white);
  border-radius: 4px;
  display: flex;
  padding: 13px;
  height: 100%;
  align-items: center;
  background: transparent;
  transition: 0.2s ease-in-out;
}

.factsheet-bx .icon {
  padding-right: 9px;
  min-width: 45px;
  max-width: 45px;
}

.factsheet-bx .icon svg {
  fill: var(--pri);
  width: 100%;
  height: 100%;
  color: var(--pri);
}

.factsheet-bx .tx-bx .tt {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 2px;
}

.factsheet-bx .tx-bx p {
  color: var(--para-color);
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  opacity: 0.8;
  font-weight: 500;
}

.factsheet-bx:hover {
  border: 1px solid var(--border-color);
  background-color: #f8f8f8;
}

.factsheet-bx.why-bx {
  flex-wrap: wrap;
  padding: 20px;
  gap: 10px 15px;
}

.factsheet-bx.why-bx .icon {
  padding-right: 0;
}

.factsheet-bx.why-bx .tx-bx .tt {
  font-size: 18px;
}

.factsheet-bx.why-bx .body-tx {
  font-size: 14px;
}

.pro-bx {
  border: 1px solid var(--off-white);
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
}

.pro-bx:hover {
  border: 1px solid var(--border-color);
}

.pro-bx .img {
  overflow: hidden;
}

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

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

.pro-bx .tx-bx {
  padding: 13px;
}

.pro-bx .tx-bx .tt {
  margin-bottom: 4px;
}

.pro-bx .tx-bx .tt a,
.pro-bx .tx-bx .tt {
  color: var(--text-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-transform: capitalize;
}

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

.pro-bx .tx-bx p {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}

.pro-bx .btn-bx {
  margin-top: 7px;
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.pro-bx .tx-bx .main-btn,
.pro-bx .tx-bx .w-btn {
  font-size: 13px;
  padding: 8px 12px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--off-white);
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  font-size: 14px;
}

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

.clients-bx img {
  aspect-ratio: 167 / 95;
  object-fit: contain;
  border-radius: 4px;
}

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

.custom-from-row .form-control {
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
  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: 45px;
}

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

.img-breadcum {
  padding: 100px 0 90px;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ----------------------About-section------------------------------ */
.img-breadcum img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.img-breadcum::before {
  background: linear-gradient(180deg, rgba(22, 29, 37, 0.5), rgb(22, 29, 37));
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.img-breadcum .sub-tt {
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: var(--pri);
  border-radius: 4px;
  padding: 6px 9px;
  display: inline-block;
}

.img-breadcum .tt {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 0px;
  color: var(--white);
  max-width: 650px;
  margin: 0 auto;
  text-transform: capitalize;
}

.img-breadcum .tt span {
  color: var(--pri);
}

.img-breadcum p {
  color: var(--white);
  margin-top: 12px;
  font-size: 17px;
  margin-bottom: 0;
}

.img-breadcum.img-breadcum2 {
  text-align: left;
  padding: 60px 0;
}

.breadcum-sec {
  padding: 0 0 7px;
  text-align: center;
}

.breadcum-sec ul {
  display: flex;
  gap: 0 18px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.breadcum-sec ul li {
  color: var(--pri);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0;
  position: relative;
}

.breadcum-sec ul li a {
  color: var(--white);
}

.breadcum-sec ul li a:hover {
  color: var(--pri);
}

.breadcum-sec ul li a::before {
  content: "/";
  position: absolute;
  top: 4px;
  right: -11px;
  font-size: 12px;
  color: var(--white);
}

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

.home-abt-sec {
  position: relative;
  padding-left: 70px;
}

.home-abt-sec .img {
  position: relative;
  padding-left: 20px;
}

.home-abt-sec img {
  width: 100%;
}

.home-abt-sec .img::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 175px;
  width: 10px;
  background: var(--pri);
  content: "";
}

.abt-counterbx {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.abt-counterbx .odometer {
  font-size: 100px;
  font-weight: 800;
  color: var(--text-color);
  line-height: 1;
}

.abt-counterbx p {
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0;
}

.read-toggle {
  display: inline-block;
  color: var(--black);
  cursor: pointer;
  /* font-weight: 00; */
  margin-top: 5px;
  user-select: none;
  font-size: 14px;
}

.about-sec .head-sec .sub-tt {
  font-size: 16px;
  font-weight: 500;
  color: var(--pri);
  align-content: center;
  font-family: var(--font);
  position: relative;
  margin-bottom: 5px;
  display: inline-block;
}

.about-sec .head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}

.abt-counterbx .odometer {
  font-size: 100px;
  font-weight: 800;
  color: var(--pri);
  line-height: 1;
}

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

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

.about-sec .content-sec ul {
  list-style: none;
}

.about-sec .content-sec ul li {
  position: relative;
}

.about-sec .content-sec ul li::before {
  content: "➤";
  position: absolute;
  left: -0px;
  color: var(--pri);
  font-size: 15px;
  top: 1px;
}

.about-sec .expend-content-sec {
  max-height: 255px;
  overflow: hidden;
}

.about-sec .title::before{
    content: none;
}
.about-sec .title::after{
    content: none;
}

.expend-content-sec.expanded {
  max-height: 8000px;
  overflow: unset;
}

.read-toggle {
  display: inline-block;
  /* color: var(--text-light); */
  cursor: pointer;
  /* font-weight: 600; */
  margin-top: 5px;
  user-select: none;
}

.read-toggle:hover {
  color: var(--text-color);
}

.abt-sec-2 {
  background-color: #f4f4f4;
}

.abt-sec-2 .icon-bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  height: 160px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 6px !important;
  padding: 20px;
  text-align: center;
}

.abt-sec-2 .icon-bx:hover {
  background-color: var(--pri);
}

.abt-sec-2 .sliderTwo {}

.abt-sec-2 .tt {
  font-size: 20px;
  font-weight: 550;
  color: var(--sec);
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

.abt-sec-2 .icon-bx:hover .tt {
  color: var(--white);
}

.abt-sec-2 .icon-bx:hover svg {
  color: var(--white);
  opacity: 1;
}

.abt-sec-2 .icon-bx svg {
  height: 60px;
  width: 60px;
  /* stroke-width: 2.5 */
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.abt-sec-2 .cont-bx {
  margin-left: 100px;
  margin-right: 145px;
  z-index: 1;
}

.abt-sec-2 .cont-bx .cont-icon-bx {
  background-color: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.abt-sec-2 .cont-bx .cont-icon-bx svg {
  height: 50px;
  width: 50px;
  margin-right: 30px;
  color: var(--pri);
}

.abt-sec-2 .cont-bx .tt {
  font-weight: 450;
  text-transform: uppercase;
}

.abt-sec-2 .cont-text {
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 50px;
}

.abt-sec-2 .cont-bx .cont-btn {
  color: var(--sec);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: var(--trang-main);
}

.abt-sec-2 .cont-bx .cont-btn:hover {
  color: var(--pri);
}

.abt-sec-2 {
  position: relative;
  z-index: 1;
}

.abt-sec-2::after {
  content: "";
  background: url("../images/faq-about.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);

  z-index: -1;
}

/* .abt-sec-2 .title{
    font-size: 30px;
    font-weight: 550;
    text-transform: uppercase;
    color: var(--sec);
    padding-bottom: 24px;
    margin-bottom: 50px;
    position: relative;
} */

/* .abt-sec-2 .title::before{
    position: absolute;
    content: "";
    background-color: var(--pri);
    height: 2px;
    width: 75px;
    left: 0;
    bottom: 0;
    
}
.abt-sec-2 .title::after{
    position: absolute;
    content: "";
    background-color: var(--pri);
    height: 5px;
    width: 30px;
    left:20px;
    bottom: 0;
    margin-bottom: 1px;
} */

.abt-sec-3 {
  background: url("https://st.ourhtmldemo.com/new/metron/images/background/11.jpg");
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}

.abt-sec-3::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--sec);
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.abt-sec-3 .title {
  color: var(--white);
}

.abt-sec-3 .icon-bx img {
  height: 100px;
  width: 100px;
  color: var(--pri);
}

.abt-sec-3 .sec-3-bx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.abt-sec-3 .tt {
  color: var(--pri);
  font-size: 18px;
  margin-bottom: 40px;
}

.abt-sec-3 .num {
  font-size: 60px;
  font-weight: 550;
  color: var(--white);
}

.abt-sec-3 .sec-3-btn {
  color: var(--white);
  padding: 9px 14px;
  font-size: 18px;
  background-color: var(--pri);
  margin-left: 20px;
  border: 2px solid var(--pri);
  transition: var(--trang-main);
  border-radius: 6px;
}

.abt-sec-3 .sec-3-btn:hover {
  color: var(--pri);
  background-color: transparent;
}

.abt-sec-3 p {
  margin-top: 22px;
  font-size: 16px;
  color: var(--white);
}

.achived-section .graph-column {
  position: relative;
}

.achived-section .graph-column .inner-column {
  position: relative;
  padding-left: 15px;
}

/*Progress Level*/

.progress-levels {
  position: relative;
  margin-bottom: 30px;
}

.progress-levels .progress-box {
  position: relative;
  margin-bottom: 30px;
  width: 20%;
  float: left;
}

.progress-levels .progress-box .inner {
  position: relative;
  text-align: center;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--pri);
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: var(--pri);
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.progress-levels .progress-box .bar {
  position: relative;
  height: 350px;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 60px;
  height: 350px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  top: -33px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.progress-levels .progress-box .bar .bar-fill {
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 58px;
  height: 0px;
  background-size: cover;
  background-image: url("https://st.ourhtmldemo.com/new/metron/images/resource/graph-layer.jpg");
  background-position: center bottom;
  -moz-transition: all 2000ms ease 300ms;
  -webkit-transition: all 2000ms ease 300ms;
  -ms-transition: all 2000ms ease 300ms;
  -o-transition: all 2000ms ease 300ms;
  transition: all 2000ms ease 300ms;
  transition: height 2s ease;
}

.progress-levels .progress-box .inner .text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  left: 2px;
  bottom: 0px;
  width: 10px;
  word-wrap: break-word;
  text-align: center;
}

.abt-sec-4 .img-bx {
  width: 100%;
  height: auto;
}

.abt-sec-4 .img-bx img {
  width: 100%;
  height: auto;
}

.abt-sec-4 .sub-tt {
  font-size: 16px;
  font-weight: 550;
  color: var(--pri);
  margin-bottom: 10px;
}

.abt-sec-4 .tt {
  font-size: 30px;
  font-weight: 550;
  color: var(--sec);
  margin-bottom: 15px;
}

.abt-sec-4 p {
  font-size: 16px;
  text-align: justify;
}

ul.socials {
  display: inline-block;
  list-style: none;
}

.abt-sec-4 .linkdin a {
  color: white;
  background: rgb(2, 123, 165);
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

.abt-sec-4 .linkdin svg {
  width: 16px;
  height: 16px;
}

/* ----------------FAQ-Section------------------ */

.nav-pills .nav-link {
  border-radius: 0;
  color: var(--black);
  border-left: 5px solid var(--pri);
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  text-align: start;
  border-radius: 6px;
}

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

.faq-sec .tt {
  font-size: 16px;
  color: var(--pri);
}

.faq-sec .accordion-button:not(.collapsed) {
  font-weight: 500;
}

.faq-sec {
  background-color: #f8f8f8;
}



.faq-sec-2 {
  background-color: var(--white);
}

.faq-sec-2 .main-btn2 {
  color: var(--white);
  border: 2px solid var(--sec);
}

.faq-sec-2 .main-btn2:hover {
  background-color: transparent;
  color: var(--sec);
}

.faq-sec-2 .head-sec {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 35px;
}

.faq-sec-2 .head-sec span {
  color: var(--pri);
}

.faq-sec-2 .head-sec .tt {
  color: var(--sec);
}

.cate-img {
  max-width: 500px;
  float: right;
  width: 100%;
  margin-left: 30px;
  /* margin-bottom: 30px; */
  position: relative;
  z-index: 1;
}

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

.categary p {
  font-size: 15px;
}

.products .contant p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
}

.categary .btn-bx {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.btnbx button {
  padding: 10px 12px;
  border: none;
  font-size: 12px;
  font-weight: 550;
}

.btnbx .categry-btn1 {
  color: var(--white);
  background-color: var(--pri);
  transition: var(--trang-main);
  border: 2px solid var(--pri);
  width: 50%;
}

.btnbx .categry-btn1:hover {
  background-color: transparent;
  color: var(--pri);
}

.btnbx .rd-mr {
  color: var(--white);
  background-color: var(--sec);
  transition: var(--trang-main);
  display: inline-block;
  width: 50%;
}

.btnbx .rd-mr:hover {
  background-color: transparent;
  color: var(--sec);
}

.btnbx a .categry-btn {
  border: 2px solid;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.btnbx a .categry-btn:hover {
  background-color: var(--sec);
  color: white;
  border-color: var(--sec);
}

.categary .content-sec {
  max-height: 500px;
  overflow: hidden;
}

.categary .expend-content-sec.expanded {
  max-height: 8000px;
  overflow: unset;
}

.btn-bx button:nth-child(1) {
  color: var(--white);
  background-color: var(--pri);
  border: 2px solid var(--pri);
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 12px;
}

.btn-bx button:nth-child(1):hover {
  color: var(--pri);
  background: transparent;
}

.btn-bx button:nth-child(2) {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 6px;

}

.cate-tab .nav-pills .nav-link {
  border-left: none;
  background-color: var(--sec);
  color: var(--white);
}

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

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

.btn-bx button {
  font-size: 12px;
}

.products {
  background-color: rgba(128, 128, 128, 0.059);
}

.products .bx {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid var(--para-color);
}

.products .contant {
  padding: 10px 10px 20px;
  background-color: white;
}

.products .contant .tt {
  color: var(--sec);
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}

.products .btnbx {
  display: flex;
  width: 100%;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

/* ######################## ALOK CSS ################################ */

/* 1..Market Sectors */

.section-1 .head-sec {
  display: flex;
  position: relative;
  margin-bottom: 45px;
  max-width: unset;
  text-align: unset;
}

.section-1 .head-sec .tt {
  font-size: 30px;
  color: var(--sec);
  font-weight: 550;
  text-transform: uppercase;
  border-right: 4px solid var(--pri);
  padding: 8px 0;
  padding-right: 30px;
  margin-right: 30px;
}

.section-1 p {
  font-size: 16px;
  color: var(--para-color);
  max-width: 54%;
  margin: 0;
}

.section-1 .img-bx {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 57 / 23;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

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

}

.section-1 .img-ctnt {
  position: absolute;
  top: 10%;
  left: 10%;
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: var(--pri);
  border-radius: 6px;
}

.section-1 .overly-bx {
  display: flex;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #b08b45b7;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.section-1 .overly-bx .tt {
  font-size: 16px;
  color: var(--white);

}

.section-1 .overly-bx span {
  font-size: 13px;
  color: var(--white);
  font-weight: 600;
}

.section-1 .img-bx:hover .overly-bx {
  left: 0;
  opacity: 1;
}

.section-1 .market-btn {
  color: var(--pri);
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-1 .market-btn span {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--pri);
}

.section-1 span {
  position: relative;
  padding-right: 25px;
}

.section-1 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-arrow-narrow-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l14 0" /><path d="M15 16l4 -4" /><path d="M15 8l4 4" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

.market-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 25px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 24 24" fill="none" stroke="%23b08b45" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-arrow-narrow-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l14 0" /><path d="M15 16l4 -4" /><path d="M15 8l4 4" /></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;

  color: var(--pri);
}

.section-2 {
  /* background-color: var(--off-white); */
}

.section-2 .head-sec .sub-tt {
  font-size: 20px;
  font-weight: 500;
  color: var(--sec);
  margin: 0 0 20px;
}

.section-2 .head-sec p {
  font-size: 16px;
  color: var(--para-color);
}

.section-2 .icon img {
  transition: var(--trang-main);
}

.section-2 .icon:hover img {
  opacity: 1;
}

.section-2 .icon img {
  width: 50px;
  height: auto;

  display: block;
  margin: 0 auto;
}

.section-2 .icon .tt {
  font-size: 16px;
  font-weight: 500;
  color: var(--sec);
  margin-top: 20px;
}



/* ----------2nd swiper-slider---------- */
.sliderTwo {
  background-color: var(--off-white);
  box-shadow: 0px 0px 15px 0px rgba(219, 219, 219, 1);
  background-image: url("../images/pattern-1.png");
  padding: 25px 0 50px;
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: 6;
  background-color: var(--white);
  border-radius: 6px;
}

.sliderTwo .swiper-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.sliderTwo .swiper-slide .icon img {
  opacity: 1;
  width: 75px;
  position: relative;
  left: -13px;
}

.sliderTwo .swiper-slide .tt {
  color: var(--sec);
  font-weight: 450;
  text-transform: uppercase;
  font-size: 18px;
}

.sliderTwo .swiper-slide p {
  font-size: 16px;
  padding-bottom: 100px;
  text-align: justify;
}

.sliderTwo-pagination .swiper-pagination-bullet {
  background: var(--para-color);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.sliderTwo-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination {
  text-align: start;
  margin-bottom: 50px;
  margin-left: 25px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--pri);
  width: 22px;
  border-radius: 6px;
}

/* ---------------section-3----------------- */

.section-3 {
  background: url("https://st.ourhtmldemo.com/new/metron/images/background/5.jpg");
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 45px 0;
  z-index: 1;
}

.section-3::after {
  content: "";
  position: absolute;
  background-color: var(--pri);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}

.section-3 .tt {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.section-3 .sec-btn {
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid var(--white);
  display: inline-block;
}

/* --------section-4--------------- */
.section-4 {
  background: url("https://st.ourhtmldemo.com/new/metron/images/background/2.jpg");
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}

.section-4::after {
  content: "";
  position: absolute;
  background-color: var(--sec);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
}

.swiper-3 {
  width: 100%;
}

.section-4 .lead-sure-section {
  position: relative;
}

.swiper-3 .swiper-slide {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: none;
}

.swiper-3 .swiper-slide-prev {
  border: none;
}

.swiper-3 .swiper-slide-next {
  border: none;
}

.swiper-3 .swiper-slide-active {
  border: none;
}

.section-4 .swiper-slide .img-bx {
  position: relative;
  width: 100%;
}

.section-4 .swiper-slide {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.section-4 .swiper-slide .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
}

.section-4 .swiper-slide .img-bx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--sec);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.section-4 .swiper-slide .img-bx:hover::after {
  opacity: 0.3;
}

.section-4 .swiper-slide .img-bx img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.section-4 .cont-bx {
  padding: 15px 18px;

  background-color: var(--white);
  border-top: 1px solid #e9e9e9;
}

.section-4 .cont-bx .tt {
  display: block;
  color: var(--sec);
  font-size: 20px;
  font-weight: 450;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.section-4 .cont-bx .sub-tt {
  color: var(--para-color);
  font-size: 16px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.swiper-3 .swiper3-button-next,
.swiper-3 .swiper3-button-prev {
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  color: transparent !important;
}

.swiper-3 .swiper3-button-next::after,
.swiper-3 .swiper3-button-prev::after {
  display: none !important;
}

/*  TOP RIGHT ARROWS */
.custom-nav-3 {
  display: flex;
  gap: 12px;
  z-index: 10;
  position: relative;
  top: -20px;
}

.custom-btn-3 {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-btn-3 img {
  width: 35px;
  height: 35px;
  transition: transform 0.3s ease;
  color: var(--para-color);
}

.custom-btn-3:hover img {
  transform: scale(1.1);
}

.section-4 .title {
  color: var(--white);
}

.section-5 {
  background-color: rgba(128, 128, 128, 0.119);
  position: relative;
  /* padding: 90px 0px; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.section-5 .form-bx {
  position: relative;
  padding: 30px;
  max-width: 600px;
  background-color: var(--sec);
  float: left;
  margin-right: 30px;
  border-radius: 6px;
}

.section-5 .form-bx p {
  color: var(--white);
  margin-bottom: 20px;
}

.section-5 .expend-content-sec {
  max-height: 764px;
  overflow: hidden;
}

.section-5 .expend-content-sec p {
  color: #3a4252;
}

.section-5 .expend-content-sec ul li {
  color: #3a4252;
}

.section-5 .expend-content-sec.expanded {
  max-height: 8000px;
  overflow: unset;
}

.section-5 .form-bx .form-inp {
  border-radius: 6px;
  font-size: 16px;
  padding: 14px 20px;
  height: 50px;
  color: var(--para-color);
}

.section-5 .form-bx .form-btn {
  padding: 10px 15px;
  color: var(--white);
  border: 2px solid var(--pri);
  background-color: var(--pri);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}

.section-5 .form-bx .form-btn:hover {
  background-color: transparent;
  color: var(--pri);
}

.section-5 .form-bx .tt {
  font-size: 18px;
 
}

.section-5 .title {
  color: var(--white);
}

.section-5 .iti__selected-flag {
  padding: 0;
  padding: 14px 20px;
  height: 100%;
  padding-bottom: 5px;
  color: var(--para-color);
}

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

/* ── Industry Service Box ── */
.section-6 .serv-bx {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 15px;
  background-color: var(--off-white);
  border: 3px solid #e9e9e9;
  border-radius: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.section-6 .serv-bx:hover {
  transform: translateY(0px) scale(1.02);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  background-color: var(--sec-light);
}

/* ── Icon Box ── */
.section-6 .serv-bx .icon-bx {
  height: 74px;
  width: 74px;
  min-width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  background-color: var(--sec);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(0, 0, 0, 0.04),
    0 2px 8px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 6px;
}

.section-6 .serv-bx:hover .icon-bx {

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  /* Enhance icon shadow on hover */
}

/* ── Icon Box Before and After (Gradient Effects) ── */
.section-6 .serv-bx .icon-bx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 45%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 100%);
  border-radius: 0 0 50% 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section-6 .serv-bx:hover .icon-bx::before {
  opacity: 0.4;
  /* Slightly fade the top gradient on hover */
}

.section-6 .serv-bx .icon-bx::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 15%;
  right: 15%;
  height: 25%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0) 100%);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.section-6 .serv-bx:hover .icon-bx::after {
  opacity: 0.3;
  /* Fade the bottom gradient slightly */
}

/* ── Service Title & Description ── */
.section-6 .tt {
  font-size: 18px;
  font-weight: 500;
  color: var(--sec);
  margin-bottom: 2px;
  transition: color 0.3s ease;
}

.section-6 .serv-bx:hover .tt {
  color: var(--pri);
  /* Change title color on hover */
}

.section-6 .sub-tt {
  color: var(--para-color);
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.section-6 .serv-bx:hover .sub-tt {
  color: var(--sec);
  /* Change subtitle color on hover */
}

.section-6 .cont-bx .sub-tt {
  margin-bottom: 0;
  font-size: 15px;
}

/* ── Responsive Design ── */
@media (max-width: 991px) {


  .section-6 .serv-bx .icon-bx {
    margin-bottom: 10px;
  }
}

/* ── Animations for Hover Effects ── */
@keyframes boxHover {
  0% {
    transform: translateY(0) scale(1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  }
}

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


/* ------------section-7------------ */

.section-7 {
  position: relative;
  overflow: hidden;
  background-color: rgba(128, 128, 128, 0.119);
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  margin-bottom: 15px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  padding: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

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

.accordion-button {
  background: transparent;

  outline: 0 !important;
  color: var(--text-color);
  font-size: 18px;
  padding: 16px 20px;
  padding-right: 59px;
  font-family: var(--font);
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  font-weight: 500;
  font-size: 17px;
}

.accordion-body {
  font-size: 16px;
  color: var(--para-color);
  padding: 16px 20px;
}

.accordion-button::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 59px;
  height: 100%;
  background-size: 1.1rem;
  background-position: center;
}

.accordion-button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid var(--border-color);
  right: 59px;
  top: 0;
}

.accordion-button:not(.collapsed)::before {
  border-left: 1px solid var(--pri);
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background: transparent;
  border: 0;
  color: var(--pri);
  border: 1px solid var(--pri) !important;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b08b45'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.sub-ttl {
  color: var(--pri);
  font-weight: 550;
  font-size: 18px;
}

.sub-tt {
  color: var(--para-color);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section-7 .img-bx {
  width: 100%;
  height: auto;
}

.section-7 .img-bx img {
  width: 100%;
  border-radius: 6px;
}

.section-7 .bx-1 {
  background-color: var(--pri);
  width: 350px;
  height: 220px;
  transform: skew(-20deg, 0deg);
  border-radius: 6px;
  position: absolute;
  bottom: 67px;
  right: -57px;
}

.section-7 .phone-bx {
  background-color: var(--white);
  border-bottom: 1px solid var(--sec);
  box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
  padding: 25px;
  padding-right: 20px;
  display: flex;
  gap: 15px;
  align-items: center;
  color: var(--pri);
  position: absolute;
  right: 35px;
  bottom: 100px;
  border-radius: 6px;
}

.section-7 .phone-bx svg {
  height: 50px;
  width: 50px;
}

.section-7 .phone-bx span {
  font-size: 15px;
  color: var(--para-color);
  font-weight: 600;
}

.section-7 .phone-bx a {
  font-size: 25px;
  color: var(--sec);
  font-weight: 550;
  transition: all 0.3s ease-in-out;
}

.section-7 .phone-bx a:hover {
  color: var(--pri);
}

/* --------------------section-9------------------------- */

.section-9 {
  background-color: rgba(128, 128, 128, 0.119);
}

.section-9 .img-bx {
  width: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.section-9 .img-bx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--sec);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.section-9 .bx {
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.section-9 .bx:hover .img-bx::after {
  opacity: 0.4;
}

.section-9 .img-bx img {
  width: 100%;
  object-fit: cover;
}

.section-9 .cont-bx {
  padding: 24px 28px;
}

.section-9 .tt {
  font-size: 20px;
  color: var(--sec);
  font-weight: 550;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-9 p {
  color: var(--pri);
  font-weight: 550;
}

.section-9 .date {
  font-size: 14px;
  margin-bottom: 10px;
}

.section-9 .sub-tt {
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rd-mr {
  font-size: 12px;
  color: var(--sec);
  text-transform: capitalize;
  /* font-weight: 550; */
  transition: all 0.3s ease-in-out;
}

.rd-mr svg {
  height: 19px;
  width: 19px;
}

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

.section-9 .head-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset;
}



.cate-section .accordion-item {
  background-color: rgba(128, 128, 128, 0.067);
}

.catagery-faqs .sub-tt {
  margin-bottom: 15px;
}

/* --------------Contect Section----------------- */

.contect-sec .con-bx {
  display: flex;

  margin-bottom: 20px;
  gap: 10px;
}

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

.contect-sec .con-bx .ic-bx svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: var(--white);
}

.contect-sec .tt {
  font-size: 18px;
  color: var(--black);
}

.contect-sec h4 {
  font-weight: 550;
}

.contect-sec .con-bx a {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
  transition: var(--trang-main);
}

.contect-sec .con-bx a:hover {
  color: var(--black);
}

.contect-sec .title {
  margin-bottom: 25px;
}

.contect-sec .txt {
  font-size: 16px;
  margin-bottom: 25px;
}

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

.contactBx-container {
  background-color: #f8f8f8;
  padding: 30px;
  border: 1px solid #f8f8f8;
  height: 100%;
  border-radius: 6px;
}

.contect-sec input {
  border-radius: 6px;
  font-size: 16px;
  padding: 14px 20px;
  height: 50px;
  color: var(--para-color);
  border: none;
}

.contect-sec textarea {
  border-radius: 6px;
  font-size: 16px;
  padding: 14px 20px;
  height: 50px;
  color: var(--para-color);
  border: none;
}

.contect-sec .iti__selected-flag {
  padding: 0;
  padding: 14px 20px;
  height: 100%;
  padding-bottom: 5px;
  color: var(--para-color);
}

.contect-sec button {
  border: 2px solid;
}

.contect-sec button:hover {
  color: var(--pri);
  background: transparent;
}

/* -------------------Blog-page---------------- */

.blog-sec .ttl {
  display: flex;
  justify-content: center;
}

.blog-sec .img-bx {
  overflow: hidden;
}

.blog-sec .img-bx img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: var(--trang-main);
  overflow: hidden;
  border-radius: 6px;
}

.blog-sec .img-bx img:hover {
  scale: 1.1;
}

.blog-sec .cont-bx {
  padding: 25px;
  background-color: #b08b4524;
}

.blog-sec .tt {
  color: var(--black);
  font-size: 20 px;
  /* font-weight: 400; */
}

.blog-sec p {
  font-size: 16px;
}

.blog-sec .main-btn:hover {
  background-color: transparent;
}

/* ---------------Blog-Details-------------------- */

.blog-sec .img-bx {}

.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: 25px;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-right: 0;
  border-left: 0;
  padding-block: 7px;
}

.blog-date li:first-child {
  background-color: var(--pri);
  color: white;
  padding: 8px;
  border-radius: 6px;
}

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

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

.head-sec .tt span {
  color: var(--pri);
}

.head-sec .tt {
  font-family: var(--font);
  color: var(--text-color);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  /* text-transform: capitalize; */
}

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

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

.content-sec ul li::before {
  content: "➤";
  position: absolute;
  left: 0px;
  color: var(--pri);
  font-size: 15px;
  top: 1px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--off-white);
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
  font-size: 15px;
}

.blog-bx {
  border: 2px solid var(--border-color);
  background-color: white;
}

.mini-blogs a {
  color: var(--sec);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}

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

.mini-blogs .read-mr {
  color: var(--pri);
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.mini-blogs .read-mr:hover {
  color: var(--sec);
}

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

.business-enq {
  position: fixed;
  bottom: 32px;
  right: 20px;
  z-index: 9;
  border: 0;
  outline: 0;
  background-color: var(--pri);
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0.2px;
  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;
}

.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: 85px;
  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: 14px;
  color: red;
}

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

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

.modal-content {
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.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 22px 20px;
}

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

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

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

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

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

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

.footer-banner {
  position: relative;
}

.footer-banner img {
  width: 100%;
  aspect-ratio: 200 / 39;
}

.footer-banner .tx-bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 650px;
  width: 100%;
}

.footer-banner .tx-bx .tt {
  font-size: 27px;
  font-weight: 700;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 7px;
  line-height: 1.3;
}

.footer-banner .tx-bx .tt span {
  color: var(--pri);
}

.footer-banner .tx-bx p {
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}

.footer-banner .tx-bx p a {
  color: var(--pri);
  font-weight: 600;
}

footer {
  background: var(--sec);
  overflow: hidden;
  padding: 60px 0 10px;
}

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

.ft-bx .logo img {
  max-width: 175px;
}

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

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

.ft-bx .con-bx p strong {
  font-weight: 500;
}

.ft-bx .con-bx a {
  font-weight: 600;
}

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

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

.ft-bx .ft-tt::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 2px;
  width: 45px;
  height: 2px;
  background: var(--pri);
}

.ft-bx .ft-tt span {
  color: var(--pri);
}

.ft-bx p {
  color: var(--off-white);
  line-height: 1.6;
  font-size: 16px;
}

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

.ft-bx ul li a {
  font-size: 16px;
  color: #c4c4c4;
  padding: 5px 0;
  transition: 0.1s;
  display: inline-block;
}

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

.ft-bx ul.social {
  display: flex;
  gap: 7px;
  justify-content: start;
}

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

.ft-bx ul.social li a:hover {
  background-color: transparent;
  color: var(--pri);
}

.copyright {
  padding: 10px 0;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 16px;
}

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

.copyright p {
  color: #a1a1a1;
  margin-bottom: 0;
  font-size: 12px;
}

.copyright p a {
  color: #a1a1a1;
  display: inline;

  letter-spacing: 0.5px;
}



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: 14px;
  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: 500;
}

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

.sitemap li a {
  color: var(--text-color);
  font-size: 14px;
  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: 20px;
  color: var(--text-color);
  line-height: 26px;
  margin: 20px 0 15px;
  font-weight: 700;
}

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

.market-sec .market-bx {
  padding: 10px 12px;
  background-color: #e8e8e8;
  color: var(--text-color);
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

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

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  /* so hover works leftwards */
  justify-content: flex-start;
  gap: 6px;
}

.star-rating input {
  display: none;
  /* hide radio buttons */
}

.star-rating label {
  font-size: 28px;
  color: #c7c7c7;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
  color: #f6b400;
}

/* readonly mode */
.star-rating.readonly {
  gap: 3px;
}

.star-rating.readonly label {
  cursor: default;
  pointer-events: none;
  font-size: 22px;
}

.content-sec h1,
.content-sec h2,
.content-sec h3,
.content-sec h4,
.content-sec h5,
.content-sec .tt,
.cmTitle {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  color: var(--text-color);
  text-align: left;
  margin-bottom: 7px;
  font-family: var(--font);
  line-height: 1.3;
}

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

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

.content-sec ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: flow-root;
}

.content-sec ol {
  padding-left: 18px;
  margin-bottom: 15px;
}

.content-sec p {
  margin-bottom: 15px;
}

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

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

.content-sec ul li::before {
  content: "➤";
  position: absolute;
  left: 0px;
  color: var(--pri);
  font-size: 15px;
  top: 1px;
}

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

.content-sec table {
  margin-bottom: 15px;
}

.content-sec table p {
  margin-bottom: 0;
}

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

  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 {
  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: 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);
}

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

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

}

.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/cateimg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;

  border-radius: 6px;
}

.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 h1,
.cat-nav-img h2,
.cat-nav-img h3,
.cat-nav-img h4,
.cat-nav-img h5 {
  color: var(--off-white);
  line-height: 1.3;
  margin: 0;
  text-align: center;
  font-size: 16px;
}

.cat-nav-img .cni-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(10, 59, 110, 0.18);
  border: 1px solid var(--third);
  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: 13px 7px;
  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 {

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

/* ── Why Choose Us Tabs ── */
.section-8 .tab-outer {
  border: 2px solid var(--pri);
  overflow: hidden;
  display: flex;
  border-radius: 6px;
  min-height: 380px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.section-8 .wcu-tabs {
  border-right: 2px solid var(--pri);
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 150px;
  max-width: 150px;
  flex-shrink: 0;
  background: linear-gradient(to bottom, #fffdf8, #f9f4ea);
  padding: 8px;
  gap: 8px;
}

.section-8 .wcu-tabs .nav-link {
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 12px;
  border: 1px solid rgba(176, 139, 69, 0.12);

  font-size: 13px;
  font-weight: 600;
  color: #6f6f6f;
  background: #ffffff;
  transition: all 0.3s ease;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.section-8 .wcu-tabs .nav-link:last-child {
  border-bottom: 1px solid rgba(176, 139, 69, 0.12);
}

.section-8 .wcu-tabs .nav-link svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.8;
  flex-shrink: 0;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  background: #f8f3e8;
  color: var(--pri);
  box-shadow: inset 0 0 0 1px rgba(176, 139, 69, 0.1);
}

/* left active strip */
.section-8 .wcu-tabs .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14%;
  height: 72%;
  width: 4px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(to bottom, var(--pri), #d6b16b);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

/* subtle glow layer */
.section-8 .wcu-tabs .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(176, 139, 69, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.section-8 .wcu-tabs .nav-link.active::before {
  transform: scaleY(1);
}

.section-8 .wcu-tabs .nav-link.active::after {
  opacity: 1;
}

.section-8 .wcu-tabs .nav-link.active {
  color: var(--pri);
  background: linear-gradient(135deg, #fff8ea, #f8edd5);
  border-color: rgba(176, 139, 69, 0.28);
  box-shadow: 0 10px 24px rgba(176, 139, 69, 0.15);
}

.section-8 .wcu-tabs .nav-link.active svg {
  background: linear-gradient(135deg, var(--pri), #d6b16b);
  color: #fff;
  stroke: #fff;
  box-shadow: 0 6px 14px rgba(176, 139, 69, 0.25);
}

.section-8 .wcu-tabs .nav-link:hover:not(.active) {
  color: var(--pri);
  background: #fffaf0;
  border-color: rgba(176, 139, 69, 0.22);
  transform: translateX(2px) translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.section-8 .wcu-tabs .nav-link:hover:not(.active) svg {
  background: #f3e6cb;
  stroke: var(--pri);
}

/* ── Image panel ── */
.section-8 .tc-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid var(--pri);
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 10px;
}

.section-8 .tc-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* ── Body ── */
.section-8 .tc-body {
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-8 .tc-num {
  font-size: 52px;
  font-weight: 600;
  color: #faeeda;
  -webkit-text-stroke: 2px var(--pri);
  line-height: 1;
  margin-bottom: 4px;
}

.section-8 .tc-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--sec);
  margin: 8px 0 10px;
  line-height: 1.3;
}

.section-8 .tc-desc {
  font-size: 16px;
  color: var(--para-color);
  line-height: 1.75;
  margin-bottom: 18px;
}

/* ── Fade-in animation on tab switch ── */
.section-8 .tab-pane.show.active {
  animation: wcuFadeSlide 0.32s ease forwards;
}

@keyframes wcuFadeSlide {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

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

.category {
  max-height: 480px;
  overflow: hidden;
}


table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}


thead {
  background-color: #f4f4f4;
  color: #333;
  font-weight: bold;
}

th {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}


tbody {
  background-color: #ffffff;
  color: #555;
}

td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}


tfoot {
  background-color: #f9f9f9;
  font-weight: bold;
}

tfoot td {
  padding: 12px 15px;
  border-top: 2px solid #ddd;
  text-align: left;
}


tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f1f1f1;
}


@media (max-width: 768px) {
  table {
    font-size: 14px;
  }

  th,
  td {
    padding: 8px;
  }
}

.catalogBtn {
  border: 1px dotted #0605059c;
  border-radius: 6px;
  transition: all .2s ease-in-out;
  padding: 10px 13px;
}

.catalogBtn:hover {
  border-color: #060505d5;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 70px;
}



@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid .gallery-bx:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    /* grid-template-columns: 1fr; */
  }

  .gallery-grid .gallery-bx:first-child {
    grid-column: span 1;
  }
}

.gallery-bx {
  position: relative;
  overflow: hidden;
  background: #e8e0e0;
  /* border-radius: 12px; */
}

.gallery-bx::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--border);
  z-index: 2;
  pointer-events: none;
  transition: border-color 0.3s ease;
}

.gallery-bx:hover::before {
  border-color: var(--red);
}

.gallery-img-bx {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
}



.gallery-img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-bx:hover .gallery-img-bx img {
  transform: scale(1.06);
}

.gallery-img-bx .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(176, 139, 69, 0.75),
      rgba(176, 139, 69, 0.5));
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.gallery-bx:hover .overlay {
  opacity: 1;
}

.view-icon {
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: scale(0.7) rotate(-15deg);
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.3s ease;
  opacity: 0;
}

.gallery-bx:hover .view-icon {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.gallery-img-bx .img-num {
  position: absolute;
  bottom: 14px;
  left: 16px;
  background-color: var(--pri);
  font-size: 12px;
  letter-spacing: 0.15em;
  color: var(--white);
  z-index: 2;
  transform: translateY(6px);
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  padding: 3px 6px;
}

.gallery-bx:hover .img-num {
  transform: translateY(0);
  color: var(--red-light);
}

iframe {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 6px;
}

.logo-hide {
  display: none;
}

header.stricky-fixed .menubar .logo-hide {
  display: block;
}

.r-side img {
  width: 80px;
  object-fit: contain;
  height: 50px;
  aspect-ratio: 16 / 9;
}


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

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

.qut-bx .tt {
  font-size: 22px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}

.mini-blogs .blog-bx.blog-card {
  display: flex;
  height: auto;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  align-items: start;
  gap: 10px;
  margin-bottom: 18px;
  border: 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.mini-blogs .tt {
  margin-bottom: 0;
}

.blog-bx.blog-card .img-bx {
  border-radius: 4px;
  min-width: 95px;
  width: 95px;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.mini-blogs .blog-bx.blog-card:last-child {
  margin-bottom: 0;
}

.blog-bx.blog-card .tx-bx {
  padding: 0;
}

.blog-bx.blog-card .tx-bx .tt a {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-bx.blog-card .tx-bx p {
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}

.blog-bx.blog-card .img-bx img {
  border-radius: 4px;
  object-fit: cover;
}

.blog-bx.emp-bx {
  padding: 10px;
  height: 100%;
}

.blog-bx.emp-bx .img-bx,
.blog-bx.emp-bx .img-bx img {
  aspect-ratio: 257/310;
}

.blog-bx.emp-bx:hover .img-bx img {
  transform: none;
}

.blog-bx.emp-bx .tx-bx .tt {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 2px;
}

.blog-bx.emp-bx .tx-bx p {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 13px;
}

.r-side span {
  font-size: 12px;
  font-weight: 400;
}

.call-now {
  padding-right: 25px;
  margin-right: 25px;
  margin-left: 20px;
  border-right: 1px solid var(--border-color);
}

.r-side svg {
  color: black;
  height: 18px;
  width: 18px;
}

.gallery-bx {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.gallery-bx .img-bx {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;

}

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

.gallery-bx:hover img {
  transform: scale(1.07);
}

.gallery-bx .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  z-index: 1;
  pointer-events: none;
}

.gallery-bx:hover .overlay {
  background: rgba(0, 0, 0, 0.38);
}

.gallery-bx .link-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.gallery-bx:hover .link-wrap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gallery-bx .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 2;
  pointer-events: none;
}

.gallery-bx:hover .caption {
  transform: translateY(0);
}


.youtube-player {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.youtube-player img {
  width: 100%;
  display: block;
  height: 350px;
  object-fit: cover;
  scale: 1.15;
}

.youtube-player .play {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 2;
}

.youtube-player .play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.youtube-player .play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #000;
  z-index: 3;
}

.youtube-player:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.sub-tt {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
}

.accordion-item {
  border-radius: 6px;
}

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

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

.section-2 p {
  text-align: justify;
}

.about-sec {
  background-color: var(--off-white);
}

.table-of-con {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.table-of-con .sub-ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111827;
  border-bottom: 2px solid var(--pri);
  padding-bottom: 6px;
}

.table-of-con ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-of-con ul li {
  font-size: 14px;
  color: #374151;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  cursor: pointer;
  transition: all 0.2s ease;
}

.table-of-con ul li:last-child {
  border-bottom: none;
}

.table-of-con ul li:hover {
  color: #3b82f6;
  padding-left: 6px;
}

.table-of-con ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.table-of-con ul li a:hover {
  color: #3b82f6;
}

.table-of-con li {
  cursor: pointer;

}


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

.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(216, 49, 53, 0.3);
    box-shadow: 0 0 10px rgba(216, 49, 53, 0.3);
  }

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