:root {
    /* Brand Colors */
    --primary: #C46A17;            
    --secondary: #183A5A;     
    --accent: #2C8C99;      
    
    /* CTA */
    --cta: #E67E22;
    --cta-hover: #C46A17;
    
    /* Background */
    --bg: #FFFDF8;
    --section-bg: #F7F2EB;
    --white: #FFFFFF;
    
    /* Text */
    --heading: #183A5A;
    --paragraph: #5B6572;
    --light-text: #8A9099;
    
    /* Shadows */
    --button-shadow: 0 10px 30px rgba(230,126,34,.35);
    --nav-shadow: 0 10px 40px rgba(0,0,0,.06);
}

.fa-circle-check{ color: var(--primary); font-size: 24px; }
.pillar-icon-box i{ font-size: 32px; color: var(--primary); }
.whatsapp-btn i{ font-size: 28px; color: #25D366; }
.call-btn i{  font-size: 24px; color: #ffffff; }
.back-to-top i{ font-size: 18px; color: currentColor; }
.o-icon-ring i{ font-size: 22px; color: currentColor; }

* { margin: 0; padding: 0; box-sizing: border-box; }

body {  font-family: "Inter", sans-serif; background-color: var(--bg);  color: var(--paragraph); -webkit-font-smoothing: antialiased; }

a {  text-decoration: none; }
ul { list-style: none; }

/* =========================================================== PREMIUM BUTTON COMPONENT ===================================================== */

.btn { display: inline-flex; align-items: center;  justify-content: center; padding: 14px 32px; border-radius: 50px;  font-weight: 600;
    font-size: 14px;  letter-spacing: 0.5px;  text-transform: uppercase;  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); cursor: pointer; }
.btn-primary {  background-color: var(--cta);  color: var(--white);  box-shadow: var(--button-shadow); }

.btn-primary:hover {
    background-color: var(--cta-hover);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(230,126,34,.45);
}

.btn-secondary{background-color: #fff;color:var(--secondary)}
.btn-secondary:hover{background-color: var(--cta);color: var(--white)}

/* =========================================================== NAVBAR & GLASSMORPHISM ======================================================== */

.navbar {  position: fixed; top: 0; left: 0;  width: 100%;  z-index: 1000;   padding: 24px 0;  background-color: transparent;  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.navbar.scrolled { background-color: rgba(255, 253, 248, 0.95); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);  
    padding: 16px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.05);  border-bottom: 1px solid rgba(229, 222, 212, 0.5); }

.nav-container { max-width: 1320px;   margin: 0 auto;  padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: "Cormorant Garamond", serif; font-weight: 700; font-size: 18px; letter-spacing: 2px; display: flex; gap: 8px; text-transform: uppercase; 
    transition: color 0.4s ease; text-decoration: none; z-index: 1002; }
.logo span { color: var(--white); transition: color 0.4s ease; }
.navbar.scrolled .logo-india { color: var(--secondary); }
.navbar.scrolled .logo-tour { color: var(--primary); }
.navbar.scrolled .logo-withme { color: var(--heading); }

.nav-menu { display: flex; align-items: center; gap: 40px; }
.nav-links {  display: flex;  gap: 36px; list-style: none;padding: 0; margin-right: 10rem; }
.nav-links a {  color: rgba(255, 255, 255, 0.85); font-weight: 500; font-size: 15px; letter-spacing: 0.5px; position: relative; padding: 8px 0; 
    text-decoration: none; transition: color 0.4s ease;  }

.navbar.scrolled .nav-links a { color: var(--heading); }
.navbar.scrolled .nav-links a:hover { color: var(--primary); }
.navbar.scrolled .nav-links a.active { color: var(--secondary); font-weight: 600; }

.nav-links a::after { content: '';  position: absolute;  width: 0%;  height: 2px;  bottom: 0; left: 50%;  transform: translateX(-50%);
    background-color: var(--primary); transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);  }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 30px; }
.lang-toggle { display: flex; gap: 6px; color: rgba(255, 255, 255, 0.85);  font-size: 14px;  font-weight: 500; 
    letter-spacing: 1px; text-decoration: none; transition: color 0.3s ease;  }
.navbar.scrolled .lang-toggle { color: var(--paragraph); }
.navbar.scrolled .lang-toggle:hover { color: var(--primary); }

.lang-divider { color: rgba(255,255,255,0.4); }
.navbar.scrolled .lang-divider { color: #ccc; }

.btn {  display: inline-flex; align-items: center; justify-content: center;  padding: 14px 30px; border-radius: 50px;  font-weight: 600; font-size: 14px;
    letter-spacing: 0.5px; text-transform: uppercase;  text-decoration: none; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); cursor: pointer;  }
.btn-primary {  background-color: var(--primary); color: var(--white);  box-shadow: 0 10px 30px rgba(196,106,23,0.3);  }

.btn-primary:hover {  background-color: var(--heading); transform: translateY(-3px);  box-shadow: 0 15px 35px rgba(0,0,0,0.2);  }

.mobile-toggle { display: none; flex-direction: column; gap: 6px; cursor: pointer; z-index: 1002; }
.mobile-toggle span { display: block; width: 30px; height: 2px; background-color: var(--white); transition: all 0.4s ease; }

.navbar.scrolled .mobile-toggle span { background-color: var(--heading);}

.mobile-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg);
    background-color: var(--heading); }
.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}
.mobile-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: var(--heading);
}

@media (max-width: 991px) {
    .nav-container { padding: 0 25px; }
    .mobile-toggle {  display: flex;  }
    .nav-menu {  position: fixed; top: -15rem;right: -100%;  width: 100%;  height: 100vh;  background-color: var(--white);  flex-direction: column;
        justify-content: center; align-items: center; gap: 40px;transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);  z-index: 1001;    }
    .nav-menu.active {  right: 0;  }
    .nav-links { flex-direction: column; align-items: center; gap: 25px; margin-right:0 }
    .nav-links a {  color: var(--heading); font-size: 22px; font-weight: 600;  }
    .nav-actions { flex-direction: column; gap: 20px; }
    .lang-toggle { color: var(--heading); }    
    .lang-divider { color: var(--paragraph); }
    .nav-actions .btn{padding: 15px 30px!important}
}

/* =========================================================== HERO SLIDER SECTION ========================================================= */

.hero-section { position: relative; width: 100%;  height: 100vh;   overflow: hidden; display: flex;  align-items: center;  justify-content: center; }

.heroSwiper {  position: absolute; top: 0; left: 0; width: 100%; height: 100%;  z-index: 1; }
.slide-bg { width: 100%; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.05); 
    transition: transform 6s ease-out;  }
.hero-overlay { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,.80), rgba(0,0,0,.55)); 
    z-index: 2; }

.swiper-slide-active .slide-bg { transform: scale(1); }
.hero-content { position: relative; z-index: 10; max-width: 1000px; text-align: center; padding: 0 20px; margin-top: 50px; }
.trust-badge { display: inline-flex; align-items: center;  gap: 10px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 20px; border-radius: 50px; color: var(--white); font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase;
    margin-bottom: 30px; }

.badge-icon { width: 16px; height: 16px; filter: brightness(0) invert(1); }
.hero-title { font-family: "Cormorant Garamond", serif;  font-size: 64px;  font-weight: 700; color: var(--white); line-height: 1.1;
    margin-bottom: 24px; text-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.hero-subtitle { color: #F7F2EB; font-size: 20px; font-weight: 400;  max-width: 700px;  margin: 0 auto 40px auto; }
.hero-buttons { display: flex;  gap: 20px;  justify-content: center; }
.swiper-pagination-bullet {  background: var(--white) !important;  opacity: 0.5 !important;  width: 10px !important; height: 10px !important;
    transition: all 0.3s ease; }
.swiper-pagination-bullet-active {  opacity: 1 !important;  background: var(--primary) !important;  width: 30px !important; border-radius: 10px !important; }

@media (max-width: 768px) {
    .hero-title { font-size: 42px; }
    .hero-subtitle { font-size: 16px; margin-bottom: 30px; }
    .hero-buttons { flex-direction: column; gap: 15px; }
    .btn { width: 100%; padding: 15px  }
    .trust-badge { font-size: 11px; padding: 6px 15px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 34px; }
    .hero-section { height: 60svh; }
}

/* =========================================================== TYPOGRAPHY & GLOBALS ========================================================= */

.container {  max-width: 1280px;  margin: 0 auto; padding: 0 40px; }
.section-tagline { color: var(--primary); font-size: 14px;  font-weight: 600; text-transform: uppercase; letter-spacing: 2px;  margin-bottom: 15px; }
.section-title { font-family: "Cormorant Garamond", serif; font-size: 48px;  font-weight: 700;  color: var(--secondary);  line-height: 1.2;  
    margin-bottom: 24px; }
.section-paragraph { font-size: 17px;  line-height: 1.8;  color: var(--paragraph);  margin-bottom: 20px; }

/* ================================================== ABOUT SECTION STYLES ========================================== */

.about-section {  padding: 120px 0;background-color: var(--bg); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr;  gap: 80px;  align-items: center; }
.about-image-wrapper { position: relative; border-radius: 24px; }
.about-image {width: 100%; height: auto; border-radius: 24px; box-shadow: var(--shadow-large); transition: transform 0.5s ease; }
.about-image:hover { transform: scale(1.02);  }
.experience-badge { position: absolute; bottom: -30px; right: -30px; background-color: var(--secondary); color: var(--white); padding: 30px 40px;
    border-radius: 20px; box-shadow: var(--shadow-large); text-align: center; border: 4px solid var(--bg);   z-index: 5; }
.exp-years { display: block; font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 700;  line-height: 1;  color: var(--primary);  }
.exp-text { font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; }
.about-features { margin: 30px 0; }
.about-features li { display: flex; align-items: center; gap: 15px; font-size: 16px; font-weight: 600; color: var(--heading); margin-bottom: 18px; }
.signature { font-family: "Cormorant Garamond", serif; font-size: 38px;  font-style: italic; color: var(--secondary);  margin-top: 35px; }

@media (max-width: 1024px) {
    .about-grid { gap: 50px; }
    .section-title { font-size: 40px; }
    .experience-badge { bottom: -20px; right: -10px; padding: 20px 30px; }
    .exp-years { font-size: 38px; }
}

@media (max-width: 768px) {
    .about-section { padding: 90px 0; }
    .about-grid { grid-template-columns: 1fr; gap: 70px; }
    .experience-badge { right: 20px; }
    .section-title { font-size: 34px; }
    .about-features li { font-size: 15px; }
}

/* ====================================================  EXPERIENCES SECTION - PURE CSS PREMIUM GRID ================================================= */

.premium-exp-section {  padding: 120px 0; background-color: var(--section-bg); }
.exp-header-wrapper { text-align: center; max-width: 650px; margin: 0 auto 70px auto; display: flex; flex-direction: column; align-items: center; }
.elegant-accent-line {  width: 2px;  height: 40px; background-color: var(--primary);  margin-bottom: 20px; }
.exp-subtitle {  font-size: 17px; color: var(--paragraph); line-height: 1.8; }

.premium-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 70px; }
.luxury-hover-card { background-color: var(--white); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
    text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,0.05);  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.luxury-hover-card:hover { transform: translateY(-12px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); }
.card-image-box { position: relative; width: 100%; height: 300px;  overflow: hidden; }
.card-photo { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1); }
.luxury-hover-card:hover .card-photo { transform: scale(1.1); }
.card-gradient-shield {  position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, 
    rgba(24,58,90,0.4) 100%); pointer-events: none; }

