/* Luxurious Base Styling */
/* Elegant Headings */
/* Luxurious font styling */

    @media (max-width: 768px) {
      .modal-dialog {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
      }
  
      .modal-content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        padding: 20px !important;
      }
  
      .modal-body {
        flex-grow: 1 !important;
        overflow-y: auto !important;
      }
  
      .modal-header,
      .modal-footer {
        flex-shrink: 0 !important;
      }
  
    }
    
  body {
    background-color: #fcf8ecff;
    /* Dark Bronze/Gold */
    font-family: 'Roboto', sans-serif;
    /* Clean and readable */
    font-weight: 400;
    /* Soft Gold for text */
    overflow: hidden !important;
  }


  
  .enquiery-btn {
    padding: 0.5em;
    text-align: center;
    background-color: #7f4a22ff;
    color: white !important;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

#customCheck3{
  font-family: 'Roboto', sans-serif;
  color: #7f4a22ff !important;
  font-size: 0.7em !important;
  text-align: inherit;
}
/* Premium Paragraph Text */
p {
    font-family: 'Roboto', sans-serif;
      /* Clean and readable */
    font-size: 1em;
    font-weight: 400;
    /* Platinum Gold */
    text-align: justify;
    margin-bottom: 15px;
    text-transform: inherit;
}

footer p {
    text-align: center !important;
    font-family: 'Roboto', sans-serif;
    /* Clean and readable */
    font-size: 0.780em;
    color: #ffff;
    /* Platinum Gold */
    text-align: justify;
    margin-bottom: 15px;
}

#btnenquiry {
  background-color: #7f4a22ff !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 12px 30px !important;
  border-radius: 30px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 8px 16px rgba(255, 165, 0, 0.3) !important;
}

#btnenquiry:hover {
  background: linear-gradient(145deg, #ffc3a0, #ffafbd) !important;
  box-shadow: 0 12px 24px rgba(255, 140, 0, 0.4) !important;
  transform: translateY(-3px) !important;
  ;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

#btnenquiry:active {
  background: linear-gradient(145deg, #ffafbd, #ffc3a0) !important;
  box-shadow: 0 4px 8px rgba(255, 140, 0, 0.2) !important;
  transform: translateY(2px) !important;
  ;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}

/* Optional Text Styling */
#btnenquiry span {
  letter-spacing: 1px;
}

/* Stylish Links */
/* a {
font-family: 'Roboto', sans-serif;
  color: #ffb300;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
a:hover {
  font-family: 'Roboto', sans-serif;
  color: #ffd700;
  text-shadow: 0px 0px 10px rgba(255, 204, 51, 0.9);
} */

/* Luxurious Buttons */
button,
.btn {
font-family: 'Inter', sans-serif;
  color: #7f4a22ff;
  /*VelvetBlack*/font-weight: 400;
  border-radius: 1em;
  padding: 14px 35px;
  font-size: 20px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  border: none;
  cursor: pointer;
}

/* button:hover,
.btn:hover {
  background-color: #7f4a22ff;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.8);
} */

/* Blockquote for Elegant Quotes */
blockquote {
  font-size: 24px;
  font-style: italic;
  color: #ffcc00;
  border-left: 5px solid #ffb300;
  padding-left: 20px;
  margin: 20px 0;
  font-family: 'Inter', sans-serif;
}


/* Premium Glow Animation */
@keyframes goldPulse {
  0% {
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  }

  100% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
  }
}

/* Ultra-Premium Button */




/* Diamond Decoration */

