﻿/* =========================
   FONT
========================= */
body {
    font-family: 'Jost', cursive;
}

.primary-menu li a {
     font-family: 'Jost', cursive;
    letter-spacing: 0.5px;
}
#service,#about-us,#home{
     scroll-margin-top: 125px!important;
}
/* =========================
   HEADER BASE
========================= */
.wrapper-header-group {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #000;
    animation: headerSlide 0.8s ease forwards;
}

.header-area-main {
    padding: 0px 0px 0px 15px;
}

.wrapper-header-inner {
    display: flex;
    align-items: stretch;   
    justify-content: space-between;
}


.contact-info-number,
.contactno,
.btn-agent-registration {
    display: flex;
    align-items: stretch;
    height: 100%;
}


.header-action-btn {
    background: linear-gradient(135deg, #DEB66F, #DEB66F);
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    padding: 39px 25px;
    display: flex;
    align-items: center;
    height: 100%;             
    text-decoration: none;
    transition: all 0.3s ease;
}
.header-action-btn:hover{
     background: #E1BB6B;
    color: #000;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
     padding-right: 0px;
    padding-left: 0px;
     margin-right: auto; 
     margin-left: auto; 
}
.wrapper-header-group.header-shrink .header-action-btn {
    padding: 0 26px;
    font-size: 14px;
}

/* =========================
   LOGO
========================= */
.logo {
    max-height: 100px;
}

/* =========================
   MENU
========================= */
.menu-bar {
    flex: 1;
    text-align: center;
}

.primary-menu {
    list-style: none;
    display: inline-flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.primary-menu li a {
    font-size: larger;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 6px;
    transition: color 0.3s ease;
}

/* Hover + Active color */
.primary-menu li a:hover,
.primary-menu li a.active {
    color: #fbbf24;
}

/* Underline animation (Traveltour style) */
.primary-menu li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #fbbf24;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.35s ease;
}

.primary-menu li a:hover::after,
.primary-menu li a.active::after {
    width: 22px;
}

/* =========================
   BUTTON
========================= */
.btn-agent {
    background: #fbbf24;
    color: #000;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.35s ease;
}

.btn-agent:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

/* =========================
   MOBILE TOGGLE
========================= */
.menu-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    display: none;
}