.card-badge { position: absolute; top: 20px; left: 20px; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px);
    color: var(--primary); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 8px 16px;
    border-radius: 50px; }

.card-details { padding: 35px 30px; display: flex; flex-direction: column; flex-grow: 1; background-color: var(--white); position: relative; }
.card-heading { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 700; color: var(--secondary); margin-bottom: 15px;
    line-height: 1.2;transition: color 0.3s ease; }
.card-text { font-size: 15px; line-height: 1.7; color: var(--paragraph); margin-bottom: 30px; }
.card-action { margin-top: auto; display: flex;  align-items: center; gap: 10px; font-size: 14px; font-weight: 600;  color: var(--secondary);
    text-transform: uppercase; letter-spacing: 1px; padding-top: 20px;  border-top: 1px solid var(--border); transition: color 0.3s ease; } 
.action-icon {  font-size: 18px; transition: transform 0.3s ease; }
.luxury-hover-card:hover .card-heading { color: var(--primary); }
.luxury-hover-card:hover .card-action { color: var(--primary); }
.luxury-hover-card:hover .action-icon {  transform: translateX(8px); }

.exp-footer-btn { display: flex; justify-content: center; }
.exp-footer-btn .btn-secondary { border-color: var(--secondary); color: var(--secondary); }
.exp-footer-btn .btn-secondary:hover { background-color: var(--secondary); color: var(--white); }

@media (max-width: 1024px) {
    .premium-cards-grid { grid-template-columns: repeat(2, 1fr);  }
}

@media (max-width: 768px) {
    .premium-exp-section { padding: 90px 0; }
    .premium-cards-grid { grid-template-columns: 1fr;  gap: 30px;  }
    .section-title { font-size: 36px; }
    .card-image-box { height: 260px; }
}

/* =================================================== WHY CHOOSE US ================================================ */

.trust-banner-section { padding: 120px 0; background-color: var(--secondary);  color: var(--white); position: relative; overflow: hidden; }
.trust-header { text-align: center;  max-width: 850px; margin: 0 auto 70px auto; }
.trust-tagline {  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--primary);  display: block;
    margin-bottom: 15px; }
.trust-title { font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 600; color: var(--white); margin-bottom: 20px; }
.header-gold-line { width: 50px;  height: 2px; background-color: var(--primary);  margin: 0 auto; }
.trust-pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 80px; }

.pillar-card { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px;
    padding: 40px 25px; text-align: center; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.pillar-card:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-8px); border-color: var(--primary); }
.pillar-icon-box { width: 64px; height: 64px; margin: 0 auto 25px auto; background: rgba(196, 106, 23, 0.12); border-radius: 50%;
    display: flex; align-items: center; justify-content: center; border: 1px solid rgba(196, 106, 23, 0.3); }
.pillar-text-icon { font-family: "Cormorant Garamond", serif; font-size: 18px; font-weight: 700; color: var(--primary); }
.pillar-title { font-family: "Cormorant Garamond", serif; font-size: 24px;  font-weight: 600; color: var(--white);
    margin-bottom: 15px; }
.pillar-desc { font-size: 14px; line-height: 1.7; color: rgba(255, 255, 255, 0.7); }

.trust-counter-bar { background: rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.08);  border-radius: 16px;
    padding: 35px 40px; display: flex; justify-content: space-around; align-items: center; }
.counter-item { text-align: center; }
.counter-number { display: block; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 700; color: var(--primary);
    line-height: 1; margin-bottom: 8px; }
.counter-text { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255, 255, 255, 0.8); }
.counter-divider { width: 1px; height: 40px; background-color: rgba(255, 255, 255, 0.12); }

@media (max-width: 1024px) {
    .trust-pillars-grid {  grid-template-columns: repeat(2, 1fr);  gap: 25px;  }
}

@media (max-width: 768px) {
    .trust-banner-section { padding: 90px 0; }
    .trust-title { font-size: 36px; }
    .trust-pillars-grid { grid-template-columns: 1fr;  }
    .trust-counter-bar { flex-direction: column; gap: 25px; padding: 30px 20px;  }
    .counter-divider {  width: 60px;  height: 1px;  }
}

/* =====================================  FEATURED ITINERARIES - SIGNATURE TOURS  ============================================== */

.itineraries-section { padding: 120px 0; background-color: var(--bg); overflow: hidden; }
.itineraries-header { text-align: center; max-width: 650px;  margin: 0 auto 70px auto; }
.itineraries-title { font-family: "Cormorant Garamond", serif;  font-size: 52px; font-weight: 600; color: var(--heading);  margin-bottom: 15px; }
.itineraries-subtitle { font-size: 16px; color: var(--paragraph);  line-height: 1.8; }
.itineraries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 60px; }
.tour-card { background-color: var(--white); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-small); display: flex;
    flex-direction: column; border: 1px solid var(--border); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.tour-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-large); border-color: rgba(196, 106, 23, 0.3); }
.tour-image-box { position: relative; width: 100%; height: 260px;  overflow: hidden; }
.tour-img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02);transition: transform 0.6s ease; }
.tour-card:hover .tour-img { transform: scale(1.08); }

.tour-duration-badge { position: absolute; top: 20px; right: 20px; background: rgba(24, 58, 90, 0.85); backdrop-filter: blur(5px); color: var(--white);
    font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 50px; letter-spacing: 1px; }

.tour-content { padding: 35px 30px; display: flex;  flex-direction: column;  flex-grow: 1; }
.tour-locations { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--primary); margin-bottom: 10px; }
.tour-name { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; color: var(--heading); margin-bottom: 15px; line-height: 1.2; }
.tour-desc { font-size: 15px; line-height: 1.7; color: var(--paragraph); margin-bottom: 25px; }
.tour-highlights { display: flex; flex-direction: column; gap: 8px; margin-bottom: 30px; font-size: 13px; font-weight: 500; color: var(--secondary);
    background: var(--section-bg); padding: 15px; border-radius: 10px; }

.tour-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.price-label { display: block; font-size: 11px; text-transform: uppercase; color: var(--light-text);  letter-spacing: 1px; }
.price-value { font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 700; color: var(--secondary); }

.btn-tour-enquire { padding: 10px 22px; background-color: transparent; border: 1.5px solid var(--primary); color: var(--primary); border-radius: 50px;
    font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; }
.btn-tour-enquire:hover { background-color: var(--primary);  color: var(--white); transform: translateY(-2px); }

.custom-tour-cta { background-color: var(--secondary); border-radius: 20px;  padding: 50px 60px; display: flex; justify-content: space-between;
    align-items: center; color: var(--white);  box-shadow: var(--shadow-large); }

.cta-text-content h3 { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 600; margin-bottom: 10px; }
.cta-text-content p { font-size: 16px;color: rgba(255, 255, 255, 0.75); max-width: 600px; line-height: 1.6; }

@media (max-width: 1024px) {
    .itineraries-grid { grid-template-columns: repeat(2, 1fr);  }
    .custom-tour-cta {  flex-direction: column; text-align: center;  gap: 30px;  padding: 40px 30px;  }
}

@media (max-width: 768px) {
    .itineraries-section { padding: 90px 0; }
    .itineraries-title { font-size: 38px; }
    .itineraries-grid { grid-template-columns: 1fr; gap: 30px; }
}

/* =================================== TESTIMONIALS - PREMIUM BENTO GRID ======================================= */

.bento-reviews-section { padding: 120px 0; background-color: var(--section-bg);  }
.bento-header { text-align: center; max-width: 650px; margin: 0 auto 60px auto; }
.gold-overline { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--primary); 
    margin-bottom: 15px; }

.bento-title { font-family: "Cormorant Garamond", serif; font-size: 52px; font-weight: 600; color: var(--heading); line-height: 1.1;
    margin-bottom: 15px; }
.bento-subtitle { font-size: 16px; color: var(--paragraph); line-height: 1.6; }
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr);  gap: 25px; auto-rows: minmax(280px, auto); }

.bento-card {  background-color: var(--white); border-radius: 20px; padding: 40px; display: flex; flex-direction: column; position: relative;
    overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.02); border: 1px solid rgba(0,0,0,0.03); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.bento-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.bento-stars { color: var(--primary); font-size: 14px; letter-spacing: 3px;   margin-bottom: 25px; }
.bento-text { font-size: 16px; line-height: 1.8; color: var(--paragraph); font-style: italic; margin-bottom: 30px; }

.bento-author { display: flex; align-items: center;  gap: 15px; }
.mt-auto { margin-top: auto; }
.bento-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--section-bg); }
.bento-author h4 { font-family: "Cormorant Garamond", serif; font-size: 18px; font-weight: 700; color: var(--heading); margin-bottom: 2px; }
.v-guest-name-l{color: #fff!important}

.bento-author span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: var(--light-text); }
.featured-card { grid-column: span 2; padding: 50px; background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%); }
.featured-highlight { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; color: var(--heading); margin-bottom: 15px;
    line-height: 1.3; }

