/* Custom CSS */
@font-face {
    font-family: 'Hondafont';
    src: url('/assets/font/Hondafont.woff2') format('woff2'),
         url('/assets/font/Hondafont.woff') format('woff'),
         url('/assets/font/Hondafont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
  color: #222;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
form#multiStepForm:has(.thanku_message[style*="display: block"]) {
  border-radius: 100px 0px 0px 100px;
}
.conatiner-max {
    max-width: 1180px;
    justify-content: center;
    display: flex
;
    width: 100%;
    position: relative;
    margin: 0px auto;
    align-items: center;
}
.header {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
}
header.header {
    display: flex;
    position: relative;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 23px;
}
.logo a.custom-logo-link img.custom-logo {
    width: 205px;
    object-fit: contain;
    position: relative;
    top: 3px;
}

header.header #dataShow {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    right: 30px;
    padding-bottom: 20px;
    bottom: -13px;
}
.megamenu::before {
    right: 19px;
    position: absolute;
    top: -15px;
    content: "";
    font-family: Arial, sans-serif;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    border-radius: 0px;
}
header.header #dataShow img.header-language {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    object-fit: cover;
}
.megamenu{
	position: absolute;
   display:none;
    width: 1180px;
    margin: 0px auto;
    left: 0;
    right: 0;
    top: 80px;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 14.6px;z-index: 1;
}
.maga-menu-max{
	background: #f7f7f7; padding-top: 40px;  padding-bottom: 40px;
}
.logo {
    flex: 1;
}
.container {
  flex: 1;
  text-align: left;
  padding: 40px 20px;
}

.title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.subtitle {
  color: #666;
  margin-bottom: 32px;
}

.languages {
    display: grid;
    justify-items: baseline;
    margin: 0 auto;
    column-gap: 20px;
    row-gap: 20px;
    align-items: flex-start;
    text-align: left;
}
.languages ul{
    column-count: 5;
}
.main-text h2 {
    text-align: center;
    margin-top: 68px;
    margin-bottom:40px;
    text-transform: uppercase;
}  
.down-icon {
    text-align: center;
    padding-bottom: 30px;
}
.down-icon img {
    width: 21px;
}

.lang {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 180px;
  justify-content: center;
}
div#languagePopup {
    background: #f7f7f7;
    padding-bottom: 65px;
	padding-top: 30px;
}
.lang img {
  width: 24px;
  height: 16px;
  border-radius: 2px;
}

.lang:hover {
  border-color: #cc0000;
}

.selected {
  background-color: #f7f7f7;
  border: 2px solid #cc0000;
}

.footer {
  text-align: center;
  padding: 24px 10px;
  font-size: 0.9rem;
  color: #555;
 
}
ul#menu-footer-menu span.divider:last-child {
    display: none;
}
span.divider {
    padding-left: 5px;
    padding-right: 5px;
	color:#959595;
}
.footer a {
    color: #959595;
    text-decoration: none;
    text-transform: lowercase;
}

.footer a:hover {
  text-decoration: underline;
}
.languages ul {
    padding: 0px;
    list-style: none;
	margin:0px auto;
}
.honda-logo {
  margin-top: 10px;
  font-weight: bold;
  color: #cc0000;
  font-size: 1.2rem;
}

.lang-option {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  padding: 10px 15px;
  border-radius:5px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #f8f8f8;
  width: 170px;
  position:relative;
  	transition:0.5s;
}
.languages ul li label.lang-option.active{
	 border-color: #b4c9eb00;
    background: #b4c9eb66;
}
.languages ul li label.lang-option.active img.check-icon{
	display:block;
}
.languages ul li label.lang-option.active span{
	color:#5388df;
	filter:none;
}
.languages ul li label.lang-option.active img {
    filter: none;
}
label.lang-option.active{
	display:flex;
}
.lang-option:hover {
    border-color: #b4c9eb00;
    background: #b4c9eb66;
}

.lang-option input[type="radio"] {
  display: none;
}
.lang-option:hover span{
	color:#5388df;
}
.lang-option img {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    margin-bottom: 0px;
    object-fit: cover;
    margin-right: 10px;
}
img.check-icon {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: 0px;
    position: absolute;
    right: 15px;
	display:none;
	transition:0.5s;
}
.lang-option:hover img.check-icon{
	display:block;
}
.lang-option span {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}

.lang-option input[type="radio"]:checked + img,
.lang-option input[type="radio"]:checked + img + span {
  filter: drop-shadow(0 0 3px #cc0000);
}

.lang-option input[type="radio"]:checked ~ span {
  color: #cc0000;
  font-weight: 600;
}

#langContinue {
  margin-top: 25px;
  background-color: #cc0000;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
h2.select_lang{
	text-align: center; font-weight:100; font-size: 22px;
}

#langContinue:hover {
  background-color: #b00000;
}

.popup, .form-container { display: none; }
.active { display: block; }
.step { display: none; }
.step.active { display: block; }
input, select, button { display: block; margin: 10px 0; padding: 10px; width: 100%; box-sizing: border-box; }

