@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
*: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
}

body {
  display: block;
  position: relative;
  font: 400 14px/1.1 "Poppins", sans-serif;
  background: #fff;
  color: #464646;
  margin: 0;
  padding: 0 0;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: relative;
  letter-spacing: 0.3px;
}

.bg-logo {
  position: fixed;
  z-index: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 80%;
  height: 100%;
  opacity: .02
}

#fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  pointer-events: none;
  background: #FDFCFB;
  animation-duration: 1s;
  animation-timing-function: ease-in-out
}

#fader.fade-out {
  opacity: 0;
  animation-name: fade-out
}

#fader.fade-in {
  opacity: 1;
  animation-name: fade-in
}

@keyframes fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.shipping_banners:not(.slick-initialized) .slider-box:not(:first-child) {
  display: none
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
  color: #000;
  opacity: 1
}

:-ms-input-placeholder {
  color: #000;
  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
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  color: #000;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.4;
}

p {
  margin: 0 0 10px;
  overflow: hidden;
  color: #54595f;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.pt-60 {
  padding-top: 60px
}

input,
select,
textarea {
  background: #fff;
  background: #fff;
  border: 1px solid rgb(70 70 70 / .3);
  font: 500 15px/1 'Montserrat', sans-serif;
  width: 100%;
  display: block;
  color: #282828;
  padding: 11px 16px;
  border-radius: 5px;
  letter-spacing: 0;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

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;
  margin-bottom: 30px !important;
}

.w-left {
  width: 100%;
  float: left
}

.slide-area.renewal-main {
  overflow: hidden
}

.clearfix:after {
  content: '';
  display: table;
  clear: both
}

input[type="search"]::-webkit-search-cancel-button {
  display: none
}

section {
  padding: 90px 0;
}

.grey-bg {
  background-color: #f8f8f8;
}

.btn {
  border: 1px dashed #e1122f;
  padding: 11px 26px;
  border-radius: 12px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  background-color: #df112d;
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
}

.btn:hover {
  border: 1px solid #e1122f;
  background-color: transparent;
  color: #e1122f;
  transition: 0.4s;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* min-width: 200px; */
  text-align: center;
}

.btn:hover,
.btn:focus {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.large-fonts {
  position: absolute;
  left: -8%;
  top: 40%;
  transform: rotate(270deg);
}

.large-fonts h1 {
  font-size: 100px;
  font-weight: 700;
  color: #f3f3f3;
  text-transform: uppercase;
}

.about-us-img {
  border-radius: 20px;
  overflow: hidden;
}


.heading {
  text-align: center;
  margin-bottom: 30px;
  /* display: block; */
  padding-bottom: 0;
}

.heading p {
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  text-align: left;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  /* font-weight: 300; */
}


.heading h2 {
  font-weight: 600;
  font-size: 50px;
  color: #000;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
  text-align: left;
}

.heading h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 4px;
  width: 100px;
  height: 4px;
  background-color: #df112d;
  border-radius: 20px;
}

.heading h5 {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
}


/*********************** navbar css start *************************/

header {
  position: relative
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}

.scrolled {
  position: fixed;
  top: 0;
  background-color: #fff !important;
  padding: 0;
  box-shadow: 1px 9px 20px #525252a8;
  transition: 0.4s;
}

.white-logo {
  display: block !important
}

.normal-logo {
  display: none !important
}

.scrolled .white-logo {
  display: none !important
}

.scrolled .normal-logo {
  display: block !important
}

.navbar.scrolled .navbar-nav .nav-link {
  color: #000
}

.navbar .navbar-nav.sm-icons .nav-link svg {
  fill: #000000
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
  fill: #000
}

.navbar .container-fluid {
  padding: 10px 83px;
  /* height: 80px; */
  /* min-height: 145px;
  max-height: 145px; */
}

.navbar.scrolled .container-fluid {
  padding: 15px 40px;
  min-height: 90px;
  max-height: 90px;
  transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 600 !important;
  color: #000000;
  opacity: 1;
  margin: 0 20px;
  cursor: pointer
}

.navbar-brand {
  width: 100%;
  max-width: 15%;
}

.sm-icons {
  flex-direction: row
}

.sm-icons .nav-link {
  padding-right: 1em
}

/*********************** navbar css end *************************/


/* ============ Full Page Slider ================= */

.bigTitle {
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  line-height: 0.9;
  font-size: 13vw;
}

@media (min-width: 425px) {
  .bigTitle {
    font-size: 10vw;
  }
}

@media (min-width: 1024px) {
  .bigTitle {
    font-size: 6vw;
  }
}

.bigTitle .orangeIcon {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-color: #df112d;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .bigTitle .orangeIcon {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 1440px) {
  .bigTitle .orangeIcon {
    width: 16px;
    height: 16px;
  }
}

