/* ============================================================
   SIRF IS FILE ME SAB BADLO – sabhi pages auto update ho jayenge 
   ============================================================ */

:root {
  /* ----- BRAND ----- */
  --hotel-name: "Hotel Samrat Barkot";
  --logo-letter: "S";
  --logo-tagline: "LUXURY HOTEL";

  /* ----- COLORS (Minimal Luxury Theme) ----- */
  --bg-creme: #FCFAF8;
  --text-primary: #2C2B29;
  --text-muted: #7E7C77;
  
  --navy: #2C2B29;
  --navy-dark: #1F1E1C;
  --orange: #A89582;
  --orange-hover: #8A7A6A;
  --white: #ffffff;
  --gray: #7E7C77;
  --gray-light: #F4F2EE;
  --gold: #D1B898;
  
  --shadow: 0 10px 40px rgba(0,0,0,0.04);
  --shadow-hover: 0 15px 50px rgba(0,0,0,0.08);
  --transition: 0.3s ease;

  /* ----- CONTACT (display text – link ke liye HTML me href bhi update karo) ----- */
  --phone1: "+919760567228";
  --phone2: "+919760567228";
  --email: "samratbarkot@gmail.com";
  --address: "Uttarkashi, NH-123, Vikas Nagar Barkot Road, Uttarkashi,  Uttarakhand 249141";
  --whatsapp-number: "919760567228";

  /* ----- SOCIAL (icons ON/OFF yahan se) ----- */
  --social-facebook-display: inline-flex;
  --social-twitter-display: none;
  --social-linkedin-display: none;
  --social-instagram-display: inline-flex;
  --social-youtube-display: none;
  --social-telegram-display: none;

  /* Social links (CSS se href change nahi hota; ye reference ke liye) */
  --social-facebook-url: "https://facebook.com/";
  --social-instagram-url: "https://instagram.com/";
  --social-youtube-url: "https://youtube.com/";
  --social-telegram-url: "https://t.me/";

  /* ----- HERO & STRIP ----- */
  --hero-tag: "BEST HOTEL";
  --hero-title: "Discover A Uttarkashi Best Hotel";
  --strip-text: "BEST HOTEL IN UTTARKASHI FOR CHARDHAM YATRA";

  /* ----- ABOUT ----- */
  --about-desc: "Hotel Samrat Barkot is a comfortable hotel located on NH-123, Vikas Nagar–Barkot Road in Barkot, Uttarkashi, Uttarakhand. Situated on the Yamunotri route, it is a convenient stay for Char Dham pilgrims and travelers visiting the region. The hotel offers clean rooms, basic amenities, and a peaceful environment surrounded by the scenic Garhwal Himalayas.";
  --stat-rooms: "24";
  --stat-staffs: "8";
  --stat-clients: "1341";

  /* ----- ROOMS (cards) ----- */
  --room1-name: "Delux Room";
  --room1-price: "₹3500";
  --room1-f1: "Double Bed";
  --room1-f2: "1 Bath";
  --room1-f3: "Wifi";

  --room2-name: "Super Delux Room";
  --room2-price: "₹4500";
  --room2-f1: "Double Bed";
  --room2-f2: "1 Bath";
  --room2-f3: "Wifi";

  --room3-name: "Super Deluxe (AC)";
  --room3-price: "₹5000";
  --room3-f1: "Double Bed";
  --room3-f2: "1 Bath";
  --room3-f3: "Wifi";

  /* ----- SERVICES ----- */
  --service1-title: "Rooms";
  --service1-desc: "Our Hotel in Uttarkashi provides best rooms from delux to Super delux at reasonable price.";

  --service2-title: "Food & Restaurant";
  --service2-desc: "You will enjoy fresh and hygienic food from our restaurant. Special arrangement for Char Dham Yatra.";

  --service3-title: "Sports & Trekking";
  --service3-desc: "If you are a trek lover, our hotel is the best place to stay, with many trekking places nearby.";

  /* ----- TESTIMONIALS / REVIEWS ----- */
  --review1-text: " We, a group of 11 people stayed here  during our trip to Char Dham.Rooms and washroooms were neat & clean. Food quality is awesome.Owner and Staff was welcoming and the service was also really good.Overall a very good a hotel for a stay.";
  --review1-name: "Sujeet Kumbhar";
  /* --review1-role: "Professional Trekker"; */

  /* Review avatars (image OR text) */
  --review1-avatar-img: none; /* example: url('../images/rev1.jpg') */
  --review1-avatar-text: "SK";

  --review2-text: "Well maintained property with Yamuna river view, Clean rooms, hot water was available upon request, Good service and Homely food.Humble and Cooperative Owner . Helping staff special mention is Mr Ashish and Mr.Vikas.";
  
  --review2-name: "Savita Bharamagoudra";
  /* --review2-role: "Professional Trekker"; */

  --review2-avatar-img: none;
  --review2-avatar-text: "SB";

  --review3-text: "Stayed here during our Yamunotri trip and the experience was really good. The rooms were clean, the staff was helpful, and the location on the Barkot road makes it a convenient stop for pilgrims. Peaceful place after a long day of travel.";
  --review3-name: "Dinesh kumar";
  /* --review3-role: "Professional Trekker"; */

  --review3-avatar-img: none;
  --review3-avatar-text: "DK";

  /* ----- GANGOTRI PAGE ----- */
  --gangotri-desc: "Hotel Samrat Barkot is a comfortable hotel located on NH-123, Vikas Nagar–Barkot Road in Barkot, Uttarkashi, Uttarakhand. Situated on the Yamunotri route, it is a convenient stay for Char Dham pilgrims and travelers visiting the region. The hotel offers clean rooms, basic amenities, and a peaceful environment surrounded by the scenic Garhwal Himalayas.";

  /* ----- IMAGES (background images – URL yahan daalo) ----- */
  --img-hero: url('https://images.unsplash.com/photo-1611892440504-42a792e24d32?w=1920');
  --img-about1: url('https://images.unsplash.com/photo-1544551763-46a013bb70d5?w=600');
  --img-about2: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?w=600');
  --img-about3: url('https://images.unsplash.com/photo-1590490360182-c33d57733427?w=600');
  --img-about4: url('https://images.unsplash.com/photo-1611892440504-42a792e24d32?w=600');
  --img-room1: url('https://images.unsplash.com/photo-1590490360182-c33d57733427?w=600');
  --img-room2: url('https://images.unsplash.com/photo-1631049307264-da0ec9d70304?w=600');
  --img-room3: url('https://images.unsplash.com/photo-1611892440504-42a792e24d32?w=600');
  --img-testimonials-bg: url('https://images.unsplash.com/photo-1564501049412-61c2a3083791?w=1920');
  --img-page-hero: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?w=1920');
  --img-gangotri: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920');
}

