@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --primary-color: #13212a;
  --accets-color: #bd6d3c;
  --secondary-color: #201b18;
  --head-dark: #171717;
  --black-dark: #111;
  --white: #fff;
  --transition: all .4s ease-in-out;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none
}

*,
*:focus {
  outline: none;
  -webkit-tap-highlight-color: #fff0
}

html {
  scroll-behavior: smooth
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Roboto", sans-serif;
  background: var(--white);
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .3px
}

::-webkit-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: var(--black-dark);
  opacity: 1
}

:-ms-input-placeholder {
  color: var(--black-dark);
  opacity: 1
}

a {
  color: #464646;
  text-decoration: none
}

a:hover {
  color: #464646;
  outline: none;
  text-decoration: none
}

img {
  max-width: 100%;
  vertical-align: middle
}

svg {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor
}

h1,
.h1 {
  font-size: 30px
}

h2,
.h2 {
  font-size: 28px;
  line-height: 1
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 16px
}

h6,
.h6 {
  font-size: 15px
}

.h-100-v {
  min-height: 100vh
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 20px;
  font-style: normal;
  font-size: 40px;
  color: var(--head-dark);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5;
  position: relative
}

p {
  margin: 0 0 15px;
  overflow: hidden;
  text-align: left;
  color: #444444 !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: .3px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid rgb(70 70 70/.3);
  width: 100%;
  display: block;
  color: var(--text-dark);
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body .blur-div {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  bottom: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100px;
  left: 0;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  -webkit-mask: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%) add;
  mask: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black)) add;
  mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
  overflow: visible;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 999;
}

input::-webkit-input-placeholder {
  color: rgb(40 40 40/50%)
}

input::-moz-placeholder {
  color: rgb(40 40 40/50%)
}

input:-ms-input-placeholder {
  color: rgb(40 40 40/50%)
}

input:-moz-placeholder {
  color: rgb(40 40 40/50%)
}

textarea {
  min-height: 120px;
  padding: 14px
}

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

strong,
b {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  height: 100%
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 9;
  background-color: transparent;
  transition: var(--transition)
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  padding: 5px 20px;
  transition: var(--transition);
  z-index: 99;
  border-radius: 0
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important;
  width: 100%;
  max-width: 100%
}

.arrow-icon.active path {
  fill: var(--text-dark) !important
}

.navbar.scrolled .navbar-nav .nav-link {
  color: var(--text-dark)
}

.navbar .navbar-nav .sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav .sm-icons .nav-link svg {
  fill: var(--text-dark)
}

.navbar .container-fluid {
  padding: 0 40px
}

.navbar.scrolled .container-fluid {
  padding: 6px 40px;
  transition: .4s
}

.navbar .navbar-nav .nav-link {
  font-size: 22px;
  font-weight: 600 !important;
  color: var(--white);
  opacity: 1;
  margin: 0 16px;
  cursor: pointer;
  text-transform: capitalize
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--white);
  font-weight: 800
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
  color: var(--black-dark) !important;
  font-weight: 800
}

.navbar-brand {
  width: 100%;
  max-width: 13%
}

.navbar-expand-lg .navbar-nav{
align-items: center;
}









.hero-area.style-three {
  margin-top: -106px;
  padding: 280px 0 180px;
  border-radius: 0 0 50px 50px;
}

.hero-area.style-three .hero-bg {
  background-image: url(../images/banner/banner.jpeg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-user-select: none;
  background-position: top center;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoomin 22s ease-in infinite;
  z-index: -1;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.hero-area.style-three .hero-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: -1;
}

@media only screen and (min-width: 1920px) {
  .hero-area.style-three .hero-content {
    max-width: 85%;
  }

  .hero-area.style-three .hero-para {
    padding-left: 150px;
  }
}

.hero-area.style-three .hero-content h1 {
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1400px) {
  .hero-area.style-three .hero-content h1 {
    font-size: 64px;
    line-height: 74px;
  }
}

.fw-black {
  font-weight: 900;
}

.hero-area.style-three p {
  color: rgba(255, 255, 255, 0.5);
}

.btn {
  overflow: hidden;
  padding: 0;
}

.btn span.btn-text,
.btn span.btn-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

.btn span.btn-text {
  padding: 13px 25px;
  border-radius: 50px;
}

.btn.style-one span.btn-text,
.btn.style-one span.btn-icon {
  color: var(--white);
}

.btn span.btn-text:before,
.btn span.btn-text:after,
.btn span.btn-icon:before,
.btn span.btn-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  display: inline-block;
  transition: var(--transition);
}

.btn span.btn-text:before,
.btn span.btn-icon:before {
  height: 100%;
}

