diff --git a/beetle.php b/beetle.php
index f0ce381..f0b3793 100644
--- a/beetle.php
+++ b/beetle.php
@@ -43,7 +43,7 @@
2 Reviews
Beetle
- Rs 1000.00 / Day
+ $70.00 / Day
To deliver on the promise of technology and human We help our clients become sions of themselves.
@@ -74,7 +74,7 @@
@@ -126,48 +126,8 @@
-
-
Table Price ( by day of the week )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
diff --git a/car-grid.php b/car-grid.php
index c6949be..f8d5c9e 100644
--- a/car-grid.php
+++ b/car-grid.php
@@ -42,7 +42,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -87,7 +87,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -97,7 +97,7 @@
-
- 4 Doors (Double cab)
+ 4 Doors
@@ -132,7 +132,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -177,7 +177,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -222,7 +222,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -267,7 +267,7 @@
2 Reviews
-
+
$70.00 / Day
@@ -313,7 +313,7 @@
2 Reviews
-
+
$70.00 / Day
diff --git a/contact.php b/contact.php
index 210e9f8..372cf2a 100644
--- a/contact.php
+++ b/contact.php
@@ -82,7 +82,7 @@
@@ -91,7 +91,7 @@
@@ -101,16 +101,16 @@
Visit Office
- 24 Valentin, Street Road
- New York
+
+ Kathmandu
diff --git a/css/bootstrap.min.css b/css/bootstrap.min.css
index 37fc3ee..f8468c1 100644
--- a/css/bootstrap.min.css
+++ b/css/bootstrap.min.css
@@ -313,7 +313,7 @@ address {
ol,
ul {
- padding-left: 3rem
+ padding-left: 2rem
}
dl,
@@ -779,7 +779,7 @@ progress {
.container-sm,
.container-xl,
.container-xxl {
- --bs-gutter-x: 6rem;
+ --bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
diff --git a/css/custom.css b/css/custom.css
new file mode 100644
index 0000000..977199d
--- /dev/null
+++ b/css/custom.css
@@ -0,0 +1,134 @@
+.header-main {
+ justify-content: space-between;
+ }
+
+ .faq-sidebar img {
+ object-fit: cover; /* Ensures the image covers the area */
+ height: 100%; /* Matches the container height */
+ width: 100%; /* Stretches to container width */
+}
+
+
+.faq-section {
+ display: flex;
+ align-items: center;
+ padding: 50px 0;
+}
+
+.faq-sidebar img {
+ display: block;
+ max-height: 100%;
+ object-fit: contain;
+}
+
+.faq-sidebar img.custom-img {
+ width: auto; /* Maintains aspect ratio */
+ height: 100%; /* Spans full height of the column */
+ max-height: 600px; /* Optional: Limits the height */
+ display: block;
+ position: relative; /* Enables positioning adjustments */
+ left: -50px;
+ top: 30px; /* Moves the image slightly to the left */
+ z-index: 1; /* Ensures the image doesn't overlap other elements */
+}
+
+.car-image {
+ text-align: center; /* Centers the image horizontally */
+ margin-bottom: 15px; /* Adds spacing below the image */
+}
+
+.car-image img {
+ width: 100%; /* Ensures the image spans the container width */
+ height: auto; /* Maintains aspect ratio */
+ border-radius: 8px; /* Optional: Adds rounded corners */
+}
+
+.car-content {
+ padding: 10px; /* Adds spacing around the content */
+}
+
+.star i {
+ color: #FFD700; /* Gold color for stars */
+}
+
+.price {
+ font-size: 16px;
+ color: #333;
+}
+
+
+
+.car-list {
+ display: flex;
+ flex-direction: column;
+ gap: 25px; /* Added gap between cars */
+ width: 200px;
+}
+
+.car-item {
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ padding: 10px;
+ text-align: center;
+ background-color: #f9f9f9;
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}
+
+.car-item img {
+ width: 100%;
+ height: auto;
+ border-radius: 5px;
+}
+
+.car-item .details {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+ margin-top: 5px;
+}
+
+.car-item a {
+ text-decoration: none;
+ color: #333;
+ font-weight: bold;
+}
+
+.car-item a:hover {
+ color: #007BFF;
+}
+
+.rate {
+ font-size: 14px;
+ color: white;
+ font-weight: bold;
+ background-color: #FF6600; /* Pure orange color */
+ padding: 5px 10px;
+ border-radius: 5px;
+ animation: pulse 1.5s infinite;
+}
+
+@keyframes pulse {
+ 0%, 100% {
+ transform: scale(1);
+ }
+ 50% {
+ transform: scale(1.1);
+ }
+}
+
+.header-1 .header-main .header-left {
+ display: flex;
+ align-items: center;
+ gap: 190px;
+ transform: translateX(95px); /* Moves the element 20px to the right */
+}
+@media (max-width: 900px) {
+ .search-text,
+ .line-icon {
+ display: none;
+ }
+}
\ No newline at end of file
diff --git a/css/main.css b/css/main.css
index 4dc47f5..76600c2 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1530,7 +1530,7 @@ span {
}
.faq-sidebar {
- background-color: var(--bg);
+ /* background-color: var(--bg); */
border-radius: 10px;
padding: 30px;
}
@@ -1603,11 +1603,8 @@ span {
.feature-benefit-items {
display: flex;
- flex-direction: column;
- justify-content: space-between;
- height: 100%; /* Ensure it fills the container height */
- min-height: 300px; /* Adjust the height as per your preference */
- padding: 20px; /* Optional for spacing */
+ flex-direction: column;
+ justify-content: space-between;
box-sizing: border-box;
}
.our-services {
@@ -2810,11 +2807,11 @@ span {
}
.header-top-section {
- background-color: #020202;
+ background-color: #020202;
padding: 10px 60px;
position: relative;
z-index: 9;
- border-top: 3px solid var(--theme2);
+ border-top: 3px solid #020202;
}
@media (max-width: 1199px) {
.header-top-section {
@@ -2939,7 +2936,7 @@ span {
.header-main {
display: flex;
align-items: center;
- justify-content: space-between;
+ /* justify-content: space-between; */
padding: 10px 0;
}
.header-main .main-menu ul {
diff --git a/footer.php b/footer.php
index 1d1dabd..0597af1 100644
--- a/footer.php
+++ b/footer.php
@@ -1,3 +1,28 @@
+
+
+
+
+
+
+
+
Save big with our cheap car rental
+
+
+
+
+
+
+
2 Reviews
Booking Form
- +Other Car
+ + +