@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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');

* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 300;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

nav {
  width: 100%;
  /* box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2); */
  /* display: flex; */

  z-index: 10;
  padding: 0 0 12px 0px;

}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

.fa {}

/*Styling logo*/
.logo {}

.logo img {}

img {
  max-width: 100%;
}

/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0 0.7vw;
  justify-content: space-evenly;
  align-items: center;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 20px 0 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 12px 12px;
  align-items: center;
}

.nav-links li a.active {
  border-radius: 10px;
  background: #EC1C24;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  color: #fff;
  font-weight: 500;
}

.nav-links li a:hover {
  border-radius: 10px;
  background: #EC1C24;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  color: #fff;
  font-weight: 500;
}

.nav-links li {
  position: relative;
  white-space: nowrap;
}

/*Styling Buttons*/
.login-button {
  color: #646464;
  font-size: 15px;

  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-button svg {
  margin-right: 10px;
}

.join-button {
  display: flex;
  cursor: pointer;
}

.join-button:hover {
  color: #f2f5f7;
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #646464;
  ;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 991px) {
  nav {
    /* position: fixed; */
    z-index: 3;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
  }

  .nav-links {
    z-index: 9999;
    position: fixed;
    background: #e9e9e9;
    height: 100vh;
    width: 100%;
    right: 0;
    top: 0;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
  }

  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1200px at 90% -10%);
    pointer-events: all;
  }

  .nav-links li {
    opacity: 0 !important;
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;

  }

  li.fade {
    opacity: 1 !important;
  }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.header_border {
  border-radius: 8px;
  border: 0.5px solid #7e8da473;
  padding: 5px 5px;
  background: white;
}


/* banner slider  */

/* @media (min-width: 992px) { */
.banner__slider .slider,
.banner__slider .slide {
  height: 90vh;
  border-radius: 10px;
  overflow: hidden;
}

/* } */
.banner__slider .slide {
  position: relative;
}

.banner__slider .slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .banner__slider .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.banner__slider .slide .slide__img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.banner__slider .slide .slide__content {
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  z-index: 2;
}

/* .banner__slider .slide .slide__content.slide__content__left {
    left: 15%;
    transform: translate(-15%, -50%);
  }
  .banner__slider .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
  } */
.banner__slider .slide .slide__content--headings {
  color: #fff;
}

.banner__slider .slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}

.banner__slider .slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.banner__slider .slide .slide__content--headings .top-title {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.banner__slider .slide .slide__content--headings .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.banner__slider .slide .slide__content--headings .button-custom {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  border-radius: 10px;
  background: #EC1C24;
  border: 0;
  padding: 10px 15px;
}

.banner__slider .slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.banner__slider .slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.banner__slider .slick-dots {
  position: absolute;
  bottom: 50px;
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  width: fit-content;
  right: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(7.5px);
  align-items: center;
  padding: 15px;
  z-index: 1;
}

.banner__slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.banner__slider .slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.banner__slider .slick-dots li button:hover,
.banner__slider .slick-dots li button:focus {
  outline: none;
}

.banner__slider .simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.banner__slider .simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.banner__slider .simple-dots .slick-dots li button:hover,
.banner__slider .simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.banner__slider .simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.banner__slider .stick-dots .slick-dots li {
  height: 8px;
  width: 8px;
}

.banner__slider .stick-dots .slick-dots li.slick-active {
  height: 16px;
  width: 16px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__slider .stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.8;
  width: 8px;
  height: 8px;
  padding: 0;
}

.banner__slider .stick-dots .slick-dots li button:hover,
.banner__slider .stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.banner__slider .stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 1;
}

.banner__slider .stick-dots .slick-dots li.slick-active button:hover,
.banner__slider .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.banner__slider .slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.banner__slider .slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}

.banner__slider .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.banner__slider .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.banner__slider .slick-nav i:before,
.banner__slider .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.banner__slider .slick-nav i:before {
  transform: rotate(-40deg);
}

.banner__slider .slick-nav i:after {
  transform: rotate(40deg);
}

.banner__slider .slick-nav:before,
.banner__slider .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.banner__slider .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.banner__slider .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.banner__slider .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.banner__slider .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.banner__slider .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

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

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

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

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

.cntr_box {
  position: absolute;
  width: 100%;
  bottom: 50px;
  margin: 0 0;
  left: 0;
}

#counter-section-container {
  width: 100%;
  text-align: center;
}

.grey_box {
  /* border: 1px solid #999999; */
  overflow: hidden;
  margin: 0;
  /* background: #1e1b16; */
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(4.5px);
  padding: 6px
}

.side_space {
  padding: 0 80px;
}

.section_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.section_description {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  /* 226.667% */
  margin-bottom: 0;
}

.border_button {
  border-radius: 10px;
  border: 1px solid #C3C3C3;
  padding: 10px 30px;
  color: #6F6F6F;
  text-align: center;
  font-size: 15px;

  font-weight: 500;
  line-height: 29px;
  /* 193.333% */
}

.product_card {
  border-radius: 10px;
  border: 1px solid #AEAEAE;
  padding: 20px;
}

.product_slider .slick-slide {
  margin: 0 10px;
}

/* .product_slider .slick-slide .product-image-size {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
} */
.product_card_had img {
  object-fit: contain;
}

.product_card_had {
  text-align: center;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 230px;
  object-fit: contain;
}

.product_card_body .prodct_desc {
  color: #000;
  font-size: 16px;

  font-weight: 500;
  line-height: 25px;
  min-height: 25px;
}

.product_card_body a {
  color: #929292;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  align-items: center;
}

.line_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.slick-dots {
  display: flex;
  list-style: none;
  padding-left: 10px;
}

.slick-dots li {
  margin-right: 5px;
}

.slick-dots li button {
  font-size: 0;
  width: 16px;
  height: 8px;
  border: none;
  border-radius: 14px;
  background: #DEDEDE;
  margin-top: 13px;
}

.slick-dots li.slick-active button {
  background: #EC1C24;
  width: 30px;
}

.product_slider .product_card {
  position: relative;
  overflow: hidden;
}

.product_slider .product_card:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(180deg, #EC1C24 0%, #233C78 100%);
  z-index: -1;
}

.product_slider .product_card:hover:after {
  opacity: 1;
  transition-duration: 2s;
}

.product_slider .product_card:hover .prodct_desc {
  color: #000;
  transition-duration: 1s;
}

.product_slider .product_card:hover a {
  color: #000;
  transition-duration: 1s;
}

.product_slider .product_card_body {
  margin-top: 10px;
}

.v_h_centerd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_arrival {
  /* position: absolute; */
  right: 20px;
  padding: 10px;
  top: 40%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(4.5px);
  display: flex;
}

.new_logo {
  width: 50px;
  aspect-ratio: 1;
  background-color: #131418;
  border-radius: 3px;
  overflow: hidden;
}

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

.new_content {
  margin-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}