.bento-quote-mark { position: absolute; top: 20px; right: 30px; font-family: "Cormorant Garamond", serif; font-size: 120px; color: var(--primary);
    opacity: 0.05; line-height: 1; pointer-events: none; }

.dark-card {  background-color: #173958!important;  border: none; }
.dark-card .gold-stars { color: var(--primary); }
.dark-card .text-light { color: rgba(255, 255, 255, 0.85); }
.dark-card .text-white { color: var(--white); }
.dark-card .text-gold { color: var(--primary); }
.dark-card img { border-color: #0A1420; }
.wide-card { grid-column: span 2; }
.wide-card-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; height: 100%; }
.wide-text-zone { flex: 1; }
.wide-card .bento-text { margin-bottom: 0; }

@media (max-width: 1024px) {
    .bento-grid { grid-template-columns: repeat(2, 1fr);   }
    .featured-card { grid-column: span 2; }
    .compact-card { grid-column: span 1; }
    .dark-card { grid-column: span 1; }
    .wide-card { grid-column: span 2; }
}

@media (max-width: 768px) {
    .bento-reviews-section { padding: 90px 0; }
    .bento-title { font-size: 40px; }
    .bento-grid { grid-template-columns: 1fr; gap: 20px;   }
    .featured-card, .wide-card, .compact-card, .dark-card {  grid-column: span 1; padding: 30px;   }
    .featured-highlight { font-size: 24px; }
    .wide-card-inner { flex-direction: column; align-items: flex-start;  gap: 25px; }
    .wide-card .bento-text { margin-bottom: 20px; }
}

/* ===================================== VISUAL JOURNAL - HIGH-DENSITY MOSAIC GALLERY ====================================== */

.luxury-mosaic-section { padding: 120px 0; background-color: var(--white); }
.mosaic-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; }
.fine-overline { display: block; font-size: 11px; font-weight: 700;  text-transform: uppercase; letter-spacing: 5px;
    color: var(--primary);  margin-bottom: 15px; }
.mosaic-title { font-family: "Cormorant Garamond", serif;  font-size: 44px; font-weight: 600; color: var(--heading); line-height: 1.1; }
.btn-instagram { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 1px; color: var(--heading); border-bottom: 1px solid var(--heading);  padding-bottom: 4px; transition: all 0.3s ease; }

.btn-instagram .arrow { font-size: 16px; transition: transform 0.3s ease; }
.btn-instagram:hover { color: var(--primary); border-color: var(--primary); }
.btn-instagram:hover .arrow { transform: translate(3px, -3px); }

.mosaic-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 16px;  }
.m-tall { grid-row: span 2; }
.m-wide { grid-column: span 2; }

.mosaic-item { position: relative; border-radius: 12px;  overflow: hidden; cursor: pointer; background-color: var(--section-bg); }
.mosaic-item img{width: 100%!important}
.mosaic-img { width: 100%!important; height: 100%; object-fit: cover!important; transform: scale(1.05); transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.mosaic-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(15, 37, 58, 0.6); display: flex; align-items: center;
    justify-content: center; opacity: 0; transition: opacity 0.4s ease; }

.mosaic-text { font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 600; color: var(--white); letter-spacing: 1px; padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5); transform: scale(0.9); transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

.mosaic-item:hover .mosaic-img { transform: scale(1.15); }
.mosaic-item:hover .mosaic-overlay { opacity: 1; }
.mosaic-item:hover .mosaic-text { transform: scale(1); border-color: rgba(255, 255, 255, 1); }

@media (max-width: 1024px) {
    .mosaic-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px;   }
    .m-wide { grid-column: span 1; } 
}

@media (max-width: 768px) {
    .luxury-mosaic-section { padding: 90px 0; }
    .mosaic-header { flex-direction: column; align-items: flex-start; gap: 20px;  }
    .mosaic-title { font-size: 38px; }
    .mosaic-grid { grid-template-columns: repeat(2, 1fr);  grid-auto-rows: 180px; gap: 12px;  }
    .m-tall { grid-row: span 1; } 
    .m-wide { grid-column: span 2; }    
    .mosaic-overlay { opacity: 1; background-color: rgba(15, 37, 58, 0.3); }
    .mosaic-text { transform: scale(1); border-color: transparent; text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
}

/* =========================================  FOOTER - CINEMATIC GLASSMORPHISM FINALE  ========================================== */

.cinematic-footer { position: relative; padding: 120px 0 15px 0; overflow: hidden; color: var(--white); }
.cinematic-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  background-image: url('https://images.unsplash.com/photo-1599661046289-e31897846e41?q=80&w=1920&auto=format&fit=crop');
background-size: cover; background-position: center; background-attachment: fixed;  z-index: 1; }

.cinematic-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(6, 13, 20, 0.9) 0%, rgba(6, 13, 20, 0.7) 100%);
    z-index: 2; }
.relative-z { position: relative; z-index: 3; }
.footer-cta-center { text-align: center; max-width: 700px; margin: 0 auto 80px auto; display: flex; flex-direction: column; align-items: center; }
.gold-subtitle { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--primary); 
 margin-bottom: 20px; }
.cinematic-title { font-family: "Cormorant Garamond", serif;  font-size: 52px; font-weight: 600; color: var(--white); line-height: 1.2;margin-bottom: 40px; }

.btn-solid-gold { display: inline-flex; align-items: center; gap: 10px;  background-color: var(--primary); color: var(--white); padding: 16px 36px;
    border-radius: 50px; font-size: 14px;  font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; text-decoration: none;
    transition: all 0.4s ease; box-shadow: 0 10px 30px rgba(196, 106, 23, 0.3); }
.btn-solid-gold .arrow { font-size: 18px;  transition: transform 0.3s ease; }
.btn-solid-gold:hover { background-color: var(--white); color: #060D14; box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2); }

.btn-solid-gold:hover .arrow {  transform: translate(4px, -4px); }
.glass-footer-panel { background: rgba(255, 255, 255, 0.03);  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px; padding: 60px 60px 0 60px; box-shadow: 0 25px 60px rgba(0,0,0,0.2); }
.glass-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; margin-bottom: 60px; }

.glass-logo { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 700; color: var(--white); margin-bottom: 15px; }
.glass-desc { font-size: 14px; line-height: 1.8; color: rgba(255, 255, 255, 0.7); margin-bottom: 30px; max-width: 90%; }
.glass-socials { display: flex; gap: 15px; }
.glass-socials a { display: flex; align-items: center; justify-content: center;  width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1); color: var(--white); transition: all 0.3s ease; }
.glass-socials a:hover {  background: var(--primary);  border-color: var(--primary); transform: translateY(-3px); }
.glass-heading { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 600; color: var(--white); margin-bottom: 25px; letter-spacing: 1px; }

.glass-links { list-style: none; padding: 0;  margin: 0; display: flex; flex-direction: column; gap: 12px; }
.glass-links a { color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: 13px; font-weight: 500; text-transform: uppercase;  letter-spacing: 1px;
    transition: all 0.3s ease; }

.glass-links a:hover { color: var(--primary); padding-left: 5px;  }
.glass-contact { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.glass-contact li { display: flex; flex-direction: column; gap: 4px; }
.glass-contact span { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;  color: var(--primary); }
.glass-contact a, .glass-contact p { color: var(--white); text-decoration: none; font-size: 15px; margin: 0; transition: color 0.3s ease; }
.glass-contact a:hover { color: rgba(255, 255, 255, 0.7); }

.glass-bottom-line { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.glass-bottom-line p { font-size: 13px; color: rgba(255, 255, 255, 0.5);  margin: 0; }
.glass-legal { display: flex; gap: 20px; }
.glass-legal a { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 12px; transition: color 0.3s ease; }
.glass-legal a:hover {color: var(--white); }

.mainten{max-width: 1200px;margin-top: 20px;padding: 20px;}
.mainten p{margin: auto!important;text-align: center;}
.mainten p a{color: rgba(255, 255, 255, 0.5);font-size: 13px}

@media (max-width: 1024px) {
    .glass-grid { grid-template-columns: 1fr 1fr; gap: 50px;  }
    .brand-col {  grid-column: span 2; text-align: center;  display: flex; flex-direction: column;  align-items: center;  }
}

@media (max-width: 768px) {
    .cinematic-footer { padding: 100px 0 40px 0; }
    .cinematic-title { font-size: 40px; }
    .glass-footer-panel { padding: 40px 30px; }
    .glass-grid {  grid-template-columns: 1fr;   gap: 40px;      }
    .brand-col { grid-column: span 1; }
    .glass-bottom-line { flex-direction: column; gap: 15px; text-align: center;  }
    .mainten{margin: 20px}
    .container{padding: 20px 20px}
}




/* ==================================== SECTION: THE CULTURAL ALMANAC (FAIRS & FESTIVALS)  =================================== */


.ts-almanac-section { background-color: var(--bg); padding: 120px 0;  border-top: 1px solid rgba(0, 0, 0, 0.05); }
.almanac-grid {  display: grid; grid-template-columns: 35% 65%;  gap: 80px; align-items: start; }

.almanac-left { position: sticky; top: 150px;  padding-right: 40px; }
.al-eyebrow { display: block; font-size: 11px;  font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--primary); 
    margin-bottom: 25px; }

.al-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; color: var(--heading); line-height: 1.1;  margin-bottom: 30px;
    letter-spacing: -1px; }

.al-title .al-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.al-desc { font-size: 16px; line-height: 1.9; color: var(--paragraph); margin-bottom: 40px; }
.al-btn-wrap { margin-top: 10px; }

.almanac-right { display: flex; flex-direction: column; }

.al-row { display: flex;  gap: 30px; padding: 40px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); transition: background-color 0.4s ease;
    align-items: center;  }

