
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background: #f5f6f8;
      color: #111111;
      line-height: 1.6;
    }
nav {
  background: white;
  padding: 18px 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-container {
  display: flex;
  justify-content: center;
gap: 120px;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}



.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  flex-wrap: nowrap;
}

.nav-links a {
  text-decoration: none;
  color: #111111;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #1f4f8a;
}
    header {
      background: white;
      padding: 60px 20px;
      text-align: center;
    }

.nav-logo img {
  width: 220px;
}

    h1 {
      font-size: 48px;
      margin-bottom: 20px;
      max-width: 900px;
      margin-inline: auto;
    }

    .tagline {
      max-width: 700px;
      margin: auto;
      color: #6b7280;
      font-size: 18px;
      margin-bottom: 35px;
    }

    .buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .buttons a {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 12px;
  background: #1f4f8a;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 4px 14px rgba(31,79,138,0.25);
}

    .buttons a:hover {
  background: #163a66;
  transform: translateY(-3px);
}

    section {
      padding: 70px 20px;
      max-width: 1200px;
      margin: auto;
    }

    h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 34px;
    }

    .collections {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

    .card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

    .card:hover {
      transform: translateY(-5px);
    }

    .card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

    .card-content {
      padding: 20px;
      display: flex;
flex-direction: column;
gap: 12px;
    }

    .card-content h3 {
      margin-bottom: 10px;
    }

    .card-content p {
      color: #6b7280;
      font-size: 15px;
    }

    .about {
      text-align: center;
      max-width: 850px;
      margin: auto;
    }

    .about p {
      color: #6b7280;
      font-size: 18px;
    }

    .socials {
      text-align: center;
    }

    .socials a {
      display: inline-block;
      margin: 10px;
      padding: 12px 18px;
      border-radius: 10px;
      background: white;
      text-decoration: none;
      color: #111111;
      font-weight: bold;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    footer {
      background: white;
      padding: 30px;
      text-align: center;
      color: #6b7280;
      margin-top: 50px;
    }
.logo {
  width: 180px;
  margin-bottom: 20px;
}
    @media(max-width:768px){

      h1{
        font-size: 36px;
      }

      .tagline{
        font-size:16px;
      }

    }
    .contact-section {
  background: white;
  padding: 80px 20px;
  text-align: center;
}

.contact-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.contact-section p {
  color: #6b7280;
  margin-bottom: 40px;
}

.contact-section form {
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-section input,
.contact-section textarea {
  padding: 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
}

.contact-section button {
  background: #1f4f8a;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-section button:hover {
  background: #163a66;
}

 body {
  font-family: Arial, sans-serif;
  background: #f5f6f8;
  margin: 0;
  color: #111111;
}

nav {
  background: white;
  padding: 18px 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.nav-logo img {
  width: 65px;
}

.nav-links {
  display: flex;
  gap: 25px;
  list-style: none;
  flex-wrap: nowrap;
}

.nav-links a {
  text-decoration: none;
  color: #111111;
  font-weight: 500;
  white-space: nowrap;
}

.nav-links a:hover {
  color: #1f4f8a;
}
.collections-hero {
  text-align: center;
  padding: 80px 20px 40px;
}

.collections-hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.collections-hero p {
  max-width: 700px;
  margin: auto;
  color: #6b7280;
  font-size: 18px;
  line-height: 1.7;
}
.rb-gallery {
  padding: 20px 40px 80px;
}