body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.ula{
padding-left: 20px;
}
.ula li{
    font-size: 14px; 
    font-family: 'Poppins', sans-serif; 
    color: rgba(0, 0, 0, 0.705);
}
.section{
    padding: 30px 65px;
    padding-top: 60px;
    margin-top: 0;

}

h2,h4,h3,h5{
    color: #5d544b;
}
p,li{
        font-family: 'Poppins', sans-serif !important; 
}
  @media (max-width: 1050px) {

.section {
    padding: 40px;
}

  }
@media (max-width: 768px) {
    .section {
        padding: 40px;
    }

}
@media (max-width: 484px) {
    .section {
        padding: 20px;
    }
}
/* new design csss */
/*intrioduction sect*/


/* Grid layout */
.grid-section {
  display: grid;
  grid-template-columns: 41% 59%; /* Image 35%, content 65% */
  overflow: hidden;

}

/* Image styling */
.image-side img {
  width: 100%;
  min-height: 100%;
  object-fit: cover; /* Cover the area without distortion */
  display: block;
  opacity: 0.98;
}

/* Content styling */
.content-side {
  padding: 60px;
  display: flex;
  padding-top: 0px;
  flex-direction: column;
  justify-content: start;
  background-color: rgba(245, 245, 245, 0.966);
}

.content-side h1 {
margin-top: 160px;
  margin-bottom: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 300;
    font-size: 55px;
    line-height: 60px;
    text-align: left;
    font-optical-sizing: auto;
    color: #5d544b;
    font-style: normal;
}
.content-side span {
    margin-bottom: 20px;
    color: #5d544b;
    font-weight: 100;
    font-size: 12px;
    max-width: 200px;
}
.content-side p {
  line-height: 1.6;
  margin-bottom: 30px;
      font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.644);
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #0056b3;
}
@media (max-width: 800px) {


}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .grid-section {
    grid-template-columns: 1fr; /* Stack image and content */
    height: auto;
  }

  .image-side img {
    height: 300px; /* Adjust height for mobile */
  }

  .content-side {
    padding: 30px;
    text-align: center;
  }
}

/* Button Group */
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

/* Base button styles */
.btn {
padding: 12px 32px; /* Slightly taller for more presence */
  font-size: 14px;    /* Slightly smaller text feels more "refined" */
  font-weight: 700;
  text-transform: uppercase; /* Signals authority */
  letter-spacing: 0.5px;
  border-radius: 4px; /* Sharper corners = more professional */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* More subtle shadow */
}

/* Primary Button - Soft Pink */
.btn.primary {
background-color: #e677ac; /* Muted, more professional pink */
  color: white;
}

.btn.primary:hover {
background-color: #d15d94;
  transform: translateY(-1px); /* Less "pop," more "lift" */
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Secondary Button - Soft Orange */
.btn.secondary {
  background-color: #ffd1a1;
  color: #333;
}

.btn.secondary:hover {
  background-color: #ffc17a; /* Slightly darker orange on hover */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 209, 161, 0.3);
}

/* Tertiary Button - Soft Purple / Blue */
.btn.tertiary {
  background-color: #cdb7ff; /* Purple */
  color: #fff;
}

.btn.tertiary:hover {
  background-color: #b39aff; /* Slightly darker purple */
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px rgba(205, 183, 255, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
 .image-side{
      background-color: rgba(245, 245, 245, 0.966);
      padding-top: 0px;
      margin-bottom: -1px;
 }
   .image-side img {
    height: auto;
    max-height: 610px; /* Adjust height for mobile */
      object-position: top  !important;
        /* Fade mask */
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    black 75%,
    transparent 100%
  );
  }
  .content-side{
    padding: 40px;
  }
  .content-side p {
  line-height: 1.5;
  margin-bottom: 30px;
      font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.644);
}
.content-side h1 {
    margin-top:30px;
    font-size: 50px;
    line-height: 55px;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  overflow: hidden;
}

/* Base button styles */
.btn {

  padding: 12px 12px; /* Slightly taller for more presence */
  font-size: 14px;    /* Slightly smaller text feels more "refined" */
  font-weight: 700;
  text-transform: uppercase; /* Signals authority */
  letter-spacing: 0.5px;
  border-radius: 4px; /* Sharper corners = more professional */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* More subtle shadow */
}  
}