.arrow-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "CabinetGrotesk-extrabold", sans-serif;
  color: #000;
  transition: padding 1s cubic-bezier(0.16, 1, 0.3, 1);
  width: fit-content;
  font-size: 12px;
}

.arrow-button svg {
  width: 33px;
  margin-left: 10px;
}

.arrow-button svg circle {
  transition: fill 0.75s ease;
  fill: transparent;
}

@media (min-width: 425px) {
  .arrow-button {
    font-size: 16px;
  }

  .arrow-button svg {
    width: 45px;
  }
}

@media (min-width: 1024px) {
  .arrow-button {
    font-size: 20px;
  }

  .arrow-button svg {
    width: 62px;
  }

  .arrow-button:hover {
    padding-left: 20px;
  }

  .arrow-button:hover svg circle {
    fill: #8c97d0;
  }
}

@media (min-width: 1440px) {
  .arrow-button {
    font-size: 15px;
  }

  .arrow-button svg {
    width: 60px;
  }
}

@media (min-width: 1920px) {
  .arrow-button {
    font-size: 18px;
  }

  .arrow-button svg {
    width: 70px;
  }
}

.home-showcase {
  padding: 0 var(--columnExt) 0;
  position: relative;
  margin: 0;
}

.home-showcase .home-showcaseSlider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
  /* padding: 12vw 5vw; */
  width: 100%;
  /* height: 100%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

/* .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  max-width: 100%;
  margin: 0 0 5rem;
} */

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
  transform: translate(-140%, 0);
  transition: transform 1.15s cubic-bezier(0.58, 0, 0.28, 0.99) 0.4s;
  color: #fff;
  margin: 0 0 2.5rem;
  text-shadow: #21212121 0px 0px 5px;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button {
  transform: translate(-160%, 0);
  transition: transform 0.6s cubic-bezier(0.58, 0, 0.28, 0.99) 1s;
  width: fit-content;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button .arrow-button {
  color: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg path {
  fill: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button svg circle {
  stroke: #fff;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .container-arrow-button:hover svg circle {
  stroke: #8c97d0;
}

.swiper-image img {
  width: 100%;
  max-width: 100%;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .filter {
  width: 100%;
  height: 100%;
  background-color: #10112b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
  transition: opacity 0.8s ease-in 0.5s;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
  /* width: 100%; */
  /* height: 100%; */
  /* background-color: #10112b; */
  position: absolute;
  top: 33%;
  left: 5%;
  z-index: 1;
  opacity: 1;
  /* transition: opacity 0.8s ease-in 0.5s; */
  /* padding: 20px; */
  /* transform: translate(-47%, -50%); */
  right: 0;
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .bigTitle,
.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .text-container .container-arrow-button {
  transform: translate(0, 0);
}

.home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide-active .swiper-image .filter {
  opacity: 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 3.5% 0;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet {
  width: 4vw;
  border-radius: 50px;
  height: 2px;
  background-color: #8f9397;
  opacity: 1;
  transition: width 0.8s ease-in-out, 0.4s ease-in-out;
  margin: 0 4px !important;
}

.home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
  background-color: #df112d;
  width: 8vw;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: flex;
  flex-direction: row;
  padding: 0 0 3.5% 5%;
  padding-right: 0;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
  position: static;
  display: flex;
  align-items: flex-end;
  font-weight: 900;
  margin: 0 2vw;
  width: 20px;
  height: auto;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled {
  opacity: 1;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev.swiper-button-disabled:after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next.swiper-button-disabled:after {
  color: #8f9397;
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
.home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
  font-size: 4vw;
  color: #db0033;
}

.home-showcase .home-showcaseSlider #macaron {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: 5%;
  width: 30%;
}

.home-showcase .home-showcaseSlider #macaron #text-circle {
  animation: rotate-360 12s linear 0s infinite reverse forwards;
  transform-origin: center;
}

.home-showcase .scrollSliderButton {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, 0%);
  color: #fff !important;
  text-decoration: none;
  font-size: 3.5vw;
  height: 21vw;
  font-family: "CabinetGrotesk-light", sans-serif;
}

.home-showcase .scrollSliderButton .line {
  height: 15vw;
  width: 1px;
  background: #8c97d0;
  margin-top: 5px;
  animation: scroll-anim-mobile 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
}

@media (min-width: 1024px) {
  .home-showcase {
    margin: 0;
  }

  .home-showcase .home-showcaseSlider {
    display: block;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide {
    height: 100%;
  }

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image {
    align-items: center;
  }

  /* .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container {
    max-width: 75%;
    margin: 0;
  } */

  .home-showcase .home-showcaseSlider .swiper-wrapper .swiper-slide .swiper-image .text-container .bigTitle {
    margin: 0 0 1.25rem;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet {
    width: 1.5vw;
    height: 3px;
    margin: 0 8px !important;
  }

  .home-showcase .home-showcaseSlider .swiper-pagination-bullet-active {
    width: 3vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 5% 2.5% 5%;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    margin: 0 0.6vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev::after,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next::after {
    font-size: 2vw;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: none;
  }

  .home-showcase .home-showcaseSlider #macaron {
    width: fit-content;
    width: 8.4vw;
  }

  .home-showcase .scrollSliderButton {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 40%);
    color: #fff !important;
    text-decoration: none;
    font-size: 0.9vw;
    height: 4.8vw;
    font-family: "CabinetGrotesk-light", sans-serif;
  }

  .home-showcase .scrollSliderButton .line {
    height: 4.8vw;
    width: 2px;
    background: #8c97d0;
    margin-top: 5px;
    animation: scroll-anim 1.6s cubic-bezier(0.62, 0.01, 0.71, 0.47) 0s infinite normal forwards;
  }
}


.related-accessories-section [class*='col-'] {
  background: #f9f9f9;
  border: 15px solid #fff !important;
}

.related-accessories-section .item {
  padding: 15px;
  margin: 15px 0;
}

.related-accessories-section .item h4 {
  font-size: 20px;
  padding-top: 20px;
  min-height: 63px;
}

.related-accessories-section ul {
  padding: 0;
  list-style: none;
  margin: 5px auto 25px;
  text-align: left;
  height: 118px;
  overflow: hidden;
}

.related-accessories-section ul li {
  position: relative;
  /* font-family: 'open_sansregular'; */
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 28px;
}

.related-accessories-section ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* REQUIRED for solid icons */
  content: "\f054";
  /* chevron-right */
  position: absolute;
  left: 0;
  top: 2px;
  color: #c6c6c6;
  font-size: 14px;
}

.gray-button a {
  background: #f0f0f0;
  font-size: 17px;
  color: #000;
  padding: 10px 20px 9px;
  width: fit-content;
  transition: .3s;
}

.lp2button {
  border: 0;
  background-color: transparent;
}

/* .specification-section {
  padding: 25px 0 10px;
} */

.products-panel-section .panel-heading {
  border: 1px solid #f4f4f4;
  position: relative;
  background: #ededed;
}

.products-panel-section h4.panel-title span {
  position: relative;
  display: inline-block;
  font-size: 19px;
  padding: 0px 15px;
  line-height: 19px;
  vertical-align: middle;
  margin-top: 5px;
}

.products-panel-section .panel-heading a:after {
  font-size: 40px;
  color: #fff;
  background: #e1122f;
  margin-top: 0;
  float: left;
  position: relative;
  width: 44px;
  text-align: center;
  top: 0px;
  padding: 0 12px;
  height: 37px;
  line-height: 34px;
}

.specification-section .col-lg-6:first-child ul {
  border-right: 1px solid #f4f4f4;
}

.product-specification-content.specification-content ul li {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-specification-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-specification-content ul li {
  display: flex;
}

.product-specification-content ul li .title {
  display: flex;
  max-width: 400px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.product-specification-content ul li span {
  font-size: 16px;
}

.product-specification-content.specification-content ul li .title {
  position: relative;
  max-width: 210px;
  font-weight: 600;
}

.panel-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}


.product-specification-content.specification-content ul li {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 15px;
}

.specification-section .col-lg-6:first-child ul {
  border-right: 1px solid #f4f4f4;
}

/* .specification-section .row {
  border: 1px solid #f4f4f4;
} */

.specification-section .container>.row {
  border: 0;
}



/* footer css start */

/* foter css start */
footer {
  padding: 90px 0 20px;
}

.footer-items .row {
  margin-bottom: 30px;
}

.footer-items .row:first-child {
  border-bottom: 1px dashed #16354e96;
}

.footer-links h2 {
  font-weight: 500;
  font-size: 21px;
  color: #000;
  text-align: left;
  padding-right: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.1;
  text-align: left;
  position: relative;
}

.footer-links ul li a,
.footer-links ul li {
  line-height: 1.6;
  color: #333;
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 0px;
  letter-spacing: 0;
  padding: 3px 0;
  width: 100%;
  display: block;
}

.l-wrap li a {
  font-weight: 500 !important;
  color: #e1122f !important;
}

.modal-logo img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 10px;
}

.modal-header .close {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  margin: -1rem -1rem -1rem auto;
  border: 0;
  background: unset;
}

.modal-call {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.close {
  float: right;
  font-size: 2.4rem;
}

.modal-content {
  border-radius: 50px;
  overflow: hidden
}

.modal-content a {
  color: #1d242b;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 0 0 0;
  display: flex;
  align-items: center;
}

.modal-content a svg {
  margin-right: 10px;
}

.modal-body .has-feedback {
  margin-bottom: 16px
}

.modal-body .form-control {
  border: 0;
  background-color: #fff0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  color: #000000 !important;
  box-shadow: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.modal-header {
  background-color: #fff;
  color: #16354e;
  text-align: center
}

.modal-header h5 {
  color: #16354e;
  font-size: 24px;
  width: 100%;
  letter-spacing: .4px;
  font-weight: 600;
}

.modal-header .btn-close {
  margin: 0
}

.modal-logo {
  padding: 5px 20px 10px;
}

.modal-body {
  padding: 0
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

/* abou us section start */
.ontop {
  position: relative;
  z-index: 7;
}

.about-us-section {
  position: relative;
  padding-bottom: 30px;
}

.about-us-section .text {
  padding-left: 40px;
}

.about-us-section .caption h1 {
  font-size: 58px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .2rem;
}

@media screen and (min-width:1024px) {
  .about-us-section .container-fluid {
    padding: 0 9%;
  }
}

.circle-button {
  position: relative;
  display: inline-block;
}

.text-u {
  text-transform: uppercase !important;
}

.rotate-circle {
  -webkit-animation-name: rotateCircle;
  animation-name: rotateCircle;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-button .rotate-circle svg {
  width: 210px;
  fill: #1a1a1a;
  font-size: 30px;
}

.circle-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text p {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #777;
  margin: 0;
  font-size: 18px;
}

.numb-fixed {
  position: absolute;
  top: 40%;
  right: -1px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 25px;
  border-radius: 15px 15px 0 0;
  -webkit-transform: rotate(-90deg) translateX(50%) translateY(-100%);
  -ms-transform: rotate(-90deg) translateX(50%) translateY(-100%);
  transform: rotate(-90deg) translateX(50%) translateY(-100%);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.sub-title {
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 500;
}

.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.opacity-4 {
  opacity: .4 !important;
}

/* abou us section end */


/* products sldier start */

@media screen and (min-width:1024px) {
  .products-section .container-fluid {
    padding: 0 7%;
  }
}

.products-section .swiper {
  width: 100%;
  padding: 30px 0 80px;
}

.products-section .swiper-slide {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  transition: 1s;
  user-select: none;
  opacity: 0.7;
  padding-bottom: 20px;
  transform: scale(0.9);
}

.products-section .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 9;
}

.products-section .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(2 2 2 / 28%), rgb(0 0 0 / 80%));
  mix-blend-mode: multiply;
  z-index: 1;
}

.products-section .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  transition: 1s;
}

.products-section .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  /* font-style: italic;
  letter-spacing: 2px; */
  z-index: 2;
  opacity: 0;
  transform: rotate(360deg) scale(0);
  transition: 0.8s;
  background: #0000008c;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  text-transform: capitalize;
}

.products-section .swiper-slide-active {
  position: relative;
  width: 650px;
  transition: 1s;
}

.products-section .swiper-slide-active::after {
  background: rgba(136, 136, 136, 0.201);
}

.products-section .swiper-slide-active img {
  transform: scale(1);
  object-position: 50% 0%;
}

.products-section .swiper-slide-active p {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

.products-section .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
}

.products-section .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #6f1223;
  border-radius: 14px;
}

.products-section .swiper-pagination {
  bottom: 3px;
  left: 0;
  right: 0;
}

/* products sldier end */


/* testimonial sldier start */
.wptb-testimonial-one.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wptb-testimonial1 .wptb-item--inner {
  position: relative;
  padding: 50px 65px;
  width: 100%;
  background-color: #000;
}


/* Testimonial */
.wptb-testimonial1 .wptb-item--inner {
  position: relative;
  padding: 50px 65px;
  width: 100%;
  background-color: #ffffff;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image {
  position: relative;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border: 4px solid rgba(var(--color-white-fixed-rgb), 0.25);
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon {
  font-size: 24px;
  color: #000;
  margin-top: -30px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--icon svg path {
  fill: #000000;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--holder {
  position: relative;
  transition: all 0.5s ease-in-out;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #000000;
  margin-top: 30px;
  padding-top: 35px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-right {
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: var(--fw-light);
  line-height: 28px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: var(--color-one);
  flex-shrink: 0;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--title {
  color: #000000;
  margin-bottom: 5px;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--fw-medium);
  line-height: 30px;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--designation {
  font-size: 20px;
  font-weight: var(--fw-light);
  line-height: 30px;
  margin-bottom: 0px;
  color: #000000;
}

.wptb-testimonial1 .wptb-item--inner .wptb-item--description {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: var(--fw-light);
  line-height: 34px;
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; */

}

.wptb-testimonial1 .wptb-item--inner .wptb-item--meta-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-one);
  font-size: 18px;
}

.wptb-swiper-navigation.style1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  right: 65px;
  bottom: 50px;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 54px;
  height: 54px;
  color: #fff;
  background-color: transparent;
  /* border: 1px dashed var(--color-dark-seven); */
  border-radius: 100%;
  margin-top: 0px;
  transition: all 0.5s ease-in-out;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px dashed #000000;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:hover::before {
  border-color: #000000;
  background-color: rgba(var(--color-dark-seven-rgb), 0.5);
  -webkit-animation: wptb_spin 12s ease-out infinite;
  animation: wptb_spin 12s ease-out infinite;
}

.wptb-swiper-navigation.style1 .wptb-swiper-arrow:after {
  font-family: 'bootstrap-icons';
  font-size: 17px;
}

.wptb-swiper-navigation.style1 .swiper-button-prev:after {
  content: "\f12f";
  display: none;
}

.wptb-swiper-navigation.style1 .swiper-button-next:after {
  display: none;
}

.wptb-swiper-navigation.style1 .swiper-button-next svg,
.wptb-swiper-navigation.style1 .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform-origin: center;
}

.wptb-swiper-navigation.style1 .swiper-button-prev svg {
  transform: rotate(180deg);
}

@keyframes wptb_spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* testimonial sldier end */
.list-wrapper {
  display: flex;
  gap: 1rem;
}

.b-list {
  text-align: left;
}

.b-list h3 {
  font-size: 24px;
}

.b-list ul {
  padding-left: 30px;
}

.b-list li {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  list-style-type: disc;
}

.b-list {
  margin-top: 30px;
  flex-basis: 49%;
}

/* points start */
.commitment-info-contents {

  padding: 10px;
  background: #002246;
  background: linear-gradient(40deg, rgb(219 0 51) 9%, rgb(0 0 0) 81%);
  margin-left: -25px;
}

.commitment-info-contents p {
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.66;
  margin-bottom: 0;
}

.commitment-items .commitment-box {
  /* display: flex; */
  margin-bottom: 15px;
}

.commitment-item {
  text-align: center;
  border-left: 1px solid #fff0;
  padding: 16px;
  border-radius: 0;
  height: 100%;
  display: flex;
  padding: 0 8px 0px 5px;
  -webkit-border-start: 1px solid #ccc0;
  border-inline-start: 1px solid #ccc0;
}

.commitment-icons img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(77%) saturate(894%) hue-rotate(173deg) brightness(84%) contrast(125%);
  width: 60px;
  height: 45px;
  margin-left: 12px;
}

.commitment-info,
.commitment-icons {
  text-align: left;
}

.commitment-item h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .4px;
  margin-bottom: 0;
}

