*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Poppins", sans-serif;
}

body{
    background:#f7f9fc;
    color:#1e2a39;
    width: 1250px;
    margin: 50px auto;
}

.navbar{
    display:flex;
    align-items:center;
    padding:20px 60px;
    width: 1200px;
    margin: 0px auto;
}

.logo{
    font-size:28px;
    font-weight:700;
    color:#007bff;

}

.nav-links{
    display:flex;
    gap:50px;
    list-style:none;
    margin-left: 90px;
}
.nav-links a{
    text-decoration:none;
    color:#333;
    font-weight:500;
}
.para{
    margin-left: 120px;
}
.btn{
    background:#007bff;
    color:#fff;
    border:none;
    padding:10px 20px;
    border-radius:8px;
    cursor:pointer;
    margin-left: 20px;
}
#btn{
    width: 160px;
    height: 40px;
    background-color: rgba(21, 114, 211, 0.1);
    color: #007bff;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
}
#deal{
    width: 260px;
    height: 40px;
    background-color: rgba(21, 114, 211, 0.1);
    color: #007bff;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.btn-button{
    width: 200px;
    align-items: center;
    background:#007bff;
    color:#fff;
    border:none;
    padding:10px 20px;
    border-radius:8px;
    cursor:pointer;
    margin-top: 20px;    
}
h1{
    text-align: center;
    margin-top: 30px;
}
.all{
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid rgb(172, 171, 171);
    display: block;
    margin: 0px auto 200px;
    text-align: center;
    width: 180px;
}


.testimonial-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  border: 1px solid lightgray;
  border-radius: 10px;
  background: white;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  width: 665px;
  height: 300px;
  margin: 50px 280px;
}
.section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 5%;
  gap: 5%;
  flex-wrap: wrap;              
}

.left {
  flex: 1 1 350px;     
  min-width: 280px;
}

.left h1 {
  font-size: clamp(24px, 4vw, 40px);
  color: #111;
  margin-bottom: 10px;
}

.left .free {
  color: #007bff;
  font-weight: bold;
}

.store-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 20px 60px;
}

.store-buttons img {
  height: 50px;
  object-fit: contain;
}


.right {
  flex: 1 1 350px;
  text-align: center;
  min-width: 260px;
}

.right img {
  width: 100%;
  max-width: 380px;
}


.footer {
  background: #0a223d;
  color: white;
  padding: 40px 5%;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;   
  gap: 40px;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 200px;  
  min-width: 180px;

}

.footer-col h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-col ul {
  padding: 0;
  list-style: none;
}

.footer-col ul li {
  margin: 6px 0;
  opacity: 0.7;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  opacity: 0.7;
  font-size: 14px;
}
.image-card {
  width: 330px;
  border-radius: 15px;
  overflow: hidden;

}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.text-card {
  width: 330px;
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.stars {
  font-size: 32px;
  font-weight: bold;
}

.rating-stars {
  color: gold;
  font-size: 20px;
  margin-left: 5px;
}

.hugs {
  background: #007bff;
  padding: 6px 12px;
  border-radius: 8px;
  color: white;
  display: inline-block;
  margin: 10px 0;
}

.text-card p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.text-card .name {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}

.text-card .location {
  color: #666;
  font-size: 13px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .image-card, .text-card {
    width: 100%;
  }
}
.hero{
    display:flex;
    align-items:center;
    margin-left: 100px;
}
.img{
    width: 700px;
    height: 400px;
}
.image{
    margin-top: 20px;
}
.p{
    color: rgba(182, 182, 182, 1);
}
.hero-text h1{
    font-size:45px;
    width:380px;
}
.hero-text span{
    color:#007bff;
}
.hero p{
    margin-top:10px;
}
.hero-car{
    width:420px;
}
.search-box{
    background:#fff;
    padding:20px;
    margin:0 auto;
    width:80%;
    display:flex;
    justify-content:center;
    gap:50px;
    margin-top:-20px;
    border-radius:12px;
    box-shadow:0 4px 20px rgba(0,0,0,0.05);
}
.search-box input{
    padding:14px;
    border-radius:8px;
    border:1px solid #ddd;
}

.steps{
    text-align:center;
    padding:60px 0;
}
.step-container{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:30px;
}
.step{
    padding:20px;
    width:250px;
}
.brands{
    display:flex;
    justify-content:center;
    gap:40px;
    padding:40px 0;
}
.brands img{
    width: 1200px;
    opacity:0.7;
}


.experience{
    display:flex;
    justify-content:center;
    gap:50px;
    padding:80px 0;
}
.exp-img img{
    width:450px;
}
.exp-text h2{
    width:340px;
    margin-bottom:20px;
}
.exp-text ul{
    list-style:none;
}
.exp-text li{
    margin:10px 0;
}

.popular{
    text-align:center;
    padding:60px 0;
}
.card-container{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:40px;
}
.card{
    background:#fff;
    padding:20px;
    width:280px;
    text-align:center;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
}
.what{
    margin-top: 120px;
}
.card img{
    width:200px;
}

.reviews{
    padding:60px 0;
    text-align:center;
}
.review-container{
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:30px;
}
.review{
    background:#fff;
    width:260px;
    padding:20px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
}

.app{
    text-align:center;
    padding:60px 0;
}
.app-img img{
    width:260px;
    margin:20px 0;
}
.store-buttons img{
    width:150px;
    margin:10px;
}


/* footer{
    text-align:center;
    padding:20px;
    background:#1e2a39;
    color:#fff;
}
.why-choose-us {
    padding: 80px 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.why-choose-us .container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-image img {
    width: 550px;
    max-width: 100%;
    object-fit: contain;
}
 
.content {
    width: 50%;
}

.tag {
    background: #E8F1FF;
    color: #4A81FF;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0 30px;
    line-height: 1.3;
}


.feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}
.icon {
    width: 55px;
    height: 55px;
    background: #E8F1FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon img {
    width: 28px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.feature p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .why-choose-us .container {
        flex-direction: column;
        text-align: center;
    }
    .content {
        width: 100%;
    }
    .feature {
        justify-content: center;
    }
} */

footer{
    text-align:center;
    padding:20px;
    background:#1e2a39;
    color:#fff;
}

/* MAIN WHY CHOOSE US SECTION (UNCHANGED) */
.why-choose-us {
    padding: 80px 0;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.why-choose-us .container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-image img {
    width: 550px;
    max-width: 100%;
    object-fit: contain;
}

.content {
    width: 50%;
}

.tag {
    background: #E8F1FF;
    color: #4A81FF;
    padding: 10px 25px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

.content h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 20px 0 30px;
    line-height: 1.3;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.icon {
    width: 55px;
    height: 55px;
    background: #E8F1FF;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 28px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.feature p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .why-choose-us .container {
        flex-direction: column;
        text-align: center;
    }
    .content {
        width: 100%;
    }
    .feature {
        justify-content: center;
    }
}

/* ---------------- FOOTER FIXES ---------------- */

/* Contact items: icon + text in one line */
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0;
}

.contact-item img {
    width: 22px;
    height: 22px;
}

/* Follow icons horizontal */
.follow-icons {
    display: flex;
    gap: 10px;
    font-size: 22px;
    align-items: center;
}

/* General footer styling */
.footer {
    background: #0a223d;
    color: white;
    padding: 40px 5%;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-col {
    flex: 1 1 200px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin: 8px 0;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    opacity: 0.7;
    font-size: 14px;
}