.al-row:hover { background-color: #FAFAFA;  padding-left: 15px; padding-right: 15px; }
.al-row:last-child {  border-bottom: none; }

.al-month { width: 90px; flex-shrink: 0; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px;
    color: var(--primary); }

.al-details { display: flex; flex-direction: column; gap: 12px;  flex: 1; }
.al-fest { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 600; color: var(--heading); margin: 0;
    transition: color 0.3s ease; }

.al-row:hover .al-fest { color: var(--primary); }
.al-fest-desc { font-size: 16px; line-height: 1.8; color: var(--paragraph);  margin: 0; }

.al-img-wrapper { width: 180px; height: 120px; flex-shrink: 0; border-radius: 4px; overflow: hidden; position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.al-img-wrapper img { width: 100%; height: 100%; object-fit: cover;  filter: brightness(0.9); 
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease; }

.al-row:hover .al-img-wrapper img { transform: scale(1.08); filter: brightness(1); }

@media (max-width: 1200px) {
    .almanac-grid { grid-template-columns: 40% 60%; gap: 50px; }
    .al-title { font-size: 48px; }
    .al-img-wrapper { width: 140px; height: 100px; } 
}

@media (max-width: 992px) {
    .ts-almanac-section { padding: 120px 0; }
    .almanac-grid { grid-template-columns: 1fr;   gap: 60px;     }
    .almanac-left { position: relative; top: 0; padding-right: 0; max-width: 650px;   }
}

@media (max-width: 768px) {
    .ts-almanac-section { padding: 80px 0; }
    .al-title { font-size: 42px; }
    .al-row { flex-direction: column;  align-items: flex-start; gap: 15px;  padding: 30px 0;     }
    .al-row:hover { padding-left: 0; padding-right: 0;  }
    .al-month { width: auto; font-size: 12px; }
    .al-fest { font-size: 28px; }
    .al-fest-desc { font-size: 15px; margin-bottom: 15px; }
    .al-img-wrapper { width: 100%;  height: 200px;  }
}


/* ==================================== SECTION: THE CULTURAL ALMANAC (FAIRS & FESTIVALS)  =================================== */




/* ============================================== FIXED PREMIUM WHATSAPP BUTTON ============================================== */

.fixed-whatsapp { position: fixed; bottom: 100px; right: 30px; display: flex; align-items: center; background-color: var(--secondary); 
    color: var(--white); padding: 12px; border-radius: 50px; text-decoration: none; box-shadow: 0 10px 30px rgba(24, 58, 90, 0.4);
    z-index: 1000; overflow: hidden; border: 2px solid var(--primary); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.wa-icon { width: 28px; height: 28px; fill: var(--primary); z-index: 2; transition: transform 0.4s ease, fill 0.3s ease; }
.wa-text {  max-width: 0; opacity: 0; white-space: nowrap; font-size: 14px; font-weight: 600; text-transform: uppercase;  letter-spacing: 1px;
    color: var(--white);  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);   display: inline-block; }

.fixed-whatsapp:hover { background-color: var(--primary); border-color: var(--primary); box-shadow: 0 15px 35px rgba(196, 106, 23, 0.5);
    padding-right: 20px;  }
.fixed-whatsapp:hover .wa-icon { fill: var(--white); transform: scale(1.1) rotate(-10deg); }
.fixed-whatsapp:hover .wa-text {  max-width: 150px;  opacity: 1;     margin-left: 10px; }
.whatsapp-pulse {  position: absolute; top: 50%; left: 26px;  transform: translate(-50%, -50%); width: 40px; height: 40px; background-color: var(--primary);
    border-radius: 50%; z-index: 1; animation: premium-pulse 2.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; }

@keyframes premium-pulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0.5; }
    70% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
    100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}

.fixed-whatsapp:hover .whatsapp-pulse {  animation: none; opacity: 0; }

@media (max-width: 768px) {
    .fixed-whatsapp { bottom: 20px;  right: 20px;   padding: 10px; }
    .wa-icon { width: 26px; height: 26px; }
    .whatsapp-pulse { left: 23px; }
}

/* ============================================== MOBILE CALL BUTTON STYLES ============================================== */

.mobile-call-btn { display: none; }

@media (max-width: 768px) {
    .mobile-call-btn {display: flex; align-items: center;  justify-content: center;  position: fixed;  bottom: 25px;  left: 20px;  width: 40px;
        height: 40px; background-color: var(--primary); border-radius: 50%; z-index: 1000; box-shadow: 0 10px 25px rgba(196, 106, 23, 0.4);
        text-decoration: none;  border: 2px solid var(--white); animation: call-float 3s ease-in-out infinite;  }
    .call-icon { width: 24px;height: 24px; fill: var(--white); z-index: 2;  }
    .call-pulse-ring { position: absolute; top: 50%;left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; border-radius: 50%;
        border: 2px solid var(--primary);  z-index: 1; animation: mobile-call-pulse 2s infinite;    }

    @keyframes call-float {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }

    @keyframes mobile-call-pulse {
        0% { width: 55px; height: 55px; opacity: 0.8; }
        100% { width: 95px; height: 95px; opacity: 0; }
    }
}

/* ============================================== MINIMAL BACK TO TOP STYLES ============================================== */

.back-to-top-minimal { position: fixed; bottom: 40px; right: 40px; width: 50px; height: 50px;  background-color: transparent; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; z-index: 999; opacity: 0; visibility: hidden; transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); text-decoration: none; }

.back-to-top-minimal.show { opacity: 1; visibility: visible; transform: translateY(0); }
.btt-arrow { width: 26px;  height: 26px;  stroke: var(--secondary); transition: stroke 0.4s ease; }

.back-to-top-minimal:hover { background-color: var(--primary); transform: translateY(-8px); box-shadow: 0 10px 25px rgba(196, 106, 23, 0.3); }
.back-to-top-minimal:hover .btt-arrow {  stroke: var(--white);  }

@media (max-width: 768px) {
    .back-to-top-minimal { bottom: 25px; right: 20px; width: 45px; height: 45px; }
}







/*------------- contact page css -----------------*/

.obsidian-hero-section { position: relative; height: 100vh;  min-height: 800px; display: flex; align-items: center; justify-content: center;
    background-color: #030609; overflow: hidden; }

.obsidian-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background-image: url('../images/Taj-Mahal.jpg'); background-size: cover; background-position: center; transform: scale(1.05);  z-index: 1; }

.obsidian-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 background: linear-gradient(180deg, rgba(3, 6, 9, 0.7) 0%, rgba(3, 6, 9, 0.6) 40%, #030609 100%); z-index: 2; }
.obsidian-container {  position: relative; z-index: 5; width: 100%; display: flex;flex-direction: column; align-items: center; padding-top: 80px; }
.obsidian-title-area { text-align: center; margin-bottom: 70px; }

.obsidian-eyebrow { display: inline-block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 5px; color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px; border: 1px solid rgba(255, 255, 255, 0.2); padding: 6px 18px; border-radius: 50px; }
.obsidian-title { font-family: "Cormorant Garamond", serif; font-size: 76px; font-weight: 500; color: var(--white); line-height: 1.1; margin: 0 0 20px 0;
    letter-spacing: -1px; }
.saffron-italic { color: var(--primary);  font-style: italic; }
.obsidian-desc { font-size: 16px; color: rgba(255, 255, 255, 0.7);  max-width: 500px; margin: 0 auto;line-height: 1.6; }

.obsidian-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; width: 100%;  max-width: 1200px; }
.obsidian-card { position: relative; background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.02);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    padding: 45px 40px; text-decoration: none; display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.5s ease;
}

.card-glow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 50% 0%, rgba(196, 106, 23, 0.15), transparent 70%);
    opacity: 0; transition: opacity 0.5s ease; pointer-events: none; }
.obsidian-card:not(.static-card):hover { transform: translateY(-8px); border-top-color: rgba(196, 106, 23, 0.5); }
.obsidian-card:not(.static-card):hover .card-glow { opacity: 1; }

.o-icon-ring { width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.15); display: flex; align-items: center;
    justify-content: center; color: var(--white); margin-bottom: 30px;transition: all 0.4s ease; }

.obsidian-card:not(.static-card):hover .o-icon-ring { border-color: var(--primary); color: var(--primary); background-color: rgba(196, 106, 23, 0.1);
    transform: scale(1.05); }

.o-card-content { display: flex;  flex-direction: column; gap: 8px; }
.o-card-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: rgba(255, 255, 255, 0.5); }
.o-card-value { font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 600; color: var(--white); margin: 0;
    transition: color 0.4s ease; }

.obsidian-card:not(.static-card):hover .o-card-value { color: var(--white); }

@media (max-width: 1024px) {
    .obsidian-title { font-size: 60px; }
    .obsidian-cards-grid { grid-template-columns: 1fr; gap: 20px;  max-width: 450px;    }
}

@media (max-width: 768px) {
    .obsidian-hero-section { height: auto; min-height: 100vh; padding: 50px 0 60px 0;  }
    .obsidian-title-area { margin-bottom: 50px; }
    .obsidian-title { font-size: 46px; }
    .obsidian-card { padding: 35px 30px; border-radius: 16px; }
    .o-icon-ring { margin-bottom: 25px; }
    .o-card-value { font-size: 22px; }
}

/* ================================== OUR PROCESS ============================================== */

.editorial-process-section { padding: 120px 0; background-color: var(--section-bg); }

.e-process-header { text-align: center;  max-width: 650px; margin: 0 auto 100px auto; }
.e-process-header .fine-overline { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase;  letter-spacing: 5px;
    color: var(--primary);  margin-bottom: 20px; }
.e-process-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 600; color: var(--secondary); line-height: 1.1;
  margin-bottom: 25px; }
  
.e-process-subtitle { font-size: 17px; color: var(--paragraph); line-height: 1.6; }

.e-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(0, 0, 0, 0.1);
 border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.e-pillar { padding: 60px 40px; position: relative; border-right: 1px solid rgba(0, 0, 0, 0.1); transition: background-color 0.4s ease; }
.e-pillar:last-child { border-right: none; }
.e-pillar:hover { background-color: var(--white); }

