body {
    margin: 0px !important;
}
.main-menu ul#menu-menu-1 {
    flex-wrap: unset;
}.main-menu ul#menu-menu-1 {
    flex-wrap: unset;
}
.text-tiger{
    color: #E6712E !important;
}
.service-card h3.elementor-icon-box-title {
    padding: 0px;
    margin: 0px !important;
}f
p.leading-tight {
    margin: 0px !important;
}
.page-content, .entry-content, .entry-summary {
    margin: 0.5em 0 0 !important;
}
.choose-grid .elementskit-infobox.text-center.text-.icon-top-align.elementor-animation- {
    height: 45vh;
}
div#wpforms-167 {
    margin-top: 0px !important;
}
.safari-includes ul,
.safari-includes li {
    margin-left: 10px;
    padding-left: 0;

}
.safari-includes {
    border-bottom: 1px solid #ccc;
    position: relative;
    left: 0;
    right: 0;
}

.safari-includes h4.font-semibold {
    margin: 10px;
}
.tour-package-icon-box h3.elementor-icon-box-title{
margin: 0px !important;
}
.highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* space between pills */
}

.highlights p {
    background: #e8dccb; /* light beige background */
    border-radius: 20px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    display: inline-block;
}
.tour-packages p{
    margin: 0px !important;
    padding: 0px;
}

