/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Sonu Patidar 
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

/* Custom CSS can go here */
:root {
  --color1: #000000;
  --color2: #df3b3a;
  --color3: #1c1d1f;
  --font: DM Sans;
  --font2: Marcellus;
}
.elementor-18
  .elementor-element.elementor-element-94a1291
  .elementskit-navbar-nav
  .elementskit-submenu-panel {
  /* max-width: 240px; */
}
a {
  text-decoration: none;
}
header.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 99999;
}
header .dropdown-item {
  /* white-space: normal !important; */
}
header .header-contact .elementor-icon-list-text span {
  font: normal normal 500 13px/16px var(--font);
  letter-spacing: 0.8px;
  color: #aaaaaa;
  text-transform: uppercase;
  opacity: 1;
}
header .trp-language-switcher {
  width: auto !important;
  height: auto !important;
}
header .trp-language-switcher .trp-ls-shortcode-current-language {
  display: inline-grid !important
;
  align-items: center;
  width: 45px !important;
  height: 45px !important;
  border-radius: 50%;
  visibility: visible !important;
  padding: 0 0 0 5px;
  overflow: hidden;
  border: 1px solid #000;
  position: relative;
}
header .trp-language-switcher .trp-ls-shortcode-current-language::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  border-top: 5px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
header .trp-language-switcher .trp-ls-shortcode-current-language a {
  width: 23px !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  font: normal normal 600 16px / 22px DM Sans !important;
  letter-spacing: 1px !important;
  color: #000 !important;
}
header .trp-language-switcher > div {
  background: #fff !important;
}
header .trp-language-switcher .trp-ls-shortcode-language {
  position: absolute !important;
  width: auto !important;
  top: 45px !important;
  left: -50px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  box-shadow: 0px 0px 30px #0000001a !important;
}
header .trp-ls-shortcode-language a {
  text-align: left;
  font: normal normal 600 16px/22px var(--font);
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  padding: 10px 16px !important;
}
header .trp-ls-shortcode-language a:hover {
  background: var(--color2) !important;
  color: #fad896 !important;
}
.footer-contact .elementor-icon-list-text {
  display: flex;
}
.footer-contact .elementor-icon-list-text span {
  padding-left: 20px;
}
.footer-title {
  position: relative;
}
.footer-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 70px;
  height: 1px;
  background: #e3af7a;
}
footer .social-icon .elementor-icon:hover {
  background: transparent linear-gradient(180deg, #e3af7a 0%, #f4eac0 100%) 0%
    0% no-repeat padding-box;
}
/* Start hero banner  */
.home-banner img.w-100 {
  filter: brightness(0.6);
}
.home-banner .banner-textarea {
  background: var(--color2);
  padding: 20px 0;
}
.home-banner .banner-textarea h1 {
  text-align: left;
  font: normal normal 800 90px/125px var(--font2);
  letter-spacing: 0px;
  opacity: 1;
  margin: 0 0 20px 0;
}
.home-banner .banner-textarea p {
  text-align: left;
  font: normal normal normal 18px/25px var(--font);
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  margin: 0 0 30px 0;
}
.home-banner .banner-textarea .elementor-button {
  color: #fad896 !important;
}
.home-banner .banner-textarea .elementor-button:hover {
}

.home-banner .indicators {
  width: 90px;
  height: 90px;
  border: 1px solid #f9d795;
  background: var(--color2);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 30%;
  margin: 0;
  left: inherit;
  right: 10%;
  translate: 0 40%;
}
.home-banner .indicators span {
  text-align: left;
  font: normal normal 600 18px/25px DM Sans;
  letter-spacing: 0px;
  color: #f9d795;
  opacity: 1;
}
.home-banner .indicators span.all {
  text-align: left;
  font: normal normal 600 16px/25px DM Sans;
  letter-spacing: 0px;
  opacity: 0.5;
}
.carousel-indicators [data-bs-target] {
  width: 50px !important;
  height: 2px !important;
  text-align: center;
  font: normal normal 600 14px / 20px Manrope;
  letter-spacing: 0px;
}
.carousel-indicators [data-bs-target]:hover {
  background-color: #fff !important;
}
/* End hero banner  */

.about-content .about-img {
  overflow: hidden;
}

/* home service */
.service-box {
  transition: 0.3s ease all !important;
  height: 100%;
}
.service-box .service-img img {
  transition: 0.3s ease all !important;
  width: auto;
}
.service-box h5 {
  display: grid;
  place-items: center;
  transition: 0.3s ease all !important;
  translate: 0 -5px;
}
.service-box:hover {
  translate: 0 -10px;
  background: var(--color2) !important;
}
.service-box:hover h5 {
  translate: 0 0px;
}
.service-box:hover .service-img img {
  filter: invert(1) sepia(1);
}
.service-box:hover p {
  color: #fff;
  opacity: 0.8;
}
.carousel-indicators button.active {
  color: var(--color2);
}
.carousel-indicators button {
  text-indent: inherit !important;
  color: #fff;
  margin-left: 24px !important;
  position: relative;
  opacity: 1;
}
.carousel-indicators span {
  position: absolute;
  left: -23px;
  top: -9px;
}
/* End home service */

/* faq  */
.faq-outer .e-n-tabs-heading {
  justify-content: space-between !important;
}
.faq-outer .e-n-tabs-heading button {
  width: 24% !important;
  flex-basis: inherit !important;
  text-transform: capitalize;
}
.faq-outer .e-n-accordion-item-title-icon span {
  width: 40px;
  height: 40px;
  background: var(--color2);
  text-align: center;
  place-content: center;
  align-items: center;
}
.faq-outer .e-n-accordion-item-title-icon span.e-opened {
  background: var(--color3);
}
/* End faq  */

/* services */
.service-banner {
  position: relative;
}
.service-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7.5px;
  translate: -50% 0;
  width: 30%;
  height: 15px;
  background: var(--color2);
  z-index: 9;
}
.service-subtitle .number {
  position: relative;
  padding-right: 15px;
  color: var(--color2);
}
.service-subtitle .number::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  translate: 0 -50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color2);
}
.service-subtitle small {
  color: var(--color1);
  font-size: 14px;
}
/* end services */