.btn.style-one span.btn-text:before,
.btn.style-one span.btn-icon:before {
  background-color: var(--accets-color);
  border-radius: 50px;
}

.btn span.btn-text:after,
.btn span.btn-icon:after {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.btn.style-one span.btn-text:after,
.btn.style-one span.btn-icon:after {
  background-color: var(--accets-color);
}

.btn.style-one:hover span.btn-text,
.btn.style-one:hover span.btn-icon {
  color: var(--white);
}

.btn.style-one span.btn-text:after,
.btn.style-one span.btn-icon:after {
  background-color: var(--secondary-color);
}

.btn:hover span.btn-text:after,
.btn:hover span.btn-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn span.btn-icon i {
  font-size: 24px;
  line-height: 0.8;
  font-weight: 300;
  transition: var(--transition);
}

.btn span.btn-icon {
  width: 50px;
  height: 50px;
}

.btn.style-one span.btn-icon i {
  color: var(--white);
}

.btn:hover span.btn-icon i {
  transform: rotate(45deg);
}

.btn.style-one:hover span.btn-icon i {
  color: var(--titleColor);
}

.hero-area.style-three .circle-text-wrap {
  width: 218px;
  height: 218px;
  animation-name: slideInUp;
  animation-duration: 600ms;
  animation-timing-function:
    ease;
  animation-delay: 300ms;
  animation-direction: normal;
  animation-fill-mode: both;
  opacity: 0 !important;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

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

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

.hero-area.style-three .circle-text-wrap .play-icon {
  width: 86px;
  height: 86px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg_primary {
  background-color: var(--accets-color);
}

.rounded-circle {
  border-radius: 50% !important;
}

.hero-area.style-three .circle-text-wrap .play-icon i {
  color: var(--head-dark);
  font-size: 22px;
  line-height: 1;
  position: relative;
  left: 1px;
}

.hero-area.style-three .hero-transparent-text-wrap {
  margin-top: -100px;
}

.section-subtitle.style-two {
  padding-left: 0;
  font-size: 17px;
  color: var(--accets-color);
  font-weight: 500;
  margin: 0;
  margin-bottom: -55px;
  line-height: 0.7;
  letter-spacing: 1.8px;
  text-transform: uppercase !important;
}

.section-subtitle.style-two:last-child {
  margin-bottom: 0;
  margin-top: -17px;
  text-align: end;
  display: block !important;
}

.banner-sections .section-subtitle.style-two {
  font-size: 55px;
}

.section-subtitle.style-two img {
  margin-right: 10px;
  width: 27px;
  margin-top: -4px;
}

.section-title.style-one,
.section-title.style-two {
  font-size: 40px;
  line-height: 52px;
}

.round-20 {
  border-radius: 20px;
}

.hero-area.style-three .hero-transparent-text-wrap .hero-transparent-text {
  position: relative;
  /* left: -18px; */
  font-size: 13.7vw;
  line-height: 0.85;
  background-image: url("../images/banner/hero-bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-wrap: nowrap !important;
}



.hero-area.style-three:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 80%;
  height: 60px;
  background-color: var(--white);
  border-radius: 50px 50px 0 0;
  transform: translateX(-50%);
}




@media only screen and (min-width: 1400px) {
  .feature-card.style-three {
    padding: 38px 38px 32px;
  }
}

.feature-card.style-three {
  background-color: #F8F3F0;
  padding: 38px 20px 32px;
  min-height: 510px;
}

.feature-card.style-three .br-one {
  width: 100%;
  height: 138px;
  transition: var(--transition);
}

.feature-card.style-three .br-one:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 20px 0 0 0;
}

.feature-card.style-three .br-one:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 20px 0 0;
}

.feature-card.style-three .br-two {
  position: absolute;
  width: 100%;
  height: 138px;
  transition: var(--transition);
}

.feature-card.style-three:hover .br-one,
.feature-card.style-three:hover .br-two {
  height: 100px;
}

.feature-card.style-three .br-two:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-left: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 0 20px;
  z-index: 0;
}

.feature-card.style-three .br-two:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid rgba(255, 94, 20, 0.5);
  border-right: 1px solid rgba(255, 94, 20, 0.5);
  border-radius: 0 0 20px 0;
  z-index: 0;
}

.feature-card.style-three .feature-img {
  width: 268px;
  height: 268px;
  margin-bottom: 42px;
}

@media only screen and (min-width: 1400px) {
  .feature-card.style-three .feature-img {
    width: 268px;
    height: 268px;
    margin-bottom: 42px;
  }
}

.feature-card.style-three h3 {
  margin-bottom: 14px;
  font-size: 24px;
}

.feature-card.style-three p {
  margin-bottom: 8px;
  position: relative;
  z-index: 7;
}

