/*===============================================
	[SASS DIRECTORY ]
	
    [1] Minxin Link
    [2] Minxin Button
    [3] Minxin Triangle
    [4] Minxin LABEL PRODUCT
    [5] Minxin Scrollbars
    [6] Minxin Dev Custom
  
==============================================*/
.no-margin {
  margin: 0 !important;
}
/*Dev Custom */
/*====================================================*/
.lib-list-item-product2 {
  border: none;
}
.lib-list-item-product2 .image-dev .list-button-dev {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
}
.lib-list-item-product2 .image-dev .list-button-dev li {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background: #fff;
  position: relative;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ddd;
  opacity: 0;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(40px);
  -moz-transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0.2s;
  z-index: 2;
}
.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  z-index: 1;
  transition-delay: 0s;
}
.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
  border-left: 1px solid #ddd;
}
.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  box-shadow: none;
  border: none;
  color: #555;
  width: 40px;
  padding: 0;
}
.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
  color: #fff;
}
.lib-list-item-product2 .caption-dev {
  text-align: center;
  padding: 0 15px;
}
.lib-list-item-product2 .caption-dev .rating-dev {
  margin: 5px 0;
}
.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
  font-size: 11px;
}
.lib-list-item-product2 .caption-dev .title-dev {
  color: #444;
  font-size: 13px;
}
.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-new {
  font-size: 16px;
}
.lib-list-item-product2 .caption-dev .price-dev .price-old {
  font-size: 12px;
}
.lib-list-item-product2 .caption-dev .add-cart-dev {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 20px;
  margin: 0 0 30px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li {
  opacity: 1;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
  transition-delay: 0s;
}
.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transition-delay: 0.2s;
}
/*EFECT PRODUCT NUMBER*/
.lib-two-img {
  position: relative;
  display: block;
}
.lib-two-img .img-1 {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.lib-two-img .img-2 {
  position: absolute;
  z-index: 0;
  top: 0;
  opacity: 0;
  display: block;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}
.lib-two-img-over .img-1 {
  opacity: 0;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
.lib-two-img-over .img-2 {
  opacity: 1;
  transform-style: inherit;
  transition: all 0.5s ease-in-out;
}
/*EFFECT SLIDERHOME*/
@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*EFFECT fadeInDown*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1.5s;
}
/*EFFECT fadeInUp*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1.5s;
}
/*EFFECT fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
}
/*EFFECT fadeInRight*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s;
}
.rtl .fadeInRight {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.rtl .fadeInLeft {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*EFFECT zoomIn*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 1.5s;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
/*EFFECT jumpping*/
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
.jump {
  animation: jumpping 6s infinite linear;
}
/* ================================================================================ */
.typefooter-43 {
  margin-top: 0px;
  color: #353535;
  /* GENERAL */
  /* FOOTER BOTTOM */
}
.typefooter-43 .module .modtitle {
  color: #000;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 0px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 13px;
}
.typefooter-43 .module .modtitle:after {
  content: "";
  position: absolute;
  width: 31px;
  border-bottom: 2px solid #FFCC00;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.typefooter-43 .footer-center {
  padding-top: 45px;
}
.typefooter-43 .box-footer .modcontent ul li a {
  border: 0 none;
  font-size: 14px;
  padding: 0;
  font-weight: 500;
  line-height: 33px;
  position: relative;
  display: inline-block;
  color: #000;
}
.typefooter-43 .box-footer .modcontent {
  color: #000;
  font-weight: 500;
}
.typefooter-43 .top-content {
  text-align: center;
}
.typefooter-43 .top-content .inner {
  width: 50%;
  margin: 0 auto;
}
.typefooter-43 .box-footer .modcontent ul li a:hover {
    padding-left: 10px;
}
.typefooter-43 .top-content .inner p {
  margin: 15px 0;
}
.typefooter-43 .footer-top {
  padding: 18px 0;
}
.typefooter-43 .footer-top > .container {
  margin: 0 auto;
  float: none;
}
.typefooter-43 .footer-middle {
  padding-top: 42px;
}
.typefooter-43 .newsletter-footer15 {
  margin-top: 16px;
  margin-bottom: 22px;
}
.typefooter-43 .newsletter-footer15 .newsletter {
  background-color: transparent !important;
  overflow: hidden;
}
.typefooter-43 .newsletter-footer15 .newsletter .title-block {
  position: relative;
  color: #fff;
  float: left;
  width: 50%;
  margin-top: 10px;
}
.typefooter-43 .newsletter-footer15 .newsletter .title-block .page-heading {
  /* [4] */
  /* [6] */
  /* [6] */
  /* [7] */
  font-size: 20px;
  font-size: 2rem;
  /* [8] */
  /* [8] */
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.typefooter-43 .newsletter-footer15 .newsletter .title-block .promotext {
  font-size: 13px;
  margin-top: 5px;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content {
  float: left;
  width: 50%;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup {
  display: block;
  margin-top: 11px;
  margin-bottom: 11px;
  height: 38px;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group {
  position: relative;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group .input-box {
  vertical-align: top;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 45px;
  line-height: 45px;
  width: calc(50% - 52px) !important;
  float: left;
  display: inline-block;
  padding: 0 5px;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtname, .typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail {
  height: 44px;
  width: 100%;
  box-shadow: none;
  border: none;
  background-color: #fff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtname::-moz-placeholder, .typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtname:-ms-input-placeholder, .typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail:-ms-input-placeholder {
  color: #999;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtname::-webkit-input-placeholder, .typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail::-webkit-input-placeholder {
  color: #999;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtname:focus, .typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail:focus {
  z-index: 0;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .subcribe {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .subcribe button {
  border: 0 none;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding: 0 17px;
  text-transform: uppercase;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: #111111;
}
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .subcribe button:hover {
  color: #fff;
}
.typefooter-43 .logo-footer {
  margin-bottom: 25px;
}
.typefooter-43 .logo-footer p {
    font-family: "Mali", cursive;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.typefooter-43 .box-footer {
  font-family: "Rajdhani", sans-serif;
}
.logo-footer img {
  width: 50%;
  margin-bottom: 25px;
}
.typefooter-43 .logo-f {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
}
.typefooter-43 .socials {
  margin: 15px 0 15px 0;
}
.typefooter-43 .socials li {
  position: relative;
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.typefooter-43 .socials li:first-child {
  margin-left: 0;
}
.typefooter-43 .socials li a {
  color: #545454;
  font-size: 17px;
}
.typefooter-43 .socials li a span {
  display: none;
}
.typefooter-43 .footer-links li {
  display: inline-block;
  margin: 0 20px;
}
.typefooter-43 .footer-links li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}
.typefooter-43 .footer-bottom {
  margin-top: 10px;
  text-align: center;
}
.typefooter-43 .footer-bottom .copyright {
  margin: 30px 0;
}
/*====================update opencart4===================*/
.typefooter-43 .newsletter-footer15 .newsletter .block_content form.signup .form-group #txtemail {
  text-align: left;
}

.contact-link .col-xl-2 {
  width: 20.666667%;
}

.footer-contents .card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(255, 174, 0, 0.08) 0%, rgba(255, 174, 0, 0.03) 100%);
  padding: 16px 24px;
  width: 100%;
  margin: auto;
  border: 0;
  flex-direction: row;
}

.footer-contents .left {
  display: flex;
  align-items: center;
}

.footer-contents .icon-box {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.footer-contents .icon-box img {
  width: 48px;
  height: 48px;
}

.footer-contents .text-content {
  display: flex;
  flex-direction: column;
}

.footer-contents .title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  font-family: "Inter", sans-serif;
}

.footer-contents .subtitle {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
  font-family: "Inter", sans-serif;
}

.footer-contents .button {
  background-color: #ffc107;
  color: #fff;
  padding: 10px 50px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Inter", sans-serif;
  letter-spacing: 0.3px;
}
.footer-contents .button:hover {
  background-color: #ffb300;
}
.footer-contents .button svg {
  position: relative;
  left: 2em;
}
.site-footer {
  border-top: 1px solid #ddd;
  padding: 25px 20px 10px;
  font-size: 14px;
  color: #555;
  background: #fff;font-family: "Inter", sans-serif;
}
.site-footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;font-size: 13px;
}
section.footer-blocks   {
    padding: 0 6.5em !important;
}
section.footer-blocks  {
  padding-bottom: 4rem !important;
}
.site-footer .footer-links a {
  color: #8b8b8b;
  text-decoration: underline;
  margin-left: 15px;
  transition: color 0.3s;font-weight: 400;
}
.site-footer .footer-links a:hover {
  color: #000;
}
.contact-box {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

.contact-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #000;
}
.contact-box li img {
  width: 21px;
  height: 21px;
  position: relative;
  left: -20px;
}
.contact-box ul {
  list-style: none;
  padding: 0;
  margin-left: -20px;
  padding-top: 10px;
}
.contact-link {
  justify-content: end;
}
.contact-box li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

.contact-box i {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
  min-width: 20px;
}

.contact-box a {
  text-decoration: none;
  color: #000;
}

.contact-box a:hover {
  color: #f39c12; 
}
.footer-sec-whatsappIcon img {
  width: 70%;
}
@media (max-width: 768px) {
section.footer-blocks {
  padding: 0 2em !important;
}
section.footer-news {
  padding: 0 !important;
}
.typefooter-43 .footer-center {
    padding-top: 30px;
}
.logo-footer img {
    width: 35%;
    margin-bottom: 15px;
}
.typefooter-43 .logo-footer p {
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
}
.typefooter-43 .logo-footer {
    margin-bottom: 15px;
}
.typefooter-43 .box-footer .modcontent ul li a {
  font-size: 14px;
}
.footer-contents .card {
  flex-direction: column;gap: 15px;
  padding: 15px 10px;
}
.footer-contents .subtitle {
  font-size: 9px;
}
.footer-contents .button {
  padding: 7px 20px;font-size: 13px;
  border-radius: 6px;
}
.contact-box ul {
  margin-left: 0;
}
.contact-box li {
  gap: 12px;font-size: 14px;
}
.contact-box li img {
  left: 0;
}
.footer-links {
  display: none;
}
.contact-link .col-xl-2 {
    width: 100%;
}
.mob-width-sets {
  width: 50% !important;
}
.contact-link {
    justify-content: unset;
}
.footer-contents .button svg {
    left: 1em;
}
.footer-contents {
  margin: 0 20px;
}
.footer-contents .title {
  font-size: 11px;
  font-weight: 500;
}
.site-footer {
  margin-top: 18px;padding: 15px 20px 10px;
}
.typefooter-43 .module .modtitle:after {
  width: 28px;
}
.typefooter-43 .module .modtitle {
  font-size: 18px;
}
.footer-sec-whatsappIcon {
  right: 0;text-align: center;
}
.footer-sec-whatsappIcon img {
  width: 50%;
}
}