.commitment-content {
  margin-top: 5px;
}

.commitment-item p {
  text-align: left;
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.66;
  margin-bottom: 0px;
  padding: 0;
  letter-spacing: .6px;
}

/* points end */



/* =========================
   ORIGINAL STYLES (CLEANED)
   ========================= */

.product-selection-tab {
  padding: 55px 0 0;

}

.product-range-main {
  overflow-x: hidden;
}

.product-selection-tab .middle-title {
  text-align: center;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
}

.tab-bar-main {
  width: 100%;
  margin-top: 27px;
}

.shorting-menu {
  text-align: center;
  margin-bottom: 25px;
}

.shorting-menu .filter {
  background: #f9f9f9;
  width: 100%;
  border: 3px solid #f9f9f9;
  padding: 0;
  cursor: pointer;
}

.shorting-menu .filter:hover,
.shorting-menu .filter.active {
  background: #e5e5e5;
  border: 3px solid #f2f2f2;
}

.tab-box {
  width: 100%;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #f9f9f9;
}

.tab-box img {
  margin: 20px 0;
}

.tab-box .title {
  text-transform: uppercase;
  font-size: 18px;
}

.tab-box::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: #e1122f;
  transition: all 0.4s ease;
}

.filter:hover .tab-box::after,
.filter.active .tab-box::after {
  width: 100%;
}