.new_content h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.new_content p {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.new_content a {
  color: #ffffff;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.new_content a i {
  font-size: 9px;
  margin-left: 5px;
}

.sticky_icon_right {
  position: fixed;
  top: 55%;
  z-index: 2;
  right: 20px;
}

.right_ic {
  width: 60px;
  height: 60px;
  border-radius: 9px;
  background: #EC1C24;
  backdrop-filter: blur(4.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: 1px solid #ffffff47;
}

.right_ic.whtsp {
  background: #29A71A;
}

.right_ic.whtsp i {
  font-size: 30px;
  color: white;
}

.upcoming {
  padding: 70px 10px;
  border-radius: 10px;
  background: #EC1C24;
  background-size: cover;
}

.heading_md {

  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}

.add_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.add_box span {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.add_box.center {
  border-width: 1px;
  border-style: solid;
  border-image:
    linear-gradient(to bottom,
      rgba(217, 217, 217, 0.00),
      #D9D9D9,
      rgba(217, 217, 217, 0.00)) 0 100%;
}

.product_cate_card {
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;


}

.p_cate_head h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.p_cate_head {
  position: relative;
}

.p_cate_head::after {
  position: absolute;
  content: '';
  height: 2px;
  z-index: 2;
  width: 50%;
  background-color: #E6E6E6;
}

.product_cate_card ul {
  padding-top: 30px;
  list-style: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
}

.product_cate_card ul li {
  font-size: 16px;

  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product_cate_card ul li a {
  color: #757575;
  position: relative;
}

.hover_img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.product_cate_card::after {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.78) 0%, rgba(35, 60, 120, 0.78) 100%);
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.product_cate_card:hover .hover_img {
  opacity: 1;
  transition-duration: 2s;
}

.product_cate_card:hover::after {
  opacity: 1;
  transition-duration: 1s;
}

.product_cate_card:hover h6 {
  color: #fff;
}

.product_cate_card:hover li a {
  color: #FFF;
}

.product_cate_card ul li a::before {
  content: "";
  background-image: url('../images/icons/arrow_right.svg');
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  opacity: 0;
}

.product_cate_card ul li:hover a::before {
  opacity: 1;
}

.product_cate_card ul li:hover a {
  padding-left: 30px;
}

.imag_back {
  position: absolute;
  right: 0;
  bottom: 20%;
}

.imag_back_righ {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
}

.bg_process {
  border-radius: 10px;
  background: #EC1C24;
  background-repeat: no-repeat;
  background-size: cover;
}

.svg_area {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.svg_area svg {
  width: 75%;
  height: 100%;
}

.process_svg {
  margin-top: 50px;
}

.process_svg .pr_cvg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.process_svg .pr_cvg::after {
  position: absolute;
}

.process_svg .pr_cvg.ar::after {
  content: url(../images/svgs/arrow_rt.svg);
  right: -20%;
}

.process_svg .pr_cvg.big::after {
  content: url(../images/svgs/big.svg);
  right: 50%;
  top: 100%;
}

.margin_top_svg {
  margin-top: 200px;
}

.slick-track {
  display: flex !important;
}

.gamma_more_bg {
  padding: 100px 0;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background: linear-gradient(0deg, rgba(236, 28, 36, 0.20) 0%, rgba(236, 28, 36, 0.20) 100%), url(../images/bg/more.png), lightgray 0px -78.618px / 100% 122.664% no-repeat;
}

.about_gamma {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.31) 0%, rgba(35, 60, 120, 0.31) 100%);
  box-shadow: 0px 20px 40px 0px rgba(35, 60, 120, 0.10);
  padding: 40px;
  text-align: center;
}

.about_gamma h5 {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: normal;
}

.about_gamma p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 36px;
}

.white_bg_btn {
  padding: 12px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.call_sct {
  background: #EC1C24;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
}

.call_sct h3 {
  margin-right: 20px;
  color: #FFF;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: normal;
}

.bg_blue {
  background: #EC1C24;
}

.social_link {
  margin-top: 30px;
}

.social_link p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.social_link ul {
  display: flex;
  list-style: none;
  padding-left: 0;
}

.social_link ul li {
  margin-right: 10px;
}

.social_link ul li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: black;
}

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

.footer_widget .foot_li li {
  margin-bottom: 15px;
}

.footer_widget .foot_li li a {
  color: #DADADA;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.contact_li {
  padding-left: 0;
}

.contact_li li {
  display: flex;
  margin-bottom: 20px;
}

.contact_li li a {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.contact_li li span {
  margin-right: 8px;
}

.footer_widget h6 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}

.copy_text {
  color: #D6D6D6;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 29.25px;
  /* 243.75% */
  letter-spacing: 0.24px;
}

.slick-track {
  align-items: center;
}

.footer_br {
  border-radius: 0 0 10px 10px;
}

/* about  */
.breadcrumb_bg {
  padding: 190px 0px 120px;

}

.breadcrumb_bg h4 {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
}

.b_about_bg {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/bg_about.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b_about_bg-2 {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/bg_about-2.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b_about_bg-3 {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/bg_about-3.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.b_about_bg-4 {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/bg_about-4.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.b_about_bg-5 {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/bg_about-5.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.what_head {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}


.what_sec p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  /* 226.667% */
}


.story_bg {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.31) 0%, rgba(35, 60, 120, 0.31) 100%), url(../images/bg/story_bg.png), lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 80px;
}


.mission_vision {
  border-radius: 10px;
  border: 1px solid #C3C3C3;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.08);
  /* backdrop-filter: blur(8.5px); */
  padding: 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.mission_vision h6 {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}


.mission_vision p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 34px;
  /* 226.667% */
}


.story_cal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.story_cal img {
  margin-bottom: 20px;
}


.story_cal p {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: normal;
}


.count_story {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(4.5px);
  padding: 20px;
}

.scg_guiding {
  display: flex;
  justify-content: center;
  align-items: center;
}

.scg_guiding svg {
  width: 90%;
  height: 100%;
}

.b_pro_list_bg {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/p_range.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.name {
  text-align: center;
  color: green;
}

.dropdown-menu li a {
  margin: 0;
}

.dropdown-menu li a:hover {
  border-radius: 0;
}

.produt_list_card {
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p_list_head h6 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
}

.p_list_head {
  position: relative;
}

.p_list_head::after {
  position: absolute;
  content: '';
  height: 2px;
  z-index: 2;
  width: 50%;
  background-color: #E6E6E6;
}

.produt_list_card ul {
  padding-top: 30px;
  list-style: none;
  padding-left: 0;
  z-index: 2;
  position: relative;
}

.produt_list_card::after {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(35 60 120 / 47%) 0%, rgb(35 60 120 / 43%) 100%), #d3d3d3f2 50% / cover no-repeat;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}

.produt_list_card ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.produt_list_card ul li a {
  color: #ffffff;
  position: relative;
}

.produt_list_card ul li a::before {
  content: "";
  background-image: url(../images/icons/arrow_right.svg);
  background-size: cover;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  opacity: 0;
}

.p_list_img {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.produt_list_card:hover .hover_img {
  opacity: 1;
  transition-duration: 1s;
}

.produt_list_card:hover::after {
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.90) 0%, rgba(35, 60, 120, 0.90) 100%), #d3d3d300 50% / cover no-repeat;
  transition-duration: 1s;
}

.produt_list_card:hover h6 {
  color: #fff;
}

.produt_list_card:hover li a {
  color: #FFF;
}

.produt_list_card ul li:hover a::before {
  opacity: 1;
}

.produt_list_card ul li:hover a {
  padding-left: 30px;
}

.p_list_link {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

.p_list_link a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.top_inner_header .header_tab_icons.active span {
  color: white;
}

.top_inner_header .header_tab_icons.active .svg_head:after {
  width: 100%;
}

.top_inner_header .header_tab_icons.active path {
  fill: white;
}

.header_tab_inner {
  padding: 15px 5px;
  border-radius: 0px 0px 10px 10px;
}

.b_tools_bg {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../images/bg/tools.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_slid_list img {
  border: 1px solid #07075f40;
  border-radius: 10px;
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.product_list_slider .slick-slide {
  margin-right: 5px;
}

.product_stacking:nth-child(even) .stacked_prdct_img {
  order: 1;
}

.product_stacking:nth-child(even) .stacked_prdct_con {
  order: 2;
}

.b_service_bg {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../images/bg/service.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product_stacking {
  margin-bottom: 60px;
}

.gamma_form input,
.gamma_form textarea {
  padding: 15px;
  width: 100%;
  font-size: 14px;
  border-radius: 10px;
  border: 0.2px solid #afafaf38;
  background: rgba(226, 226, 226, 0.15);
}

.gamma_form .cs_select {
  padding: 15px;
  font-size: 14px;
  width: 100%;
  border-radius: 10px;
  border: 0.2px solid #afafaf38;
  background: rgba(226, 226, 226, 0.15);
  color: #888;
}

.phone_input {
  display: flex;
}

.phone_input input {
  border-left: none;
  border-radius: 0 10px 10px 0;
}

.phone_input .phn_select {
  border: 0.2px solid #afafaf38;
  background: rgba(226, 226, 226, 0.15);
  border-radius: 10px 0px 0px 10px;
  border-right: none;
}

.gamma_form input:focus,
.gamma_form textarea,
.gamma_form select:focus,
.gamma_form input:focus-visible {
  outline: none !important;

}

.phone_input .phn_select option {
  border-radius: 5px;

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-file {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 0;
  width: 100%;
}

.input-file::file-selector-button {
  border: none;
  border-radius: 4px;
  color: white;
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  height: 50px;
  border-radius: 10px;
  padding: 5px 45px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all .25s ease-in;
  cursor: pointer;
  position: relative;
}

.up_label {
  border: none;
  border-radius: 4px;
  color: #7c7c7c;
  background-color: #E0E0E0;
  border: 1px solid #E0E0E0;
  height: 50px;
  display: flex;
  font-size: 14px;
  border-radius: 10px;
  padding: 5px 16px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  /* transition: all .25s ease-in; */
  cursor: pointer;
  position: absolute;
  align-items: center;
  z-index: 1;
}

.up_label img {
  margin-left: 5px;
}

.input-file::file-selector-button:hover {
  background-color: #fff;
  color: #565A90;
  transition: all .25s ease-in;
}

.submi_btn {
  width: fit-content;
  padding: 13px 25px;
  border-radius: 10px;
  background: #EC1C24;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  border: none;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;

}

.contact_shoert_head {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;

  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.reset_btn {
  width: fit-content;
  padding: 13px 25px;
  border-radius: 10px;
  border: 0.2px solid #AFAFAF;
  background: rgba(226, 226, 226, 0.15);
  color: #989898;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.reset_btn img {
  margin-left: 5px;
}

.hamburger.toggle {
  position: fixed;
  cursor: pointer;
  right: 5%;
  top: 5%;
  transform: translate(-5%, -50%);
  z-index: 999999;
}

.hamburger.toggle div {
  background: #000000;
}

.map_area_card {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
}

.map_area_card iframe {
  width: 100%;
  height: 100%;
}

.conatct_area_card {}

.conatct_area_card h3 {
  color: #000;
  font-size: 30px;

  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.conatct_area_card h6 {
  color: #000;
  font-size: 18px;

  font-weight: 600;
  line-height: normal;
}

.conatct_area_card p {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;

  font-weight: 500;
  line-height: 23px;
  /* 176.923% */
}

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

.conatct_area_card ul li {
  margin-bottom: 15px;
}

.conatct_area_card ul li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.conatct_area_card ul li a img {
  margin-right: 10px;
}

.slider-nav_m .cstm_arrow {
  position: absolute;
  bottom: -50px;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(35, 60, 120, 1);
  color: white;
}

.slider-nav_m .cstm_arrow.custom-next-arrow {
  left: 50px;
}

.cnt_sp {
  position: relative;
}

.cnt_sp::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 0.01%, rgba(78, 78, 78, 0.68) 53.12%, rgba(255, 255, 255, 0.00) 100%);
  top: 0;
  right: -20px;
}

.slider-nav_m .cstm_arrow.slick-disabled {
  color: rgba(35, 60, 120, 1);
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(53, 53, 53, 0.08);
}

.bg_pruoduct {
  background: #ec1c24;
  border-radius: 10px 10px 0 0px;
}

.footer_br_inner {
  border-radius: 10px;
}

.sm_icons img {
  width: unset !important;
}

.sm_icons .show_hover {
  display: none;
}

.product_slider .product_card:hover .init_show {
  display: none;
}

.product_slider .product_card:hover .show_hover {
  display: flex;
}



/* Page content */

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.bg_dark {
  background: #373b46;
}

.header.sticky .header_border {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.space-area {
  height: 850px;
  background: #009a11;
  padding: 100px 0;
  position: relative;
}

.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}

.count-area {}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-area i {
  font-size: 48px;
}

.count-digit {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.count-title {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.count_box {
  display: flex;
  align-items: center;
}

.count_box span {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 600;
}

@keyframes rotateMain {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateInner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.he_tp_sr {
  border-radius: 10px;
  border: 0.5px solid #BCBCBC;
  padding: 6px;
  background: white;
  z-index: 9999;
}

.he_tp_sr input {
  /* border: none;
  margin-left: 5px;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  line-height: normal; */
}

.he_tp_sr input:focus-visible {
  outline: none;
  border: none;
}

.banner__slider .slide::after {
  /* position: absolute;
  background: linear-gradient(0deg, rgba(236, 28, 36, 0.23) 0%, rgba(236, 28, 36, 0.23) 100%);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; */
}

.header.inner {
  position: absolute;
}

.product_inner_bread {
  padding: 110px 0px 35px;
  background-position: bottom;
}

.prduct_cate_filtr {
  border-radius: 10px;
  background: #FFF;
  padding-bottom: 10px;
  box-shadow: 0px 0px 30px 0px rgba(35, 60, 120, 0.10);
}

.at-tab {
  display: none;
  padding: 15px;
}

.at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: ">";
  position: absolute;
  top: 13%;
  transform: rotate(90deg);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
  color: rgba(132, 132, 132, 1);
}

.at-title.active:after {
  content: "<";
}

.at-item {
  border-radius: 5px;
}

.at-title h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  padding: 8px 15px 8px 25px;
  margin: 0;
  font-weight: 500;
  line-height: normal;
}

.ac_head {
  border-radius: 10px 10px 0px 0px;
  background: rgba(158, 158, 158, 0.13);
  padding: 20px 10px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

.at-tab ul {
  list-style: none;
  margin-bottom: 0;
}

.at-tab ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.at-tab ul li a {
  position: relative;
  color: #9C9C9C;
}

.at-tab ul li a::before {
  content: "";
  background-image: url(../images/svgs/arrow_blk.png);
  background-size: cover;
  position: absolute;
  width: 16px;
  height: 15px;
  left: 0;
  top: 2px;
  opacity: 0;
}

.at-tab ul li:hover a {
  padding-left: 20px;
  color: #000;
}

.at-tab ul li:hover a::before {
  opacity: 1;
}

.filter_prdct {
  border-radius: 10px;
  background: #FFF;
  padding: 20px 0;
  box-shadow: 0px 0px 30px 0px rgba(35, 60, 120, 0.10);
}

.filter_head {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;

  font-weight: 500;
  padding: 10px 20px;
  line-height: normal;
  margin-bottom: 0;
}

.filter_item select {
  width: 100%;
  padding: 7px 20px;
  border-radius: 7px;
  border: 1px solid #F0F0F0;
  background: rgba(215, 215, 215, 0.08);
  color: #757575;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

  font-weight: 400;
  line-height: normal;
}

:focus-visible {
  outline: none;
}

.filter_result {}

.filter-rslt_header {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;

  font-weight: 600;
  line-height: normal;
}

.fltr-search {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #F0F0F0;
  background: rgba(215, 215, 215, 0.08);
  align-items: center;
  padding: 0px 5px;
}

.fltr-search input {
  padding: 7px 20px;
  background: transparent;
  width: 100%;
  border: none;
}

.filter_rslt_card {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  padding: 20px 10px;
}

.filter_card_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.filter_card_content h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;

  font-weight: 400;
  line-height: normal;
}

.filter_card_content p {
  color: #5B5B5B;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

  font-weight: 300;
  line-height: normal;
  margin-bottom: 7px;
}

.filter_card_content span {
  color: #5B5B5B;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;

  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
}

.ui-bookmark {
  --icon-size: 18px;
  --icon-secondary-color: #99999900;
  --icon-hover-color: rgba(0, 0, 0, 0);
  --icon-primary-color: #EC1C24;
  --icon-circle-border: 1px solid var(--icon-primary-color);
  --icon-circle-size: 35px;
  --icon-anmt-duration: 0.3s;
}

.ui-bookmark input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.ui-bookmark .bookmark {
  width: var(--icon-size);
  height: auto;
  fill: var(--icon-secondary-color);
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.ui-bookmark .bookmark svg {
  stroke: #131418;
  -webkit-stroke: #131418;
}

.bookmark::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  box-shadow: 0 30px 0 -4px var(--icon-primary-color),
    30px 0 0 -4px var(--icon-primary-color),
    0 -30px 0 -4px var(--icon-primary-color),
    -30px 0 0 -4px var(--icon-primary-color),
    -22px 22px 0 -4px var(--icon-primary-color),
    -22px -22px 0 -4px var(--icon-primary-color),
    22px -22px 0 -4px var(--icon-primary-color),
    22px 22px 0 -4px var(--icon-primary-color);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.bookmark::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: var(--icon-circle-border);
  opacity: 0;
}

/* actions */
.ui-bookmark:hover .bookmark {
  fill: var(--icon-hover-color);
}

.ui-bookmark input:checked+.bookmark::after {
  -webkit-animation: circles var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circles var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}

.ui-bookmark input:checked+.bookmark {
  fill: var(--icon-primary-color);
  -webkit-animation: bookmark var(--icon-anmt-duration) forwards;
  animation: bookmark var(--icon-anmt-duration) forwards;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.ui-bookmark input:checked+.bookmark::before {
  -webkit-animation: circle var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  animation: circle var(--icon-anmt-duration) cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation-delay: var(--icon-anmt-duration);
  animation-delay: var(--icon-anmt-duration);
}

@-webkit-keyframes bookmark {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes bookmark {
  50% {
    -webkit-transform: scaleY(0.6);
    transform: scaleY(0.6);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }

  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes circle {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }

  90% {
    width: var(--icon-circle-size);
    height: var(--icon-circle-size);
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes circles {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
}

.filter_rslt_book {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  justify-content: space-between;
}

.bookmark_area {
  width: 35px;
  height: 35px;
  background-color: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.filter_rslt_book span {
  color: #5F5F5F;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;

  font-weight: 400;
  line-height: 34px;
  /* 226.667% */
}

.filtered_img img {
  width: 100%;
}

.img-display {
  overflow: hidden;
  aspect-ratio: 1;

}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
  height: 100%;

}

.img-showcase img {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px 50px;
}

.img-select {
  display: flex;
  justify-content: space-evenly;
}

.img-item {
  margin: 0.3rem;
  height: 100px;
  aspect-ratio: 1;
}

.img-item a {
  display: flex;
  aspect-ratio: 1;
}

.img-item a.active {
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.img-item img {
  height: 100%;
  object-fit: contain;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product_dtl_card {
  padding: 50px 35px 20px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 30px 0px rgba(35, 60, 120, 0.10);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_dtl_card h3 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.product_dtl_card p {
  color: #5B5B5B;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.product_cont_list .p_title {
  width: 35%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.product_cont_list p {
  margin-left: 10px;
  margin-bottom: 0px;
  color: #8C8C8C;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  width: 65%;
}

.product_cont_list p.available {
  color: #289A00;
}

.book_prdct {
  position: absolute;
  top: 20px;
  right: 35px;
}

.enquire_btn {
  padding: 15px 20px;
  border-radius: 10px;
  background: #EC1C24;
  border: 1px solid #EC1C24;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.enquire_modal .modal-content {
  border: none;
  padding: 35px 25px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 30px 0px rgba(35, 60, 120, 0.10);
}

.enquire_modal .modal-header {
  border-bottom: 0;
}

.enquire_modal .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
}

.enquire_modal input,
.enquire_modal textarea {
  padding: 10px 10px;
  border-radius: 10px;
  border: 0.2px solid #afafaf30;
  background: rgba(226, 226, 226, 0.15);
}

.modal-backdrop.show {
  opacity: 0;
}

.enquire_modal .form-control:focus {
  color: #212529;
  background-color: #fff;
  outline: 0;
  border-color: #AFAFAF;
  box-shadow: none;
}

.enquire_modal .modal-title {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.enquire_modal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 6px #b3b3b3;
}

.enquire_modal .modal-footer button {
  border-radius: 10px;
  background: #EC1C24;
  border: none;
  padding: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.b_wish_bg {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/bg/wish.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.remove_bookmarked {
  width: 35px;
  height: 35px;
  background-color: #E7E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.remove_bookmarked div {
  font-size: 30px;
  font-weight: 500;
  color: rgba(153, 153, 153, 1);
}

.header_tab {
  background-color: #ec1c24;
  padding: 15px 5px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.header_tab_div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header_tab_icons {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.header_tab_icons span {
  color: rgba(216, 216, 216, 1);
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
}

.header_tab_icons svg {
  fill: rgba(216, 216, 216, 1);
}

.v_h_centerd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_tab_icons .svg_head {
  position: relative;
}

.header_tab_icons .svg_head:after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: white;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}

.header_tab_icons:hover .svg_head:after {
  width: 100%;
  /* transition-duration: .5s; */
}

.header_tab_icons:hover path {
  fill: white;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}

.header_tab_icons:hover span {
  color: white;
  transition-duration: .5s;
  transition-timing-function: ease-in;
}

.top_h {
  position: absolute;
  top: 0;
  z-index: 8;
}

.ba-we-love-subscribers {
  height: 50px;
  border-radius: 15px;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0;
  overflow: hidden;
  opacity: 0;
}

.ba-we-love-subscribers.open {
  height: 100%;
  opacity: 1;
}

.ba-we-love-subscribers.popup-ani {
  -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ba-we-love-subscribers h1 {
  font-size: 20px;
  color: #757575;
  padding: 25px 0;
  margin: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;

}

.ba-we-love-subscribers .love {
  width: 20px;
  height: 20px;
  background-position: 35px 84px;
  display: inline-block;
  margin: 0 6px;
  background-size: 62px;
}

.ba-we-love-subscribers .ba-logo {
  width: 65px;
  height: 25px;
  background-position: 0px;
  margin: 0 auto;
  opacity: .5;
  cursor: pointer;
}

.ba-we-love-subscribers .ba-logo:hover {
  opacity: 1;
}

.logo-ani {
  transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
}

.ba-we-love-subscribers input {
  font-size: 14px;
  padding: 12px 15px;
  border-radius: 15px;
  border: 0;
  outline: none;
  margin: 8px 0;
  width: 100%;
  box-sizing: border-box;
  line-height: normal;
  /*Bootstrap Overide*/
  font-family: sans-serif;
  /*Bootstrap Overide*/
}

.ba-we-love-subscribers form {
  padding: 5px 30px 0;
  margin-bottom: 15px;
}

.ba-we-love-subscribers input[name="email"] {
  background-color: #eee;
}

.ba-we-love-subscribers input[name="submit"] {
  background-color: #00aeef;
  cursor: pointer;
  color: #fff;
}

.ba-we-love-subscribers input[name="submit"]:hover {
  background-color: #26baf1;
}

.ba-we-love-subscribers .img {
  background-image: url("https://4.bp.blogspot.com/-1J75Et4_5vc/WAYhWRVuMiI/AAAAAAAAArE/gwa-mdtq0NIqOrlVvpLAqdPTV4VAahMsQCPcB/s1600/barrel-we-love-subscribers-img.png");
}

.ba-we-love-subscribers-fab {
  width: 60px;
  height: 60px;
  background-color: #233c78;
  border-radius: 10px;
  float: right;
  box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
  z-index: 5;
  position: relative;
  border: 1px solid #ffffff52;
}

.ba-we-love-subscribers-fab .img-fab {
  height: 48px;
  width: 48px;
  margin: 7px auto;
  background-image: url(../images/icons/new.svg);
  /* background-position: -1px -53px; */
  background-size: contain;
}

.ba-we-love-subscribers-fab .wrap {
  transform: rotate(0deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}

.ba-we-love-subscribers-fab .ani {
  transform: rotate(45deg);
  -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
  transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
}

.ba-we-love-subscribers-fab .close {
  background-position: center;
  transform: rotate(300deg);
  float: none;
  /*Bootstrap Overide*/
  opacity: 1;
  /*Bootstrap Overide*/
}

.ba-we-love-subscribers-wrap {
  position: fixed;
  right: 20px;
  bottom: 46%;
  z-index: 2;
}

.ba-settings {
  position: absolute;
  top: -25px;
  right: 0px;
  padding: 10px 20px;
  background-color: #555;
  border-radius: 5px;
  color: #fff;
}

.header_red {
  border-radius: 0 0 10px 10px;
}

.image_small img {
  width: 100%;
}

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

.image_big {
  aspect-ratio: 1;
}

.image_small {
  padding: 10px;
  border-radius: 10px;
  height: 100%;
  aspect-ratio: 1;

}

.prod_dtll_img .slick-slide {
  margin: 0 10px;
}

.prod_dtll_img .slick-slide.slick-current.slick-active .image_small {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);

}

.ui-bookmark input:checked+.bookmark svg {
  fill: #EC1C24;
}

.apply_form {
  margin-top: 10px;
}

.right_ic:hover {
  background-color: #233c78;
  transition-duration: 1s;
}

.filter_rslt_card:hover {
  background: #e6e9eb;
}

.border_button:hover {
  background: #ec1c24;
  color: white;
  transition-duration: 1s;
}

.white_bg_btn:hover {
  background: #ec1c24;
  box-shadow: 0px 4px 20px 0px rgb(255 255 255 / 88%);
  color: #fff;
  transition-duration: 1s;
}

.zoomable {
  position: relative;
  overflow: hidden;
}

.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

.bar {
  display: flex;
  /* border: 1px solid grey; */
  border-radius: 5px;
  padding: 2px 5px;
}

.bar input {
  width: 0;
  outline: none;
  z-index: 0;
  border: none;
}

.search-btn {
  border: none;
  background-color: transparent;
}

.bar-expanded input {
  width: 100%;
}

.ic_drp .dropdown-toggle::after {
  display: none;
}

.nav-links li.ic_drp a {
  padding: 12px 5px;
}

@keyframes gradientAnimation {
  0% {
    background: linear-gradient(180deg, rgba(167, 4, 4, 0) 0%, rgba(22, 1, 117, 0) 100%);
  }

  10% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.12) 0%, rgba(35, 61, 120, 0.1) 100%);
  }

  20% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.24) 0%, rgba(35, 61, 120, 0.2) 100%);
  }

  30% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.46) 0%, rgba(35, 61, 120, 0.35) 100%);
  }

  40% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.6) 0%, rgba(35, 61, 120, 0.45) 100%);
  }

  50% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.71) 0%, rgba(35, 61, 120, 0.55) 100%);
  }

  60% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.85) 0%, rgba(35, 61, 120, 0.7) 100%);
  }

  70% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.9) 0%, rgba(35, 61, 120, 0.8) 100%);
  }

  80% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.95) 0%, rgba(35, 61, 120, 0.9) 100%);
  }

  90% {
    background: linear-gradient(180deg, rgba(236, 28, 35, 0.98) 0%, rgba(35, 61, 120, 0.95) 100%);
  }

  100% {
    background: linear-gradient(180deg, #EC1C24 0%, #233C78 100%);
  }
}


