
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    
    body {
      /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
      font-family: 'Poppins', sans-serif;
      background-color: #f8f9fa;
      color: #212529;
    }
    
    /* Transparent Navbar Base */
    .transparent-navbar {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
      transition: background 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
      border: none;
      padding: 0.6rem 0;
      transition: all 0.4s ease-in-out;
      z-index: 1030;
    }
    
    /* Default: show light logos */
    .logo-dark {
      display: none;
    }
    
    .logo-light {
      display: inline;
    }
    
    /* When scrolled: show dark logos instead */
    .navbar.scrolled .logo-light {
      display: none;
    }
    
    .navbar.scrolled .logo-dark {
      display: inline;
    }
    
    /* Smooth transition */
    .logo-light, .logo-dark {
      transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    
    /* Nav Links */
    .transparent-navbar .nav-link {
      color: rgba(255, 255, 255, 0.9);
      letter-spacing: 0.5px;
      transition: color 0.3s ease, transform 0.2s ease;
      font-size: 0.9rem;
    }
    
    .transparent-navbar .nav-link:hover,
    .transparent-navbar .nav-link.active {
      color: #ffffff;
      transform: translateY(-2px);
      border-bottom: 2px solid #e70011;
    }
    
    .nav-link:hover::after,
    .nav-link.active::after {
      width: 100%;
    }
    
    /* Book a Service Button */
    .transparent-navbar .btn-outline-light {
      border: 1.5px solid rgba(255, 255, 255, 0.9);
      color: #fff;
      font-size: 0.9rem;
      letter-spacing: 0.3px;
      transition: all 0.3s ease;
    }
    
    .transparent-navbar .btn-outline-light:hover {
      background-color: #e70011;
      border-color: #e70011;
      color: #fff;
    }
    
    /* On Scroll - optional (turns white if you scroll down) */
    .navbar.scrolled {
      background-color: #fff !important;
      background: #fff!important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .navbar.scrolled .nav-link {
      color: #333 !important;
    }
    
    .navbar.scrolled .btn-outline-light {
      color: #e70011 !important;
      border-color: #e70011;
    }
    
    .navbar.scrolled .btn-outline-light:hover {
      background-color: #e70011;
      color: #fff !important;
    }
    
    /* When navbar is scrolled — keep it white or switch to red */
.navbar.scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

/* Optional: If you prefer red when scrolled */
.navbar.scrolled.red-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(231,0,17,1)' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
    
    .breadcrumb{
        position:relative;
    }
    .breadcrumb-caption{
        position:absolute;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 991.98px) {
      .transparent-navbar {
        background: rgba(0, 0, 0, 0.95);
      }
      .transparent-navbar .nav-link {
        text-align: center;
        padding: 0.6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      }
      .carousel-caption,
      .breadcrumb-caption{
          left: 0!important;
          top: 20%!important;
          justify-content: start!important;
      }
    }


    .carousel-item {
      height: 90vh;
      min-height: 400px;
      background: no-repeat center center scroll;
      background-size: cover;
      position: relative;
    }
    .carousel-item picture img {
      object-fit: cover;
      object-position: bottom;
      height: 100vh;
      width: 100%;
    }

    #newsCarousel .carousel-inner .carousel-item {
      height: auto!important;
    }
    #testimonialCarousel .carousel-inner .carousel-item {
      height: auto!important;
    }
    .carousel-caption,
    .breadcrumb-caption{
      bottom: 0;
      top: 0;
      left: 5%;
      right: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      padding-left: 15%;
      max-width: 600px;
    }
    
    .carousel-caption h1{
      font-size: 3rem;
      font-weight: 700;
      color: #fff;
    }
    
    .carousel-caption p{
      font-size: 1.25rem;
      color: #f0f0f0;
    }
    
    .carousel-caption a.btn {
      background-color: #e60012;
      border: none;
    }
    
    .carousel-caption a.btn:hover {
      background-color: #cc0010;
    }

    .carousel-item::after {
      content: "";
      position: absolute;
      inset: 0;
      /*background: rgba(0, 0, 0, 0.35);*/
    }
    #newsCarousel .carousel-inner .carousel-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent;
    }
    #testimonialCarousel .carousel-inner .carousel-item::after {
      content: "";
      position: absolute;
      inset: 0;
      background: transparent;
    }
    .carousel-caption > * {
      position: relative;
      z-index: 2;
    }
    .btn-nissan {
      background-color: #e60012;
      color: white;
      border: none;
    }
    .btn-nissan:hover {
      background-color: #cc0010;
    }
    footer {
      background-color: #111;
      color: #bbb;
      padding: 1.5rem 0;
      text-align: center;
    }
    
    #about {
      background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
    }
    
    #about h2 {
      color: #111;
    }
    
    #about p {
      color: #555;
    }
    
    #about .btn-nissan {
      background-color: #e60012;
      border: none;
      transition: background-color 0.3s ease;
    }
    
    #about .btn-nissan:hover {
      background-color: #cc0010;
    }
    
    #about img {
      transition: transform 0.3s ease;
    }
    
    #about img:hover {
      transform: scale(1.05);
    }
    
    #quick-actions {
      background-color: #f8f9fa;
    }
    
    #quick-actions .action-item a img {
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    #quick-actions .action-item a:hover img {
      transform: scale(1.1);
      opacity: 0.8;
    }
    
    #quick-actions .action-item a span {
      transition: color 0.3s ease;
    }
    
    #quick-actions .action-item a:hover span {
      color: #e60012;
    }
    
    /*
    #quick-links {
      background-color: #f8f9fa;
    }
    
    #quick-links a {
      transition: color 0.3s ease;
    }
    
    #quick-links a:hover span {
      color: #e60012;
    }
    
    #quick-links i {
      transition: transform 0.3s ease, color 0.3s ease;
    }
    
    #quick-links a:hover i {
      transform: scale(1.2);
      color: #b80010;
    }
    
    @media (max-width: 767.98px) {
      #quick-links .d-flex.flex-wrap {
        justify-content: center !important;
      }
      #quick-links div {
        margin-bottom: 0.5rem;
      }
    }
    */

    /* Section base */
    #cars {
      background-color: #fff;
      overflow: hidden;
    }
    
    /* Rows */
    .car-row {
      display: flex;
      width: 100%;
      min-height: 500px;
    }
    .car-row .car-image {
      flex: 0 0 60%;
      position: relative;
    }
    
    .car-row .car-content {
      flex: 0 0 40%;
      position: relative;
    }
    
    .car-image {
      clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    }
    .reverse .car-image {
      clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
    }


    
    /* Image panels */
    .car-image {
      background-size: cover;
      background-position: center;
      clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
      transition: transform 0.6s ease;
    }
    .reverse .car-image {
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    }
    .magnite-img {
      background-image: url('https://spn-sta.spinny.com/blog/20220228140834/Nissan-Magnite-2-1160x653.jpg');
    }
    .magnite-kuro-img{
        background-image: url('https://imgd.aeplcdn.com/1200x900/n/cw/ec/159345/nissan-magnite-right-front-three-quarter2.jpeg?isig=0');
    }
    .xtrail-img {
      background-image: url('https://cdni.autocarindia.com/ExtraImages/20210419091252_2021_nissan_x_trail_front_static.jpeg');
    }
    .gravite-img{
        background-image:url('https://www-asia.nissan-cdn.net/content/dam/Nissan/in/vehicles/Images/NRBC_-Gravite_Name_Reveal_Desktop-Banner-3000-x-1300-v231.jpg.ximg.full.hero.jpg');
    }
    .car-row:hover .car-image {
      transform: scale(1.03);
    }
    
    /* Dark gradient overlay for buttons */
    .overlay {
      background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 80%);
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .car-image:hover .overlay {
      opacity: 1;
    }
    
    /* Content panel */
    .car-content {
      /*background-color: #fff;*/
      z-index: 2;
    }
    .car-content h2 {
      letter-spacing: 0.5px;
    }
    .car-content p.lead {
      color: #555;
      line-height: 1.6;
    }
    
    /* Buttons */
    .btn-nissan {
      background-color: #e60012;
      color: #fff;
      border: none;
      transition: background 0.3s ease;
    }
    .btn-nissan:hover {
      background-color: #c30010;
    }
    .btn-outline-light {
      border: 1px solid #fff;
      color: #fff;
    }
    .btn-outline-light:hover {
      background-color: #fff;
      color: #e60012;
    }
    
    /* Responsive */
    @media (max-width: 991.98px) {
      .car-row,
      .reverse.car-row {
        flex-direction: column;
      }
      .car-image {
        clip-path: none !important;
        min-height: 300px;
      }
      .car-content {
        padding: 2rem 1.5rem;
        text-align: center !important;
      }
      .overlay {
        opacity: 1; /* keep buttons visible on touch devices */
        background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
      }
    }
    
    .btn-nissan-outline {
      border: 1px solid #e70011;
      background-color: #ffffff;
      color: #e70011;
      padding: 0.6rem 1.5rem;
      border-radius: 30px;
      font-weight: 500;
      transition: all 0.3s ease;
      width: fit-content;
    }
    
    .btn-nissan-outline:hover {
      background-color: #e70011;
      color: #ffffff;
      text-decoration: none;
    }
    
    
    #news {
      overflow: hidden;
    }
    
    #news .divider {
      width: 60px;
      height: 3px;
      background-color: #e70011;
      margin-top: 15px;
    }
    
    .news-slide {
      min-height: 450px;
      display: flex;
    }
    
    .news-image {
      flex: 0 0 60%;
      background-size: cover;
      background-position: center;
      position: relative;
      transition: transform 0.5s ease;
    }
    
    .news-image::after {
      content: "";
      position: absolute;
      inset: 0;
      /*background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.2));*/
    }
    
    .news-slide.reverse .news-image::after {
      background: linear-gradient(to left, rgba(0,0,0,0.6), rgba(0,0,0,0.2));
    }
    
    .news-slide:hover .news-image {
      transform: scale(1.05);
    }
    
    .news-content {
      flex: 0 0 40%;
      /*background-color: #0f0f0f;*/
      color: #000;
      position: relative;
    }
    
    .readmore-link {
      color: #e70011;
      text-decoration: none;
      font-weight: 600;
      transition: color 0.3s ease;
    }
    
    .readmore-link:hover {
      color: #fff;
    }
    
    /* Controls */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }
    
    @media (max-width: 991.98px) {
      .news-slide {
        flex-direction: column;
      }
      .news-image, .news-content {
        flex: 1 1 100%;
      }
      .news-content {
        text-align: center;
        padding: 2rem;
      }
    }
    
    /* Responsive Fix */
    @media (max-width: 991.98px) {
      .news-slide {
        flex-direction: column;
        min-height: auto;
      }
    
      .news-image {
        flex: 1 1 100%;
        width: 100%;
        min-height: 280px; /* fixed height for visibility on mobile */
        clip-path: none;
      }
    
      .news-content {
        flex: 1 1 100%;
        padding: 2rem 1.5rem;
        text-align: center;
      }
    
      .news-image::after {
        background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
      }
    }
    
    @media (max-width: 576px) {
      .news-image {
        background-size: contain;
        background-color: #000;
      }
    }


    /* Booking Section */
    #bookings {
      overflow: hidden;
    }
    
    .booking-panel {
      flex: 1 1 50%;
      min-height: 400px;
      background-size: cover;
      background-position: center;
      color: #fff;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }
    
    .booking-testdrive {
      background-image: linear-gradient(rgba(20, 20, 20, 0.85), rgba(20, 20, 20, 0.85)), 
                        url('https://www-asia.nissan-cdn.net/content/dam/Nissan/in/vehicles/new-magnite/Images/Nissan-July-CNG-VLP-Desktop-2880-x-2048.KV-Without-Offer.jpg.ximg.l_full_h.smart.jpg');
    }
    
    .booking-service {
      background-image: linear-gradient(rgba(20, 20, 20, 0.85), rgba(20, 20, 20, 0.85)), 
                        url('https://www.team-bhp.com/sites/default/files/styles/check_extra_large_for_review/public/WB%20SS%208.jpg');
    }
    
    .booking-panel:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    }
    
    .booking-panel h2 {
      font-size: 1.8rem;
      letter-spacing: 0.5px;
    }
    
    .booking-panel p {
      font-size: 1rem;
      max-width: 400px;
    }
    
    /* Responsive */
    @media (max-width: 767.98px) {
      .booking-panel {
        flex: 1 1 100%;
        min-height: 300px;
      }
    }



    #configurator {
      background-color: #ffffff;
    }
    
    #configurator h2 {
      color: #111;
      letter-spacing: 1px;
    }
    
    /* --- Card --- */
    .configurator-card {
      background-color: #fff;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      border-radius: 12px;
    }
    
    .configurator-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    }
    
    /* --- Image & Overlay --- */
    .configurator-image {
      position: relative;
      overflow: hidden;
    }
    
    .configurator-image img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.6s ease;
    }
    
    .configurator-card:hover .configurator-image img {
      transform: scale(1.08);
    }
    
    /* 3D Overlay on Hover */
    .configurator-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      opacity: 0;
      transition: opacity 0.4s ease, backdrop-filter 0.3s ease;
      backdrop-filter: blur(3px);
    }
    
    .configurator-card:hover .configurator-overlay {
      opacity: 1;
    }
    
    /* Info below image */
    .configurator-info h4 {
      font-size: 1.1rem;
      color: #111;
    }
    
    .configurator-info small {
      color: #666;
      font-size: 0.9rem;
    }
    
    /* 3D Icon */
    .configurator-overlay i {
      color: #fff;
      opacity: 0.9;
      animation: floatIcon 3s ease-in-out infinite;
    }
    
    @keyframes floatIcon {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-6px); }
    }
    
    /* --- Button --- */
    .btn-nissan-outline {
      border: 1px solid #e70011;
      color: #e70011;
      background-color: #fff;
      transition: all 0.3s ease;
      font-weight: 600;
    }
    
    .btn-nissan-outline:hover {
      background-color: #e70011;
      color: #fff;
    }
    
    /* --- Responsive --- */
    @media (max-width: 767.98px) {
      .configurator-info {
        padding: 1.5rem 0;
      }
      .configurator-overlay i {
        font-size: 1.5rem;
      }
    }
    
    
    
    .testimonial-swiper {
      padding: 60px 0;
    }
    
    .swiper-slide {
      display: flex;
      justify-content: center;
    }
    
    .testimonial-card {
      background: #fff;
      border: 2px solid #e70011;
      border-radius: 24px;
      padding: 30px 30px 30px;
      width: 340px;
      position: relative;
      transition: 0.4s;
    }
    
    .swiper-slide-active .testimonial-card {
      /*transform: scale(1.08);*/
    }
    
    .avatar {
      /*position: absolute;*/
      top: 10px;
      left: 50%;
      /*transform: translateX(-50%);*/
    }
    
    .avatar img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 3px solid #e70011;
      background: #fff;
    }
    
    .testimonial-card p {
      font-style: italic;
      color: #666;
    }
    
    .stars {
      color: #f5b400;
      font-size: 18px;
      margin: 10px 0;
    }
    
    .testimonial-card h6 {
      font-weight: 700;
      margin-bottom: 4px;
    }
    
    .testimonial-card span {
      color: #e70011;
      font-size: 14px;
    }
    
    /* Mobile */
    @media (max-width: 768px) {
      .swiper-slide-active .testimonial-card {
        /*transform: scale(1);*/
      }
    }
    
    .testimonial-swiper {
      max-width: 1200px;
      margin: auto;
      padding: 80px 0;
    }

    
    .swiper-slide {
      display: flex;
      justify-content: center;
    }
    
    .swiper-slide-active .testimonial-card {
      /*transform: scale(1.05);*/
    }




    
    
    
   
    /* Footer Base */
    #footer {
      background-color: #141414; /* Lighter than black for contrast */
      color: #ccc;
      font-size: 0.95rem;
      letter-spacing: 0.3px;
    }
    
    #footer h5 {
      font-size: 1rem;
      color: #fff;
      letter-spacing: 0.5px;
      text-align: left; /* Left align titles */
    }
    
    /* General text alignment */
    #footer p,
    #footer ul,
    #footer li,
    #footer a,
    #footer small {
      text-align: left !important;
    }
    
    /* Paragraphs */
    #footer p {
      color: #bfbfbf;
      line-height: 1.6;
      margin-bottom: 0.8rem;
    }
    
    /* Links */
    .footer-link {
      display: block;
      color: #ccc;
      text-decoration: none;
      margin-bottom: 8px;
      transition: color 0.3s ease, transform 0.2s ease;
    }
    
    .footer-link:hover {
      color: #e70011;
      transform: translateX(4px);
    }
    
    /* Social Icons */
    .footer-social {
      text-align: left;
    }
    
    .footer-social .social-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background-color: #222;
      color: #fff;
      margin-right: 10px;
      font-size: 1rem;
      transition: all 0.3s ease;
    }
    
    .footer-social .social-icon:hover {
      background-color: #e70011;
      color: #fff;
      transform: translateY(-3px);
    }
    
    /* Contact Info */
    #footer ul li {
      color: #bfbfbf;
      margin-bottom: 8px;
    }
    
    #footer ul li i {
      color: #e70011;
      margin-right: 8px;
    }
    
    /* Enquire Button */
    #footer .btn-nissan-outline {
      border: 1px solid #e70011;
      background-color: #fff;
      color: #e70011;
      font-weight: 600;
      border-radius: 30px;
      transition: all 0.3s ease;
    }
    
    #footer .btn-nissan-outline:hover {
      background-color: #e70011;
      color: #fff;
    }
    
    /* Footer Bottom */
    .footer-bottom {
      font-size: 0.85rem;
      color: #aaa;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    
    .footer-bottom-link {
      color: #bbb;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    
    .footer-bottom-link:hover {
      color: #e70011;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 991.98px) {
      #footer {
        text-align: left;
      }
    
      #footer h5 {
        margin-top: 2rem;
      }
    
      .footer-bottom {
        text-align: center;
      }
    
      .footer-social {
        text-align: left;
        margin-bottom: 1rem;
      }
    }
    
    
    /* Fixed Bottom Bar */
    #quick-links {
      /*background: linear-gradient(180deg, #5b6b7a 0%, #4b5b6a 100%);*/
      background: rgba(231, 0, 17, 0.85);
      backdrop-filter: blur(8px);
      color: #fff;
      padding: 0rem;
      z-index: 1050;
      /*border-top-left-radius: 6px;*/
      /*border-top-right-radius: 6px;*/
    }
    
    /* Each Quick Link Item */
    .quick-link-item {
      flex: 1;
      text-align: left;
      padding: 0.4rem 0.8rem;
      border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .quick-link-item:last-child {
      border-right: none;
    }
    
    /* Quick Link Anchor */
    .quick-link {
      text-decoration: none;
      color: #fff;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      padding: 0.3rem 0;
    }
    
    .quick-link:hover,
    .quick-link:hover i {
      color: #fff;
      transform: none;
    }
    
    .quick-link div {
      line-height: 1;
    }
    
    /* Icons */
    .quick-link i {
      color: #fff;
      opacity: 0.9;
      transition: color 0.3s ease;
    }
    
    /* Subtext */
    .quick-link small {
      font-size: 0.75rem;
      color: rgba(255, 255, 255, 0.75);
      font-size: x-small; 
    }
    
    /* Responsive Design */
    @media (max-width: 991.98px) {
      #quick-links {
        padding: 0.6rem 0;
      }
    
      .quick-link-item {
        flex: 1 0 50%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      }
    
      .quick-link-item:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
      }
    
      .quick-link-item:last-child {
        border-bottom: none;
      }
    }
    
    @media (max-width: 575.98px) {
      .quick-link-item {
        flex: 1 0 100%;
        border-right: none;
      }
    }

    .fs-x-small{
        font-size:small;
    }
    
    
    /* Hero Section */
    .tekton-hero {
      position: relative;
      overflow: hidden;
      height: 90vh;
    }
    
    .tekton-hero .hero-bg {
      object-fit: cover;
      height: 100%;
      width: 100%;
      /*filter: brightness(0.6);*/
    }
    
    /* Overlay keeps the button at bottom */
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding-bottom: 3rem;
    }
    
    /* Button styling */
    .btn-nissan-red {
      background-color: #e70011;
      color: #fff;
      border: 1px solid #fff;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    
    .btn-nissan-red:hover {
      background-color: #c0000d;
    }
    
    /* Modal */
    .modal-content {
      background-color: #fff;
      color: #333;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }



    /* Why Us Section Styling */
    #why-us {
      background-color: #fff;
    }
    
    #why-us .why-item {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    #why-us .why-item:hover {
      transform: translateY(-6px);
    }
    
    #why-us i {
      color: #e70011;
    }
    
    
    
    .btn-nissan-white{
        border-radius: 30px;
        color: #000!important;
        background-color: #fff!important;
        transition: all 0.3s ease;
        font-weight: 500;
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
    }
    
    .btn-nissan-white:hover {
        background-color: #333!important;
        color: #fff!important;
    }
    .btn-nissan-dark{
        border:1px solid #fff!important;
        border-radius: 30px;
        color: #fff!important;
        background-color: transparent!important;
        transition: all 0.3s ease;
        font-weight: 500;
        padding: 0.6rem 1.5rem 0.6rem 1.5rem;
    }
    
    .btn-nissan-dark:hover {
        background-color: #fff!important;
        color: #333!important;
    }
    
    
    
    .carousel-caption {
        font-family:"Montserrat", sans-serif;
        font-weight: 400!important;
    }
    .breadcrumb-caption h2{
        font-family:"Montserrat", sans-serif;
        font-weight: 600!important;
    }
    .carousel-caption p,
    .breadcrumb-caption p{
        font-size: medium;
        letter-spacing: 0.2rem;
        font-weight: 300;
    }
    
    
    .scroll-down {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2rem;
      color: #fff;
      animation: bounce 2s infinite;
      z-index: 10;
      cursor: pointer;
      transition: color 0.3s ease;
    }
    
    .scroll-down:hover {
      color: #e70011; /* Nissan Red on hover */
    }
    
    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% { transform: translate(-50%, 0); }
      40% { transform: translate(-50%, -10px); }
      60% { transform: translate(-50%, -5px); }
    }
    
    
    .text-theme{
        color:#e70011!important;
    }
    
    
    
    /* Separator (vertical for desktop, horizontal for mobile) */
    .separator {
      width: 1px;
      height: 50vh;
      background-color: rgba(231, 0, 17, 0.3);
    }
    
    @media (max-width: 768px) {
      .separator {
        width: 60%;
        height: 2px;
        background-color: rgba(231, 0, 17, 0.3);
      }
    }
    
    /* Form Enhancements */
    #contactForm input,
    #contactForm textarea {
      border-radius: 8px;
      border: 1px solid #ddd;
      transition: all 0.3s ease;
    }
    
    #contactForm input:focus,
    #contactForm textarea:focus {
      border-color: #e70011;
      box-shadow: 0 0 0 0.2rem rgba(231, 0, 17, 0.15);
    }



    /* Checkmark Animation */
    .checkmark {
      width: 80px;
      height: 80px;
      stroke-width: 3;
      stroke: #28a745;
      stroke-miterlimit: 10;
      box-shadow: inset 0px 0px 0px #28a745;
      animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    }
    
    .checkmark-circle {
      stroke-dasharray: 166;
      stroke-dashoffset: 166;
      stroke-width: 2;
      stroke-miterlimit: 10;
      stroke: #28a745;
      fill: none;
      animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }
    
    .checkmark-check {
      transform-origin: 50% 50%;
      stroke-dasharray: 48;
      stroke-dashoffset: 48;
      animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }
    
    @keyframes stroke {
      100% { stroke-dashoffset: 0; }
    }
    @keyframes scale {
      0%, 100% { transform: none; }
      50% { transform: scale3d(1.1, 1.1, 1); }
    }
    @keyframes fill {
      100% { box-shadow: inset 0px 0px 0px 30px #fff; }
    }
    
    
    
    /* Optional: Slightly reduce form width on very large screens */
    @media (min-width: 1200px) {
      #serviceForm {
        max-width: 600px;
      }
    }


    .swiper-button-next, .swiper-button-prev{
        color:#e80011!important;
    }
    
    
    
    /*Viraj : Modern timeline layout*/
    /*.timeline-modern {*/
    /*  position: relative;*/
    /*  margin: 0 auto;*/
    /*  padding: 2rem 0;*/
    /*  max-width: 850px;*/
    /*}*/
    
    /*.timeline-modern::before {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  left: 50%;*/
    /*  width: 3px;*/
    /*  height: 100%;*/
    /*  background: linear-gradient(to bottom, #e70011 0%, #ff5757 100%);*/
    /*  transform: translateX(-50%);*/
    /*  z-index: 0;*/
    /*}*/
    
    /*.timeline-card {*/
    /*  position: relative;*/
    /*  width: 50%;*/
    /*  margin-bottom: 3rem;*/
    /*  z-index: 1;*/
    /*}*/
    
    /*.timeline-card:nth-child(odd) {*/
    /*  left: 0;*/
    /*  text-align: right;*/
    /*  padding-right: 50px;*/
    /*}*/
    
    /*.timeline-card:nth-child(even) {*/
    /*  left: 50%;*/
    /*  text-align: left;*/
    /*  padding-left: 50px;*/
    /*}*/
    
    /*.timeline-year {*/
    /*  font-size: 1.5rem;*/
    /*  font-weight: 700;*/
    /*  color: #e70011;*/
    /*  margin-bottom: 0.5rem;*/
    /*}*/
    
    /*.timeline-content {*/
    /*  display: inline-block;*/
    /*  background: #fff;*/
    /*  border-radius: 10px;*/
    /*  padding: 1.5rem;*/
    /*  border-top: 4px solid #e70011;*/
    /*  transition: all 0.3s ease-in-out;*/
    /*}*/
    
    /*.timeline-content:hover {*/
    /*  transform: translateY(-5px);*/
    /*  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);*/
    /*}*/
    
    /*.timeline-card::after {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  top: 20px;*/
    /*  width: 20px;*/
    /*  height: 20px;*/
    /*  background-color: #fff;*/
    /*  border: 3px solid #e70011;*/
    /*  border-radius: 50%;*/
    /*  z-index: 2;*/
    /*}*/
    
    /*.timeline-card:nth-child(odd)::after {*/
    /*  right: -10px;*/
    /*}*/
    
    /*.timeline-card:nth-child(even)::after {*/
    /*  left: -10px;*/
    /*}*/
    
    /*@media (max-width: 767px) {*/
    /*  .timeline-modern::before {*/
    /*    left: 10px;*/
    /*  }*/
    /*  .timeline-card {*/
    /*    width: 100%;*/
    /*    text-align: left !important;*/
    /*    padding: 0 0 0 40px !important;*/
    /*  }*/
    /*  .timeline-card::after {*/
    /*    left: 0 !important;*/
    /*  }*/
    /*}*/
    
    
    @import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400&family=Pathway+Gothic+One&display=swap");
    
    .timeline-container {
      width: 100%;
      position: relative;
      padding: 80px 0;
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      transition: 0.3s ease-in-out;
    }
    .timeline-container:before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255, 255, 255, 0.7);
      z-index: 1;
    }
    .timeline-header {
      position: relative;
      text-align: center;
      margin-bottom: 80px;
      z-index: 2;
    }
    .timeline-header__title {
      color: #e80011;
      font-size: 42px;
      font-family: "Pathway Gothic One", sans-serif;
      letter-spacing: 2px;
    }
    .timeline-header__subtitle {
      color: #000;
      letter-spacing: 3px;
      font-size: 15px;
      text-transform: uppercase;
      margin-top: 5px;
    }
    .timeline {
      display: flex;
      flex-direction: column;
      max-width: 800px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .timeline:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateX(-50%);
      width: 2px;
      height: 100%;
      background: rgba(255, 0, 0, 0.7);
    }
    .timeline-item {
      position: relative;
      display: flex;
      flex-direction: column;
      width: calc(50% - 50px);
      opacity: 0.4;
      filter: blur(2px);
      transition: 0.6s ease;
    }
    .timeline-item:nth-child(odd) {
      align-self: flex-start;
    }
    .timeline-item:nth-child(even) {
      align-self: flex-end;
    }
    .timeline-item--active {
      opacity: 1;
      filter: none;
    }
    .timeline-item--active .timeline__content-title {
      color: #e70011;
    }
    .timeline__content {
      padding: 20px;
      /*background: rgba(255, 255, 255, 0.05);*/
      background: rgba(0, 0, 0, 0.8);
      border-radius: 8px;
      backdrop-filter: blur(6px);
    }
    .timeline__img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 15px;
    }
    .timeline__content-title {
      font-size: 50px;
      font-family: "Pathway Gothic One", sans-serif;
      color: #fff;
      margin-bottom: 10px;
    }
    .timeline__content-desc {
      color: rgba(255, 255, 255, 0.8);
      font-family: "Cardo", serif;
      line-height: 1.7;
      font-size: 15px;
    }
    @media (max-width: 768px) {
      .timeline:before {
        left: 30px;
      }
      .timeline-item {
        width: 100%;
        align-self: stretch !important;
      }
    }



    #md-message {
      background: linear-gradient(135deg, #111 40%, #1a1a1a 100%);
      overflow: hidden;
      position: relative;
    }
    
    .md-overlay {
      content: "";
      position: absolute;
      inset: 0;
      background: url('https://static.vecteezy.com/system/resources/thumbnails/008/978/946/small/grunge-texture-effect-distressed-overlay-rough-textured-realistic-red-abstract-background-graphic-design-template-element-concrete-wall-style-concept-for-banner-flyer-poster-brochure-cover-etc-vector.jpg') center/cover no-repeat;
      opacity: 0.4;
      z-index: 1;
    }
    
    .md-image-wrapper {
      position: relative;
      display: inline-block;
    }
    .md-img {
      max-width: 250px;
      border: 4px solid #e70011;
      transition: transform 0.4s ease;
    }
    .md-img:hover {
      transform: scale(1.05);
    }
    
    #md-message h3 {
      font-family: "Pathway Gothic One", sans-serif;
      font-size: 1.9rem;
    }
    
    .text-theme {
      color: #e70011;
    }
    
    @media (max-width: 768px) {
      #md-message {
        text-align: center;
      }
      #md-message .col-md-7 {
        text-align: center;
      }
      .md-img {
        max-width: 180px;
      }
    }
    
    /* Section Heading */
    .md-section-title {
      font-family: "Pathway Gothic One", sans-serif;
      font-size: 2.2rem;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    
    .md-section-divider {
      width: 80px;
      height: 3px;
      background-color: #e70011;
      margin: 0 auto;
      opacity: 0.9;
    }



    /* Card */
    .car-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .car-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.15);
    }
    
    /* Image */
    .car-card-img {
      height: 180px;
      background-size: cover;
      background-position: center;
    }
    
    /* Body */
    .car-card-body {
      padding: 20px;
    }
    
    /* Badge */
    .badge {
      font-size: 0.7rem;
      letter-spacing: 0.5px;
    }



    /* Test Drive Modal */
    .testdrive-modal {
      /*background: #111;*/
      /*color: #fff;*/
      border-radius: 12px;
    }
    
    .testdrive-modal .modal-title {
      color: #e60012;
      letter-spacing: 1px;
    }
    
    .testdrive-modal .form-label {
      font-size: 0.85rem;
      /*color: #ccc;*/
    }
    
    .testdrive-modal .form-control {
      /*background: #1c1c1c;*/
      /*border: 1px solid #333;*/
      /*color: #fff;*/
    }
    
    .testdrive-modal .form-control:focus {
      border-color: #e60012;
      box-shadow: none;
    }
    
    .testdrive-modal textarea {
      resize: none;
    }
    
    .testdrive-modal .btn-danger {
      background-color: #e60012;
      border: none;
    }
    
    .testdrive-modal .btn-danger:hover {
      background-color: #c40010;
    }
