/* 
Theme Name: Japanese Import Pros.
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: FDM
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/******Default vip css start*****/  
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
	outline: none !important; 
	text-decoration: none !important;  
}
ul {
	padding: 0;
} 
.site-branding {
	display: none;
} 
p,li {
	margin-bottom: 20px; 
}  
p, li, div, p.elementor-heading-title {
	color: #2f2f2e;
	font-size: 17px;
	line-height: 33px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
p:last-child{
	margin-bottom: 0;
} 
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 h6, .h6 {
	color: #000;
	letter-spacing: 1px;
	font-family: "Anton", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}
.bigheading {
	margin-bottom: 30px !important;
}
p a {
	color: #e93134 !important;
	text-decoration: unset !important;
}
p a:hover, .link-text a:hover {
	color: #e93134 !important;
}
strong {
	font-weight: 500 !important;
}  
.subheading h6 {
	font-size: 18px;
	line-height: 49px;
	text-transform: uppercase;
	color: #2b328c;
}
.pl60{
	padding-left: 60px;
}
.pl30{
	padding-left: 30px;
}
.pr60{
	padding-right: 60px;
} 
.pt0 {
	padding-top:0px !important;
}
.pb0 {
	padding-bottom:0px !important;
}
.mt50{
	margin-top: 50px;
}   
.mt35{
	margin-top: 35px;
} 
.mt100{
	margin-top: 100px;
}    
.pad100 {
	padding: 100px 15px;
} 
.pt100{
	padding-top: 100px;
} 
.pb100{
	padding-bottom: 100px;
}
.pt50 {
	padding-top: 50px;
}
.defbtn{
	margin-top: 30px;
}
body {
	position: relative;
}
a {
	transition: all ease-in-out 0.5s !important;
}
div[data-elementor-type="wp-page"] {
	overflow: hidden;
}
/*** Header ***/  
@keyframes slideIn {
	from { top: -50% }
	to { top: 0 }
}   
.hdactive .elementor-location-header {
	position: fixed;
	-webkit-animation: slideIn 0.5s ease-in;
	-moz-animation: slideIn 0.5s ease-in;
	animation: slideIn 0.5s ease-in;
	z-index: 102;
	padding: 0;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);
}
.hdactive .hd_menu .elementor-nav-menu > li > a {
	color: #000;
}
.hdactive .elementor-nav-menu li .sub-arrow svg {
	fill: #000;
}
.hd_menu  .elementor-widget-container {
	width: 100%;
}      
.header_main .elementor-widget-wrap {
	justify-content: space-between;
	align-items: center;
} 
.hd_menu .elementor-nav-menu > li {
	margin-left: 30px;
}
.hd_menu .elementor-nav-menu > li > a {
	font-size: 20px !important;
	color: #fff;
	padding: 0 !important;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
}
.hd_menu .elementor-nav-menu > li > a:hover {
	color: #e93134 !important;
}
/* .hd_menu .elementor-nav-menu > li:last-child > a {
	background: #e93134;
	border-radius: 0px;
	padding: 10px 25px !important;
	line-height: normal;
	min-width: max-content;
	color: #fff !important;
} */
.hd_menu .elementor-nav-menu > li:hover:last-child > a {
	background: unset;
}
.elementor-nav-menu > li > ul.sub-menu a {
	padding: 14px 14px !important;
	color: #fff !important;
	border-bottom: 1px solid #ffffff38;
	border-left: 0;
	white-space: normal;
	background: #000 !important;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Anton", sans-serif;
}
.elementor-nav-menu > li > ul.sub-menu li:last-child a {
	border-bottom: 0px !important;
}  
.elementor-sub-item.elementor-item-active {
	background-color: transparent !important;
} 
.elementor-nav-menu > li > ul.sub-menu {
	background: #222334;
	min-width: 230px !important;
	border-radius: 0px;
	margin-top: 8px !important;
}
.elementor-nav-menu > li > ul.sub-menu:last-child a {
	border-radius: 0px; 
} 
.elementor-nav-menu > li > ul.sub-menu .sub-arrow {
	display: none !important;
} 
.elementor-nav-menu > li > ul.sub-menu a:hover {
	background: #e93134 !important;
	opacity: 1;
	border-left: unset !important;
	color: #fff !important;
}
.elementor-location-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 0;
}
.elementor-nav-menu li .sub-arrow svg {
	transition: all ease-in-out 0.5s;
	fill: #fff;
}
.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #e93134;
}
.site_logo {
	width: auto !important;
	max-width: 250px;
}
.hd_right {
	width: auto !important;
	margin-right: 50px;
}
.hdactive .site_logo {
	max-width: 220px;
}
 .single.single-post .elementor-location-header, .page-id-183 .elementor-location-header, .page-id-301 .elementor-location-header, .page-id-887 .elementor-location-header, .page-id-902 .elementor-location-header, .page-id-178 .elementor-location-header, .page-id-170 .elementor-location-header {
	background: #000;
	position: relative;
}

/*** Header End***/ 
.mb0 {
	margin-bottom: 0px !important;
}
.bigheading h2 {
	font-size: 70px;
	line-height: 87.5px;
}
.wt, .wt p {
	color: #fff;
}
.banner {
  padding: 15% 15px;
}
.bannercaption > div {
	max-width: 960px;
}
.bannercaption h1 {
  font-size: 78px;
  line-height: 98px;
}
.subheading p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
}
.subheading p::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #e21929;
  display: block;
  margin-bottom: 10px;
}