/* downloads  */
.downloads-box {
}
.downloads-box .img-box {
  border: 1px solid #e2e2e2;
  position: relative;
  padding: 60px 40px;
}
.downloads-box .img-box .img-fluid {
  width: 110px;
}
.downloads-box .img-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000021;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: 0.3s ease all;
}
.downloads-box .downloads-text .title,
.video-box .video-text .title {
  text-align: left;
  font: normal normal 600 16px/24px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  margin-bottom: 0;
}
.video-box video,
.video-box iframe {
  height: 215px;
  object-fit: cover;
}
.downloads-box:hover .img-box .overlay {
  opacity: 1;
}
.downloads-box .img-box .overlay img {
  scale: 0;
  transition: 0.3s ease all;
  transform-origin: center;
}
.downloads-box:hover .img-box .overlay img {
  scale: 1;
}
/* end downloads  */

/* video box  */
.video-box {
  cursor: pointer;
}
.video-box .img-box {
  overflow: hidden;
  position: relative;
}
.video-box .img-box img.w-100 {
  transition: 0.3s ease all;
}
.video-box .img-box img.play-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
.video-box:hover .img-box img.w-100 {
  scale: 1.02;
}
.modal .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 0 !important;
  background-color: transparent !important;
  font-size: 21px;
  opacity: 1;
}
.modal video,
.modal iframe {
  height: 400px;
}
/* end video box  */