/* ===== HOTEL NAME ===== */
.hotel-name::before { content: var(--hotel-name); }
.hotel-name-upper::before { content: var(--hotel-name); text-transform: uppercase; }

/* ===== LOGO (letter + tagline) ===== */
.logo-icon { font-size: 0; }
.logo-icon::before { content: var(--logo-letter); font-size: 1.5rem; font-weight: 800; }
.footer-logo-icon { font-size: 0; }
.footer-logo-icon::before { content: var(--logo-letter); font-size: 1.5rem; font-weight: 800; }
.logo-tagline::before { content: var(--logo-tagline); }

/* ===== CONTACT (display text) ===== */
.var-phone1::before { content: var(--phone1); }
.var-phone2::before { content: var(--phone2); }
.var-email::before { content: var(--email); }
.var-address::before { content: var(--address); }

/* ===== SOCIAL toggles (icons show/hide) ===== */
.social-facebook { display: var(--social-facebook-display); }
.social-twitter { display: var(--social-twitter-display); }
.social-linkedin { display: var(--social-linkedin-display); }
.social-instagram { display: var(--social-instagram-display); }
.social-youtube { display: var(--social-youtube-display); }
.social-telegram { display: var(--social-telegram-display); }


/* agr icon bnd krne ho to uper wale ko comment out or ese dal dena 

.social-facebook,
.social-twitter,
.social-linkedin,
.social-instagram,
.social-youtube,
.social-telegram{
  display: none !important;
}
*/

