@charset "utf-8";
/* CSS Document */




    .hero-section {
      background: url('../images/hero-bg.jpg') no-repeat center center;
      background-size: cover;
      color: white;
      position: relative;
    
      display: flex;
      align-items: center;
    }
    .hero-overlay {
   
      width: 100%;
      padding: 80px 15px;
    }
.hero-section .badge-custom {
    background-color: rgba(160, 132, 58, 0.5);
    color: white;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 17px !important;
    border: solid 1px #a0843a;
}
    .info-card {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(10px);
      border-radius: 1rem;
      padding: 1rem;
      color: #fff;
      min-width: 120px;
    }
    .info-card i {
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      display: block;
      color: #ffc107;
    }
    .btn-yellow {
      background-color: #e6a400;
      border: none;
      font-weight: bold;
      color: #fff;
    }
	 
	 .hero-section .text-warning  {
		
	 }
	 
	  .hero-section .lead {
    font-size: 1.5rem;
    font-weight: 400;
}
	 
	 .hero-section .display-4 {
        font-size: 3.9rem;
    }
	 

    body {
      background-color: #fefdfb;
      font-family: 'Segoe UI', sans-serif;
    }

    .section-title {
      font-size: 3rem;
      font-weight: 700;
    }

    .section-title .highlight {
      color: #d4a838;
    }

    .feature-icon {
		min-width: 48px;
      width: 48px;
      height: 48px;
      background-color: #fff5d3;
      color: #d4a838;
      border-radius: 0.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.25rem;
    }

    .feature-card {
      border: 1px solid #f1eae0;
      border-radius: 0.5rem;
      padding: 1.5rem;
      background-color: #fff;
      transition: all 0.2s ease;
      height: 100%;
    }

    .feature-card:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }

    .feature-card h6 {
      font-weight: 600;
      margin-bottom: 0.25rem;
    }

    .feature-card p {
      font-size: 1rem;
      color: #666;
      margin: 0;
    }


    .section-heading {
      font-size: 3rem;
      font-weight: 700;
    }

    .section-heading .highlight {
      color: #d4a838;
    }

    .gallery-img {
      width: 100%;
      height: auto;
      border-radius: 1rem;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .gallery-img:hover {
      transform: scale(1.02);
    }

    .gallery-wrapper {
      padding-bottom: 2rem;
		background: #f5f4f1;
    }

    .badge-custom {
      background-color: #fcecb2;
      color: #a27800;
      font-weight: 500;
    }
    .highlight {
      color: #f5b400;
      font-weight: 600;
    }
    .card-custom {
      border: none;
      background-color: #fff8ec;
    }
    .form-control, .form-control:focus {
      box-shadow: none;
    }
    .btn-custom {
      background: #f5b400;
      color: #fff;
      border: none;
    }
    .btn-custom:hover {
      background: #d49f00;
    }
		
		
		.location p.text-muted.fs-6 {
    font-size: 17px !important;
}

		
		.footer {
			background: #f5f4f1;
		}
		
		


 
    .form-box {
      background-color: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
      max-width: 600px;
      margin: 50px auto;
    }
 
    .form-label {
      font-weight: 600;
      color: #333;
    }
 
    .form-control {
      background-color: #fcfbf6;
      border: 1px solid #ddd;
      border-radius: 6px;
    }
 
    .form-control::placeholder {
      color: #aaa;
    }
 
    .btn-gold {
      background-color: #f5b400;
      color: #fff;
      border: none;
      border-radius: 6px;
      font-weight: 600;
    }
 
    .btn-gold:hover {
      background-color: #d39e00;
    }

		
		.card-box.gold-card {
    margin-top: 50px;
}
 
		.form-box2 {
			

    
    margin: 50px auto;
		}
    .card-box {
      border-radius: 10px;
      padding: 33px;
      background-color: #fff;
      box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    }
 
    .card-heading {
      font-size: 1.1rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      color: #222;
    }
 
    .card-heading i {
      color: #f5b400;
      margin-right: 10px;
      font-size: 1.3rem;
    }
 
    .gold-card {
      background: linear-gradient(to right, #f5b400, #f7ca57);
      color: white;
      box-shadow: 0 4px 8px rgba(0,0,0,0.06);
    }
 
    .gold-card .card-heading {
      color: white;
    }
 
    .gold-card p {
      color: #fff;
    }
 
    .contact-info a {
      color: #f5b400;
      text-decoration: none;
      font-weight: 600;
    }

    .img-hover-box {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      transition: transform 0.3s;
    }
 
    .img-hover-box img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      transition: transform 0.3s;
    }
 
    .img-hover-box:hover img {
      transform: scale(1.05);
    }
 
    .hover-text-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      color: #fff;
      padding: 20px;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
		text-align: left;
    }
		
		.hover-text-overlay p{ 
			
			font-size: 0.9rem;
		}
 
    .img-hover-box:hover .hover-text-overlay {
      opacity: 1;
    }
		
		button.btn.btn-warning.mt-4.pop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 10px;
    color: #fff;
}
 


@media only screen and (max-width: 767px) {
	
	.hero-section .display-4 {
    font-size: 2.9rem;
}
	
	.hero-section .lead {
    font-size: 1.2rem;
 
}
	
	.hero-overlay {
 
    padding: 47px 15px;
}
	
	.section-title {
    font-size: 1.7rem;

}
	.section-heading {
    font-size: 1.7rem;
    
}
	
	.fs-5 {
    font-size: 1rem !important;
}
	
	.hover-text-overlay {
    opacity: 1;
	}
	
	.form-box {

    margin: 0;
		padding: 20px;
		

}
	
	.form-box2 {
    margin: 0;
}
	
	section br {
    display: none;
}
	
	.card-box.gold-card {
    margin-top: 25px;
}
 
}

