*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.image{
    background-image: url(image/hero_bg_1.jpg);
    height: 100vh;

}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 90px;
    padding: 0px 50px;
    margin: 0px 60px;
}
nav div{
    background-color: aliceblue;
    display: flex;
    width: 100%;
    gap: 600px;
    height: 60px;
}
nav h3{
    font-size: 30px;
    color: rgb(6, 83, 199);
    padding-top: 13px;
    padding-left: 20px;
}
.a{
    display: flex;
    gap: 20px;
}
a{
    color: black;
    text-decoration: none;
    padding-top: 20px; ;
}
.hero{
    display: block;
    justify-content: center;
    text-align: center;
    margin-top: 200px;
}
.hero h2{
    font-size: 35px;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}
form input{
    width: 25%;
    height: 40px;
    border-radius: 15px;
    margin-bottom: 10px;
    border: none;
    outline: none;
}
form button{
  background: linear-gradient(45deg, #ff0099, #8e2de2);
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.3s ease;
  margin-bottom: 20px;
}
.hero p{
    margin: 0px 30%;
    color: white;
    text-align: center;
    margin-bottom: 40px;
}
.hero a{
    color: white;
    text-decoration: underline;
}


.container1 {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
    background: #fff;
    flex-wrap: wrap;
    }
.card1 {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-align: center;
    width: 220px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.card1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.card1 i {
    font-size: 40px;
    color: #106D91; 
    margin-bottom: 15px;
}
.card1 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.top-image{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
h2 {
    color: #00788a;
    margin-bottom: 20px;
}
button{
    background: linear-gradient(45deg, #ff0099, #8e2de2);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.4s ease, transform 0.3s ease;
    margin-bottom: 20px;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.property-card {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 10px;
}
.card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-content {
    padding: 15px;
}
.price {
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
}
.address {
    color: #888;
    font-size: 0.9rem;
    margin: 5px 0;
}
.location {
    font-weight: bold;
    margin: 5px 0;
}
.details {
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    color: #444;
    margin-top: 8px;
}
.slider-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.btn {
    background: #e6f5f7;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: 0.3s;
}
.btn:hover {
    background: #00788a;
    color: #fff;
}

.testimonials-container {
    max-width: 960px;
    margin: 60px auto;
}
.testimonials-container h2 {
    color: #0d5c6b;
    font-weight: 700;
}
.testimonials {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    box-shadow: #000;
}
.testimonial {
    flex: 1;
    text-align: center;
    color: #0d5c6b;
}
.testimonial img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}
.testimonial .name {
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonial .quote {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}
.testimonial .role {
    font-size: 12px;
    color: #bbb;
}
.nav-buttons {
    text-align: right;
}
.nav-buttons button {
    color: #0d5c6b;
    background: #dbe7ea;
    border: none;
    border-radius: 15px;
    padding: 6px 12px; 
    font-size: 13px;
    cursor: pointer;
    margin-left: 6px;
    transition: background 0.3s ease;
    margin-bottom: 20px;
}
.nav-buttons button:hover {
    background: #0d5c6b;
    color: white;
}
.pagination {
    text-align: center;
    margin-top: 10px;
}
.pagination span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9aaabc;
    border-radius: 50%;
    margin: 0 4px;
}
.pagination .active {
    background: #0d5c6b;
}
.testimonial:hover {
  background-color: #e6f2f5;
  box-shadow: 0px 4px 10px rgba(13, 92, 107, 0.3);
  transform: translateY(-5px);
  transition: all 0.3s ease;
  border-radius: 10px;
  cursor: pointer;
}

.build {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}
.build  h2 {
    color: #0c4160;
    font-weight: 700;
    margin-bottom: 8px;
}
p.subtitle {
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
    text-align: center;
    width: 500px;
    margin-left: 250px;
}
.main-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}
.image-container {
    flex: 2;
}
.image-container img {
    width: 100%;
    border-radius: 5px;
}
.features {
    flex: 1;
    text-align: left;
}
.feature {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.feature-icon {
    background: #cccbcb;
    width: 80px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    font-size: 10px;
    color: #000;
    border-radius: 50%;
}
.feature-icon:hover{
    background-color: white;
    border: 1px solid #00788a;
    transition: background 0.3s ease;
    color: #00788a;
}
.feature-text strong {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
    color: #000;
}
  .feature-text small {
    color: #999;
    font-size: 13px;
}
.stats {
    display: flex;
    justify-content: space-between;
    color: #0c4160;
}
.stat {
    flex: 1;
    font-weight: 700;
    text-align: center;
}
.stat-value {
    font-size: 28px;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 13px;
}

.team-section {
    text-align: center;
    padding: 50px 20px;
}
.team-section h2 {
    font-size: 28px;
    font-weight: bold;
    color: #004d66;
    margin-bottom: 10px;
}
.team-section p {
    max-width: 600px;
    margin: 0 auto ;
    color: #555;
    font-size: 14px;
    margin-bottom: 80px;
}
.team-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.team-card {
    background: #fff;
    border-radius: 10px;
    padding: 60px 20px 20px;
    width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
}
.team-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.team-card h3 {
    margin: 15px 0 5px;
    font-size: 18px;
    color: #222;
}
.team-card span {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 15px;
}
.team-card p {
    font-size: 12px;
    color: #555;
    margin-bottom: 20px;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.social-icons a:hover {
    background: #007399;
}


.div {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f1f2f3;
  width: 100%;
}

.footer {
  background-color: #faf7f7;
  padding: 40px 20px;
  color: #333;

}
.footer-header {
  text-align: center;
  margin-bottom: 40px;
}
.footer-header h2 {
  color: #006d88;
  font-weight: 500;
  margin-bottom: 15px;
}
.btn-apply {
  background: linear-gradient(to right, #7f00ff, #e100ff);
  color: #fff;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
}
.btn-apply:hover {
  opacity: 0.9;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}
.footer-column h4 {
  font-size: 13px;
  color: #004d61;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-column p, .footer-column a {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
}
.footer-column a:hover {
  text-decoration: underline;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.social-icons{
    margin: 5px;
    padding-bottom: 15px;
}