/* product new */

.prduct_box_filtr {
  border-radius: 10px;
  background: #FFF;
  padding-bottom: 20px;
  box-shadow: 0px 0px 30px 0px rgba(35, 60, 120, 0.10);
}

.ac_head {
  border-radius: 10px 10px 0px 0px;
  background: rgba(158, 158, 158, 0.13);
  padding: 20px 10px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}

.ac_head-btn {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  background-color: #fff;
  border: 0px;
  border-bottom: 0.3px solid #7e8da473;
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
}

.ac_head-btn:hover {
  background-color: #e0e0e0;
}

.filter-rslt_header {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}

.fltr-search {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #F0F0F0;
  background: rgba(215, 215, 215, 0.08);
  align-items: center;
  padding: 0px 5px;
}

.fltr-search input {
  padding: 7px 20px;
  background: transparent;
  width: 100%;
  border: none;
}

.fltr-search input:focus-visible {
  outline: none;
}

.product-card {
  border-radius: 10px;
  border: 1px solid #E7E7E7;
  padding: 20px;
  transition: 1s;
  height: 100%;
}

.product-card:hover {
  background: #223C77;
}

.product-card img {
  width: 100%;
  height: 215px;
  border-radius: 5px;
  object-fit: cover;
}

.product-card h5 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  min-height: 50px;
  margin-top: 10px;
}

