/* --- Basic reset & styles --- */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Poppins', sans-serif;; }
a{
    text-decoration: none;
}

:root{
--main-color:rgba(62, 188, 40, 1);
--second-color:rgba(247, 124, 36, 1);

}
.bredcrubms ul li{
  z-index: 2000;
color: #fff;
}
.bredcrubms{
    margin-top: 197px;
    margin-left:80px;
}
section
{
    margin-top: 80px;
    margin-bottom: 70px;
}
/* Top Contact Bar */
.top-bar {
  /* background:#111; */
  color:#fff;
  font-size:14px;
  display:flex;
  justify-content:space-around;
  padding:10px 10px;
  flex-wrap:wrap;
  position: sticky;

  z-index: 2000;
}

/* Header / Navbar */
header {
    width: 90%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 28px;
  background: rgba(255, 255, 255, 0.1);
border-radius: 50px;
  position: sticky;
  top: 0;
  z-index: 2000;
  margin: auto;
}
.top-bar, header {
    transition: all 0.3s ease; /* smooth effect */
  }
  .fixed-header nav ul li a {
    color: black !important;
  }
  .fixed-header nav ul li a.active { color:white !important; }
  .fixed-header .hamburger{
    color: black !important;
  }
  /* Jab fixed class lagegi tab ye style apply hoga */
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    border-radius: 0 !important;
    background: #fff !important; /* aap apne hisaab se color change kar sakte ho */
    z-index: 3000;
    color: #000000;
    border-bottom: 1px solid #ddd;
  }
.logo img { width:56px; border-radius:50%; }

nav { flex:1; margin: 0 20px; }
nav ul {
  display:flex;
  list-style:none;
  gap:20px;
  align-items:center;
  justify-content:center;
}
nav ul li a {
  color:#fff; text-decoration:none; padding:6px 10px; font-weight:500;
  transition: color .2s, background .2s;
  border-radius:50px;
}
nav ul li a:hover { color:var(--main-color); }
nav ul li a.active { background:var(--second-color); color:white; }

.enquire-btn {
  background:var(--main-color);
  color:#fff;
  padding:10px 18px;
  border-radius:25px;
  text-decoration:none;
  /* font-weight:600; */
}
.enquire-btn-white {
    background:transparent;
    color:#000 !important;
    padding:10px 16px;
    border-radius:25px;
    text-decoration:none;
    border: 1px solid #000;
    /* font-weight:600; */
  }
/* Hamburger button (desktop hidden) */
.hamburger {
  display:none;
  background: transparent;
  border: none;
  color: #fff;
  font-size:28px;
  cursor:pointer;
  line-height:1;
  padding:6px;
  user-select:none;
}

/* Hero placeholder (not required for header) */
.hero {
  height:500px;
  background: url('../img/newhome/banner.jpg') center/cover no-repeat;
  background-size: 100% 100%;
  /* display:flex; align-items:center; justify-content:center; */
  position:relative;
  width: 100%;
  top: 0px;
  margin-top: -115px;
}
.hero .overlay { position:absolute; inset:0; background: rgba(0,0,0,0.45); }
.hero h1 { z-index:1; font-size:48px; }

/* ---------------------------
   MOBILE / RESPONSIVE RULES
   --------------------------- */