@media (max-width: 484px) {
 .image-side{
      background-color: rgba(245, 245, 245, 0.966);
      padding-top: 30px;

 }
   .image-side img {
    height: auto;
    max-height: 410px; /* Adjust height for mobile */
      object-position: top  !important;
        /* Fade mask */
  -webkit-mask-image: linear-gradient(
    to bottom,
    black 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    black 75%,
    transparent 100%
  );
  }
  .content-side{
    padding: 20px;
  }
  .content-side p {
  line-height: 1.5;
  margin-bottom: 30px;
      font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.644);
}
.content-side h1 {
    margin-top:30px;
    font-size: 50px;
    line-height: 55px;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  overflow: hidden;
}

/* Base button styles */
.btn {
      
  padding: 12px 12px; /* Slightly taller for more presence */
  font-size: 14px;    /* Slightly smaller text feels more "refined" */
  font-weight: 700;
  text-transform: uppercase; /* Signals authority */
  letter-spacing: 0.5px;
  border-radius: 4px; /* Sharper corners = more professional */
  box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* More subtle shadow */
}  
}
/* end intro css*/

/* section tw*/

.sec-onez {
    padding: 100px 60px;
    background-color: #ffffff;
    /* Subtle geometric pattern for a premium feel */
    background-image: radial-gradient(#f0f0f0 1px, transparent 1px);
    background-size: 30px 30px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.sectionWrapperz {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr; /* Balanced split */
    gap: 80px;
    align-items: start;
}

/* 2. TYPOGRAPHY (The Authority) */
.tilez h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: clamp(32px, 5vw, 60px); /* Fluid typography */
    line-height: 1.1;
    color: #1a1a1a;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}
.content-side span {
    max-width: 150px;
}
.tilez p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 24px;
    max-width: 520px;
}

/* 3. CTA LINK (The Expert Look) */
.tilez a[title="contact page"] {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 1px solid #1a1a1a;
}

.tilez a:hover {
    background-color: transparent;
    color: #1a1a1a;
}

/* 4. FORM CONTAINER (The Luxury Guestbook) */
.tilez form {
    background: #ffffff;
    padding: 60px; /* Big breathing room */
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
    height: 380px;
overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

/* Custom Scrollbar for the Form */
.tilez form::-webkit-scrollbar {
    width: 4px;
}
.tilez form::-webkit-scrollbar-track {
    background: #f9f9f9;
}
.tilez form::-webkit-scrollbar-thumb {
    background: #1a1a1a;
}
/* Your Niche Rainbow Accent - Subtle Top Line */
.tilez form::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff9acb, #ffd1a1, #cdb7ff, #8fd3f4);
}

.tilez h3 {
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 1.5rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #1a1a1a;
}

/* 5. INPUT STYLING (Minimalist & Clean) */
.form-control {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #d1d1d1; /* Underline only */
    border-radius: 0;
    font-size: 1rem;
    background: transparent;
    transition: border-color 0.4s ease;
}

.form-control:focus {
    outline: none;
    border-bottom: 1px solid #1a1a1a; /* Turns black on focus */
}

/* Custom Select Styling */
select.form-control {
    cursor: pointer;
    color: #777;
}

textarea.form-control {
    min-height: 100px;
    resize: none;
}

/* 6. CHECKBOX & HELPTEXT */
#bord {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.helptext {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.5;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #1a1a1a;
}

/* 7. SUBMIT BUTTON */
button[type="submit"] {
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    color: white;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    transition: opacity 0.3s;
}

button[type="submit"]:hover {
    opacity: 0.9;
}