.e-pillar-visual { position: relative; margin-bottom: 50px; }
.e-pillar-visual img { width: 100%; height: 380px; object-fit: cover; border-radius: 8px; filter: grayscale(80%) contrast(1.1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.e-pillar:hover .e-pillar-visual img { filter: grayscale(0%) contrast(1);  transform: scale(1.02);  box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

.e-pillar-number { position: absolute; bottom: -30px; left: 20px; font-family: "Cormorant Garamond", serif; font-size: 100px; font-weight: 400;
    font-style: italic;  color: var(--white);  -webkit-text-stroke: 1px var(--heading); line-height: 1; z-index: 2; transition: all 0.5s ease; }

.e-pillar:hover .e-pillar-number { color: var(--primary);  -webkit-text-stroke: 1px var(--primary);  transform: translateY(-10px);  }
.e-pillar-content { position: relative; z-index: 3; }
.e-pillar-name { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 700; color: var(--secondary);  margin-bottom: 20px;
    padding-left: 20px;  }
.e-pillar-desc { font-size: 15px; line-height: 1.8; color: var(--paragraph);  margin: 0;  padding-left: 20px; }

@media (max-width: 1024px) {
    .e-process-grid {  grid-template-columns: 1fr; border-top: none; border-bottom: none; gap: 40px;  }
    .e-pillar { border-right: none;  border: 1px solid rgba(0, 0, 0, 0.1);  border-radius: 12px;  padding: 40px 30px;   }
    .e-pillar-visual img { height: 300px; }
    .e-process-title { font-size: 48px; }
}

@media (max-width: 768px) {
    .editorial-process-section { padding: 100px 0; }
    .e-process-header { margin-bottom: 60px; padding: 0 15px; }
    .e-process-title { font-size: 40px; }
    .e-pillar { padding: 30px 20px; }
    .e-pillar-visual img { height: 260px; filter: grayscale(0%); } 
    .e-pillar-number { font-size: 80px; bottom: -25px; left: 10px; }
    .e-pillar-name, .e-pillar-desc { padding-left: 10px; }
}




/* =================================  CONTACT PAGE - THE VISUAL JOURNAL ============================================= */

.luxury-social-section { padding: 120px 0; background-color: var(--secondary);  color: var(--white); border-top: 1px solid rgba(255, 255, 255, 0.03); }
.luxury-social-grid { display: grid; grid-template-columns: 0.8fr 1.2fr;  gap: 80px; align-items: center; }

.social-text-pane { display: flex; flex-direction: column;  align-items: flex-start; }
.social-overline {  display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 5px; color: var(--primary); 
    margin-bottom: 25px; }

.social-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; color: var(--white); line-height: 1.1; margin-bottom: 25px;
    letter-spacing: -1px; }

.social-desc { font-size: 15px; line-height: 1.8; color: rgba(255, 255, 255, 0.6); margin-bottom: 40px; max-width: 90%; }
.social-btn { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
    color: var(--white); text-decoration: none; padding-bottom: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.4s ease; }

.social-btn .arrow { font-size: 18px; font-weight: 300; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.social-btn:hover { color: var(--primary); border-bottom-color: var(--primary); }
.social-btn:hover .arrow { transform: translate(5px, -5px); }

.social-gallery-2x2 { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px;  border-radius: 12px; overflow: hidden; }
.sg-item { position: relative; aspect-ratio: 1 / 1;  display: block; overflow: hidden; background-color: #0A1018; 
    transition: filter 0.5s ease, opacity 0.5s ease; }
.sg-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

.social-gallery-2x2:hover .sg-item { opacity: 0.3; filter: grayscale(100%); }
.social-gallery-2x2 .sg-item:hover { opacity: 1; filter: grayscale(0%); z-index: 2; }
.sg-item:hover img { transform: scale(1.1); }

.sg-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(196, 106, 23, 0.8), rgba(196, 106, 23, 0.2)); display: flex; align-items: center; justify-content: center;
    opacity: 0;transition: opacity 0.4s ease; }

.sg-item:hover .sg-overlay { opacity: 1; }
.sg-overlay span { color: var(--white); font-size: 12px;font-weight: 600; text-transform: uppercase; letter-spacing: 2px; transform: translateY(10px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.sg-item:hover .sg-overlay span { transform: translateY(0); }

@media (max-width: 1024px) {
    .luxury-social-grid { grid-template-columns: 1fr;  gap: 60px;     }
    .social-text-pane {  align-items: center; text-align: center; max-width: 600px;  margin: 0 auto;  }
    .social-desc { margin: 0 auto 30px auto; }
}

@media (max-width: 768px) {
    .luxury-social-section { padding: 100px 0; }
    .social-title { font-size: 42px; }
    .social-gallery-2x2 { gap: 2px;  border-radius: 8px;    }
    .social-gallery-2x2:hover .sg-item { opacity: 1; filter: grayscale(0%);   }
}

/*------------- contact page css end-----------------*/









/*----------------- jaipur page css -------------*/

.package-hero-section { position: relative;height: 85vh;  min-height: 665px; display: flex; align-items: center; justify-content: center;
    text-align: center; overflow: hidden; background-color: var(--secondary); }

.package-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: url('https://images.unsplash.com/photo-1599661046827-dacff0c0f09a?q=80&w=1920&auto=format&fit=crop'); 
    background-size: cover; background-position: center; z-index: 1; animation: slowHeroZoom 20s linear infinite alternate; }

@keyframes slowHeroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.package-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
 background: linear-gradient(
        to bottom, 
        rgba(24, 58, 90, 0.85) 0%, 
        rgba(24, 58, 90, 0.3) 40%, 
        rgba(24, 58, 90, 0.9) 100%
    );
    z-index: 2;
}

.package-hero-content {  position: relative; z-index: 5; margin-top: 80px;  display: flex; flex-direction: column; align-items: center; }

.package-meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; padding: 10px 25px;
    background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px; }

.p-meta-item { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; text-transform: uppercase;  letter-spacing: 2px;
    color: var(--white); }

.p-meta-item svg { color: var(--primary); }
.p-meta-divider { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.2); }

.package-title { font-family: "Cormorant Garamond", serif; font-size: 78px; font-weight: 500; color: var(--white); line-height: 1.05;
    margin-bottom: 25px; letter-spacing: -1px; text-shadow: 0 10px 30px rgba(0,0,0,0.3); }

.package-title .theme-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.package-desc { font-size: 17px; line-height: 1.8; color: rgba(255, 255, 255, 0.85); max-width: 650px; margin: 0 auto 45px auto; }

@media (max-width: 1024px) {
    .package-title { font-size: 60px; }
    .package-meta { padding: 8px 20px; gap: 15px; }
    .p-meta-item { font-size: 12px; }
}

@media (max-width: 768px) {
    .package-hero-section { height: auto; min-height: 70vh; padding: 50px 0 60px 0; }
    .package-title { font-size: 46px; }
    .package-desc { font-size: 16px; margin-bottom: 35px; }
    .package-meta { flex-direction: column; background: transparent; backdrop-filter: none; border: none; gap: 12px; margin-bottom: 40px;  }
    .p-meta-divider { display: none; }
}

/* ================== Luxury Overview ==================== */

.luxury-overview-section { padding: 120px 0; background-color: var(--bg); overflow: hidden;background-image: url(../images/jaipur-place-bg.png);
  background-repeat: no-repeat; background-position: bottom; background-size: contain; }
.luxury-overview-grid { display: grid; grid-template-columns: 1fr 1.1fr;  gap: 100px; align-items: center; }

.fine-overline { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--primary);
    margin-bottom: 20px; }

.editorial-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 600; color: var(--secondary); line-height: 1.1;
    margin-bottom: 50px; }

.theme-italic { font-style: italic; color: var(--primary); font-weight: 400; }
.lux-image-wrapper { position: relative; width: 90%; margin-left: auto; }
.lux-img { width: 100%; height: 500px; object-fit: cover; border-radius: 4px; position: relative; z-index: 2; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.gold-offset-frame { position: absolute; top: -20px; left: -20px; width: 100%; height: 100%; border: 1.5px solid var(--primary); z-index: 1; }

.glass-badge { position: absolute; bottom: 30px; left: -40px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.5); padding: 20px 30px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    z-index: 3; display: flex; flex-direction: column; align-items: center; }

.badge-top { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 700; color: var(--secondary); line-height: 1; }
.badge-bottom { font-size: 10px;font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: var(--primary); margin-top: 5px; }

.editorial-content { margin-bottom: 40px; }
.editorial-content p { font-size: 17px; line-height: 1.9; color: var(--secondary); margin-bottom: 25px; }

.drop-cap::first-letter { font-family: "Cormorant Garamond", serif; font-size: 4.5rem; float: left; line-height: 0.8; margin-right: 15px;  margin-top: 8px;
    color: var(--secondary); font-weight: 700; }

.elegant-divider { width: 100%; height: 1px; background-color: rgba(0,0,0,0.08);  position: relative;  margin: 50px 0; display: flex;  justify-content: center;
    align-items: center; }

.elegant-divider .diamond { width: 8px; height: 8px; background-color: var(--primary); transform: rotate(45deg); }
.lux-facts-heading { font-family: "Cormorant Garamond", serif; font-size: 28px; color: var(--secondary); margin-bottom: 30px; }
.lux-facts-list { list-style: none; padding: 0;  margin: 0; }
.fact-row { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease; }

.fact-row:first-child {  border-top: 1px solid rgba(0,0,0,0.06); }
.fact-row:hover { padding-left: 10px;border-bottom-color: var(--primary); }
.fact-label { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--light-text); }

.fact-label i { color: var(--primary); }
.text-icon { font-family: "Inter", sans-serif;  font-weight: 700; font-size: 15px; color: var(--primary); width: 20px; text-align: center; }
.fact-value { font-family: "Cormorant Garamond", serif; font-size: 20px; font-weight: 600; color: var(--secondary); }

@media (max-width: 1024px) {
    .luxury-overview-grid { grid-template-columns: 1fr;  gap: 80px;   }
    .lux-image-wrapper { width: 80%;  margin: 0 auto; }
    .editorial-title { text-align: center; }
    .fine-overline { text-align: center; }
}

@media (max-width: 768px) {
    .luxury-overview-section { padding: 90px 0; }
    .editorial-title { font-size: 42px;  }
    .lux-image-wrapper { width: 90%; }
    .glass-badge { left: -15px; padding: 15px 20px;  }
    .fact-row { flex-direction: column;  align-items: flex-start;   gap: 10px;  padding: 15px 0; }
    .fact-row:hover {  padding-left: 0;  }
}

/* ================== Ultra Luxury Booking ==================== */

.ultra-luxury-booking { padding: 120px 0; background-color: #ffffff; }
.luxury-booking-grid { display: grid; grid-template-columns: 1.6fr 1fr;  gap: 100px; align-items: flex-start; }
.presentation-header { margin-bottom: 40px; }
.fine-gold-label { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; color: var(--primary); 
    margin-bottom: 15px; }

.editorial-main-title { font-family: "Cormorant Garamond", serif; font-size: 54px; font-weight: 600; color: var(--secondary); line-height: 1.1;
    margin: 0; }

.cinematic-panorama-box { position: relative; width: 100%; height: 450px; margin-bottom: 60px; overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08); }