.link.style-one {
  color: var(--accets-color);
  position: relative;
  z-index: 9;
}

.link.style-one img {
  margin-left: 6px;
  transition: var(--transition);
}

.link.style-one:hover img {
  transform: translateX(6px);
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}

@media only screen and (min-width: 1400px) {
  .feature-card.style-four {
    min-height: 510px;
    max-height: 510px;
  }
}

.feature-card.style-four {
  background-color: #633c2f;
  min-height: 535px;
  max-height: 535px;
}

.feature-card.style-four .feature-info {
  padding: 34px 20px 0;
}

@media only screen and (min-width: 1400px) {
  .feature-card.style-four .feature-info {
    padding: 34px 40px 0;
  }
}

.feature-info h3 {
  font-size: 26px;
}

.feature-card.style-four h3 {
  margin-bottom: 16px;
}

.feature-card.style-five {
  background-image: url(../images/banner/core-values.webp);
  height: 535px;
  padding: 34px 20px 35px;
}

.feature-card.style-five:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180.78deg, rgba(45, 28, 34, 0.37) 52.93%, rgba(56, 18, 0, 0.83) 67.93%);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
  border-radius: 20px;
  z-index: -1;
}

.feature-card.style-four:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(2deg, rgba(45, 28, 34, 0.37) 52.93%, rgba(56, 18, 0, 0.83) 67.93%);
  -webkit-backdrop-filter: blur(0.5px);
  backdrop-filter: blur(0.5px);
  border-radius: 20px;
  z-index: -1;
}



.about-area.style-three {
  border-radius: 0 0 45px 45px;
}

.about-area.style-three:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF7F2;
  z-index: 0;
  border-radius: 0 0 45px 45px;
}

.about-area.style-three:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--accets-color);
  z-index: -1;
}

.move-text.style-two {
  height: 47px;
}

.move-text.style-two ul {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  animation: mymove 21s linear infinite alternate;
}

.move-text-wrapper {
  margin-bottom: 80px;
}

@keyframes mymove {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.move-text.style-two ul li {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
  margin: 0 26px 0 0;
  padding: 0 43px 0 0;
  color: rgba(45, 28, 34, 0.1);
  position: relative;
  transition: var(--transition);
}

.move-text.style-two ul li:after {
  position: absolute;
  top: 48%;
  right: 0px;
  content: "|";
  font-size: 48px;
  font-weight: 400;
  transform: translateY(-50%) rotate(-20deg);
}

.move-text.style-two ul li:nth-child(even) {
  font-weight: 800;
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.about-area.style-three .about-img-wrap .about-shape {
  left: 50%;
  transform: translateX(-50%);
}

.about-area.style-three .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 73%;
  background-color: #FFD8C7;
  z-index: -1;
  border-radius: 20px 40% 5px 5px;
}

.about-area.style-three .about-content .feature-item {
  padding-left: 62px;
  margin-bottom: 42px;
  margin-top: 20px;
}

.about-area.style-three .about-content .feature-item svg {
  position: absolute;
  top: 2px;
  left: 0;
  background: var(--accets-color);
  padding: 8px;
  border-radius: 30px;
}

.about-area.style-three .about-content .feature-item h3 {
  line-height: 26px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.project-card.style-three {
  padding: 20px 30px 26px;
  height: 495px;
}

.project-card.style-three.bg-3 {
  background-image: url(../img/project/project-bg-7.jpg);
}

.project-card.style-three:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  content: "";
  background-color: rgba(45, 28, 34, 0.58);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}

.project-card.style-three {
  padding: 20px 30px 26px;
  height: 495px;
  position: relative;
}

.project-card.style-three:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  content: "";
  background-color: rgba(45, 28, 34, 0.58);
  backdrop-filter: blur(25px);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}

.project-card.style-three.bg-1 {
  background-image: url(../images/products/extrusions-air-cooled-heatsink.webp);
}

.project-card.style-three.bg-2 {
  background-image: url(../images/products/tubed-liquid-cold-plates.webp);
}

.project-card.style-three.bg-3 {
  background-image: url(../images/products/liquid-cold-plates-1.webp);
}

.project-card.style-three.bg-4 {
  background-image: url(../images/products/bonded-fin-air-heat-sink.webp);
}

.project-card.style-three.bg-5 {
  background-image: url(../images/products/air-to-water-heat-exchanger.webp);
}

.project-card.style-three.bg-6 {
  background-image: url(../images/products/conductive-copper-busbars.webp);
}

.project-card.style-three.bg-7 {
  background-image: url(../images/products/selector-switches.webp);
}

.project-card.style-three.bg-8 {
  background-image: url(../images/products/thermal-solution-spare-parts.webp);
}

