@font-face {
  font-family:Futura;
  src: url(Futura\ Std\ Book.ttf);
}

@font-face{
  font-family: Futurabold;
  src: url(Futura\ Std\ Heavy.ttf);
}

@font-face{
  font-family: Tarjan;
  src: url(TrajanPro-Regular.ttf);
}

@font-face{
  font-family:Corporate;
  src: url(Corporate\ A\ Regular.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*-----------------------------------------------
Navbar
---------------------------------------------*/

.social-container {
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  align-items: center;
  padding-top: 2rem;


}

.social-text {
  margin-right:0.5rem;
  font-size: 1rem;
  color: #333;
  font-family: Futura;
}

.social-icons {
  display: flex;
  gap:0.2rem;
}

.social-icons a {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.social-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Makes the header sticky */

header {
background-color: #fff;
position: sticky !important; 
top: 0;
z-index: 1000; 
transition: all 0.3s ease-in-out; 
padding-bottom: 10px;
}

header.sticky .top-bar img {
height: 100px; 
transition: height 0.3s ease-in-out; 
margin-top:5px;
}

header.sticky {
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}

.top-bar img {
height: 180px;
transition: height 0.3s ease-in-out; 
}







header {
  background-color: #fff;
  position: relative;
}

.top-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  position: relative;
  margin-top:-13px;
}

.top-bar img {
  height: 180px;
}

.nav-header {
  display: none;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 1rem 0;
}

.nav-header ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin-top:1rem;
}

.nav-header ul li {
  font-size: 1rem;
}

.nav-header ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  font-family: Futura;
  letter-spacing: 1px;
}

.nav-header ul li:nth-child(1) a {
text-decoration: none;
color: #333;
position: relative;
font-family: Futura;
font-weight: bold;
letter-spacing: 1px;
}

.nav-header ul li a:active {
text-decoration: none;
color: #333;
font-weight: bold;
position: relative;
font-family: Futurabold;
letter-spacing: 1px;
}

.nav-header ul li a:hover::after {
  width: 100%;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  transition: left 0.3s;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem;
  z-index: 1000;
}

nav.open {
  left: 0;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  text-align: center;
}

nav ul li {
  font-size: 1.5rem;
}

nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: Futurabold;
}

nav ul li a:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: Futurabold;
}
nav ul li a:active {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: Futurabold;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  color:#d4a64a;
}


.close-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 3rem;
  position: absolute;
  top: 0rem;
  right: 2rem;
  cursor: pointer;
}

nav.open .close-toggle {
  display: block;
}

@media (max-width: 1024px) {
  .menu-toggle {
      display: block;
  }

  nav {
      display: flex;
  }

  .nav-header {
      display: none;
  }
  .top-bar img {
      height: 100px;
      text-align: start;
  }
  #navbar-mobile ul li{
      font-size: 1rem;
      border-bottom: 1px solid #d39639;
      padding-bottom: 14px;
  }
  #navbar-mobile ul li a{
    font-size: 1rem;
    font-family:  Futura;
    font-weight:100;
}


  #navbar-mobile ul li:nth-child(1) a {
    text-decoration: none;
    color: #000;
    position: relative;
    font-family: Futura;
    font-weight: bold;
    letter-spacing: 1px;
  }

  #navbar-mobile ul{
      margin-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .nav-header {
      display: flex;
  }

  .menu-toggle {
      display: none;
  }

  nav {
      display: none !important;
  }
}

@media (max-width: 480px){
.social-container {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  display: none;
}

.top-bar{
  justify-content: flex-end;
  margin: 0px 1rem;
  margin-top:20px;
}


}

/*-----------------------------------------------
Navbar end
---------------------------------------------*/

/*-----------------------------------------------
header banner
---------------------------------------------*/
.header-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.header-banner img {
  width: 100%;
  height: auto;
  object-fit: contain; 
}

@media (max-width: 768px) {
  .header-banner img {
      height: auto;
      max-height: 300px; 
  }
}

@media (max-width: 480px) {
  .header-banner img {
      height: auto;
      max-height: 200px; 
  }
}

@media (min-width: 1440px) {
  .header-banner img {
      height: auto;
  }
}

/* Middle banner start*/

.middle-banner {
  text-align: center;
  padding: 0px;
  margin: 50px 0px;
}
.middle-banner-heading {
  text-align: center;
  font-family: 'Georgia', serif; /* Or your preferred font */
  color: #333;
  margin: 20px 0;
  padding: 0 10px; /* Add some padding for better mobile display */
}

