/*Custom Css Start*/
/*Lobster Font*/
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');


.small-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.small-banner h2 {
	position: relative;
	z-index: 2;
	font-size: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
.small-banner .heading{
	flex-direction: column;
}

@media (max-width: 400px) {
    .swiper-slide {
        width: 100% !important;
    }
}

/*Custom Css End*/

/* Navbar Start */
.navbar-nav{
	gap:20px;
}
.navbar-nav .nav-item{
	transition: 1s;
	font-weight: bold;
}
.navbar-nav .nav-item:hover{
	transform: scale(1.2);
	/*background-color: rgb(0, 255, 0);*/
}
/* Rent Car Page Start */
.rentcarHeading{
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: red;
}
thead tr td{
	font-size: 16px;
	font-weight: bold;
	color: black;
}
tbody tr td{
	font-size: 16px;
	color: black;
}
.list li{
	font-size: 18px;
}
.vahicleHeading{
	font-size: 35px;
	font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Rent Car Page End */

/* Package Page Start */
.packageHeading{
	font-size: 40px;
	color: red;
}
.carPackageHeading{
	background-color: #00000085;
	color: #ffffff;
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
/*.packageDiv img{
	transition: 1s;
}
.packageDiv img:hover{
	transform: scale(1.2);
}*/
/* Package Page End */











/*Admin Pannel*/
/*Navbar Start*/

.sidebar {
      background-color: #e0fdf9;
      border: none;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
      min-height: 100vh;
      padding-top: 2rem;
      transition: transform 0.3s ease;
    }

    .sidebar a {
      color: black;
      padding: 12px 20px;
      display: block;
      text-decoration: none;
      transition: background 0.3s;
    }

    .sidebar a:hover,
    .sidebar a.active {
      background-color: black;
      color: white;
    }

    .card {
      background-color: #fff;
      border: none;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
      color: black;
    }

    .stat-box {
      font-size: 1.6rem;
      font-weight: bold;
    }

    .main-content {
      background-color: #fff;
      padding: 2rem;
    }

    /* Toggle button */
    #toggleSidebar {
      display: none;
    }

    /* Overlay for mobile sidebar */
    #sidebarOverlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }
	.mobileLogo{
		display: none;
	}

    /* Mobile view */
    @media (max-width: 768px) {
      .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        height: 100%;
        transform: translateX(0);
        z-index: 1000;
      }

      .sidebar.collapsed {
        transform: translateX(-100%);
      }

      #toggleSidebar {
        display: block;
        position: absolute;
        top: 40px;
        right: 15px;
        z-index: 1101;
      }

      .main-content {
        padding-top: 60px;
      }
	  .heading{
		flex-direction: column;
		padding-top: 30px;
	  }
	  .mobileLogo{
	  		display: block;
	  	}
    }

/*navbar End*/

/*navbar ui starts*/

.navbar-light .navbar-nav .nav-link {
		  position: relative;
		  transition: color 0.3s ease;
		  font-weight: 500;
		}

		.navbar-light .navbar-nav .nav-link:hover {
		  color: #ff9900; /* Orange highlight on hover */
		}

		.navbar-light .navbar-nav .nav-link::after {
		  content: "";
		  position: absolute;
		  width: 0%;
		  height: 2px;
		  left: 0;
		  bottom: 0;
		  background-color: #ff9900;
		  transition: width 0.3s ease;
		}

		.navbar-light .navbar-nav .nav-link:hover::after {
		  width: 100%;
		}

		/*navbar ui  End*/
		
		/*.review_section.layout_padding {
		  padding-top: 100px !important;  ← this overrides your style 
		}
*/



/* Home page */
.navbar-light .navbar-nav .nav-link {
		  position: relative;
		  transition: color 0.3s ease;
		  font-weight: 500;
		}

		.navbar-light .navbar-nav .nav-link:hover {
		  color: #ff9900; /* Orange highlight on hover */
		}

		.navbar-light .navbar-nav .nav-link::after {
		  content: "";
		  position: absolute;
		  width: 0%;
		  height: 2px;
		  left: 0;
		  bottom: 0;
		  background-color: #ff9900;
		  transition: width 0.3s ease;
		}

		.navbar-light .navbar-nav .nav-link:hover::after {
		  width: 100%;
		}

		
		@media (max-width: 767.98px) {
		   .banner_taital {
		     font-size: 28px !important;
		     text-align: center;
		   }

		   .banner_text {
		     font-size: 16px !important;
		     text-align: center;
		   }

		   .started_text {
		     text-align: center;
		     margin-top: 15px;
		   }

		   .started_text a {
		     font-size: 16px;
		     padding: 10px 20px;
		   }
		 }
		 
		 
		 @media (max-width: 767.98px) {
		   /* Reduce vertical padding in main layout sections */
		   .layout_padding {
		     padding-top: 40px !important;
		     padding-bottom: 40px !important;
		   }

		   /* Reduce section bottom margins */
		   .mb-5 {
		     margin-bottom: 30px !important;
		   }

		   /* Optional: reduce top/bottom spacing in rows and inner containers */
		   .container,
		   .container-fluid {
		     padding-left: 15px !important;
		     padding-right: 15px !important;
		   }

		   /* Reduce padding inside cards and content blocks */
		   .p-4 {
		     padding: 1rem !important;
		   }

		   /* Make headings smaller for mobile */
		   h1, .banner_taital, .blog_taital {
		     font-size: 28px !important;
		   }

		   h5, h6, .banner_text, .about_text {
		     font-size: 16px !important;
		   }

		   p, .small, .description {
		     font-size: 14px !important;
		   }
		 }

		 .swiper {
		     width: 100%;
		     padding: 20px 0;
		   }

		   .swiper-slide {
		     height: auto; /* Important so content controls height */
		   }

		   .swiper-slide .card {
		     height: 100%;
		   }

		   /* About section animation */
		   /* 1. Enhanced transition for text block */
		   .about_section .about_taital_main {
		     transition: transform 1.2s ease-in-out, box-shadow 1.2s ease-in-out;
		     will-change: transform, box-shadow;
		   }

		   .about_section .about_taital_main:hover {
		     transform: translateY(-15px);
		     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
		   }

		   /* 2. Image container hover zoom with longer transition */
		   .about_section .about_img {
		     overflow: hidden;
		     border-radius: 12px;
		   }

		   .about_section .about_img img {
		     transition: transform 1.2s ease-in-out;
		     will-change: transform;
		   }

		   .about_section .about_img:hover img {
		     transform: scale(1.08);
		   }

		   /* 3. Smooth entrance (fade-up on scroll) */
		   .about_section .about_taital_main,
		   .about_section .about_img {
		     opacity: 0;
		     transform: translateY(50px);
		     transition: opacity 1.2s ease, transform 1.2s ease;
		   }

		   .about_section.visible .about_taital_main,
		   .about_section.visible .about_img {
		     opacity: 1;
		     transform: translateY(0);
		   }