.project-card.style-three .project-counter {
  position: absolute;
  top: 40px;
  right: 42px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--accets-color);
  transition: var(--transition);
}

.project-card.style-three .project-link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  height: 108px;
  border: 1px solid var(--accets-color);
  transform: translate(-50%, -50%);
}

.project-card.style-three .project-link:hover {
  background-color: var(--accets-color);
  border-color: transparent;
}

.project-card.style-three .project-link:hover img {
  filter: brightness(0) invert(1);
}

.project-card.style-three h3 {
  position: absolute;
  left: 43px;
  bottom: 40px;
}

.project-card.style-three h3 a {
  color: var(--white);
}

.project-card.style-three h3:hover a {
  color: var(--white);
}

/* Hidden by default */
.project-card.style-three .project-link,
.project-card.style-three .project-counter,
.project-card.style-three h3,
.project-card.style-three:before {
  visibility: hidden;
  opacity: 0;
}

/* On hover show all */
.project-card.style-three:hover .project-link,
.project-card.style-three:hover .project-counter,
.project-card.style-three:hover h3,
.project-card.style-three:hover:before {
  visibility: visible;
  opacity: 1;
}

.style-four .project-counter {
  margin: 97px 0;
}

.style-four .project-title h3 {
  width: 100%;
}

.why-choose-us {
  position: relative;
  background-image: url(../images/about-shape-03.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.reliable-part {
  position: relative;
}

.reliable-part::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  width: 2px;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 20px;
}

.reliable-part::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 60px;
  right: auto;
  width: 5px;
  height: 30%;
  background-color: var(--accets-color);
  border-radius: 20px;
}

.tp-video-spacing {
  padding-top: 400px;
}

.tp-video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

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

.zoom-img {
  width: 100%;
  max-width: 100%;
  transform: scale(1);
  transition: transform 1.2s ease-out;
}

/* Active zoom class */
.zoom-img.active {
  transform: scale(1.15);
  /* zoom */
}

.tp-video-content {
  padding: 40px 40px 25px 40px;
  height: 100%;
  margin-top: 20px;
}

.tp-bg-common-black {
  background-color: #6262628c;
  backdrop-filter: blur(15px);
}

.tp-text-common-white {
  color: var(--white);
  font-size: 24px;
}

.tp-hero-bottom-border {
  width: 100%;
  display: block;
}

.tp-hero-bottom-border svg {
  width: 100%;
}



.bg-optional {
  background-color: #bd6d3c;
  margin-top: -40px;
  padding-top: 160px;
}

.service-card-wrap.style-one .service-card {
  border-left: 1px dashed rgba(255, 255, 255, 0.591);
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 1400px) {

  .service-card-wrap.style-one .service-card:first-child {
    padding-left: 0;
  }
}

.service-card-wrap.style-one .service-card:first-child {
  padding-left: 0;
  border-left: none;
}

.service-card h3 {
  font-size: 26px;
  line-height: 34px;
}

.service-card.style-three h3 {
  margin: 50px 0 13px;
  line-height: 34px;
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}

.service-card.style-three p {
  margin-bottom: 26px;
  color: var(--white) !important;
  text-align: center;
}

.link.style-one {
  color: var(--white);
}

.delivering-sections .btn.style-one span.btn-text:before,
.delivering-sections .btn.style-one span.btn-icon:before {
  background-color: var(--white);
}

.delivering-sections .btn.style-one span.btn-text:after,
.delivering-sections .btn.style-one span.btn-icon:after {
  background-color: var(--secondary-color);
}

.delivering-sections .btn.style-one span.btn-text,
.delivering-sections .btn.style-one span.btn-icon {
  color: var(--accets-color);
}

.delivering-sections .btn.style-one span.btn-text:before,
.delivering-sections .btn.style-one span.btn-icon:before {
  background-color: var(--white);
  border-radius: 50px;
}

.delivering-sections .btn.style-one span.btn-text:after,
.delivering-sections .btn.style-one span.btn-icon:after {
  background-color: var(--secondary-color);
}

.delivering-sections .btn.style-one span.btn-icon svg path {
  fill: var(--accets-color);
}

.btn.style-one:hover span.btn-text,
.btn.style-one:hover span.btn-icon {
  color: var(--white);
}


.counter-digites {
  transition: all 0.27s cubic-bezier(0, 0, .58, 1)
}

span.odometer-formatting-mark {
  display: none;
}

.counter-digite {
  font-size: 5vw;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  letter-spacing: .3px
}

.tp-video-content {
  text-align: center;
}

.tp-video-content .tp-text-common-white {
  font-size: 20px;
}

