  @import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

  html,
  body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f9eee7;

  }

  body::-webkit-scrollbar {
    display: none;

  }

  /* navbar section  */



  .navbar {
    background-color: #000000;
    color: white;
   
    
  }

  /* Sticky / Fixed Navbar */
.navbar.fixed-top {
  position: fixed;
  top: 10px;
  left: 17px;
  right: 17px;
  width: auto;
  border-radius: 20px;
  z-index: 1050;
  overflow: hidden;
  background-color: black;
  color: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}


/* Body Padding for Desktop */
body {
  padding-top: 130px;
}

/* Medium Screens (Tablets) */
@media (max-width: 991px) {
  .navbar.fixed-top {
    top: 15px;
    left: 10px;
    right: 10px;
    border-radius: 14px;
  }

  body {
    padding-top: 120px;
  }
}

/* Small Screens (Mobiles) */
@media (max-width: 575px) {
  .navbar.fixed-top {
    top: 10px;
    left: 10px;
    right: 10px;
    border-radius: 12px;
  }

  body {
    padding-top: 110px;
  }
}

  /* Add body top padding so content is not hidden under navbar */
  body {
    padding-top: 100px;
    /* Adjust if your navbar is taller or shorter */
  }


  /* .navbar .container img {
    width: 40px;
    border-radius: 30px;
    margin-left: 13px;
    text-align: center;

  }

  .navbar .navbar-nav {
    justify-content: center;
    align-items: center;
    /* margin-left: 30px;
 } */
  .navbar {
    background-color: black;
    color: #F9EEE7;
  }

  .navbar .offcanvas-body {
    background-color: black;
    color: #F9EEE7;
  }

  .navbar .menu_navbar_nav {
    align-items: center;
  }

  .navbar .navbar-brand {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .navbar .navbar-brand img {
    height: 85px;
  }

  .navbar .navbar-toggler {
    border: 0;
    color: var(--primary-text);
    line-height: 2;
  }

  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar .nav-item {
    margin: 0 0.625rem;

  }

  .navbar .nav-item .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: white;
    display: inline-block;
  }
  

  .navbar .nav-item .nav-link:hover {
    color: gray;
  }
  .navbar-bt {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #a64b2a;
  color: white;
  padding: 16px 24px;            /* 👈 thoda aur spacing side se */
  border-radius: 12px;          /* 👈 soft rounded corners */
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border: none;
  line-height: 1;               /* 👈 vertical alignment fix */
  min-width: max-content;       /* 👈 avoid squeeze */
}


  .navbar.header-scrolled {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 85px;
    background-color: rgba(20, 26, 60, 1);
  }

  .navbar .nav-item.active {
    position: relative;
    margin-right: 15px;
  }

  .navbar .nav-item a {
    color: white;
    text-decoration: none;
  }

  /* .navbar .nav-item a::after {
  color: white;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translate(-50%, -50%);
} */

  .navbar .nav-item .submenu {
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    color: black;
    display: block;
    margin-top: 70px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 250px;
    z-index: 999;
  }

  .nav-item .submenu a {
    color: black;
  }

  .nav-item.active:hover .submenu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-top: 20px;
  }

  .dropdown-menu:hover .dropdown-toggle {
    color: white;
  }

  /* 
.navbar-nav .dropdown-menu {
  margin-top: 1rem;
} */

  .nav-item .custom_dropdown {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    /* subtle shadow */
    z-index: 1050;
    /* ensures it stays above other content */
  }

  /* Ensures the dropdown appears below the navbar */
  .custom-dropdown {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    /* space below the nav */
    z-index: 1050;
  }

  /* Change nav-link color to white on hover */
  .custom-nav-link:hover,
  .custom-nav-link:focus {
    color: white !important;
  }

  /* Optional: If you want to change background on hover as well */
  .custom-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }


  .container .logo h6 {
    color: rgb(228, 137, 93);
  }

  .container .logo span {
    font-size: 25px;
    color: rgb(228, 137, 93);
  }

  .responsive-button {
    background-color: black;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }


