:root {
    /* Primary Colors */
    --color-primary: #632240;
    --color-primary-dark: #6A0031;
    --color-primary-light: #953561;
    --color-secondary: #FF7733;
    --color-secondary-light: #FF894E;

      /* Additional color */
    --color-success: #27AE60;

    /* Text Colors */
    --color-text-dark: #18171D;
    --color-text-medium: #27262B;
    --color-text-light: #52525C;
    --color-text-muted: #71717B;
    --color-text-lighter: #3F3F47;

    /* Background Colors */
    --bg-light-peach: #FFF0E8;
    --bg-light-pink: #FFF5F8;
    --bg-white: #FFFFFF;
    --gradient-start: #fff;
    --gradient-end: #fff0e8;
    --light-orange: #fff0e8;
    --border-color: #d6d3d1;
    --border: #ececec;
    --light-pink: #fbd7e8;
     --bg-puja-benefite: #FFF6F8;

    /* --text-muted: #78716c; */

    /* Gradients */
    --gradient-header: linear-gradient(180deg, #8E355E 0%, #632240 100%);
    --gradient-button: linear-gradient(225deg, #953561 0%, #6A0031 100%);
    --gradient-orange: linear-gradient(180deg, #FF8F57 0%, #F50 100%);
    --gradient-booking: linear-gradient(90deg, #FFF5EF 0%, #FFEFE5 50%, #FFF5EF 100%);

    /* Font Families */
    --font-poppins: 'Poppins', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;

    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.25rem;

    /* Box Shadow */
    --box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

* {
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6,p {
    margin-bottom: 0%;
}


/* ===========================================
   Search Section
   =========================================== */

.yth-hero-bg-desktop {
    width: 100%;
    object-fit: cover;
}

.yth-hero-bg-mobile {
  display: none;
}

.yth-search-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border: none;
    position: relative;
    z-index: 10;
    margin-top: -80px;
}


/* ===========================================
   Temple Card/ Filter Section
   =========================================== */

.ydp-hightlight {
    padding: 4px 12px;
    border-radius: 4px;
    color: var(--color-primary);
    border: 1px solid #F3D5E0;
}

.puja-location img {
    width: 20px;
}

/* ===========================================
   Temple In India Section
   =========================================== */

   .yth-sub-heading {
        font-weight: 600;
        color: var(--color-text-dark);
   }

   .yth-description {
        color: var(--color-text-light);
        font-size: 20px;
   }

   .yth-highlith-text {
        color: var(--color-secondary);
        font-weight: 600;
        font-size: 20px;
   }

   .yth-about-image img {
        border-radius: 12px;
   }

/* ===========================================
   More About Indian Temples Section
   =========================================== */

         
.yth-benefit-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 300px;
    max-width: calc(25% - 15px);
}

.yth-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.yth-benefit-title {
    color: var(--color-primary);
    font-weight: 600;
    margin: 0px;
}

.yth-location-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}

.yth-v-line {
    width: 3px;
    background: var(--border-color);
    border-radius: 8px;
    height: 18px;
}

/* ===========================================
   Puja slider section
   =========================================== */

    .yth-puja-card {
      text-align: center;
      transition: all 0.6s ease;
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      transform: scale(0.9) rotateY(8deg);
      opacity: 0.8;
    }

    .yth-puja-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: all 0.6s ease;
    }

    .yth-benefit-icon {
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-bottom: 8px;
    }

    .yth-puja-card h5 {
      margin: 0;
      color: var(--color-text-dark);
      font-weight: 600;
      background-color: #fff;
    }

    /* Center Card — 3D pop effect */
    .owl-item.center .yth-puja-card {
      transform: scale(1.02) rotateY(0deg) translateY(-10px);
      opacity: 1;
      z-index: 10;
      box-shadow: 0 0 20px rgba(132, 17, 53, 0.4);
      border: 2px solid var(--color-primary);
    }

    /* Side Cards 3D tilt */
    .owl-item.active:not(.center) .puja-card {
      transform: scale(0.9) rotateY(10deg);
    }

    .owl-stage {
      height: 360px !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Dots */
    .owl-dots {
      text-align: center;
      margin-top: 30px;
    }

    .owl-dot span {
      width: 12px;
      height: 12px;
      background: #ccc;
      border-radius: 50%;
      display: inline-block;
      margin: 5px;
      transition: background 0.3s ease;
    }

    .owl-dot.active span {
      background: var(--color-primary);
    }


/* --------****************----------------------
        Temple Details Page
--------****************---------------------- */

/* ===========================================
   Breadcrumb
   =========================================== */
.breadcrumb-section {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,240,232,1) 100%);
   /* padding: 18px 0px 10px 0px;
    margin-top: -24px;*/
}

.breadcrumb {
    font-size: 1rem;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--color-text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--color-primary);
}

.breadcrumb-item.active {
    color: var(--color-text-light);
}