.middle-banner-heading h1 {
  font-size: 1.3rem;
  font-weight: 300; /* Light weight for "Bringing the Royal City..." */
  line-height: 1.4;
  font-family: Futura; /* Improves readability */
}

.middle-banner-heading h1 b {
  font-weight: 600; /* Bold for "Rampur Bushahr" */
}

.middle-banner-heading h2 {
  font-size: 30px; /* Larger font size for "SINCE'90" */
  font-weight: 500;
  letter-spacing: 2px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-family: Tarjan; /* Space between the text and the lines */
}

.middle-banner-heading h2::before,
.middle-banner-heading h2::after {
  content: '';
  display: block;
  width: 100px; /* Length of the golden line */
  height: 2px;
  background-color: #d4a64a; 
  margin-top: -10px;/* Golden color */
}

.middle-banner-heading h2:before {
  left: -90px;
}

.middle-banner-heading h2:after {
  right: -90px;
}

.middle-banner-image {
  width: 100%;
  overflow: hidden;
  margin-top:10px;
}

.middle-banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.middle-banner-image-mobile {
  width: 100%;
  overflow: hidden;
}

.middle-banner-image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 768px) {
  .middle-banner-heading h2:before,
  .middle-banner-heading h2:after {
    width: 80px;  
    left: -70px;
    right: -70px;
  }
}

@media (max-width: 480px) {
  .middle-banner-heading h2:before,
  .middle-banner-heading h2:after {
    width: 60px;  
    left: -50px;
    right: -50px;
  }
  .middle-banner-heading h1 {
      font-size: 0.8rem;
      margin: 0;
      margin: 10px;
    }
    .middle-banner-heading {
      font-size: 1.2rem;
      color: #4a4a4a;
      position: relative;
    }
}
@media (max-width: 599px){
  .middle-banner-image img{
      display:none;
  }
}
@media (min-width: 599px){
  .middle-banner-image-mobile img{
      display:none;
  }
}


/* Middle banner end */




/* Traditional Banner*/

.tradition-banner {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top:2rem;
}

.tradition-banner .heading {
  padding: 20px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: Futura;
  margin-bottom: 25px;
}

.tradition-banner .single-image {
  width: 100%;
  height: auto;
}


@media (max-width: 768px) {
  .tradition-banner .heading {
      font-size: 1.2rem;
      padding: 15px;
  }
}


/*----------------------------
Mobile View
----------------------------*/
.tradition-banner-mobile{
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top:-2rem;
}

.tradition-banner-mobile .heading {
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: Futura;
}

.tradition-banner-mobile .single-image {
  width: 100%;
  height: auto;
}


@media (max-width: 768px) {
  .tradition-banner-mobile .heading {
      font-size: 1.5rem;
      padding: 15px;
  }
}

@media (max-width: 480px) {
  .tradition-banner-mobile .heading {
      font-size: 0.8rem;
      line-height: 1.50;
  }
  
}



/* Traditional Banner end */



/* Our collection start */

.shop-collection {
  text-align: center;
  padding: 0px;
}

.shop-collection h2 {
  font-size: 1.8rem;
  margin: 0;
  color: #333;
  margin-top:2rem; 
  font-family: Tarjan;
}

.shop-collection p {
  font-size: 1rem;
  color: #000;
  margin: 5px 0 20px;
  font-family: Futura;
  letter-spacing:1px;
  margin-top:-2px;
}

.shop-collection .banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin:   0px auto;   
}

/* Responsive Design */
@media (max-width: 768px) {
  .shop-collection h2 {
      font-size: 1.5rem;
  }

  .shop-collection p {
      font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .shop-collection h2 {
      font-size: 1.24rem;
  }

  .shop-collection p {
      font-size: 0.8rem;
  }
}

/* Footer Start */

.footer {
  background: url('Footer_2.jpg') no-repeat center center/cover;
  padding: 80px 20px 50px 20px;
  color: #6b5c4c;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.footer-left, .footer-middle, .footer-right {
  flex: 1;
  margin: 20px;
  font-family: Corporate;
}

.footer-left {
  font-size: 14px;
  line-height: 1.7;
  border-left: 2px solid #b37b20;
  padding-left: 10px;
}

.footer-left p {
margin:0px;
}
.footer-right p {
margin:0px;
}

.footer-middle {
  text-align: center;
}

.footer-middle img {
  max-width: 250px;
  margin-top: -70px;
}

.footer-right {
  font-size: 14px;
  line-height: 1.6;
  text-align: end;
  border-right: 2px solid #b37b20;
  padding-right: 10px;
}

.signup-container {
  padding: 20px;
  margin-top: 40px;
  text-align: start;
  background-color:transparent;
  width: 30%;
}

.signup-container p {
  font-size: 12px;
  margin-bottom: 10px;
  font-family: Corporate;
}

.signup-container form {
  display: flex;
  align-items: center;
  gap: 0px; /* Ensures spacing between elements */
  background-color:#f8f4e8;
}

.signup-container input[type="email"] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #a6a6a6;
  flex: 1;
  max-width: 300px;
  color: #fff;
  background-color: transparent;
  font-family: Corporate;
}