.offcanvas-header {
  background-color: #111; /* dark to match navbar */
  color: rgb(228, 137, 93); /* your highlight color */
  height: 60px;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-header .offcanvas-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.offcanvas-header .btn-close {
  filter: invert(100%); /* makes close icon white on dark bg */
  opacity: 0.8;
  transition: opacity 0.3s;
}

.offcanvas-header .btn-close:hover {
  opacity: 1;
}


  .nav-link {
    color: #d0c8c8;
  }

  .nav-link.active {
    background-color: transparent;
    /* Or any background color you want */
    color: rgb(228, 137, 93) !important;
    /* Force the text color */
  }

  .nav-item {
    font-size: 20px;
    text-align: center;
    /* margin-left: 40px; */
    width: 100px;
    color: #f1eeec;

    /* justify-content:center;
      display: flex; */
  }

  .nav-zoom {
    transition: transform 0.3s ease;
    display: inline-block;
  }

  .nav-zoom:hover {
    transform: scale(1.3);
    /* Zoom in */
    color: rgb(228, 137, 93);
  }


  .btn {
    background-color: rgb(160, 75, 42);
    color: rgb(227, 226, 226);
    border-radius: 10px;
    margin-left: 300px;
    width: 100%;
  }

  .btn:hover {
    background-color: rgb(160, 75, 42);
    color: rgb(196, 190, 190);
    transform: scale(1.08);
    /* border-color: white; */
  }

  */

  /* changes here ahesan  */
  .pride-about-wl-left .wl-left-about {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  /* WhatsApp Floating Button */
  .footer_socialmedia_whatsapp {
    position: fixed;
    bottom: 35px;
    left: 25px;
    z-index: 1000;
  }

  .footer_socialmedia_whatsapp a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #25D366;
    border-radius: 100%;
    font-size: 35px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    position: sticky;
    text-decoration: none;
    /* margin: 0 30px; */
  }

  */

  /* Hover state */
  .footer_socialmedia_whatsapp a:hover {
    background-color: #075e54;
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    position: sticky;
  }

  /* Active state (when clicked) */
  .footer_socialmedia_whatsapp a:active {
    background-color: #075E54;
    transform: scale(0.95);
  }

  /* @keyframes float {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-6px);
    }

    100% {
      transform: translateY(0);
    }
  }

  .footer_socialmedia_whatsapp a {
    animation: float 2s infinite ease-in-out;
  } */





  /* .custom-button-group {
      background-color:#A04B2A;
      padding: 10px 15px;
      border-radius: 40px;
    border: 5px solid white;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-left: 400px;
      }

  .custom-button-group .btn {
      background-color: white;
      color: #A04B2A;
      border: none;
      margin: 0 5px;
      border-radius: 30px;
      padding: 8px 16px;
      font-weight: 500px;
      display: flex;
      align-items: center;
      gap: 10px;
      }
  .custom-button-group .btn:hover {
        background-color: #f1f1f1;
        color: #bc7f66;
      }
  .button-wrapper {
        display: flex;
        justify-content: center;
        margin-top: -30px;
        margin-right: 400px;
        
      } */
    
  
  


/* .video-overlay-content {
  z-index: 2;
  color: white;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
} */


  /* section 2 */
  /* .container .logo-overlay {
    margin-right: 65px;
    width: 90%;
    height: 600px;

  } */

  /* .container .image-logo {
    position: absolute;
    margin-top: 390px;
    margin-left: 70px;

  } */

  /* .image-logo {
    max-width: 100%;
  } */
.img-stack img {
  max-width: 100%;        /* Responsive scaling */
  height: 20%;           /* Maintain aspect ratio */
  display: block;         /* Removes inline spacing */
  margin: 0 auto;         /* Center the image */
  padding: 10px;          /* Optional: spacing around */
  border-radius: 12px;    /* Optional: round corners */
  
}

  #home1 .text h5 {
    color: rgb(160, 75, 42);
  }

  #home1 .text h1 {
    font-family: "Playfair", serif;
  }

  .a-p1 {
    font-size: 17px;
  }

  .btn-about {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    background-color: #A04B2A;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
  }

  .btn-about:hover {
    /* transform: translateY(-8px) scale(1.03); */
    background-color: #A04B2A;
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }


  .home2 .text h5 {
    color: rgb(160, 75, 42);
  }

  .home2 .text h1 {
    font-family: "Playfair", serif;
  }

  .p1 {
    font-size: 18px;
  }

  .home2 .about img {
    height: 10%;
    width: 90%;
    margin-top: 2rem;
    margin-left: 40px;
    border-radius: 25px;

  }

  /* section 3 */


  .home2 {

    background-color: #f7e6d9;
    padding: 1vw;
  }

  .thali {
    padding: 5vw;
  }

  .home2 .container .p2 {
    font-size: 17px;
  }

  .p-thali {
    font-size: 18px;
    justify-content: center;
  }

  .menu-button {
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
    margin-left: 55%;

  }


  /* section 4 */
  .home3 {
    padding: 4vw;
  }

  .banquet-image img {
    height: 650px;
    width: 100%;

  }

  .small-b {
    color: #A04B2A;
  }

  .banquet-home {
    /* font-family: "Playfair", serif; */
    color: black;
  }

  .b-p1 {
    font-size: 17px;
  }

  .feature-badge {
    display: flex;
    align-items: center;
    margin-bottom: 20px;

  }

  .feature-badge img {
    width: 50px;
    /* Adjust as needed */
    height: 50px;
    margin-top: 15px;
  }

  .feature-badge span {
    background-color: #fae5d4;
    border-left: 5px solid #A04B2A;
    ;
    padding: 5px 10px;
    border-radius: 8px;
    /* margin-bottom: 20px; */
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    /* background-color: #baacac; */
  }

  .banquet-icon-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color:rgb(242, 242, 242); */
    background-color: #fae5d4;
    color: #000000;
    font-size: 10px;
    padding: 10px;
    border-radius: 10px;
  }

  .banquet-icon-item {
    flex: 1 1 100px;
    text-align: center;
    font-size: 0.9rem;
  }

  .btn-banquet {
    background-color: #A04B2A;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;


  }

  .btn-banquet:hover {
    background-color: #A04B2A;
    transform: scale(1.08);
  }

  /* section 5 */

  .home4 {
    background-color: #f7e6d9;
    padding: 3vw;
  }

  .h2 {
    font-family: "Playfair", serif;

  }
  .rooms-feature{
    color: #A04B2A;
  }
  .room-card img {
  height: 330px;
  object-fit: cover;
  border-radius: 25px;
  border: 10px solid #F9EEE7;
  width: 60%;
}