.tp-video-content .tp-video-main .tp-text-common-white {
  font-size: 16px;
  margin-top: 22px;
  text-align: center;
  color: var(--white) !important;
}

.feature-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #F8F3F0;
  border-radius: 0 0 45px 45px;
  z-index: -1;
}

@media only screen and (min-width: 1400px) {
  .feature-area.style-three:after {
    height: calc(100% - 50px);
  }
}


.feature-tab-content .feature-img-wrap {
  padding-left: 118px;
  margin-top: 80px;
}

.round-20 {
  border-radius: 20px;
}

.feature-tab-content .feature-img-wrap .exp-box {
  top: auto;
  width: 218px;
  height: 248px;
  padding: 20px;
  box-shadow: 0px 0px 40px rgba(141, 141, 141, 0.21);
  bottom: 5%;
  border-radius: 20px;
}

.feature-tab-content .feature-img-wrap .exp-box .fav-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-color: var(--accets-color);
  padding: 10px;
}

.feature-tab-content .feature-img-wrap .exp-box h6 span {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 12px;
}

.sustainability-content h4 {
  font-size: 22px;
  margin-bottom: 7px;
}

.sustainability-content p {
  font-size: 17px;
}

.exp-box h6 {
  font-size: 16px;
}

.footer-area {
  padding-bottom: 34px;
}

.footer-widget .footer-widget-title {
  padding-bottom: 14px;
  margin-bottom: 13px;
  color: var(--secondary-color);
  font-size: 25px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}


.cta-area.style-three:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000063;
  z-index: -1;
}

.cta-area.style-three {
  background-image: url(../images/lets.jpg);
  padding: 235px 0 125px;
  margin-top: -190px;
  border-radius: 0 0 45px 45px;
}

.cta-area.style-three.about-us-cts {
  padding: 80px 0 125px;
  margin-top: 0px;
  border-radius: 0 0 45px 45px;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.cta-area.style-three .section-shape {
  opacity: 0.2;
}

@media only screen and (min-width: 1400px) {
  .section-title.style-two {
    font-size: 48px;
    line-height: 58px;
  }
}

.cta-area.style-three .circle-text-wrap {
  width: 237px;
  height: 237px;
  padding: 14px 15px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.99);
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

.cta-area.style-three .circle-text-wrap .arrow-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-area.style-three .circle-text-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  border: 50px solid var(--accets-color);
}



footer {
  padding: 90px 0;
}

.footer-widget .footer-menu.style-one li {
  margin-bottom: 10px;
}

.footer-widget .footer-menu.style-one li a {
  font-size: 18px;
  color: #888;
  font-weight: 400;
  line-height: 1.4;
}

.footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 65%;
  height: 1px;
  border-bottom: 1px dashed rgba(41, 41, 41, 0.3);
}

.footer-area .footer-large-text {
  display: flex;
  justify-content: space-between;
  color: var(--secondary-color);
  font-size: 13.2vw;
  line-height: 0.85;
  padding: 15px 15px;
  margin-bottom: 34px;
  margin-top: 50px;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.footer-area .footer-large-text span {
  display: inline-block;
}

.footer-widget .contact-info-list li {
  margin-bottom: 11px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.4;
}

.text-alto {
  color: #000000;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}

.social-profile.style-two li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 7px;
  border-right: 1px solid rgba(221, 221, 221, 0.24);
}

.rounded-circle {
  border-radius: 50% !important;
}

.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}

.social-profile.style-two li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--secondary-color);
}


.tc-header-preview .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
  opacity: 1;
  pointer-events: none
}

.tc-header-preview .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  z-index: 20;
  color: #fff
}

.tc-header-preview .slider-card .info h1 {
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1 !important;
  transform: translate(0, 0) !important
}

.tc-header-preview .slider-card .info h1 {
  font-size: calc(7vw + 15px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 4px 4px rgb(0 0 0 / .25);
  text-transform: capitalize;
  color: var(--white)
}

.inner-details-parts .slider-card .info h1 {
  font-size: calc(4.5vw + 15px)
}



.contact-card.style-one {
  padding: 40px 25px 39px;
  transition: var(--transition);
  background-color: #f3f3f3;
  border-radius: 30px;
  color: var(--white);
}

.contact-card.style-one .contact-icon {
  width: 59px;
  height: 59px;
  background-color: var(--accets-color);
}

.contact-card.style-one .contact-info {
  width: calc(100% - 70px);
  margin-left: auto;
}

.contact-card.style-one .contact-info span:first-child {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--black-dark);
}

.text-para {
  color: var(--black-dark);
  font-size: 20px;
}


.section-title.style-one,
.section-title.style-two {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}

.fw-black {
  font-weight: 900;
}

