/* --- 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(44, 74, 35, 1);
--black-color:rgba(26, 26, 26, 1);
--button-hover: rgba(140, 79, 0, 1);
--note-color: rgba(140, 79, 0, 1);
--commom-white:#fff;

  }
.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: 999;
  margin: auto;
 border-top: 0.2px solid rgba(255, 255, 255, 1);
}
.top-bar, header {
    transition: all 0.3s ease; /* smooth effect */
  }
  .fixed-header nav
  {
    background-color: #fff !important;
  }
  .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-color: #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:8px 16px;
  border-radius:5px;
  text-decoration:none;
  /* font-weight:600; */
}
.enquire-btn:hover{
  background-color: var(--note-color);
  color:#fff !important;
  border: 1px solid #fff !important;
}

.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/mainimg/breadcrumb.png') 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: 567px) {
  .hero {
    background: url('../img/mainimg/mobile-bg.png') center/cover no-repeat;
  }
  #margin-onmob{
    margin-top: 550px !important;
  }
   }

   @media (min-width: 567px) and (max-width: 768px) {
    #margin-onmob{
      margin-top: 355px !important;
    }
   }
@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;
}
.logo img { width:100px; border-radius:50%; }


  
  section
  {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .safari-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    transition: all 0.4s ease;
  }
  .heading{
font-size: 28px;
font-weight: 500;
margin-bottom: 20px;
/* font-family:Plu/ s Jakarta Sans; */
  }
  .safari-col {
    transition: all 0.5s ease;
  }
  
  .safari-col:not(.active) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .safari-col.active {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .safari-card {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  
  .safari-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(55%);
    transition: filter 0.3s ease;
  }
  
  /* .safari-card:hover img {
    filter: brightness(75%);
  } */
  
  .safari-card:hover {
    transform: translateY(-6px);
    /* box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5); */
  }
  
  .card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #f5f5f5;
  }
  
  @media (max-width: 992px) {
    .safari-col, .safari-col.active {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .note{
    background-color: var(--note-color);
    padding:10px;
    color: var(--commom-white);
  }
  #safaripagetabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color:rgba(51, 51, 51, 1);
    background-color: transparent !important;
    border-bottom: 2px solid rgba(44, 74, 35, 1);
    border-radius:none !important;
}
#safaripagetabs  .nav-pills .nav-link {
    border-radius: 0px !important;
}
#safaripagetabs  .nav-link{
    color:rgba(51, 51, 51, 1);

}
#safaripagetabs .tab-content{
border: 1px solid rgba(26, 26, 26, 1);
padding: 14px;
background: rgba(249, 249, 249, 1);

}
.background-section {
    background: url(https://pench.in/front/assets/img/breadcrumbs/background-img.jpg) no-repeat center center / cover;
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: auto;
}
.background-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.background-section > * {
    position: relative;
    z-index: 2;
}
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #0d6efd;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

.fa-circle-check
{
color: rgba(0, 128, 0, 1);
}
#iconsColor .fa-phone, .fa-envelope, .fa-location-dot
{
    color: rgba(140, 79, 0, 1);

}


.img-area{
    width: 1170px;
    margin: 2% auto;
  }
  
  .single-img {
    position: relative;
    width: 30%;
    float: left;
    margin: 0 1%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #144775;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
  }
  
  .single-img:hover .img-overlay {
    height: 100%;
  }
  
  .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .text span{
    font-weight: 300;
  }
  
  
  
  
  
  /* ignore the code below */
  
  
  .link-area
  {
    position:fixed;
    bottom:20px;
    left:20px;  
    padding:15px;
    border-radius:40px;
    background:tomato;
  }
  .link-area a
  {
    text-decoration:none;
    color:#fff;
    font-size:25px;
  }
  .btn-success{
    background: var(--main-color);
    border: 0px !important;
    margin-bottom: 10px;
  }
  .cardss {
    position: relative;
    height: 318px;
    width: 100%;
    overflow: hidden;
    /* border-radius: 10px; */
}
.cardss.cardss-1::before {
    /* background-image: url(https://images.pexels.com/photos/1694621/pexels-photo-1694621.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940); */
}
.cardss::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
    transition: all .25s ease;
    /* z-index: -1; */
}
.cardss .cardss-content {
    display: flex
;
    height: 100%;
    width: 100%;
    padding: 1.5rem;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    z-index: 1;
    color: #FFF;
    transition: background-color .25s ease-in-out, opacity .25s ease-in-out, transform .4s ease-in-out;
    opacity: 1;
    transform: translateY(52%);
}
.cardss:hover .cardss-content {
    opacity: 1;
    background-color: var(--main-color);
    backdrop-filter: blur(8px);
    transform: translateY(0);
}
@media (max-width:576px) {
    .safari-row {
        display: block !important;

  }
  .safari-card {
    height: 100%;
    min-height: auto !important;
  }
  .safari-col:not(.active) {
    flex: 0 0 25%;
    max-width: 100% !important;
}
.cardss .cardss-content
{
    transform: translateY(55%);
}
section{
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
}
@media (min-width:577px) and  (max-width:900px) {
    .safari-row {
        display: block !important;
  }
  .safari-card {
    height: 100%;
    min-height: auto !important;
  }
  .safari-col:not(.active) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}   

}
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
#payment .btn-cashfree {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    border: none;
}
#payment .btn-previous {
    border-radius: 25px;
    border: 1px solid #ccc;
    padding: 8px 20px;
    background: #fff;
}
.headings{
    color: rgba(26, 26, 26, 1);
font-size: 22px;
font-weight: 500;
margin-bottom: 20px;
/* font-family:Plus Jakarta Sans !important; */
  }

  /* faq  */

  .accordion-button{background:#fff;
    border-radius:6px;margin-bottom:8px;border:1px solid #e0e0e0;}
  .accordion-button:not(.collapsed){background:var(--main-color);color:#fff;}
  .accordion-button:focus{box-shadow:none;}
  .accordion-body{background:#fff;border-radius:0 0 6px 6px;border:1px solid #e0e0e0;border-top:0;}
  /* faq  */
  .accordion-button:not(.collapsed)::after {
    filter: invert(1) !important;
}
.bg-img{
  background-image: url('../img/mainimg/Background-Image-edit.png');
  background-position: center;
  background-size: 100% 100%;
  color: #fff !important;
}
#table {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
#table th {
    background: var(--note-color) !important;
    color: var(--commom-white) !important;
    text-align: center !important;
}
table td {
    background:var(--commom-white) !important;
    /* text-align: center !important; */
    /* border: 1px solid var(--black-color) !important; */
    padding: 15px;
}
/* pacakge /hotel  */
.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: 5px;
    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: 5px;
    background: var(--note-color) !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: var(--main-color);
    border:none !important;
    color: #fff !important;
    border-radius: 5px;
    box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
    box-sizing: border-box;
    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(--commom-white) !important;
border: 1px solid #000 !important;
color: #000 !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;
}
#weekely-clouser
{
    background: url('../img/mainimg/safari-bg.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#panel {
  display: none;
}

.card-badge-blue {
  background-color: #92d4e4;
  color: var(--main-color);
}

.card-badge {
  text-transform: uppercase;
  /* background-color: #fff; */
  color: #000000;
  padding: 2px 8px;
  border-radius: 70px;
  margin: 0;
  font-size: 12px;
  /* display: none !important; */
}
.blogDate {
  font-size: 13px;
}
.small-cnt-color {
  color: var(--main-color) !important;
  font-size: 20px !important;
}
.card-textt{
  color :#000;
}

/* CSS */
.button-41 {
  background-color:var(--main-color);
  /* background-image: linear-gradient(-180deg, #00D775, #00BD68); */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
  height: 44px;
  line-height: 44px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
  border: 0;
}

.button-41:hover {
  background: var(--note-color) !important;
  color: #fff !important;
}
#sidebar .widget {
  border: 1px solid var(--main-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  margin-bottom: 40px !important;
  padding: 18px 18px !important;
  border-radius: 12px;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-bottom: 5px solid var(--main-color);
}
#sidebar ul li {
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #d3cfcf;
  line-height: 43px;
}
#sidebar ul li a{
  color: var(--main-color);
}
#sidebar ul li::before {
  content: "" !important;
  font-family: 'FontAwesome' !important;
  margin-right: 10px !important;
  height: 8px !important;
  width: 8px !important;
  background: var(--main-color) !important;
  display: inline-block !important;
  transform: rotate(45deg);
}
#sidebar .wp-block-search .wp-block-search__input {
  padding: 10px 10px;
  font-size: 15px;
  margin-bottom: 10px;
  color: #4d4749;
  border: solid 1px var(--main-color);
  width: 100%;
  border-radius: 3px;
}
.card-body p {
  font-size: 14px;
  margin: 8px 0 16px 0;
}
.class-imgss {
  background: var(--main-color) !important;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
}