.defbtn a {
  position: relative;
  background: transparent;
  color: #e21929 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0.2em solid #e21929;
  padding: 12px 26px;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "Anton", sans-serif;
  font-weight: normal;
  border-radius: 0px;
  max-width: max-content;
}
.defbtn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  right: 20%;
  top: -0.21em;
  transform: skewX(-45deg);
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.defbtn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  left: 20%;
  bottom: -0.25em;
  transform: skewX(45deg);
  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.defbtn a:hover::before {
  right: 80%;
}
.defbtn a:hover::after {
  left: 80%;
}
.wt-btn a {
	color: #fff !important;
	border: 0.2em solid #fff !important;
}
.wt-btn.defbtn a::before {
	background: #e21929;
}
.wt-btn.defbtn a::after {
	background: #e21929;
}
.pad40 {
  padding: 40px 15px;
}
.multi-logo > div {
  column-gap: 20px;
  justify-content: center;
}
.single-logo {
  width: calc(100% / 4 - 30px) !important;
  width: auto !important;
}
.single-logo img {
  max-height: 130px;
  max-width: 130px;
}
.pad80 {
	padding: 80px 15px;
}
.bg-col > div {
  margin-right: calc(-50vw + 600px);
  width: calc(65vw + 100px) !important;
  background: #fff;
  padding: 90px 80px !important;
  box-shadow: 0px 4px 22px rgba(0,0,0,0.05);
  height: auto !important;
}
.bg-col p {
  max-width: 660px;
}
.bigtext p {
	font-size: 20px;
}
.qr-sec p a {
	color: #fff !important;
	font-weight: normal;
	text-decoration: underline !important;
}
.qr-sec img {
	max-width: 150px !important;
	max-height: 150px !important;
	width: auto !important;
}
.smheading h2 {
	font-size: 35px;
	line-height: 1.1;
}
.mdheading h2 {
	font-size: 55px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.right-bdr {
  position: relative;
  padding-right: 60px;
}
.right-bdr::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 80%;
  background: transparent;
  bottom: 0;
  right: 0px;
  border-right: 5px solid #e93134;
  border-bottom: 5px solid #e93134;
}
.review-slider .swiper-slide {
	background-color: #fff !important;
	padding: 50px !important;
	border: 0 !important;
}
.review-slider .elementor-testimonial__name {
	font-size: 27px;
	text-align: left !important;
	padding-left: 0;
	position: relative;
	margin-top: 30px;
	color: #e21929 !important;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
	order: 2;
}
.review-slider .elementor-testimonial__name::before {
  content: "";
  width: 28px;
  height: 3px;
  background: #e21929;
  margin: 0 0 10px;
  display: block;
}
.review-slider .elementor-testimonial__title {
	font-size: 18px !important;
	line-height: 32px;
	color: #535353 !important;
	font-weight: 700 !important;
	font-family: "Lato", sans-serif !important;
}
.review-slider .elementor-main-swiper {
	width: 100% !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	max-width: 495px;
	margin-left: -120px;
}
.review-slider .elementor-swiper-button {
	position: absolute !important;
	top: unset !important;
	bottom: -120px;
	background: #000;
	padding: 7px;
	font-size: 30px !important;
	color: #999 !important;
}
.review-slider .elementor-swiper-button-next {
	left: -120px !important;
	right: unset !important;
	opacity: 1 !important;
}
.review-slider .elementor-swiper-button-prev {
	right: unset !important;
	left: -170px !important;
	opacity: 1 !important;
}
.bg-img > div {
  position: relative !important;
}
.bg-img > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background-image: url(https://japaneseimportpros.com/wp-content/uploads/2025/12/bookappointbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-img > div::after {
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.png-img img {
	position: relative;
	z-index: 1;
}
.bg-space {
	padding: 0px 60px 0px 100px;
	z-index: 1;
}
.btm-gradient {
	background: #FFFF;
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(236, 236, 236) 100%);
}