.room-card {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #F9EEE7;
  height: 430px;
  /* width: 70%; */
}

.card-title {
  text-align: center;
}
.arrow{
  margin: 40px;
}

.rooms-facilites {
  background-color: #F9EEE7;               
  border: 1px solid #8B3A1E;               
  border-radius: 20px;                     
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.668); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 20px;
}

.rooms-facilites:hover {
  transform: translateY(-5px);             
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.rooms-facilites h5 {
  color: #2C2C2C;
  font-size: 1.1rem;
}

.rooms-facilites p {
  color: #555;
  font-size: 0.9rem;
}

/* Optional: Style for the icons */
.rooms-facilites .event-icon i {
  color: #8B3A1E;                        
}



.featured {
    border: 20px solid #fbf0e8;
  }

  .price {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .tag {
    background: #f9f9f9;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 5px;
    font-size: 0.9rem;
  }

  .card-footer {
    background-color: #ece6e6;
  }

  .star-rating {
    color: #A04B2A;
  }

/* mobile button */

  .arrow-btn {
    width: 40px;
    height: 40px;
    /* background-color: #e5e5e5; */
    background-color: #f7e6d9;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #A04B2A;
    font-size: 20px;
    transition: background-color 0.3s;
  }

  .arrow-btn:hover {
    background-color: #dcdcdc;
  }

  .tag-item {
    display: flex;
    align-items: center;
    /* background-color:white; */
    background-color: #f7e6d9;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 15px;
    white-space: nowrap;
    margin-right: 25px;
    margin-top: 20px;

  }

  .tag-icon {
    background-color: #9b4421;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }

  .tag-divider {
    width: 2px;
    height: 24px;
    background-color: #9b4421;
    margin-right: 10px;

  }

  /* section 6 */

  .our-story {
    padding: 3vw;
  }


  .small-text {
    color: #A04B2A;
  }

  .container .fw-bold {
    font-family: "Playfair", serif;
  }

  .more-about {
    font-size: 16px;
  }

 

  .common-pefect-mainbg.services-common {
       background-image: url(../image/cta-2.jpg);
    background-size: cover;
    border-radius: 30px;
  }

  .common-pefect-mainbg.home-common {
    background-image: url(../image/cta-1.png);

    background-size: cover;
    border-radius: 30px;
  }
  


  .center-common-perfect {
    background: linear-gradient(180deg, #3e2723b9 10.5%, #e5804dda 101.42%);

    border: 2px solid #b3b3b3;
    border-radius: 30px;

  }
  /* romms page romms ac and non ac button  */
    .common-booknow-rooms-btn {
    background: #9b4421;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    /* margin-left: 500px; */
      margin: 0 auto; 
    padding: 14px 60px 14px 32px;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    height: 48px;
    text-decoration: none;
  }

  .common-booknow-rooms-btn:hover {
    background-color: #e4c3b5;
    color: rgb(16, 15, 15);
  }

  .common-booknow-rooms-btn span {
    background: #f7e6d9;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 8px;
    font-size: 18px;
    color: rgb(4, 4, 4);
  }

/* CTA button in the page */
  .common-booknow-btn {
    background: #9b4421;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: auto;
    padding: 14px 60px 14px 32px;
    border-radius: 12px;
    font-weight: 500;
    transition: all 0.3s;
    position: relative;
    height: 48px;
    text-decoration: none;
  }

  .common-booknow-btn:hover {
    background-color: #e4c3b5;
    color: rgb(16, 15, 15);
  }

  .common-booknow-btn span {
    background: #f7e6d9;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 8px;
    font-size: 18px;
    color: rgb(4, 4, 4);
  }



  /* FAQ section */

  /* faq section start */
  .faqs-main-section {
    padding: 2vw;
  }

  .faqs-inner-prideBg {
    background-color: #f7e6d9;
    border-radius: 30px;
  }

  .faq-accordion-items .accordion-button {
    color: rgb(31, 30, 30);
    font-weight: 600;
    background: transparent;
    padding: 14px 0px;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .faq-accordion-items {
    border-bottom: 1px solid #181c391f;
  }

  .faq-accordion-items:last-child {
    border-bottom: none;
  }

  .faq-accordion-items .accordion-button::after {
    content: "\ebc0";
    font-family: 'boxicons', sans-serif;
    height: 30px;
    width: 30px;
    background-color: rgb(219, 137, 93);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 16px;
  }

  .faq-accordion-items .accordion-button:not(.collapsed)::after {
    content: "\eb8b";
    background: black;
    color: rgb(219, 137, 93);
  }

  .accordion-button::after {
    background-image: none !important;
  }












  /* 
    .restaurant-image{
    padding: 2vw;
  }    */
  .restaurant-image img {
    width: 100%;
    height: 450px;
    border-radius: 0 0 80px 80px;
    object-fit: cover;
    display: block;
    margin-top: -2px;
    /* 👈 To bring image right under navbar */
  }

  .restaurant-image .resturant-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
     background: #141414a6;
    border-radius: 0 0 80px 80px;
    margin-top: 0px;
  }

  /* resturant css */

  /* #restaurant .container img {
    width: 100%;
    height: 500px;

    border-radius: 50px;
  } */

 /* #restaurant1 img {
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
} */
/* Remove old .left-img and .right-img styles if not used elsewhere */

#restaurant1 img {
  width: 90%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

/* #restaurant1 img:hover {
  transform: scale(1.02);
} */

@media (max-width: 767px) {
  #restaurant1 {
    flex-direction: column;
  }

  #restaurant1 img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
}

  #restaurant1 .text h5 {
    color: rgb(160, 75, 42);
  }

  #restaurant1 .text h1 {
    font-family: "Playfair", serif;
  }

  .font-size {
    font-size: 17px;
  }

  /* section 3 */

.icon-box img {
  width: 100%;
  max-width: 180px; /* 🔼 increased from 120px to 180px */
  height: 180px;     /* 🔼 force square size */
  padding: 5px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Optional hover effect */
.icon-box img:hover {
  transform: scale(1.08);
}


/* .icon-box img:hover {
  transform: scale(1.05);
} */

.paragraph {
  background-color: rgb(160, 75, 42);
  color: white;
  border-radius: 50px;
  width: 90%;
  /* max-width: 900px; */
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


  /* hotel menu section */
  /* hotel menu section */

  .menu-section h1 {
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    color: #a04b2a;
    margin-bottom: 30px;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* margin-top: 80px; */
    /* padding: 4vw; */
  }

  .menu-section h3 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #a04b2a;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
  }

  .menu-section .sp-thali {
    color: #a04b2a;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
  }

  .menu-card {
    width: 70%;
    background: #fffdfc;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 20px 20px;
    transition: all 0.3s ease;
    border: 1px solid #f3e4dd;
    margin: 0 auto;
  }

  .menu-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .menu-card h3 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #a04b2a;
    margin-bottom: 15px;
    font-family: 'Georgia', serif;
  }

  .menu-section-heading {
    text-align: center;
    margin-bottom: 30px;
  }

  .menu-section-heading h2 {
    font-family: 'Georgia', serif;
    font-size: 32px;
    font-weight: 700;
    color: #a04b2a;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    margin-top: 50px;
  }
@media (max-width: 767px) {
  .menu-section-heading h2 {
    font-size: 24px; /* adjust as you like */
  }
}

  .menu-section-heading h2::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: #e1b382;
    bottom: 0;
    left: 20%;
    border-radius: 2px;
  }

  .menu-section-heading h2 span {
    font-size: 18px;
    font-weight: 400;
    color: #6e3b1d;
  }

  .menu-card p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.8px;
    margin: 6px 0;
    padding: 6px 14px;
    background-color: #fef1ea;
    border-left: 4px solid #a04b2a;
    border-radius: 5px;
    color: #1a0d00;
    /* dark brown / almost black */
    font-weight: 650;
    /* bold text */
    font-family: 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
  }


  /* 
  .menu-card p:hover {
    background-color: #ffe6d6;
  } */
  /*  */



  /* section 5 */

  .banquet-detail {
    padding: 6vw;
  }

  .banquet-detail .h6 {
    color: #A04B2A;
  }

  .banquet-detail .h2 {
    font-family: "Playfair", serif;
  }

  .option {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  }

  .photo img {
    justify-content: center;
    display: flex;
    margin-top: 80px;
  }

  .option:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }


  /* cards */
  .testimonial-section {
    background-color: #F7E6D9;
    font-family: "Playfair Display", serif;
    padding: 60px 0;
  }

  .text-brown {
    color: #b94e2f;
  }

  .testimonial-card {
    background: rgba(249, 238, 231, 0.95);
    border-radius: 20px;
    padding: 3rem 2rem 2.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border-left: 20px solid #b94e2f;
    border-right: 20px solid #b94e2f;
    max-width: 450px;
    max-height: 260px;
    margin: 0 auto;

  }

  /* 
.testimonial-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
  background: #fbece3;
  border-color: #a5452d;
} */

  .testimonial-body {
    position: relative;
    z-index: 2;
    text-align: center;
  }


  .quote-icon {
    font-size: 50px;
    color: #e2a987;
    background: #fff4ef;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }

  .desc {
    font-size: 1.2rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
  }

  .h6-text {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #000;
  }

  .card-text {
    font-size: 0.95rem;
    color: #5c5c5c;
  }

/* Common button styling */
.custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  padding: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Icon inside button */
.custom-arrow .carousel-control-prev-icon,
.custom-arrow .carousel-control-next-icon {
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: invert(1); makes white icon visible */
}

/* Hover effect */
.custom-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Specific positioning */
.left-arrow-t {
  left: 45px;
}

.right-arrow-t {
  right: 45px;
}


  /* Responsive (optional) */
  /* @media (max-width: 768px) {
  .testimonial-card {
    padding: 2.5rem 1.5rem 2rem;
  }
  .quote-icon {
    font-size: 40px;
    width: 48px;
    height: 48px;
  }
  .desc {
    font-size: 1.1rem;
  }
} */



















  /* banquet css */

  .banquet img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 450px;
    border-radius: 0 0 80px 80px;
    margin-top: -2px;



  }

  .banquet .banquet-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
   background: #141414a6;
    /* background: #0000005e; */
    border-radius: 0 0 80px 80px;
    margin-top: -0px;
  }