@media (max-width: 768px) {
    .hero{margin-top: -124px;}
  header { padding:10px 16px; }
  nav { margin: 0 10px; }

  /* Stack contact bar items */
  .top-bar { font-size:13px; gap:6px; justify-content:center; }
  .bredcrubms
  {
    display: none;
  }
  
  section {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.bredcrubms {
    margin-top: 128px !important;
    margin-left: 10px !important;
}
}
@media (max-width: 991px) {
    nav ul.show {
        max-height:600px; /* enough for menu items */
      }
      nav ul li { width:100%; text-align:center; padding: 12px 0; }
      nav ul li a { display:block; width:100%; padding:12px 16px;color:#000000; }
    
      .hamburger { display: block; }
      /* Make nav a vertical collapsible block */
  nav ul {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0px); /* appear below header */
    background: #fff;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-height: 0; /* hidden */
    transition: max-height .34s ease;
    padding: 0;
  }
 

  /* include a mobile version of Enquire inside menu */
  .mobile-enquire { display:block; }
  .hero {
    height: 445px !important;
  }
  .center-text {
    height: 235px !important;
  }
}

/* small screens font/h1 */
@media (max-width:480px) {
  .hero h1 { font-size:32px; }
}
.center-text{
margin: auto;
display: flex;
justify-content: center;
transform: translateY(50%);
height: 250px;
color: #fff;
align-items: center;
}
.heading {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}
.heading-sm{
    font-size: 18px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background:var(--main-color) !important;
    color: #fff !important;
}
.accordion-item {
    border: none;
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.accordion-button {
    /* padding: 20px 25px !important; */
    font-weight: 600;
    color: #333;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--main-color);
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}
.accordion-button::after {
    background-size: 20px;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    filter: brightness(50);
}
.accordion-body {
    padding: 10px !important;
    background-color: #ffffff;
}
.my-arrow {
    background-color: #333;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .rounded-border
  {
    border-radius: 10px;
  }
  /* attraction */
  .text-danger-og
  {
    color: orange;
    font-weight: 600;
  }
  .overlap-div1>div{
    border: 0.4px solid rgba(51, 51, 51, 0.5);
    border-radius: 10px;
    margin: 15px 0px;
  }
  .overlap-div2>div{
    border: 0.4px solid rgba(51, 51, 51, 0.5);
    border-radius: 10px;
    margin: 15px 0px;
  }
  @media (min-width:1026px) and (max-width:2500px) {
    .overlap-div1 {
        width: 59% !important;
        margin-left: -130px !important;
    }
    .overlap-div2 {
        width:59% !important;
        margin-right: -130px !important;
        z-index: 1;
    }
}
@media (min-width:769px) and (max-width:1025px) {
    .overlap-div1 {
        width:50% !important;
        margin-left: 0px !important;
    }
    .overlap-div2 {
        width: 50% !important;
        margin-right: 0px !important;
        z-index: 1;
    }
}
@media (max-width:768px) {
    .overlap-div1 {
        width: 800px !important;
        margin-left: 0px !important;
    }}
    @media (max-width:576px) {
        
        .overlap-div1 {
            width: 800px !important;
            margin-left: 0px !important;
        }
       
    }
  /* attraction */
  .divied-in-col{
    column-count: 2;
}
@media (max-width:576px) {
    .divied-in-col{
        column-count: 1 !important;
    }
}
/* footer  */
footer {
    color: rgba(51, 51, 51, 1);
    /* background: var(--main-color); */
    padding: 60px 0 0 0;
    position: relative;
    border-top: 1px solid #ddd;
}

/* .heading {
    color: var(--white-color) !important;
} */

footer .widget h5 {
    margin-bottom: 20px;
   color: rgba(51, 51, 51, 1);
    font-size: 20px;
}

.widget ul li {
    margin: 5px 0;
}
.widget ul li a{
   color: rgba(51, 51, 51, 1);
   font-size: 15px;
   margin-bottom: 3px;
}
.subfooter {
    position: relative;
    bottom: 0px;
    z-index: 1;
    margin-top: 60px;
    padding: 20px 0 20px 0;
}

.absolute,
.abs {
    position: absolute;
    bottom: 0px;
}

.op-3 {
    opacity: 0.3;
}

.menu-simple {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.de-flex>.de-flex-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.de-flex {
    display: flex;
    justify-content: space-between;
}

.menu-simple li {
    display: inline;
    margin: 0 15px;
}

footer a {
    color: var(--white-color);
    text-decoration: none !important;
}

footer a:hover {
  color: rgba(51, 51, 51, 1);

    font-size: 15px;
    text-decoration: none !important;
}

.spacer-20 {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}

.social-icons i {
    text-shadow: none;
    padding: 10px 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    margin: 0 3px 0 3px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.social-icons i:hover {
    background: var(--main-color);
    color: var(--primary-color);
}
.widget ul li a:hover{
    color: var(--main-color);
}

/* National Parks  */
#dropdown-main:hover .drop-down-kg {
    display: block;
}
.drop-down-kg {
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0px;
    display: none;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}

.drop-down-kg>p a {
    padding: 0px;
    font-size: 16px;

}

.drop-down-kg>p {
    padding: 2px 10px;
}

#dropdown-main:hover .drop-down-kg {
    display: block;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #6E260E;
    /* text-decoration: underline; */
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 24px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #c25107;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #6E260E;
    /* text-decoration: underline; */
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #355e3a;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
.navbar li {
    position: relative;
}

/* national park  */
#about-banners {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.4) 100%),
                url(../img/newhome/aboutbanner.jpg);
    background-position: center;
    background-size: cover; /* ya 100% 100% */
    background-repeat: no-repeat;

}
.things-to-div{
    /* border: 0.4px solid rgba(51, 51, 51, 0.5); */
    /* border-radius: 10px; */
    /* padding:20px; */
  }
  /* homepage */
  .heading{
    font-size: 22px;
    color:#000000;
    font-weight: 600;
}
.card-second{
    border: 1px solid #ddd;
    border-radius: 10px;
}
.mini-heading{
    font-weight: 500;
    font-size: 18px;
}
.card-second:hover{
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.card-body h2 {
    font-weight:500;
    font-size: 18px;
    margin: 8px 0;
}
.card-body p {
    font-size: 14px;
    margin: 4px 0px;
}
#pills-tab {
    border: 1px solid rgba(217, 217, 217, 1);
    width: fit-content;
    padding: 7px;
    border-radius: 27px;
    margin: auto;
}
.card-container {
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    border: 1px solid rgba(217, 217, 217, 1);
}
.card-container:hover {
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);

}
.card-body {
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    padding: 0px 10px 10px 10px !important;
    min-height: 200px;
}
.badge {
padding: 5px;
    border-radius: 25px;
    background: rgba(247, 124, 36, 1) !important;
}
.phone-calls {
    padding: 8px 13px;
    border: 1px solid #000;
    align-self: anchor-center;
    border-radius: 50%;
    margin-right: 5px;
    color: #000;
}  
.button-5 {
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 22px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.button-5:hover {
background-color: var(--main-color);
border:none !important;
color: #fff !important;
}
.text-rupess {
    color:rgba(0, 128, 0, 1)!important;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-weight: 700;
}
.ext-price{
    font-size: 12px;
}
.ext-price-2{
    font-size: 14px;
}
.card-image img {
    width: 100%;
    background-size: cover;
    padding: 10px;
    border-radius: 18px !important;
}
.button-5{
margin-right: 8px;
}
  .centered-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-image {
    width:100px;
    height:100px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-container {
    width: 100%;
}

.animal-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    gap: 2rem 1.5rem; 
}

.gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 4rem;
}

.item-label {
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.75rem;
    text-align: center;
    white-space:nowrap;
}

/* Media queries for larger screens */
@media (min-width: 1024px) {
    .gallery-item {
        width: 7rem; 
    }
    .circle-image {
        width:84px;
        height:84px;
    }
    .animal-gallery {
        column-gap: 3rem; 
    }
}
#table th{
font-weight: 500;
font-size: 16px;
 border-width: 0.4px, 0.4px, 0.4px, 0px;
border-style: solid;
border-color: rgba(51, 51, 51, 1);
border: 0.4px solid rgba(51, 51, 51, 1);

}
#table td{
 border: 0.4px solid rgba(51, 51, 51, 1);
}
  /* homepage */

