
  .radiusImg {    
    border-radius: 0 50px 0 50px;
  }                              

  
.wedding-card {
    position: relative;
    overflow: hidden;
}

.wedding-card img {
    transition: transform 0.4s ease;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(15, 67, 54, 0.85); /* #0f4336 */
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    transition: 0.3s;
}

.overlay h5 {
    margin: 0; 
    color: white !important;
    font-size: 18px;
}

.wedding-card:hover img {
    transform: scale(1.05);
}

.wedding-card:hover .overlay {
    background: rgba(15, 67, 54, 0.95);
}

.custom-btn {
    background-color: #0f4336;
    color: #fff;
    padding: 10px 25px;
    border-radius:50px;
    text-decoration: none;
}

.custom-btn:hover {
    background-color: #0c352b;
    color: #fff;
}   

	
		.season-card {
			background: #0f4336;
			border: 1px solid #3d3d3d;
			border-radius: 12px;
			height: 98%;
			transition: transform 0.3s;
		}

		.season-card:hover {
			transform: translateY(-5px);
		}

		.dot {
			height: 10px;
			width: 10px;
			border-radius: 50%;
			display: inline-block;
			margin-right: 10px;
		}

		.peak-dot {
			background: #d8b888;
		}

		.shoulder-dot {
			background: #d8b888;
		}

		.off-dot {
			background: #d8b888;
		}

		.data-row {
			display: flex;
			justify-content: space-between;
			padding: 8px 0;
			border-bottom: 1px solid #3d3d3d;
			
		}

		.data-row:last-of-type {
			border-bottom: none;
		}

		.badge-custom {
			padding: 5px 12px;
			border-radius: 15px;
			font-size: 0.75rem;
			margin-top: 15px;
			display: inline-block;
		}

		/* Month Grid */
		.month-card {
			background: #0f4336;
			border-radius: 8px;
			padding: 15px;
			height: 98%;
			border-top: 4px solid;
		}

		.month-card.peak {
			border-color: #d8b888;
		}

		.month-card.shoulder {
			border-color: #d8b888;
		}

		.month-card.off {
			border-color: #d8b888;
		}

	

		/* Footer Tip */
		.tip-box {
			background: #0f4336;
			border-radius: 8px;
			padding: 20px;
			margin-top: 40px;
		}

		span {
			color: white;
		}

   .eyebrow {
      
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #d8b888;
   }


   .sec-sub {
    
      color: #555;
      max-width: 700px;
   }

   /* Tabs Custom Styling */
   .nav-pills .nav-link {
      margin: 5px;
      font-weight: 600;
      color: #0f4336;
      border: 4px solid #0f4336;
      border-radius: 4px;
      padding: 8px 20px;
      background: transparent;
      transition: all 0.3s ease;
   }

   .nav-pills .nav-link.active {
      background: #0f4336;
      color: #d8b888;
      border-color: #0f4336;
   }

   /* Card Layout */
   .crisis-card {
      border: none;
      border-radius: 16px;
      padding: 2rem;
      background: #ffffff;
      box-shadow: 0 10px 30px rgba(15, 67, 54, 0.08);
      border-left: 6px solid #d8b888;
   }

   .badge-time {
     margin: 11px;
    background: #0f4336;
    color: #d8b888;
    font-weight: 700;
    padding: 21px 14px;
    border-radius: 4px;
    text-transform: capitalize;
   }

   .col-label {
     
      font-weight: 800;
      text-transform: uppercase;
      color: #d8b888;
      margin-bottom: 8px;
      display: block;
   }

   .col-text {
      
      line-height: 1.7;
      color: #1a1a1a;
   }

   /* Quote Box */
   .quote-box {
      background: #0f4336;
      color: #f4eee3;
      border-radius: 12px;
      padding: 1.5rem;
      margin-top: 2rem;
   }

   .quote-box p {
   
      font-style: italic;
      margin-bottom: 8px;
   }

   .quote-box span {
      color: #d8b888;
      font-weight: 600;
      
   }

   /* Stats & CTA */
   .stat-box {
      background: white;
      border: 1px solid #f4eee3;
      border-radius: 12px;
      padding: 1.5rem;
      transition: 0.3s;
      text-align: center;
   }

   .stat-num {
     font-size: 30px;
      font-weight: 800;
      color: #0f4336;
   }

   .cta-box {
      background: #0f4336;
      border-radius: 16px;
      padding: 2rem;
      color: white;
   }

   .cta-btn {
      background: #d8b888;
      color: #0f4336;
      font-weight: 700;
      padding: 12px 28px;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
   }

   .step-dot {
      width: 40px;
      height: 40px;
      background: #d8b888;
      color: #0f4336;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      flex-shrink: 0;
   }
 
  .custom-accordion-header {
    cursor: pointer;
    padding: 1rem;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    font-weight: bold;
  }

  .custom-accordion-header[aria-expanded="true"] {
    background-color: #e9ecef;
  }

  .custom-accordion-content {
    border: 1px solid #ddd;
    border-top: none;
    padding: 1rem;
  }
 
      .journey-section {
         padding: 88px 40px 80px;
         background: #0f4336;
         position: relative;
         overflow: hidden;
      }

      .journey-section::before {
         content: '';
         position: absolute;
         inset: 0;
         background-image:
            radial-gradient(circle at 15% 50%, rgba(201, 168, 76, 0.06) 0%, transparent 50%),
            radial-gradient(circle at 85% 20%, rgba(201, 168, 76, 0.04) 0%, transparent 40%);
         pointer-events: none;
      }

      .section-inner {
         max-width: 1080px;
         margin: 0 auto;
         position: relative;
         z-index: 1;
      }

      /* ─── HEADER ─── */
      .section-eyebrow {
         display: flex;
         align-items: center;
         gap: 10px;
         margin-bottom: 12px;
      }

      .eyebrow-line {
         width: 28px;
         height: 1px;
         background: #d8b888;
      }

      .eyebrow-text {
        
         font-weight: 500;
         letter-spacing: 2.5px;
         text-transform: uppercase;
         color: white;
      }

      .section-heading  {
        
         font-size: clamp(30px, 4.5vw, 50px);
         font-weight: 300;
         color:white;
         line-height: 1.1;
         margin-bottom: 12px;
      }

      .section-sub {
       
         color:white;
         font-weight: 300;
         max-width: 520px;
         line-height: 1.75;
         margin-bottom: 60px;
      }

      /* ─── TIMELINE TRACK ─── */
      .timeline-wrap {
         position: relative;
      }

      /* The connecting horizontal line */
      .timeline-track {
         position: absolute;
         top: 178px;
         /* aligns to dot center */
         left: 0;
         right: 0;
         height: 1px;
         background: rgba(255, 255, 255, 0.1);
         z-index: 0;
      }

      /* Gold progress fill — animates on load */
      .timeline-track-fill {
         height: 100%;
         width: 0%;
         background: linear-gradient(to right, #d8b888, rgba(201, 168, 76, 0.3));
         transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1);
      }

      /* ─── EVENTS GRID ─── */
      .events-grid {
         display: grid;
         grid-template-columns: repeat(5, 1fr);
         gap: 12px;
         position: relative;
         z-index: 1;
      }

      /* ─── SINGLE EVENT CARD ─── */
      .event-card {
         display: flex;
         flex-direction: column;
         align-items: center;
         opacity: 0;
         transform: translateY(24px);
         transition: opacity 0.55s ease, transform 0.55s ease;
      }

      .event-card.visible {
         opacity: 1;
         transform: translateY(0);
      }

      /* stagger delays */
      .event-card:nth-child(1) {
         transition-delay: 0.0s;
      }

      .event-card:nth-child(2) {
         transition-delay: 0.12s;
      }

      .event-card:nth-child(3) {
         transition-delay: 0.24s;
      }

      .event-card:nth-child(4) {
         transition-delay: 0.36s;
      }

      .event-card:nth-child(5) {
         transition-delay: 0.48s;
      }

      /* Photo box */
      .event-photo {
         width: 100%;
         aspect-ratio: 4 / 5;
         border-radius: 6px;
         overflow: hidden;
         position: relative;
         background: rgba(255, 255, 255, 0.04);
         border: 1px solid rgba(255, 255, 255, 0.08);
         margin-bottom: 0;
         cursor: pointer;
         transition: transform 0.4s ease, border-color 0.3s;
      }

      .event-photo:hover {
         transform: translateY(-6px);
         border-color: rgba(201, 168, 76, 0.4);
      }

      /* Real photo — replace src */
      .event-photo img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         display: block;
         transition: transform 0.5s ease;
      }

      .event-photo:hover img {
         transform: scale(1.07);
      }

      /* gradient on photo */
      .event-photo::after {
         content: '';
         position: absolute;
         inset: 0;
         background: #ffe4c438;
         pointer-events: none;
      }

      /* placeholder when no photo */
      .photo-placeholder {
         width: 100%;
         height: 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         gap: 10px;
      }

      .photo-placeholder svg {
         opacity: 0.2;
      }

      .photo-placeholder span {
         font-size: 10px;
         color: rgba(255, 255, 255, 0.3);
         text-align: center;
         line-height: 1.5;
      }

      /* event icon inside photo — bottom left */
      .event-icon-tag {
         position: absolute;
         bottom: 10px;
         left: 10px;
         z-index: 3;
         background: #d8b888;
         color: var(--navy);
         font-size: 16px;
         width: 32px;
         height: 32px;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         line-height: 1;
      }

      /* ─── CONNECTOR DOT ─── */
      .dot-wrap {
         display: flex;
         flex-direction: column;
         align-items: center;
         margin: 14px 0 12px;
         position: relative;
         z-index: 2;
      }

      .dot-outer {
         width: 14px;
         height: 14px;
         border-radius: 50%;
         border: 1.5px solid rgba(201, 168, 76, 0.4);
         display: flex;
         align-items: center;
         justify-content: center;
         background: var(--navy);
         transition: border-color 0.3s;
      }

      .event-card:hover .dot-outer {
         border-color: #d8b888;
      }

      .dot-inner {
         width: 6px;
         height: 6px;
         border-radius: 50%;
         background: #d8b888;
         opacity: 0.5;
         transition: opacity 0.3s;
      }

      .event-card:hover .dot-inner {
         opacity: 1;
      }

      /* ─── EVENT LABEL ─── */
      .event-label {
         text-align: center;
      }

      .event-name {
        
       
         font-weight: 400;
         color: white;
         line-height: 1.2;
         margin-bottom: 4px;
         letter-spacing: 0.3px;
      }

      .event-day {
        
         font-weight: 300;
         color: white;
         letter-spacing: 0.5px;
      }

      .event-desc {
         
         color: white;
         font-weight: 300;
         line-height: 1.5;
         margin-top: 6px;
         text-align: center;
         max-width: 120px;
      }

      /* ─── BOTTOM STRIP ─── */
      .journey-footer {
         margin-top: 52px;
         display: flex;
         align-items: center;
         justify-content: space-between;
         flex-wrap: wrap;
         gap: 20px;
         padding-top: 32px;
         border-top: 1px solid rgba(255, 255, 255, 0.08);
      }

      .footer-text {
        
         font-size: 20px;
         font-weight: 300;
         color: rgba(255, 255, 255, 0.7);
         line-height: 1.4;
      }


      .footer-btns {
         display: flex;
         gap: 12px;
         align-items: center;
         flex-wrap: wrap;
      }

      .btn-gold {
         background: #d8b888;
         color: var(--navy);
         font-family: var(--sans);
         
         font-weight: 500;
         padding: 12px 24px;
         border: none;
         border-radius: 3px;
         cursor: pointer;
         text-decoration: none;
         letter-spacing: 0.3px;
         display: inline-block;
         transition: background 0.2s;
      }

      .btn-gold:hover {
         background: var(--gold-light);
      }

      .btn-ghost-light {
         background: transparent;
         color: rgba(255, 255, 255, 0.65);
         font-family: var(--sans);
         
         font-weight: 300;
         padding: 12px 0;
         border: none;
         border-bottom: 1px solid rgba(255, 255, 255, 0.25);
         cursor: pointer;
         text-decoration: none;
         letter-spacing: 0.3px;
         display: inline-flex;
         align-items: center;
         gap: 6px;
         border-radius: 0;
         transition: color 0.2s, border-color 0.2s;
      }

      .btn-ghost-light:hover {
         
         border-color: #d8b888;
      }

      /* ─── MOBILE ─── */
      @media (max-width: 860px) {
         .journey-section {
            padding: 60px 24px;
         }

         .events-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
         }

         .timeline-track {
            display: none;
         }

         .event-card:nth-child(4),
         .event-card:nth-child(5) {}
      }

      @media (max-width: 560px) {
         .events-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
         }

         .event-card:nth-child(5) {
            grid-column: 1 / 3;
            max-width: 50%;
            margin: 0 auto;
         }

         .journey-footer {
            flex-direction: column;
            align-items: flex-start;
         }

         .footer-btns {
            width: 100%;
         }

         .btn-gold {
            flex: 1;
            text-align: center;
         }
      }
   