/* =========================
   PRODUCT BOX
   ========================= */

.applicationbox {
  position: relative;
  border: 5px solid #F9F9F9;
  margin-bottom: 30px;
  cursor: pointer;
  transition: transform .3s ease;
}

.applicationbox:hover {
  transform: translateY(-4px);
}

.applicationbox h3 {
  font-size: 24px;
  font-weight: 600;
}

.applicationbox p {
  font-size: 16px;
  padding-top: 30px;
}

.applicationbox img {
  width: 100%;
  height: auto;
}

.applicationbox::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 5px solid #c6c6c6;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.applicationbox:hover::after {
  opacity: 1;
}

/* =========================
   FILTER ANIMATION
   ========================= */

.single-gallery-box {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.single-gallery-box.hide {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
  position: absolute;
}

.single-gallery-box.show {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

.commitment h2 {
  font-size: 30px;
  line-height: 1.3;
}

.ke-float-hover {
  position: fixed;
  right: 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;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 14px;
  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: #f8b401;
}

.call {
  background-color: #176ec8;
}

.whatsapp {
  background-color: #25D366;
  /* official WhatsApp green */
}

.ke-float-hover__icon {
  width: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.ke-float-hover__text {
  white-space: nowrap;
  font-size: 14px;
  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);
  }
}

.home-showcase .home-showcaseSlider .showcaseSlider-nav {
  display: none;
}

.sub-send-inquiry-form-2 {

  display: flex;

}

.sub-send-inquiry-form-2 {

  position: fixed;

  right: -54px;

  top: 0;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: center;

  z-index: 8;

}



.sub-send-btn {

  background-color: #e92b3d;

  border-radius: 0 0 20px 20px;

  padding: 10px 30px;

  transform: rotate(-90deg);


}

.sub-send-inquiry-form-2 .sub-send-btn {

  border-radius: 20px 20px 0 0;

}

.sub-send-inquiry-form-2 .sub-send-btn a {

  color: #fff;

}

#owl-carousel .item {
  background: #fff;
  color: #111;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eee;
  height: auto;
}