/* ===== hotel ====== */
.btn-hotelform {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 26px;
    margin-top: 10px;
}

.danger-class-style {
    background-color: #f22f2f;
    color: white;
    border: none;
    padding: 5px 12px;
    border-radius: 26px;
    margin-left: 10px;
    margin-top:10px;
}

.floating_form .dropdown-item {
    font-size: small;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#adults>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.inc_dec input {
    text-align: center;
    color: #000;
    width: 40px;
    padding: 0.2rem;
    /* margin: 0 0.5rem; */
    border: none;
}

.inc_dec {
    display: block;
}

#adults,
#children {
    /* display: block !important; */
}

.floating_form input[type="text"],
.floating_form input[type="date"],
.floating_form select {
    border: 1px solid rgb(173, 104, 104, 0.4);
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
}

#children>a {
    border: 1px solid lightblue;
    padding: 7px;
    border-radius: 5px;
}

.floating_form .dropdown-menu .btn-outline-success {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 7px;
    height: 35px;
}

.btn-outline-primary {
    font-size: small !important;
    margin-right: 7px !important;
    margin-left: 8px;
    padding: 6px 10px;
    height: 35px;
}

.floating_form .form-group {
    width: 20.3rem;
    padding-left: 10px !important;
}

.floating_form .search-group {
    width: 250px;
}

#panel {
    display: none;
}
.small-h2 {
    font-weight: 500;
    font-size: 18px;
    padding: 8px 0;
}
@media (max-width:576px)
{
    .floating_form .form-group {
        width: 100% !important;
    }
}
#enquiryForm
{
padding: 20px !important;
border-radius: 10px;
}
.text-15{
    white-space:nowrap ;
}
@media (max-width: 576px) {
    .main-slider {
        height: 220px !important;
    }
    .main-slider img{
        height: 220px !important;
    }
}