/* General Styles */
  .nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: white;
  /* background-color: transparent; */
  }

  @media (max-width: 768px) {
  .slide {
    min-width: 100%;
    position: relative;
    margin-top: 15px;
  }
  /* Adjust the breakpoint as needed */
  .nav-bar {
  background-color: white !important;
  }
  }

  .nav-bar.scrolled {
  background-color: blue !important;
  }

  .menu-items {
  display: flex;
  gap: 16px;
  }

  .menu-items a {
  text-decoration: none;
  color: black;
  }

  .logo {
    height: 60px !important;
    margin-left: 15px !important;
  } 
  table td {
    color: gray !important;
  }
  /* For smaller screens */
   @media (max-width: 768px) {
     .logo {
       height: 40px !important;
       /* Adjust height */
       margin-left: 10px !important;
       /* Adjust margin */
     }
     .menu-section{
      display: none;
     }
            .slide {
              min-width: 100%;
              position: relative;
              margin-top: 15px;
            }
   }
  
   /* For very small screens (like older mobile devices) */
   @media (max-width: 480px) {
     .logo {
       height: 35px !important;
       margin-left: 5px !important;
     }
            .menu-section {
              display: none;
            }
                         .slide {
                           min-width: 100%;
                           position: relative;
                           margin-top: 15px;
                         }
   }

  /* Dropdown Menu for Mobile */
  #menu-toggle {
  display: none;
  }

  .menu-items {
  flex-wrap: nowrap;
  }

  .dropdown-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
  }

  /* Responsive for mobile */
  @media (max-width: 768px) {
    .slide {
        min-width: 100%;
        position: relative;
        margin-top: 15px;
      }
  .menu-items {
  display: none;
  flex-direction: column;
  background-color: white;
  position: absolute;
  top: 64px;
  right: 0;
  width: 100%;
  }

  .menu-items.show {
  display: block;
  }

  .dropdown-btn {
  display: block;
  }
  }

  /* Silder Integration */
  /* Base Styles */
  /* .slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
  top:92px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin-bottom: 85px;
  } */

  .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  }

  .slide {
  min-width: 100%;
  position: relative;
  }

  .slide img {
  width: 100%;
  height: auto;
  display: block;
  }

  .content-box {
  position: absolute;
  bottom: 18%;
  left: 3%;
  background: #ffff;
  color: rgb(8, 7, 7);
  padding: 10px 21px;
  border-radius: 12px;
  max-width: 30%;
  box-shadow: 0 8px 20px rgba(250, 249, 249, 0.3);
  line-height: 0.95;
  }

  .content-box p {
  margin: 10px 0;
  }

  .content-box .heading {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
  }


  /* Responsive Styles */
  @media screen and (max-width: 768px) {
    .slide {
    min-width: 100%;
    position: relative;
    margin-top: 15px;
    }
  /* .slider-container {
   top: 57px;
  } */

  .content-box {
  position: static;
  margin-top: 140px;
  max-width: 100%;
  box-shadow: none;
  text-align: center;
  background-color: #e366390f;
  }

  .content-box .heading {
  font-size: 1.5rem;
  }

  .content-box button {
  font-size: 0.9rem;
  padding: 8px 16px;
  }

  .buttons {
  top: auto;
  bottom: 10px;
  }

  .prev,
  .next {
  padding: 10px 14px;
  }
  }

  @media screen and (max-width: 1024px) {

  /* iPad and smaller tablets */
  .content-box {
  position: static;
  margin-top: 112px;
  max-width: 100%;
  box-shadow: none;
  text-align: center;
  background-color: #e366390f;
  }

  .content-box .heading {
  font-size: 1.6rem;
  }

  .content-box button {
  font-size: 0.9rem;
  padding: 8px 16px;
  }

  .buttons {
  top: auto;
  bottom: 126px;
  }

  .prev,
  .next {
  padding: 10px 14px;
  }
  }

  /* Banner */

  /* Amenities */
  .amenity-card {
  background: #343a40;
  /* Dark background */
  color: white;
  /* White text */
  border: 1px solid #495057;
  border-radius: 12px;
  padding: 20px;
  margin: 5px;
  text-align: center;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  width: 100%;
  height: 160px;
  aspect-ratio: 1;
  }

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

  .amenity-card i {
  font-size: 28px;
  color: #f8c291;
  /* Icon color to complement dark background */
  }
  /* Amenities */

  /* About US */
  .grid-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  }

  .text-section {
  flex: 1;
  min-width: 300px;
  }

  .video-wrapper {
  flex: 1;
  min-width: 300px;
  }

  iframe {
  width: 100%;
  height: 250px;
  }
  .customlogo{
  /* border-left: 1px solid #e36639; */
  margin-left: 5px;
  }
  /* Box1 for the unordered list */
  @keyframes waterflow {
  0% {
  background-position: 0% 50%;
  }

  50% {
  background-position: 100% 50%;
  }

  100% {
  background-position: 0% 50%;
  }
  }

  .box1 {
  background: linear-gradient(120deg, rgba(44, 4, 29, 0.3), rgba(22, 6, 16, 0.88), rgba(162, 0, 100, 0.3));
  background-size: 300% 300%;
  animation: waterflow 6s linear infinite;
  padding: 20px;
  border-radius: 12px;
  max-width: 100%;
  font-size: 1.3em;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: 'Verdana', sans-serif;
  color: white;
  border: 2px solid #ffffff;
  }


  .box1 .innerBox {
  border: 2px dashed #FFF;
  padding: 1px;
  font-size: 13px;
  }
  .box1 ul {
  list-style-type: none;
  /* Removes the default bullet points */
  padding-left: 20px;
  font-size: 1.25em;
  }

  /* .box1 li {
  color: #fff;
  margin-bottom: 2px;
  position: relative;
  } */

  .box1 li {
  color: #fff;
  margin-bottom: 6px;
  position: relative;
  margin-top: 10px;
  margin-left: 14px;
  }

  .box1 li::before {
  content: "\25C6";/* Unicode for a diamond symbol (♦) */
  font-size: 18px;
  /* Adjust size of the star */
  color: white;
  /* Star color */
  position: absolute;
  left: -20px;
  /* Adjust position of the star */
  top: 0;
  }

  /* Box2 for the price section */
  .box2 {
  /* background-color: #fd5949; */
  /* Light mint background */
  /* border: 2px solid #d1d1d1; */
  /* Accent color */
  padding: 20px;
  font-size: 1.3em;
  /* border-radius: 12px; */
  max-width: 100%;
  text-align: left;
  color: #000;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  /* Smooth shadow */
  font-family: 'Verdana', sans-serif;
  }

  .box2 p {
  margin: 10px 0;
  color: #000;
  }

  .box2 .slash {
  font-size: 24px;
  margin: -5px 0px 2px 0px;
  text-align: left;

  }

  .btnlounching{
  display: inline-block;
  background-color: #34c38f;
  /* Green button color */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* Button shadow */
  transition: transform 0.2s;
  text-decoration: none;
  animation: blink 1.5s infinite;
  /* Blinking effect */
  }
  .btnlounching:hover {
  background-color: #28a07c;
  /* Darker green for hover */
  transform: translateY(-2px);
  /* Lift effect */
  }

  .btnlounching:active {
  transform: translateY(1px);
  /* Button pressed effect */
  }

  /* Blinking animation */
  @keyframes blink {

  0%,
  100% {
  background-color: #34c38f;
  /* Original color */
  color: white;
  }

  50% {
  background-color: #28a07c;
  /* Slightly darker green for blink */
  color: #eaffea;
  /* Lighter text during blink */
  }
  }

  .blinking-btn {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  background-color: #7f4a22ff;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
  /* Portrait */
  @media only screen and (max-width: 767px) {

  /* Your mobile styles here */
  .blinking-btn {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  background-color: #7f4a22ff;
  color: white;
  font-size: 16px !important;
  font-weight: bold;
  border: none;
  cursor: pointer;
  animation: blink 1s infinite;
  border-radius: 8px;
  }
  .myfooter {
  font-size: 0.5em !important;
  }

  }

  /* Landscape */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* Your mobile landscape styles here */
  .blinking-btn {
  width: 100%;
  padding: 0.5em;
  text-align: center;
  background-color: red;
  color: white;
  font-size: 16px !important;
  font-weight: bold;
  border: none;
  cursor: pointer;
  animation: blink 1s infinite;
  border-radius: 8px;
  }
  }

  @keyframes blink {
  50% {
  opacity: 0.5;
  }
  }

  .customheading { font-size: 28px; text-align: center; font-weight: bold; color: #cda52c; text-transform: uppercase; letter-spacing: 2px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); animation: slideIn 1.5s ease-out; -webkit-animation: slideIn 1.5s ease-out;
  }
  .custombtn{
  font-size: 1.180em;
  font-weight: 600;
  color: white !important;
  background-color: #c7b48d !important;
  }
  .animatedtext {
  background: linear-gradient(-45deg, var(--Secondary-color), #eb202b, var(--Secondary-color), #eb202b);
  background-size: 1000% 1000%;
  animation: AnimationName 5s ease infinite;
  }


  /* .container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  } */

  table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  }

  table th,
  table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #7f4a22ff;
  }

  table th {
  background-color:#7f4a22ff;
  color: white;
  }

  /* Menu Css */
  .menu-section {
  position: relative;
  padding: 10px 15px;
  background-color: transparent;
  /* Transparent white */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  }

  .menu-section.transparent {
  background-color: transparent;
  box-shadow: none;
  }

  .dropdown-btn {
  cursor: pointer;
  color: black;
  font-size: 24px;
  display: none;
  }

  .menu-items {
  display: flex;
  gap: 10px;
  }

  .menu-items a {
  color: black;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  }

  .menu-items a:hover {
  background-color: #e0e0e0;
  }

  /* Mobile Full-Screen View Styles */
  @media (max-width: 768px) {
  .dropdown-btn {
  display: block;
  }

  .menu-items {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.767);
  /* Semi-transparent white */
  z-index: 1000;
  padding-top: 50px;
  align-items: center;
  }

  .menu-items a {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  color: black;
  width: 100%;
  }

  .menu-items a:hover {
  background-color: #e0e0e0;
  }

  .menu-items.active {
  display: flex;
  }
  }
  /* Menu Css */

  /* Ensure responsiveness */
  #phone1 {
  width: 100%;
  /* Make phone input responsive */
  box-sizing: border-box;
  padding-left: 60px;
  /* Adjust padding to fit the flag */
  }

  @media (max-width: 768px) {
  #phone1 {
  padding-left: 50px;
  }
  }

  .phone-input {
  border: none;
  border-bottom: 1px solid #ccc;
  }


  /* Front Page Content Box Set in Mobile View */
  @media (max-width: 768px) {
  .content-box {
  padding: 20px 10px;
  text-align: center;
  font-size: 10px;
  margin-top: 113px;
  }

  .content-box p {
  font-size: 1.5em;
  line-height: 1;
  }

  .customheading {
  font-size: 1.699em;
  margin-bottom: 10px;
  }

  .blinking-btn {
  font-size: 16px;
  padding: 10px 15px;
  }

  .box1 ul {
  padding: 0;
  list-style-type: none;
  margin-top: 8px;
  }

  .box1 ul li {
  font-size: 1em;
  padding: 0px 0;
  margin-left: 49px;
  }

  .box2 p {
  font-size: 1.2em;
  line-height: 1.7;
  }

  .slash {
  font-size: 1.4em;
  color: red;
  }

  .custombtn {
  font-size: 1em;
  margin-top: 10px;
  padding: 10px 20px;
  }
  }
  /* Front Page Content Box Set in Mobile View */


  /* contact Form */
  .form-container {
  /* max-width: 600px; */
  background: #ffffff;
  padding: 2rem;
  margin: 3rem auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .form-header {
  text-align: center;
  margin-bottom: 1.5rem;
  }

  .form-header h3 {
  color: #007bff;
  font-weight: bold;
  }

  .btn-submit {
  background: linear-gradient(135deg, #d12b54, #962fbf);
  border: none;
  color: white;
  font-weight: bold;
  transition: background 0.3s;
  }

  .btn-submit:hover {
  background: linear-gradient(135deg, #d12b54, #4f5bd5);
  }
  /* Contact Form 
  */

  /* All Media Desktop resolution media query */
  /* Small desktops and laptops */


  /* Medium desktops */
  @media screen and (min-width: 1281px) and (max-width: 1440px) {
  /* Styles for medium desktops */
  .content-box {
  position: absolute;
  bottom: 5%;
  left: 3%;
  background: #ffff;
  color: rgb(8, 7, 7);
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 30%;
  box-shadow: 0 8px 20px rgba(250, 249, 249, 0.3);
  line-height: 0.97;
  }
  }

  /* Large desktops and monitors */
  @media screen and (min-width: 1441px) and (max-width: 1920px) {
  /* Styles for large desktops */
  .content-box {
  position: absolute;
  bottom: 7%;
  left: 3%;
  background: #ffff;
  color: rgb(8, 7, 7);
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 30%;
  box-shadow: 0 8px 20px rgba(250, 249, 249, 0.3);
  line-height: 0.97;
  }
  }


  /* Medium desktops and high-resolution laptops (1367px to 1600px) */
  @media screen and (min-width: 1367px) and (max-width: 1600px) {
  /* Styles for medium desktops */
  .content-box {
  position: absolute;
  bottom: 13%;
  left: 3%;
  background: #ffff;
  color: rgb(8, 7, 7);
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 30%;
  box-shadow: 0 8px 20px rgba(250, 249, 249, 0.3);
  line-height: 0.97;
  }
  }

  /* Large desktops (1601px to 1920px) */
  @media screen and (min-width: 1280px) and (max-width: 720px) {
  .content-box {
  position: absolute;
  bottom: 2%;
  left: 3%;
  background: #ffff;
  color: rgb(8, 7, 7);
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 30%;
  box-shadow: 0 8px 20px rgba(250, 249, 249, 0.3);
  line-height: 1;
  }
  }
  .main-footer__top .container-footer{
    background-color: #000 !important;
    color:#fff !important;
    margin-top: 25px!important;
  }
  .main-footer__bottom .container-footer {
    background-color: #000 !important;
    color: #fff !important;
    margin-top: 25px!important;
  }

  .btnprimary {
  background-color: #7f4a22ff !important;
  color: #fff;
  font-size: 1.1em;
  padding: 15px 30px;
  /*Increasedpaddingforbetterheight*/border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: blinkEffect 2s infinite alternate;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

  

  @keyframes blinkEffect {
  0% {
  box-shadow: 0px 4px 8px rgba(226, 181, 47, 0.5);
  }

  100% {
  box-shadow: 0px 6px 12px rgba(226, 181, 47, 0.7);
  }
  }

  .btnprimary:active {
  transform: translateY(2px);
  box-shadow: none;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  }
  /* Button Containers */



@keyframes goldenFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}
.enquiry-button {
  font-family: 'Roboto', sans-serif;
  position: fixed;
  right: -57px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #7f4a22ff;
  background-size: 300% 300%;
  color: #ffff;
  padding: 12px 20px;
  border-radius: 50px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1000;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  animation: goldenFlow 3s infinite linear;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
}

  /* Enhanced Glowing Effect */
  @keyframes glowPulse {
  0% {
  box-shadow: 0 0 5px #ff8c00, 0 0 10px rgba(255, 140, 0, 0.5);
  }

  100% {
  box-shadow: 0 0 15px #ff8c00, 0 0 25px rgba(255, 140, 0, 0.7);
  }
  }

  /* Icon Styling */
  .enquiry-button i {
  font-size: 18px;
  color: #ff8c00;
  /* Refined orange for icon */
  }

  /* Hover Effect */
  /* .enquiry-button:hover {
  background: linear-gradient(135deg, #292929, #444);
  border-color: #ffa500;
  transform: translateY(-50%) rotate(-90deg) scale(1.05);
  -webkit-transform: translateY(-50%) rotate(-90deg) scale(1.05);
  -moz-transform: translateY(-50%) rotate(-90deg) scale(1.05);
  -ms-transform: translateY(-50%) rotate(-90deg) scale(1.05);
  -o-transform: translateY(-50%) rotate(-90deg) scale(1.05);
  } */


  /* Whatsapp and facebook Button */
 @keyframes blink-border {
   0% {
     box-shadow: 0 0 10px rgba(0, 255, 0, 0.8);
     /* Green glow */
   }

   50% {
     box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
     /* Red glow */
   }

   100% {
     box-shadow: 0 0 10px rgba(0, 0, 255, 0.8);
     /* Blue glow */
   }
 }

 .floating-btn {
   position: fixed;
   bottom: 38px;
   right: 20px;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color: #7f4a22ff !important;
   color: white;
   font-size: 24px;
   border: none;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   animation: blink-border 1.5s infinite alternate;
 }

  .floating-btn img {
  width: 40px;
  height: 40px;
  }

  .whatsapp-btn {
  left: 20px;
  background-color: #25D366;
  animation: whatsapp-blink 1.5s infinite alternate;
  }

  .call-btn {
  right: 20px;
  background-color: rgb(1, 1, 172);
  animation: call-blink 1.5s infinite alternate;
  }

  .floating-btn:hover {
  transform: scale(1.15);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.4);
  }

  @keyframes whatsapp-blink {
  0% {
  background-color: #25D366;
  box-shadow: 0px 0px 10px rgba(37, 211, 102, 0.8);
  }

  50% {
  background-color: #22c65c;
  box-shadow: 0px 0px 15px rgba(37, 211, 102, 0.5);
  }

  100% {
  background-color: #25D366;
  box-shadow: 0px 0px 10px rgba(37, 211, 102, 0.8);
  }
  }

  @keyframes call-blink {
  0% {
    background-color: #04209e;
    box-shadow: 0px 0px 10px rgba(113, 177, 236, 0.8);
  }

  50% {
    background-color: #04209e;
    box-shadow: 0px 0px 15px rgba(113, 177, 236, 0.8);
  }

  100% {
    background-color: #04209e;
    box-shadow: 0px 0px 10px rgba(113, 177, 236, 0.8);
  }
  }


  /* Slider Text */
  .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 20px;
  border-radius: 10px;
  width: 60%;
  max-width: 600px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  }

  .text-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  }

  .text-content p {
  font-size: 16px;
  }

  .buttons {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  }

  button {
  background: transparent;
  color: #7f4a22ff !important;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  }

  /* Responsive Styles */
  @media screen and (max-width: 768px) {
  .text-content {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  width: 90%;
  margin: 10px auto;
  text-align: center;
  }

  .text-content h2 {
  font-size: 20px;
  }

  .text-content p {
  font-size: 14px;
  }

  .buttons {
  top: 45%;
  }
  }

  /* text Contents */
  .text-content {
  background: linear-gradient(to right, rgba(30, 60, 114, 0.7), rgba(42, 82, 152, 0.7));
  /* Transparent effect */
  color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* max-width: 500px; */
  /* animation: fadeIn 1.5s ease-in-out; */
  margin-top: -50px;
  /* Reduced top margin */
  /* backdrop-filter: blur(10px); */
  /* Frosted glass effect */
  border: 2px solid rgba(255, 255, 255, 0.6);
  /* White transparent border */
  line-height: 2;
  }

  /* .text-content span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  } */

  /* .text-content p {
  font-size: 18px;
  margin: 8px 0;
  opacity: 0.9;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  } */

  .text-content p:last-child {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  }

  @keyframes fadeIn {
  from {
  opacity: 0;
  transform: translateY(-10px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
  }


  /* Banner Stiker Css */
  .text-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  /* Semi-transparent overlay */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  backdrop-filter: blur(5px);
  /* Soft blur effect */
  }



  /* Headline with gradient text */
  .stiker1 {
  display: block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(45deg, #ff9800, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  }

  /* Subtext */
  .stiker2 {
  font-size: 20px;
  font-weight: 500;
  color: #f1c40f;
  margin-top: 5px;
  }

  .stiker2 b {
  color: #ff5722;
  font-weight: 700;
  }

  /* Emphasized text */
  .stiker3 {
  font-size: 22px;
  font-weight: 600;
  color: #e67e22;
  margin-top: 10px;
  }

  /* Bold attention text */
  .stiker4 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(45deg, #ff0000, #d32f2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  letter-spacing: 1px;
  }

  /* Location text */
  .stiker5 {
  font-size: 20px;
  font-weight: 600;
  color: #2ecc71;
  margin-top: 10px;
  }
  /* Banner Stiker Css */

  /* Stikiy Button in Footer */
  /* Sticky Footer for Mobile */
  /* ========== Enquiry Button (Desktop) ========== */
  .desktop-enquiry {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  }

  .enquiry-btn {
  background: linear-gradient(45deg, #ff6600, #ff3300);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(255, 102, 0, 0.4);
  transition: all 0.3s ease-in-out;
  }

  .enquiry-btn i {
  margin-right: 8px;
  }

  .enquiry-btn:hover {
  background: linear-gradient(45deg, #ff3300, #ff6600);
  transform: translateY(-3px);
  }

  /* Hide Desktop Enquiry Button on Mobile */
  @media (max-width: 768px) {
  .desktop-enquiry {
  display: none;
  }
  }

  /* ========== Sticky Footer Buttons (Mobile Only) ========== */
  /* ========== Enquiry Button (Desktop) ========== */
  .desktop-enquiry {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  }


  /* Pulsing Animation */
  @keyframes pulse {
  0% {
  box-shadow: 0 0 10px rgba(255, 60, 0, 0.5);
  }

  50% {
  box-shadow: 0 0 20px rgba(255, 60, 0, 0.8);
  }

  100% {
  box-shadow: 0 0 10px rgba(255, 60, 0, 0.5);
  }
  }

  .enquiry-btn {
  animation: pulse 1.5s infinite;
  }

  /* Ripple effect */
  .enquiry-btn::after {
  content: "";
  /* Stikiy Button in Footer */
  }


  .main-footer__top {
  margin-top: 40px;
  background-color: #000;
  /* Dark background for contrast */
  color: #fff;
  /* White text for readability */
  padding: 20px 0;
  font-size: 16px;
  /* Adjust font size for readability */
  line-height: 1.6;
  /* Improve line spacing */
  }

  .main-footer__top p {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
  /* Maintain good readability */
  }

  .main-footer__top strong {
    color: #f8d210;
  }

  .container-footer {
    max-width: 1200px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .main-footer__top {
    font-size: 14px;
    /* Adjust for mobile screens */
    padding: 15px;
    }
    .myfooter{
    font-size: 0.8 !important;
    }
  }
  /* Contact Form */

  

  .custom-input {
  border: none;
  border-bottom: 2px solid #7f4a22ff;
  background: transparent;
  padding: 10px;
  font-size: 1rem;
  width: 100%;
  outline: none;
  transition: all 0.3s ease-in-out;
  }

  /* Focus Effect */
  .custom-input:focus {
  border-bottom: 2px solid #7f4a22ff;
  box-shadow: none;
  }

  /* Placeholder Styling */
  .custom-input::placeholder {
  color: #7f4a22ff;
  font-size: 0.9rem;
  }

  /* Close Button Styling */
  .btn-close {
  cursor: pointer;
  transition: 0.3s;
  }

  .btn-close:hover {
  background: #dc3545 !important;
  transform: scale(1.1);
  }

  /* Button Hover Effect */
/* All Mobile Devices */
@media only screen and (max-width: 480px) {
  /* Your styles here */
  .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      top: 29px;
    }
}