#owl-carousel .item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 12px;
  /* display: block; */
}

.owl-theme .owl-nav {
  display: none;
}

.middle-title {
  font-size: 40px;
  text-align: center;
  color: #e1122f;
  font-weight: 600;
  margin-bottom: 30px;
}

.related-accessories-section .owl-dots {
  margin-top: 30px;
}

.video-name {
  width: 100%;
  float: none;
  min-height: 82px;
  display: table;
  background: #f6f7f9;
  padding: 16px 20px 19px 20px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: normal;
}

.item-inner {
  position: relative;
}

.fa-youtube {
  left: 40%;
  top: 40%;
  position: absolute;
  font-size: 50px;
  color: #000000;
  opacity: 0.7;
}

.item-inner img {
  width: 100% !important;
}

.video-name .video-title {
  vertical-align: middle;
  display: table-cell;
}

.video-name span {
  /* float: none;
    font-weight: 600;
    vertical-align: middle;
    line-height: 0;
    display: table-cell; */
  display: none;
}

.footer-top {
  width: 100%;
  background: #e5e5e5;
  /* margin-top: -96px; */
  /* border-radius: 10px; */
  padding: 40px 35px;
}

/* Bootstrap row already flex, just make each col a neat "icon + text" line */
.footer-top .row>div {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* icon */
.footer-top .box-img img {
  display: block;
  width: 52px;
  height: auto;
}

/* text container */
.footer-top .ftr-company-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  line-height: 1.15;
}