/* .banquet-banner {
  position: relative;
} */

.banquet-text-overlay {
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
 font-family: "Playfair", serif;
  letter-spacing: 1px;
  width: 80%;
  color: white;
  
}
.banquet-title{
  /* font-weight: 100px; */
  color: rgb(204, 204, 204);
  font-size: 45px;
  
}



#banquet1{
  padding: 3vw;
}

  #banquet1 .about img {
    height: 20%;
    width: 85%;
    margin-top: 1rem;
    margin-left: 40px;
    border-radius: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.238);


  }

  #banquet1 .text h5 {
    color: rgb(160, 75, 42);
  }

  #banquet1 .text h1 {
    font-family: "Playfair", serif;
  }

  .p-b {
    font-size: 17px;
  }

  /* ideal section */
  .ideal-for-section {
    background-color: #fbeade;
  }

  .banquet-2 {
    font-family: "Playfair", serif;
  }


  .ideal-box {
    background-color: #F9EEE7;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
  }

  .ideal {
    border: 1px solid rgb(160, 75, 42);
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .event-icon i {
    color: #a04b2a;
  }


  .ideal-box:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  /* .ideal-icon{
  justify-content: center;
  margin-left: 250px;
} */
  .event-icon {
    border-radius: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    color: #a04b2a;
    margin: 10px 10px;

  }

  .ideal-box h5 {
    font-weight: 600;
    color: black;
    text-align: center;
  }

  .ideal-box p {
    margin: 0;
    color: #212529;
    text-align: center;
  }

  /* benefits banquet */

  #banquet2 {
    padding: 3vw;
  }

  .food-carousel-section {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }

  .carousel-image1 {
    height: 530px;
    object-fit: cover;
    border-radius: 15px;
    margin-right: 20px;
  }

  /* Controls styling */
  .carousel-nav {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #a04b2a; */
    border-radius: 50%;
    opacity: 1;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  /* .carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
} */

  /* .carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(100%);
} */



  .benefits h2 {
    font-family: "Playfair", serif;
    padding: 20px;

  }

  .benefit-line {
    display: flex;
    align-items: center;
    background: #fdf7f3;
    border-left: 3px solid #a04b2a;
    /* border-top: 1px solid #a04b2a; */
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 16.5px;
    font-weight: 500;
    color: #2e2e2e;
    border-radius: 6px;

  }

  .benefit-icon {
    font-size: 20px;
    color: #a04b2a;
    margin-right: 10px;
    flex-shrink: 0;
  }






  /* rooms css */



  .rooms img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 450px;
    border-radius: 0 0 80px 80px;
    margin-top: -2px;



  }

  .rooms .rooms-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: #000000a6; */
    background: #0000005e;
    border-radius: 0 0 80px 80px;
    margin-top: -2px;
  }

  #rooms1 .about img {
    height: 10%;
    width: 80%;
    margin-top: 2rem;
    margin-left: 40px;
    border-radius: 30px;

  }


  #rooms1 .text h5 {
    color: rgb(160, 75, 42);
  }

  #rooms1 .text h1 {
    font-family: "Playfair", serif;
  }

  .p1 {
    font-size: 16px;
  }


  /* section 3  */
  .meet-eligance-tabs .nav-pills {
    background: #F7E6D9;
    border-radius: 8px;
    padding: 8px;
    border: none;
  }

  .meet-eligance-tabs .nav .nav-link {
    width: 100%;
    background: transparent;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 14px;
    border: none;
    border-radius: 8px;
  }

  .meet-eligance-tabs .nav .nav-link.active,
  .meet-eligance-tabs .nav .show>.nav-link {
    color: #F7E6D9 !important;
    background-color: rgb(160, 75, 42);
  }

  .catogory-icon-r {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 12px;
    color: black;
    background: #e4b693;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .list-facilities-services li {
    width: 33%;
    /* padding: 2px 10px; */
  }
  .rooms-img{
    margin-top: -20px;
  }
  .center-facilities-img .facilities-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 24px;
  }
    .center-facilities-img .facilities-img:hover{
       transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
  .title-rooms-suites {
    border-bottom: 1px solid #0000001A;
  }

  .single-room-category {
    width: 25%;
    justify-content: center;
    text-align: center;

  }

  .categoris-rooms-share {
    border-bottom: 1px solid #0000001A;
  }

  .catogory-icon-r.even-icon {
    background: black;
    color: #E1BB9D;
  }

  .list-facilities-services li {
    width: 30%;

  }

  .facilities-icons-box {
    height: 46px;
    width: 46px;
    border-radius: 12px;
    color: black;
    background: #E1BB9D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
  }

  .facilities-icons-box.even-box {
    background: black;
    color: #E1BB9D;
  }

  .title-text-L {
    color: black;
  
  }

  /* .common-room-book-box{
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 24px;
} */
  /* .inner-single-rooms-suites.light-bgset{
  background: #0000000A;
} */
  .facilities-items-img .small-img-facilities {
    width: 100%;
    height: 78px;
    object-fit: cover;
    border-radius: 12px;
  }

  /* .single-room-category{
  width: 33%;
} */
  /* .client-experience-bg{
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 24px;
} */
  .fts-15 {
    font-size: 15px;
  }

  .fts-26 {
    font-size: 26px;
  }

  .fw-7 {
    font-weight: 700;
    font-family: "Playfair", serif;
  }

  .fw-5 {
    font-weight: 500;
    /* font-family: "Inter", sans-serif; */
  }

/* @media (min-width: 992px) {
  .center-facilities-img {
    position: relative; */
    /* padding-bottom: 60px; space below for button */
  /* } */

  /* .left-arrow-rooms,
  .right-arrow-rooms {
    position: absolute;
    bottom: 10px;
    z-index: 5;
  }

  .right-arrow-rooms {
    margin-top: 230px;
    right: 20px;

  }

  .left-arrow-rooms {
     margin-top: 230px;
     margin-left:400px; */
    /* right: 20px; left arrow also aligned to right side but a bit to the left */
  /* }

  .left-arrow-rooms .carousel-control-prev-icon,
  .right-arrow-rooms .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-size: 40% 40%;
  }
} */



  /* .common-booknow-btn{
  background: #E1BB9D;
  border: 1px solid #E1BB9D;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
  padding: 14px 60px 14px 32px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  height: 48px;
}
.common-booknow-btn:hover{
  background: transparent;
  color:#F7E6D9;
}
.common-booknow-btn span{
  background:white;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--title-text);
} */


  /* service page  */
  .services-section-main {
    padding: 30px;
  }

  .text-capitalized {
    color: rgb(160, 75, 42);
  }

  .fw-normal {
    font-family: "Playfair", serif;
    color: black;
  }

  .services-design-box {
    border: 1px solid #0000004D;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .services-design-box:hover {
    background: linear-gradient(to bottom, #fff3e0, #d28f5c);

    border-color: #694930;
  }

  .service-group-icons {
    height: 50px;
    background: #e1bb9d;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 10px;
    font-size: 26px;
    margin: auto;
    border: 1px solid #e1bb99;
  }

  .service-group-icons.even-box {
    background: black;
    color: #e1bb9d;
  }

  .black-olive-color-rooms {
    color: #A04B2A;
       font-family: "Playfair", serif;
  }

  .subtitle-text-L {
    color:rgb(16, 16, 16);
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }





  /* about-us section css */

  /* section 1 */
  /* .about-us{
      padding: 3vw;
    } */
 

.about1 img {
  max-width: 80%;
  height: auto;
  border-radius: 12px;  /* Rounded corners (optional) */
  margin-left:50px;
  transition: transform 0.3s ease;
}




  .small-text {
    color: #A04B2A;
  }

  .container .fw-bold {
    font-family: "Playfair", serif;
  }

  .more-about {
    font-size: 17px;
  }

  .client-experience-bg {
    background: linear-gradient(to right, #E4895D, #3e2723);

    border-radius: 24px;
  }

  .white-color-L {
    color: white;
  }

  .white-bgcolor-L {
    background: white;
  }

  .fts-16 {
    font-size: 16px;
  }

  .fts-42 {
    font-size: 42px;
  }

  .primary-color-L {
    color: #f7e6d9;
  }

  /* ideal section */

  /* benefits option */


  /* about-us-1 */

  #about-us-1 .about img {
    height: 10%;
    width: 80%;
    margin-top: 2rem;
    margin-left: 40px;

  }

  .why-we-exist-section {
    background-color: #fdf3ec;
  }

  .section-title {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-family: "Playfair", serif;
  }

  /* .lead-section-start {
    font-size: 18px;

  } */

  .listled-unstyfs-5 {
    padding-left: 0;
    font-size: 20px;
  }

  .small-img-icon {
    position: absolute;
    bottom: 0;
    left: -40px;
    transform: translateY(50%);
    background: #fff;
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 180px;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 4px solid #A04B2A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }


  /* our value */
  .our-values {
    font-family: "Playfair", serif;
  }

  .value-item:hover {

    transform: translateY(-4px);
    transition: all 0.3s ease;
  }

  .value-item {
    background-color: #f7e6d9;
  }

  .services-1 {
    color: #A04B2A;
  }

















  /* Gallery section */

  .story-views-modals {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    text-align: center;
    align-content: center;
    margin-top: 50px;
  }

  .story-views-modals .view-modal-img {
    object-fit: cover;
    width: 80%;
    height: 80%;
    margin: 0 40px;
    border-radius: 12px;


  }

  .story-views-modals:target {
    display: flex;
  }

  #modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    text-align: center;
  }

  .modal-content {
    max-width: 70%;
    max-height: 80%;
    margin: 5% auto;
  }

  .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }

  .items-luxury-group-img .common-luxury-img {
    width: 100%;
    object-fit: cover;
    margin: 8px 0px;
  }

  .items-luxury-group-img .common-luxury-img.luxury-room-one {
    height: 620px;
    border-radius: 20px;
  }

  .items-luxury-group-img .common-luxury-img.luxury-room-two {
    height: 360px;
    border-radius: 20px;
  }

  .items-luxury-group-img .common-luxury-img.luxury-room-three {
    height: 246px;
    border-radius: 20px;
  }

  .items-luxury-group-img .common-luxury-img.luxury-room-four {
    height: 303px;
    border-radius: 20px;
  }

  .items-luxury-group-img .common-luxury-img.luxury-room-five {
    height: 303px;
    border-radius: 20px;
  }































  /* contact section */


  .book-now-image img {
    width: 100%;
    height: 450px;
    border-radius: 0 0 80px 80px;
    object-fit: cover;
    margin-top: -2px;
    /* 👈 To bring image right under navbar */
  }

  .book-now-image .book-now-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000005e;
    border-radius: 0 0 80px 80px;
    margin-top: -2px;
  }

  /* section 2 */

  body {

    font-family: 'Segoe UI', sans-serif;
  }

  .quote-text .c-h3 {
    color:#A04B2A ;
    margin-bottom:30px ;
    font-weight: 700;
    
  }
  .quote-section {
    padding: 60px 0;
  }

  .quote-text h2 {
    font-weight: 700;
    font-size: 30px;
  
  }

  .quote-text h5 {
    font-weight: 600;
    margin-top: 20px;
  }

  .quote-text p {
    color: #555;
    margin-bottom: 0;
  }

  .contact-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
  }

  .contact-icon {
    background-color: #A04B2A;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }

  .form-box {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
  }

  .form-group {
    position: relative;
    margin-bottom: 25px;
  }

  .form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #A04B2A;
    font-size: 16px;
  }

  .form-control {
    padding-left: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
  }

  .form-control:focus {
    border-color: #A04B2A;
    box-shadow: 0 0 0 4px rgba(160, 75, 42, 0.1);
  }

  textarea.form-control {
    resize: none;
    min-height: 100px;
  }

  .submit-btn {
    background-color: #A04B2A;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .submit-btn:hover {
    background-color: #923d20;
    transform: scale(1.05);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  }



  /* section 2 */

  .contact-details-design {
    background: linear-gradient(to right, #E4895D, #3e2723);
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */

    border-radius: 24px;
  }

  .contact-details-view {
    border-right: 1px solid #ffffff29;
  }
@media (max-width: 767px) {
  .contact-details-view {
    border-right: none;
  }
}

  .last-child-border:last-child .contact-details-view {
    border: none;
  }

  .fts-15 {
    font-size: 15px;
  }

  .contact-icon-view {
    height: 49px;
    width: 49px;
    min-width: 49px;
    border-radius: 100%;
    background-color: #A04B2A;
    color: white;
    border: 1px solid #A04B2A;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-maps-pride iframe {
    width: 100%;
    height: 420px;
    border-radius: 24px;
  }



  /* #about-us .option {
      display: flex;
      gap: 50px;
   }  */
  /* #about-us .option .button {
      margin-left: 20px;
      text-align: center;
      border-color:rgb(160, 75, 42) ;
      border-radius: 5px;
      width: 200px;
      height: 50px;
  } */

  /* .lock{
        border: 2px solid rgb(160, 75, 42);
        border-radius: 50%;
        object-fit:cover;
        height: 52px;
        width: 52px;
        padding: 5px;
        margin-top: -3px;
        margin-left: -45px;
        background-color: white;
    }    */
  /* .icon-box .title{
      font-size: 20px;
  }  */




  /* section 5 */
  /* /* footer */
 /* /* footer */
.footer {
  background: linear-gradient(to bottom, black, rgb(55, 53, 53));
  padding-bottom: 0 !important;
  color: white;
}

.footer .container {
  padding-bottom: 0 !important;
}

.footer .row {
  margin-bottom: 0 !important;
}

/* Logo */
.footer-logo {
  display: inline-block;
  color: rgb(225, 135, 94);
}
.footer-logo span {
  font-size: 25px;
  color: rgb(225, 135, 94);
}

/* Icons & Links */
.footer .link {
  font-size: 30px;
}
.footer .link:hover i {
  color: #eaae83;
  cursor: pointer;
}
.footer .social-icons a {
  text-decoration: none !important;
}

/* General */
.footer .heading {
  font-size: 20px;
}
.footer .contact-us,
.footer .opening-hour,
.footer .footer-text {
  font-size: 15px;
}
.footer .links {
  font-size: 17px;
  transition: color 0.3s ease;
  color: white;
}
.footer .links:hover {
  color: #eaae83;
}
.footer hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.gamma{

  display: inline-block;
  position: relative;
  color: #00bfff; /* Same blue color */
  text-decoration: none; /* Remove default underline */
}


.social-icons a i {
  color: rgb(225, 135, 94);
}
.footer-contact-box  i {
  color: rgb(225, 135, 94);
}
.footer-contact-box  h6 {
  color: rgb(225, 135, 94);
}

.footer-links-box  h6 {
  color: rgb(225, 135, 94);
}

.footer-hours-box h6 {
  color: rgb(225, 135, 94);
}


.set-marg{
  margin-left: 19px;
}

















  /* more about us css */





  /* 
          #contact .contact-section {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
          }

          .contact-section h2 {
            font-weight: 700;
            color: #333;
          }

          .contact-section p {
            color: #555;
          }

          .contact-section form input,
          .contact-section form textarea {
            border-radius: 8px;
            box-shadow: none;
            border: 1px solid #ccc;
          }

          .contact-section form input:focus,
          .contact-section form textarea:focus {
            border-color: #007bff;
            box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
          } */