.panorama-img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1); border-radius: 8px}
.cinematic-panorama-box:hover .panorama-img { transform: scale(1.05); }

.destination-badge { position: absolute;  bottom: 30px; left: 30px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); padding: 15px 25px;
    display: flex; flex-direction: column; border-left: 2px solid var(--primary); border-radius:8px }
.dest-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--paragraph); margin-bottom: 4px; }

.dest-name { font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 700; color: var(--heading); line-height: 1; }
.bespoke-inclusions-wrapper { padding-right: 40px; }
.bespoke-heading { font-family: "Cormorant Garamond", serif; font-size: 32px; color: var(--secondary);   margin-bottom: 30px; }
.editorial-inclusion-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; }
.editorial-inclusion-list li { display: flex; align-items: center;  gap: 15px; padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); transition: padding-left 0.3s ease; }
    
.editorial-inclusion-list li:first-child {  border-top: 1px solid rgba(0, 0, 0, 0.06); }
.editorial-inclusion-list li:hover {  padding-left: 10px; }

.list-diamond { width: 6px; height: 6px; background-color: var(--secondary); transform: rotate(45deg); flex-shrink: 0; }
.gold-diamond { background-color: var(--primary); width: 8px; height: 8px; }
.list-text { font-size: 16px; color: var(--paragraph); font-weight: 400; }
.premium-highlight-item .list-text { font-weight: 600; color: var(--secondary); }

.concierge-sidebar-col { position: sticky;  top: 120px; }
.bespoke-checkout-card {  background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.08); padding: 50px 45px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.02); border-radius:8px }

.checkout-header { margin-bottom: 30px; }
.checkout-title { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 600; color: var(--secondary); line-height: 1.1;
    margin-bottom: 10px; }

.checkout-subtitle { font-size: 14px; color: var(--paragraph);  margin: 0; }
.fine-divider { width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.06);  margin-bottom: 35px; }

.refined-summary-list { list-style: none; padding: 0; margin: 0 0 40px 0; display: flex; flex-direction: column;  gap: 20px; }
.refined-summary-list li { display: flex; justify-content: space-between;  align-items: center; }
.r-label { font-size: 14px; color: var(--light-text);  text-transform: uppercase; letter-spacing: 1px; }
.r-value { font-size: 15px; color: var(--secondary); font-weight: 600; }

.refined-total-box { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.t-label { font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: var(--heading); font-weight: 600; }
.t-price { font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 700; color: var(--primary); line-height: 0.9; }

.btn-bespoke-booking { display: flex; justify-content: center; align-items: center;  width: 100%; background-color: #c46a17;  color: #ffffff;
    padding: 20px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; text-decoration: none;
     transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); border: 1px solid #c46a17; border-radius:50px }

.btn-bespoke-booking:hover { background-color: #ffffff; color: #c46a17;transform: translateY(-4px); box-shadow: 0 15px 30px rgba(185, 28, 28, 0.15); }
.secure-trust-box { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding-top: 30px; border-top: 1px solid rgba(0,0,0,0.06); }
.trust-icon { color: var(--light-text); }
.trust-text span { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--secondary); 
    margin-bottom: 4px; }

.trust-text p { font-size: 13px; color: var(--paragraph); margin: 0; }

@media (max-width: 1024px) {
    .luxury-booking-grid { grid-template-columns: 1fr;  gap: 70px;     }
    .bespoke-inclusions-wrapper { padding-right: 0;  }
    .concierge-sidebar-col { position: relative; top: 0;     }
    .cinematic-panorama-box { height: 400px;  }
}

@media (max-width: 768px) {
    .ultra-luxury-booking { padding: 90px 0; }
    .editorial-main-title {  font-size: 42px;    }
    .cinematic-panorama-box {  height: 300px;  margin-bottom: 40px;    }
    .bespoke-checkout-card { padding: 40px 30px;  }
    .t-price { font-size: 36px;     }
}

/* ================== 3 Column Premium Itinerary ==================== */

.premium-3col-itinerary { padding: 120px 0; background-color: var(--section-bg); background-image: url(../images/jaipur-place-bg-1.png);
  background-repeat: no-repeat; background-size: contain; background-position: bottom; }
.itinerary-header { text-align: center; max-width: 680px; margin: 0 auto 75px auto; }

.premium-3col-grid { display: flex; flex-wrap: wrap; justify-content: center;  gap: 70px 30px; }
.p-card { width: calc(33.333% - 20px); display: flex; flex-direction: column; position: relative; cursor: pointer; }

.p-card-visual {  position: relative; width: 100%; height: 260px; border-radius: 12px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }
.p-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.p-card:hover .p-card-visual img { transform: scale(1.1); }

.p-card-num { position: absolute; top: 15px; left: 15px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(5px); color: var(--secondary);
    font-family: "Inter", sans-serif; font-size: 15px; font-weight: 700;  width: 40px; height: 40px; display: flex; align-items: center;
    justify-content: center; border-radius: 50%; box-shadow: 0 5px 15px rgba(0,0,0,0.1); z-index: 2; transition: all 0.4s ease; }

.p-card:hover .p-card-num { background-color: var(--primary); color: var(--white); }
.p-card-content { background-color: var(--white);  width: 90%; margin: -45px auto 0 auto;  padding: 30px 25px; border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05); position: relative; z-index: 5; border-bottom: 3px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.p-card:hover .p-card-content { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(0,0,0,0.1); border-bottom-color: var(--primary); }
.p-card-tag { display: block; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--primary);
    margin-bottom: 10px; }

.p-card-title {font-family: "Cormorant Garamond", serif; font-size: 26px;  font-weight: 700; color: var(--heading); margin-bottom: 12px;
    line-height: 1.2; transition: color 0.3s ease; }
.p-card:hover .p-card-title {  color: var(--secondary); }
.p-card-desc { font-size: 14px; line-height: 1.7; color: var(--paragraph); margin: 0; }

@media (max-width: 1024px) {
    .p-card {  width: calc(50% - 15px);  }
    .p-card-visual { height: 280px; }
}

@media (max-width: 768px) {
    .premium-3col-itinerary { padding: 90px 0;}
    .p-card { width: 100%;  }
    .p-card-visual { height: 260px; }
    .premium-3col-grid { gap: 60px 0;  }
}

/*----------------- jaipur page css end -------------*/






/*-------------------------------- Golden trangel Tour page css start here -----------------------------------------*/



/* ==========================================  GOLDEN TRIANGLE - CINEMATIC HERO   ======================================= */

.gt-cinematic-hero { position: relative;  height: 100vh;  min-height: 680px;  display: flex;  align-items: center;   background-color: var(--secondary); 
    overflow: hidden;  }

.gt-hero-bg { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; background-image: url('../images/golden-triangle.jpg');
    background-size: cover;  background-position: center;  z-index: 1;  animation: panHero 30s linear infinite alternate;  }

@keyframes panHero { 
    0% { transform: scale(1) translateY(0); }  
    100% { transform: scale(1.1) translateY(-2%); } 
}

.gt-hero-overlay { position: absolute;  top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(3, 6, 9, 0.9) 0%, rgba(3, 6, 9, 0.3) 40%, rgba(3, 6, 9, 0.8) 100%); z-index: 2;  }

.gt-hero-container { position: relative; z-index: 5; width: 100%; padding-top: 20px;  }
.gt-tag-row { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.gt-hairline { width: 40px; height: 1px; background-color: var(--primary);  }
.gt-tag-text { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 5px; color: var(--primary);  }
.gt-hero-title { font-family: "Cormorant Garamond", serif; font-size: 90px; font-weight: 500; color: var(--white); line-height: 1.05;
    margin-bottom: 10px; letter-spacing: -2px; text-shadow: 0 10px 30px rgba(0,0,0,0.4);  }
.gt-hero-title .theme-italic { color: var(--primary); font-style: italic; font-weight: 400;  }

.gt-hero-desc { font-size: 18px; line-height: 1.8; color: rgba(255, 255, 255, 0.8); max-width: 650px; margin: 0 0 35px 0; }

.gt-hero-btn-wrap { margin-bottom: 40px; }
.gt-sig-btn {border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 18px 38px;
    background-color: var(--primary); color: var(--white); font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 4px; text-decoration: none; position: relative; overflow: hidden;  transition: color 0.4s ease; z-index: 1; }

.gt-sig-btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--white);
    transform: scaleX(0); transform-origin: right; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); z-index: -1; }

.gt-sig-btn:hover { color: var(--heading); }
.gt-sig-btn:hover::before { transform: scaleX(1); transform-origin: left; }
.gt-sig-btn .btn-arrow { font-size: 18px; font-weight: 300; transition: transform 0.4s ease; }
.gt-sig-btn:hover .btn-arrow { transform: translateX(8px); }

.gt-glass-band { position: absolute; bottom: 40px;  left: 0; width: 100%; z-index: 10; }
.glass-band-inner { background: rgba(255, 255, 255, 0.05);  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.1); 
    border-radius: 16px; padding: 30px 45px; display: grid; grid-template-columns: auto 1px auto 1px auto 1px auto; align-items: center;  justify-content: space-between; 
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);  }

.glass-item { display: flex; flex-direction: column; gap: 8px;  }
.glass-label { font-size: 10px;  font-weight: 700; text-transform: uppercase; letter-spacing: 3px;  color: rgba(255, 255, 255, 0.5);  }
.glass-val { font-family: "Cormorant Garamond", serif; font-size: 24px; font-weight: 500; color: var(--white); display: flex;  align-items: center;
    gap: 10px; }

.glass-val .arrow { color: var(--primary); font-family: sans-serif; font-weight: 300; font-size: 16px; }
.glass-divider { width: 1px; height: 40px; background-color: rgba(255, 255, 255, 0.1);  }

@media (max-width: 1200px) {
    .gt-hero-title { font-size: 75px; }
    .glass-band-inner { padding: 25px 30px; }
    .glass-val { font-size: 20px; }
}