/* 8. RESPONSIVE (Stacking neatly) */
@media (max-width: 992px) {
    .sectionWrapperz {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    
    .tilez p {
        margin-left: auto;
        margin-right: auto;
    }

    .tilez form {
        padding: 40px 30px;
      
    }
}
@media (max-width: 768px) {
    .sec-onez {
        padding: 60px 40px;
        box-sizing: border-box;
    }
    
    .tilez h2 {

        font-size: 38px;
    }
    .tilez form {
        padding: 40px 20px;
        height: auto;
      
    }
     .tilez form p{
        margin: 0;
        padding: 0;
     }
}
@media (max-width: 500px) {
    .sec-onez {
        padding: 60px 20px;
        box-sizing: border-box;
    }
    
    .tilez h2 {

        font-size: 38px;
    }
    .tilez form {
        padding: 40px 10px;
        height: auto;
      
    }
     .tilez form p{
        margin: 0;
        padding: 0;
     }
}
/* ed section 2*/

/* section three */
  .ticker-section {
    background: #ffffff;
    padding: 60px 0;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.ticker-wrapper {
    position: relative;
    width: 100%;
    /* Gradient masks to fade the words at the edges */
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.ticker-track {
    display: flex;
    width: max-content; /* Important: tracks the actual length of the text */
    animation: marquee 40s linear infinite; /* Adjust speed here */
}

/* Pause when user hovers - an Enterprise UX standard */
.ticker-track:hover {
    animation-play-state: paused;
}

.ticker-track span {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 300;
    color: #1a1a1a;
    padding: 0 50px; /* Space between words */
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/* Subtle separator between words (Optional) */
.ticker-track span::after {
    content: "•";
    margin-left: 100px;
    color: #d3bda5; /* Using that soft tan we discussed earlier */
    font-size: 1rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        /* We move the track by half its width because we duplicated the text */
        transform: translateX(-50%);
    }
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .ticker-track span {
        font-size: 1.2rem;
        padding: 0 30px;
    }
    .ticker-track {
        animation-duration: 25s; /* Speed up slightly on mobile so it feels active */
    }
}
    @media (max-width: 480px) {
        .ticker-track span {
    font-size: 1.2rem;
    padding: 0 20px; /* Space between words */

    }
    .ticker-track span::after {
    margin-left: 50px;
}
}
/* end section 3*/

/* section 4 */
.sec-one.blowingFlower-section {
    padding: 100px 24px;
    padding-top: 0px;
    background: #ffffff;
}

.sectionWrapper.blowingFlower {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Symmetrical split */
    gap: 80px;
    align-items: start;
}

/* 2. The Editorial Image Tile */
.tileImagep img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px; /* Consistency with our form's sharp edges */
    box-shadow: 30px 30px 0px #f9f9f9; /* Subtle "architectural" offset shadow */
    filter: grayscale(10%) contrast(105%); /* Professional editorial grade */
}
.tileImagep p{
      font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
/* 3. The Links Column (Service Menu) */
.tilep:not(.tileImage) {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tilep a {
    display: flex;
    align-items: center;
    padding: 24px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee; /* Clean separator lines */
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    background: transparent;
}

/* Icon Styling */
.tilep a img {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    object-fit: contain;
    filter: opacity(0.7); /* Subtle until hover */
    transition: filter 0.3s ease;
}

/* 4. The "Expert" Hover Effect */
.tilep a:hover {
    padding-left: 35px; /* Elegant slide effect */
    background-color: #fafafa;
    border-bottom-color: #1a1a1a;
}

.tilep a:hover img {
    filter: opacity(1);
}

/* Niche Accent - The Rainbow line appears on hover */
.tilep a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff9acb, #ffd1a1, #cdb7ff, #8fd3f4);
    transition: width 0.4s ease;
}

.tilep a:hover::after {
    width: 100%;
}

/* 5. Responsive Adjustments */
@media (max-width: 992px) {
    .sectionWrapper.blowingFlower {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .tileImagep {
        order: 2; /* Move image below links on mobile for better UX */
    }
    
    .tileImagep img {
        box-shadow: 15px 15px 0px #f9f9f9;
    }
}


@media (max-width: 480px) {
    
    .tilep a {
        font-size: 1rem;
        padding: 18px 10px;
    }
    
    .tilep a img {
        width: 24px;
        height: 24px;
    }
}
/* end section 4 */


/* section 5 */
.sectionTilesp {
    padding: 60px 60px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.sectionTilesWrapperp {
    max-width: 1200px;
    margin: 0 auto;
}

.sectionTilesWrapperp h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4vw, 52px);
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 80px;
    font-weight: 400;
}

/* Using your niche color for the span */
.sectionTilesWrapperp h2 span {
     color: #5d544b;
    font-style: italic;
}

/* 2. The Tiles Container */
.tilesContainerp {
    display: flex;
    flex-direction: column;
    gap: 120px; /* Large gap between journeys for breathing room */
}

.tilyp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* 3. The Alternating "Flip" Logic */
.tilyp.flipedp {
    direction: rtl; /* Modern way to flip grid columns */
}

.tilyp.flipedp .tilyDetailsp {
    direction: ltr; /* Reset text direction so it's readable */
}

/* 4. Image Presentation */
.imgContainerp {
    overflow: hidden;
    height: 450px; /* Fixed height for a uniform "gallery" look */
    background: #f9f9f9;
    position: relative;
}

.imgContainerp img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills space without stretching */
    filter: grayscale(20%); /* Editorial mood */
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.tilyp:hover .imgContainerp img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* 5. Content Details */
.tilyDetailsp h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 0px;
}

.tilyDetailsp p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

/* 6. Professional CTA Link */
.tilyDetailsp a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 5px;
}

/* Rainbow underline appearing on hover */
.tilyDetailsp a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px; /* Short line initially */
    height: 2px;
    background: linear-gradient(90deg, #ff9acb, #8fd3f4);
    transition: width 0.3s ease;
}

.tilyDetailsp a:hover::after {
    width: 100%;
}

.tilyDetailsp a i {
    transition: transform 0.3s ease;
}

.tilyDetailsp a:hover i {
    transform: translateX(5px);
}


/* The Grid Container */
.affirmation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;

    max-width: 550px; /* Slightly wider to accommodate rectangles */
}