/* number line (counter + suffix stays on SAME line always) */
.footer-top .count-line {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #060b28;
  font-size: 30px;
  font-weight: 800;
}

/* counter number */
.footer-top .counter {
  font-size: 30px;
  font-weight: 800;
  color: #060b28;
}

/* + / % */
.footer-top .suffix {
  font-size: 30px;
  font-weight: 800;
  color: #060b28;
  line-height: 1;
}

/* label */
.footer-top .label {
  font-size: 16px;
  color: #000;
  padding-top: 6px;
}

/* Mobile tune */
@media (max-width: 575px) {
  .footer-top {
    padding: 22px 18px;
    margin-top: 0;
    /* optional */
  }

  .footer-top .row>div {
    gap: 10px;
  }

  .footer-top .box-img img {
    width: 44px;
  }

  .footer-top .count-line,
  .footer-top .counter,
  .footer-top .suffix {
    font-size: 24px;
  }

  .footer-top .label {
    font-size: 13px;
  }
}

.service-one {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px 0px 40px;
}

.service-one_pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 40px 40px;
  background-repeat: repeat;
  z-index: -1;
}

.service-one_shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.service-one .title p {
  margin-top: -20px !important;
  width: 70%;

  margin: 0 auto;
  margin-bottom: 80px !important;
}

.service-one .inner-container {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
}

.service-one .inner-container:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  background-color: #000 !important;
  z-index: 0;
  /* behind */
}

.service-one .inner-container>.row {
  position: relative;
  z-index: 2;
}

.service-one_title {
  position: relative;
  margin-bottom: 10px;
}

.service-one_title .service-one_arrow {
  position: absolute;
  right: 8px;
  top: 6px;
  /* width: 70px;
    height: 70px; */
  padding: 20px;
  font-size: 20px;
  text-align: center;
  /* line-height: 70px; */
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  transform: rotate(-45deg);
  background-color: #000;
}

.service-one_title .service-one_arrow svg path {
  fill: #fff;
}

.service-one_title:last-child {
  margin-bottom: 0px;
}