.contact-icon img {
  filter: invert(1);
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  padding: 13px 18px;
  border-radius: 5px;
  background-color: #f3f3f3;
  color: #555;
  width: 100%;
  font-size: 19px;
}


.about-area.style-one .about-img-wrap {
  padding: 30px 0 0 38px;
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.about-area.style-one .about-img-wrap .about-thumb {
  top: 0;
  left: 0;
  max-width: 164px;
  border-radius: 30px;
  filter: drop-shadow(0px 10px 37px rgba(134, 69, 40, 0.61));
}

.section-subtitle.style-one {
  padding-left: 25px;
  font-size: 13px;
}

@media only screen and (min-width: 1920px) {
  .about-area.style-one .about-content {
    padding-left: 17px;
  }
}

.section-subtitle.style-one img,
.section-subtitle.style-one i {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}

.about-area.style-one .about-content .section-title {
  margin-bottom: 16px;
}

@media only screen and (min-width: 1920px) {
  .about-area.style-one .about-content .section-title {
    width: calc(100% + 30px);
  }
}

.about-area.style-one .about-content .section-title span img {
  border-radius: 50px;
}

.about-area.style-one .about-content .about-subcontent p {
  margin-bottom: 3px;
}



.feature-area.style-four:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 75%;
  background-color: #f3f3f3;
  border-radius: 45px 45px;
  z-index: -1;
}

.feature-card.style-one h3 {
  margin: 32px 0 13px;
  line-height: 34px;
  font-size: 24px;
}

.feature-card.style-six {
  padding: 15px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  height: 100%;
  margin-bottom: 25px;
}

.feature-card.style-six .feature-img {
  width: 250px;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  .feature-card.style-six .feature-img {
    width: 250px;
  }
}

.feature-card.style-six .feature-info {
  width: calc(100% - 265px);
  margin-left: auto;
}

@media only screen and (min-width: 1400px) {
  .feature-card.style-six .feature-info {
    width: calc(100% - 290px);
  }
}

.feature-info h6 {
  font-size: 24px;
  color: var(--black-dark);
  margin-bottom: 8px;
}

.feature-card.style-six .feature-info .feature-list li {
  margin-bottom: 9px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.7px;
  font-weight: 500 !important;
}

.feature-card.style-six .feature-info .feature-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}




.testimonial-slider-one.style-two {
  padding-right: 100px;
}

@media only screen and (min-width: 1400px) {
  .testimonial-slider-one.style-two {
    padding-right: 100px;
  }
}

.testimonial-slider-one.style-two:before {
  position: absolute;
  top: 0;
  right: 40px;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px dashed rgba(45, 28, 34, 0.12);
}

@media only screen and (min-width: 1400px) {
  .testimonial-slider-one.style-two:before {
    right: 15px;
  }
}

.testimonial-card.style-two .quote-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 40px;
  background-color: var(--accets-color);
}

.testimonial-card.style-two p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 31px;
  letter-spacing: 0.015em;
  color: var(--black-dark) !important;
}

@media only screen and (min-width: 1400px) {
  .testimonial-card.style-two p {
    font-size: 26px;
    line-height: 42px;
  }
}

.testimonial-card h6 {
  font-size: 20px;
  margin-bottom: 5px;
}

.testimonial-card.style-two h6 {
  padding-left: 86px;
}

.testimonial-card.style-two h6:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 70px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.18);
}

.testimonial-bg-wrap .testimonial-bg {
  width: calc(100% - 125px);
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  position: relative;
  overflow: hidden;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 94, 20, 0.13);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background-color: var(--accets-color);
}

.slider-btn.style-one .prev-btn img,
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn img,
.slider-btn.style-one .next-btn i {
  transition: var(--transition);
}

.quote-icon img {
  filter: invert(1);
}


.project-item {
  margin: 50px 0 30px;
}

@media screen and (min-width:1240px) {
  .project-item {
    padding: 0 9%;
  }
}

.project-data {
  position: relative;
  border-radius: 5px;
  padding: 42px 30px;
}

.project-title h5 {
  font-size: 35px;
  line-height: 1.23;
  letter-spacing: 1.2px;
  color: #000000;
  font-weight: 500;
  /* font-family: system-ui; */
}

.project-discription p,
.application-list ul li p {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.4px;
  text-align: justify;
}

.project-content li p {
  margin-bottom: 0px;
}

.project-btn {
  margin-top: 40px;
}

.project-img img {
  width: 100%;
}

.project-img-item {
  position: relative;
}

.container-fluid.project-row {
  padding-left: 70px;
  padding-right: 70px;
}




.project #nav-tab button {
  width: 100%;
  font-size: 25px;
  padding: 20px;
  text-transform: capitalize;
  border: 1px solid #ebebeb;
  border-radius: 0;
  position: relative;
  color: var(--accets-color);
}

