/* General Reset */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* General Reset */
body * {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif; 
    box-sizing: border-box;
}

/* .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* Transparent Header */
.transparent-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
    transition: background 0.3s ease;
}

/* Logo */
.logo img {
    max-height: 69.34px;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background 0.3s, color 0.3s;
}

.nav-links a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #007BFF;
}

/* Hamburger Menu Button */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #000;
}

#carouselExampleControls{
    position: relative;
}
/* carousel */

.home-carousel img {
    /* height: 100vh;
    object-fit: cover; */
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.home-carousel video {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.home_banner_carousel :is(h1,h2, h5, h6, p) {
    color: white;
}
.trabo_banner_one{
    position: absolute;
    top: 35%;
    left: 45%; 
    transform: translate(-50%, -50%);
    /* z-index: 11111; */
    text-align: center;
}
.trabo_banner_one h5{
    font-family: "inter";
    font-weight: 900;
    font-size: 45px;
    font-style: italic;
    line-height: 0px;
}
.trabo_banner_one h1{
    font-family: "inter";
    font-weight: 900;
    font-size: 90px;
    font-style: italic;
}

.trabo_banner_two{
    position: absolute;
    top: 50%;
    right:12%;
    transform: translate(-0%, -50%);
    /* z-index: 11111; */
    text-align: left;
}
.trabo_banner_two h1{
    font-family: "inter";
    font-weight: 900;
    font-size: 90px;
    font-style: italic;
}
.trabo_banner_two h6{
    font-family: "inter";
    font-weight: 900;
    font-size: 30px;
    font-style: italic;
}
.trabo_banner_two p{
    font-family: "inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
}


.trabo_banner_three{
    position: absolute;
    top: 50%;
    right:15%;
    transform: translate(-0%, -50%);
    /* z-index: 11111; */
    text-align: left;
}
.trabo_banner_three h1{
    font-family: "inter";
    font-weight: 900;
    font-size: 90px;
    font-style: italic;
}
.trabo_banner_three h2{
    font-family: "inter";
    font-weight: 900; 
    font-size: 57px;
    line-height: 30px;
    text-align: left;
    padding: 0;
}
.trabo_banner_three p{
    font-family: "inter";
    font-weight: 400;
    font-size: 20px;
    line-height: 24.2px;
}

.vid-sec-experience {
    /* padding: 0px 10rem  !important; */
}
.trabo-img {
    /* padding: 0 10rem !important; */
}






/* Social Media Icons */
.social-icons {
    z-index: 2000;
    position: absolute;
    left: -3%;
    bottom: 10%;
}

.social-icons a {
    display: block;
    width: 30px;
    height: 30px;
}

.social-icons img {
    width: 40px !important;
    transition: transform 0.3s ease;
    background-color: #000000;
    border-radius: 50%;
}

.social-icons img:hover {
    transform: scale(1.2);
    background-color:#42aca3 !important;
}


/* trabo-bike */

.trabo-bike{
    background: 
    linear-gradient(rgba(194, 193, 193, 0.5), rgba(238, 240, 237, 0.65)), url(images/image_12.jpg);
    height: 965px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7rem;
}
.trabo-bike h1{
   color: #1A1917;
   font-weight: 800;
   font-size: 40px;
   line-height: 48.76px;
}
.Versa-box-c {
    padding: 0 3rem;
}
  
 /* Heading Line Before Text */
 .section-heading {
    position: relative;
    padding-left: 2rem;
    font-size: 40px;
    font-weight: 400;
    color: #1A1917;
    line-height: 48.76px;
}
.heading-line {
    content: "";
    position: absolute;
    left: -45px;
    top: 50%;
    width: 65px;
    height: 2px;
    background-color: #68E51B;
    transform: translateY(-50%);
}
/* .green-line{

    position: absolute;
    
    width: 65px;
    height: 2px;
    background-color: #68E51B;
    transform: translate(-100%, 70%);
} */
.green-line{
    padding-left: 60px;
    position: relative;
}
.green-line::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 80px;
    height: 2px;
   
    background-color: #68E51B;
    transform: translateY(-50%);
    /* transform: translateX(-90%); */
}
h1.fix-height {
    font-size: 40px;
    font-weight: 800;
}
.welcome-grid-images h3 {
    font-weight: 800;
    font-size: 25px;
}
p.green-line2 {
    font-size: 25px;
    font-weight: 400;
}

.green-line2{
    padding-left: 60px;
    position: relative;
}
.green-line2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 2px;
   
    background-color: #68E51B;
    transform: translateY(-50%);
    /* transform: translateX(-116%); */
}
.Versa-box-c .section-heading{
    font-weight: 400;
    font-size: 25px;
    line-height: 30.48px;
    color: #1A1917 !important;
}
.Versa-box-c .heading-line {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    width: 50px;
    height: 2px;
    background-color: #68E51B;
    transform: translateY(-50%);
}
    .Versa-box-c h3{
    font-weight: 800;
    font-size: 25px;
    line-height:30.48px;

}
/* Button Icon Styling */
.btn i {
    margin-left: 10px;
    font-size: 1rem;
    vertical-align: middle;
    transition: transform 0.3s ease;
    background-color:#42ACA3;
    padding: 5px 7px;

}