/* =========================
   HEADER ANIMATION
========================= */
@keyframes headerSlide {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   RESPONSIVE (MOBILE)
========================= */
@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }

    .menu-bar {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #000;
        display: none;
        transform: translateY(-10px);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .menu-bar.active {
        display: block;
        transform: translateY(0);
        opacity: 1;
    }

    .primary-menu {
        flex-direction: column;
        padding: 20px;
        gap: 18px;
    }

    .header-btn {
        display: none;
    }
}
.hero-section {
    position: relative;
    width: 100%;
    color:#fff;
    height:650px;
     background-image: url('/Content/client-UI/Tivoli/images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* Dark overlay like Camper */
.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    padding: 180px 0 100px;
}

/* hide login form */
.hidelogin {
    display: none !important;
}

/* hide forgot section by default */
.forgetlink-with-model {
    display: none;
}

/* show forgot password form */
.showforget {
    display: block !important;
}

.login-box {  
    background: #fff;
    border-radius: 20px;
    max-width: 1300px;
    margin: 40px auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    overflow: hidden;
}
.login-area{
    text-align: center;
    color:#000;
}
.formheading{
    display:none;
}
/* row */
.login-box .innerform {
    display: flex;
    align-items: center;
}

/* input blocks */
.login-box .fieldwrapper {
    flex: 1;
    padding: 20px 40px;
}

/* inputs */
.login-box input.form-control {
    border: 1px solid;
    outline: none;
    width: 250px;
    font-size: 15px;
    background: transparent;
    border-color:#cdcd73;
}

/* Sign in button */
.login-box .btnlogin {
    background: #C59B59;
    color: #000;
    font-size: 16px;
      padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 164px;
    height: 36px;
    margin-top: 20px;
}
.login-box .btnlogin:hover {
    background: #E1BB6B;
    color: #000;
}
/* form ko ek hi row bana do */
.login-box form {
    display: flex;
    align-items: center;
}

/* inputs + button row */
.login-box .innerform {
    display: flex;
    align-items: center;
}

/* forgot link ko bhi same row me lao */
.login-box .forgetlik {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 20px;
    white-space: nowrap;
}

/* remove extra margin from p */
.login-box .forgetlik p {
    margin: 0;
}

/* responsive */
@media (max-width: 991px) {
    .login-area
{
    margin: 8px 8px;
    margin-top: 35px;
    text-align: center;
    color:#000;
}
    .login-box {  padding:25px 0px 27px 0px;
         text-align: -webkit-center;
     margin: 15px;
   
}
    .hero-overlay {
   
    padding: 0px;
}
    .hero-section {
    
        height: 480px;
    }
    .login-box .innerform {
    display:table-column;
     align-items: center; 
}
.login-box .innerform {
     display:table-column;
     align-items: center; 
}
    .header-main-content{
    display:none;
    }
    .formheading {
    display: block;
}
    .login-box form {
        flex-direction: column;
        align-items: stretch;
    }

    .login-box .forgetlik {
        justify-content: center;
        padding: 10px 0;
    }
}
/* FORGOT PASSWORD MAIN BOX */
.forgetlink-with-model{
    background:#fff;
    border-radius:20px;

    max-width:1400px;
    margin:40px auto;
    box-shadow:0 25px 70px rgba(0,0,0,0.25);
}

/* FORM ROW */
.forgetlink-with-model form{
    display:flex;
    align-items:center;
}

/* INPUT + BUTTON ROW */
.forgetlink-with-model .innerform{
    display:flex;
    align-items:center;
   padding: 34px;
    gap:40px;
}

/* INPUT STYLE (SAME AS LOGIN) */
.forgetlink-with-model input.form-control{
    background:#eaf1ff;
    border:none !important;
    border-radius:10px;
    padding:7px 22px;
    width:300px;
    font-size:16px;
    outline:none;
}
#frgPass{
    display:flex;
}
.wrapperbox {
    margin-top: 27px;
}
/* PROCEED BUTTON (SAME AS SIGN IN) */
.forgetlink-with-model .btnlogin{
    background:linear-gradient(135deg, #DEB66F, #DEB66F);
    color:#000;
    font-size:18px;
     padding:7px 50px;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
}

/* BACK TO LOGIN LINK SAME LINE */
.forgetlink-with-model .forgetlik{
    display:flex;
    align-items:center;
    padding-left:40px;
    white-space:nowrap;
}

.forgetlink-with-model .forgetlik p{
    margin:0;
}

.forgetlink-with-model .forgetlik a{
    color:#1e90ff;
    text-decoration:underline;
    margin-left:5px;
}
.container-fluid {
   padding-right: 0px !important; 
  
}
/* MOBILE */
@media(max-width:991px){
    .camp-about {
        text-align:center;
    padding: 30px;
}
    .forgetlink-with-model {
   
    margin: 25px;
}
    #frgPass {
    display: table-column;
}
    .forgetlink-with-model form{
        flex-direction:column;
    }

    .forgetlink-with-model .innerform{
        flex-direction:column;
        gap:15px;
        width:100%;
    }

    .forgetlink-with-model input.form-control{
        width:100%;
    }

    .forgetlink-with-model .btnlogin{
        width:100%;
    }

    .forgetlink-with-model .forgetlik{
        padding:10px 0 0;
        justify-content:center;
    }
}
.features-section {
  padding: 80px 40px;
  background: #f7f7f7;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.feature-box {
  animation: fadeUp 1s ease forwards;
}