/* ===== REVIEW AVATARS ===== */
.review1-avatar { background-image: var(--review1-avatar-img); }
.review2-avatar { background-image: var(--review2-avatar-img); }
.review3-avatar { background-image: var(--review3-avatar-img); }

.review1-avatar::before { content: var(--review1-avatar-text); }
.review2-avatar::before { content: var(--review2-avatar-text); }
.review3-avatar::before { content: var(--review3-avatar-text); }

.review1-avatar::before,
.review2-avatar::before,
.review3-avatar::before {
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.5px;
}

/* ===== HERO & STRIP ===== */
.var-hero-tag::before { content: var(--hero-tag); }
.var-hero-title::before { content: var(--hero-title); }
.var-strip-text::before { content: var(--strip-text); }

/* ===== ABOUT ===== */
.var-about-desc { display: block; }
.var-about-desc::before { content: var(--about-desc); white-space: normal; display: block; }
.var-stat-rooms::before { content: var(--stat-rooms); }
.var-stat-staffs::before { content: var(--stat-staffs); }
.var-stat-clients::before { content: var(--stat-clients); }

/* ===== ROOMS ===== */
.var-room1-name::before { content: var(--room1-name); }
.var-room1-price::before { content: var(--room1-price); }
.var-room1-f1::before { content: var(--room1-f1); }
.var-room1-f2::before { content: var(--room1-f2); }
.var-room1-f3::before { content: var(--room1-f3); }

.var-room2-name::before { content: var(--room2-name); }
.var-room2-price::before { content: var(--room2-price); }
.var-room2-f1::before { content: var(--room2-f1); }
.var-room2-f2::before { content: var(--room2-f2); }
.var-room2-f3::before { content: var(--room2-f3); }

.var-room3-name::before { content: var(--room3-name); }
.var-room3-price::before { content: var(--room3-price); }
.var-room3-f1::before { content: var(--room3-f1); }
.var-room3-f2::before { content: var(--room3-f2); }
.var-room3-f3::before { content: var(--room3-f3); }

/* ===== SERVICES ===== */
.var-service1-title::before { content: var(--service1-title); }
.var-service1-desc { display: block; }
.var-service1-desc::before { content: var(--service1-desc); white-space: normal; display: block; }
.var-service2-title::before { content: var(--service2-title); }
.var-service2-desc { display: block; }
.var-service2-desc::before { content: var(--service2-desc); white-space: normal; display: block; }
.var-service3-title::before { content: var(--service3-title); }
.var-service3-desc { display: block; }
.var-service3-desc::before { content: var(--service3-desc); white-space: normal; display: block; }

/* ===== TESTIMONIALS ===== */
.var-review1-text { display: block; }
.var-review1-text::before { content: var(--review1-text); white-space: normal; display: block; }
.var-review1-name::before { content: var(--review1-name); }
.var-review1-role::before { content: var(--review1-role); }
.var-review2-text { display: block; }
.var-review2-text::before { content: var(--review2-text); white-space: normal; display: block; }
.var-review2-name::before { content: var(--review2-name); }
.var-review2-role::before { content: var(--review2-role); }
.var-review3-text { display: block; }
.var-review3-text::before { content: var(--review3-text); white-space: normal; display: block; }
.var-review3-name::before { content: var(--review3-name); }
.var-review3-role::before { content: var(--review3-role); }

/* ===== GANGOTRI PAGE ===== */
.var-gangotri-desc { display: block; }
.var-gangotri-desc::before { content: var(--gangotri-desc); white-space: normal; display: block; }