/* ===== hotel ====== */

/* package  */
       
        .filter-container {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 0;
            max-width: 350px;
            margin: 0px auto;
        }

        .filter-header {
            background-color: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
            padding: 15px 20px;
            border-radius: 8px 8px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .filter-header h5 {
            margin: 0;
            font-weight: 600;
            color: #333;
        }

        .reset-link {
            color: #ff6b35;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
        }

        .reset-link:hover {
            color: #ff6b35;
            text-decoration: underline;
        }

        .filter-content {
            padding: 20px;
        }

        .filter-section {
            margin-bottom: 25px;
        }

        .filter-section:last-child {
            margin-bottom: 0;
        }

        .section-title {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            margin-bottom: 12px;
        }

        .search-input {
            position: relative;
        }

        .search-input input {
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 10px 12px 10px 35px;
            font-size: 14px;
            width: 100%;
        }

        .search-input svg {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }

        .price-range {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 15px;
        }

        .price-input {
            background-color: #ff6b35;
            color: white;
            border: none;
            padding: 8px 12px;
            border-radius: 4px;
            font-size: 13px;
            font-weight: 500;
            text-align: center;
            width: 100%;
        }

        .price-divider {
            width: 20px;
            height: 2px;
            background-color: #ddd;
        }

        .range-slider {
            position: relative;
            margin: 10px 0;
        }

        .range-slider input[type="range"] {
            width: 100%;
            -webkit-appearance: none;
            height: 6px;
            border-radius: 3px;
            background: #ddd;
            outline: none;
        }

        .range-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #ff6b35;
            cursor: pointer;
        }

        .range-slider input[type="range"]::-moz-range-thumb {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #ff6b35;
            cursor: pointer;
            border: none;
        }

        .rating-options,
        .property-options,
        .duration-options,
        .destination-options,
        .theme-options {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .option-item {
            display: flex;
            align-items: center;
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 13px;
            cursor: pointer;
            transition: all 0.2s ease;
            white-space: nowrap;
        }

        .option-item.selected {
            background-color: #ff6b35;
            color: white;
            border-color: #ff6b35;
        }

        .option-item:hover {
            border-color: #ff6b35;
        }

        .option-item input[type="checkbox"] {
            margin-right: 8px;
            width: 16px;
            height: 16px;
            accent-color: #ff6b35;
            cursor: pointer;
        }

        .option-item input[type="checkbox"]:checked {
            background-color: #ff6b35;
            border-color: #ff6b35;
        }

        /* Custom checkbox styling for white tick */
        .option-item input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            background-color: white;
            border: 2px solid #ddd;
            border-radius: 3px;
            position: relative;
        }

        .option-item input[type="checkbox"]:checked {
            /* background-color: #ff6b35; */
            border-color: #ff6b35;
        }

        .option-item input[type="checkbox"]:checked::after {
            content: '✓';
            color: white;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 12px;
            font-weight: bold;
        }

        .option-item .fa-star {
            color: #ffc107;
            margin-right: 4px;
        }

        .filter-buttons {
            display: flex;
            gap: 10px;
            margin-top: 25px;
        }

        .btn-apply {
            background-color: #ff6b35;
            color: white;
            border: none;
            padding: 0px 10px;
            border-radius: 6px;
            font-weight: 500;
            flex: 1;
        }

        .btn-apply:hover {
            background-color: #e5572e;
            color: white;
        }

        .btn-clear {
            background-color: white;
            color: #666;
            border: 1px solid #ddd;
            padding: 12px 24px;
            border-radius: 6px;
            font-weight: 500;
            flex: 1;
        }

        .btn-clear:hover {
            background-color: #f8f9fa;
            color: #666;
        }
/* package  */
.calender-top-fullcalender{
    position: absolute;
    top: 100px;
    width: 100%;
}
.step-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.step {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 10px;
    color: #999;
}

.step.active {
    color: #000;
}

.step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 8px;
}

.step.active .step-circle {
    background-color: var(--main-color);
    color: #fff;
}
#payment .btn-previous {
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 8px 20px;
    background: #fff;
}
#payment .total-amount {
    /* font-weight: bold; */
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 7px;
    padding-left: 10px;
    background: #eff5fa82;
}
@media (max-width:576px)
{
    .center-text {
        padding-top: 100px !important;
    }
    .hero h1 {
        font-size: 24px !important;
    }
}