@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  background: #0e1a1f;
}
.jungleSafariheroBox {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../img/safari/Background.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  padding-left: 80px;
}

.jungleSafariheroBox .content {
  position: relative;
  max-width: 750px;
  color: #fff;
}

.jungleSafariheroBox .subheading {
  font-size: 32px;
  margin-bottom: 10px;
  color: #ff7b57;
  letter-spacing: 1px;
  font-family: "Brush Script MT", cursive;
}

.jungleSafariheroBox .title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.jungleSafariheroBox .desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 35px;
  opacity: 0.9;
  color: #fff;
}

.jungleSafariheroBox .btn {
  display: inline-block;
  background: #ff7b57;
  padding: 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.jungleSafariheroBox .btn:hover {
  background: #ff956f;
}

.explore-section {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

/* Heading Line + Text */
.explore-section .heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.explore-section .heading .line {
  width: 80px;
  height: 2px;
  background: #ffffff55;
}

.explore-section .heading p {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #cdd4d7;
}

/* Card Container */
.explore-section .cards {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Card Box */
.explore-section .card {
  width: 260px;
  height: 230px;
  background: #162226;
  border-top: 2px solid #ffffff50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}

.explore-section .card img {
  width: auto;
  opacity: 0.9;
}

.explore-section .card h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

/* Hover */
.explore-section .card:hover {
  background: #1d2d32;
  transform: translateY(-5px);
}

.explore-section .top-fade {
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

/* SECTION WRAPPER */
.experience-section {
  width: 100%;
  height: 120vh;
  background: url("../img/safari/bg-1.png") no-repeat center center;
  position: relative;
  padding-top: 100px;
}
.experience-section::before {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(to top, transparent, #0e1a1f);
  z-index: 2;
  width: 100%;
  height: 50%;
}
.content-wrapper {
  width: 100%;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}

/* RIGHT TEXT BLOCK */
.right-content {
  width: 750px;
  margin: auto;
  margin-right: 5%;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 150px;
  right: 0;
  background-color: #0000009c;
  padding: 20px;
}

/* ORANGE CURSIVE TEXT */
.sub-title {
  color: #ff7b57;
  font-family: "Brush Script MT", cursive;
  font-size: 32px;
  margin-bottom: 20px;
}

/* MAIN TITLE */
.main-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

/* PARAGRAPH */
.description {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
}
.imageWraper {
  position: absolute;
  bottom: 0;
}
.imageWraper img {
  width: 90%;
}




.safari-section {
  width: 100%;
  background: #0e1a1d;
  padding: 80px 5%;
  color: #fff;
}
.safariHeading{
    text-align: center;
    margin-bottom: 50px;
}
.safari-subtitle {
  color: #ff7b57;
  font-family: "Brush Script MT", cursive;
  font-size: 34px;
}

.safari-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  font-family: "Oswald", sans-serif;
  margin-top: 15px;
}
.safariHeading p {
    color: #fff;
    width: 70%;
    margin: auto;
}
.safari-cards {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  gap: 25px;
}

.safari-card {
  width: calc(95% / 3);
  background: #142124;
  padding-bottom: 20px;
  border-radius: 3px;
}

.safari-card img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
}

.safari-card h3 {
  margin: 18px 15px 8px;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.safari-card p {
  margin: 0 15px 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #c7d0d3;
}

.card-icons {
  margin: 0 15px 15px;
  font-size: 13px;
  color: #ffc8a8;
}
.card-icons h5 {
  color: #fff;
}
.card-icons span {
  display: block;
  color: #c7d0d3;
}
.card-icons span i {
  margin-right: 5px;
}
.card-btn {
  display: block;
  width: 90%;
  margin: auto;
  padding: 10px 0;
  background: #ff9d72;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}






.places-section {
  width: 90%;
  margin: 50px auto;
  padding: 70px 0;
}

/* Subtitle */
.places-section .sub-title {
  color: #ff7b57;
  font-family: "Brush Script MT", cursive;
  font-size: 34px;
  margin-bottom: 8px;
}

/* Main Heading */
.places-section .main-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Oswald", sans-serif;
}

.places-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 50px;
}

.places-grid .place {
  flex: 0 0 calc((100% - 50px) / 3);
  height: 350px;
}

.places-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card */
.place {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.place img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.place .content {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 20px;
  background-image: linear-gradient(to bottom, transparent, #000000a9, #000);
}

.place .content h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.place .content span {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.85;
  color: #fff;
}

/* safari hero */

.safari-hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0px 5%;
  padding-bottom: 200px;
  background: url("../img/safari/bg.jpg") no-repeat center center/cover;
}

.hero-side-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-text-box {
  color: #fff;
}

.hero-text-box h2 {
  font-size: 80px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 800;
  color: #fff;
  font-family: "Oswald", sans-serif;
}

.hero-text-box p {
  margin-bottom: 25px;
  line-height: 1.6;
  width: 350px;
  color: #fff;
}

.hero-btn {
  padding: 12px 30px;
  background: #ff9367;
  border: none;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
}
.hero-background {
  width: 400px;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
/* Small Floating Image */
.hero-floating-img {
  position: absolute;
  bottom: 0%;
  right: 10%;
}

.hero-floating-img img {
  width: auto;
  height: auto;
  object-fit: cover;
}






.safari-zones {
    padding: 60px 5%;
    color: #fff;
}

.safari-zones-sub-title {
    color: #fff;
    font-family: "Brush Script MT", cursive;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

.safari-zones-main-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: "Oswald", sans-serif;
    color: #fff;
}

.pro-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
}

.pro-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Header */
.pro-table thead tr {
    background: #224d2f;
    color: #fff;
}

.pro-table th {
    padding: 14px 18px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
}

/* Cells */
.pro-table td {
    padding: 14px 18px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
}

/* Row Styling */
.pro-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.pro-table tbody tr:hover {
    background: #eaf4ec;
    transition: 0.2s ease-in-out;
}




.safariZoneContentBox {
    display: flex;
    gap: 40px;
    padding: 60px 5%;
    background: #000;
    color: #fff;
    align-items: flex-start;
}


.leftzone {
    flex: 1;
    position: sticky;
    top: 60px; 
    height: fit-content;
}

.leftzone img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.rightZone {
    flex: 1.3;
}

.rightZone h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
     font-family: "Oswald", sans-serif;
}

.rightZone p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #fff;
}

.innerRightZone {
    margin-top: 15px;
}

.innerRightZone h4 {
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
     font-family: "Oswald", sans-serif;
}

.innerRightZone p {
    color: #e5e5e5;
    font-size: 13px;
}

.innerRightZone ul {
    margin: 10px 0 20px 20px;
}

.innerRightZone ul li {
    margin-bottom: 5px;
    font-size: 13px;
    color: #e5e5e5;
}





.jungle-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  padding: 70px 8%;
  gap: 50px;
  background: url("../img/safari/bg.jpg") no-repeat center center/cover;
}

.jc-left {
  width: 45%;
}

.jc-left h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}

.jc-left p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #d2e0dc;
}

.jc-info p {
  margin-bottom: 8px;
  font-size: 15px;
  color: #aee0c0;
}

.jc-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
.jc-buttons a:hover{
  color: #fff;
}
.jc-btn {
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
}

.jc-btn.call {
  background: #ff8a65;
}
.jc-btn.whatsapp {
  background: #25d366;
}
.jc-btn.email {
  background: #4f83ff;
}

/* Right Form */
.jc-right {
  width: 45%;
}

.jc-form {
  padding: 30px;
  border-radius: 12px;
}

.jc-form input,
.jc-form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 15px;
  border-radius: 6px;
  border: none;
  background: #1d332f;
  color: #fff;
  font-size: 15px;
}

.jc-form textarea {
  height: 120px;
  resize: none;
}

.jc-submit {
  width: 100%;
  padding: 14px 0;
  background: #ff8a65;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.jc-submit:hover {
  background: #ff6f42;
}