.inr-bnr {
	padding: 12% 15px;
}
.bnr-shadow {
  position: relative;
}
.bnr-shadow::before {
  content: "";
  position: absolute;
  width: 795px;
  top: 0;
  bottom: 0;
  left: -webkit-calc(50% - 400px);
  left: calc(50% - 400px);
  background-color: #131313;
  opacity: 0.6;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.inr-hd h1 {
	font-size: 70px;
	line-height: 80px;
	margin-bottom: 20px;
}
.trans-hd h2 {
	font-size: 90px;
	line-height: 80px;
	text-transform: uppercase;
	margin-bottom: -30px;
	opacity: 0.3;
}
.pad120 {
	padding: 120px 15px;
}
.after_one {
  position: relative;
}
.after_one::before {
	background-color: #fff;
	bottom: -15px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 99px;
	right: 0;
	margin: auto;
	z-index: 1;
}

.testimonials-slider .swiper-slide {
	background-color: #fff !important;
	padding: 40px !important;
	border: 0 !important;
	transition: all ease-in-out 0.5s !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position: relative;
}
.testimonials-slider .swiper-slide:hover {
	background-color: #222 !important;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
}
.testimonials-slider .elementor-testimonial__name {
	font-size: 24px;
	color: #222 !important;
	font-family: "Anton", sans-serif;
	line-height: 34px;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 400;
	transition: all ease-in-out 0.5s !important;
}
.testimonials-slider .swiper-slide:hover .elementor-testimonial__name {
	color: #fff !important;
}
.testimonials-slider .elementor-testimonial__title {
	color: #777 !important;
	font-size: 14px !important;
	line-height: 28px;
	transition: all ease-in-out 0.5s !important;
}
.testimonials-slider .swiper-slide:hover .elementor-testimonial__title {
	color: #fff !important;
}
.testimonials-slider .swiper-slide::after {
  content: "";
  position: absolute;
  background-image: url(https://japaneseimportpros.com/wp-content/uploads/2025/11/quote-icon.png);
  right: 20px;
  bottom: 20px;
  background-size: 50px;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: all ease-in-out 0.5s !important;
}
.testimonials-slider .swiper-slide:hover::after {
  background-image: url(https://japaneseimportpros.com/wp-content/uploads/2025/11/quote-wt-icon.png);
  opacity: 0.8;
}
.testimonials-slider .swiper-slide::before {
  content: "";
  background: #999;
  width: 4px;
  height: 40px;
  top: 37px;
  left: 0;
  position: absolute;
}
.testimonials-slider .swiper-slide:hover::before {
  background: #fff !important;
}
.testimonials-slider .elementor-swiper-button {
	background: #e93134;
	padding: 10px;
	color: #fff !important;
}
.testimonials-slider .elementor-swiper-button-next {
  right: 0 !important;
}
.testimonials-slider .elementor-swiper-button-prev {
  left: 0 !important;
}

.team_outer > div {
  column-gap: 20px;
  justify-content: center;
}
.team-box {
	width: calc(100% / 3 - 15px) !important;
	background: #f9f9f9;
}
.team-box .elementor-image-box-img {
	width: auto !important;
	display: block !important;
	margin: 0 !important;
}
.team-box .elementor-image-box-img img {
  width: 100%;
	display: block !important;
}
.team-box .elementor-image-box-content {
	padding: 20px 20px 40px;
}
.team-box span {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  line-height: 36px;
  margin-bottom: 10px;
  display: block;
}
.team-box p {
	color: #000 !important;
	font-size: 16px;
	margin-bottom: 0px !important;
	line-height: 22px;
}
.team-box p i {
	display: block;
	position: relative;
	background: transparent;
	color: #e21929 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	border: 0.2em solid #e21929;
	padding: 7px 26px;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: "Anton", sans-serif;
	font-weight: normal;
	border-radius: 0px;
	max-width: max-content;
	margin: 20px auto auto;
	font-style: normal;
}
.team-box a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.team-box p i::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  right: 20%;
  top: -0.21em;
  transform: skewX(-45deg);
  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.team-box p i::after {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  background: #fff;
  height: 0.3em;
  left: 20%;
  bottom: -0.25em;
  transform: skewX(45deg);
  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.team-box:hover p i::before {
  right: 80%;
}
.team-box:hover p i::after {
  left: 80%;
}
.without-bnr {
	padding: 100px 15px;
}
.certifytable table{
	text-align:center;
	margin:auto;
}
.certifytable tr:nth-child(2n) td{
	background:#f7f7f7;
}
.certifytable th{
	background:#e93135;
	color:#fff;
	border-color:#f0a8aa;
}
.certifytable td:nth-child(2n){
	width:73%;
	white-space:normal;
}
.achievement-list ul {
  margin: 0 !important;
  column-gap: 30px;
}
.achievement-list li {
  margin: 0 !important;
  border-right: 1px solid #ececec;
  padding-right: 30px !important;
  font-size: 45px !important;
  color: #000;
  letter-spacing: 1px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  line-height: 50px;
}
.achievement-list li:last-child {
  border-right: 0px !important;
  padding-right: 0px !important;
}
.service_outer > div {
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
}
.service-box {
  width: calc(100% / 3 - 14px) !important;
  position: relative;
  background: #fff;
  padding: 30px 30px 80px;
  border: 2px solid #fff;
}
.service-box span {
	font-size: 27px;
	min-height: 80px;
	color: #000;
	max-width: 250px;
	display: block;
	font-family: "Anton", sans-serif;
}
.service-box .elementor-image-box-content {
  text-align: left;
}
.service-box .elementor-image-box-img {
	position: absolute;
	bottom: 5px;
	right: 10px;
	margin-bottom: 0 !important;
	display: block !important;
	width: auto !important;
}
.service-box .elementor-image-box-img img {
  width: 100%;
	display: block !important;
  max-width: 120px;
}
.suspension-col.service-box .elementor-image-box-img img {
	max-width: 220px;
}
.service-box p {
	color: #e21929;
	margin-top: 25px !important;
	width: 26px;
	overflow: hidden;
	transition: all cubic-bezier(.61,-0.27,.31,1.16) 0.5s;
	transform: translate(-5px, 0);
	white-space: nowrap;
	padding: 0 0 3px 33px;
	font-size: 14px;
}
.service-box:hover p {
  width: 190px;
  transform: translate(0px, 0);
}
.service-box:hover {
  border-color: #e21929;
}
.service-box a::before {
	content: "";
	position: absolute;
	/* background: #000; */
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.left-container .elementor-container {
	max-width: calc((100% - 1270px)/2 + 1270px) !important;
	margin-left: 0;
}
.diff-pad {
	padding: 120px 0px;
}
.line-btm {
	border-bottom: 2px solid #e93134;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
}

.lft-bdr {
  position: relative;
}
.lft-bdr::before {
  content: '';
  width: 50%;
  height: 50%;
  border-left: 2px solid #e93134;
  position: absolute;
  left: -30px;
  border-bottom: 2px solid #e93134;
  bottom: 0;
  opacity: 0.7;
}
.bnr-shadow > div {
	position: relative;
	z-index: 2;
}
.bg-red::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	border: none;
	background-color: #555;
	background-image: linear-gradient(to right, #555 0%, #e93134 50%,#555 100%);
	transition: all .2s ease-in-out;
	background-size: 200% 100%;
}
.bg-red .bigheading h2 {
	position: relative;
	z-index: 1;
}
.bg-red .wt, .bg-red .wt p {
	position: relative;
	z-index: 1;
}
.left-side-border::before {
	content: '';
	width: 30%;
	height: 70%;
	position: absolute;
	border-left: 2px solid #e93134;
	left: -30px;
	top: -30px;
	border-top: 2px solid #e93134;
}
.left-side-border::after {
	border-right: 2px solid #e93134;
	right: -30px;
	bottom: -30px;
	border-bottom: 2px solid #e93134;
	content: '';
	width: 30%;
	height: 70%;
	position: absolute;
}
.thanks-hd.inr-hd h1 {
	font-size: 50px;
	line-height: normal;
}
.one-third {
	grid-column: span 4 !important;
}
.custom-contact option {
	background: #fff !important;
}
.half-col {
	grid-column: span 6 !important;
}
.custom-contact .gfield_required {
	display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
}
.custom-contact .gform_wrapper .validation_message {
	padding-top: 5px !important;
}
.validation_message {
	padding: 0px !important;
	background: transparent !important;
	border: 0px !important;
	margin-top: 0px !important;
	line-height: 20px !important;
	font-size: 14px !important;
}
.custom-contact input, .custom-contact .textarea, .custom-contact select {
	background: #f2f6f7 !important;
	height: 45px;
	margin-bottom: 0px !important;
	padding: 8px 15px !important;
	transition: all ease-in-out 0.5s;
	border: 2px solid #f2f6f7 !important;
	border-radius: 0;
	width: 100% !important;
	color: #7b7d7f;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border: 1px solid #fff !important;
}
.custom-contact .gfield_label {
	font-size: 14px !important;
	margin-bottom: 5px !important;
	color: #555555 !important;
	font-weight: bold !important;
}
.custom-contact .textarea {
	height: 150px !important;
}
input::placeholder, textarea::placeholder {
	opacity: 1;
	color: #7b7d7f;
}
.custom-contact .button {
	background: transparent !important;
	color: #e21929 !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	border: 0.2em solid #e21929 !important;
	padding: 13px 26px !important;
	font-size: 20px !important;
	letter-spacing: 1px !important;
	font-family: "Anton", sans-serif !important;
	font-weight: normal !important;
	border-radius: 0px !important;
	max-width: 160px;
	height: unset;
	margin: 25px auto 0 !important;
}
.custom-contact .button:focus {
	border: 0.2em solid #e21929 !important;
}
.contact-bnr p {
	font-size: 20px;
	letter-spacing: 3.2px;
	font-weight: 600;
	max-width: 580px;
	margin: 0 auto;
}
.custom-contact input:focus, .custom-contact .textarea:focus, .custom-contact select:focus {
	border: 2px solid #0060df !important;
}
.instruction {
	display: none;
}
.custom-contact > div {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 40px !important;
}
.custom-contact .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}
.contact-info li {
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #f0f7ff;
	padding: 20px 32px !important;
	margin: 0 !important;
	margin-bottom: 30px !important;
	font-size: 24px !important;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 30px;
	font-family: "Anton", sans-serif;
	text-transform: capitalize;
	color: #000;
}
.contact-info li a {
	color: #000;
}
.contact-info li i {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #555;
	margin-top: 10px;
	font-family: "Lato", sans-serif;
	font-style: normal;
}
.contact-info li svg {
	width: 25px !important;
	height: 25px !important;
	fill: #fff;
	position: relative;
	margin: 0 !important;
}
.contact-info li svg::before {
  content: "";
}
.contact-info li .elementor-icon-list-icon {
	position: relative;
	margin-right: 10px;
	background: #e93134;
	padding: 13px;
}
/* .contact-info li .elementor-icon-list-icon::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 140%;
  background-position: center;
  top: 0;
  background-color: transparent;
  background-image: url(https://japaneseimportpros.com/wp-content/uploads/2020/05/svg_one-1.svg);
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.red-bdr iframe {
  border: 5px solid #e93134 !important;
  padding: 5px !important;
}
iframe {
  display: block;
}
.ft_outer > outer {
  column-gap: 20px;
  justify-content: space-between;
}
.ft-logo {
  width: auto !important;
}
.ft-logo img {
  max-height: 120px;
  width: auto;
  max-width: 180px;
}
.ft-menu ul {
  margin: 0 !important;
  column-gap: 40px;
}
.ft-menu li {
  margin: 0 !important;
}
.ft-menu li a {
  color: #000;
  letter-spacing: 1px;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px !important;
}
.ft-menu li a:hover {
	color: #e93134;
}
.ft-list ul {
	margin: 0 !important;
	column-gap: 190px;
	align-items: baseline;
}
.ft-list li {
  margin: 0 !important;
  color: #000;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
}
.ft-list li a {
  color: #000;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
}
.ft-list li svg {
  fill: #000;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}
.ft-list li .elementor-icon-list-icon {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px;
  position: absolute;
  top: -60px;
}
.ft-list li .elementor-icon-list-text {
	padding: 0 !important;
	margin-top: 10px;
}
.ft-list li:hover svg {
	fill: #e93134;
}
.bdr-top {
	border-top: 1px solid #ccc;
	padding-top: 100px;
	margin-top: 50px;
}
.social-list ul {
  margin: 0 !important;
  column-gap: 10px;
}
.social-list li {
  margin: 0 !important;
}
.social-list li svg {
  fill: #000;
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}
.social-list li .elementor-icon-list-icon {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 7px;
}
.social-list li:hover svg {
  fill: #e93134;
}
.ft-topbdr {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.ft_sec {
	padding: 50px 15px 20px;
}
.ft-hd span {
	color: #535353;
	font-size: 18px;
}
.copyrighttext {
  color: #535353;
  font-size: 18px;
}
.copyrighttext a {
  color: #000;
  font-size: 18px;
}
.copyrighttext a:hover {
  color: #e93134;
}

.sitemap-list li a {
  color: #000;
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
}
.sitemap-list li {
  padding-left: 20px !important;
}
.sitemap-list li:first-child {
  padding: 0 !important;
}
.sitemap-list li a:hover {
  color: #e93134;
}







.team-box:nth-child(n+4) {
	margin-top: 20px;
}
.social-list {
	width: auto !important;
}
.ft-hd {
	width: auto !important;
	margin-right: 6px;
}
/* .ft-fix-btn {
	display: none;
} */


.ft-fix-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	z-index: 10;
	background: #e93134;
	color: #fff !important;
	padding: 10px 25px;
	font-family: 'Space Grotesk';
	font-size: 19px;
}
.ft-fix-btn a {
	color: #fff;
	font-weight: 400;
	font-family: "Anton", sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}







/* blog */
.single-ryt .elementor-post__thumbnail__link {
	display: none;
}
.post-card article {
	position: relative;
}
.post-card .elementor-post__thumbnail {
	display: block;
	width: 100%;
	padding: 0 !important;
	overflow: hidden;
}
.post-card .elementor-post__thumbnail img {
	display: block;
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	transform: unset !important;
	transition: all ease-in-out 0.5s !important;
	height: 400px !important;
	object-fit: cover;
	position: static !important;
}
.post-card .elementor-post__text {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	/* background: rgb(255,255,255); */
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(29, 35, 39) 100%);
	padding: 80px 40px 30px;
	display: flex !important;
}
.post-card  h3 {
	font-size: 22px !important;
	line-height: 32px;
	order: 2;
}
.post-card h3 a {
	color: #fff;
}
.post-card .elementor-post__meta-data {
	color: #fefefe !important;
	font-size: 17px !important;
	line-height: 27px !important;
	order: 1 !important;
	margin-bottom: 10px !important;
}
.post-card article:hover .elementor-post__thumbnail img {
	transform: scale(1.1) !important;
}
.post-card .elementor-post__text::before {
	content: "";
	position: absolute;
	background-color: #fff;
	text-align: left;
	background-image: url("https://japaneseimportpros.com/wp-content/uploads/2025/12/arrow-sign.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	transform: rotate(-50deg);
	bottom: 16px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
}
.post-card a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.post-card article:hover .elementor-post__text::before {
	transform: rotate(0deg);
}
article a {
	margin-bottom: 0 !important;
}
.post-card .elementor-posts-container {
	column-gap: 20px;
	row-gap: 20px;
}
.pl40 {
	padding-left: 40px;
}
.single-main {
	box-shadow: unset !important;
	padding: 80px 15px;
}
.single-main .elementor-widget-wrap {
	box-shadow: none !important;
	transition: none !important;
	background: transparent !important;
}
.single-main h1 {
	font-size: 45px !important;
	line-height: 55px !important;
	margin-bottom: 20px;
}
.single-main .elementor-icon-list-item {
	margin: 0px 0px 0px 8px !important;
}
.single-main li a {
	color: #4e4e4e !important;
	font-size: 18px !important;
	line-height: 28px !important;
}
.single-main li a:hover {
	color: #000 !important;
}
.single-main img {
	width: 100%;
	display: block !important;
	height: 450px;
	object-fit: cover;
}
.single-main .elementor-icon-list-icon {
	display: none !important;
}
.single-left h2 {
	font-size: 35px;
	line-height: 42px;
}
.single-left h3 {
	font-size: 30px;
	line-height: 34px;
}
.single-left h4 {
	font-size: 25px;
	line-height: 28px;
}
.single-left h5 {
	font-size: 20px;
	line-height: 24px;
}
.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
	margin: 30px auto 10px;
}
.post-content ul {
	list-style: none !important;
}
.post-content li {
	position: relative;
	font-size: 17px;
	line-height: 27px;
	padding-left: 20px;
	margin-bottom: 10px !important;
}
.post-content li::before {
	content: "";
	position: absolute;
	background-image: url("https://japaneseimportpros.com/wp-content/uploads/2025/12/arrow-sign.png");
	background-repeat: no-repeat;
	background-size: 13px;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 8px;
}
.single-ryt .sidebar .elementor-container {
	background: #000;
	padding: 30px;
}
.single-ryt h4 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #fff !important;
	font-family: "Anton", sans-serif !important;
}

.single-ryt article {
	padding-bottom: 15px !important;
	border-bottom: 1px solid #fff6;
	align-items: center;
}
.single-ryt h3 a {
	font-size: 14px !important;
	line-height: 20px !important;
	color: #fff !important;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}
.single-ryt article:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.post-content p {
	font-size: 17px;
	line-height: 31px;
}
.post-content h2:first-child {
	margin-top: 0;
}

























/* popup */
.hd_menu, .popup-btn {
  width: auto !important;
}
.popup-btn {
	margin-left: 20px;
}
.popup-btn .btnserv_head {
  background: #e93134;
  border-radius: 0px;
  padding: 10px 25px !important;
  line-height: normal;
  min-width: max-content;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  border: 0 !important;
}
.wise-logo {
	position: absolute;
	top: -70px;
	max-width: 250px;
	margin: auto !important;
	right: 50px;
}

/* 
responsive-start */
@media(max-width: 1400px) {
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 18px !important;
	}
		.ft-list ul {
		column-gap: 160px;
	}
	.ft-menu ul {
		column-gap: 30px;
	}
	.hd_right {
		margin-right: 15px;
	}
	.hd_menu .elementor-nav-menu > li {
		margin-left: 12px;
	}
	.diff-pad {
		padding: 100px 0px;
	}
	.lftr-ryt-spc {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.lft-bdr::before {
	left: -9px;
	bottom: -20px;
}
}
@media(max-width: 1199px) {
	.hd_menu .elementor-nav-menu > li {
		margin-left: 8px;
	}
	.popup-btn {
		margin-left: 10px;
	}
	.popup-btn .btnserv_head {
		padding: 10px 15px !important;
		font-size: 18px;
	}
	.site_logo {
		max-width: 210px;
	}
	.single-left {
		width: 100% !important;
	}
	.single-ryt {
		display: none;
	}
	.post-info {
		justify-content: left;
		display: flex;
	}
	.single-main h1 {
		font-size: 40px !important;
		line-height: 50px !important;
		margin-bottom: 18px;
		text-align: left;
	}
	.post-card .elementor-post__text {
		padding: 70px 61px 20px 20px;
	}
	.post-card h3 {
		font-size: 20px !important;
		line-height: 29px;
	}
	.post-card .elementor-post__text::before {
		background-size: 16px;
		bottom: 16px;
		right: 16px;
		width: 35px;
		height: 35px;
	}
	
	
		.inr-bnr {
		padding: 16% 15px;
	}
	.ft-icon-col {
		width: 24% !important;
	}
	.copyryt_col {
		width: 76% !important;
	}
	.ft-list ul {
		column-gap: 90px;
	}
	.pb100 {
		padding-bottom: 80px;
	}
	.ft-menu li a {
		font-size: 20px !important;
	}
	.bg-space {
		padding: 0px 60px 0px 60px;
	}
	.hd_menu .elementor-nav-menu > li > a {
		font-size: 16px !important;
	}
	.diff-pad {
		padding: 80px 0px;
	}
	.left-side-border::after {
		right: -8px;
	}
	.left-side-border::before {
		left: -9px;
	}
	.service-box .elementor-image-box-img img {
	max-width: 90px;
}
	.suspension-col.service-box .elementor-image-box-img img {
		max-width: 190px;
	}
	.service-box span {
		font-size: 23px;
	}
	.custom-contact > div {
		padding: 30px !important;
	}
	.contact-info li {
		padding: 18px 30px !important;
		margin-bottom: 22px !important;
		font-size: 22px !important;
		line-height: 30px;
	}
	.contact-info li .elementor-icon-list-icon::before {
		width: 74px;
		height: 74px;
		background-size: 138%;
	}
	.contact-info li .elementor-icon-list-icon {
		margin-right: 26px;
	}
	
	
	
	
	
	
	
	.without-bnr {
		padding: 80px 15px;
	}
	.pad120 {
		padding: 100px 15px;
	}
	.trans-hd h2 {
		font-size: 80px;
		line-height: 70px;
	}
	.inr-hd h1 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 16px;
	}
	.review-slider .elementor-swiper-button {
		bottom: -80px;
	}
	.review-slider .elementor-testimonial__name {
		font-size: 24px;
		margin-top: 27px;
	}
	.review-slider .swiper-slide {
		padding: 37px !important;
	}
	.defbtn a {
		font-size: 18px;
	}
	.right-bdr {
		padding-right: 40px;
	}
	.mdheading h2 {
		font-size: 50px;
		margin-bottom: 25px;
	}
	.smheading h2 {
		font-size: 33px;
	}
	p, li {
		margin-bottom: 15px;
	}
	.pl60 {
		padding-left: 50px;
	}
	.pad100 {
		padding: 80px 15px;
	}
	.bigheading {
		margin-bottom: 20px !important;
	}
	.bg-col > div {
		margin-right: calc(-50vw + 520px);
		width: calc(65vw + 100px) !important;
		padding: 60px 60px !important;
	}
	.pr60 {
		padding-right: 50px;
	}
	.single-logo img {
		max-height: 100px;
		max-width: 100px;
	}
	.bigheading h2 {
		font-size: 60px;
		line-height: 77.5px;
	}
	.bannercaption h1 {
		font-size: 68px;
		line-height: 88px;
	}
}
@media(max-width: 1024px) {
		.hdactive .elementor-nav-menu li .sub-arrow svg {
		fill: #fff;
	}
	.header_main .elementor-nav-menu > li > ul.sub-menu {
	min-width: 100% !important;
	margin-top: 0px !important;
}
	.header_main .elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
		fill: #e21929;
	}
	.header_main .elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
	fill: #fff;
}
.header_main .elementor-menu-toggle {
	background-color: #f21f28;
	padding: 11px;
	margin: 0px 0px !important;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	border-radius: 0;
}
.header_main nav.elementor-nav-menu--dropdown {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 480px;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -490px;
	transform: unset !important;
	max-height: 100% !important;
	transition: all ease-in-out 0.3s !important;
	background-color: #000;
	overflow: auto;
	z-index: 5;
}
.header_main .elementor-nav-menu>li>a {
color: #fff;
}
.header_main .elementor-menu-toggle.elementor-active~.elementor-nav-menu--dropdown {
right: 0px !important;
}
.header_main .elementor-menu-toggle.elementor-active {
background-color: #fff;
color: #fcb113;
margin: 0px !important;
position: fixed;
right: 15px;
top: 48px;
}
.hd_menu .elementor-nav-menu > li > a:hover {
color: #fff !important;
}
.header_main .elementor-nav-menu {
margin: auto;
margin-top: 90px !important;
width: 100% !important;
}
.header_main .sub-arrow {
position: absolute;
right: 30px;
}
.header_main .elementor-nav-menu>li:last-child>a:hover {
background: transparent !important;
color: #fff !important;
}
.header_main .elementor-nav-menu>li:last-child {
margin-left: 0px;
}
.header_main .hd_menu .elementor-nav-menu>li:last-child>a {
border: 0 !important;
}
.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
background-color: transparent !important;
font-size: 20px !important;
padding: 22px 15px !important;
border: 0px !important;
color: #fff !important;
border-bottom: 1px solid #ffffff1f !important;
}
.hd_menu nav > ul.elementor-nav-menu > li {
margin-left: 0px;
}
	.elementor-nav-menu li:hover .sub-arrow svg {
	fill: #fff;
}
.header_main ul.elementor-nav-menu .sub-menu li a {
	padding: 20px 20px 20px 35px !important;
	color: #fff !important;
	font-size: 17px !important;
	background-color: #0f0f0f !important;
	text-transform: uppercase;
}
.header_main ul.elementor-nav-menu .sub-menu {
background: transparent !important;
}
}
@media(max-width: 999px) {
	.single-left h4 {
		font-size: 22px;
		line-height: 26px;
	}
	.single-left h3 {
		font-size: 26px;
		line-height: 31px;
	}
	.single-left h2 {
		font-size: 30px;
		line-height: 37px;
	}
	.single-main h1 {
		font-size: 34px !important;
		line-height: 43px !important;
		margin-bottom: 14px;
	}
	.single-main {
		padding: 60px 15px;
	}
	.post-card article:hover .elementor-post__text::before {
		transform: rotate(-50deg);
	}
	.popup-btn .btnserv_head {
		padding: 9px 15px !important;
		font-size: 17px;
	}

	.post-card article:hover .elementor-post__thumbnail img {
		transform: unset !important;
	}
	.post-card .elementor-post__thumbnail img {
		height: 280px !important;
	}
	.post-card .elementor-post__text {
		padding: 60px 54px 15px 15px;
	}

	
	
		.inr-bnr {
		padding: 22% 15px 10%;
	}
	.bigtext p {
		font-size: 17px;
	}
	.bg-space {
		padding: 0px 40px 0px 40px;
	}
	.ft-list li svg {
		width: 25px !important;
		height: 25px !important;
	}
	.ft-list li .elementor-icon-list-icon {
	padding: 9px;
}
	.pb100 {
	padding-bottom: 60px;
}
	.ft-icon-col {
		width: 32% !important;
	}
	.copyryt_col {
		width: 68% !important;
	}
	.copyrighttext {
		font-size: 17px;
		max-width: 400px;
	}
	.ft-list ul {
		column-gap: 40px;
	}
	.ft-list li a {
		font-size: 16px !important;
		line-height: 22px;
	}
	.ft-list li {
		font-size: 16px !important;
		line-height: 23px;
	}
	.bdr-top {
		padding-top: 80px;
		margin-top: 30px;
	}
	.ft-menu li a {
		font-size: 18px !important;
	}
	.ft-menu ul {
		column-gap: 10px;
	}
	.ft-logo img {
		max-height: 100px;
		max-width: 160px;
	}
		.header_main .elementor-menu-toggle.elementor-active {
		top: 24px;
	}
	.banner {
		padding: 19% 15px;
	}
	.site_logo {
		max-width: 210px;
	}
	
	.thanks-hd.inr-hd h1 {
		font-size: 40px;
	}
	.diff-pad {
	padding: 60px 0px;
}
	.line-btm {
		padding-bottom: 15px;
		margin-bottom: 15px !important;
	}
	.mt35 {
		margin-top: 19px;
	}
.service-box:hover {
	border: 2px solid #fff;
}
	.service-box {
		width: calc(100% / 3 - 7px) !important;
	}
	.service_outer > div {
		column-gap: 10px;
		row-gap: 10px;
	}
	.service-box span {
		font-size: 20px;
	}
.service-box p {
	width: 190px !important;
	padding: 0 0 3px 0px;
	font-size: 14px;
	margin-top: 7px !important;
	transform: translate(0px, 0) !important;
}
	.service-box .elementor-image-box-img img {
		max-width: 70px;
	}
	.suspension-col.service-box .elementor-image-box-img img {
		max-width: 140px;
	}
	.service-box {
		padding: 20px 15px 70px;
	}
	.contact-info li svg {
		width: 20px !important;
		height: 20px !important;
	}
	.contact-info li i {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}
	.contact-info li .elementor-icon-list-icon {
		margin-right: 16px;
	}
	.team-box span {
		font-size: 24px;
		line-height: 30px;
	}
	.t-full-col {
		width: 100% !important;
	}
	.tb-top {
		margin-top: 15px;
	}
	.t-full-col.pl30 {
	padding-left: 0;
}
	
	
	
	
	
	
	
	
	
	
	.pl30 {
		padding-left: 15px;
	}
	.achievement-list li {
		padding-right: 15px !important;
		font-size: 35px !important;
	}
	.without-bnr {
		padding: 60px 15px;
	}
	.testimonials-slider .elementor-testimonial__name {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 15px;
	}
	.testimonials-slider .swiper-slide::after {
		right: 10px;
		bottom: 10px;
		background-size: 40px;
	}
	.testimonials-slider .elementor-swiper-button {
		padding: 7px;
	}
	.testimonials-slider .swiper-slide {
		padding: 30px !important;
	}
	.pad120 {
		padding: 80px 15px;
	}
	.trans-hd h2 {
		font-size: 67px;
		line-height: 61px;
	}
	.mdheading h2 {
		font-size: 42px;
		margin-bottom: 18px;
	}
	.inr-hd h1 {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 13px;
	}
	.review-slider .elementor-swiper-button {
		bottom: -19px;
		font-size: 25px !important;
	}
	.review-slider .elementor-testimonial__title {
		font-size: 16px !important;
		line-height: 28px;
	}
	.review-slider .elementor-main-swiper {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: -50px;
	}
	.review-slider .elementor-testimonial__name {
		font-size: 21px;
		margin-top: 19px;
	}
	.review-slider .swiper-slide {
		padding: 20px !important;
	}
	.right-bdr {
		padding-right: 30px;
	}
	.smheading h2 {
		font-size: 27px;
	}
	.pad100 {
		padding: 60px 15px;
	}
	.bg-col > div {
		margin-right: calc(-50vw + 400px);
		width: calc(65vw + 100px) !important;
		padding: 30px 30px !important;
	}
	.defbtn a:hover::after {
		left: 20%;
	}
	.defbtn a:hover::before {
		right: 20%;
	}
	.defbtn a {
		font-size: 16px;
	}
	p, li, div, p.elementor-heading-title {
		font-size: 16px;
		line-height: 28px;
	}
	.bigheading {
		margin-bottom: 15px !important;
	}
	.pr60 {
		padding-right: 35px;
	}
	.pad80 {
		padding: 60px 15px;
	}
	.multi-logo > div {
		column-gap: 13px;
	}
	.single-logo img {
		max-height: 90px;
		max-width: 90px;
	}
	.pl60 {
		padding-left: 35px;
	}
	.bigheading h2 {
		font-size: 44px;
		line-height: 56.5px;
	}
	.defbtn {
		margin-top: 25px;
	}
	.subheading p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 18px;
	}
	.bannercaption h1 {
		font-size: 56px;
		line-height: 76px;
	}
}
@media(max-width: 767px) {
	.wise-logo {
		position: absolute;
		top: -70px;
		max-width: 220px;
		margin: auto !important;
		right: 0;
		left: 0;
	}
	.ft-fix-btn a {
		color: #fff;
		padding: 9px;
		line-height: 26px;
		font-size: 18px;
		width: 100% !important;
		text-align: center;
		font-weight: 400;
		font-family: "Anton", sans-serif;
		letter-spacing: 1px;
		border-left: 1px solid #fff;
		text-transform: uppercase;
	}
	.ft-fix-btn {
		display: flex;
		width: 50% !important;
		background: #eb1f1c;
		text-align: center;
		right: 0;
		z-index: 10;
		justify-content: center;
		padding: 0;
		bottom: 0;
	}
	.popup-btn {
		margin-left: 0px;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 50% !important;
		left: 0;
	}
	
	.popup-btn .btnserv_head {
		width: 100% !important;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 25px auto 8px;
	}
	.single-left h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.single-left h3 {
		font-size: 24px;
		line-height: 29px;
	}

	.single-left h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.single-main h1 {
		font-size: 31px !important;
		line-height: 40px !important;
		margin-bottom: 11px;
	}
	
	.single-main {
		padding: 40px 15px;
	}
	
	
	
		.bg_gry {
		background: #80808017;
	}
	.left-side-border::after {
		display: none;
	}
	.left-side-border::before {
		display: none;
	}
	.inr-bnr {
		padding: 27% 15px 10%;
	}
	.bigtext {
		text-align: center;
	}
	.ft_sec {
		padding: 50px 15px 60px;
	}
	
	.copyrighttext {
		font-size: 16px;
	}
	.pb100 {
		padding-bottom: 40px;
	}
	.ft-hd {
		width: 100% !important;
		margin-right: 0;
	}
	.ft-list ul {
		column-gap: 15px;
	}
	.copyrighttext {
	margin: 0 auto;
}
	.ft-icon-col > div {
		justify-content: center;
	}
	.copyryt_col {
		width: 100% !important;
	}
	.ft-icon-col {
	width: 100% !important;
}
	.ft-topbdr {
		margin-top: 40px;
	}
	.bdr-top {
		padding-top: 30px;
		margin-top: 30px;
	}
	.ft_outer .elementor-widget-wrap {
		justify-content: center;
	}
	.ft-list li .elementor-icon-list-text {
		display: none !important;
	}
	.ft-list li .elementor-icon-list-icon {
		position: static;
	}
	.bg-img > div::after {
	width: 100%;
	height: 100%;
}
	.bg-img > div::before {
	width: 100%;
	height: 100%;
}
	.bg-space {
		padding: 40px 40px 40px 40px;
	}
	.hdactive .site_logo {
		max-width: 190px;
	}
	.banner {
		padding: 28% 15px 16%;
	}
	.thanks-hd.inr-hd h1 {
		font-size: 33px;
	}
	.diff-pad {
	padding: 40px 0px;
}
	.lft-bdr::before {
display: none;
}
	.service-box {
		width: calc(100% / 2 - 7px) !important;
	}
	.contact-bnr p {
		font-size: 18px;
	}
	.custom-contact > div {
		padding: 30px 15px !important;
	}
	.one-third {
		grid-column: span 12 !important;
	}
	.team-box:hover p i::after {
		left: 20%;
	}
	.team-box:hover p i::before {
		right: 20%;
	}
	.team-box p i {
		padding: 6px 21px;
		font-size: 18px;
		margin: 20px auto auto;
	}
	.team-box {
		width: calc(100% / 2 - 15px) !important;
	}
	.team-box:nth-child(n+3) {
	margin-top: 20px;
}
	.achievement-list ul {
		column-gap: 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.smheading h2 {
		font-size: 24px;
	}
	.without-bnr {
		padding: 40px 15px;
	}
	.testimonials-slider .elementor-testimonial__cite {
		width: 100% !important;
	}
	.testimonials-slider .swiper-slide:hover::after {
		background-image: url(https://japaneseimportpros.com/wp-content/uploads/2025/11/quote-icon.png);
		opacity: 0.3;
	}
	.testimonials-slider .swiper-slide:hover .elementor-testimonial__title {
		color: #777 !important;
	}
	.testimonials-slider .swiper-slide:hover .elementor-testimonial__name {
		color: #222 !important;
	}
	.testimonials-slider .swiper-slide:hover {
		background-color: #fff !important;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}
	.testimonials-slider .elementor-testimonial__title {
		font-size: 14px !important;
		line-height: 25px;
		text-align: center;
	}
	.testimonials-slider .elementor-testimonial__name {
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}
	.pad120 {
		padding: 60px 15px;
	}
	.trans-hd h2 {
		font-size: 57px;
		line-height: 51px;
	}
	.inr-hd h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.review-slider .elementor-swiper-button-prev {
		right: unset !important;
		left: 0 !important;
		opacity: 1 !important;
	}
	.review-slider .elementor-swiper-button-next {
		left: unset !important;
		right: 0px !important;
		opacity: 1 !important;
	}
	.review-slider .elementor-swiper-button {
		bottom: 31px;
		font-size: 16px !important;
	}
/* 	.review-slider .elementor-swiper-button {
		bottom: 40px;
		font-size: 22px !important;
		left: 0;
		opacity: 1 !important;
		padding: 5px;
		right: unset;
	} */
	.right-bdr {
		padding-right: 20px;
	}
	.bigtext p {
		font-size: 17px;
	}
	.right-bdr::after {
		width: 36%;
		border-right: 3px solid #e93134;
		border-bottom: 3px solid #e93134;
	}
	.review-slider .elementor-testimonial__name::before {
		left: 0;
		right: 0;
		margin: 0 auto 8px;
	}
	.review-slider .elementor-testimonial__name {
		font-size: 19px;
		margin-top: 19px;
		margin: 17px auto 0;
	}
	.review-slider .elementor-testimonial__title {
		text-align: center;
	}
	.review-slider .elementor-main-swiper {
		margin-left: 0;
	}
	.mdheading h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.bg-col p {
		max-width: 100% !important;
	}
	.pl60 {
		padding-left: 0;
	}
	.subheading p {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.pad100 {
		padding: 40px 15px;
	}
	.bg-col > div {
		margin-right: 0;
		width: 100% !important;
		padding: 30px 15px !important;
	}
	.mob_full img {
		width: 100% !important;
		height: auto !important;
	}
	.bigheading {
		margin-bottom: 12px !important;
	}
	.pr60 {
		padding-right: 0;
	}
	.pad80 {
		padding: 40px 15px;
	}
	.bigheading h2 {
		font-size: 35px;
		line-height: 43.5px;
	}
	.bannercaption h1 {
		font-size: 44px;
		line-height: 56px;
	}
	.subheading p::before {
		left: 0;
		right: 0;
		margin: 0 auto 10px;
	}
}
@media(max-width: 600px) {
	.wise-logo {
		position: absolute;
		top: -51px;
		max-width: 200px;
		margin: auto !important;
		right: 0;
		left: 0;
	}
	.single-left h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.single-left h3 {
		font-size: 22px;
		line-height: 27px;
	}
	.single-left h2, .single-left h3, .single-left h4, .single-left h5 {
		margin: 22px auto 7px;
	}
	.single-left h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.single-main h1 {
		font-size: 27px !important;
		line-height: 37px !important;
		margin-bottom: 9px;
	}
	.post-card .elementor-post__text::before {
		background-size: 14px;
		bottom: 13px;
		right: 10px;
		width: 30px;
		height: 30px;
	}

	.post-card h3 {
		font-size: 18px !important;
		line-height: 27px;
	}
	
	
	
	
	
		.inr-bnr {
		padding: 32% 15px 10%;
	}
	.ft-list li .elementor-icon-list-text {
		display: none;
	}
	.ft_outer > div {
	justify-content: center;
}
	.header_main .elementor-menu-toggle.elementor-active {
		top: 20px;
	}
	.header_main ul.elementor-nav-menu .sub-menu li a {
		padding: 15px 15px 15px 30px !important;
		font-size: 16px !important;
	}
	.header_main ul.elementor-nav-menu > li > a, .hd_menu .elementor-nav-menu > li:last-child > a {
		font-size: 18px !important;
		padding: 15px 15px !important;
	}
	.header_main nav.elementor-nav-menu--dropdown {
		width: 310px;
	}
	.header_main .elementor-menu-toggle {
    padding: 9px;
}
	.site_logo {
		max-width: 180px;
	}
	.thanks-hd.inr-hd h1 {
		font-size: 30px;
	}
	.service-box {
		width: 100% !important;
	}
	.contact-info li {
		padding: 18px 30px !important;
		margin-bottom: 10px !important;
		font-size: 20px !important;
		line-height: 25px;
	}
	.team-box:nth-child(n+2) {
		margin-top: 20px;
	}
	.team-box {
		width: 100% !important;
	}
	table td, table th {
		padding: 10px;
	}
	.achievement-list ul {
		column-gap: 7px;
	}
	.achievement-list li {
	padding-right: 10px !important;
	font-size: 24px !important;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.inr-hd h1 {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 7px;
	}
	.trans-hd h2 {
		font-size: 48px;
		line-height: 47px;
	}
	.testimonials-slider .elementor-swiper-button {
		padding: 5px;
	}
	.right-bdr::after {
		width: 28%;
		border-right: 2px solid #e93134;
		border-bottom: 2px solid #e93134;
	}
	.single-logo img {
		max-height: 80px;
		max-width: 80px;
	}
	.bigheading h2 {
		font-size: 32px;
		line-height: 39.5px;
	}
	.bannercaption h1 {
		font-size: 38px;
		line-height: 47px;
	}
}
@media(max-width: 400px) {
	
}