.product-card p {
  color: #5B5B5B;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 7px;
}

.product-card:hover.product-card p {
  color: #fff;
}

.product-card:hover.product-card h5 {
  color: #fff;
}

.search_hd {
  position: relative;
}

.he_tp_sr input {
  border: 0 !important;
}

.search_hd .ui-autocomplete {
  position: absolute;
  background: #ffffff;
  top: 36px;
  width: 100%;
  z-index: 99;
  /* border: 1px solid #80808085; */
  border-top: 0;
  border-radius: 12px;
  box-shadow: -1px 2px 3px 0px #8080806b;
}

.search_hd .ui-autocomplete .product_search_js {
  padding: 5px;
  border: 1px solid rgba(128, 128, 128, 0.164);

}

.gama-direct a {
  border: 1px solid #233c78;
  padding: 5px 14px !important;
  border-radius: 10px;
  background-color: #233c78;
  color: white !important;
}

.gama-direct a:hover {
  background-color: #233c78 !important;
}

.quality-box {
  border-radius: 10px;
  background: #C8131A;
  margin: 0;
  padding: 0;
}

.quality-sec .row>* {
  padding-right: 0px;
}

.quality-box h5 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}

.quality-box p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}


.accordion-item {
  background: #F9F9F9;
  border: 0px;
  margin-top: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: #F9F9F9;
  box-shadow: inherit;
}

