@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

/* Header */

header .container {
  max-width: 1220px;
}

.header-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0px;
}

.logo {
  width: 270px;
}

.logo a img {
  width: 100%;
}

header {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.get-in a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 11px 14px 13px 14px;
  border-radius: 5px;
  transition: 0.3s ease;
}

.get-in a i {
  font-size: 15px;
  transition: 0.3s ease;
}

.get-in a:hover i {
  transform: rotate(-45deg);
}

.get-in a:hover {
  background-color: #0001a0;
  color: #fff;
}

/* New Drop-down Menu */

nav {
  padding: 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  position: absolute;
  right: 0px;
  top: 35px;
  font-size: 24px;
  color: #912524;
  cursor: pointer;
  display: none;
  z-index: 1100;
}

.menu-toggle.active::before {
  content: "\2715";
}

.menu-toggle::before {
  content: "\2630";
}

ul.menus {
  list-style: none;
  display: flex;
  align-items: center;
}

ul.menus li {
  position: relative;
}

ul.menus li a {
  color: #000;
  padding: 25px 15px;
  display: block;
  font-size: 17px;
  transition: 0.4s all ease;
  position: relative;
  font-weight: 500;
}

ul.menus li a:hover {
  transition: 0.4s all ease;
}

ul.menus ul {
  display: none;
  position: absolute;
  background: #444;
  top: 100%;
  left: 0;
  min-width: 210px;
  z-index: 999999;
  box-shadow: rgba(85, 89, 94, 0.2) 0px 8px 24px;
}

ul.menus ul ul {
  left: 100%;
  top: 0;
}

ul.menus li:hover>ul {
  display: block;
}

.submenu-toggle {
  display: none;
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
}

ul.menus ul li a:hover {
  background-color: #000;
  color: #fff !important;
}

ul.menus ul ul li a {
  width: 210px;
}

.in-pro {
  background-color: #fff !important;
  transition: 0.4s ease all;
}

.in-pro li a {
  color: #000 !important;
  padding: 8px 16px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  font-size: 17px !important;
  font-weight: 500 !important;
}

.in-pro li {
  border-bottom: 1px solid rgba(61, 61, 61, 0.1);
}

.in-pro li:last-child {
  border-bottom: none;
}

.in-pro li a:hover {
  color: #fff !important;
}

.in-pro li a i {
  font-size: 10px;
  color: #000;
}

.in-pro li a:hover i {
  color: #fff !important;
}

.nav-get {
  display: none;
}

ul.menus ul ul li a img {
  width: 80px;
}

ul.menus ul ul li a p {
  font-size: 14px;
  text-align: right;
}

/* New Drop-down Menu End */



/* Banner */

/* Banner */

#banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.banner-slides {
  position: relative;
  overflow: hidden;
}

.banner-slides .banner-slide-img {
  width: 100%;
}

.slick-active .banner-slide-img {
  animation: zoom-in-out 12s linear infinite alternate;
}

@keyframes zoom-in-out {

  0% {
    transform: scale(1);
    transform-origin: center;
  }

  100% {
    transform: scale(1.1);
    transform-origin: center;
  }
}

/* About Us */

.about-us {
  padding: 50px 0;
  background-image: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

.about-yamha h1 {
  line-height: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #0001a0;
  font-size: 16px;
  letter-spacing: .3em;
  padding-bottom: 10px;
}

.about-yamha h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 15px;
}

.about-yamha p {
  font-size: 16px;
  line-height: 28px;
}

.about-read a {
  font-size: 16px;
  font-weight: 700;
  background-color: #0001a0;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 25px;
  transition: 0.3s ease;
  border: 1px solid #0001a0;
}

.about-read a:hover {
  background-color: white;
  color: #0001a0;
  border: 1px solid #0001a0;
}

.product {
  padding: 50px 0;
}

.product h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}

/* Tabs */

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


/* Video */