@media (max-width: 992px) {
    .gt-cinematic-hero { height: auto; min-height: 90vh; padding-top: 50px; padding-bottom: 180px; }
    .gt-glass-band { bottom: 30px; }
    .glass-band-inner {  grid-template-columns: 1fr 1fr;  gap: 30px;  justify-content: start;     }
    .glass-divider { display: none; } 
}

@media (max-width: 768px) {
    .gt-hero-title { font-size: 50px; }
    .gt-hero-desc { font-size: 16px; margin-bottom: 30px; }
    .glass-band-inner {  grid-template-columns: 1fr;  gap: 20px;  padding: 25px;     }
}

/* ==========================================  GOLDEN TRIANGLE - CINEMATIC HERO   ======================================= */



/* ====================================  SECTION 2: THE TRAVEL SPARROW PHILOSOPHY  ===================================== */


.ts-philosophy-section { background-color: var(--section-bg);  padding: 120px 0;  position: relative; overflow: hidden; }
.ts-phil-container { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: center;  }
.ts-phil-content { display: flex; flex-direction: column; }
.ts-hairline-dark { width: 50px; height: 1px; background-color: var(--heading); }

.ts-eyebrow-dark { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 5px; color: var(--heading); }
.ts-phil-heading { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; color: var(--heading); line-height: 1.1;
    margin-bottom: 35px; letter-spacing: -1px; }

.ts-italic-primary { color: var(--primary); font-style: italic; font-weight: 400; }
.ts-phil-desc { font-size: 17px; line-height: 1.8; color: var(--paragraph); margin-bottom: 20px; }

.ts-phil-visuals { position: relative; width: 100%; height: 100%; display: flex; justify-content: flex-end; }
.ts-phil-img-main { width: 75%;  aspect-ratio: 3 / 4;  overflow: hidden; position: relative;  border-radius: 4px; }
.ts-phil-img-main img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
.ts-phil-visuals:hover .ts-phil-img-main img { transform: scale(1.05);  }

.ts-phil-img-overlay { position: absolute; bottom: -40px; left: 0;  width: 50%; aspect-ratio: 4 / 5; overflow: hidden;
    border: 15px solid var(--section-bg);  border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); 
     transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }

.ts-phil-img-overlay img {  width: 100%; height: 100%;  object-fit: cover; transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1); }
.ts-phil-visuals:hover .ts-phil-img-overlay {  transform: translateY(-15px); }


@media (max-width: 1200px) {
    .ts-phil-container { gap: 60px; }
    .ts-phil-heading { font-size: 48px; }
}

@media (max-width: 992px) {
    .ts-philosophy-section { padding: 120px 0 160px 0; }
    .ts-phil-container {  grid-template-columns: 1fr; gap: 80px;  }
    .ts-phil-content { text-align: center; align-items: center; max-width: 700px; margin: 0 auto; }
    .ts-phil-visuals { justify-content: center; margin-top: 20px; }
    .ts-phil-img-main { width: 80%; }
    .ts-phil-img-overlay { left: 10%; bottom: -60px; border-width: 10px; }
}

@media (max-width: 768px) {
    .ts-philosophy-section { padding: 100px 0 140px 0; }
    .ts-phil-heading { font-size: 38px; }
    .ts-phil-desc { font-size: 16px; text-align: left; }
    .ts-phil-content { text-align: left; align-items: flex-start; }
    .ts-phil-img-main { width: 90%; margin-left: auto; }
    .ts-phil-img-overlay { width: 60%; left: -5%; bottom: -40px; border-width: 8px; }
}



/* ====================================  SECTION 2: THE TRAVEL SPARROW PHILOSOPHY  ===================================== */



/* =========================== SECTION 3: THE DESTINATION ==================================== */


.ts-destination-index { background-color: var(--white); padding: 120px 0; }
.index-header { margin-bottom: 80px; }
.index-eyebrow { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--primary); 
    margin-bottom: 20px; }

.index-main-title {  font-family: "Cormorant Garamond", serif;  font-size: 56px; font-weight: 500; color: var(--heading);  line-height: 1.1;
    margin: 0; }

.index-table {  border-top: 1px solid rgba(0, 0, 0, 0.2); }
.index-row { display: grid; grid-template-columns: 80px 1.5fr 2fr 1.5fr; gap: 40px; padding: 60px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: start;  transition: background-color 0.4s ease; }

.index-row:hover {  background-color: #FAFAFA;  }
.ix-num { font-family: "Cormorant Garamond", serif;  font-size: 24px; font-style: italic; color: var(--light-text); }
.index-row:hover .ix-num {  color: var(--primary); }

.ix-city { font-family: "Cormorant Garamond", serif;  font-size: 64px;  font-weight: 500; color: var(--heading);  margin: 0; line-height: 1;
    letter-spacing: -2px; }
.ix-img-wrap { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; margin-bottom: 20px; }
.ix-img-wrap img {width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); transition: transform 1s ease, filter 0.5s ease; }

.index-row:hover .ix-img-wrap img { transform: scale(1.05); filter: grayscale(0%); }
.ix-desc { font-size: 15px; line-height: 1.8;  color: var(--paragraph);  margin: 0;  padding-right: 20px; }
.ix-col-visits { display: flex;  flex-direction: column; }

.v-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: var(--heading); margin-bottom: 20px;
    border-bottom: 1px solid var(--primary); padding-bottom: 8px;  display: inline-block;  align-self: flex-start; }

.v-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column;  gap: 12px; }
.v-list li { font-size: 15px; font-weight: 500;  color: var(--paragraph); position: relative;  padding-left: 15px; }

.v-list li::before { content: '';  position: absolute;  left: 0; top: 8px; width: 4px;  height: 4px;  background-color: var(--primary);
    border-radius: 50%; }

@media (max-width: 1200px) {
    .index-row { grid-template-columns: 60px 1.2fr 2fr 1.5fr; gap: 30px; }
    .ix-city { font-size: 50px; }
}

@media (max-width: 992px) {
    .ts-destination-index { padding: 100px 0; }
    .index-row { grid-template-columns: 1fr 1fr; gap: 40px;   }
    .ix-col-meta { display: none; } 
    .ix-col-title { grid-column: span 2; } 
    .ix-city { font-size: 56px; }
}

@media (max-width: 768px) {
    .index-row { grid-template-columns: 1fr;  gap: 30px; padding: 40px 0;  }
    .ix-col-title { grid-column: span 1; }
    .ix-city { font-size: 48px; }
    .ix-desc { padding-right: 0; margin-bottom: 20px; }
}


/* =========================== SECTION 3: THE DESTINATION ==================================== */



/* =============================== SECTION 4: THE MASTER ITINERARY ==================================== */


.ts-itinerary-section { background-color: var(--section-bg);  padding: 120px 0; position: relative; }
.ts-itinerary-grid { display: grid; grid-template-columns: 35% 65%;  gap: 80px; align-items: start;  }
.ts-sticky-pane { position: sticky; top: 150px;  padding-right: 40px; }
.it-eyebrow { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px;
    color: var(--primary); margin-bottom: 25px; }

.it-main-title { font-family: "Cormorant Garamond", serif; font-size: 64px; font-weight: 500; color: var(--heading); line-height: 1.05;
    margin-bottom: 30px; letter-spacing: -2px; }

.it-main-title .it-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.it-sticky-desc { font-size: 16px; line-height: 1.8; color: var(--paragraph); max-width: 350px; margin-bottom: 40px; }

.it-btn-wrap { margin-top: 35px; }
.ts-sig-btn.ts-btn-dark {border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 18px 35px;
    background-color: transparent; color: var(--heading); border: 1px solid var(--heading); font-size: 11px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 4px; text-decoration: none; position: relative;  overflow: hidden; transition: color 0.4s ease;  z-index: 1; }

.ts-sig-btn.ts-btn-dark::before { content: ''; position: absolute;  top: 0; left: 0;  width: 100%; height: 100%;  background-color: var(--heading);
    transform: scaleX(0); transform-origin: right; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1); z-index: -1; }
.ts-sig-btn.ts-btn-dark:hover { color: var(--white); }
.ts-sig-btn.ts-btn-dark:hover::before { transform: scaleX(1); transform-origin: left; }
.ts-sig-btn .btn-arrow { font-size: 18px; font-weight: 300; transition: transform 0.4s ease; }
.ts-sig-btn:hover .btn-arrow { transform: translateX(8px); }

.ts-scrolling-pane { display: flex;  flex-direction: column; padding-top: 10px; }
.day-block { margin-bottom: 80px; }
.day-block:last-child { margin-bottom: 0; }
.day-meta { display: flex; align-items: baseline; gap: 20px; margin-bottom: 20px; }
.day-num { font-family: "Cormorant Garamond", serif; font-size: 28px; font-style: italic; color: var(--primary); font-weight: 600; }

.day-route {  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: var(--light-text); }
.day-route .m-arrow { color: var(--primary); font-size: 14px; padding: 0 5px; }

.day-title { font-family: "Cormorant Garamond", serif; font-size: 42px;  font-weight: 600; color: var(--heading); margin: 0 0 25px 0;
    letter-spacing: -1px; }
.day-desc { font-size: 17px; line-height: 1.9; color: var(--paragraph);  margin: 0 0 50px 0; max-width: 90%; }
.day-divider { width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.08); }
.day-block:last-child .day-divider { display: none; }


@media (max-width: 1200px) {
    .ts-itinerary-grid { grid-template-columns: 30% 70%; gap: 50px; }
    .it-main-title { font-size: 52px; }
    .day-title { font-size: 36px; }
}

@media (max-width: 992px) {
    .ts-itinerary-section { padding: 120px 0; }
    .ts-itinerary-grid { grid-template-columns: 1fr;    gap: 60px;     }
    .ts-sticky-pane {  position: relative; top: 0; padding-right: 0; text-align: center; max-width: 600px;  margin: 0 auto;     }
    .it-sticky-desc { margin: 0 auto 30px auto; }
    .day-desc { max-width: 100%; }
}

@media (max-width: 768px) {
    .ts-itinerary-section { padding: 80px 0; }
    .it-main-title { font-size: 46px; }
    .day-title { font-size: 32px; }
    .day-meta { flex-direction: column; gap: 5px; margin-bottom: 15px; }
}



/* =============================== SECTION 4: THE MASTER ITINERARY ==================================== */



/* =================================== SECTION 5: THE ROYAL ACCOMMODATIONS ================================ */