/* ===========================================
   Hero Section
   =========================================== */
        
        .temple-name {
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 2rem;
            text-transform: capitalize;
        }
        
        .main-image {
            border-radius: 10px;
            height: 365px;
            object-fit: cover;
            width: 100%;
        }
        
        .gallery-thumb {
            border-radius: 10px;
            height: 175px;
            object-fit: cover;
            width: 100%;
        }
        
        .view-more-overlay {
            position: relative;
            cursor: pointer;
        }
        
        .view-more-overlay::after {
            content: 'View More';
            position: absolute;
            top: 0;
            left: 8px;
            right: 8px;
            bottom: 0;
            background-color: rgba(99, 34, 64, 0.7);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 1.2rem;
            transition: opacity 0.3s;
        }
        
        .view-more-overlay:hover::after {
            opacity: 0.9;
        }

        .yd-temple-content h5 {
            color: #F73
        }

        .yd-events-section {
            background-color: #fff;
        }

/* ===========================================
   Temple Timing Section
   =========================================== */

.ytd-features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.timing-content {
  display: flex;
  gap: 28px;
  margin-top: 26px;
}

.timing-left {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ytd-timing-card {
  background: #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ytd-timing-card:hover {
  transform: translateY(-3px);
  box-shadow:0 4px 10px rgba(99,34,64,0.08);
}

.timing-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.timing-icon,
.detail-icon {
  width: 28px;
  height: 28px;
}

.timing-info {
  flex: 1;
}

.timing-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  color: var(--color-text-dark);
  margin-bottom: 8px;
}

.timing-details p {
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-light);
  margin-bottom: 6px;
}

.timing-right {
  display: flex;
  flex-direction: column;
}

.detail-card {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-card:hover {
  transform: translateY(-3px);
  box-shadow:0 4px 10px rgba(99,34,64,0.08);
}

.detail-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-text-dark);
}

.detail-value {
  font-size: 18px;
  line-height: 25px;
  color: var(--color-text-light);
}

.ytd-v-detail-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


/* ===========================================
    About Temple Section
   =========================================== */

.readmore-btn {
  border: none;
  padding: 0px;
  background: #fff;
  width: fit-content;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-primary);
}

.ytd-about-temple p {
    color: var(--color-text-light);
    font-size: 16px;
}


/* ===========================================
   Releted Puja & Stay Section
   =========================================== */

.ytd-puja-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ytd-puja-card {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    min-width: 300px;
}

.ytd-puja-card:hover {
    transform: translateY(-3px);
    border: 1px solid #632240;
}

.accommodation-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.accommodation-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--color-text-dark);
  margin-bottom: 4px;
}

.accommodation-location {
  font-size: 16px;
  line-height: 150%;
  color: #3F3F3F;
}

.accommodation-amenities {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 8px;
}

.amenity-icon {
  width: 24px;
  height: 24px;
}

.booknow-btn a {
    text-decoration: none;
}



/* ===========================================
    Responsive For Mobile View Section
   =========================================== */

    @media (max-width: 1200px) {

    .ytd-wrapper {
        overflow: auto;
        scroll-behavior: smooth;
    }

    .ytd-puja-card {
        width: 400px;
    }

  }

    @media (max-width: 992px) {

      .yth-puja-card img {
        height: 220px;
      }
      .owl-item.center .puja-card {
        transform: scale(1.05);
      }

      .yth-about-content {
        flex-direction: column;
      }

      .owl-stage {
        height: 330px !important;
      }

      .owl-dots {
          text-align: center;
          margin-top: -10px;
      }

      .ytd-puja-card {
         width: 350px;
      }

      .yth-search-card {
          margin-top: 16px;
      }

    }

    @media (max-width: 769px) {
       .yth-sub-heading,.yth-description, .yth-highlith-text  {
          font-size: 16px;
      }

      .yth-puja-card h5 {
        font-size: 18px;
      }

      .owl-stage {
      height: 320px !important;
      }

      .owl-dots {
          text-align: center;
          margin-top: -16px;
      }

      .ydp-yajman-count span {
         font-size: 14px;
      }

      .ypj-v-line {
          width: 2px;
      }

      .yth-benefit-card {
          padding: 16px 16px;
          min-width: 230px;
      }

      .yth-benefit-icon {
          width: 90px;
      }

      .yth-benefit-title {
        font-size: 18px;
      }

      .ytd-about-temple p {
          color: var(--color-text-light);
          font-size: 14px;
      }

      .main-image{
          height: 165px;
      }

      .gallery-thumb {
          height: 125px;
      }   
      
      .yth-hero-bg-mobile {
          display: block;
          width: -webkit-fill-available;
      }

      .yth-hero-bg-desktop {
        display: none;
      }
    }


    @media (max-width: 576px) {
      .yth-puja-card img {
        height: 200px;
      }

      .yth-puja-card h5 {
        font-size: 16px;
      }

      .yth-search-card {
        padding: 1.2rem;
      }

      .timing-title, .detail-label {
        font-size: 18px;
      }

      .timing-details p, .detail-value {
        font-size: 16px;
      }

      .accommodation-image {
        height: 190px;
      }
      
      .breadcrumb-item a, .breadcrumb-item.active {
        font-size: 14px;
    }

    /*.breadcrumb-section {
        padding: 12px 0px 6px 0px;
    }*/

  }

    @media (max-width: 426px) {

      .detail-info {
        align-items: flex-start;
        flex-direction: column;
      }        
}

 @media (max-width: 376px) {

      .ytd-puja-card {
        width: 300px;
      }
}