/* The Rectangular Tile */
.affirmation-rect {
    /* Height is intentionally less than width */
    height: 100px; 
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border-radius: 2px; /* Professional sharp-ish corners */
}

/* Hover State: Subtle Lift */
.affirmation-rect:hover {
    transform: translateY(-5px);
    border-color: #d3bda5; /* Your tan accent */
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

/* Left-Side Rainbow Accent (Niche Personality) */
/* This adds a thin vertical rainbow line on the left side */
.affirmation-rect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ff9acb, #ffd1a1, #cdb7ff, #8fd3f4);
    opacity: 0.8;
}

/* Typography for the Rectangle */
.sq-number {
    font-size: 0.65rem;
    font-weight: 700;
    color: #d3bda5;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.affirmation-rect p {
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    color: #333;
    font-weight: 100;
    max-width: 90%;
}

@media (max-width: 768px) {
    .tilyp, .tilyp.flipedp {
        grid-template-columns: 1fr;
        direction: ltr; /* Stack normally on mobile */
        gap: 30px;
    }

    .imgContainerp {
        height: 350px;
    }
    
    .sectionTilesp {
        padding: 60px 40px;
    }
}



/* --- Responsive Adjustments --- */
@media (max-width: 484px) {
    .affirmation-grid {
        grid-template-columns: 1fr; /* Stack on mobile for better visibility */
        max-width: 100%;
    }
    .affirmation-rect {
        height: 100px;
    }
        .sectionTilesp {
        padding: 60px 20px;
    }
}
/* end section 5 */




/* section 6 */
.sec-onek {
    padding: 100px 60px;
    background-color: #ffffff;
}

.sectionWrapperk {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

/* 2. Text Content Styling */
.tilek h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    margin-top: 0px;
}

.tilek p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.tilek a[title="contact link"] {
    display: inline-block;
    padding: 16px 35px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 10px;
    transition: 0.3s;
}

/* 3. Appointment Slots (The Grid) */
.tilek.aptk {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Individual Slot Tile */
.apTilek {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.apTile:hover {
    border-color: #d3bda5;
    background: #fff;
}

/* Hide the default checkbox and style the "Click to select" */
.checkek {
    cursor: pointer;
    accent-color: #1a1a1a;
}

.apTilek p {
    font-size: 0.85rem !important;
    margin: 5px 0 !important;
    color: #333;
}

.apTilek span {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #d3bda5;
    font-weight: 700;
}

/* The Form Backdrop (Optional but Recommended for Focus) */
.formLogk {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) scale(0.95); /* Start slightly lower and smaller */
    z-index: 9999;
    width: 90%;
    max-width: 500px;
    
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.2);
    border-radius: 4px;
    
    /* Initial State: Hidden */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

/* The Active State (When triggered by JS) */
.formLogk.is-activek {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1); /* Move to center and full size */
    pointer-events: auto;
}