.signup-container button {
  padding: 6px 20px;
  font-size: 14px;
  background-color: #6b5c4c;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: Futura;
}

.signup-container button:hover {
  background-color: #594a3c;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .footer-left, .footer-middle, .footer-right {
      margin: 10px 0;
  }

  .signup-container form {
      flex-direction: column;
      align-items: stretch;
  }

  .signup-container input[type="email"],
  .signup-container button {
      width: 100%;
      max-width: none;
      margin: 5px 0;
  }
}

@media (max-width: 480px) {

.signup-container {
  padding: 20px;
  margin-top: 40px;
  text-align: start;
  background-color:transparent;
  width: 100%;
}
  .footer-left, .footer-right {
      font-size: 12px;
  }

  .footer-middle img {
      max-width: 200px;
      margin-top:0px;
  }
  
  .signup-container p {
      font-size: 12px;
  }

  .signup-container {
      margin-top: -89px;
      text-align: center;
  }

  .signup-container button {
      font-size: 12px;
      padding: 8px;
      margin-top: 5px;
  }
  .signup-container input[type="email"]{
    text-align: center;
  }
}


/* Footer Mobile */

.footer-mobile {
  padding: 40px -18px 105px 0px;
  color: #6b5c4c;
  background-color: #f8f4e7;
}

.footer-background-img {
  width: 100%; 
  display: flex; 
  justify-content: center; 
  overflow: hidden; 
}

.footer-background-img img {
  max-width: 100%; 
  height: auto; 
  display: block;
  margin-top:0px; 
}

.footer-background-img-top img {
  max-width: 50%; 
  height: auto; 
  display: block;
  margin-top:0px; 
}

.footer-mobile .footer-right{
  text-align: center;
  border: none;
}
.footer-mobile .footer-left{
  text-align: center;
  border: none;
}


/*----------------------------*\
Section
\*----------------------------*/

.section {
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: futura;
  margin-left:30px;
  margin-right:30px;
}

.product-heading{
  text-align: center;
}

.product-heading h2{
  font-size:1.8rem;
  font-family: Tarjan;
}

.product-heading p{
  font-size:1rem;
  font-family: Futura;
  letter-spacing:1px;
  margin-top:-8px;
}




/*----------------------------*\
    product
\*----------------------------*/
.product {
  position: relative;
  margin: 15px 0px;
  transition: 0.2s all;
  border-radius: 10%;
}


.product .product-img {
  position: relative;
}

.product .product-img > img {
  width:88%;
  transition: transform 0s ease, opacity 0.3s ease;
  margin-left: 20px;
  border-radius:10%;
  border:3px solid #c58e31;
}

.products-slick .slick-center .product-img > img {
  transform: scale(1.1); /* Enlarge the middle (center) image */
  z-index: 2; /* Bring it to the front */
}



.products-slick .slick-center {
  opacity: 1; 
}


/*---------------------------------------
Header-slider
---------------------------------------*/
.slider {
  width: 100%;
  height: 80vh; 
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.slider .list {
  position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: transform 1s ease-in-out;
}

.slider .list img {
  width: 100vw; 
  height: 80vh; 
  object-fit: contain; 

}

.slider .buttons {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10; 
  display: none;
}

.slider .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  border: 1px solid #000;
  font-family: monospace;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider .buttons button:hover {
  background-color: rgba(255, 255, 255, 0.8); 
}

.slider .dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  z-index: 10; 
}

.slider .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7); 
  margin: 5px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.slider .dots li.active {
  width: 20px;
  background-color: #fff; 
}

@media screen and (max-width: 768px) {
  .slider {
      height: 100vh; 
  }

  .slider .buttons button {
      width: 40px;
      height: 40px; 
  }
}

