:root {
  --theme-color-my: #40655e;
}
.footer__menu-sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  left: 0;
}
.footer__menu-sticky .row [class^="col-"]:not(:last-child) {
  border-right: 1px solid #e3e3e3;
}
.footer__menu {
  background-color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.07);
}
.footer__menu-wrap .offcanvas.offcanvas-bottom {
  max-height: calc(95vh - 180px);
  background-color: #f9f9f9;
  height: auto;
  z-index: 9999;
}
.footer__menu-wrap .offcanvas-body {
  padding: 0 1rem;
}
.footer__menu-wrap .offcanvas-header {
  justify-content: flex-end;
  padding: 6px 10px;
}
.footer__off-close {
  border: none;
  background-color: transparent;
}
.footer__off-close svg path {
  fill: var(--theme-color-my);
}
.footer__office-box .title {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0;
}
.footer__office-box .title h5 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer__office-box:nth-last-child(-n + 6) .title h5 {
  min-height: 40px;
}
.footer__office-box .title img {
  width: 100%;
  object-fit: contain;
  height: 60px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(289deg)
    brightness(111%) contrast(101%);
}
.footer__office-box .title .icon {
  background-color: #40655e;
  display: inline-flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.footer__office-box {
  flex: 0 0 auto;
  width: 31%;
  padding: 10px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  display: flex;
  align-items: center;
}
.footer__office-box .footer__contact-list {
  display: none;
}
.footer__office-box:has(.footer__contact-list) {
  width: 100%;
}
.footer__office-box:has(.footer__contact-list) .title {
  width: 30%;
  padding-right: 12px;
}
.footer__office-box:has(.footer__contact-list) .title .icon {
  height: 80px;
}
.footer__contact-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 12px;
}
.footer__contact-list li {
  font-size: 12px;
  color: #424242;
  position: relative;
  padding-left: 15px;
}
.footer__contact-list li a {
  color: inherit;
}
.footer__contact-list li span {
  position: absolute;
  left: 0;
  font-size: 11px;
  top: 1px;
}
.footer__contact-list li a:hover {
  color: #ca0404;
  text-decoration: underline;
}
.footer__office-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between;
}
.footer__menu-box {
  position: relative;
}
.footer__menu-box .navbar-toggler {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0 auto;
}
.footer__menu-box .navbar-toggler img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(24%) saturate(499%)
    hue-rotate(119deg) brightness(90%) contrast(91%);
}
.footer__menu-qc ul li {
  flex: 0 0 auto;
  width: 30%;
}
.footer__menu-qc ul li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__menu-qc .qc-right .icon {
  display: inline-flex;
  border-radius: 50%;
  position: relative;
  right: 0;
  width: 75%;
  top: 0;
  padding: 16px;
  aspect-ratio: 1;
}
.footer__menu-qc .qc-right h5 {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  color: #353535;
}
.footer__menu-qc .qc-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: relative;
  flex-direction: column;
}
.footer__menu-qc .qc-right h6 {
  font-size: 16px;
  margin-bottom: 0;
  display: none;
}
.footer__menu-qc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 10px;
  justify-content: center;
  padding: 0;
}
.footer__menu-qc {
  margin-bottom: 25px;
}
.footer__menu-modal .form-group .form-control {
  background-color: var(--clr-white);
  border-radius: 6px;
  padding: 7px 15px;
  height: 36px;
  color: #000 !important;
  font-family: var(--ff-paragraph);
  font-size: 14px;
  transition: all 0.5s;
}
.footer__menu-modal .form-group .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.footer__menu-modal .form-group .form-control:focus,
.footer__menu-modal .form-group .form-control:active,
.footer__menu-modal .form-group .form-control:focus-visible,
.footer__menu-modal .form-group .form-control :focus-within {
  border-color: #ff1414;
  box-shadow: none;
  outline: none;
}
.footer__menu-modal .wpcf7-response-output {
  border: none !important;
  color: red;
  padding: 0 !important;
  background: 0 0;
  margin: 15px 0 0 !important;
}
.footer__menu-modal .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.footer__menu-modal .form-group {
  margin-bottom: 16px;
}
.footer__menu-modal textarea.form-control {
  height: 80px !important;
  resize: none;
}
.footer__menu-modal .custom-button,
.footer__menu-form .custom-button {
  display: inline-flex;
  background-color: #d70f0f;
  border: 1px solid transparent;
  padding: 6px 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  text-transform: capitalize;
  transition: all 0.5s;
}
.footer__menu-modal .custom-button:hover,
.footer__menu-form .custom-button:hover {
  color: #d70f0f;
  background-color: transparent;
  border-color: #d70f0f;
}
.footer__menu-modal .modal-header h3 {
  margin-bottom: 0 !important;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.footer__menu-modal .modal-header {
  padding: 5px 6px;
}
.footer__menu-modal .modal-header .btn-close {
  background-color: #ff1414 !important;
  opacity: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  font-size: 11px;
  margin: 0;
}
iframe[title="Messaging window"] {
  height: 70% !important;
  bottom: 0 !important;
  top: unset !important;
}
.footer__factory-wrap .accordion-button {
  padding: 10px;
  background: 0 0 !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
.footer__factory-wrap .accordion-button::after {
  --bs-accordion-btn-icon-width: 14px;
}
.footer__factory-wrap .accordion-body {
  padding: 15px 10px;
  border-top: 1px solid #e6e6e6;
}
.footer__factory-wrap .accordion-item {
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.04) !important;
  margin-bottom: 12px;
  border-bottom: 0;
  border-radius: 5px !important;
}
.footer__factory-title {
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 12px;
}
.footer__factory-title img {
  height: 30px;
  width: 30px;
  object-fit: cover;
  border-radius: 50%;
}
.footer__factory-content ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__factory-content ul li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer__factory-content ul li h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.footer__factory-content ul .progress {
  --bs-progress-bar-bg: var(--clr-accent);
  --bs-progress-height: 3px;
}
#footerMenuContactModal {
  z-index: 9999999;
}
#myLauncher::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #40655e;
  border-radius: 50%;
  top: 7px;
  right: 6px;
}
.footer__menu-qc ul li:nth-child(1) .icon {
  background-color: #7ab943;
}
.footer__menu-qc ul li:nth-child(2) .icon {
  background-color: #41b9f1;
}
.footer__menu-qc ul li:nth-child(3) .icon {
  background-color: #fe9191;
}
.footer__menu-qc ul li:nth-child(4) .icon {
  background-color: #ff960f;
}
.footer__menu-qc ul li:nth-child(5) .icon {
  background-color: #a860ff;
}
.desk_top_chatbot {
  position: fixed;
  z-index: 99;
  bottom: 25px;
  left: 25px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f73b7;
  border-radius: 100%;
  padding: 10px;
  color: #000;
  box-shadow: 0 3px 6px rgb(0 0 0/25%);
  display: none;
}
.desk_top_chatbot span {
  display: block;
  margin-top: 3px;
}
#chaty-widget-0.chaty.chaty-id-0 {
  display: none !important;
}
.locacontent ol li, .locacontent ul li{
color: #040404;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 12px;
}
.locacontent ol, .locacontent ul{
  padding-left: 0;
  margin-bottom: 20px;
}
.locacontent ol li::before, .locacontent ul li::before{
  position: absolute;
  left: 0;
top: 10px;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 100%;
  background: #040404;
}



