
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

  body {
    /* margin: 0;
    font-family: 'Poppins', sans-serif; 
    background: #faf9f7;
    color: #333; */
  }
  .vrt {
    max-width:auto;
    margin: 40px auto 80px;
    padding: 0 20px;
    text-align: center;
	
  }
   
  .subheading {
    font-size: 12px;
    color: #6e6e6e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  h2 {
    font-size: 36px;
    color: #a46a1f; /* brown/golden */
    margin-bottom: 40px;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  .card-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .card {
    background: #fff;
    border-radius: 10px;
   /* box-shadow: 0 8px 18px rgb(0 0 0 / 0.05); */
    overflow: hidden;
    width: 300px;
	
    max-width: 400px;
	height:500px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	margin:10px;
	transition: transform 1s;
	
  }
  .card:hover {
	transform:scale(1.05);
}
  .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .card-content {
    padding: 20px;
    flex-grow: 1;
  }
  .card-content h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #a46a1f;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  .card-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
	text-align:center;
  }
  .card-footer {
    background: #f3e8c2;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
	
  }
  .card-footer button {
    background: #d8b85d;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: white;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
	text-align: center;
  }
  .card-footer button:hover {
    background: #a46a1f;
  }

  /* Floating contact buttons */
  .floating-contact {
    position: fixed;
    right: 20px;
    bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .floating-contact button {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
  }
  .call-btn {
    background-color: #7c503b;
  }
  .call-btn:hover {
    background-color: #563724;
  }
  .whatsapp-btn {
    background-color: #25d366;
  }
  .whatsapp-btn:hover {
    background-color: #1da851;
  }

  /* Scroll to top button */
  .scroll-top {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: #d8b85d;
    border-radius: 50%;
    cursor: pointer;
    color: #a46a1f;
    font-weight: 700;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
    transition: background 0.3s ease;
  }
  .scroll-top:hover {
    background-color: #a46a1f;
    color: #fff;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .card-wrapper {
      justify-content: center;
    }
    .card {
      max-width: 90vw;
    }
  }

/* ------------------------------------------------------- */


.vrt1 {
    max-width: auto;
    margin: 5px  5px;
    padding: 0 20px;
    text-align: center;
	margin-top:150px;
	
	
  }
   
  .subheading1 {
    font-size: 12px;
    color: #6e6e6e;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  h2 {
    font-size: 48px;
    color: #a46a1f; /* brown/golden */
    margin-bottom: 40px;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  .card-wrapper1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
	
  }
  .card1 {
    
    border-radius: 10px;
  /* box-shadow: 0 8px 18px rgb(0 0 0 / 0.05); */
    overflow: hidden;
    width: 300px;
	
    max-width: 400px;
	height:400px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);*/
	margin:5px;
	transition: transform 1s;
	
  }
  .card1:hover {
	transform:scale(1.05);
}
  .card1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .card-content1 {
    padding: 20px;
    flex-grow: 1;
  }
  .card-content1 h3 {
    margin: 0 0 12px;
    font-size: 20px;
    color: #a46a1f;
    font-weight: 600;
	align-items: center;
	justify-content: center;
	text-align:center;
  }
  .card-content1 p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
	text-align:center;
  }
  .card-footer1 {
    background: #f3e8c2;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
	
  }
  .card-footer1 button {
    background: #d8b85d;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: white;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
	text-align: center;
  }
  .card-footer1 button:hover {
    background: #a46a1f;
  }

  /* Floating contact buttons */
  .floating-contact1 {
    position: fixed;
    right: 20px;
    bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
  }
  .floating-contact1 button {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
  }
  .call-btn1 {
    background-color: #7c503b;
  }
  .call-btn1:hover {
    background-color: #563724;
  }
  .whatsapp-btn1 {
    background-color: #25d366;
  }
  .whatsapp-btn1:hover {
    background-color: #1da851;
  }

  /* Scroll to top button */
  .scroll-top1 {
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: #d8b85d;
    border-radius: 50%;
    cursor: pointer;
    color: #a46a1f;
    font-weight: 700;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.1);
    transition: background 0.3s ease;
  }
  .scroll-top1:hover {
    background-color: #a46a1f;
    color: #fff;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .card-wrapper1 {
      justify-content: center;
    }
    .card1 {
      max-width: 90vw;
    }
  }