.service-one_heading {
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-one_heading {
  position: relative;
  display: block;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  background-color: rgb(255 255 255 / 29%);
  padding: 20px 25px;
  backdrop-filter: blur(10px);
  font-size: 20px;
  text-align: center;
}

.service-one_title.active .service-one_arrow,
.service-one_title:hover .service-one_arrow {
  color: #000;
  background-color: #fff;
}

.service-one_title.active .service-one_heading,
.service-one_title:hover .service-one_heading {
  color: #fff;
  background-color: #e1122f;
  cursor: pointer;
}

.service-one_title.active .service-one_arrow svg path {
  fill: #000;
}

.service-one_image-column {
  position: relative;
  z-index: 10;
  min-height: 450px !important;
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}

.service-one_image-outer {
  position: relative;
  height: 100%;
}

.service-one_images_outer {
  position: relative;
  height: 100%;
}

.service-one_title.active .service-one_subtitle,
.service-one_title:hover .service-one_subtitle {
  background-color: #e1122f;
}

.service-one_image {
  position: absolute;
  right: 15px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 0, 0) rotate(-5deg);
  /* 3D triggers GPU */
  -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease, visibility 0s linear .5s;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  will-change: transform, opacity;
  overflow: hidden;
  border-radius: 30px;
}

.service-one_image>img {
  position: relative;
  width: 100%;
  height: 100%;
  /* display: block; */
  overflow: hidden;
  border-radius: 30px;
  object-fit: cover;
}

.service-one_image.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transition: opacity .5s ease, transform .5s ease;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  height: 100%;
  width: 100%;
}

.service-one_content-column {
  position: relative;
  z-index: 10;
  padding-right: 50px;
}

.service-one_content-outer {
  position: relative;
  /* padding-left: 70px;
    padding-right: 60px; */
}

.service-one_content {
  position: relative;
  margin-top: -11%;
  padding: 20px 20px;
  background-color: #0000003e;
  backdrop-filter: blur(10px);
}

.service-one_sub-title {
  position: relative;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.service-one_text {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 12px;
  color: #fff;
  text-transform: capitalize;
}

.service-one_button {
  position: absolute;
  right: 5px;
  top: -90px;
  padding: 10px 10px 0px;
  border-radius: 50px 0px 50px 50px;
}

/* ===== Safari/Chrome mobile rendering + animation safety ===== */

/* 1) Backdrop filter needs -webkit- prefix on Safari iOS */
.service-one_heading,
.service-one_content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* 2) Transform/transition: keep explicit webkit versions (you do already, just standardize) */
.service-one_image {
  -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
  transform: translate3d(0, 0, 0) rotate(-5deg);

  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease, visibility 0s linear .5s;
  transition: opacity .5s ease, transform .5s ease, visibility 0s linear .5s;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  /* Helps iOS repaint during class toggles */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;

  /* Force compositor layer in Safari */
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.service-one_image.active {
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);

  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
}

/* 3) If you're relying on blur + transparency, iOS sometimes needs background-clip */
.service-one_heading,
.service-one_content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 4) Tap highlight removal (not required, but improves touch feel) */
.service-one_title,
.service-one_heading {
  -webkit-tap-highlight-color: transparent;
}

.related-accessories-section {
  padding: 50px 0;
}

.table .thead-dark th {
  color: #fff;
  border-color: #f3f3f3;
  background: #5b5b5b;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.panel-body .btn {
  margin-top: 0;
}

/* .product-selection-tab{
  overflow-x: hidden;
} */
@media (max-width: 1024px) {
  .navbar .navbar-nav .nav-link {
    margin: 0 5px;
  }

  .navbar .container-fluid {
    padding: 10px 30px;
  }

  .navbar-brand {
    max-width: 15%;
  }

  .navbar .btn {
    margin-top: 0;
  }

  .heading h2 {
    font-size: 45px;
  }

  .service-one_heading {
    font-size: 18px;
  }

  .service-one_heading {
    padding: 15px 25px;
  }
}