/* Adding a subtle blur to the background when form is open */
body.form-openk > *:not(.formLogk) {
    transition: filter 0.5s ease;
}

/* Form Styling - Niche High Level */
.formLogk h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 30px;
    text-align: center;
}

.formLogk input {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 25px;
    border: none;
    border-bottom: 1.5px solid #eee;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s;
}

.formLogk input:focus {
    border-bottom-color: #d3bda5;
}

/* 5. Buttons */
#submitk {
    padding: 15px 40px;
    background: #1a1a1a;
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.3s;
}

.cancelBtnk {
    background: transparent;
    border: none;
    color: #888;
    text-decoration: underline;
    margin-left: 0px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.85rem;


}

/* Custom Scrollbar for Slots */
.tilek.aptk::-webkit-scrollbar { width: 3px; }
.tilek.aptk::-webkit-scrollbar-track { background: #f1f1f1; }
.tilek.aptk::-webkit-scrollbar-thumb { background: #1a1a1a; }

/* 6. Responsive */
@media (max-width: 992px) {
    .sectionWrapperk {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
@media (max-width: 500px) {
.sec-onek {
    padding: 100px 20px;
}
.tilek.aptk {
    height: auto;
    max-height: none;
}
}
/* end section 6 */




/* EVENTs CSSS*/
   /* events list page */
.blogsWrapperj {
    padding: 100px 60px;
    background-color: #ffffff;
}

.blogsContainerj {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    /* Responsive Grid: 3 columns on desktop, 1 on mobile */
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
}

/* 2. Event Tile (The Card) */
.eventTilej {
    display: block;
    text-decoration: none;
    color: #1a1a1a;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.eventTilej:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color:rgba(24, 23, 23, 0.199);
}

.eventTilej img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    filter: grayscale(20%);
    transition: filter 0.4s ease;
}

.eventTilej:hover img {
    filter: grayscale(0%);
}

/* 3. Event Details */
.eventDetailsj {
    padding: 30px;
}

.eventDetailsj .titlej {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}

.eventDetailsj p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0px;
    display: flex;
    align-items: start;
    gap: 10px;
}

.eventDetailsj p i {
    color: #1a1a1a8a; /* Signature tan for icons */
    width: 16px;
}

.eventDetailsj span {
    font-weight: 600;
    color: #1a1a1a;
}

/* Event Status Badge */
.eventDetailsj p:last-of-type {
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

/* "Click to View" Hint */
.clickonj {
    margin-top: 25px;
    font-size: 0.7rem !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1a1a !important;
    font-weight: 700;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.eventTilej:hover .clickonj {
    opacity: 1;
    color: #d3bda5 !important;
}

/* 4. The Statement Band (ftBand) */
.ftBandj {
    max-width: 900px;
    margin: 100px auto 0;
    padding: 80px 40px;
    background: #fcfcfc;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.ftBandj h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.ftBandj p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* 5. Responsive Adjustments */
@media (max-width: 768px) {
    .blogsWrapperj {
    padding: 80px 20px;
    background-color: #ffffff;
}
    .blogsContainerj {
        grid-template-columns: 1fr;
    }
    
    .ftBandj {
        padding: 40px 20px;
        margin-top: 60px;
    }
    .ftBandj h3 {
        text-align: left;
    }
    .ftBandj p {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5;}
}
   /* end events  list page */

  
   /* event detail page css */
:root {
    --niche-tan: #d3bda5;
    --studio-black: #1a1a1a;
    --soft-gray: #f9f9f9;
    --border-light: #eeeeee;
}

.studio-detail-section {
    background-color: #fffffff8;
    padding: 120px 0;
}

.studio-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

/* --- COLUMN A: CONTENT --- */
.entry-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 5vw, 4rem);
    line-height: 1.1;
    color: var(--studio-black);
    margin-bottom: 20px;
    letter-spacing: -2px;
}

.entry-metadata {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.meta-tag {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--niche-tan);
    font-weight: 700;
}

.meta-date {
    font-size: 11px;
    color: #999;
}

.theatre-logistics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
    margin-bottom: 0px;
}

.log-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: #555;
}

.log-item i { color: var(--niche-tan); }

.theatre-body {
    font-family: 'Segoe UI', serif;
    font-size: 1.2rem;
    line-height: 2;
    color: #444;
}

.theatre-body p { margin-bottom: 0px;
font-size: 16px;
line-height: 21px;
}
.theatre-body img{
    width: 100%;
}
.theatre-body ul{ 
margin-top: 0;
padding-top: 0;
}
.theatre-body h4 { margin-bottom: 0px;}
.theatre-body  li{ margin-bottom: 0px;
font-size: 16px;
line-height: 21px;
}

.theatre-body  li p{ margin: 0px;}
/* --- COLUMN B: PANEL --- */
.engagement-panel { position: relative; }

.panel-sticky-card {
    position: sticky;
    top: 100px;
    border: 1px solid var(--border-light);
    padding: 50px;
    background: var(--soft-gray);
}

.panel-switcher {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
/* --- EXTERNAL BUTTON (Corporate/Tickets) --- */
.panel-external {
    display: inline-block;
    padding: 14px 28px;
    margin-top: 30px;
    background-color:rgb(1, 161, 235); /* Matching our niche palette */
    width: auto; /* Let text breathe */
    min-width: 180px;
    text-align: center;
    border-radius: 0; /* Sharp edges look more executive */
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.247);
}

.panel-external a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Hover: Inverse Effect */
.panel-external:hover {
    background-color: transparent;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.panel-external:hover a {
    color: var(--studio-black);
}

/* --- THEATRE FOOTER (Download/PDF) --- */
.theatre-footer {
    display: inline-block;
    padding: 14px 28px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #ddd; /* Subtle border instead of orange */
    width: auto;
    min-width: 180px;
    text-align: center;
    border-radius: 0;
    transition: all 0.4s ease;
    cursor: pointer;
         box-shadow: 0 10px 20px rgba(0, 0, 0, 0.171);
}

.theatre-footer a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Hover: Brand Accent Reveal */
.theatre-footer:hover {
    border-color: var(--niche-tan);
    background-color: var(--soft-gray);
}

.theatre-footer:hover a {
    color: var(--niche-tan);
}
.switch-btn {
    flex: 1;
    padding-bottom: 15px;
    background: none;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    color: #999;
    transition: 0.3s;
}

.switch-btn.active {
    color: var(--studio-black);
    border-bottom: 2px solid var(--niche-tan);
}

/* FORM STYLING */

.studio-form .form-intent {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.studio-form input, .studio-form select, .studio-form textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 25px;
    outline: none;
    font-size: 1rem;
}

.submit-prime {
    width: 100%;
    padding: 20px;
    background: var(--studio-black);
    color: white;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.submit-prime:hover { background: var(--niche-tan); }

.hidden { display: none; }



@media (max-width: 900px) {
    .studio-grid {
        grid-template-columns: 1fr !important;
    }
    .theatre-header{

    }
    .theatre-body{
        margin: 0;
    }
        .theatre-body h4,h3,h5{
            line-height: 24px;
            font-weight: 400;
            font-size: 20px;
            margin-bottom: 10px;

        }
    .theatre-body ul{
        margin: 0 20px;
        padding: 0;
    }
       .theatre-body ul li{
        width: 98%;
       }
    .form-scrool-area{

    }

    .entry-title {
        color: #5d544b;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);}
.studio-grid {
    display: grid; /* or flex if you prefer */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* optional, for grid layout */
    gap: 16px; /* spacing between items */
    overflow-wrap: break-word; /* ensures long words break to next line */
    word-wrap: break-word;     /* legacy support */
    word-break: break-word;    /* alternative for breaking words */
    hyphens: auto;             /* optional: adds hyphenation for long words */
    padding: 0 0px;
    width: 90%;
    margin: 0 auto;
}
    .form-scroll-area form{
        margin: 0;
        padding: 0;
    }
    .panel-sticky-card {
        background-color: #ffffff !important;
    padding: 50px 20px;
}
}
/* END EVENTS CSS */









