body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Open Sans', Arial, sans-serif;

  color: #061023;
  font-size: 13px;
}
.container
{
  max-width: 1200px;
}
/* Top Bar */
.top-bar {
  background: #0D47A1;
  font-size: 14px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}
.contact-info.text-white {
    font-size: 13px;
}
.top-bar .contact-info.text-white i
{
  color: #dc5f4b;
}

/* Navbar */
.nav-link {
  font-weight: 600;
  padding: 31px 18px !important;
 
}

.nav-link.active, .nav-link:hover {
  /*color: #F26522 !important;*/
    color: #061023 !important;
  border-bottom: 4px solid #F26522;
}

/* Slider */

/*#bannerSlider img {
  height: 550px;
  object-fit: cover;
}

.carousel-caption {
  background: rgba(0,0,0,0.45);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}*/
#bannerSlider img {
  height: 550px;
  object-fit: cover;
}

/* Caption with background */
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.5);
  padding: 20px 40px;
  border-radius: 8px;
  text-align: center;
  height: 30%;
  right: inherit !important;
}

.carousel-caption h2 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  animation: zoomInOut 5s ease-in-out infinite;
}

/* Zoom in/out animation */
@keyframes zoomInOut {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.1); opacity: 1; }
}

/* Carousel arrow styling */
.custom-control {
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin: 0 25px;
}

.custom-control .carousel-control-prev-icon,
.custom-control .carousel-control-next-icon {
  filter: invert(1);
  width: 25px;
  height: 25px;
}
.carousel-control-next, .carousel-control-prev
{
  width: 5%;
}

.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
}
.dropdown:hover > .nav-link {
   /* color: #f05a28 !important;*/
}
.nav-link {
    transition: 0.3s;
}



/* Dropdown Item Hover Style */
.dropdown-menu a.dropdown-item:hover {
    background-color: #f05a28 !important;
    color: #fff !important;
}

/* Hamburger to X Animation */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background-color: #000;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.collapsed .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
/* */
 .container {
           /* display: flex;
            flex-wrap: wrap;*/
           /* padding: 20px;
            gap: 20px;*/
        }
        .text-section {
           /* flex: 1 1 400px;*/
        }
        .text-section h1 {
            font-size: 28px;
        }
        .text-section ul {
            list-style: none;
            padding: 0;
            margin: 0 0 32px;
        }
        .text-section li {
            margin: 10px 0;
            position: relative;
            padding-left: 25px;
        }
        .text-section li::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: orange;
        }
        .button {
            display: inline-block;
            padding: 10px 20px;
            background-color: orange;
            color: white;
            text-decoration: none;
            margin-top: 20px;
            border-radius: 5px;
        }
        .image-section {
           /* flex: 1 1 400px;*/
            position: relative;
        }
        .image-section img {
           width: 100%;
          /* width: auto;*/
            border-radius: 10px;
            
        }
        .logo-box {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background-color: #ff7f0f;
            padding: 15px;
            border-radius: 10px;
            color: white;
        }
        .logo-box h2 {
            margin: 0;
        }
        .logo-box p {
            margin: 5px 0 0 0;
            font-size: 14px;
        }
        /**/

        /* Info Section Styles */
.info-section .text-section h1 {
    font-size: 2rem;
}
.image-section.position-relative.flex-grows-1.col-md-6 {
  /*  max-width: 32%;*/
}


.info-section .text-section ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.info-section .text-section ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: white;
    background: #f05a28;
    border-radius: 23px;
    padding: 0.5px 3.7px;
    font-size: 10px;
    top: 4.5px;
}

.logo-box h2 {
    font-size: 1.25rem;
    margin: 0;
}

.logo-box p {
    font-size: 0.85rem;
    margin: 2px 0;
}
.btn-orange
{
   background:#f05a28;
   color: #fff;
   font-size: 14px;
   text-decoration: none;
   border-radius: 35px;
   padding: 10px 39px;
}
.text-orange
{
  color:#f05a28;
  font-size: 12px;
}
/* counter */

.stats-section {
 background: url('../images/counter-bg.jpg') no-repeat center center/cover;

  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.stats-section .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1 1 200px;
  margin: 20px;
}

.stat-item i {
  font-size: 40px;
  color: #ff6600; /* Icon color */
  margin-bottom: 10px;
}

