.elementor-20 .elementor-element.elementor-element-76f88f0{--display:flex;}.elementor-20 .elementor-element.elementor-element-d74530a{--display:flex;}.elementor-20 .elementor-element.elementor-element-218a224{--display:flex;}.elementor-20 .elementor-element.elementor-element-54f6b01{--display:flex;}.elementor-20 .elementor-element.elementor-element-c3d6ccc{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9da053c *//* BREAKOUT FULL SCREEN CONTAINER */
.rr-corp-hero {
  position: relative !important;
  width: 100vw !important;
  min-height: 85vh !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: #0A0908 !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  font-family: 'Manrope', sans-serif !important;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* BACKGROUND IMAGE & AMBIENT ANIMATION */
.rr-corp-bg-container {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

.rr-corp-bg-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  animation: rrKenBurns 18s ease-in-out infinite alternate !important;
}

@keyframes rrKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.07); }
}

/* DARK GRADIENT OVERLAY */
.rr-corp-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    90deg, 
    rgba(10, 9, 8, 0.95) 0%, 
    rgba(10, 9, 8, 0.80) 40%, 
    rgba(10, 9, 8, 0.30) 75%, 
    rgba(10, 9, 8, 0.15) 100%
  ) !important;
}

/* CONTENT COLUMN */
.rr-corp-content {
  position: relative !important;
  z-index: 5 !important;
  margin-left: 8vw !important;
  max-width: 580px !important;
  padding: 60px 0 !important;
  color: #FFFFFF !important;
}

/* SUBTITLE TAG WITH DASHES */
.rr-corp-tag-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 22px !important;
}

.rr-corp-dash {
  width: 24px !important;
  height: 1px !important;
  background-color: #B28E63 !important;
  display: inline-block !important;
}

.rr-corp-tag {
  font-family: 'Cinzel', serif !important;
  font-size: 0.78rem !important;
  letter-spacing: 3.5px !important;
  color: #B28E63 !important;
  font-weight: 600 !important;
}

/* HEADLINE */
.rr-corp-heading {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2.4rem, 3.8vw, 4.4rem) !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: 2px !important;
  color: #F8F5F0 !important;
  margin: 0 0 24px 0 !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 18px rgba(0,0,0,0.6) !important;
}

/* PARAGRAPH */
.rr-corp-desc {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: #C8C2BA !important;
  margin: 0 0 35px 0 !important;
  font-weight: 300 !important;
  max-width: 480px !important;
}

/* CTA BUTTON WITH SHIMMER */
.rr-corp-btn-wrap {
  margin-bottom: 40px !important;
}

.rr-corp-cta {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  background-color: #927553 !important;
  color: #FFFFFF !important;
  padding: 16px 32px !important;
  text-decoration: none !important;
  font-family: 'Cinzel', serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 2.2px !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  transition: all 0.4s ease !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4) !important;
}

.rr-corp-cta:hover {
  background-color: #A3845F !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(163, 132, 95, 0.3) !important;
}

.rr-corp-cta i {
  transition: transform 0.3s ease !important;
}

.rr-corp-cta:hover i {
  transform: translateX(6px) !important;
}

.rr-cta-shine {
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent) !important;
  transform: skewX(-20deg) !important;
  transition: 0.7s ease !important;
}

.rr-corp-cta:hover .rr-cta-shine {
  left: 140% !important;
}

/* FOOTER CATEGORIES */
.rr-corp-categories {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-family: 'Cinzel', serif !important;
  font-size: 0.72rem !important;
  letter-spacing: 2.5px !important;
  color: #A0988E !important;
  font-weight: 500 !important;
}

.rr-dot {
  color: #B28E63 !important;
  font-size: 0.8rem !important;
}

/* FADE IN ANIMATIONS */
.rr-fade-in-1, .rr-fade-in-2, .rr-fade-in-3, .rr-fade-in-4, .rr-fade-in-5 {
  animation: rrFadeUp 0.8s ease-out forwards !important;
}

.rr-fade-in-1 { animation-delay: 0.1s !important; }
.rr-fade-in-2 { animation-delay: 0.3s !important; }
.rr-fade-in-3 { animation-delay: 0.5s !important; }
.rr-fade-in-4 { animation-delay: 0.7s !important; }
.rr-fade-in-5 { animation-delay: 0.9s !important; }

