/* ========== Hero Section ========== */
.comingsoon {
  padding: 4rem 0;
  background: #fff;
  text-align: center;
  height: 50vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
}





/* ========== Hero Section ========== */
.hero {
  padding: 4rem 0;
  background: #da281d;
  text-align: center;
  height: 120vh;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
}


/* ========== Services ========== */
.services {
  background: #f4f4f4;
  padding: 4rem 0;
}

/* ========== Contact ========== */
.contact {
  background: #f4f4f4;
  padding: 4rem 0;
 
  text-align: center;
  
  
  display: flex;

  justify-content: center; /* vertical centering */
  align-items: center;     /* horizontal centering */
  
  
}

/* ========== Reviews ========== */
.reviews {
  background: #fff;
  padding: 4rem 0;
}

.dgpr {
  background: #fff;
  padding: 4rem 0;
}

/* ========== Blogs ========== */
.blog-list {
  padding: 4rem 0;
  background: #f4f4f4;
  height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertically center */
  align-items: flex-start;   /* align content to the left */
  text-align: left;          /* ensure text aligns left */
  
}




/* ========== Footer ========== */
.footer {
  background: #f4f4f4;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #000;
}

