/* ==========================================================================
   NERALU BRAHMASAMUDRAM THEME (DEEP OLIVE & RIPE AMBER)
   Primary: #1E352F (Deep Olive)
   Accent: #E6B325 (Ripe Amber)
   ========================================================================== */

/* 1. STORY CONTENT */
.theme-brahmasamudram .pd-story-title,
.theme-brahmasamudram .pd-story-title span { color: #1E352F !important; }
.theme-brahmasamudram .pd-story-divider { background: #E6B325 !important; }
.theme-brahmasamudram .pd-story-image-main:after { border-color: #1E352F !important; }

/* 2. LOCATION ADVANTAGE */
.theme-brahmasamudram .pd-location-title,
.theme-brahmasamudram .pd-location-title span { color: #1E352F !important; }
.theme-brahmasamudram .pd-location-list:before { background: linear-gradient(#1E352F, transparent) !important; }
.theme-brahmasamudram .pd-location-icon { border-color: #1E352F !important; color: #1E352F !important; }
.theme-brahmasamudram .pd-location-item:hover .pd-location-icon { background: #1E352F !important; color: #FFF9E9 !important; box-shadow: 0 10px 24px rgba(30, 53, 47, 0.35) !important; }
.theme-brahmasamudram .pd-location-btn { background: #1E352F !important; box-shadow: 0 12px 28px rgba(30, 53, 47, 0.28) !important; }
.theme-brahmasamudram .pd-location-btn:hover { color: #1E352F !important; background: #F0E0C6 !important; }

/* 3. PROJECT SPECIFICATIONS */
.theme-brahmasamudram .project-layout-badge { color: #1E352F !important; }
.theme-brahmasamudram .spec-title span { color: #1E352F !important; }
.theme-brahmasamudram .spec-icon { color: #1E352F !important; }
.theme-brahmasamudram .spec-item:hover .spec-icon { background-color: #1E352F !important; color: #FFF9E9 !important; }
.theme-brahmasamudram .spec-download-btn { background: #1E352F !important; }
.theme-brahmasamudram .spec-download-btn:hover { background: #11201C !important; box-shadow: 0 10px 25px rgba(30, 53, 47, 0.2) !important; }

/* 4. MODALS & FORMS */
.theme-brahmasamudram .lead-form-modal,
.theme-brahmasamudram .pd-masterplan-modal { background: rgba(30, 53, 47, 0.95) !important; }
.theme-brahmasamudram .close-modal,
.theme-brahmasamudram .pd-masterplan-close { color: #1E352F !important; }
.theme-brahmasamudram .modal-content h3 { color: #1E352F !important; }
.theme-brahmasamudram .lead-generation-form input { color: #1E352F !important; }
.theme-brahmasamudram .lead-generation-form input:focus { border-color: #1E352F !important; box-shadow: 0 5px 15px rgba(30, 53, 47, 0.1) !important; }
.theme-brahmasamudram .btn-submit { background: #1E352F !important; }
.theme-brahmasamudram .btn-submit:hover { background: #11201C !important; }
.theme-brahmasamudram #thankYouMessage i { color: #1E352F !important; }

/* 5. VIRTUAL TOUR */
.theme-brahmasamudram .pd-virtual-tour .pd-title,
.theme-brahmasamudram .pd-virtual-tour .pd-title span { color: #1E352F !important; }

/* 6. AMENITIES SECTION OVERRIDES */
.theme-brahmasamudram .section-title-amenities span { color: #E6B325 !important; }
.theme-brahmasamudram .section-title-amenities { color: #1E352F !important; }
.theme-brahmasamudram .ea-icon { background: #1E352F !important; color: #E6B325 !important; border-color: #FFF9E9 !important; }
.theme-brahmasamudram .elite-amenity-card:hover .ea-icon { background: #E6B325 !important; color: #1E352F !important; border-color: #1E352F !important; }
.theme-brahmasamudram .ea-content h3 { color: #1E352F !important; }

/* 7. WOOD TEXTURE BACKGROUNDS (HIGHLIGHTS & SITE VISIT) */
.theme-brahmasamudram .project-detail-custom.pd-highlights,
.theme-brahmasamudram .project-detail-custom.pd-sitevisit {
  background-color: #1E352F !important;
  background-image:
    radial-gradient(circle at center, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%),
    linear-gradient(to right, rgba(30, 53, 47, 0.75), rgba(17, 32, 28, 0.9)),
    url('../img/wood-texture.webp') !important;
  background-blend-mode: multiply, multiply, normal !important;
  background-size: cover !important;
  background-position: center center !important;
  border-top: 4px solid #E6B325 !important;
  border-bottom: 4px solid #E6B325 !important;
  box-shadow: inset 0 10px 50px rgba(0, 0, 0, 0.8) !important;
}

/* 8. TEXT HIGHLIGHTS ON WOOD */
.theme-brahmasamudram .project-detail-custom.pd-highlights .pd-title,
.theme-brahmasamudram .project-detail-custom.pd-sitevisit .pd-sitevisit-title {
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.8) !important;
}
.theme-brahmasamudram .pd-highlight-box h3 {
  color: #E6B325 !important;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.9) !important;
}
.theme-brahmasamudram .pd-highlight-box p {
  color: #FFF9E9 !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) !important;
  font-weight: 700 !important;
}

/* 9. SITE VISIT TEXT & STRIP */
.theme-brahmasamudram .pd-sitevisit-text { color: #FFF9E9 !important; }
.theme-brahmasamudram .trust-strip { border-top: 1px solid rgba(230, 179, 37, 0.3) !important; border-bottom: 1px solid rgba(230, 179, 37, 0.3) !important; background: transparent !important; }
.theme-brahmasamudram .trust-item { color: #E6B325 !important; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important; }

/* 10. PREMIUM SITE VISIT BUTTON */
.theme-brahmasamudram .pd-sitevisit-btn {
  background: linear-gradient(180deg, #FFD55A 0%, #E6B325 100%) !important;
  color: #11201C !important;
  border: 2px solid #11201C !important;
  box-shadow: 0 0 0 3px rgba(230, 179, 37, 0.4), 0 10px 20px rgba(0, 0, 0, 0.5) !important;
  text-shadow: none !important;
  font-weight: 800 !important;
}
.theme-brahmasamudram .pd-sitevisit-btn:hover {
  background: linear-gradient(180deg, #FFF0B3 0%, #FFD55A 100%) !important;
  box-shadow: 0 0 0 3px rgba(230, 179, 37, 0.7), 0 12px 25px rgba(0, 0, 0, 0.6) !important;
  color: #000000 !important;
  transform: translateY(-2px);
}

/* 11. 3D GALLERY TEXT */
.theme-brahmasamudram .pd-3d-gallery-container .gallery-header h2 { color: #1E352F !important; }
.theme-brahmasamudram .pd-3d-gallery-container .gallery-header p { color: #11201C !important; font-weight: 700 !important; }



/* ==========================================================================
   12. PROJECT SPECIFICATIONS (BEAUTIFIED 1x4 VERTICAL LIST)
   ========================================================================== */

/* Force the 1-Column Layout Permanently */
.theme-brahmasamudram .spec-grid {
  display: grid !important;
  grid-template-columns: 1fr !important; /* Locks it to 1 column */
  gap: 15px !important;
  margin-bottom: 40px !important;
}

/* Upgrade each row into a sleek, premium card */
.theme-brahmasamudram .spec-item {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  background: #FFF9E9 !important; /* Crisp cream background */
  padding: 16px 25px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(30, 53, 47, 0.08) !important; /* Subtle olive border */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Beautiful Hover Interaction */
.theme-brahmasamudram .spec-item:hover {
  transform: translateX(10px) !important; /* Slides slightly to the right */
  box-shadow: 0 12px 25px rgba(30, 53, 47, 0.08) !important;
  border-color: #E6B325 !important; /* Border glows Amber */
  background: #ffffff !important;
}

/* Icon Box Styling */
.theme-brahmasamudram .spec-icon {
  width: 60px !important;
  height: 60px !important;
  background: rgba(30, 53, 47, 0.05) !important; /* Light olive tint */
  color: #1E352F !important;
  border-radius: 14px !important;
  font-size: 22px !important;
  transition: all 0.4s ease !important;
}

/* Icon Hover State */
.theme-brahmasamudram .spec-item:hover .spec-icon {
  background-color: #1E352F !important; /* Fills Deep Olive */
  color: #E6B325 !important; /* Icon turns Amber */
  transform: scale(1.05) !important;
}

/* Refined Text Styling */
.theme-brahmasamudram .spec-info p {
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: #777 !important;
  margin-bottom: 4px !important;
}

.theme-brahmasamudram .spec-info strong {
  font-size: 17px !important;
  color: #1E352F !important; /* Deep Olive Text */
  letter-spacing: 0.5px !important;
}

/* ==========================================================================
   HEIGHT BALANCE FIX (Map vs Specifications Grid)
   ========================================================================== */

@media (min-width: 992px) {
  /* 1. Stretch the left map image to match the taller right column */
  .theme-brahmasamudram .masterplan-image-wrapper {
    height: 560px !important; /* Increased from the default 480px */
  }

  /* 2. Slightly tighten the vertical spacing of the right-side cards */
  .theme-brahmasamudram .spec-grid {
    gap: 28px !important; /* Reduced from 15px */
    margin-bottom: 0 !important;
  }

  .theme-brahmasamudram .spec-item {
    padding: 14px 20px !important; /* Slightly thinner top/bottom padding */
  }
}

/* ==========================================================================
   BUTTON SPACING FIX
   ========================================================================== */

.theme-brahmasamudram .spec-footer {
  margin-top: 35px !important;
  display: block !important;
}

.theme-brahmasamudram .spec-grid {
  margin-bottom: 0 !important; /* Resets the old margin to prevent double-spacing */
  
}

.theme-brahmasamudram .pd-location-btn:hover,
.theme-brahmasamudram .spec-download-btn:hover,
.theme-brahmasamudram .btn-submit:hover,
.theme-brahmasamudram button[type="submit"]:hover {
  background: #E6B325 !important; /* Ripe Amber */
  color: #1E352F !important; /* Deep Olive Text for contrast */
  border-color: #E6B325 !important;
  box-shadow: 0 10px 25px rgba(230, 179, 37, 0.4) !important; /* Soft amber glow */
  transform: translateY(-3px) !important; /* Keeps the smooth lift effect */
}

/* ==========================================================================
   MASTERPLAN HOVER OVERLAY (RIPE AMBER)
   ========================================================================== */

.theme-brahmasamudram .plan-overlay {
  /* Using rgba for #E6B325 (230, 179, 37) with 85% opacity */
  background: rgba(230, 179, 37, 0.85) !important; 
  color: #1E352F !important; /* Deep Olive Text for high contrast */
}

.theme-brahmasamudram .plan-overlay i,
.theme-brahmasamudram .plan-overlay span {
  color: #1E352F !important; /* Ensures the icon and text are perfectly readable */
}

/* ==========================================================================
   FULLSCREEN MASTERPLAN MODAL BACKGROUND (#1E352F)
   ========================================================================== */

/* Change the fullscreen overlay background to Deep Olive */
.theme-brahmasamudram .pd-masterplan-modal {
  background: #1E352F !important; /* Solid Deep Olive */
  /* If you want it slightly see-through, use this instead: background: rgba(30, 53, 47, 0.95) !important; */
}

/* Make the Close Button pop with Ripe Amber so it doesn't get lost */
.theme-brahmasamudram .pd-masterplan-close {
  background-color: #E6B325 !important;
  color: #1E352F !important;
  border-color: #E6B325 !important;
}

.theme-brahmasamudram .pd-masterplan-close:hover {
  background-color: #FFF9E9 !important; /* Turns cream on hover */
  border-color: #FFF9E9 !important;
  transform: rotate(90deg);
}

/* ==========================================================================
   FULLSCREEN MASTERPLAN MODAL BACKGROUND (#1E352F)
   ========================================================================== */

/* Change the fullscreen overlay background to Deep Olive */
.theme-brahmasamudram .pd-masterplan-modal {
  background: #1E352F !important; /* Solid Deep Olive */
  /* If you want it slightly see-through, use this instead: background: rgba(30, 53, 47, 0.95) !important; */
}

/* Make the Close Button pop with Ripe Amber so it doesn't get lost */
.theme-brahmasamudram .pd-masterplan-close {
  background-color: #E6B325 !important;
  color: #1E352F !important;
  border-color: #E6B325 !important;
}

.theme-brahmasamudram .pd-masterplan-close:hover {
  background-color: #FFF9E9 !important; /* Turns cream on hover */
  border-color: #FFF9E9 !important;
  transform: rotate(90deg);
}

/* ==========================================================================
   INTERACTIVE MASTER SHOWCASE (AMENITIES)
   ========================================================================== */

.theme-brahmasamudram .ims-section {
  padding: 80px 0;
  background-color: transparent;
}

.theme-brahmasamudram .ims-container {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}

/* --- Left List Styles --- */
.theme-brahmasamudram .ims-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.theme-brahmasamudram .ims-item {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 20px 25px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid transparent;
  background: transparent;
  position: relative;
}

/* Hover & Active State */
.theme-brahmasamudram .ims-item:hover, 
.theme-brahmasamudram .ims-item.active {
  background: #FFF9E9;
  border-color: rgba(230, 179, 37, 0.3);
  box-shadow: 0 10px 30px rgba(30, 53, 47, 0.05);
  transform: translateX(15px); /* Sleek slide to the right */
}

/* Active Marker Line */
.theme-brahmasamudram .ims-item.active::before {
  content: '';
  position: absolute;
  left: -1px;
  top: 15%;
  height: 70%;
  width: 5px;
  background: #E6B325;
  border-radius: 10px;
}

/* Icon Styles */
.theme-brahmasamudram .ims-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 53, 47, 0.06);
  color: #1E352F;
  font-size: 22px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.theme-brahmasamudram .ims-item:hover .ims-icon,
.theme-brahmasamudram .ims-item.active .ims-icon {
  background: #1E352F;
  color: #E6B325;
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(30, 53, 47, 0.2);
}

/* Text Styles */
.theme-brahmasamudram .ims-text h3 {
  margin: 0 0 4px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #1E352F;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.theme-brahmasamudram .ims-text p {
  margin: 0;
  font-size: 13px;
  color: #777;
}

/* --- Right Visual Styles --- */
.theme-brahmasamudram .ims-visual {
  position: relative;
  width: 100%;
  height: 600px; /* Massive, beautiful image block */
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(30, 53, 47, 0.15);
  background: #eee;
}

.theme-brahmasamudram .ims-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.08); /* Starts slightly zoomed in */
  transition: opacity 0.6s ease-in-out, transform 6s linear; /* Premium slow-pan effect */
  z-index: 1;
}

.theme-brahmasamudram .ims-img.active {
  opacity: 1;
  transform: scale(1); /* Slowly zooms out to normal size when active */
  z-index: 2;
}

/* Subtle inner shadow for depth */
.theme-brahmasamudram .ims-overlay {
  position: absolute;
  inset: 0;
  background: inset 0 0 50px rgba(0,0,0,0.2);
  z-index: 3;
  pointer-events: none;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
  .theme-brahmasamudram .ims-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  /* Reverse order: Show image first, then list on mobile */
  .theme-brahmasamudram .ims-visual {
    order: 1;
    height: 350px;
    border-radius: 16px;
  }

  .theme-brahmasamudram .ims-list {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 15px;
    /* Smooth horizontal scrolling for mobile */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar for cleaner look */
  .theme-brahmasamudram .ims-list::-webkit-scrollbar {
    display: none;
  }

  .theme-brahmasamudram .ims-item {
    flex: 0 0 280px; /* Fixed width cards for swiping */
    scroll-snap-align: start;
    margin: 0;
    padding: 16px 20px;
  }

  .theme-brahmasamudram .ims-item:hover, 
  .theme-brahmasamudram .ims-item.active {
    transform: translateY(-5px); /* Lift up instead of right on mobile */
  }

  /* Move active marker line to the top for mobile */
  .theme-brahmasamudram .ims-item.active::before {
    left: 15%;
    top: -1px;
    width: 70%;
    height: 4px;
  }
}


/* ==========================================================================
   PREMIUM AMENITY BADGES
   ========================================================================== */

.theme-brahmasamudram .amenity-badges-section {
  padding: 80px 0;
  background-color: transparent;
}

.theme-brahmasamudram .amenity-badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns across */
  gap: 30px;
}

.theme-brahmasamudram .amenity-badge {
  display: flex;
  align-items: center;
  background: #FFF9E9;
  padding: 25px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(30, 53, 47, 0.08);
  transition: all 0.3s ease;
}

.theme-brahmasamudram .amenity-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(30, 53, 47, 0.08);
  border-color: #E6B325;
}

.theme-brahmasamudram .ab-icon {
  width: 60px;
  height: 60px;
  background: rgba(30, 53, 47, 0.05);
  color: #1E352F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.theme-brahmasamudram .amenity-badge:hover .ab-icon {
  background: #1E352F;
  color: #E6B325;
  transform: scale(1.1);
}

.theme-brahmasamudram .ab-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  color: #1E352F;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theme-brahmasamudram .ab-content p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .theme-brahmasamudram .amenity-badge-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .theme-brahmasamudram .amenity-badge-grid {
    grid-template-columns: 1fr; /* 1 column on phones */
  }
  .theme-brahmasamudram .amenity-badge {
    padding: 20px;
  }
  .theme-brahmasamudram .ab-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* ==========================================================================
   PREMIUM AMENITY BADGES (ENLARGED)
   ========================================================================== */

.theme-brahmasamudram .amenity-badges-section {
  padding: 80px 0;
  background-color: transparent;
}

.theme-brahmasamudram .amenity-badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 35px; /* Increased gap */
}

.theme-brahmasamudram .amenity-badge {
  display: flex;
  align-items: center;
  background: #FFF9E9;
  padding: 35px 35px; /* MASSIVE increase in card size */
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(30, 53, 47, 0.08);
  transition: all 0.3s ease;
}

.theme-brahmasamudram .amenity-badge:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(30, 53, 47, 0.08);
  border-color: #E6B325;
}

.theme-brahmasamudram .ab-icon {
  width: 80px; /* Increased from 60px */
  height: 80px; /* Increased from 60px */
  background: rgba(30, 53, 47, 0.05);
  color: #1E352F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px; /* Huge icon size (was 24px) */
  flex-shrink: 0;
  margin-right: 25px; /* Pushed text slightly further away */
  transition: all 0.3s ease;
}

.theme-brahmasamudram .amenity-badge:hover .ab-icon {
  background: #1E352F;
  color: #E6B325;
  transform: scale(1.1);
}

.theme-brahmasamudram .ab-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px; /* Bigger Title */
  color: #1E352F;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theme-brahmasamudram .ab-content p {
  margin: 0;
  font-size: 15px; /* Bigger Subtext */
  color: #666;
}

/* Mobile Responsiveness for Large Cards */
@media (max-width: 991px) {
  .theme-brahmasamudram .amenity-badge-grid {
    grid-template-columns: repeat(2, 1fr); 
    gap: 25px;
  }
  .theme-brahmasamudram .amenity-badge {
    padding: 30px 25px; /* Slightly scaled down for tablets */
  }
}

@media (max-width: 768px) {
  .theme-brahmasamudram .amenity-badge-grid {
    grid-template-columns: 1fr; 
  }
  .theme-brahmasamudram .amenity-badge {
    padding: 25px 20px;
  }
  .theme-brahmasamudram .ab-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
  .theme-brahmasamudram .ab-content h3 {
    font-size: 20px;
  }
}

/* ==========================================================================
   NEXT PROJECT (ULTIMATE TEXT VISIBILITY & COLOR MATCH FIX)
   ========================================================================== */

/* 1. Main Section Container */
body.theme-brahmasamudram .luxury-bridge-simple {
  position: relative;
  width: 100%;
  height: clamp(280px, 35vh, 350px); 
  display: flex;
  align-items: center;
  background-color: #1E352F !important; 
  background-image: 
    radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.9) 100%),
    url('../img/wood-texture.webp') !important;
  background-blend-mode: multiply, normal !important;
  background-size: cover !important;
  background-position: center !important;
  border: none !important; /* Removes old border logic */
  overflow: hidden;
}

/* 2. Top and Bottom Strips (Identical Layers) */
body.theme-brahmasamudram .luxury-bridge-simple::before,
body.theme-brahmasamudram .luxury-bridge-simple::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 6px !important;
  background: #E6B325 !important; /* Solid Ripe Amber */
  z-index: 100 !important;
}
body.theme-brahmasamudram .luxury-bridge-simple::before { top: 0; }
body.theme-brahmasamudram .luxury-bridge-simple::after { bottom: 0; }

/* 3. Text Visibility Fix (Forcing Cream color) */
body.theme-brahmasamudram .lb-kicker-simple {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #E6B325 !important; /* Ripe Amber Kicker */
  margin-bottom: 10px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

body.theme-brahmasamudram .lb-title-simple {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(50px, 6vw, 80px); 
  font-weight: 600;
  color: #FFF9E9 !important; /* Forces Title to Cream */
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 1); /* Heavy shadow to pop from bark */
}

/* 4. Button & Pulse Effect */
body.theme-brahmasamudram .lb-solid-btn {
  background-color: #E6B325 !important; 
  color: #1E352F !important; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 45px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  animation: amber-pulse 2s infinite;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes amber-pulse {
  0% { box-shadow: 0 0 0 0 rgba(230, 179, 37, 0.7); transform: scale(1); }
  70% { box-shadow: 0 0 0 20px rgba(230, 179, 37, 0); transform: scale(1.02); }
  100% { box-shadow: 0 0 0 0 rgba(230, 179, 37, 0); transform: scale(1); }
}

body.theme-brahmasamudram .lb-solid-btn:hover {
  background-color: #FFF9E9 !important; 
  animation: none;
  transform: translateY(-4px);
}

/* Layout container centering */
body.theme-brahmasamudram .lb-container-simple {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 50;
}



.bg-samudra {
  background: url(../img/projects/Brahmasamudra/Brahmasamudra.webp) 100% 0 no-repeat;
  background-position: center center;

  /* Ensures the image covers the entire area, cropping if necessary */
  background-size: cover;

  /* Prevents the image from repeating */
  background-repeat: no-repeat;
  padding: 33.7vmin 0 11vmin;
}