@media only screen and (min-width: 768px) {
  .desk_top_chatbot {
    display: flex;
  }
  #chaty-widget-0.chaty.chaty-id-0 {
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .footer__menu-qc .qc-right .icon {
    width: 65px;
    height: 65px;
  }
  .footer__menu-qc .qc-right .icon img {
    width: 35px;
    height: 35px;
  }
}



/*30-04-2025*/
.generic-content-wrap ol,
.generic-content-wrap ul,
.generic-content-wrap ol li,
.generic-content-wrap ul li {
  list-style: auto;
  list-style-position: inside;
}

.page-template-default .inner-ban-tx h1 {
  color: #ffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 34px;
  text-align: left;
}

.page-template-default .entry-content {
margin: 25px 0;
}
 .cat-description ol{padding-left: 0;}
.cat-description ul li, .cat-description ol li{margin-bottom: 12px; position: relative; padding-left: 15px;}
.cat-description ul li::before, .cat-description ol li::before{
    position: absolute;
    top: 6px;
    left: 0;
    width: 8PX;
    height: 8px;
    border-radius: 100%;
    background: #000;
    content: '';
}
.location-banner-sec .content-box h1{
   text-transform: uppercase;
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}
.product-ban .inner-ban-tx h1 {   color: #fff;text-align: right;}


/* 05-06-2026 Location Hover */

.alanic-location {
  overflow: hidden
}

.alanic-location__wrap {
  justify-content: center
}

.alanic-location__single {
  width: calc(2 * calc(1/10 * 100%));
  padding: 0 6px;
  position: relative;
  transition: width 0.6s cubic-bezier(.38, .005, .215, 1)
}

.alanic-location__single.active {
  width: calc(10 * calc(1/10 * 100%));
  transition: width 0.6s cubic-bezier(.38, .005, .215, 1)
}

.alanic-location__single .img-part img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%
}