body p{
    margin: 0px;
    padding: 0px;
}
.tag {
  display: inline-block;
  background-color: #f1ede5; /* Light beige background */
  color: #000; /* Text color */
  padding: 6px 12px;
  border-radius: 20px; /* Pill shape */
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin: 4px;
  white-space: nowrap; /* Prevent text from wrapping */
}
.filter-btn {
    background: #f3f0ec;
    border-radius: 10px;
    padding: 8px 18px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
}
.filter-btn.active {
    background: #fff;
    border: 2px solid #ccc;
}
/* Card container */
.p-6 {
	margin-bottom:20px;
    padding: 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* Top row: title + rating */
.flex.justify-between.items-start.mb-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.text-xl.font-bold {
    font-size: 20px;
    font-weight: bold;
}

/* Rating section */
.flex.items-center.space-x-1 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.flex.items-center.space-x-1 svg {
    color: #f6a500; /* star color */
}
.font-semibold {
    font-weight: 600;
}
.text-sm.text-muted-foreground {
    font-size: 13px;
    color: #666;
}

/* Location row */
.flex.items-center.text-sm.text-muted-foreground.mb-3 {
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.flex.items-center.text-sm.text-muted-foreground.mb-3 svg {
    margin-right: 4px;
    color: #555;
}

/* Description */
.text-sm.text-muted-foreground.mb-4 {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

/* Amenities grid */
.grid.grid-cols-3.gap-2.mb-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}
.grid.grid-cols-3.gap-2.mb-4 .flex.items-center {
    font-size: 12px;
    color: #666;
}
.grid.grid-cols-3.gap-2.mb-4 svg {
    margin-right: 4px;
    color: #555;
}

/* Price section */
.flex.items-center.justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-xl.font-bold.text-primary {
    font-size: 20px;
    font-weight: bold;
    color: #228B22; /* jungle green */
}
.text-sm.text-muted-foreground.line-through {
    font-size: 13px;
    text-decoration: line-through;
    color: #888;
}
.text-xs.text-muted-foreground {
    font-size: 12px;
    color: #777;
}

/* Button */
button {
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    background: linear-gradient(to right, #228B22, #2E8B57);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}
button:hover {
    background: linear-gradient(to right, #2E8B57, #3CB371);
}
.hotels-hero {
    background-image: url('../images/garden_banner-1.png '); /* Add your image path here */
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 3rem 1rem;
    text-align: center;
}

.hotels-hero h1 {
    margin: 0;
    font-size: 2.5rem;
}

.hotels-hero p {
    font-size: 1.125rem;
    margin-top: 1rem;
}
.hotel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: auto;
    width: 1260px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.hotel-card {
    flex: 1 1 calc(33.333% - 20px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hotel-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media (max-width: 992px) {
    .hotel-card {
        flex: 1 1 calc(50% - 20px);
    }
       .hotel-grid {
        grid-template-columns: 1fr !important; /* force 1 column */
        width: auto;
    }
}

@media (max-width: 600px) {
    .hotel-card {
        flex: 1 1 100%;
    }
}

.hotel-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 15px;
    align-items: flex-start;
    max-width: 1000px;
	width:500px;
    margin: 20px auto;
}

.hotel-card img {
    /* width: 350px; */
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.hotel-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hotel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hotel-header h2 {
    font-size: 22px;
    margin: 0;
}

.rating {
    font-size: 14px;
    color: #666;
}

.hotel-description {
    font-size: 15px;
    color: #444;
    margin: 10px 0;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #e63946;
}

.old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
}

.hotel-actions {
    margin-top: 10px;
}

.hotel-actions a {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
}

.hotel-actions a:hover {
    background: #005f46;
}
.hotel-amenities {
    margin-top: 15px;
    padding: 0px;
    margin: 0px;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #444;
}

.features-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745; /* Green tick */
    font-weight: bold;
}

.hotel-amenities h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.hotel-amenities ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.hotel-amenities li {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f7f7f7;
    padding: 5px 10px;
    border-radius: 6px;
}
.hotel-amenities img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.hotel-tabs {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.tab-btn {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 4px;
}

.tab-btn.active {
    background: #222;
    color: white;
}

.tab-content {
    display: none;
    margin-top: 10px;
}

.tab-content.active {
    display: block;
}

.hotel-amenities li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.room-types-container {
    display: grid;
    flex-wrap: nowrap;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 0pc;
    flex-direction: row;
    margin: 0;
}
li.room-card {
    list-style: none;
}
.room-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    flex: 1 1 calc(33.333% - 20px);
    /* min-width: 280px; */
}

.room-card h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #222;
}

.room-card p {
    margin-bottom: 10px;
    color: #444;
}

.room-card ul {
    list-style: none; /* removes default bullets */
    padding: 0;
    margin: 0;
}

.room-card ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    color: #555;
    font-size: 0.95rem;
}

.room-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #007BFF; /* change bullet color */
    font-size: 1.2rem;
    line-height: 1;
}


@media (max-width: 768px) {
    /* Make parent flex row */
    .main-header .e-con-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center!important;
        justify-content: space-between !important;
        gap: 10px;
        flex-wrap: nowrap !important;
    }
   .hotel-grid {
        grid-template-columns: 1fr !important; /* force 1 column */
        width: auto;
    }
    /* Make both containers shrink to fit content */
    .main-header .elementor-element-435ae2b,
    .main-header .elementor-element-e6f6d42 {
        flex: 0 0 auto !important;
        width: auto !important;
    }

    /* Align logo + title horizontally */
    .main-header .elementor-element-435ae2b {
        display: flex !important;
        align-items: center !important;
        gap: 8px;
    }

    /* Align hamburger icon */
    .main-header .elementor-element-e6f6d42 {
        display: flex !important;
        align-items: center !important;
    }
    .connectivity .ekit-heading.elementskit-section-title-wraper.text_center.ekit_heading_tablet-.ekit_heading_mobile-{
    text-align: left !important;
}

}
.home-page-new-section{
    border: 1px solid white;
    padding: 10px;
}
.home-page-new-section ul{
   padding: 0px;
   margin-left: 20px !important;
}
.post-details ul {
    padding: 0px;
    margin: 10px;
    margin-left: 33px;
}
.post-details ul li{
    margin-bottom: 10px;
}
.post-details ol {
    padding: 0px;
    margin: 10px;
    margin-left: 33px;
}
.post-details ol li{
    margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
    .tablepress {
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    .home-page-new-section ul {
    padding: 0px;
    margin: 15px;
}
   
}
.safari-booking-form .wpforms-field {
    padding: 5px !important
    ; 
}
.safari-booking-form .wpforms-head-container {
    padding: 8px !important;
    margin: 10px;
}