.video-container-time {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-container-time iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Services */

.ser-time {
  padding: 60px 0;
}

.ser-time h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.ser-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ser-img {
  width: 50%;
}

.ser-detail {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #000;
  padding: 60px;
}

.ser-detail {
  width: 50%;
  background-image: url(../images/ser-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.ser-detail h3 {
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 20px;

}

.ser-detail p {
  font-size: 17px;
  line-height: 28px;
}

.ser-btn a {
  border: 1px solid #0001a0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0001a0;
  padding: 12px 24px;
  margin-top: 25px;
  display: inline-block;
  transition: 0.3s ease;
}

.ser-btn a:hover {
  background-color: #fff;
  color: #0001a0;
  border: 1px solid #0001a0;
}

.ser-detail ul {
  margin-top: 15px;
}

.ser-detail ul>li {
  position: relative;
  padding-left: 35px;
  padding-bottom: 5px;
}

.ser-detail ul>li::before {
  position: absolute;
  content: "\f0a4";
  font-family: "FontAwesome";
  color: #0001a0;
  top: 0;
  left: 2%;
}

.ser-detail ul>li>a {
  color: #0001a0;
  font-weight: 500;
}

.ser-2-detail {
  background-image: url(../images/ser-bg-1.png);
}

.all-ser a {
  font-size: 16px;
  font-weight: 700;
  background-color: #0001a0;
  color: #fff;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 25px;
  transition: 0.3s ease;
  border: 1px solid #0001a0;
}

.all-ser a:hover {
  background-color: #fff;
  color: #0001a0;
}

.all-ser {
  text-align: center;
}

/* Enquiry Now */

.new-enq {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 66px 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #fff;
}

.footer-social-address {
  border-radius: 5px;
}

.footer-social-address-content h4 {
  font-size: 31px;
  color: #2a2a2a;
  font-weight: 700;
  line-height: 44px;
}

.why-contacts {
  text-align: right;
}

.why-contacts a {
  color: #fff;
  border: 2px solid #0001a0;
  padding: 12px 22px;
  display: inline-block;
  font-size: 17px;
  transition: 0.3s ease;
  background-color: #0001a0;
  font-weight: 500;
}

.why-contacts a:hover {
  background-color: #fff;
  color: #0001a0;
}

/* Footer */

.footer {
  position: relative;
  color: #fff;
  background: #000;
  overflow: hidden;
}


/* Blue diagonal background */
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: #003399;
  clip-path: polygon(0 100%, 0 0, 50% 100%);
  z-index: 0;
}

.footer .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer h5 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.footer ul li a:hover {
  color: #fff;
}

/* Bike image */
.bike-img {
  position: absolute;
  bottom: 0;
  left: 45%;
  max-width: 300px;
  z-index: 2;
}

.social a {
  font-size: 20px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

@media(max-width: 768px) {
  .bike-img {
    position: static;
    display: block;
    margin: 20px auto;
  }
}


.foot-det {
  font-size: 15px;
  text-align: justify;
  hyphens: auto;
}

.second-foot {
  padding-left: 25px;
}

.foot-det p {
  line-height: 26px;
}

.copy {
  background-color: #212121;
  padding-top: 15px;
  padding-bottom: 15px;
}

.first-copy {
  color: #fff;
  font-size: 15px;
}

.power {
  text-align: right;
  color: #fff;
  font-size: 15px;
}

.power a {
  color: #fff;
}

.off-add {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}

.address {
  display: flex;
  padding-bottom: 10px;
}

.loca {
  width: 26px;
}

.loca i {
  color: #fff;
  position: relative;
  top: 3px;
  font-size: 17px;
}

.add {
  width: calc(100% - 26px);
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-size: 15px;
}

.add a {
  color: #fff;
  transition: 0.3s all ease;
}

/* three tabs */

.tab-t {
  overflow: hidden;
  background-color: #f1f1f1;
}

.tab-t button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  width: 33.33%;
}

.tab-t button:hover {
  background-color: #ddd;
}

.tab-t button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 0;
  border: none;
}

/* Contact Us Page */

.breadcrum {
  background-color: #0001a0;
  padding: 100px 0;
  position: relative;
}

.bread-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 15px;
}

.bread-cont h1 {
  position: relative;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
}
.bread-cont h1 a{
  color: #fff;
}