.stat-item h2 {
  font-size: 36px;
  margin: 10px 0;
}

.stat-item p {
  font-size: 16px;
}
.home-counter-section .stat-item
{
  border-right: 2px solid #fff;
  opacity: 0.7;
}
.home-counter-section .stat-item:last-child
{
  border-right: 0px solid #fff;

}
.img-fluid.separator
{
  margin: 0 auto;
    display: table;
}
.info-section-banners 
{
  position: relative;
   background: url('../images/contact-bg.jpg') no-repeat top center/cover;
}
.amazing-food-section
{
  text-align: center;
  color: #fff;
}
.box-orange {
    background: #f05a28;
    border-radius: 6px;
    padding: 27px 0px;
    width: 50%;
    position: relative;
    top: -93px;
    /* text-align: center; */
}
.box-orange p
{
  color: #fff;
  text-align: center;
  margin: 0;
}
.text-content-1 {
    padding: 0 66px;
    margin: 0;
}
.text-content-1 a {
    text-decoration: none;
    background: #fff;
    color: #000;
    padding: 7px 27px;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 0 0 118px;
}
p.text-muted {
    font-size: 11px;
}
.text-black {
    color: #000;
    font-size: 13px;
}
.feature-box.p-4.shadow-sm.rounded {
    background: #eee;
    border: 1px solid #ddd;
}
/* counter */


.testimonial-section {
  background: url('../images/counter-bg.jpg') no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  color: #fff;
}

.testimonial-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.testimonial-card,
.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.testimonial-box {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 25px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  transition: .3s;
}

.testimonial-box:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.12);
}

.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #FF7F0F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 28px;
}

.customer-name {
  font-weight: 600;
  margin-bottom: 10px;
}

.stars {
  color: #FF7F0F;
  font-size: 14px;
  margin-bottom: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.section-title strong {
  color: #fff;
}



/* Testimonial */

/*.testimonials-section {
  background: url('../images/counter-bg.png') no-repeat center center/cover;
  position: relative;
  color: #fff;
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
 background: rgba(0,0,0,0.6);
}

.testimonials-section .container {
  position: relative;
  z-index: 2;
}

.text-orange {
  color: #ff7f0f;
}

.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 30px;
  border-radius: 10px;
  margin: 0 auto;
  width: 70%;
}

.user-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #ff7f0f;
  border-radius: 50%;
}*/
/* Banner dots */


.testimonial-section .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #ff6600;
  opacity: 0.5;
}

.testimonial-section .carousel-indicators .active {
  opacity: 1;
  background-color: transparent;
  border: 2px solid #ff6600;
}

.testimonial-section .carousel-indicators {
  bottom: -40px;
}



.footer-section {
  background: #111;
  color: #bbb;
}

.footer-title {
  color: #ff6000;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  float: left;
    padding: 0 22px 0 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ddd;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ff6000;
}

.footer-contact i {
  color: #ff6000;
  margin-right: 8px;
}

.footer-section p {
  margin-right: 20px;
  line-height: 1.6;
}



.service-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  border: 2px solid #eee;
  transition: 0.3s ease;
  padding: 10px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
}

.service-card .top-img {
  width: 100%;
/*  height: 200px;*/
  object-fit: cover;
}

.service-card .circle-img {
  width: 80%;
  height: 150px;
  margin: -70px auto 10px auto;
  object-fit: cover;
  border-radius: 50%/80% 80% 0 0;
  border: 4px solid #fff;
  display: block;
}

.service-title {
  background: #1b3a75;
  color: #fff;
  padding: 18px 0;
  margin: 0px;
  font-weight: 600;
}




/* Inner Pages */

.hero-section {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.hero-content h2 {
  font-size: 45px;
  font-weight: 700;
  text-align: left;
}

.menu-section {
  padding: 50px 0;
}

.menu-card {
  background: #ffffff;
  border: 2px solid #eee;
  /*box-shadow: 0 8px 20px rgba(0,0,0,0.25);*/
  box-shadow: 0 0px 3px rgba(0,0,0,0.2);
  padding: 12px;
  margin: 0 57px 60px 0;
  width: 28%;
  transition: .3s ease;
}
.menu-card img {
  width: 100%;
  height: auto;
  display: block;
 
}
.menu-card:hover {
  transform: translateY(-6px);
 /* box-shadow: 0 15px 30px rgba(0,0,0,0.35);*/
}
.single-img-group .menu-card
{
  margin: 0 auto;
  display: table;
}

/* Terms */

/* Vertical Dotted Line for Right Side */
.dark-box ul {
  position: relative;
}

.dark-box ul::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-left: 2px dotted #ff5300;
  opacity: 0.8;
}