.icon-circle {
  width: 140px;
  height: 140px;
  background: #C59B59;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
    transition: 0.4s ease;
}

.icon-circle img {
  width: 70px;
}

.feature-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.feature-box p {
  font-size: 18px;
  color: #777;
  line-height: 1.6;
}

/* Hover animation */
.feature-box:hover .icon-circle {
  transform: translateY(-10px) scale(1.05);

}

.feature-box:hover h3 {
  color: #ffb400;
}

/* Fade in */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .features-container {
    grid-template-columns: 1fr;
  }
}


.camp-about{
    padding:30px;
}
.camp-images{
  position: relative;
  width: 420px;   /* container width */
}

.camp-images img{
  display:block;
  object-fit: cover;

}

/* top image (mountain) */
.img-top{
  width: 320px;
  height: 360px;
  position: relative;
  z-index: 2;
}

/* bottom image (camp) */
.img-bottom{
  width: 380px;
  height: 320px;
  position: absolute;
  top: 180px;     /* niche shift */
  left: 60px;    /* right shift */
  z-index: 1;
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}


.camp-wrap{
  max-width:1300px;
  margin:auto;
  display:flex;
  gap:80px;
  align-items:flex-start;
}

/* LEFT IMAGES */
.camp-images{
  width:45%;
}

.img-top{
  width:50%;
  height:370px;
  object-fit:cover;
  display:block;
}

.img-bottom{
  width:80%;
  height:400px;
  object-fit:cover;
  margin-top:-40px; /* overlap effect */
  box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

/* RIGHT CONTENT */
.camp-text{
  width:55%;
}

.camp-text h2{
  font-size:36px;
  font-weight:700;
  line-height:1.3;
  color:#222;
  margin-bottom:20px;
}

.camp-text p{
  font-size:18px;
  color:#555;
  line-height:1.7;
}

/* COUNTERS */
.camp-stats{
  display:flex;
  gap:60px;
  margin-top:50px;
}

.stat-box img{
  width:36px;
  margin-bottom:10px;
}

.stat-box h3{
  font-size:42px;
  color:#ffb400;
  margin:8px 0;
}

.stat-box strong{
  display:block;
  font-size:18px;
  color:#222;
}

.stat-box span{
  font-size:15px;
  color:#777;
}

/* RESPONSIVE */
@media(max-width:991px){
  .camp-wrap{
    flex-direction:column;
  }

  .camp-images,
  .camp-text{
    width:100%;
  }

  .img-top{
    height:160px;
  }
  .camp-wrap {
  
    gap: 235px;
  
}
  .img-bottom{
    height:300px;
           margin-top: -128px;
  }

  .camp-stats{
      text-align:center;
    flex-direction:column;
    gap:30px;
  }

  .camp-text h2{
    font-size:28px;
  }
}

.camp-gallery{
  padding:50px 20px;
  background:#fff;
}

.gallery-container{
    padding-top:40px;
  max-width:1360px;
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
}

/* Each icon */
.gallery-item{
  flex:1;
  text-align:center;
  opacity:0.7;
  transition:all 0.4s ease;
  animation: fadeUp 1s ease forwards;
}

.gallery-item img{
  max-width:100px;
  width:100%;
}

/* Hover effect */
.gallery-item:hover{
  opacity:1;
  transform:translateY(-8px) scale(1.05);
}

/* Fade animation */
@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(30px);
  }
  to{
    opacity:0.7;
    transform:translateY(0);
  }
}

/* Responsive */
@media(max-width:991px){
  .gallery-container{
    flex-wrap:wrap;
    justify-content:center;
  }

  .gallery-item{
    flex:0 0 45%;
  }
}