.bread-last {
  position: relative;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 10px;
  font-weight: 500;
}

.bread-last a {
  color: #fff;
  transition: 0.3s ease;
}

.bread-last a:hover {
  color: #00bcd4;
}

.contact-bg {
  background-image: url(../images/contact-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-bg h3 {
  color: #dc7d1e;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.contact-bg h3::before {
  position: absolute;
  content: "";
  top: 70%;
  width: 40px;
  left: 41%;
  height: 2px;
  background-color: #dc7d1e;
}

.contact-bg h3::after {
  position: absolute;
  content: "";
  top: 70%;
  width: 40px;
  right: 41%;
  height: 2px;
  background-color: #dc7d1e;
}

.contact-info-section {
  background-color: #111111;
  border: 8px solid #fff;
  padding: 20px 30px;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  background-image: url(../images/bg-map2.webp);
}

.number-info {
  margin-bottom: 18px;
}

.contact-info-section .number-info h4 {
  color: #8A8AFF;
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.1;
}

.contact-info-section .number-info p {
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

.contact-info-section .number-info a {
  color: #fff;
  transition: 0.3s ease;
  font-size: 17px;
}

.contact-info-section .number-info:last-child {
  margin-bottom: 0;
}

.contact-info-section .number-info address {
  font-size: 17px;
  line-height: 24px;
}

.contact-info-sections {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.contact-info-sections iframe {
  width: 100%;
  height: -webkit-fill-available;
}

address {
  margin-bottom: 0;
}

.map-time {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.map-time iframe {
  display: block;
}

/* Product Page */

.r-product {
  padding: 50px 0;
}

.zoom-container {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  cursor: zoom-in;
}

.zoom-image {
  width: 100%;
  transform-origin: center center;
  transition: transform 0.3s ease;
  padding: 25px;
}

.name-logo img {
  width: 50%;
}
.r-name img{

  background-color: #000;
  padding: 10px;
}

.product-det {
  padding-left: 20px;
}

.product-det h2 {
  font-size: 25px;
  padding-top: 25px;
  font-weight: 600;
  color: #0001a0;
  padding-bottom: 7px;
}

.product-det p {
  font-size: 16px;
  font-weight: 500;
}

.tab-time {
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: url(../images/products/per-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.tab-time::before{
  position: absolute;
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.97;
}

.h-tabs {
  display: flex;
  gap: 8px;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  justify-content: center;
}

.h-tab {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
}

.h-tab[aria-selected="true"] {
  background: #1e88e5;
  color: #fff;
}

.h-panel {
  display: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  margin-top: 25px;
  position: relative;
  background-color: #f6fbfe;
  opacity: 0.9;
}

.h-panel.active {
  display: block;
}

/* Vertical Tabs */
.v-wrap {
  display: flex;
  gap: 12px;
}

.v-nav {
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.v-btn {
  padding: 10px 15px;
  border: 1px solid #00000021;
  border-radius: 6px;
  cursor: pointer;
  background: #f3f6fb;
  text-align: left;
}

.v-btn[aria-selected="true"] {
  background: #0001a0;
  border-color: #ddd;
  color: #fff;
  font-weight: 600;
}

.v-content {
  flex: 1;
  /* border: 1px solid #ddd; */
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}
.v-content h3{
  font-size: 28px;
  color: #0001a0;
  font-weight: 700;
  padding-bottom: 13px;
}
.v-content p{
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.v-panel {
  display: none;
}

.v-panel.active {
  display: block;
}

@media(max-width:767px) {
  .v-wrap {
    flex-direction: column-reverse;
  }

  .v-nav {
    flex-direction: column;
  }

  .v-btn {
    flex: 0 0 auto;
  }
}
.good-img{
  padding-bottom: 20px;
}
.good-img img{
  max-width: 100%;
  height: auto;
}

/* Services Page */

.ser-renew{
  padding: 50px 0;
}
.ser-renew h2{
  font-size: 42px;
  font-weight: 600;
  color: #0001a0;
  padding-bottom: 15px;
  padding-left: 10px;
}
.ser-renew p{
  font-size: 18px;
  padding-bottom: 15px;
  padding-left: 10px;
}

/* Enquiry Form Css */

.form-control-feedback {
  display: none;
}

.has-feedback label~.form-control-feedback {
  top: 0 !important;
}

.error {
  text-align: left !important;
  display: table !important;
}

.thnak4 {
  margin-top: 50px;
}

.has-feedback .form-control {
 
  padding: 20px;
}

.form-group {
  margin: 15px 0 !important;
}

.form-group input {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #006db8;
  color: #000;
}
.has-feedback .form-control::placeholder{
  color: #000000;
}
.has-feedback .form-control{
  color: #000000;
}
.form-group textarea {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #006db8;
}

.form-group select {
  font-size: 16px !important;
  line-height: 24px;
  border-radius: 2px;
  border-bottom: 2px solid #006db8;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  width: 100% !important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child {
  font-size: 14px !important;
  line-height: 24px;
  border-radius: 2px;
  width: 100% !important;
  border-bottom: 2px solid #182852;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 20px 0;
  width: 100% !important;
}

.Submit-box {
  background-color: #006db8;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #006db8;
  font-size: 17px;
  border-radius: 2px;
  transition: 0.3s ease;
}

.Submit-box:hover {
  background-color: #000;
  border: 1px solid #000;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000 !important;
  border-bottom: 2px solid #182852;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}
.fill {
  font-size: 20px;
  font-weight: 600;
}
.get {
  font-size: 32px;
  color: #006db8;
  padding-bottom: 10px;
}

/* Specification */

.specific{
  padding: 50px 0;
}
.specific h2{
  font-size: 50px;
  font-weight: 600;
  color: #0001a0;
  text-align: center;
  padding-bottom: 25px;
}

.tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

/* Individual tab */
.my-tab {
  padding: 10px 20px;
  cursor: pointer;
  background: #f0f0f0;
  margin-right: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background 0.3s;
  font-weight: 600;
  font-size: 18px;
}

/* Active tab */
.my-tab.active {
  background: #0001a0;
  color: white;
  border-bottom: 2px solid white;
}

/* Tab content */
.my-tab-content {
  display: none;
  padding: 20px;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

/* Show active content */
.my-tab-content.active {
  display: block;
}
.en-type{
  margin-bottom: 30px;
}
.en-type h3{
  font-size: 18px;
  font-weight: 600;
  color: #0001a0;
  padding-bottom: 10px;
}
.en-type p{
  font-size: 14px;
  font-weight: 500;
  list-style: 28px;
}

/* Color Price Tabs */

.color-price{
  padding: 50px 0;
  background-color: #1a1b1c;
}
.color-price h2{
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 50px;
  text-align: center;
}

.product-container {
  display: flex;
  margin: 0 auto;
  background-color: #1a1b1c;
  border-radius: 10px;
}

.image-section {
  flex: 1;
  padding-right: 40px;
}

.bike-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s ease-in-out; /* Smooth transition for image change */
}

.details-section {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #333;
}

.color-selector {
  display: flex;
  gap: 13px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.color-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px #555;
  transition: all 0.2s;
  border: 2px solid #bdbdbf;
}

.color-swatch.active {
  border-color: #007bff; /* Highlight active color */
  box-shadow: 0 0 0 4px #007bff50;
}

.new-badge {
  display: inline-block;
  background-color: #0001a0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.color-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.ex-showroom{
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 600;
}

.price {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.disclaimer {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 20px;
}

/* .location-select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #333;
  color: white;
  border: 1px solid #555;
  border-radius: 4px;
} */

.book-button {
  border: none;
  cursor: pointer;
}
.book-button a{
  color: white;
  padding: 12px;
  display: inline-block;
  transition: background-color 0.3s;
  font-size: 15px;
  font-weight: 600;
  background-color: #0001a0;
}

.book-button:hover a{
  background-color: #fff;
  color: #0001a0;
}

.option-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.radio-label {
  position: relative;
  cursor: pointer;
  padding: 8px 15px;
  border: 1px solid #444;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 14px;
  transition: all 0.2s;
  background-color: #222;
}

.radio-label:hover {
  border-color: #777;
}

input[type="radio"] {
  /* Hide the actual radio button */
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style for SELECTED radio button */
input[type="radio"]:checked + .radio-label {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
  font-weight: bold;
}

/* Pop Up Enquiry */

#enquiryPopup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.popup-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 35px 30px;
  border-radius: 12px;
  position: absolute;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  /* animation: fadeIn 0.5s ease; */
  top: 50%;
  left: 50%;
  transform: translate( -50% , -50%);
}
.closeBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  line-height: 31px;
  cursor: pointer;
  background: #0001a0;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popup-content input, .popup-content button {
  width: 100%;
  padding: 13px 16px;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-bottom: 18px;
}
.popup-content input::placeholder{
  color: #000;
}

.popup-content button {
  background: #0001a0;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
  padding: 12px 15px;
}

.popup-content button:hover {
  background: #0056b3;
}
/* @keyframes fadeIn {
  from {opacity: 0; transform: translateY(-50px);}
  to {opacity: 1; transform: translateY(0);}
} */
.regis{
    text-align: center;
    margin: 0 0 20px 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    padding-right: 25px;
    line-height: 30px;
}

/* Media Query Satrt */

@media only screen and (min-width: 1400px) {
  .contact-info-section {
    height: 100%;
  }
}

@media only screen and (max-width: 1199px) {

  .ser-renew h2{
    font-size: 36px;
  }
  .product-det h2{
    font-size: 22px;
    padding-bottom: 5px;
    padding-top: 20px;
  }
  .fill {
    font-size: 19px;
  }
  .get{
    font-size: 28px;
  }

}

@media only screen and (max-width: 991px) {

  .about-img {
    margin-top: 50px;
  }

  .about-us {
    background-size: 100%;
  }

  .carousel-container {
    margin-top: 50px;
  }

  .specs {
    padding-left: 15px;
  }

  .first-copy {
    text-align: center;
    padding-bottom: 5px;
  }

  .power {
    text-align: center;
  }

  .ser-img {
    width: 100%;
  }

  .ser-detail {
    width: 100%;
  }

  .sma-servic {
    flex-direction: column-reverse;
  }

  .carousel-dot-title {
    white-space: normal;
  }

  .sub-tab-button {
    font-size: 24px;
  }

  .sub-tab-buttons {
    padding: 20px 15px;
  }

  .tab-button,
  .gallery-button {
    font-size: 20px;
  }

  .select_your_heading {
    margin-bottom: 20px;
  }

  .select_your_heading,
  .about_heading,
  .whats_new_heading {
    font-size: 30px;
    font-weight: 500;
  }

  .header-top-main {
    display: block;
    padding: 12px 0;
  }

  ul.menus li a {
    padding: 40px 14px
  }

  nav {
    padding: 0 5px;
  }

  .get {
    font-size: 30px;
    line-height: 28px;
  }

  .fill {
    font-size: 18px;
  }

  .why-helix h2 {
    font-size: 31px;
  }

  .menu-toggle {
    display: block;
  }

  nav {
    justify-content: flex-start;
  }

  ul.menus {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #071c2e;
  }

  ul.menus.active {
    display: flex;
    position: relative;
    top: 12px !important;
  }

  ul.menus li a {
    color: #fff;
  }

  ul.menus li {
    width: 100%;
  }

  ul.menus ul,
  ul.menus ul ul {
    position: static;
    width: 100%;
  }

  ul.menus li:hover>ul {
    display: none;
  }

  ul.menus li.show>ul {
    display: block;
  }

  .submenu-toggle {
    display: block;
  }

  ul.menus li a i {
    display: none;
  }

  ul.menus ul ul li a {
    width: 89%;
  }

  ul.menus li a {
    padding: 8px 16px;
  }

  .t-white {
    color: #fff;
  }

  .menu-toggle {
    top: -42px;
    font-size: 24px;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  nav {
    padding: 0;
  }

  ul.menus.active {
    top: 0;
  }

  .submenu-toggle i {
    color: #fff;
    padding: 4px;
    background-color: #912524;
  }

  ul.menus li a {
    font-size: 17px;
    font-weight: 500;
  }

  .get-in {
    display: none;
  }

  .nav-get {
    display: block;
  }

  .logo {
    width: 290px;
  }

  ul.menus ul li a:hover {
    background-color: #fff;
    color: #000 !important;
  }

  .in-pro li a {
    justify-content: flex-start;
  }

  ul.menus ul ul li a p {
    padding-left: 20px;
  }
  .ser-renew h2 {
    font-size: 28px;
    padding-left: 0;
  }
  .ser-renew p{
    padding-left: 0;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .ser-renew p:last-child{
    padding-bottom: 0;
  }
  .product-det{
    padding-left: 0;
    padding-top: 30px;
  }
  .name-logo img {
    width: 45%;
  }
  .my-tab-content{
    padding: 20px 0 0 0;
  }

}

@media only screen and (max-width: 767px) {


  .footer-social-address-content h4 br {
    display: none;
  }

  .footer-social-address-content h4 {
    font-size: 28px;
    padding-bottom: 20px;
    text-align: center;
  }

  .why-contacts {
    text-align: center;
  }

  .footer .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .second-foot {
    padding-left: 0px;
  }
  .ser-renew h2 {
    font-size: 30px;
  }
  .breadcrum{
    padding: 70px 0;
  }
  .palat{
    display: flex;
    flex-direction: column-reverse;
  }
  .ins-ren{
    margin-top: 20px;
  }
  .h-tabs{
    flex-wrap: wrap;
  }
  .tab-time{
    padding-bottom: 60px;
  }
  .v-content h3{
    padding-bottom: 10px;
    font-size: 23px;
  }
  .v-content p{
    line-height: 26px;
  }
  .get{
    font-size: 25px;
  }
  .fill {
    font-size: 17px;
  }
  .specific h2{
    font-size: 36px;
  }
  .spac-img{
    display: none;
  }
  .tabs-wrapper{
    justify-content: center;
  }
  .my-tab:last-child{
    margin-right: 0;
  }
  .my-tab{
    margin-top: 15px;
  }
  .specific h2{
    padding-bottom: 10px;
  }
  .product-container{
    flex-direction: column;
  }
  .color-price h2{
    font-size: 36px;
    padding-bottom: 20px;
  }
  .details-section{
    border-left: none;
    padding-left: 0;
  }
  .color-selector{
    margin-top: 20px;
  }
  .specific {
    padding-bottom: 50px;
  }
  .image-section{
    padding-right: 0;
  }

}

@media only screen and (max-width: 576px) {

  .about-yamha h1 {
    text-align: center;
  }

  .about-yamha h2 {
    text-align: center;
  }

  .about-yamha p {
    text-align: center;
  }

  .about-read {
    text-align: center;
  }

  .second-foot {
    padding-left: 0;
  }

  .about-us {
    padding: 25px 0;
  }

  .ser-time {
    padding: 35px 0;
  }

  .ser-time h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .ser-detail {
    padding: 30px;
    align-items: center;
  }

  .ser-detail p {
    text-align: center;
  }

  .ser-detail h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .ser-detail p {
    font-size: 16px;
    line-height: 26px;
  }

  .footer::before {
    display: none;
  }

  .sub-tab-button {
    font-size: 20px;
  }

  .details-card {
    padding-left: 0;
  }
  .ser-renew h2 {
    font-size: 26px;
    text-align: center;
  }
  .ser-renew p{
    font-size: 17px;
    text-align: center;
  }
  .get {
    font-size: 21px;
  }
  .fill {
    font-size: 16px;
  }
  .bread-cont h1{
    font-size: 30px;
  }
  .regis{
    font-size: 20px;
    line-height: 28px;
  }
  .popup-content input, .popup-content button{
    padding: 10px 14px;
  }

}

@media only screen and (max-width: 450px) {

  .about-us {
    padding: 20px 0;
  }

  .about-yamha h2 {
    font-size: 26px;
  }

  .about-read a {
    padding: 10px 20px;
  }

  .ser-time {
    padding: 25px 0;
  }

  .ser-time h2 {
    font-size: 26px;
    padding-bottom: 25px;
  }

  .ser-detail {
    padding: 25px;
  }

  .ser-detail h3 {
    font-size: 24px;
  }

  .ser-btn a {
    padding: 10px 20px;
  }

  .new-enq {
    padding: 30px 0px 30px;
  }

  .footer-social-address-content h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .why-contacts a {
    padding: 10px 20px;
  }

  .carousel-dot {
    flex: 0 0 48%;
  }

  .sub-tab-button {
    font-size: 16px;
  }

  .all-ser a {
    margin-top: 0;
  }

  .logo {
    width: 270px;
  }

  .menu-toggle {
    font-size: 23px;
    width: 37px;
    height: 37px;
    top: -39px;
  }
  .bread-cont h1{
    font-size: 30px;
  }
  .bread-cont{
    gap: 10px;
  }
  .bread-last{
    font-size: 17px;
  }
  .contact-info-section{
    padding: 17px 17px;
  }
  .contact-info-section .number-info h4{
    font-size: 20px;
  }
  .contact-info-section .number-info p{
    font-size: 16px;
  }
  .contact-info-section .number-info address{
    font-size: 16px;
  }
  .contact-info-section .number-info a{
    font-size: 16px;
  }
  .tab-time{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h-tab{
    padding: 8px 15px;
  }
  .h-panel{
    padding: 8px;
  }
  .fill {
    font-size: 15px;
  }
  .get {
    font-size: 18px;
    page-break-inside: 5px;
  }
  .page-part{
    margin-top: 30px !important;
    margin-bottom: 35px !important;
  }
  .has-feedback .form-control {
    padding: 15px;
  }
  .Submit-box{
    padding: 8px 13px;
    font-size: 16px;
  }
  .specific h2 {
    font-size: 32px;
  }
  .my-tab{
    font-size: 16px;
    margin-right: 10px;
  }
  .color-price h2{
    font-size: 30px;
  }
  .color-name{
    font-size: 18px;
  }
  .price{
    font-size: 30px;
    padding-top: 5px;
  }
  .specific {
    padding-bottom: 0;
  }
  .popup-content{
    padding: 25px 22px;
  }
  .popup-content input, .popup-content button{
    font-size: 15px;
  }

}

@media only screen and (max-width: 400px) {

  .about-yamha h2 {
    font-size: 24px;
  }

  .about-yamha p {
    font-size: 15px;
    line-height: 28px;
  }

  .ser-detail h3 {
    font-size: 22px;
  }

  .ser-btn a {
    padding: 8px 15px;
    font-size: 15px;
  }

  .about-read a {
    padding: 8px 15px;
  }

  .new-enq {
    padding: 20px 0px 20px;
  }

  .footer-social-address-content h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .all-ser a {
    padding: 8px 15px;
    font-size: 15px;
  }

  .why-contacts a {
    padding: 8px 15px;
    font-size: 15px;
  }

  .logo {
    width: 245px;
  }

  .menu-toggle {
    top: -37px;
  }
  .bread-cont h1 {
    font-size: 26px;
    text-align: center;
  }
  .bread-last {
    font-size: 15px;
  }
  .breadcrum {
    padding: 50px 0;
  }
  .bread-cont {
    gap: 7px;
  }
  .product-det h2{
    font-size: 19px;
  }
  .product-det p{
    font-size: 15px;
  }
  .r-product {
    padding: 35px 0;
  }
  .h-tab {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .v-content h3{
    font-size: 19px;
  }
  .v-btn{
    padding: 8px 10px;
    font-size: 15px;
  }
  .my-tab{
    padding: 8px 12px;
  }
  .specific h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .regis{
    font-size: 18px;
    line-height: 26px;
  }
  .popup-content {
    padding: 20px 15px;
  }

}

@media only screen and (max-width: 350px) {

  .tab-button,
  .gallery-button {
    font-size: 17px;
  }

  .tab-button {
    padding: 6px 28px;
  }

  .sub-tab-button {
    padding: 0px 0px;
  }

  .ser-detail h3 {
    font-size: 20px;
    text-align: center;
  }

}