.project #nav-tab button::after {
  content: '';
  border-top: 20px solid var(--accets-color);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: -18px;
  position: absolute;
  left: 50%;
  right: auto;
  z-index: 1;
  opacity: 0;
  transform: translate(-50%, 0px);
}

.project #nav-tab button.active {
  background-color: var(--accets-color);
  color: #fff;
  font-weight: 700;
}

.project #nav-tab button.active::after {
  opacity: 1;
}

.testimonial-section-about {
  background-color: #633c2f;
}

.testimonial-section-about {
  background-color: #FFF7F2;
}

.inner-product-item {
  position: relative;
  margin-bottom: 20px;
}

.inner-product-item img {
  border-radius: 20px;
  min-width: 100%;
}

.inner-products-info {
  width: 93%;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 2px 10px #b26a3869;
  padding: 12px 3% 22px;
  border-radius: 20px;
  margin-top: 2%;
  z-index: 9;
  position: relative;
  height: 100%;
  text-align: center;
  background: linear-gradient(to right, #f1ccb2, #fdf6ed);
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inner-products-info::after,
.inner-products-info::before {
  content: "";
  position: absolute;
  right: 55px;
  width: 15px;
  height: 25px;
  border-radius: 0 0 20px 20px;
  top: -16px;
  background-color: var(--primary-color);
  box-shadow: 1px 0px 3px #11111117;
}

.inner-products-info::after {
  top: -16px;
  right: auto;
  left: 55px;
}

.inner-products-info h5 {
  font-size: 25px;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 16px;
}

.copyright-text {
  color: var(--black-dark);
}

.copyright-text a {
  color: var(--accets-color);
}

.dropdown-item {
  padding: 12px 20px;
  font-size: 21px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--white);
  background-color: var(--accets-color);
}

.dropdown-menu {
  padding: 0;
  width: 235px;
}



.form-group.has-feedback {
  margin-bottom: 18px;
  position: relative;
}

.modal-logo img {
  width: 100%;
  max-width: 50%;
  margin: auto;
  margin-bottom: 0px
}

.modal-call {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}


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

.modal-call a,
.modal-call .prev-digit {
  color: #1d242b;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  align-items: start;
  margin-bottom: 12px;
}

.modal-body .has-feedback {
  margin-bottom: 12px;
  position: relative;
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 17px;
  color: var(--black-dark) !important;
  box-shadow: none;
  font-weight: 400;
}

.modal-header {
  background-color: var(--accets-color);
  color: var(--white);
  text-align: center;
}

.modal-header h5 {
  color: var(--white);
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 500;
}

.modal-header .btn-close {
  margin: 0;
  filter: invert(1);
}

.modal-logo {
  padding: 10px 0px 10px;
}

.modal-body {
  padding: 0
}

.modal-footer input {
  font-size: 17px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  padding: 7px 1px 7px 1px !important;
  transition: 0.3s;
}

.modal-footer .btn:hover input {
  color: var(--secondary-color);
}

input[type="submit"] {
  background: var(--accets-color);
  color: #fff;
  border: none;
  padding: 12px 28px !important;
  font-size: 18px !important;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

input[type="submit"]:hover {
  background: var(--accets-color);
  color: var(--white);
}

input[type="submit"]:disabled {
  background: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

label.error {
  position: absolute;
  color: rgb(200, 0, 0);
  font-size: 13px;
}

.inner-products-items .mbr-gallery-item__hided {
  display: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  left: auto !important;
}

/* Optional: make the click area feel like the old gallery tile */
.mbr-gallery-item>div {
  position: relative;
  cursor: pointer;
}

/* matches Mobirise expectations :contentReference[oaicite:5]{index=5} */

.mbr-gallery-filter ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.mbr-gallery-filter ul li {
  padding: 15px 30px;
  background: linear-gradient(to right, #f1ccb2, #fdf6ed);
}

.mbr-gallery-filter ul li a {
  font-weight: 600;
  font-size: 20px;
  border: none;
}

.mbr-gallery-filter ul li:active {
  background: linear-gradient(to left, #f1ccb2, #fdf6ed);
}

/* Hover (subtle, not confusing with active) */
.mbr-gallery-filter ul li:hover {
  background: linear-gradient(to right, #e7b693, #f9ecdf);
}

/* ACTIVE TAB */
.mbr-gallery-filter ul li.active {
  background: linear-gradient(to right, #d89b6a, #f1ccb2);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Active text */
.mbr-gallery-filter ul li.active a {
  color: #1a1a1a;
  font-weight: 600;
}

/* Active bottom indicator (very clear) */
.mbr-gallery-filter ul li.active::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: -6px;
  width: 70%;
  height: 3px;
  background: #d89b6a;
  border-radius: 3px;
}

.p-single-preview .info {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 20;
  color: #fff;
}

.p-single-preview .p-single-heading {
  font-size: 3.8vw !important;
  font-weight: 500;
  line-height: 1.2 !important;
  text-shadow: 0 4px 4px rgb(0 0 0 / .25);
  text-transform: capitalize;
  color: var(--white);
  width: 70%;
}

.p-single-preview .info p {
  color: var(--white) !important;
}

.product-single-img {
  min-width: 100%;
}
.product-inquiry{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* .modal.fade .modal-dialog{
  transform: translate(0, 100%);
} */
.service-single-wrap li {
  display: block;
  color: #5E5F63;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;

  position: relative;
  margin-bottom: 15px;
}

.service-single-wrap li strong {
  color: #000000;
  padding-right: 6px;
}

.service-single-wrap li img {
  padding-right: 15px;
}


.application-list ul li {
  margin-bottom: 14px;
}

.application-list ul li p {
  line-height: 1;
  text-transform: capitalize;
}


/* FILTER HIDE */
.mbr-gallery-item {
  transition: opacity .3s ease, transform .3s ease;
}

.mbr-gallery-item__hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  position: absolute;
}





.sub-send-inquiry-form {
    position: fixed;
    left: -96px;
    top: 32%;
    height: 37%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999
}

.sub-send-inquiry-form a {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.sub-send-btn {
    background-color: var(--accets-color);
    border-radius: 0 0 30px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    transform: rotate(-90deg);
    animation: blink 3s linear infinite
}

@keyframes blink {

    0%,
    100% {
        background-color: var(--accets-color)
    }

    50% {
        background-color: var(--black-dark)
    }
}


.footer-whatsapp-left {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 130px 0px;
  z-index: 999999
}

.footer-whatsapp-left.mail {
  margin: 0 20px 170px 0px
}

.footer-whatsapp-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px
}

.footer-call-right {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 200px 0px;
  z-index: 999999
}

.footer-call-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}

.vibrate-3 {
  -webkit-animation: vibrate-3 1s linear infinite both;
  animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

@keyframes vibrate-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }

  10% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  20% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  30% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }

  40% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px)
  }

  50% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  60% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  70% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px)
  }

  80% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)
  }

  90% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px)
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}