.alanic-location__single .content-part {
  position: absolute;
  bottom: 15px;
  left: 30px;
  opacity: 0;
  width: 70%;
  padding: 15px;
  z-index: 1
}

.alanic-location__single.active .content-part {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.38, .005, .215, 1) 0.3s
}

.alanic-location__single h5 {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  position: absolute;
  left: 20px;
  bottom: 25px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: var(--clr-white);
  z-index: 1;
  font-family: var(--ff--heading);
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(.38, .005, .215, 1) 0.3s
}

.alanic-location__single.active h5 {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(.38, .005, .215, 1) 0.2s
}

@supports (writing-mode: sideways-lr) {
  .alanic-location__single h5 {
    writing-mode: sideways-lr;
    transform: unset
  }
}

.alanic-location__single h6 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--clr-white);
  z-index: 1;
  font-family: var(--ff--heading);
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.alanic-location__single .img-part {
  position: relative;
  overflow: hidden;
  border-radius: 10px
}

.alanic-location__single .img-part::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .43) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px
}

.alanic-location__single .img-part::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -160%;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  width: 50%;
  z-index: 2;
  border-radius: 50%
}

.alanic-location__single:hover .img-part::after {
  -webkit-animation: shine-img 0.85s;
  animation: shine-img 0.85s
}

.loc-define {
  color: #fff;
  text-transform: capitalize;
  font-size: 18px
}

@-webkit-keyframes shine-img {
  100% {
    left: 125%
  }
}

@keyframes shine-img {
  100% {
    left: 125%
  }
}

.alanic-location__single .address-part li {
  font-size: 16px;
  margin-top: 8px;
  margin-left: 6px
}

.address-part span {
  position: absolute;
  left: 0
}

.alanic-location__single .address-part li a {
  color: var(--clr-white)
}

.alanic-location__single .address-part li a span {
  margin-right: 8px
}

.alanic-location__office-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between
}

.alanic-location__office-box:has(.alanic-location__contact-list) {
  width: 100%
}

.alanic-location__office-box {
  flex: 0 0 auto;
  width: 31%;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 1px 1px 20px #00000014;
  background-color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.alanic-location__office-box .title img {
  width: 100%;
  object-fit: contain;
  height: 60px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(289deg) brightness(111%) contrast(101%)
}

.alanic-location__office-box:has(.alanic-location__contact-list) .title {
  width: 30%;
  padding-right: 12px
}

.alanic-location__office-box:has(.footer__contact-list) .title .icon {
  height: 80px
}

.alanic-location__office-box .title .icon {
  background-color: #00226278;
  display: inline-flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px)
}

.alanic-location__office-box .title {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0;
  text-align: center
}

.alanic-location__office-box .title h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 0;
  color: #fff
}

.alanic-location__office-box .title a {
  color: #fff;
  font-size: 11px;
  text-align: center
}

.alanic-location__contact-list {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.alanic-location__contact-list li {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 24px
}

.alanic-location__contact-list li a {
  color: inherit
}

.section__offices {
	overflow:hidden;
}

/* 05-06-2026 Location Hover */
.wcps-input-wrap { width: 300px !important;}