/* ✅ Reset Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.font15 {
    font-size: 15px !important;
}

.font16 {
    font-size: 16px !important;
}

/* ✅ Navbar */
.navbar {
    padding: 10px 20px;
    background: transparent !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.navbar-brand img {
    position: relative;
    z-index: 11;
}

span.logoname {
    font-size: 18px;
    font-weight: 700;
}

/* ✅ Hero Section */
.hero {
    /* height: 71vh; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background: #fff;
}

.hero-slide {
    position: relative;
    background: linear-gradient(65deg, #E01D25 37%, white 37%);
    padding: 20px 0;
    overflow: hidden;
    width: 100vw;
    /* Full width */
    min-height: 100vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    max-width: 60%;
    position: relative;
    left: 7rem;
}

.hero-text h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-text .yamaha-text {
    color: #E01D25;
}

.hero-btn {
    background: #E01D25;
    color: white;
    padding: 5px 20px;
    border-radius: 0px 8px 0px 8px;
    display: inline-block;
    text-decoration: none;
}

/* ✅ About Section */
.about-section {
    padding: 0px;
}

.about-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.6;
}

.highlight {
    color: #E01D25;
    font-weight: 600;
}

.highlight-red {
    color: #E01D25;
    font-weight: 700;
    margin-top: 15px;
}

/* ✅ Red Background Form */
.about-form {
    position: relative;
}