/* Nodes on the line */
/*.dark-box ul li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #ff5300;
  border-radius: 50%;
  z-index: 3;
}
*/



/* Terms */

/* About Us */

/* Cards Section */
.cards-container {
 /* display: flex;
  gap: 20px;
  justify-content: center;*/
  margin-top: 50px;
}
.cards-container  .card.white-card.col-md-4 {
    max-width: 28%;
    margin: 0 23px;
}
.card {
   /* width: 32%;*/
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s;
  text-align: center;
}
.card.white-card p
{
  font-size: 12px;
    color: #737873;
    margin-top: 8px;
}

.card:hover {
  transform: translateY(-5px);
  border-bottom: 3px solid #F35F2B;
}

.white-card {
  background: #fff;
  padding: 34px 20px;
}

.image-card {
  position: relative;
 /* height: 350px;*/
  background-size: cover;
  background-position: center;
}

.image-card .overlay {
  position: absolute;
  inset: 0;
  /*background-color: rgba(0,0,0,0.4);*/
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* Food Service Section */
.food-service-section {
  display: flex;
  flex-wrap: wrap;
 
  font-family: 'Poppins', sans-serif;
 
}
.rules-container .left-side img
{
  width: inherit;
}

/* Left Side */
.left-side {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.left-side img {
  width: 100%;
  display: block;
  
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #ff6600;
    background: #fff;
    border-radius: 50%;
    padding: 12px 18px;
    cursor: pointer;
    border: 1px solid #fff;
}

/* Right Side */
.right-side {
  flex: 1;
  min-width: 300px;
  background-color: #0f1b38;
  color: white;
  padding: 30px 40px 23px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;

}

/* Vertical dotted line */
.right-side::before {
    content: '';
    position: absolute;
    left: 7.8%;
    top: 23%;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted #fff;
    height: 390px;
}

/* Each point */
.right-side .point {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  position: relative;
 
}
.right-side .point p
{
  font-size: 12px;
}

.right-side .icon {
  font-size: 19px;
  background-color: #ff6600;
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

/* Bottom bar */
.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 26px 30px;
  flex-wrap: wrap;
}
.bottom-bar-orange
{
 background-color: #f05a28;
}

.bottom-bar p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.bottom-bar button {
  background-color: white;
  color: #ff6600;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.bottom-bar button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.menu-section.welcome-menus {
  background: url('../images/most-popular-dises-bg.png') no-repeat;
  background-position: right bottom;
  background-size: auto; /* adjust if needed */
}

/* Testimonial */

.testimonial-section.testi-pg {
background: url('../images/pattern-img-1.jpg') center center repeat;

  padding: 60px 0 80px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.testimonial-section.testi-pg  .profile-icon.user-circle {
    position: absolute;
    top: -14%;
    left: 43%;
}
.testimonial-section.testi-pg 
{
  color: #252A2E;
}

.section-subtitle {
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 5px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
}

.section-title span {
  color: #0f1b38;
}

.testimonial-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  position: relative;
  transition: 0.3s;
  border: 1px solid #B5B8BA;
  margin:  38px 0 0 0;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -11%;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    border: 2px solid #ff6600;
    background: #fff;
}
span.swiper-pagination-bullet
{
  background: #fff;
  border: 2px solid #ff6600;
}

.testimonial-card:hover {
  border-bottom: 3px solid #ff6600;
}

.profile-img {
  width: 90px;
  height: 90px;
  background: url('assets/images/user-icon.png') no-repeat center/cover;
  border-radius: 50%;
  margin: -70px auto 20px auto;
  background-color: #fff;
  border: 3px solid #ff6600;
  background-size: 60%;
}

.testimonial-section.testi-pg  .stars {
  color: #ff6600;
  font-size: 18px;
 
}
.testimonial-section.testi-pg p {
    font-size: 12px;
    color: #737873;
}

.swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.swiper-pagination-bullet {
  background: #ff6600;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  background: #ff6600;
  opacity: 1;
  transform: scale(1.2);
}

.profile-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  color: #000;
  font-size: 22px;
}

.user-circle i{
  font-size: 36px;
  margin: 15px 0 0 0;
  border-radius: 50%;
}








/* Contact Us */

.contact-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
    flex-wrap: wrap;
}