/* gallery  */
.foogallery.fg-hover-plus .fg-image-overlay:before {
  background-image: url(https://draftsite1.com/t2960/wp-content/uploads/2025/07/icon-plus-circle.svg) !important;
  scale: 0 !important;
  transform-origin: center !important;
  transition: 0.3s ease all !important;
}
.foogallery .fg-image-overlay:before {
  width: 60px !important;
  height: 60px !important;
  background-size: 100% !important;
}
.foogallery.fg-hover-fade
  .fg-loaded
  .fg-item-inner:hover
  .fg-image-overlay:before {
  scale: 1 !important;
}
.fg-paging-container .fg-dot-item .fg-dot-link {
  background: transparent !important;
  padding: 0 5px !important;
  border-radius: 0 !important;
  border: 0 !important;
  color: #1f1f1f !important;
  font: normal normal 500 16px/30px var(--font) !important;
}
.fg-paging-container.fg-light .fg-dot-item.fg-selected .fg-dot-link,
.fg-paging-container.fg-light .fg-dot-item .fg-dot-link:hover {
  color: var(--color2) !important;
}
.fg-paging-container .fg-dot-item .fg-dot-link:before,
.fg-paging-container .fg-dot-item .fg-dot-link span {
  display: none !important;
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  :is(.fg-panel-button-prev, .fg-panel-button-next) {
  background: var(--color2);
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  :is(.fg-panel-button-prev, .fg-panel-button-next)
  svg {
  display: none !important;
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  :is(.fg-panel-button-prev, .fg-panel-button-next)::before {
  content: "";
  position: absolute;
  left: 50%;
  height: 50%;
  translate: -50% -50%;
  width: 20px;
  height: 10px;
  background-image: url(https://draftsite1.com/t2960/wp-content/uploads/2025/07/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: invert(1) brightness(15);
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  :is(.fg-panel-button-prev)::before {
  scale: -1 1;
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  .fg-panel-button-prev {
  left: 10% !important;
}
.fg-panel:is(.fg-medium, .fg-panel-no-mobile)
  .fg-panel-buttons
  .fg-panel-button-next {
  right: 10% !important;
}
.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right)
  .fg-panel-buttons
  .fg-panel-button:last-child {
  background-color: transparent !important;
  border: 0 !important;
  background-image: url(https://draftsite1.com/t2960/wp-content/uploads/2025/07/icon-X-2.svg) !important;
  background-repeat: no-repeat;
  width: 50px !important;
  height: 50px !important;
  background-position: center;
  background-size: 80%;
}
.fg-panel.fg-landscape:is(.fg-panel-buttons-left, .fg-panel-buttons-right)
  .fg-panel-buttons
  .fg-panel-button:last-child
  svg,
.elementor-slideshow__header,
.elementor-lightbox .dialog-lightbox-close-button {
  display: none !important;
}
.fg-panel.fg-dark {
  background: #00000075 !important;
}
.dialog-type-lightbox {
  background: #00000075 !important;
}
/* End gallery  */
.single-detail {
  padding-top: 30px;
  padding-bottom: 60px;
}
/* blogs  */
.blog-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-bottom: 70px;
}
.blog-filter li a {
  width: 160px;
  margin: 10px;
  border: 1px solid var(--color2);
  text-align: center;
  font: normal normal 500 15px / 22px Manrope;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.blog-filter li a:hover,
.blog-filter li a.active {
  background: var(--color2);
  color: #fff;
}
.news-box {
  border-radius: 10px;
  overflow: hidden;
}
.news-box .img-box {
  position: relative;
  overflow: hidden;
}
.news-box .img-box img {
  transition: 0.1s ease all;
}
.news-box .img-box .date {
  background: #ffffff;
  padding: 5px;
  text-align: center;
  font: normal normal 600 20px / 20px DM Sans;
  letter-spacing: 0px;
  color: #b59078;
  opacity: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
}
.news-box .img-box .date span {
  display: block;
}
.news-box .news-text {
  padding: 20px;
  background: #f8f4f1;
}
.news-box .news-text .elementor-button {
  color: var(--color2) !important;
  padding: 0;
}
.news-box .news-text .description {
  text-align: left;
  font: normal normal normal 18px/24px var(--font) !important;
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.news-box .news-text .title {
  text-align: left;
  font: normal normal normal 24px/30px var(--font2) !important;
  letter-spacing: 0px;
  color: var(--color2);
  opacity: 1;
  margin: 0 0 10px 0;
}

.news-box:hover .news-text .title {
  text-decoration: underline !important;
}
.news-box:hover .img-box img {
  scale: 1.04;
}
.news-box:hover .news-text {
  background: var(--color2);
}
.news-box:hover .news-text .title,
.animate-text,
.service-box:hover h5 {
  background: transparent linear-gradient(180deg, #e3af7a 0%, #f4eac0 100%) 0%
    0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news-box:hover .news-text .description {
  color: #fff !important;
}
.news-box:hover .news-text .elementor-button {
  color: #fad896 !important;
}
.news-box:hover .news-text .elementor-button .elementor-button-content-wrapper {
  left: 0;
}

.news-detail-page .title {
  font-family: "Manrope", Sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2em;
  color: var(--e-global-color-secondary);
}
.news-detail-page .date {
  text-align: left;
  font: normal normal 500 14px/20px var(--font);
  letter-spacing: 0px;
  color: var(--color3);
  opacity: 1;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  text-align: left;
  font: normal normal 500 13px/22px Manrope;
  letter-spacing: 0px;
  color: #cccccc;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #cccccc !important;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--color2);
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
  list-style: none;
}
.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 3px solid #fff !important;
  padding: 0 !important;
  background: var(--color2);
  font-size: 0 !important;
  margin: 0 2px;
}
.slick-dots li.slick-active button {
  box-shadow: 0 0 0 1px var(--color2);
}
/* end blogs  */

/* title-img-box  */
.title-img-box {
  position: relative;
  width: fit-content !important;
  height: fit-content !important;
}
.title-img-box .title-img-box-text {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  writing-mode: vertical-lr;
  height: 100%;
  text-align: center;
}
/* end title-img-box  */

/* testimonials */
.testimonials-box {
  position: relative;
  padding: 70px 40px 50px;
  background: #f4f4f4;
  height: 100%;
}
.testimonials-box .quote {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 40px;
  background: var(--color2);
  display: inline-grid;
  place-items: center;
  transition: 0.3s ease all !important;
}
.testimonials-box .quote span {
  position: relative;
  z-index: 9;
  text-align: left;
  font: normal normal 500 100px/126px Manrope;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  transition: 0.3s ease all;
}
.testimonials-box .quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color3);
  transition: 0.3s ease all !important;
}
.testimonials-box:hover .quote {
  rotate: 10deg;
  /* transform: translateY(-10px); */
}
.testimonials-box:hover .quote::before {
  rotate: -20deg !important;
}
.testimonials-box .quote {
  position: absolute;
}
.testimonials-box .user-details {
  border-top: 2px solid var(--color2);
}
.testimonials-box .user-details img {
  width: 65px !important;
  height: 65px !important;
  border-radius: 50%;
}
.testimonials-box .user-details div {
  width: calc(100% - 75px);
}
.testimonials-box .user-details div h4 {
  text-align: left;
  font: normal normal bold 14px/22px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.testimonials-box .user-details div small {
  text-align: left;
  font: normal normal 500 13px/18px var(--font);
  letter-spacing: 0px;
  color: var(--color1);
  opacity: 1;
  display: block;
}
/* end testimonials */
/* career  */
.career-box h5 {
  min-height: 60px !important;
}
/* end career  */

/* contact form  */
.codedropz-upload-handler {
  background: #f4f4f4 !important;
  border: 1px solid #e2e2e2;
  opacity: 1;
  border-radius: 0;
}
.codedropz-upload-container {
  padding: 110px 20px 35px;
}
.codedropz-upload-inner {
  display: block;
  align-items: center;
  justify-content: center;
}
.codedropz-upload-inner h3 {
  margin: 5px 0;
  font-size: 14px;
  word-break: break-word;
  line-height: 1.2;
  color: var(--color1);
  font-weight: 500;
}
.codedropz-upload-container .cd-upload-btn {
  font: normal normal bold 18px/25px var(--font);
  color: var(--color2);
}
.codedropz-upload-container:before {
  content: "";
  background-image: url(https://draftsite1.com/t2960/wp-content/uploads/2025/07/icon-upload.svg);
  position: absolute;
  left: 0;
  top: -55px;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
.codedropz-upload-container:after {
  content: "Upload a File";
  position: absolute;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 64px;
  right: 0;
  font: normal normal 600 17px / 20px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
}
.dnd-upload-counter,
.codedropz-upload-inner .codedropz-btn-wrap,
.codedropz-upload-inner span {
  display: none;
}
.contact-form label {
  width: 100%;
}
.contact-form select {
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e2e2e2;
  opacity: 1;
  padding: 15px;
}
/* end contact form  */

/* featured product  */
.featured-products .filter {
  list-style: none;
  padding: 0;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin-bottom: 50px;
}

.featured-products .filter li {
  background: #aaaaaa 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal 500 15px/22px var(--font);
  letter-spacing: 0.4px;
  color: #ffffff;
  opacity: 1;
  padding: 10px 20px;
  margin: 1px;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.featured-products .filter li img {
  margin-right: 8px;
}
.featured-products .filter li:hover,
.featured-products .filter li.active {
  background: var(--color2);
}
/* end featured product  */

/* products  */
.product-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product-card .img-box {
  position: relative;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  transition: transform 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.05);
}

.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.178);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .hover-overlay {
  opacity: 1;
}

.hover-overlay i {
  font-size: 1.5rem;
  color: #fff;
  background: var(--color2);
  border-radius: 50%;
  padding: 20px;
  scale: 0;
  transform-origin: center;
  transition: 0.3s ease all;
}
.product-card:hover .hover-overlay i {
  scale: 1;
}
.product-card .product-name {
  text-align: left;
  font: normal normal 600 17px/24px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  margin-bottom: 7px;
}
.product-card .price {
  text-align: left;
  font: normal normal 500 15px/22px var(--font);
  letter-spacing: 0px;
  color: #7e7e7e;
  opacity: 1;
}
.sidebar {
  position: sticky;
  top: 0;
}
.sidebar .sidebar-title {
  background: #1f1f1f 0% 0% no-repeat padding-box;
  border: 1px solid #1f1f1f;
  opacity: 1;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
  font: normal normal 600 15px/22px var(--font);
}
.sidebar .accordion-item {
  border: 1px solid #e2e2e2 !important;
  border-top: 0 !important;
  border-radius: 0;
}
.sidebar .accordion-item .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 10px 15px;
  color: #1f1f1f;
  font: normal normal 500 14px / 26px var(--font);
  box-shadow: none !important;
}
.sidebar .accordion-item .main-category {
  font: normal normal 500 16px / 25px Manrope;
  letter-spacing: 0px;
  border-radius: 0 !important;
  color: #1f1f1f;
  padding: 0;
  display: inline;
}
.sidebar .accordion-item .main-category.active {
  color: var(--color2);
}
.sidebar .accordion-item .main-category:hover {
  background-color: transparent !important;
}

.sidebar .accordion-item .accordion-header {
  margin: 0;
}
.sidebar .accordion-item button {
  width: 20px;
  display: inline;
  align-items: center;
  justify-content: space-between;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0;
  color: #1f1f1f;
  font: normal normal 500 14px / 26px var(--font);
  box-shadow: none !important;
  float: right;
}
.sidebar .accordion-item button:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0;
}
.sidebar .accordion-body {
  border-top: 0;
  padding-top: 0;
}
.sidebar .accordion-body li a {
  text-align: left;
  font: normal normal 500 14px/22px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  display: block;
  background: transparent !important;
  padding: 2px 0;
}
.sidebar .accordion-body li a:hover,
.sidebar .accordion-body li a.active,
.sidebar .accordion-item button:hover {
  color: var(--color2);
}
.accordion-button::after {
  content: "\e994" !important;
  font-family: elementskit !important;
  color: var(--color2);
  background-image: none !important;
  height: auto !important;
}
.accordion-button:not(.collapsed)::after {
  /* content: "\e995" !important;
  font-family: elementskit !important; */
  background-image: none !important;
  transform: scale(-1) !important;
}

/* end products  */

/* product details  */
.product-details-gallery .thumbnail-slider {
  max-width: 100px;
}
.product-details-gallery .product-slider {
  width: calc(100% - 100px);
}
.product-slider .slick-slide img {
  width: 100%;
}

.thumbnail-slider .slick-slide {
  margin: 0 5px;
  cursor: pointer;
}

.thumbnail-slider .slick-slide img {
  border: 1px solid transparent;
  padding: 2px;
}
.thumbnail-slider .slick-current img {
  border: 1px solid #28a745;
}
.product-details-gallery .product-slider img {
  border: 1px solid #ddd;
}
.product_details .title {
  text-align: left;
  font: normal normal 600 30px/35px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.product_details .price {
  text-align: left;
  font: normal normal 600 25px/30px var(--font);
  letter-spacing: 0px;
  color: #0a6db5;
  opacity: 1;
}
.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e2e2e2;
}
input#quantity,
input#quantity:focus,
input#quantity:focus-visible,
input#quantity:hover {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
/* Hide number input arrows for Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  display: none;
}

.quantity-selector button {
  width: 50px;
  height: 50px;
  background: transparent !important;
  color: var(--color2) !important;
  font-size: 16px;
  border: 0 !important;
  padding: 0 !important;
}

.quantity-selector input {
  width: 60px !important;
  text-align: center;
  border: 0 !important;
  height: 45px;
  color: #1f1f1f;
}

#EnquireNow span {
  display: flex;
  align-items: center;
  justify-content: center;
}
#EnquireNow span img {
  margin-left: 5px;
}

.add-enquiry-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 25px;
  margin-top: 20px;
}

.add-enquiry-btn i {
  margin-left: 5px;
}
.download-re {
  padding: 100px 0;
}
.page-title {
  font-family: "Manrope", Sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 1.4em;
  color: var(--e-global-color-secondary);
  text-align: center;
}
.dowlnoad-resource {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  padding: 15px 25px;
}
.dowlnoad-resource:hover {
  background: var(--color2);
}
.dowlnoad-resource h6 {
  color: #1f1f1f;
}
.dowlnoad-resource:hover h6 {
  color: #fff !important;
}
.dowlnoad-resource .elementor-icon {
  width: 45px;
  height: 45px;
  display: inline-grid;
  place-items: center;
  background: var(--color2);
  color: #fff;
  font-size: 20px;
}
.dowlnoad-resource:hover .elementor-icon {
  background: #fff !important;
  color: var(--color2) !important;
}
.container {
  max-width: 1240px !important;
}
.related-products {
  padding: 100px 0;
  background: #f4f4f4;
}
.related-product-slider .slick-arrow {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: grid;
  place-items: center;
  translate: 0 -40%;
  background: var(--color2);
  border: 0;
  color: #fff;
  font-size: 22px;
}
.related-product-slider .slick-arrow.left-btn {
  left: -70px;
}
.related-product-slider .slick-arrow.right-btn {
  right: -70px;
}
/* end product details  */

/* product enquiry  */
.product-list-header,
.product-list {
  border-bottom: 1px solid #e2e2e2;
}
.product-list-header h6 {
  font: normal normal 600 14px/20px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
}
.product-list {
  padding: 20px 0;
}
.product-list .productdetails img {
  width: 100px;
  border: 1px solid #e2e2e2;
}
.product-list .productdetails div {
  display: grid;
  align-items: space-between;
}
.product-list .productdetails div h6 {
  text-align: left;
  font: normal normal 600 17px/24px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.product-list .productdetails div a {
  text-align: left;
  font: normal normal 600 13px/20px var(--font);
  letter-spacing: 0px;
  color: var(--color2);
  opacity: 1;
}
.product-enquiry-form {
  padding: 40px;
  background: #f4f4f4;
}
.product-enquiry-form p {
  text-align: left;
  font: normal normal 500 18px/26px var(--font);
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
/* end product enquiry  */

/* elementor-button */
.elementor-button {
  background-color: transparent !important;
  border: 0 !important;
  position: relative;
  /* color: #fff !important; */
  overflow: hidden;
  width: fit-content;
}
.elementor-button .elementor-button-content-wrapper {
  transition: 0.5s ease all;
  position: relative;
  left: -82%;
}
.elementor-button:hover .elementor-button-content-wrapper {
  left: 0;
}
.elementor-button i {
  font-size: 22px;
}
.home-banner .carousel-caption .elementor-button {
  text-decoration: none;
}
.home-banner .carousel-caption .elementor-button::before {
  background: #fff !important;
}
.home-banner .carousel-caption .elementor-button::after {
  background: var(--color2) !important;
}
/* end elementor-button */

/* =============================== */
/* media query  */
@media (max-width: 767px) {
}
@media (max-width: 576px) {
  .downloads-box .downloads-text .title {
    font: normal normal 600 14px/21px var(--font);
  }
  .downloads-box .img-box .img-fluid {
    width: 80px;
  }
  .downloads-box .img-box {
    padding: 40px 30px;
  }
}
/* end media query  */

.pagination-two .page-numbers {
  font: normal normal 500 16px / 24px Manrope;
  letter-spacing: 0px;
  color: #1f1f1f;
  margin: 0 7px;
}
.pagination-two .page-numbers img {
  width: 35px;
}
.pagination-two .page-numbers.current {
  color: var(--color2);
}
.gradient-box {
  position: relative;
  background: transparent
    linear-gradient(180deg, var(--color2) 0%, #0a6db5 100%) 0% 0% no-repeat
    padding-box;
}
.gradient-box::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}
.market-menu a {
  position: relative;
}
.market-menu a:after {
  content: "\e9c5";
  font-family: elementskit !important;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  color: #fff;
  opacity: 1 !important;
  width: 45px;
  height: 45px;
  line-height: 2.4;
  background: var(--color2);
  text-align: center;
  font-size: 18px !important;
  scale: 1 !important;
}
.market-menu a:hover::after,
.market-menu .current-menu-item a:after {
  background: #fff !important;
  color: var(--color2);
}

/* right button  */
.marketright-btn i {
  color: var(--color2);
  transition: 0.3s ease all;
}
.marketright-btn:hover {
  color: var(--color2);
}
.marketright-btn:hover i {
  translate: 10px 0;
}
/* left button  */
.marketleft-btn i {
  color: var(--color2);
  transition: 0.3s ease all;
}
.marketleft-btn:hover {
  color: var(--color2);
}
.marketleft-btn:hover i {
  translate: -10px 0;
}
.enq-form {
  transition: 0.5s ease all;
}
.form-buttontoggle {
  position: absolute;
  writing-mode: sideways-lr;
  /* transform: rotate(
180deg
); */
  left: -55px;
  top: 20%;
  translate: 0 0;
  transition: 0.3s ease all !important;
}
.form-buttontoggle svg {
  rotate: -90deg;
  margin-bottom: 15px;
}
.form-buttontoggle:hover {
  left: -70px;
}
.open-enq-form {
  right: 0 !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li a {
  position: relative;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color2);
  transition: 0.3s ease all !important;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li a:hover:before,
.elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > li.current-menu-item
  a:before {
  width: 100%;
}
.elementskit-navbar-nav-default
  .elementskit-navbar-nav
  > li
  .dropdown-item:hover {
  translate: 8px 0;
}
.about-img {
  height: 700px;
  overflow: hidden;
}
.about-img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  transition: 1.5s ease all !important;
}
.about-img:hover img {
  object-position: top;
}
textarea {
  height: 120px;
}
@media (max-width: 991px) {
  .home-banner .carousel-caption h1 {
    font: normal normal 800 50px/65px var(--font);
  }
}
@media (max-width: 767px) {
  .about-section .about-inner {
    position: inherit !important;
  }
  .about-section .about-inner h2 {
    color: var(--color2) !important;
  }
  .about-section .about-inner h6,
  .about-section .about-inner p,
  .about-section .about-inner .elementor-button {
    color: var(--color1) !important;
  }
  .faq-outer .e-n-tabs-heading button {
    width: 100% !important;
  }
  .about-img {
    height: auto;
  }
  .home-banner .carousel-caption h1 {
    font: normal normal 800 35px / 45px var(--font);
  }
  .hero-banner .carousel-item img.w-100 {
    min-height: 50vh !important;
    object-fit: cover;
  }
}