.ts-accommodations-section { background-color: var(--secondary);    padding: 120px 0; color: var(--white); overflow: hidden; }
.acc-header { text-align: center; max-width: 700px; margin: 0 auto 100px auto; }
.acc-eyebrow { display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px;  color: var(--primary);
    margin-bottom: 25px; }

.acc-main-title { font-family: "Cormorant Garamond", serif; font-size: 64px; font-weight: 500;color: var(--white); line-height: 1.1;
    margin-bottom: 25px; letter-spacing: -1px; }

.acc-main-title .acc-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.acc-desc { font-size: 17px; line-height: 1.8; color: rgba(255, 255, 255, 0.7); margin: 0; }

.acc-triptych-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.acc-pillar { display: flex; flex-direction: column; }
.acc-img-frame { width: 100%;  aspect-ratio: 3 / 4;  overflow: hidden; margin-bottom: 35px; border-radius: 2px; }
.acc-img-frame img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.9) contrast(1.1); 
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease; }

.acc-pillar:hover .acc-img-frame img { transform: scale(1.05); filter: brightness(1.1) contrast(1); }
.acc-details { padding-right: 20px; }
.acc-location { display: flex;  align-items: center;  gap: 15px;  margin-bottom: 15px; }
.loc-line { width: 30px; height: 1px; background-color: var(--primary); }

.loc-text { font-size: 10px; font-weight: 700; text-transform: uppercase;  letter-spacing: 3px; color: rgba(255, 255, 255, 0.5); }
.acc-hotel-name { font-family: "Cormorant Garamond", serif; font-size: 34px; font-weight: 500;  color: var(--white);  margin: 0 0 15px 0;
  line-height: 1.2; }
.acc-pillar:hover .acc-hotel-name { color: var(--primary); transition: color 0.3s ease; }
.acc-hotel-desc { font-size: 15px; line-height: 1.8;  color: rgba(255, 255, 255, 0.6);   margin: 0; }

@media (max-width: 1024px) {
    .acc-triptych-grid { grid-template-columns: repeat(2, 1fr);  gap: 30px;  row-gap: 60px;     }
    .acc-pillar:last-child { grid-column: span 2;  }
    .acc-pillar:last-child .acc-img-frame {aspect-ratio: 16 / 9;   }
}

@media (max-width: 768px) {
    .ts-accommodations-section { padding: 100px 0; }
    .acc-main-title { font-size: 46px; }
    .acc-triptych-grid {   grid-template-columns: 1fr;  gap: 60px;     }
    .acc-pillar:last-child { grid-column: span 1; }
    .acc-pillar:last-child .acc-img-frame { aspect-ratio: 3 / 4; }
    .acc-details { padding-right: 0; }
}


/* =================================== SECTION 5: THE ROYAL ACCOMMODATIONS ================================ */



/* ================================= SECTION 6: SIGNATURE PRIVILEGES ====================================== */


.ts-privileges-section { background-color: var(--section-bg);  padding: 120px 0; }
.priv-header { text-align: center; max-width: 650px; margin: 0 auto 80px auto; }

.p-eyebrow {display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--primary); 
    margin-bottom: 20px; }

.p-main-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; color: var(--heading); line-height: 1.1;
    margin-bottom: 20px; letter-spacing: -1px; }
.p-main-title .p-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.p-desc {font-size: 17px; line-height: 1.8; color: var(--paragraph);  margin: 0; }

.ts-ledger-grid { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 60px; background-color: var(--white);  padding: 60px;
    border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.05);  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02); }

.ledger-divider { width: 1px; height: 100%; background-color: rgba(0, 0, 0, 0.08); }
.ledger-col { display: flex; flex-direction: column; }
.ledger-title { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 500; color: var(--heading); margin: 0 0 40px 0;
    padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.ledger-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 30px; }
.ledger-list li { display: flex; align-items: flex-start; gap: 20px; }
.l-icon { font-family: sans-serif; font-size: 20px;  font-weight: 300; line-height: 1; margin-top: 2px; }
.l-icon.plus { color: var(--primary); }
.l-icon.minus { color: var(--light-text); }
.l-text { display: flex; flex-direction: column; gap: 5px; }

.l-text strong { font-size: 15px; font-weight: 600; color: var(--heading); text-transform: uppercase; letter-spacing: 1px; }
.l-text span { font-size: 15px; line-height: 1.7; color: var(--paragraph); }

@media (max-width: 1024px) {
    .ts-ledger-grid { padding: 40px; gap: 40px; }
}

@media (max-width: 768px) {
    .ts-privileges-section { padding: 100px 0; }
    .p-main-title { font-size: 44px; }
    .ts-ledger-grid { grid-template-columns: 1fr;  gap: 0; padding: 30px 20px;  background-color: transparent;   box-shadow: none;  border: none;     }
    .ledger-divider { display: none; }     
    .exclusions-col {  margin-top: 60px;   }
    .ledger-list li { gap: 15px; }
}



/* ================================= SECTION 6: SIGNATURE PRIVILEGES ====================================== */


/* ============================= SECTION 7: THE TRAVELER'S COMPENDIUM ================================== */


.ts-faq-section { background-color: var(--bg); padding: 120px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.ts-faq-container {  display: grid; grid-template-columns: 35% 65%;  gap: 80px; align-items: start; }
.faq-left { position: sticky;  top: 150px; }

.f-eyebrow { display: block; font-size: 11px;font-weight: 700; text-transform: uppercase; letter-spacing: 5px;  color: var(--primary); 
    margin-bottom: 25px; }
.f-main-title { font-family: "Cormorant Garamond", serif; font-size: 56px; font-weight: 500; color: var(--heading); line-height: 1.1;
    margin-bottom: 25px;  letter-spacing: -1px; }
.f-main-title .f-italic { color: var(--primary); font-style: italic; font-weight: 400; }
.f-desc { font-size: 16px; line-height: 1.8; color: var(--paragraph); max-width: 90%; }

.faq-right { display: flex;  flex-direction: column; }
.faq-item { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.faq-question { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; color: var(--heading);  margin: 0 0 15px 0;
    line-height: 1.3; }

.faq-answer { font-size: 16px; line-height: 1.9; color: var(--paragraph);  margin: 0;  padding-right: 40px; }
.faq-answer strong { color: var(--heading); font-weight: 600; }

@media (max-width: 1024px) {
    .ts-faq-container { grid-template-columns: 1fr;   gap: 60px;  }
    .faq-left {  position: relative; top: 0; max-width: 600px; }
    .f-main-title { font-size: 48px; }
}

@media (max-width: 768px) {
    .ts-faq-section { padding: 100px 0; }
    .f-main-title { font-size: 42px; br { display: none; } } 
    .faq-question { font-size: 24px; }
    .faq-answer { padding-right: 0; font-size: 15px; }
}



/* ============================= SECTION 7: THE TRAVELER'S COMPENDIUM ================================== */



/* ============================== SECTION 8: THE BESPOKE INVITATION ===================================== */


.ts-monogram-cta { position: relative; background-color: var(--secondary);  padding: 150px 0 180px 0;  overflow: hidden; }

.ts-bg-monogram { position: absolute; top: 50%; left: 5%; transform: translateY(-50%); font-family: "Cormorant Garamond", serif;
    font-size: 55vw;  font-weight: 600;  font-style: italic;  line-height: 0.8; color: rgba(255, 255, 255, 0.02);  white-space: nowrap;
    pointer-events: none; z-index: 1; }

.ts-cta-container { position: relative;  z-index: 5; display: grid; grid-template-columns: 1.2fr 1fr;  gap: 80px;
    align-items: flex-end;  }

.ts-cta-left { padding-bottom: 10px; }
.cta-eyebrow { display: block; font-size: 11px;  font-weight: 700; text-transform: uppercase; letter-spacing: 5px; color: var(--primary); 
    margin-bottom: 30px; }

.cta-mega-title { font-family: "Cormorant Garamond", serif; font-size: 110px; font-weight: 500; color: var(--white); line-height: 0.95;
    margin: 0; letter-spacing: -3px; }
.cta-mega-title .cta-italic { color: var(--primary); font-style: italic; font-weight: 400; }

.ts-cta-right {  display: flex; flex-direction: column; }
.cta-desc { font-size: 18px; line-height: 1.8; color: rgba(255, 255, 255, 0.7);  margin: 0 0 50px 0; max-width: 450px; }

.cta-line-link { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 450px; padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);  color: var(--white); text-decoration: none; margin-bottom: 40px; transition: border-color 0.4s ease; }

.cta-line-link .link-text { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 4px; transition: color 0.4s ease; }
.cta-line-link .link-arrow { font-size: 24px; font-weight: 300; transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease; }
.cta-line-link:hover { border-bottom-color: var(--primary); }
.cta-line-link:hover .link-text,
.cta-line-link:hover .link-arrow {color: var(--primary); }

.cta-line-link:hover .link-arrow { transform: translateX(15px); }

.cta-direct { display: flex; flex-direction: column; gap: 8px; font-size: 13px; color: rgba(255, 255, 255, 0.4); }
.direct-wa { font-family: "Cormorant Garamond", serif; font-size: 24px; font-weight: 500; color: var(--white); text-decoration: none;
 transition: color 0.3s ease; }
.direct-wa:hover { color: var(--primary); }

@media (max-width: 1200px) {
    .cta-mega-title { font-size: 85px; }
    .ts-cta-container { gap: 40px; }
}

@media (max-width: 992px) {
    .ts-monogram-cta { padding: 160px 0; }
    .ts-cta-container {  grid-template-columns: 1fr;    gap: 60px;    align-items: flex-start;     }
    .cta-mega-title { font-size: 70px; }
    .cta-line-link { max-width: 100%; }
}

@media (max-width: 768px) {
    .ts-monogram-cta { padding: 120px 0; }
    .ts-bg-monogram { font-size: 80vw; left: 0; }
    .cta-mega-title { font-size: 55px; line-height: 1; }
    .cta-desc { font-size: 16px; margin-bottom: 40px; }
    .cta-line-link .link-text { font-size: 12px; letter-spacing: 2px; }
    .cta-line-link .link-arrow { font-size: 20px; }
}


/*-------------------------------- Golden trangel Tour page css start here -----------------------------------------*/