@media screen and (max-width: 599px) {
  .slider {
      display: none; 
  }

  .slider .list img {
      object-fit: contain; 
  }

  .slider .dots li {
      width: 8px;
      height: 8px; 
  }

  .slider .dots li.active {
      width: 16px; 
  }
}


/*---------------------------------------
Mobile-slider
---------------------------------------*/
.slider-mobile {
width: 1300px;
height: 500px !important;
margin: auto;
position: relative;
overflow: hidden;
margin-bottom: 1  0px;
margin-top: 10px;
}

.slider-mobile .list {
position: absolute;
width: max-content;
height: 100%;
left: 0;
top: 0;
display: flex;
transition: transform 1s;
}

.slider-mobile .list img {
width: 1300px;
max-width: 100vw;
height: 100%;
object-fit: contain;
}

.slider-mobile .buttons {
position: absolute;
top: 45%;
left: 5%;
width: 90%;
display: flex;
justify-content: space-between;
}

.slider-mobile .buttons button {
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #fff5;
color: #000;
border: 1px solid #000;
font-family: monospace;
font-weight: bold;
}

.slick-track{
margin: 30px 0px;
}

.slider-mobile .dots {
position: absolute;
bottom: 10px;
left: 0;
color: #fff;
width: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}

.slider-mobile .dots li {
list-style: none;
width: 10px;
height: 10px;
background-color: #fff;
margin: 10px;
border-radius: 20px;
transition: 0.5s;
}

.slider-mobile .dots li.active {
width: 30px;
}

@media screen and (max-width: 768px) {
.slider-mobile {
  height: 400px;
  width: 100%;
}

.slider-mobile .buttons button {
  width: 30px;
  height: 30px;
}

.slider-mobile .dots li {
  width: 8px;
  height: 8px;
}

.slider-mobile .dots li.active {
  width: 20px;
}
}

@media screen and (min-width: 599px) {
.slider-mobile {
  display: none;
}
}


/*-------------------------------
Entry Animation
----------------------------------*/
@keyframes slide-in-fade {
  from {
      transform: translateY(50px); /* Start below */
      opacity: 0; 
  }
  to {
      transform: translateY(0); /* Move to original position */
      opacity: 1; 
  }
}

.fade-slide-in {
  animation: slide-in-fade 1s ease-out forwards; 
  opacity: 0; 
}


/*-------------------------------
Media Query
----------------------------------*/

@media screen and (max-width: 599px){
  .tradition-banner{
      display: none;
  }
  .section {
      padding-top: 50px;
      padding-bottom: 0px;
      font-family: futura;
    }
    .footer{
      display: none;
    }
    .product-heading h2{
      font-size: 1.24rem;
    }
    .product-heading p{
      font-size: 0.8rem;
    }
 
}

@media screen and (min-width: 599px){
  .tradition-banner-mobile{
      display: none;
  }
  .footer-mobile{
      display: none;
  }
}

/*---------------------------------------
Jewellery section
----------------------------------------*/
.portfolio{
  width: 100%;
  padding: 30px 8%;
  background-color: var(--body-clr);
}
.portfolio .section-head{
  max-width: 700px;
  margin: 0px auto 25px;
  text-align: center;
}
.section-head h1{
  position: relative;
  font-size: 32px;
  margin: 10px 0px 30px;
  color: var(--primary-clr);
  
}
.button-group{
  text-align: center;
  margin-bottom: 40px;
}
.button-group .button{
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #fff;
  color:#000;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  font-family: Futurabold;
  border: 1px solid #d39639;
}
.button-group .button.active{
  background-color:#d39639;
  border: 1px solid #d39639;
  color:#fff;
}
.button-group .button:hover{
  background-color: var(--primary-clr);
  color: var(--body-clr);
}
div.gallery{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div.gallery .item{
  position: relative;
  margin: 4px;
  width: calc(33.33% - 8px);
  overflow: hidden;
  cursor: pointer;
}
.item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
div.gallery .item:hover img{
  transform: scale(1.15);
}
.item .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(5,85,92,0.7);
  color: var(--body-clr);
  padding: 15px;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.item:hover .overlay{
  opacity: 1;
}
.item .overlay a{
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid var(--body-clr);
  color: var(--body-clr);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.item .overlay a:hover{
  background-color: var(--body-clr);
  color: var(--primary-clr);
}


@media(max-width: 1024px){
  div.gallery .item{
    width: calc(50% - 8px);
  }
}

@media(max-width: 600px){
  div.gallery .item{
    width: 100%;
    margin: 4px 0px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 30px;
    font-family: futura;
    margin-left:0px;
    margin-right:0px;
    overflow:hidden;
  }
  
}

/*---------Feature---------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.main-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin: 20px 0;
}

.feature-heading {
  font-size: 2rem; /* Adjusted for better visibility */
  font-family: Tarjan;
  text-align: center;
  margin-bottom: 30px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.feature {
  flex: 1 1 calc(25% - 20px); /* 4 items per row */
  text-align: center;
  transition: transform 0.3s ease;
  margin-bottom: 10px; /* Added margin for better spacing */
}

.feature:hover {
  transform: translateY(-5px);
}

.feature img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: Futura;
  color: #000;
}

.feature p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  font-family: Futura;
}