.mobile-footer-social-icon-main {
  display: none
}

@media screen and (max-width:991px) {
  .footer-whatsapp-call {
    display: none
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999
  }

  .mobile-footer-social-icon {
    width: 33%;
    display: inline-block;
    text-align: center
  }

  .book-app {
    width: 100%;
    padding: 1%;
    float: left;
    line-height: 40px;
    text-align: center;
    max-height: 100px
  }

  .book-app a {
    font-size: 15px
  }

  .footer-box-two {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0f4da2;
    color: #fff;
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}




.ke-float-hover{
  position: fixed;
  left: 12px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: 999999;
}

.ke-float-hover__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ke-float-hover__link{
  height: 52px;
              
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 30px;
  border-radius: 14px;
  color: #fff !important;
  text-decoration: none;
  overflow: hidden; 
  /* box-shadow: 0 6px 18px rgba(0,0,0,.18); */
  transition: width .22s ease, transform .22s ease;
  will-change: width;
}
.email{
   background-color: #bd6d3c;
}
.call{
  background-color: #25D366;
}
.whatsapp {
  background-color: #25D366; /* official WhatsApp green */
}
.ke-float-hover__icon{
  width: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.ke-float-hover__text{
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}

/*  
@media (hover:hover) and (pointer:fine){
  .ke-float-hover__link:hover{
    width: 190px;
    transform: translateX(-6px);
  }
  .ke-float-hover__link:hover .ke-float-hover__text{
    opacity: 1;
    transform: translateX(0);
  }
}
*/
/* #exampleModalCenter{
  overflow-y: hidden !important;
} */
@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }
.ke-float-hover {
        transform: translateY(0);
        bottom: 0;
        left: 0;
        right: 0;
    }

    .ke-float-hover__list {
        flex-direction: row;
        gap: 0;

    }

    .ke-float-hover__link {
        width: 100%;
        gap: 0;
        justify-content: center;
    }

    .ke-float-hover__text {
        opacity: 1;
    }

    .ke-float-hover__item {
        flex-basis: 50%;
    }
    .sub-send-btn{
        display: none;
    }
}

@media screen and (max-width: 576px){
.mobile-footer-social-icon a {
        width: 100%;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        background: var(--secondary-color);
        text-transform: capitalize;
        padding: 8px 0;
    }
}