.btn:hover i {
    transform: translateX(5px); 
}

/* Spacing and Alignment for Text and Images */
.Second-Product-Row .img-fluid {
    object-fit: cover;
    width: 100%;
    /* height: 486px; */
}

.content-wrapper p {
    color: #807D79;
    font-weight: 400;
    font-size: 16px;
    line-height: 31.38px;
}
.Versa-box-c p {
    color: #807D79;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.5px;
}
.Rear-Box{
    padding: 0 5rem;
}
.Rear-Box h5 {
    font-weight: 400;
    font-size: 25px;
    line-height: 30.48px;
}
.Rear-Box h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: 30.48px;
}
.Second-Product-Row,h5{
    color: white !important;
}
.Second-Product-Row{
 background-color: #212529;
}

/* tooltip */
  .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .saddle-box-container {
    position: relative;
    width: 50%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 10;
    top: 25%;
    transform: translateY(-50%);
  }
  .bg-h-color:hover{
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: black;
    color: white;
  }

.bg-h-color:hover .btn.btn-transparent {
    color: white !important;
    background-color: black !important; 
}

  @media screen and (max-width: 768px) {
      
  .saddle-box-container {
    top: 20%;
  }
  }
  .saddle-box-image {
    width: 100%;
    display: block;
  }
  .First-Product-Row,
  .Second-Product-Row {
      display:flex;
  }
  .First-Product-Row .img-fluid{
    /* width: 100%; */
  }
  
  .backimage{
   background-image: url(./images/image_6.jpg);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   height: 795.32px;
  }

  .tooltip {
    position: absolute;
    cursor: pointer;
  }

  
  .tooltip-text {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
    white-space: nowrap;
    display: none;
  }
  
  .tooltip:hover .tooltip-text {
    display: block;
  }
  
  .plusicon_1 {
    top: 28%;
    left: 3%;
}
.plusicon {
    top: 12px;
    left: 62%;
}
.plusicon_3 {
    left: 88%;
    top: 23%;
    width: 50%;
}
.plusicon_2 {
    top: 80%;
    left: 30%;
}
.plusicon,.plusicon_1,.plusicon_2,.plusicon_3{
    width:70%;
  }

.ftbox h2{
font-family: "inter";
font-weight: 600;
font-size: 40px;
Line-height:131px;
}
  
/* Style for the plus icon */
.tooltip-icon {
    font-size: 30px;
    cursor: pointer;
    background-color: white;
    color: #FFBB00;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    outline: 5px solid #FFBB00;
}

/* Style for the section that will be toggled */
#hidden-section,#hidden-section-2,#hidden-section-3,#hidden-section-4 {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    display: none; /* Initially hidden */
    z-index: 99999;
}

/* Optional: Add a little animation for a smooth reveal */
#hidden-section,#hidden-section-2,#hidden-section-3,#hidden-section-4  {
    transition: all 0.3s ease-in-out;
}


/* video section */
.content-wrapper ul li{
    list-style-type: none;
    position: relative;
    line-height:35px;
}

.content-wrapper ul li::before{
    content: "›";
    color: #343232;
    position: absolute;
    left: -25PX;
    top: 0;
    font-size: 35px;
}
.experience-trabo h3 {
    font-weight: 400;
    font-size: 32px;
}
.experience-trabo h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 30.86px;
    margin: 0;
}

.experience-trabo li {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 28.94px;
}



 .welcome-grid-images{
 
    padding: 0 50px 0 50px;
 }
  