@media(max-width:576px){
  .gallery-item{
    flex:0 0 100%;
  }

  .gallery-item img{
    max-width:120px;
  }
}
.tour-section {
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

/* light grey abstract shape */
.tour-bg-shape {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #f2f2f2;
  border-radius: 50% 40% 60% 45%;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 0;
}

.tour-content {
  position: relative;
  max-width: 920px;
  margin: auto;
  z-index: 1;
}

.tour-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

.tour-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 35px;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .tour-content h2 {
    font-size: 26px;
  }

  .tour-content p {
    font-size: 16px;
  }

  .tour-bg-shape {
    width: 260px;
    height: 260px;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
}
.footer {
  background: #141414;
  color: #fff;
  font-family: Arial, sans-serif;
}

/* TOP AREA */
.footer-top {
  max-width: 1300px;
  margin: auto;
  padding: 80px 40px 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

.footer-col h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-col p {
  color: #aaa;
  font-size: 15px;
  line-height: 1.7;
}

/* LOGO */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-logo img {
  width: 100px;
}

.footer-logo span {
  font-size: 18px;
  letter-spacing: 2px;
}

/* Currency */
.currency button {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ffaf19;
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

/* PAYMENT */
.payment-icons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.payment-icons img {
  height: 24px;
  background: #fff;
  padding: 4px;
  border-radius: 3px;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #333;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #aaa;
  font-size: 14px;
}

.footer-links a {
  color: #aaa;
  margin-left: 20px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffaf19;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

@media (max-width: 576px) {
   .footer-logo {
    display: contents;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
    .footer{
            text-align: center;
    }
  .footer-top {
    grid-template-columns: 1fr;
  }
}
p#msg {
    color: #d60000;
    font-size: 14px;
    
    margin-top: 10px;
    white-space: nowrap;
}
.field-validation-error,
.text-danger {
    position: absolute;
    font-size: 12px;
    color: red;
    bottom: -18px;
    left: 10px;
}
.page-header {
    padding: 20px;
    background-color: #d9d9d9;
    margin-top: 0px;
}
.footer-action-btn {
    display: inline-block;
    background: linear-gradient(135deg, #DEB66F, #DEB66F);
    color: #000;
    padding: 12px 28px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 180, 0, 0.4);
}

/* Hover effect */
.footer-action-btn:hover {
    background: linear-gradient(135deg, #ffd36a, #ffb400);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 180, 0, 0.6);
}

/* Active (click) */
.footer-action-btn:active {
    transform: scale(0.97);
}
.about-section {
    max-width: 800px;
    margin: auto;
    font-family: Arial, sans-serif;
}

.about-content {
    height: 176px;
    overflow: hidden;
    transition: height 0.5s ease;
}

.about-content.expanded {
    height: 400px;
    overflow-y: auto;
}

/* Expand hone par */
.about-content.scroll-enable {
    overflow-y: auto;        /* Andar scroll */
}

/* Scrollbar optional */
.about-content::-webkit-scrollbar {
    width: 6px;
}
.about-content::-webkit-scrollbar-thumb {
    background: #b48b3c;
    border-radius: 10px;
}
.camp-stats {
    transition: opacity 0.4s ease;
}

.camp-stats.hide-section {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    color: #b48b3c;
    cursor: pointer;
    font-weight: bold;
}
.difference-section {
    max-width: 1200px;
    margin: 70px auto;
    padding: 0 20px;
    text-align: center;
}

.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    color: #b48b3c;
}

/* Grid Layout */
.difference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

/* Card Design */
.difference-item {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    position: relative;
    text-align: left;
    transition: all 0.3s ease;
    padding-left: 40px;
}

/* Check Icon */
.difference-item::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 20px;
    color: #b48b3c;
    font-weight: bold;
    font-size: 18px;
}

/* Hover Effect */
.difference-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}
/* Agar 7th item ho to usko center me lao */
.difference-item:last-child {
    grid-column: 1 / -1;   /* Full width */
    max-width: 500px;      /* Center width control */
    margin: 0 auto;        /* Center align */
}

/* Mobile Spacing */
@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}