@keyframes rrFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE LAYOUT */
@media (max-width: 768px) {
  .rr-corp-hero {
    min-height: 90vh !important;
  }
  .rr-corp-content {
    margin-left: 6vw !important;
    margin-right: 6vw !important;
    max-width: 100% !important;
  }
  .rr-corp-heading {
    font-size: 2.2rem !important;
  }
  .rr-corp-categories {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38e6380 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.corporate-services-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: radial-gradient(circle at top, #16110a 0%, #080808 50%, #040404 100%);
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 60px 40px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.corporate-services-wrapper *, .corporate-services-wrapper *::before, .corporate-services-wrapper *::after {
  box-sizing: border-box;
}

/* Corner Ornaments Graphics */
.corporate-services-wrapper .corner-ornament {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 5;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.corporate-services-wrapper .top-left {
  top: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-services-wrapper .top-right {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-services-wrapper .bottom-left {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-services-wrapper .bottom-right {
  bottom: 12px;
  right: 12px;
  transform: scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-services-wrapper .subheading {
  color: #d9b15d;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.corporate-services-wrapper .heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.15;
}

.corporate-services-wrapper .heading span {
  color: #d9b15d;
}

.corporate-services-wrapper .heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.corporate-services-wrapper .heading-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.corporate-services-wrapper .heading-divider svg {
  width: 18px;
  fill: #d4af37;
}

/* Continuous Infinite Slider Container */
.corporate-services-wrapper .slider-container {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Gradient Fade Edges */
.corporate-services-wrapper .slider-container::before,
.corporate-services-wrapper .slider-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.corporate-services-wrapper .slider-container::before {
  left: 0;
  background: linear-gradient(to right, #080808, transparent);
}
.corporate-services-wrapper .slider-container::after {
  right: 0;
  background: linear-gradient(to left, #080808, transparent);
}

.corporate-services-wrapper .slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollServices 40s linear infinite;
}

/* Pause animation on hover */
.corporate-services-wrapper .slider-container:hover .slider-track {
  animation-play-state: paused;
}

@keyframes scrollServices {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 10px));
  }
}

/* Individual Service Card */
.corporate-services-wrapper .service-card {
  position: relative;
  width: 195px;
  height: 480px;
  border-radius: 8px;
  border: 1px solid rgba(212, 168, 74, 0.35);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 15px;
  text-align: center;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  flex-shrink: 0;
}

/* Overlay gradient for text readability and bottom image preview */
.corporate-services-wrapper .service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(5,5,5,0.95) 45%, rgba(5,5,5,0.7) 75%, rgba(5,5,5,0.4) 100%);
  z-index: 1;
}

.corporate-services-wrapper .service-card:hover {
  transform: translateY(-8px);
  border-color: #d7ab4d;
  box-shadow: 0 15px 35px rgba(212,167,74,0.25);
}

.corporate-services-wrapper .service-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.corporate-services-wrapper .service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  color: #d9b15d;
}

.corporate-services-wrapper .service-icon svg {
  width: 100%;
  height: 100%;
  stroke: #d9b15d;
}

.corporate-services-wrapper .service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: #d9b15d;
  margin-bottom: 10px;
  line-height: 1.2;
}

.corporate-services-wrapper .service-card p {
  color: #cccccc;
  font-size: 11.5px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .corporate-services-wrapper {
    padding: 40px 20px;
  }
  .corporate-services-wrapper .heading {
    font-size: 28px;
  }
  .corporate-services-wrapper .service-card {
    width: 170px;
    height: 440px;
  }
  .corporate-services-wrapper .corner-ornament {
    width: 45px;
    height: 45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a88846d */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.process-partners-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: radial-gradient(circle at top, #16110a 0%, #080808 50%, #040404 100%);
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 60px 40px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.process-partners-wrapper *, .process-partners-wrapper *::before, .process-partners-wrapper *::after {
  box-sizing: border-box;
}

/* Corner Ornaments Graphics */
.process-partners-wrapper .corner-ornament {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 5;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.process-partners-wrapper .top-left {
  top: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.process-partners-wrapper .top-right {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.process-partners-wrapper .bottom-left {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.process-partners-wrapper .bottom-right {
  bottom: 12px;
  right: 12px;
  transform: scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

/* Headings Styling */
.process-partners-wrapper .subheading {
  color: #d9b15d;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.process-partners-wrapper .heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.15;
}

.process-partners-wrapper .heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
}

.process-partners-wrapper .heading-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.process-partners-wrapper .heading-divider svg {
  width: 18px;
  fill: #d4af37;
}

/* --- TIMELINE SECTION STYLING --- */
.timeline-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 0 20px;
}

/* Connecting Dotted Line */
.timeline-line {
  position: absolute;
  top: 35px;
  left: 60px;
  right: 60px;
  height: 2px;
  background-image: linear-gradient(to right, #d4af37 60%, rgba(212, 175, 55, 0) 40%);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  z-index: 1;
}

.timeline-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 190px;
}

.step-circle-box {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle, #1a150e 0%, #0a0a0a 100%);
  border: 1.5px solid #d4af37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9b15d;
  margin-bottom: 18px;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.15);
  transition: all 0.4s ease;
}

.step-circle-box svg {
  width: 28px;
  height: 28px;
  stroke: #d9b15d;
}

.timeline-step:hover .step-circle-box {
  transform: translateY(-5px);
  background: #d4af37;
  color: #080808;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
}

.timeline-step:hover .step-circle-box svg {
  stroke: #080808;
}

/* Glowing Pulse Dot on Line */
.step-glow-dot {
  position: absolute;
  top: 34px;
  right: -55px;
  width: 8px;
  height: 8px;
  background: #d4af37;
  border-radius: 50%;
  box-shadow: 0 0 10px #d4af37, 0 0 20px #d4af37;
  z-index: 3;
  animation: pulseGlow 2s infinite ease-in-out;
}

@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.4); opacity: 1; box-shadow: 0 0 15px #ffd700, 0 0 30px #ffd700; }
}

.step-number {
  color: #d9b15d;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.timeline-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.timeline-step p {
  color: #b8b8b8;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

/* Section Spacer */
.section-spacer {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.4), transparent);
  margin: 60px 0;
}

/* --- PARTNERS CARDS SECTION STYLING --- */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.partner-card {
  position: relative;
  background: linear-gradient(135deg, rgba(18, 14, 9, 0.8) 0%, rgba(8, 8, 8, 0.95) 100%);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 8px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease;
}

.partner-card:hover {
  transform: translateY(-8px);
  border-color: #d4af37;
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2);
  background: linear-gradient(135deg, rgba(26, 20, 12, 0.9) 0%, rgba(12, 12, 12, 0.98) 100%);
}

.partner-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.05);
  transition: all 0.4s ease;
}

.partner-card:hover .partner-icon {
  background: #d4af37;
  transform: scale(1.1);
}

.partner-icon svg {
  width: 24px;
  height: 24px;
  stroke: #d9b15d;
  transition: stroke 0.4s ease;
}

.partner-card:hover .partner-icon svg {
  stroke: #080808;
}

.partner-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #d9b15d;
  margin-bottom: 10px;
}

.partner-card p {
  color: #cccccc;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .timeline-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .timeline-line, .step-glow-dot {
    display: none;
  }
  .timeline-step {
    max-width: 100%;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .process-partners-wrapper {
    padding: 40px 20px;
  }
  .heading {
    font-size: 30px;
  }
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .corner-ornament {
    width: 45px;
    height: 45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4966481 */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.corporate-events-wrapper {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  background: radial-gradient(circle at top, #16110a 0%, #080808 50%, #040404 100%);
  border: 1px solid #d4af37;
  border-radius: 6px;
  padding: 50px 30px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.corporate-events-wrapper *, .corporate-events-wrapper *::before, .corporate-events-wrapper *::after {
  box-sizing: border-box;
}

/* Corner Ornaments Graphics */
.corporate-events-wrapper .corner-ornament {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 5;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.corporate-events-wrapper .top-left {
  top: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-events-wrapper .top-right {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-events-wrapper .bottom-left {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-events-wrapper .bottom-right {
  bottom: 12px;
  right: 12px;
  transform: scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-events-wrapper .subheading {
  color: #d9b15d;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.corporate-events-wrapper .heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.corporate-events-wrapper .heading-divider span {
  width: 40px;
  height: 1px;
  background: #d4af37;
}

.corporate-events-wrapper .heading-divider svg {
  width: 18px;
  fill: #d4af37;
}

/* 5-Column Grid Layout */
.corporate-events-wrapper .events-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

/* Individual Card with Zoom-In Animation */
.corporate-events-wrapper .event-card {
  position: relative;
  height: 380px;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.corporate-events-wrapper .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Gradient overlay to make text readable */
.corporate-events-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.9) 10%, rgba(5, 5, 5, 0.3) 60%, rgba(5, 5, 5, 0.1) 100%);
  z-index: 1;
  transition: background 0.4s ease;
}

/* Card Title Styling */
.corporate-events-wrapper .card-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: #d9b15d;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 2;
  padding: 0 10px;
  transition: color 0.4s ease;
}

/* Hover Effects (Zoom-In Only) */
.corporate-events-wrapper .event-card:hover {
  border-color: #ffd700;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.corporate-events-wrapper .event-card:hover .card-image {
  transform: scale(1.12); /* Smooth zoom-in effect */
}

.corporate-events-wrapper .event-card:hover .card-overlay {
  background: linear-gradient(to top, rgba(5, 5, 5, 0.95) 20%, rgba(5, 5, 5, 0.4) 70%, rgba(5, 5, 5, 0.2) 100%);
}

.corporate-events-wrapper .event-card:hover .card-title {
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .corporate-events-wrapper .events-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .corporate-events-wrapper {
    padding: 40px 15px;
  }
  .corporate-events-wrapper .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .corporate-events-wrapper .event-card {
    height: 320px;
  }
  .corporate-events-wrapper .corner-ornament {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .corporate-events-wrapper .events-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d6c47b */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@300;400;500;600&display=swap');

.corporate-footer-banner {
  position: relative;
  width: 100%;
  max-width: 1350px;
  min-height: 380px;
  margin: 0 auto;
  background-image: url('https://reetiriwaaz.in/wp-content/uploads/2026/07/corporate-footer.png');
  background-size: cover;
  background-position: center;
  border: 1px solid #d4af37;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 50px 70px;
  overflow: hidden;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}

.corporate-footer-banner *, .corporate-footer-banner *::before, .corporate-footer-banner *::after {
  box-sizing: border-box;
}

/* Dark gradient overlay on the left for text readability */
.corporate-footer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(4, 4, 4, 0.98) 0%, rgba(6, 6, 6, 0.9) 45%, rgba(10, 10, 10, 0.2) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Corner Ornaments Graphics */
.corporate-footer-banner .corner-ornament {
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}

.corporate-footer-banner .top-left {
  top: 12px;
  left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-footer-banner .top-right {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-footer-banner .bottom-left {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

.corporate-footer-banner .bottom-right {
  bottom: 12px;
  right: 12px;
  transform: scale(-1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23d4af37'%3E%3Cpath d='M2,2 L40,2 L40,6 L6,6 L6,40 L2,40 Z M12,12 L30,12 L30,14 L14,14 L14,30 L12,30 Z M18,18 C25,18 28,22 25,28 C22,25 18,25 18,18 Z M2,15 C8,15 10,8 15,2 L15,6 C11,10 8,11 2,15 Z'/%3E%3C/svg%3E");
}

/* Footer Content */
.corporate-footer-banner .footer-content {
  position: relative;
  z-index: 2;
  max-width: 550px;
}

.corporate-footer-banner .footer-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 20px;
}

.corporate-footer-banner .footer-description {
  color: #cfcfcf;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 480px;
}

/* Golden Action Button */
.corporate-footer-banner .footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #d4af37 0%, #aa8228 100%);
  color: #0c0c0c;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.corporate-footer-banner .footer-btn svg {
  width: 16px;
  height: 12px;
  stroke: #0c0c0c;
  transition: transform 0.3s ease;
}

.corporate-footer-banner .footer-btn:hover {
  background: linear-gradient(135deg, #e6be42 0%, #bd9130 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
}

.corporate-footer-banner .footer-btn:hover svg {
  transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .corporate-footer-banner {
    padding: 40px 20px;
  }
  .corporate-footer-banner .footer-heading {
    font-size: 2.4rem;
  }
  .corporate-footer-banner .corner-ornament {
    width: 40px;
    height: 40px;
  }
}/* End custom CSS */