/* Responsive Design */
@media (min-width: 320px) and (max-width: 767px) {
    .trabo-bike,
    .Versa-box-c,
    .Rear-Box {
        padding: unset !important; /* Only use !important if it's absolutely necessary */
    }
    .trabo-bike{
        height: unset !important;
    }

    .First-Product-Row,
    .Second-Product-Row {
        display: unset !important; /* Avoid if possible; use normal overrides first */
    }

    .video-sec video,
    .client-carousel-brand {
        /* height: 200px !important;  */
    }

    .trabo_banner_one h5 {
        font-weight: 900;
        font-size: 18px;
        line-height: 20px;
    }

    .trabo_banner_one h1,
    .trabo_banner_two h1,
    .trabo_banner_three h1 {
        font-weight: 900;
        font-size: 35px;
    }

    .trabo_banner_two p,
    .trabo_banner_three p {
        font-weight: 400;
        font-size: 18px;
    }

    .trabo_banner_two,.trabo_banner_three {
        transform: translate(10%, -50%);
    }

    .section-heading {
        font-size: 30px;
    }
    .trabo_banner_three h2{
        font-size: 30px;
        line-height: 30px;
    }
    body p {
        font-size: 18px !important;
        text-align: justify;
    }
    .heading-line{
        left: -10px !important;
        width: 40px !important;
    }
    #hidden-section{
        top: 0;
        right: 25%;
        width: 250px;
    }
    #hidden-section-4 {
        right: -2%;
        top: 0;
        width: 250px;
    }
    #hidden-section-2 {
        top: 0;
        width: 250px;
        left: -50px;
    }
    #hidden-section-3 {
        top: 0;
        width: 250px;
        left: -71px;
    }
    .backimage{
        height: 500px;
    }
    .experience-trabo {
        padding:unset !important;
    }
    .experience-trabo h3{
        font-size: 30px;
    }
    .experience-trabo li{
        font-weight: 500;
    }
    .ftbox h2 {
        font-family: "inter";
        font-weight: 600;
        font-size: 25px;
        Line-height: 40px;
    }
    .client-carousel-brand .swiper-button-prev{
        /* left:unset !important;
        top: unset !important;
        width: 35px; */
      }
      .client-carousel-brand .swiper-button-next{
        /* top:unset !important;
        width: 35px; */
      }
      .plusicon,.plusicon_1,.plusicon_2,.plusicon_3{
        width: max-content !important;
      }
      .welcome-grid-images{
 
        padding: 0 10px 0 10px;
     }
     .trabo-img{
        padding: 10px !important;
     }
     .vid-sec-experience {
        padding: 0px 10px !important;
    }
    .green-line::before{
        left: 0px;
        width: 50px;
    }
    .social-icons img{
        width: 25px !important;
    }
      
}


@media (max-width: 768px) {
    .menu-toggle {
        display: block; 
    }

    .nav-links {
        display: none; 
        flex-direction: column;
        gap: 10px;
        position: absolute;
        top: 100%;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        width: 200px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 10px;
    }

    .nav-links.active {
        display: flex; /* Show menu when active */
    }

    .nav-links li {
        text-align: right;
    }
   
}
@media (min-width:1024px) and (max-width: 1440px){
    #hidden-section,#hidden-section-2,#hidden-section-3,#hidden-section-4  {
        width: 220px;
    }
    .plusicon,.plusicon_1,.plusicon_2,.plusicon_3{
        width: max-content !important;
      }
    .trabo-bike{
        height: unset;
    }
    .trabo-img {
        padding: 0 15px !important;
    }
    .green-line::before{
        width: 32px;
    }
    .vid-sec-experience {
        padding: 0px 35px !important;
    }
    .green-line {
        padding-left: 15px;
    }
    .saddle-box-container{
        width: 350px;
    }
}

@media (min-width:768px) and (max-width: 1023px){
    .saddle-box-container{
       width: 350px;
    }
    .Rear-Box {
        padding: 0 2rem;
    }
    .experience-trabo {
        /* padding: 1rem; */
    }
    .client-carousel-brand .swiper-button-prev {
        /* left: 86%;
        top: -45%; */
    }
    .client-carousel-brand .swiper-button-next {
        /* top: -45%; */
    }
    .client-carousel-brand {
        /* height: 350.19px; */
    }
    .Versa-box-c {
       padding: unset;
    }
    .Versa-box-c .heading-line {
        left: 0px;
        width: 30px;
    }
    .Second-Product-Row .img-fluid{
        height: unset;
    }
    .Rear-Box {
        padding: 0 1rem;
    }
    .heading-line {
        left: -10px;
        width: 32px;
    }
    .Rear-Box p {
     margin: 0;
     line-height: 20px;
    }
    .trabo-bike {
        height: 515px;
        padding: unset;
    }
    .content-wrapper p {
        font-size: 16px;
        line-height: unset;
    }
    .plusicon,.plusicon_1,.plusicon_2,.plusicon_3{
        width: max-content !important;
      }
      #hidden-section,#hidden-section-2,#hidden-section-3,#hidden-section-4  {
        width: 220px;
    }
    .trabo-img {
        padding: 0 15px !important;
    }
    .green-line::before{
        width: 55px;
        left: -12px;
    }
    .vid-sec-experience {
        padding: 0px 15px !important;
    }
        .social-icons img {
        width: 28px !important;
    }

}
.video-section{
    width: 100%;
    height: 100% !important;
    background-color: black;
}
@media (min-width: 320px) and (max-width: 767px) {
    .video-section{
        width: 100%;
        height: 60vh !important;
    }

  }

  @media (min-width: 960px) and (max-width: 1199px) {
    .img-22{
        width: 100vw;
    }
    .img-23{
        width: 100vw;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {
    .img-22{
        width: 100vw;
    }
    .img-23{
        width: 100vw;
    }
    .social-icons{
        left: -1%;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
    .social-icons{
        left: -1%;
    }
}
  @media (min-width: 992px) {
    .px-lg-5 {
        padding-right: 8rem !important;
        padding-left: 7rem !important;
    }
    .social-icons{
        left: -0.5%;
    }
}