.tablink {
  background-color: transparent;
  color: black;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  margin-left: 10px;
  padding: 10px 15px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  border-bottom: 3px solid #e42f2e;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  height: 100%;
}
/* Active button style with bottom border */
.tablink.active {
  border-bottom: 3px solid #e42f2e; /* Color and thickness of the bottom border */
}
.my-btn
{
  text-decoration: none;
}
.bg-img
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.collection
{
  height: 300px;
  box-shadow: inset 4px 13px 10px rgba(0, 0, 0, 0.3);
}
.col-text
{
  background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0.5,0.5));
  margin-top: 180px;
}
.rest-cards 
{
  border: 1px solid white !important;
  border-radius: 20px;
}
.rest-cards img
{
  height: 200px !important;
}
.rest-cards:hover
{
  border: 1px solid rgb(219, 217, 217) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}
.order-cards img
{
  height: 200px;
}
.eat-cards img
{
  height: 150px;
}
.brand-cards img
{
  padding: 30px;
  background-color: white;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  height: 175px;
  border-radius: 50%;
}
.footer
{
  background-color: #fcfcfc;
}
.navitem
{
  color: white !important;
}
.rest-img
{
  height: 170px;
}
.landing-cards:hover
{
  transform: scale(1.1);
  transition: 1s ease;
}
.bg-lightpink
{
  background-color: #fffbf7;
}
.overlap
{
  margin-top: -100px !important;
}
.document-need-li li
{
  list-style-type: none;
  padding: 0;
  margin-top: 8px;
}
.lined-text
{
  text-align: center;
  align-items: center;
  display: flex;
  margin: 20px 0;
  font-size: 40px;
  font-weight: bold;
}
.lined-text::before,
.lined-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid gray;
    margin: 0 10px;
}
.bg-skyblue
{
  background-color: #edf4ff;
}
.google-img
{
  height: 24px;
  width: 24px;
}
.floating-label {
  position: relative;
  margin-top: 20px;
}

.floating-label label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #999;
  background: #fff;
  padding: 0 5px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: -10px;
  left: 5px;
  font-size: 12px;
  color: #007BFF;
}
.report-ul li
{
 display: inline;
 list-style-type: none;
 padding: 0;
}
.font
{
  font-size: 50px;
}
.bg-maroon
{
  background-color: #cb202d;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.splide {
  width: 100%;
  height: 100vh;
}

.slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.slide-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.animated-text {
  font-size: 3em;
  margin: 20px 0;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  border-right: 4px solid;
  width: 1ch;
  animation: reveal 3s forwards;
}

@keyframes reveal {
  from {
      width: 1ch;
  }
  to {
      width: 100%;
  }
}

.slide-description {
  font-size: 1.2em;
  color: #555;
  max-width: 600px;
  margin-top: 20px;
}
.text-justify
{
  text-align: justify;
}
.blog-card
{
  height: 200px;
}
.testmonials
{
  height: 400px;
}
.glimpse-lg
{
  height: 400px;
}
.glimpse-sm
{
  height: 193px;
}
.work-font
{
  font-size: 80px;
  line-height: 90px;
  margin-top: 40px;
}
.about-bg
{
  height: 700px;
}
.work-bg
{
  height: 700px;
}
.bg-offwhite
{
  background-color:#fff6f7;
}
.who-card .card
{
  border-radius: 25px;
  height: 400px;
}
.who-img
{
  height: 70px;
}
.benifit-img
{
  background-color: #fbfbfb;
  padding: 5px;
  border-radius: 50%;
  height: 70px;
}
.ordinary-bg
{
  height: 700px;
}
.ordinary-bg h1
{
  margin-top: 100px;
  font-size: 80px;
}

.nav-pills .nav-link
{
  color: black;
}
/* Change active nav-link color when scrolling */
.nav-pills .nav-link.active {
  background-color: black !important; /* Change this to your desired color */
  color: white !important;
}
/* Optional: Change hover effect */
.nav-pills .nav-link:hover {
  color: black !important;
}
.text-maroon
{
  color: #cb202d;
}
#navbar-example3 {
  position: fixed;
  top: 100px; /* Adjust this based on your header height */
  left: 20px; /* Adjust for spacing */
  height: calc(100vh - 100px); /* Full height minus header */
  overflow-y: auto;
  background: #fff; /* Optional: Background color */
  z-index: 10; /* Keep it above other content */
}
.policy-right {
  margin-top: 100px;
  margin-left: 260px; /* Adjust according to sidebar width */
}
.policy-nav
{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures it stays above other elements */
    background-color: #fff; /* Adds background to prevent transparency */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
}