*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body{
  background:#f5f5f5;
}

/* Navbar */
.navbar{
    background: #0d4629;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    height:80px;
}
.logo img{
    width: 120px;
    border-radius: 12px;
}

.nav-links{
    display: flex;
    gap: 40px;
    align-items: center;
}

.nav-links a{
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    transition: 0.3s;
}

.nav-links a:hover{
    color: #22c55e;
    transform: translateY(-2px);
}

.search{
    display: flex;
    justify-content: center;   /* or flex-start */
    align-items: center;
    gap: 20px;                 /* controls the space */
    margin: 40px auto;
}

.category-btn{
  background:#166534;
  color:white !important;
  padding:12px 24px;
  border-radius:10px;
}

.login-btn{
  border:2px solid #166534;
  padding:10px 28px;
  border-radius:10px;
  color:#22C55E !important;
  transition:0.3s;
}

.login-btn:hover{
  background:#166534;
  color:white !important;
}

/* Slider */
.slider{
  width:88%;
  height:500px;
  margin:50px auto;
  position:relative;
  overflow:hidden;
}

/* Slides */
.slide{
  display:none;
  justify-content:space-between;
  align-items:center;
  padding:60px;
  border-radius:8px;
}

.slide.active{
  display:flex;
}

/* Backgrounds */
.slide:nth-child(1){
  background:#edf9f2;
}

.slide:nth-child(2){
  background:#fbf7fe;
}

/* Left Side */
.hero-left{
  width:50%;
}

.hero-left h1{
  font-size:55px;
  line-height:1.0;
  margin-bottom:25px;
  font-weight:800;
}

.green{
  color:#49c25d;
}

.purple{
  color:#6b2db7;
}

.hero-left p{
  font-size:24px;
  font-weight:600;
  margin-bottom:20px;
  max-width:500px;
}

/* Features */
.features{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
  margin-bottom:60px;
}

.feature{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:20px;
  font-weight:600;
}

.feature i{
  font-size:24px;
}

.slide:nth-child(1) .feature i{
  color:#49c25d;
}

.slide:nth-child(2) .feature i{
  color:#6b2db7;
}

/* Buttons */
.rent-btn{
  color:white;
  border:none;
  padding:18px 35px;
  border-radius:12px;
  font-size:22px;
  font-weight:bold;
  cursor:pointer;
  transition:0.3s;
}

.green-btn{
  background:#49c25d;
}

.green-btn:hover{
  background:#35ad49;
}

.purple-btn{
  background:#6b2db7;
}

.purple-btn:hover{
  background:#531f92;
}

/* Right Side */
.hero-right{
  width:45%;
  text-align:center;
}

.hero-right img{
  width:100%;
  max-width:520px;
}

/* Responsive */
@media(max-width:1100px){

  .navbar{
    flex-direction:column;
    gap:25px;
    height:auto;
  }

  .nav-links{
    flex-wrap:wrap;
    justify-content:center;
  }

  .slide{
    flex-direction:column;
    text-align:center;
    gap:40px;
  }

  .hero-left{
    width:100%;
  }

  .hero-right{
    width:100%;
  }

  .features{
    justify-content:center;
  }

  .hero-left h1{
    font-size:50px;
  }
}
Top Bar
.top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px;
}

/* Search Box */
.search-box {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  padding: 10px 15px;
  border-radius: 6px;
  width: 450px;
}

.search-box i {
  margin-right: 10px;
  color: rgb(165, 164, 164);
}

.search-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

/* Button */
.btn {
  background: #22c55e;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

/* Categories Section */
.categories {
  background: #e9f9f0;
  border: 1px solid rgb(203, 236, 203);
  padding: 30px;
  margin: 40px;
  border-radius: 10px;
}

.categories h2 {
  padding:8px;
  margin-bottom: 20px;
  font-weight: 600;
  color:rgb(47, 69, 49);
  text-align: center;
}

/* Icons */
.icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.icon-box {
  font-size: 28px;
  color: #14532d;
  cursor: pointer;
}

/* HOW IT WORKS */
.how-it-works {
    background: #dff3e4;
    padding: 60px 5%;
}

.how-it-works h1 {
    text-align: center;
    color: #0f4f2b;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-weight: bold;
}

.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.steps-container {
    display: flex;
    gap: 30px;
    flex: 2;
}

.step-card {
    background: white;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.12);
    width: 250px;
    height: 250px;
}

.step-card h2 {
    color: #1f2937;
    margin-bottom: 25px;
    font-size: 20px;
}

.step-card ul {
    padding-left: 25px;
}

.step-card li {
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}

.image-section {
    flex: 1;
    text-align: center;
}

.image-section img {
    max-width: 100%;
    width: 500px;
    height:200px;
    
}

/* CONTACT SECTION */
.contact-section {
    background: #0d4629;
    color: white;
    text-align: center;
    padding: 20px 10px;
    height:180px;
     line-height: 1.0px;
}

.contact-section h2 {
    font-size: 1.5rem;
    /* margin-bottom: 10px; */
}

.underline {
    width: 80px;
    height: 4px;
    background: #9be4af;
    margin: 20px auto 35px;
}

.contact-item {
    margin: 20px 0;
    font-size: 0.9rem;
   
}

.contact-item i {
    margin-right: 12px;
    color: white;
}

/* FOOTER */
footer {
    background: #ececec;
    text-align: center;
    padding: 22px;
    font-size: 1.4rem;
    color: #111;
}

/* RESPONSIVE */
@media (max-width: 1200px) {

    .content-wrapper {
        flex-direction: column;
    }

    .steps-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .step-card {
        width: 350px;
    }
}

@media (max-width: 768px) {

    .how-it-works h1 {
        font-size: 2rem;
    }

    .steps-container {
        flex-direction: column;
        align-items: center;
    }

    .step-card {
        width: 100%;
        max-width: 450px;
    }

    .step-card h2 {
        font-size: 1.5rem;
    }

    .step-card li {
        font-size: 1rem;
    }

    .contact-item {
        font-size: 1rem;
    }
}
