body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
   box-sizing: border-box;
  
}

/* HERO SECTION IMAGE */

.hero-section {
  background-image: url(https://depalm.com/wp-content/uploads/sites/4988/2024/07/Carlosdelgadx-34.jpeg?resize=1200%2C900&zoom=2);
  /* <-- your background image */
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
}

/* Transparent Navbar with padding */
.custom-navbar {
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10;

}

/* Logo height */
.image-logo {
  height: 50px;
  padding-left: 180%;
  transition: transform 0.3s ease;

}

.image-logo:hover {
  transform: scale(1.1);
}

/* Nav Links */
/* .nav-link {
  color: white !important;
  font-weight: 500;
}

.nav-link:hover {
  color: #DF6951 !important;
  text-decoration: underline;
} */


/* __________extrapractice_____________ */

ul li a{
  color: #DF6951;
  padding: 8px 16px;
  margin: 0 12px;

  transition: all 0.4s ease;
}
ul li a{
  color: white !important; 
}
ul li a:hover{
  background-color: #9da0a3;
  color: white !important; 
}
ul li a::before,
ul li a::after {
  content: "";
  border:2px solid #DF6951;
  opacity:0;
  transition: all 0.4s ease;


}

ul li a ::before{
  bottom: 10px;
  left: 10px;
  border-width: 0 0 2px 2px;

}

 ul li a ::after{
  top: 10px;
  right: 10px;
  border-width: 2px 2px 0 0;
 }

 ul li a:hover::before{
  opacity: 1;
  bottom: -8px;
  left: -8px;

 }

 ul li a:hover::after{
  opacity: 1;
  top: -8px;
  right: -8px;
 }



/* Buttons */
.custom-btn {
  border: 2px solid rgb(255, 255, 255)!important;
  background-color: transparent;
  color: white !important;
  padding: 5px 15px;
  transition: 0.3s ease;
  border-radius: 5px;
  margin-right: 20px;
}

.custom-btn:hover {
  background-color: #DF6951!important;;
  border-color: white!important;
  color: white!important;
}
.about-head{
  text-align: center;
  padding-top: 10%;
  color: white;
  font-size: 150px;
   font-family: "Yesteryear", cursive;
}


/* Hero Section */
.hero {
    height: 60vh;
  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-content {
    text-align: center;
}

.hero-title {
  
  text-align: center;
  padding-top: 10%;
  color: white;
  font-size: 80px;
   font-family: "Yesteryear", cursive;
    font-weight: 700;
   margin: 0;
}

.explore-text {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: 500;
    opacity: 0.9;
}



/* Navigation Tabs */
.nav-tabs {
    background: white;
    padding: 0;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.tabs {
    display: flex;
    justify-content: center;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
}

.tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tab.active {
    background: #f8f9fa;
    border-bottom-color: #FF6B47;
}

.tab:hover {
    background: #f8f9fa;
}

.tab-icon {
    font-size: 18px;
    color: #666;
}

.tab.active .tab-icon {
    color: #FF6B47;
}

.tab-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Main Content */
.main-content {
    background: white;
    padding: 60px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

/* Tour Details */
.tour-details {
    background: white;
}

.tour-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.tour-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.tour-price {
    text-align: right;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #FF6B47;
}

.per-couple {
    font-size: 14px;
    color: #666;
    display: block;
}

.rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: #FFD700;
    font-size: 16px;
}

.review-count {
    font-size: 14px;
    color: #666;
}

.tour-description {
    margin-bottom: 40px;
}

.tour-description p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
}

.tour-info {
    margin-bottom: 40px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.info-label {
    font-weight: 600;
    color: #FF6B47;
    font-size: 14px;
}

.info-value {
    font-size: 14px;
    color: #666;
    text-align: right;
}

.tour-includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #FF6B47;
    margin-bottom: 15px;
}

.include-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.include-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.item-icon {
    font-size: 16px;
}

/* Booking Section */
.booking-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.booking-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.booking-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-input,
.form-textarea {
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
    outline: none;
    border-color: #FF6B47;
}

.form-textarea {
    min-height: 80px;
    resize: vertical;
}

.check-availability-btn,
.book-now-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.check-availability-btn {
    background: white;
    color: #FF6B47;
    border: 2px solid #FF6B47;
}

.check-availability-btn:hover {
    background: #FF6B47;
    color: white;
}

.book-now-btn {
    background: linear-gradient(135deg, #FF6B47 0%, #FF5722 100%);
    color: white;
}

.book-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 71, 0.4);
}

/* Gallery Section */
.gallery-section {
    background: white;
    padding: 60px 0;
}

.gallery-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    align-items: start;
}

.gallery-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.gallery-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.travel-illustration {
    text-align: center;
}

.travel-illustration img {
    max-width: 100%;
    height: auto;
}


.footer {
background-image: url(https://naturehikepakistan.pk/wp-content/uploads/elementor/thumbs/620c2765d1-min-qkjde8jgnh0mjjkc7khfq6ms785e2rrn0w7g5ciruw.jpeg);
background-repeat: no-repeat;
background-size: cover;

  color: #fff;
  font-family: 'Arial', sans-serif;
  position: relative;
  padding-top: 60px;
}
/* footer{
    opacity: 0.7;
} */

/* Top Banner */
.footer-top-banner {
  background-color:  #DF6951;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  margin: 0 auto 40px;
  max-width: 1200px;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
}

.footer-top-banner h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-top-banner .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-top-banner .social-links span {
  font-weight: bold;
  margin-right: 10px;
}

.footer-top-banner .social-links a {
  background: #fff;
  color:  #DF6951 ; 
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-top-banner .social-links a:hover {
  background-color:  #e64829;
  color: white;
}

/* Footer Content */
.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  padding: 40px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}



.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-col p,
.footer-col a {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col i {
  color: #ffffff;
  margin-right: 8px;
}

.footer-col form {
  margin-top: 15px;
}

.footer-col input[type="email"] {
  padding: 10px 15px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
}
input{
    color: white;
}

.footer-col button {
  background-color: #DF6951;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

.footer-col button span {
  margin-left: 6px;
}

.footer-col button:hover {
  background-color: #b63a22;
}

/* Bottom Text */
.footer-bottom {
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  color: #ffffff;
  background-color:  #bba8a8;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom span {
  color:  #ce3c1e;
}