.accordion-button {
  background: #F9F9F9;
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.accordion-button:not(.collapsed) {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.list-row h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.list-row p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 226.667% */
}

.list-row li {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.tc h4 {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 10px;
}

.product-cut-bg {
  background-image: url(/static/spager/assets/images/bg/p-cut-bg.png);
  height: 100%;
  width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}

.product-cut-bg h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.product-cut-bg p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.product-cut-bg ul li {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-cut-bg ul p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.edge-sec h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.edge-sec h5 {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}


.quar-1 h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.quar-1 h6 {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.assure-sec {
  background-color: #F8F8F8;
}

.quality-assur h4 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.quality-assur h6 {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.log-sec .row>* {
  padding-left: 0px;
}

.log-p p {
  color: #FFF;
  padding: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.logi-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logic-bg {
  background-image: url(/static/spager/assets/images/bg/logic-bg.png);
  height: 500px;
  width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}

.logic-bg h3 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.logic-bg h5 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.logic-bg p {
  color: rgba(255, 255, 255, 0.90);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shipping h3 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.shipping p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.shipping li {
  color: #C8131A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.prod-margin {
  padding-top: 100px;
}

.Load-More-btn {
  background: #ec1c24;
  padding: 5px 15px;
  border: none;
  margin-top: 15px;
  border-radius: 5px;
  color: white;
}



/* catagories */

.catagory-title {
  margin: 20px 0px 30px 0px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.b_catagories {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(236, 28, 36, 0.50) 0%, rgba(35, 60, 120, 0.50) 100%), url(../images/catagories/Spagger_banner.png), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.division_allrow {
  display: flex;
  flex-wrap: wrap;
  gap: 24.675px;
}


.catagories_box {
  width: calc((100% - 4 * 24.675px) / 5);
  /* height: 224.083px; */
  min-width: 200px;
  flex-shrink: 0;
  border-radius: 9.551px;
  background: #FFF;
  box-shadow: 1.592px 0px 16.874px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-radius: 11.568px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #233C78, #EC1C24) border-box;
  border: 1px solid transparent;

}

.catagories_box img {
  width: 151.497px;
  ;
  height: auto;
  align-items: center;
  object-fit: contain;
}

.division_arrow {
  width: 21.491px;
  height: 12.912px;
}

.divisio_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 19.103px;
  height: 49.349px;
  width: 100%;
  padding-left: 10px;
  border-radius: 0px 0px 9.551px 9.551px;
  background: linear-gradient(90deg, #233C78 0.1%, #EC1C24 99.15%);
  margin-top: 0;
  margin-bottom: 0rem;
  color: #FFF;
  font-family: Poppins;
  font-size: 19.103px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.division_viewall {
  border-radius: 12px;
  background: linear-gradient(90deg, #233C78 0.1%, #EC1C24 99.15%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 224.083px;
  width: calc((100% - 4 * 24.675px) / 5);
  min-width: 200px;
  flex-shrink: 0;
}

.division_viewall_text {
  color: #FFF;
  font-family: Poppins;
  font-size: 19.103px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.product_group {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .catagories_box {
    width: calc((100% - 2 * 24.675px) / 3);
  }
}

@media (max-width: 768px) {
  .catagories_box {
    width: calc((100% - 1 * 24.675px) / 2);
  }
}

@media (max-width: 480px) {
  .catagories_box {
    width: 100%;
  }
}



/* sub categories */

.side_space_padding {
  padding: 0 80px;
}

.sub_categories {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.main_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24.675px;
}

.sub_catagory-box {
  width: calc((100% - 24.675px) / 2);
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}


.catagory-sub-title {
  color: #989898;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}


.box-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.full_line {
  width: 100%;
  height: 0.6px;
  background: #CCC;
  margin: 15px 0;
}

.total_box_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.subcategory-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  flex: 1 1 250px;
  min-width: 0;
}

.subcategory-features {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 8px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  background: linear-gradient(90deg, #233C78, #EC1C24);
  color: #fff;
  border-radius: 8px;
  border: none;
  flex-shrink: 0;
}

.subcategory-features a {
  color: #fff;
}

.sub_catagory_icons {
  display: flex;
  align-items: center;
  width: 13.3px;
  height: 8px;
}

.sub_catagory_icons img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.total_box_row img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .total_box_row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .subcategory-container {
    justify-content: flex-start;
  }

  .box-head {
    font-size: 20px;
  }

  .catagory-sub-title {
    font-size: 16px;
  }

  .total_box_row img {
    max-width: 100%;
  }

  .sub_catagory-box {
    padding: 16px;
  }

  .side_space_padding {
    padding: 0 20px;
  }

  .main_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24.675px;
  }

  .sub_catagory-box {
    width: 100%;
  }
}


/* sample */
/* 
.side_space_padding{
  padding: 0 80px;
}
.sub_categories {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.main_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
 
}

.catagory-sub-title {
  color: #989898;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.sub_catagory-box {
  
  max-width: 620px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.box-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.full_line {
  width: 100%;
  height: 0.6px;
  background: #CCC;
  margin: 15px 0;
}

.total_box_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.subcategory-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  flex: 1 1 250px;
  min-width: 0;
}

.subcategory-features {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  background: linear-gradient(90deg, #233C78, #EC1C24);
  color: #fff;
  border-radius: 8px;
  border: none;
  flex-shrink: 0;
}

.sub_catagory_icons {
  display: flex;
  align-items: center;
  width: 13.3px;
  height: 8px;
}

.sub_catagory_icons img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.total_box_row img {
  max-width: 160px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .total_box_row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .subcategory-container {
    justify-content: flex-start;
  }

  .box-head {
    font-size: 20px;
  }

  .catagory-sub-title {
    font-size: 16px;
  }

  .total_box_row img {
    max-width: 100%;
  }

  .sub_catagory-box {
    padding: 16px;
  }
 .side_space_padding{
 padding: 0 40px;
}
} */

/* part-listing */
.part-list {
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}

.catalog-list {
  width: 100%;
  flex-shrink: 0;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  margin-top: 114px;
}

.list-form {
  display: flex;
  gap: 0px;
  padding: 30px 20px 8px 20px;
  align-items: flex-start;
}

.list-form-label {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 55px;
  min-width: 100px;
  white-space: nowrap;
}

.application-item {
  display: flex;
  flex-direction: row;
  gap: 10rem;

}

.application-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 75%;
}

.application-form-button,
.application-form-extrabutton {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  flex-direction: row;
  padding: 7.559px 24px;
  justify-content: center;
  align-items: center;
  gap: 7.559px;
  border-radius: 8px;
  min-width: fit-content;
  white-space: nowrap;
}

.application-form-button {
  color: #706D6D;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #233C78, #EC1C24) border-box;
}

.application-form-extrabutton {
  color: #FFF;
  background: linear-gradient(90deg, #233C78 0%, #B80000 100%);
}


.search_space {
  margin-top: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.search-wrapper {
  display: flex;
  width: 411px;
  max-width: 100%;
  height: 54px;
  border-radius: 8px;
  background: #F3F3F3;
  overflow: hidden;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 16px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-button {
  width: 61px;
  height: 54px;
  padding: 13px 16px;
  border: none;
  background: #EC1C24;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-button img {
  width: 20px;
  height: 20px;
}

.all-search-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.reset_button,
.relevence_button,
.share_button {
  display: flex;
  height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.reset_button {
  width: 158px;
  background: #EC1C24;
  color: #FDFDFD;
  border: 1px solid #07075f40;
}

.relevence_button {
  width: 158px;
  background: #E9E9E9;
  color: #070000;
  border: 1px solid #07075f40;
}

.share_button {
  width: 51px;
  background: linear-gradient(0deg, #EC1C24 0%, #EC1C24 100%);
  border: 1px solid #07075f40;
}

.share_button img {
  width: 20px;
  height: 20px;
}

.line {
  width: 100%;
  height: 0.6px;
  opacity: 0.4;
  background: #000;
  margin-top: 50px;
}

.search-section {
  display: flex;
  flex-direction: column;
  margin-top: 50px;

}

.search-section-head {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.search-section-sub {
  color: #5C5C5C;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total_item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.product_box {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 26.4px 1px rgba(0, 0, 0, 0.10);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px;
  position: relative;
}



a.logo img {
  width: 100%;
}

.logo {
  width: 10%;
  margin-right: 20px;
}

.image-box {
  width: 211px;
  min-width: 150px;
  height: 212px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #233C78, #EC1C24) border-box;
  border: 1px solid transparent;
}

.image-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-checkbox {
  position: absolute;
  top: 8px;
  left: 8px;
  accent-color: #233C78;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 4.766px;
  border: 0.596px solid #A5A5A5;
}

.like {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.total-detailes {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}

.product-detailes,
.product-second-detailes,
.all-enquiry-button {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;

  min-width: 180px;
  max-width: 250px;
  box-sizing: border-box;
}

.product-detailes {
  padding-left: 20px;
}

.product-second-detailes {
  padding-left: 20px;
  /* margin-top: 2.8rem; */
}

.all-enquiry-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  /* margin-top: 2.8rem; */
}

/* Buttons */
.more_button,
.application-form-extrabutton {
  min-width: 180px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 5px;
  background-color: #EC1C24;
  color: #fff;
  border: 1px solid rgba(7, 7, 95, 0.25);
}

.more_button a,
.application-form-extrabutton a {
  color: #fff !important;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500
}


/* Typography */
.product-name {
  font-size: 24px;
  font-weight: 500;
}

.product-number,
.model,
.spare-parts {
  font-size: 14px;
  font-weight: 500;
}

.model {
  color: #BF0000;
}






/* Media Queries */
@media (max-width: 1141px) {
  .application-item {
    gap: 5rem;
  }

  .list-form-label {
    width: 140px;
  }
}

@media (max-width: 997px) {
  .list-form-label {
    width: auto;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .list-form {
    flex-direction: column;
    gap: 10px;
  }

  .application-row {
    gap: 10px;
  }
}

@media (max-width: 559px) {
  .application-item {
    gap: 1.5rem;
  }

  .application-form-button,
  .application-form-extrabutton {
    font-size: 14px;
    padding: 6px 18px;
  }
}

@media (max-width: 500px) {
  .search-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .search_space {
    flex-direction: column;
    align-items: stretch;
  }

  .search-wrapper {
    width: 100%;
  }

  .all-search-button {
    justify-content: space-between;
    gap: 12px;
  }

  .reset_button,
  .relevence_button {
    flex: 1;
    min-width: 140px;
  }

  .share_button {
    width: 51px;
  }
}

@media (max-width: 480px) {

  .reset_button,
  .relevence_button {
    font-size: 16px;
    padding: 8px;
  }

  .search-input {
    font-size: 14px;
  }

  .search-button {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .total-detailes {
    flex-wrap: wrap;
    gap: 2rem;
  }

  .product-second-detailes {
    margin-top: 1rem;
    padding-left: 0;
  }

  .all-enquiry-button {
    justify-content: start;
    padding-left: 30px;
    margin-top: 1rem;
  }
}

@media (max-width: 992px) {
  .product_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-box {
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .product-detailes,
  .product-second-detailes {
    padding-left: 0;
    margin-top: 0;

  }

  .total-detailes {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .all-enquiry-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .more_button,
  .application-form-extrabutton {
    width: 100%;
  }

  .like {
    top: 12px;
    right: 12px;
  }
}


/* one product */


.top-padding {
  margin-top: 8rem;
}

.all-route {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.routing {
  color: #A0A0A0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.current_page {
  color: #343434;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main_img {
  margin-top: 80px;
  width: 587px;
  height: 529px;
  flex-shrink: 0;
}

.main_sub_img {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
}

.sub_imgs {
  display: flex;
  flex-direction: row;
  gap: 42px;
  align-items: center;

}

.sub_img1_box {
  display: flex;
  width: 107px;
  height: 106.036px;
  padding: 9.64px 12.532px;
  align-items: center;
  gap: 9.64px;
  border-radius: 11.568px;
  background:
    linear-gradient(#FFE3E4, #FFE3E4) padding-box,
    linear-gradient(90deg, #233C78, #EC1C24) border-box;
  border: 1.446px solid transparent;
}

.sub_img_box {
  display: flex;
  width: 107px;
  height: 106.036px;
  padding: 9.64px 12.532px;
  align-items: center;
  gap: 9.64px;
  border-radius: 11.568px;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #233C78, #EC1C24) border-box;
  border: 1px solid transparent;
}

.two_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product_card {
  width: 723px;
  max-height: 540px !important;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 30px 0px rgba(35, 60, 120, 0.10);
  border: 1px solid transparent;
  margin: 29px 0;
}

.card_head_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card_like {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 8px 9px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 19px;
  background: #E7E7E7;
}

.card_head_section h4 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.card_head_section p {
  color: #7D7D7D;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card_head_section h6 {
  color: #7D7D7D;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}


.card_line {
  width: 670px;
  background: #CDCDCD;
  height: 0.4px;

}

.line_item {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  margin-top: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.line-image {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tag-img {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}

.card-coma {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}

.brand-img {
  width: 82.576px;
  height: 24px;
  flex-shrink: 0;
  aspect-ratio: 82.58/24.00;

}

.brand {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;

}

.brand-width {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.brand-button {
  display: inline-flex;
  height: 35px;
  padding: 7.287px 7.287px 7.287px 0px;
  justify-content: center;
  align-items: center;
  gap: 7.287px;
  flex-shrink: 0;
  border-radius: 5.83px;
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #00D218;
  border: 1px solid transparent;
  cursor: auto !important;
}

.tick {
  width: 17.49px;
  height: 17.49px;
  aspect-ratio: 17.49/17.49;
}

.oem-text {
  color: #8C8C8C;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;

}

.remark-text {
  color: #8C8C8C;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 250px;
  word-wrap: break-word;
}

.card-button {
  width: 680px;
  height: 53.299px;
  flex-shrink: 0;
  border-radius: 8.883px;
  background: #EC1C24;
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
}

.scroll-section {
  width: 100%;
  height: 588px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.scroll-container {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
  padding-top: 0;
}

.scroll-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 35px;
  padding: 40px 0px 0px 30px;
}

.scroll-button1,
.scroll-button2,
.second-buttons {
  display: inline-flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  gap: 11.904px;
  border-radius: 4.761px;
  border: 1px solid transparent;
  white-space: nowrap;
}

.scroll-button1 {
  background: linear-gradient(90deg, #233C78 0%, #EC1C24 100%);
  color: #FFF;
  font-family: 'Inter', sans-serif;
  font-size: 16.665px;
  font-weight: 500;
  padding: 10px 20px !important;
}

.scroll-button2,
.scroll-button2 a {
  background: transparent;
  color: #565656;
  font-family: 'Inter', sans-serif;
  font-size: 16.665px;
  font-weight: 500;
}

.second-button-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  padding: 50px 0px 30px 30px;
}

.second-buttons {
  background: transparent;
  color: #828282;
  font-family: 'Inter', sans-serif;
  font-size: 16.665px;
  font-weight: 500;
}

.scroll-oem {
  color: #333;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.scroll-line {
  width: 100%;
  height: 1px;
  opacity: 0.2;
  /* slightly darker to avoid "faded" look */
  background: #000;
  margin: 10px 0;
}

.scroll-sub-head {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

.scroll-para {
  color: #7E7E7E;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  width: 484px;
}

.second-section {
  padding: 50px 0px 30px 30px;
}

.overall-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.product-image-size {
  height: 250px;
  object-fit: contain !important;
}

/* ===  Responsive Layout === */
@media (max-width: 1280px) {
  .two_section {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .product_card {
    width: 100%;
    height: 100%;
    padding: 1.5rem;
  }

  .main_img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }

  .sub_imgs {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .sub_img1_box,
  .sub_img_box {
    width: 90px;
    height: 90px;
  }

  .card_line {
    width: 100%;
  }

  .line_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }

  .brand-img {
    width: auto;
    max-width: 100%;
  }

  .brand-width {
    width: auto;
    flex-direction: row;
    gap: 0.5rem;
  }

  .remark-text {
    width: 100%;
  }

  .card-button {
    width: 100%;
    height: auto;
    padding: 1rem;
    font-size: 16px;
    margin-top: 2rem;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .all-route {
    flex-direction: column;
    gap: 0.5rem;
  }

  .card_head_section h4 {
    font-size: 24px;
  }

  .card_head_section p {
    font-size: 18px;
  }

  .card_head_section h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .brand-button {
    font-size: 12px;
    padding: 6px 10px;
  }

  .oem-text,
  .remark-text {
    font-size: 14px;
    line-height: 22px;
  }

  .tick {
    width: 14px;
    height: 14px;
  }

  .routing,
  .current_page {
    font-size: 12px;
  }
}

/* catalouge section */

.catalouge-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalouge-head {
  margin-top: 6rem;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.catalouge-para {
  width: 100%;
  color: #808080;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.catalouge-line {
  width: 100%;
  height: 1.2px;
  background: linear-gradient(0deg, #C6C6C6 0%, #C6C6C6 100%);
}

.catalouge-second-head {
  margin-top: 35px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.viewall-truck {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.viewall-truck-para,
.viewall-truck-para2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: normal;
}

.viewall-truck-para {
  color: #000;
  font-weight: 300;
}

.viewall-truck-para2 {
  color: #606060;
  font-weight: 600;
}

.all-pdf-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.pdf-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
  border-radius: 9.24px;
  background: #FFF;
  box-shadow: 0px 0px 9.24px 0px rgba(0, 0, 0, 0.10);
  flex-wrap: wrap;
}

.total-marginbottom {
  margin-bottom: 12rem;
}

.pdf-description {
  flex: 1;
}

.pdf-with-head {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}

.pdf-img {
  width: 35px;
  height: 39px;
  flex-shrink: 0;
}

.pdf-head {
  color: #233C78;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.pdf-para {
  color: #9B9B9B;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.pdf-download {
  width: 39px;
  height: 39px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}

@media (max-width: 768px) {
  .pdf-box {
    flex: 1 1 100%;
  }

  .viewall-truck {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .viewall-truck-para,
  .viewall-truck-para2 {
    font-size: 18px;
  }
}



/* modal structure */

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 648px;
  height: 850px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 30px 0px rgba(35, 60, 120, 0.10);
  padding: 5rem;

}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 480px;
  margin-top: 50px;

}

.first-row {
  width: 100%;
  height: 112px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 0.2px solid #AFAFAF;
  background: rgba(226, 226, 226, 0.15);
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
}

.break-width {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.2rem;
}

.break_item {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;

}

.break-disk-head {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.brand-style {
  color: #888;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tag-imgi {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.form-img {
  width: 89px;
  height: 80px;
  flex-shrink: 0;
}

.form-input {
  width: 100%;
  height: 60px;
  padding: 0 16px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 10px;
  border: 0.2px solid #AFAFAF;
  background: rgba(226, 226, 226, 0.15);
}

.phone-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 0.2px solid #AFAFAF;
  border-radius: 10px;
  background: rgba(226, 226, 226, 0.15);
  overflow: hidden;
}

.country-code {
  height: 100%;
  padding: 0 16px;
  border: none;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  outline: none;
  appearance: none;

}

.phone-input {
  flex: 1;
  height: 100%;
  padding: 0 16px;
  border: none;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  outline: none;
}

.submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.submit-button {
  display: flex;
  width: 208px;
  height: 60px;
  padding: 15px 31px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #EC1C24;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  border: 1px solid transparent;
}

.image-background {
  width: 110px;
  height: 94px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #EBEBEB;
  padding: 8px;
}

.message-box {
  width: 100%;
  height: 125px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 0.2px solid #AFAFAF;
  background: rgba(226, 226, 226, 0.15);

}

.iti__dropdown-content {
  width: auto !important;
  max-width: none !important;
}

.iti__search-input {
  width: auto !important;
}

@media (max-width: 768px) {
  .modal-content {
    width: 90%;
    height: auto;
    padding: 2rem;
    overflow-y: auto;
    max-height: 95vh;
  }

  .first-row {
    flex-direction: column;
    height: auto;
    gap: 10px;
    align-items: center;
    text-align: center;
  }

  .image-background,
  .form-img {
    width: 70px;
    height: auto;
  }

  .break-disk {
    width: 100%;
  }

  .enquiry-form {
    max-width: 100%;
  }

  .submit-button {
    width: 100%;
    align-items: center;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
  }

  .submit-wrapper {
    padding: 0 1rem;
  }
}

/* second modal */


.modal-overlays {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1100;
  justify-content: center;
  align-items: center;
}

.modal-contents {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 425px;
  height: 351px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.close-modals {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.modal-ok {
  display: flex;
  width: 330.473px;
  height: 47.636px;
  padding: 7.443px;
  justify-content: center;
  align-items: center;
  gap: 7.443px;
  border-radius: 8.932px;
  background: #EC1C24;
  flex-shrink: 0;
  border: 1px solid transparent;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 17.863px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.ok-image {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
}

.modal-head {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5rem;
}

.modal-para {
  color: #7D7D7D;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 334.939px;
}




.tab-content {
  display: none;
  padding: 30px;
}

.tab-content.active {
  display: block;
}

.product-details-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.product-details-table th {
  background-color: #EFEFEF;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.product-details-table td {
  padding: 15px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-size: 14px;
}

.product-details-table tr:hover {
  background-color: #f8f9fa;
}

.product-detaile-heading {
  color: #7B7B7B;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .modal-contents {
    width: 90%;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    gap: 15px;
  }

  .ok-image {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .modal-head {
    font-size: 24px;
    margin-top: 3.5rem;
  }

  .modal-para {
    font-size: 16px;
    width: 100%;
    padding: 0 10px;
  }

  .modal-ok {
    width: 100%;
    font-size: 16px;
    height: 45px;
    padding: 10px;
  }

  .close-modals {
    top: 8px;
    right: 12px;
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .ok-image {
    width: 50px;
    height: 50px;
    top: -25px;
  }

  .modal-head {
    font-size: 20px;
    margin-top: 3rem;
  }

  .modal-ok {
    font-size: 15px;
  }
}

.product-details-main {
  width: 723px;
  padding: 20px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 30px 0px rgba(35, 60, 120, 0.10);
  border: 1px solid transparent;
  margin: 29px 0;
}

.global_search_input {
  border: none;
  outline: none;
}

.search_hd {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.search-container {
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #ddd;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.global_search_input {
  flex: 1;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 25px;
}

.global_search_input::placeholder {
  color: #999;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: #f0f0f0;
}

.suggestions-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-height: 50vh;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 300px;
}

.suggestions-box.show {
  display: block;
}

.no-items {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.suggestion-item {
  border-bottom: 1px solid #eee;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  background: white;
}

.accordion-header:hover {
  background-color: #f8f9fa;
}

.accordion-header.active {
  background-color: #e3f2fd;
}

.product-id {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  fill: #666;
}

.arrow.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 20px 20px 20px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
}

.accordion-content.show {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 200px;
  }
}
.product-details {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
  flex-shrink: 0;
}
.product-info {
  flex: 1;
}

.product-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  font-size: 16px;
}

.product-description {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}

.product-price {
  color: #e91e63;
  font-weight: 600;
  margin-top: 8px;
  font-size: 16px;
}

.product-view-btn {
  background-color: #c6d4d4;
  color: black;
  padding: 2px 18px;
  border-radius: 6px;
  font-size: 0.8rem;
}


/* parts oem */
.view-more-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 5px;
}

.view-more-link:hover {
  color: #0056b3;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.modal-header h2 {
  margin: 0;
  font-size: 24px;
  color: #333;
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.close-btn:hover {
  color: #333;
}

.modal-body {
  color: #555;
  line-height: 1.6;
  font-size: 16px;
}

.oem-item {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  overflow-wrap: break-word;
}

.oem-item:last-child {
  border-bottom: none;
}

.truncated-text {
  display: inline;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

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

.spage-loggin {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;

}

.spage-loggin h2 {
  color: #646464;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.spager-log-button {
  background: transparent !important;
}

.spager-log-button:hover {
  background: transparent !important;
  color: #EC1C24 !important;
}

.user-greeting {
  display: flex;
  align-items: center;
  gap: 10px;
  /* padding: 8px 12px; */
  padding: 0px 4px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.greeting-text {
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}


.user-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 8px;
}

.dropdown-item {
  display: block;
  padding: 12px 16px;
  color: #495057;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid #f8f9fa;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.logout-link {
  color: #dc3545;
}

.logout-link:hover {
  background-color: #f8d7da;
  color: #721c24;
}

/* User dropdown container */
.user-dropdown {
  position: relative;
  display: inline-block;
}

.user-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e9ecef;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: none;
  padding: 0;
}

.user-dropdown-toggle:hover {
  background-color: #dee2e6;
}

/* Show dropdown on hover */
.user-dropdown:hover .user-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* User welcome container */
.user-welcome {
  position: relative;
}

/* Responsive styles */
@media (max-width: 768px) {
  .greeting-text {
    font-size: 13px;
  }

  .user-greeting {
    padding: 0px 2px;
    gap: 8px;
  }

  .user-dropdown-toggle {
    width: 28px;
    height: 28px;
  }

  .user-dropdown-menu {
    min-width: 130px;
    right: -10px;
  }
}

@media (max-width: 480px) {
  .greeting-text {
    font-size: 12px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .user-greeting {
    padding: 0px 1px;
    gap: 6px;
  }

  .user-dropdown-toggle {
    width: 24px;
    height: 24px;
  }

  .user-dropdown-menu {
    min-width: 120px;
    right: -15px;
  }
}

/* Make error messages red */
label.error {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}

/* Highlight invalid inputs */
input.error,
textarea.error,
select.error {
  border: 1px solid red !important;
  background-color: #ffecec;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}



.custom-dots-wrapper {
  text-align: left;
  margin-top: 12px;
}

.custom-dots {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.custom-dots .dot {
  width: 23px;
  height: 8px;
  border-radius: 9px;
  background: #ccc;
  display: inline-block;
  cursor: pointer;
  transition: transform .18s, background .18s;
  border: 0;
}

.custom-dots .dot.active {
  background: #EC1C24;
  transform: scale(1.25);
}

.custom-dots .dot.more {
  pointer-events: none;
  opacity: 0.7;
  width: auto;
  height: auto;
  padding: 0 6px;
  border-radius: 4px;
  background: transparent;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}


/* ==================== Enhanced Phone Input with Country Code ==================== */

.phone-unified {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

/* Fix for intl-tel-input width */
.phone-unified .iti {
  display: block !important;
  width: 100% !important;
}

.phone-unified .iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

.phone-unified .iti__selected-flag {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border-right: 2px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}

.phone-unified .iti__selected-flag:hover {
  background: #e9ecef;
}

.phone-unified #phoneNumber {
  width: 100% !important;
  padding-left: 90px !important;
}

.phone-wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

/* Country Code Selector */
.country-code-selector {
  position: relative;
  flex-shrink: 0;
}

.country-code-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  background: #ffffff;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  min-width: 120px;
  height: 100%;
}

.country-code-button:hover {
  border-color: #EC1C24;
  background: #fff5f5;
}

.country-code-button:focus {
  outline: none;
  border-color: #EC1C24;
  box-shadow: 0 0 0 3px rgba(236, 28, 36, 0.1);
}

.flag-icon {
  font-size: 24px;
  line-height: 1;
}

.selected-code {
  font-weight: 600;
  color: #333;
}

.dropdown-arrow {
  margin-left: auto;
  font-size: 10px;
  transition: transform 0.3s ease;
  color: #666;
}

.country-code-button.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Country Dropdown */
.country-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 320px;
  max-height: 350px;
  background: white;
  border: 2px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: none;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

.country-dropdown.show {
  display: flex;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

/* Country Search */
.country-search-wrapper {
  padding: 12px;
  border-bottom: 2px solid #f0f0f0;
  background: #fafafa;
}

.country-search {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.country-search:focus {
  outline: none;
  border-color: #EC1C24;
  box-shadow: 0 0 0 3px rgba(236, 28, 36, 0.1);
}

.country-search::placeholder {
  color: #999;
}

/* Country List */
.country-list {
  overflow-y: auto;
  max-height: 280px;
  scrollbar-width: thin;
  scrollbar-color: #EC1C24 #f0f0f0;
}

.country-list::-webkit-scrollbar {
  width: 8px;
}

.country-list::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.country-list::-webkit-scrollbar-thumb {
  background: #EC1C24;
  border-radius: 4px;
}

.country-list::-webkit-scrollbar-thumb:hover {
  background: #d11820;
}

/* Country Item */
.country-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f5f5f5;
}

.country-item:hover {
  background: #fff5f5;
}

.country-item.selected {
  background: #ffebeb;
  font-weight: 600;
}

.country-item .flag-icon {
  font-size: 22px;
  flex-shrink: 0;
}

.country-item .country-name {
  flex: 1;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.country-item .country-code {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

/* Phone Input */
.phone-input {
  flex: 1;
  width: 100% !important;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  height: 50px;
  box-sizing: border-box;
}

.phone-input:focus {
  outline: none;
  border-color: #EC1C24;
  box-shadow: 0 0 0 3px rgba(236, 28, 36, 0.1);
}

.phone-input::placeholder {
  color: #999;
}

/* Error States */
.phone-input.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

.phone-input.valid-field {
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.country-code-button.error {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}

/* No Results Message */
.no-results {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

/* ==================== intl-tel-input Override Styles ==================== */

/* Main container - ensure full width */
.iti--separate-dial-code {
  width: 100% !important;
}

/* Country dropdown list */
.iti__country-list {
  max-width: 320px;
  border: 2px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  max-height: 350px;
  overflow-y: auto;
  z-index: 10000 !important;
  background: white;
}

/* Individual country item */
.iti__country {
  padding: 12px 15px;
  transition: background-color 0.2s ease;
}

.iti__country:hover {
  background-color: #f0f4ff;
}

.iti__country.iti__highlight {
  background-color: #e3f2fd;
}

.iti__country.iti__active {
  background-color: #2196F3;
  color: white;
}

/* Dial code styling */
.iti__dial-code {
  color: #666;
  font-weight: 500;
}

.iti__country.iti__active .iti__dial-code {
  color: white;
}

/* Flag styling */
.iti__flag {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Arrow indicator */
.iti__arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #666;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 5px solid #666;
}

/* Search input in dropdown */
.iti__search-input {
  padding: 10px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  margin: 10px;
  width: calc(100% - 20px) !important;
  font-size: 14px;
  box-sizing: border-box;
}

.iti__search-input:focus {
  outline: none;
  border-color: #2196F3;
}

/* Divider */
.iti__divider {
  border-bottom: 2px solid #e0e0e0;
  margin: 8px 0;
}

/* Country name */
.iti__country-name {
  font-weight: 500;
  color: #333;
}

/* Scrollbar for country list */
.iti__country-list::-webkit-scrollbar {
  width: 8px;
}

.iti__country-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 0 12px 12px 0;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Animation for dropdown */
@keyframes intlSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.iti__country-list {
  animation: intlSlideDown 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  .phone-wrapper {
    flex-direction: column;
  }

  .country-code-button {
    width: 100%;
  }

  .country-dropdown {
    width: 100%;
  }
}

/* Loading State */
.country-list.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #999;
  font-size: 14px;
}



@media(max-width:1129px) {
  .all-pdf-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

@media(max-width:665px) {
  .all-pdf-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

@media(max-width:407px) {
  .all-pdf-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}

/* ==================== Parts Pagination Styles ==================== */

/* Pagination container */
.parts-page-item {
  margin: 0 3px;
}

/* Pagination links - default state */
.parts-page-link {
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  user-select: none;
}

/* Hover state */
.parts-page-link:hover {
  color: #fff;
  background-color: #EC1C24;
  border-color: #EC1C24;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(236, 28, 36, 0.2);
}

/* Active/Current page */
.parts-page-item.active .parts-page-link {
  color: #fff;
  background-color: #EC1C24;
  border-color: #EC1C24;
  font-weight: 600;
  box-shadow: 0 3px 6px rgba(236, 28, 36, 0.3);
}

.parts-page-item.active .parts-page-link:hover {
  transform: none;
}

/* Disabled state */
.parts-page-item.disabled .parts-page-link {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
  opacity: 0.6;
}

.parts-page-item.disabled .parts-page-link:hover {
  color: #999;
  background-color: #f5f5f5;
  border-color: #ddd;
  transform: none;
  box-shadow: none;
}

/* Previous and Next buttons */
.parts-page-prev .parts-page-link,
.parts-page-next .parts-page-link {
  font-weight: 600;
  padding: 10px 20px;
}

/* Focus state for accessibility */
.parts-page-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(236, 28, 36, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .parts-page-link {
    padding: 8px 12px;
    font-size: 14px;
  }

  .parts-page-prev .parts-page-link,
  .parts-page-next .parts-page-link {
    padding: 8px 14px;
  }

  .parts-page-item {
    margin: 0 2px;
  }
}

@media (max-width: 480px) {
  .parts-page-link {
    padding: 6px 10px;
    font-size: 13px;
  }

  .parts-page-prev .parts-page-link,
  .parts-page-next .parts-page-link {
    padding: 6px 12px;
  }
}