.card-box {
    flex: 1 1 300px;
    max-width: 330px;
    background: #fff;
    padding: 40px 25px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(255, 153, 102, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #ff6633;
}

.card-box.active {
    background: #ff6d3f;
    color: #fff;
}

.card-box.active .icon {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.card-box .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;

    padding: 60px 20px;
    width: 100%;
    margin: 0 auto;
}
.contact-left {
    flex: 1;
    display: flex;
    justify-content: center;
}
.contact-left img {
    width: 100%;
    max-width: 480px;
   
    border-radius: 10px;
}

.contact-right {
    flex: 1;
    background: #fff;
    padding: 40px 35px;
    border-radius: 10px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}

.contact-right h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}

.contact-right input,
.contact-right textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}


.contact-right textarea {
    height: 130px;
    resize: none;
}

.captcha-box {
    margin-bottom: 20px;
    font-size: 14px;
}

.send-btn {
   
    padding: 8px 25px;
    background: #ff5e2f;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    border-radius: 60px;
    text-align: left;
    float: left;
}

.contact-section {
    background: url(../images/pattern-img-1.jpg) center center repeat;
    padding: 60px 0;
    text-align: center;
    /* font-family: 'Poppins', sans-serif; */
}

.map-full-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.map-full-section iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
  filter: brightness(80%);
}

/* LEFT INFO CARD */
.map-info-card {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 15px;
  width: 270px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
  z-index: 10;
}

.map-info-card h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.map-info-card .address {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 18px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rating {
  font-weight: bold;
  background: #f1f1f1;
  padding: 3px 6px;
  border-radius: 4px;
}

.review-link {
  font-size: 12px;
  color: #1a73e8;
  text-decoration: none;
}

.direction-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 5px 10px;
  background: #1a73e8;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}




/*.map-full-section {
  position: relative;
  width: 100%;
}

.map-full-section iframe {
  width: 100%;
  height: 450px;  
  border: none;
  display: block;  
  filter: brightness(80%);
}
.map-full-section {
  margin: 0;
  padding: 0;
  line-height: 0; 
}


.map-info-card {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 15px;
  width: 270px;
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.3);
}

.map-info-card h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}

.map-info-card .address {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 18px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.rating {
  font-weight: bold;
  background: #f1f1f1;
  padding: 3px 6px;
  border-radius: 4px;
}

.review-link {
  font-size: 12px;
  color: #1a73e8;
  text-decoration: none;
}

.direction-btn {
  display: inline-block;
  margin-top: 4px;
  padding: 5px 10px;
  background: #1a73e8;
  color: white;
  border-radius: 6px;
  font-size: 12px;
  text-decoration: none;
}
.gm-style .place-card,
.gm-style .default-card,
.gm-style .default-card__button {
    display: none !important;
}

.hide-map-label iframe + div,
.hide-map-label iframe ~ * {
    display: none !important;
}



@media (max-width: 600px) {
  .map-info-card {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
}
*/

.scroll-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #fff;
  color: #000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  z-index: 999;
  text-decoration: none;

  /* smooth shadow */
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

/* Hover Effects */
.scroll-top:hover {
  background: #ff7a00;       /* Orange background */
  color: #fff;               /* White icon */
  transform: scale(1.15);    /* Slight zoom effect */
  box-shadow: 0 0 12px rgba(255, 122, 0, 0.7); /* Glow effect */
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.card .icon i {
    font-size: 16px;
    padding: 16px;
    border-radius: 50%;
    background: #ffe5d6;
    color: #ff6a00;
    box-shadow: 0 0 20px rgba(255, 98, 0, 0.3);
    transition: .3s 
ease;
    margin: 0 0 25px;
}

.card:hover .icon i {
  background: #ff6a00;
  color: #fff;
  box-shadow: 0 0 25px rgba(255, 98, 0, 0.6);
}



.card:hover .icon i {
  background: #ff6a00;
  color: #fff;
  box-shadow: 0 0 25px rgba(255, 98, 0, 0.6);
}