.feature a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  font-family: Futurabold;
}
.feature a:hover {
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .feature {
      flex: 1 1 calc(50% - 20px); /* 2 items per row */
  }
}

@media (max-width: 600px) {
  .feature {
      flex: 1 1 100%; 
  }

  .feature-heading{
    font-size:1.24rem ;
  }
  .feature h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: Futura;
    color: #000;
  }
  
  .feature p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
    font-family: Futura;
  }
  
  .feature a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    font-family: Futurabold;
  }
}
.unique-map-container {
  width: 100%;
  height: 100%;
  background-color: lightgrey;
}

.page-container {
  font-family:'futura';
  background-color: #f8f4e8;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.contact-form-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1400px;
  background-color: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.contact-form {
  padding: 60px 40px;
  background: linear-gradient(135deg, #ffffff, #f3f4f6);
}

.contact-form h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #d3963a;
}

.contact-form label {
  display: block;
  margin: 15px 0 8px;
  font-size: 16px;
  color: #555;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form button {
  background-color: #d3963a;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact-form button:hover {
  background-color: #d3963a;
}

.contact-image {
  background-image: url('/images/Contact\ Us\ 2.png');
  background-size: contain;
  width:100%;
  height: 100%;
  background-repeat: no-repeat
}

@media (max-width: 768px) {
  .contact-form-section {
    grid-template-columns: 1fr;
  }

  .contact-image {
    display: none;
  }
}

/*---------------------------------
About
----------------------------------*/

        .about-wrapper {
            margin: 0;
            padding: 20px 100px;
            background: #f8f4e8;
        }
        .about-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 100%;
            margin: auto;
            background: #f8f4e8;
            padding: 20px;
        }
        .about-content {
            width: 60%;
            font-size: 16px;
            line-height: 1.6;
            color: #444;
            text-align: left;
            font-family: futura;
        }

        .about-content h1 {
          font-family: 'tarjan';
          font-size:2rem;
          margin-bottom:20px ;
      }
        .about-image-container {
            width: 35%;
            text-align: right;
        }
        .about-image-container img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        @media (max-width: 768px) {
            .about-container {
                flex-direction: column;
                text-align: center;
            }
            .about-content, .about-image-container {
                width: 100%;
            }
            .about-image-container {
                text-align: center;
                margin-top: 20px;
            }
            .about-wrapper {
              margin: 0;
              padding: 20px ;
          }
          .about-content{
            font-size:12px;
            text-align: center;
          }
          .about-content h1{
            font-size:24px;
          }
        }

        .commitment-wrapper {
          background-color: #f8f4e8;
          text-align: center;
          padding: 80px 20px;
          padding-bottom: 0px;

      }
      .commitment-heading {
          font-size: 2rem;
          color: #000;
          margin-bottom: 10px;
          font-family: tarjan;
      }
      .commitment-text {
        font-size: 16px;
        line-height: 1.6;
        color: #444;
        text-align: left;
        font-family: futura;
        text-align: center;
      }
      .commitment-image-container {
          display: flex;
          justify-content: center;
          margin-top: 20px;
      }
      .commitment-image {
          max-width: 70%;
          height: auto;
          border-radius: 8px;
      }
      @media (max-width: 768px) {
          .commitment-heading {
              font-size: 20px;
          }
          .commitment-text {
              font-size: 12px;
          }
          .commitment-image {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .celeb-slider h1{
          font-family: tarjan;
          font-size: 1.24rem!important;
          text-align: center;
        }
      }

      .slick-slide .inner {
        margin: 0 5px;
      }

      .celeb-slider h1{
        font-family: tarjan;
        font-size: 2rem;
        text-align: center;
      }
      .celeb-slider{
        margin: 50px 0;
      }