/* Drag & drop area */
.dropzone {
    border: 2px dashed #bbb;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: background .15s, border-color .15s;
}
.dropzone.dragover {
    background: rgba(0,0,0,0.03);
    border-color: #666;
}
.dropzone small { display:block; margin-top:6px; color:#666; }
span.form_error {
    color: red;
    font-size: 14px;
    position: relative;
    top: -8px;
}
/* Image preview list */
.image-preview {
    display: flex;
    gap: 10px; 
    margin-top: 10px;
    flex-wrap: wrap;
}
.image-item {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
}
.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.img-controls {
    position: absolute;
    top: 4px;
    right: 4px;
    display:flex;
    gap:6px;
    z-index:2;
}
.img-controls button {
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: pointer;
    font-size: 12px;
}
.drag-handle {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: rgba(255,255,255,0.9);
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 12px;
    cursor: grab;
}
.image-item.dragging {
    opacity: 0.4;
    transform: scale(0.98);
}
.visually-hidden { position:absolute !important; height:1px; width:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }
.body-content {
    justify-content: center;
    display: flex;
}
.body-content p {
    max-width: 587px;
    margin-bottom: 40px;
    margin-top: 10px;
}
.logo a {
    color: #ffff;
    text-decoration: none;
    text-transform: uppercase;
	    font-family: 'Hondafont';
    font-weight: bold;
}
form#multiStepForm {
    background: #f7f7f7;
    padding: 80px 0px;
    display: flex
;
    justify-content: center;
}
.form-filed {
    max-width: 500px;
    width: 100%;
}
form#multiStepForm textarea {
    width: 92%;
    height: 170px;
    background: transparent;
    padding: 20px 20px;
    border-radius: 5px;
    border: 1px #131313 solid;
    max-width: 92%;
    min-width: 92%;
}
p.trems {
    opacity: 0.4;
    font-style: italic;
    margin-top: 25px;
}
.languages ul li {
    margin-bottom: 20px;
}

button#submitForm {
    background: #131313;
    border: none;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 0px;
	border-radius:5px;
	cursor:pointer;
}
form#multiStepForm div#step1 input {
    border: 1px #131313 solid;
    border-radius: 5px;
    height: 46px;
	background: transparent;
	padding:10px 20px;
}
form#multiStepForm div#step1 select {
    border-radius: 5px;
    border: 1px #131313 solid;
    height: 46px;
	background: transparent;
	    color: #131313;
			padding:10px 20px;

}
form#multiStepForm div#step1 input:focus-visible{
	outline:none;
}
form#multiStepForm div#step1 input::placeholder{
	  font-size: 16px;
    color: #131313;

}
form#multiStepForm textarea:focus-visible{
	outline:none;
}
form#multiStepForm div#step1 select:focus-visible{
	outline:none;
}
div#dropzone {
    margin-top: 20px;
}
form#multiStepForm textarea::placeholder {
    font-size: 16px;
    color: #131313;

}
form#multiStepForm div#step1 select option {
    color: #131313;
}
.logged-in .megamenu {
    top: 112px !important;
}
.page-id-38 .container , .page-id-3 .container {
    max-width: 1200px;
    margin: 0px auto;
}
.thanku_message {
    text-align: center;
    font-size: 19px;
    height: 55vh;
    display: flex
;
    justify-content: center;
    align-items: center;
}
span.loader {
    position: relative;
    top: 4px;
    left: 7px;
}
footer.footer .honda-logo {
    margin-top: 22px;
	margin-bottom:15px;
}
.drag-handle {
    display: none;
}
.img-controls button {
    background: rgb(227 227 227 / 85%);
}
.img-controls button:hover {
    background: #000;
    color: #fff;
}
.img-controls {
    top: -5px;
}
.image-item {
    width: 90px;
    height: 90px;
}
/* Responsive CSS */

@media (max-width:767px){
	.languages ul li {
    margin-bottom: 5px;
}
header.header {
    padding-top: 14px;
    padding-bottom: 14px;
}
.logo a.custom-logo-link img.custom-logo {
    width: 160px;
}
	.megamenu {
    max-width: 100% ! IMPORTANT;
	width:100% !important;
}
	.logged-in .megamenu {
    top: 108px !important;
	width:100%;
}
	.megamenu::before {
    right: 15px;
}
	.megamenu{
		top:62px !important;		

	}
	header.header #dataShow {
    right:9px;
}
    .megamenu::before {
        right: 15px;
        top: -11px;
    }
	.languages {
    grid-template-columns: repeat(1, 1fr);
	padding:20px 20px;
}
.languages ul {
    column-count: 2;
	margin: 0px auto;
}
.maga-menu-max {
    padding-top: 0px !important;
}
.down-icon {
    padding-bottom: 20px;
}
.lang-option {
    width: 133px;
}
div#languagePopup h2 {
    font-size: 18px !important;
}
.main-text h2 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 20px;
}
.body-content p {
    max-width: 100%;
    padding: 0px 20px;
    width: 100%;
}
form#multiStepForm {
    padding: 40px 20px;
}
form#multiStepForm textarea {
    width: 88%;
    max-width: 88%;
    min-width: 88%;
}
}
@media (min-width:768px) and (max-width:1024px){
	.logo a.custom-logo-link img.custom-logo {
    width: 140px;
}
header.header {
    padding-top: 12px;
    padding-bottom: 12px;
}
	.maga-menu-max {
    padding-top: 10px !important;
	padding-bottom:10px !important;
}
    .languages ul {
        column-count: 3;
        margin: 0px auto;
    }
	.languages ul li {
    margin-bottom: 10px;
}
	.logged-in .megamenu {
    top: 106px !important;
	width:100%;
}
.languages {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
        padding: 0px 20px;
		margin:0px auto;
    }
	header.header #dataShow {
    right:31px;
}
.megamenu{
	top:60px !important;
	width:100%;
}
.megamenu::before {
	right:37px;
}
}