@media (max-width: 992px) {
  .home-showcase .scrollSliderButton {
    height: 13vw;
  }

  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-prev,
  .home-showcase .home-showcaseSlider .showcaseSlider-nav .showcaseSlider-next {
    display: none;
  }

  .service-one .inner-container {
    padding-bottom: 300px;
  }

  .service-one_image {
    top: 50px !important;
  }

  .service-one_image>img {
    display: block !important;
  }

  .footer-top .row>div {
    margin-bottom: 30px;
  }

  .about-inner-img {
    margin-bottom: 30px;
  }

  .tab-box .title {
    font-size: 16px;
  }

  .products-section {
    padding-bottom: 0;
    /* overflow-x: hidden; */
  }

  /* .commitment-images{
  height: 50% !important;
}
.commitment-images img{
  width: 100%;
} */
  .test-start {
    margin-top: 15px;
  }

  .commitment-item {
    flex-direction: row;
  }

  .commitment-item h3 {
    margin-left: 20px;
  }

  .product-specification-content.specification-content ul li .title:after {
    position: absolute;
    right: -10px;
    top: 0;
    content: ":";
    font-size: 16px;
  }

  .product-specification-content.specification-content ul li {
    flex-direction: row;
    gap: 2rem;
  }

  .single-gallery-box {
    margin-bottom: 20px;
  }

  .commitment-info-contents {
    margin-left: 0;
  }

  .about-us-section .caption h1 {
    font-size: 40px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background: none;
  }

  .ke-float-hover {
    transform: translateY(0);
    bottom: 0 !important;
    left: 0;
    right: 0;
    position: fixed !important;
  }

  .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: 33%;
  }

  .list-wrapper {
    flex-direction: column;
  }

  .wptb-testimonial1 .wptb-item--inner {
    padding: 50px 40px;
  }

  .service-one .title p {
    width: 100%;
  }

  .panel-body .btn {
    margin-top: 15px;
  }

  .about-us-section .text {
    padding-left: 0;
  }

  .service-one_image-column {
    min-height: 400px !important;
  }

  .scrolled .navbar-nav {
    background-color: #fff !important;
    margin-bottom: 0 !important;
    /* padding: 20px 20px !important; */
  }

  .navbar-nav {
    padding: 20px 20px;
  }

  .navbar-collapse {
    padding-bottom: 20px !important;
  }

  nav .navbar-toggler {
    margin-right: 20px;
  }

  .heading p,
  .text p {
    text-align: justify;
  }

  .navbar.scrolled .container-fluid {
    padding: 15px 10px;
  }

  nav .enquiry-btn {
    padding-left: 20px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .navbar {
    background: #fff;
    position: fixed;
  }
}


@media (max-width: 576px) {
  .navbar {
    background: #fff;
    position: fixed;
  }

  .home-showcase .scrollSliderButton {
    height: 15vw;
  }

  .about-us-section .caption h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .gray-button a {
    display: block;
    margin-top: 15px;
  }

  .service-one_content-column {
    padding-right: 15px;
  }

  section {
    padding: 50px 0;
  }

  .numb-fixed {
    top: 44%;
    right: 50%;
    transform: rotate(0deg) translateX(50%) translateY(-100%);
    padding: 0;
  }

  .circle-button .rotate-circle svg {
    width: 180px;
  }

  .valign {
    padding-top: 70px;
  }

  .large-fonts {
    top: 22%;
    left: 15px;
    transform: rotate(0);
  }

  .large-fonts h1 {
    font-size: 50px;
  }

  /* .single-gallery-box.show {
  transform: scale(0.9);
} */
  .products-section {
    overflow-x: hidden;
  }

  .shorting-menu .filter {
    margin-bottom: 15px;
  }

  .commitment-info-contents {
    margin-left: 0;
  }

  .home-showcase {
    margin-top: 90px;
  }

  .text {
    padding-top: 15px;
  }

  .heading h2 {
    font-size: 34px;
    font-weight: 500;
  }

  .navbar .container-fluid {
    padding-inline: 0 !important;
  }

  .modal-logo img {
    max-width: 200px;
    margin: 0;
  }

  .modal-logo {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .navbar-brand {
    max-width: 42%;
    padding-left: 20px;
  }

  .service-one .inner-container {
    padding-bottom: 100px;
  }

  .scrolled .navbar-nav {
    background-color: #fff !important;
    margin-bottom: 0 !important;
    padding: 20px 20px !important;
  }

  .navbar-nav {
    padding: 20px 20px;
  }

  .navbar-collapse {
    padding-bottom: 20px !important;
  }

  nav .navbar-toggler {
    margin-right: 20px;
  }

  .heading p,
  .text p {
    text-align: justify;
  }

  .navbar.scrolled .container-fluid {
    padding: 15px 10px;
  }

  /* .scrolled #navbarSupportedContent{
    padding: 20px 15px;
  } */
  /* #navbarSupportedContent{
    padding: 20px 15px;
  } */
  nav .enquiry-btn {
    padding-left: 20px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .wptb-testimonial1 .wptb-item--inner {
    padding: 50px 20px;
  }

  .wptb-swiper-navigation.style1 {
    right: 15px;
    bottom: 120px;
  }

  .service-one_content {
    margin-top: -20%;
  }

  .service-one_sub-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .service-one_image {
    top: 15px !important;
  }

  .product-selection-tab .middle-title,
  .middle-title {
    font-size: 32px;
  }

  .service-one .title p {
    width: 90%;
    text-align: justify;
  }
}

@media (max-width: 396px) {
  .heading h2 {
    font-size: 35px;
  }

  .about-us-section .caption h1 {
    font-size: 30px;
  }

  .large-fonts {
    top: 20%;
  }

  .middle-title {
    font-size: 26px;
  }

  .service-one .title p {
    padding-inline: 15px;
  }
}