.polygon-bg1 {
    background: linear-gradient(240deg, #E01D25 70%, white 70%);
    color: white;
    padding: 75px;
}

.polygon-bg1 h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.polygon-bg1 input {
    width: 50%;
    padding: 7px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    font-size: 1rem;
}

.polygon-bg1 input::placeholder {
    color: white;
}

.btn-quote {
    width: 50%;
    background: white;
    color: black;
    font-size: 15px;
    font-weight: 600;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-quote:hover {
    background: black;
    color: white;
}

/* ✅ Products Section */
.products-section {
    padding: 50px 0;
}

.category-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 2rem;
    font-weight: 700;
    color: #E01D25;
    text-transform: uppercase;
    margin-right: 20px;
}

.divider {
    border-top: 3px solid #E01D25;
    margin: 30px 0;
}

.product-card {
    text-align: center;
    border: 2px solid rgba(255, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
}

.product-card img {
    max-width: 75%;
    height: auto;
}

.product-card:hover {
    transform: scale(1.05);
    border-color: #E01D25;
}

.product-card h4 {
    margin-top: 10px;
    font-weight: 600;
}

/* ✅ Contact Button */
span.headcall {
    background-color: #E01D25;
    padding: 4px 10px;
    border-radius: 0px 8px 0px 8px;
    color: white;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.headcall img {
    width: 20px;
    height: auto;
    margin-top: 2px;
}

/* ✅ Responsive Fixes */
@media screen and (max-width: 768px) {
    .navbar-nav {
        text-align: center;
    }

    .hero-text h1 {
        font-size: 35px;
    }
}

p.bannerbikename {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff87;
    margin-top: 3rem;
}

.rightbannerdiv {
    padding: 50px;
}

.carousel-indicators button {
    width: 30px;
    /* Increase width */
    height: 6px;
    /* Adjust height */
    background-color: rgb(206, 0, 0);
    /* Change color */
    border-radius: 10px;
    /* Make oval shape */
}

img.bannerlogo {
    width: 13rem;
}

p.hightxt {
    font-size: 32px;
    font-weight: 700;
}

.indibtn.active {
    opacity: 1;
    background-color: red;
}

button.indibtn {
    background-color: red !important;
}

.carousel-item {
    width: 100%;
    min-height: 100vh;
}

/* testimonial 1 css */
.polygon2>img {
    width: 75%;
    padding: 50px 35px 46px 0px;
}

.polygon2 {
    background: linear-gradient(55deg, #E01D25 50%, white 50%);
}

.textimonial2col {
    padding: 77px;
    text-align: start
}

span.treadmorebtn {
    background-color: red;
    padding: 5px 25px;
    border-radius: 0px 8px 0px 8px;
    color: #c9c8c8;
    font-size: 15px;
}

.product-inquiry {
    padding: 30px;
    border-radius: 0px 30px 0px 30px;
    border: 1px solid #E01D25;
    max-width: 96%;
    margin: auto;
}

.inquiry-heading {
    color: red;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
}

.form-control {
    width: 100% !important;
    padding: 8px !important;
    border: 0 !important;
    border-radius: 0px 10px !important;
    background: #f5f5f5 !important;
    color: black !important;
    font-size: 12px !important;
}

.form-control::placeholder {
    color: gray;
}

.submit-btn {
    background: #E01D25;
    color: white;
    padding: 5px 16px;
    border: 0;
    border-radius: 0px 10px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
    max-width: 15%;
}

/* testimonial 2  */
.testimonial-box {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    max-width: 550px;
    box-shadow: 0px 4px 8px rgba(255, 0, 0, 0.3);
}

.customer-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
    border: 3px solid red;
    margin-right: 15px;
}

.testimonial-content {
    color: #000;
    flex: 1;
}

.stars {
    color: #fbc02d;
    font-size: 18px;
}

.testimonial-content p {
    font-size: 14px;
    margin: 5px 0;
}

.customer-name {
    font-size: 12px;
    font-weight: bold;
}

/* fotter section css  */
.footer {
    background: linear-gradient(-115deg, #E01D25 63%, white 63%);
}

.footer-logo {
    width: 70px;
}

.yamaha-logo {
    width: 200px;
}

.footer h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer p,
.footer a {
    font-size: 14px;
    color: white;
}

.footer a.footer-link {
    text-decoration: none;
    transition: 0.3s;
}

.footer a.footer-link:hover {
    color: yellow;
    text-decoration: underline;
}

.social-links li {
    list-style: none;
    margin-bottom: 5px;
}

.social-links i {
    font-size: 16px;
    margin-right: 5px;
}

.form-control {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 5px;
}

.btn-light {
    background: white;
    border-radius: 5px;
}

.txtblack {
    color: #000 !important;
}

.txtwhite {
    color: #ffffff !important;
}

span.footerwhitbtn {
    background-color: white;
    padding: 5px 20px;
    border-radius: 0px 10px;
    color: #e01d25;
    font-size: 15px;
}

.themebtn {
    padding: 5px 22px;
    font-size: 12px !important;
    color: #e01d25;
    border-radius: 0px 10px;
}

.width90 {
    width: 90%;
}

.themebtn1 {
    padding: 5px 22px;
    font-size: 13px !important;
    color: #e01d25;
    border-radius: 0px 10px;
    background-color: red;
    width: 41%;
    text-decoration: none;
}

/* mobile view css  */
@media (max-width: 767px) {
    p.bannerbikename {
        font-size: 12px;
        font-weight: 700;
        color: #ff313187;
        margin-top: 5rem;
    }

    .hero-img {
        left: 1rem;
        margin-top: 50px;
    }

    img.bannerlogo{
        width: 6rem !important;
    }
    .rightbannerdiv{
        padding: 25px;
    }
    p.hightxt{
        font-size: 18px;
    }
    .formobilevw {
        margin: 0px !important;
        padding: 0px !important;
    }
    .polygon-bg1 {
        background: linear-gradient(240deg, #E01D25 100%, white 100%);
    }
    .polygon-bg1 input{
        width: 100%;
    }
    .category-title {
        writing-mode: horizontal-tb; 
        transform: none;
        text-align: center;
    }
    .footer {
        background: linear-gradient(-115deg, #E01D25 100%, white 63%);
    }
    .yamaha-logo {
        display: none;
    }
    .footermobilvw {
        margin-top: 30px;
    }
    p.text-danger {
        color: white !important;
    }
    .navbar-collapse {
        background-color: #9f9f9f;
        padding: 20px;
    }
    .hero-section1{
        padding: 30px !important;
    }
    .submit-btn{
        max-width:35%;
    }

}

/* about page css  */
.hero-section1{
    background: linear-gradient(-115deg, #E01D25 63%, white 63%);
    margin-top: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 159px;
}
.aboutbanner{
    background-image: url(../images/Aboutusbanner.png);
}
.showroomfront {
    padding: 25px;
}

/* productspage css  */
.productspagebanner{
    background-image: url(../images/productspage.png);
}
.sparepartbanner{
    background-image: url(../images/sparepartbanner.png);
}
.servicebanner{
    background-image: url(../images/servicebanner.png);
}
.contactusbanner{
    background-image: url(../images/contactusbanner.png);
}
.category-title-productpg {
    font-weight: bold;
    color: red;
    font-size: 20px;
}

.category-line-productpg {
    border: 2px solid red;
    width: 100%;
}

.product-cardproductpg {
    text-align: center;
    padding: 10px;
}

.product-cardproductpg img {
    width: 100%;
    height: auto;
    max-width: 150px;
    margin-bottom: 10px;
}

.product-cardproductpg p {
    font-weight: bold;
    margin-bottom: 5px;
}

.btn-danger {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
}

.productpg {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

form input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

form .btn-danger {
    width: 150px;
    font-size: 16px;
    padding: 8px 20px;
}
.categoryproductpage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Pushes text to the bottom */
    height: 100%; /* Makes the container take full height */
}

.service-title {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.service-description {
    font-size: 16px;
    color: #666;
}

.service-step h3 {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.service-step p {
    font-size: 14px;
    color: #444;
}

.service-form {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.service-form h3 {
    color: red;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service-form input,
.service-form select {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.service-form button {
    background: red;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.service-form button:hover {
    background: darkred;
}
.hand{
    cursor: pointer !important;
}
.two > p, .four > p {
    padding: 30px;
    font-size: 13px;
}
.aboutpagepoly1>.one {
    padding: 30px;
font-size:13px
}
.aboutpagepoly2>.three {
    padding: 30px;
font-size:13px
}
