.elementor-2731 .elementor-element.elementor-element-a28de6f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.45;}.elementor-2731 .elementor-element.elementor-element-a28de6f:not(.elementor-motion-effects-element-type-background), .elementor-2731 .elementor-element.elementor-element-a28de6f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#092D14;}.elementor-2731 .elementor-element.elementor-element-a28de6f::before, .elementor-2731 .elementor-element.elementor-element-a28de6f > .elementor-background-video-container::before, .elementor-2731 .elementor-element.elementor-element-a28de6f > .e-con-inner > .elementor-background-video-container::before, .elementor-2731 .elementor-element.elementor-element-a28de6f > .elementor-background-slideshow::before, .elementor-2731 .elementor-element.elementor-element-a28de6f > .e-con-inner > .elementor-background-slideshow::before, .elementor-2731 .elementor-element.elementor-element-a28de6f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.metatronconsulting.ie/wp-content/uploads/2025/03/stress-8941882_1920.jpg");--background-overlay:'';background-position:center center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2731 .elementor-element.elementor-element-4cda84f{width:var( --container-widget-width, 83.971% );max-width:83.971%;--container-widget-width:83.971%;--container-widget-flex-grow:0;text-align:center;}.elementor-2731 .elementor-element.elementor-element-4cda84f.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-2731 .elementor-element.elementor-element-0acc816{--spacer-size:34px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-2731 .elementor-element.elementor-element-cbf1374 .elementor-button{background-color:#F77700;}.elementor-2731 .elementor-element.elementor-element-dd7ab95{--spacer-size:50px;}.elementor-2731 .elementor-element.elementor-element-87065c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2731 .elementor-element.elementor-element-c3b674f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-2731 .elementor-element.elementor-element-c3b674f::before, .elementor-2731 .elementor-element.elementor-element-c3b674f > .elementor-background-video-container::before, .elementor-2731 .elementor-element.elementor-element-c3b674f > .e-con-inner > .elementor-background-video-container::before, .elementor-2731 .elementor-element.elementor-element-c3b674f > .elementor-background-slideshow::before, .elementor-2731 .elementor-element.elementor-element-c3b674f > .e-con-inner > .elementor-background-slideshow::before, .elementor-2731 .elementor-element.elementor-element-c3b674f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://www.metatronconsulting.ie/wp-content/uploads/2025/03/gambling-2001033_1280.jpg");--background-overlay:'';background-position:center center;background-size:cover;}.elementor-2731 .elementor-element.elementor-element-97001c7 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #1F1313 0%, #f2295b 100%);}.elementor-2731 .elementor-element.elementor-element-2528604{--display:flex;}.elementor-2731 .elementor-element.elementor-element-8b8cfec{--spacer-size:57px;}.elementor-2731 .elementor-element.elementor-element-ff96767{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2731 .elementor-element.elementor-element-2d69980{text-align:center;}.elementor-2731 .elementor-element.elementor-element-41ebaf4{--display:flex;}/* Start custom CSS *//* Main Stylesheet for Metatron Consulting Chatbot Services */

/* Global Styles */
:root {
  --primary-color: #4F46E5;
  --primary-dark: #3730A3;
  --secondary-color: #7C3AED;
  --dark-bg: #1a1a3a;
  --light-bg: #F9FAFB;
  --text-dark: #1F2937;
  --text-medium: #4B5563;
  --text-light: #6B7280;
  --white: #FFFFFF;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--light-bg);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-dark);
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--primary-color);
  color: var(--white);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-size: 36px;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.section-title p {
  font-size: 18px;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}

/* Header & Navigation */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.header.scrolled {
  background-color: var(--white);
  box-shadow: var(--shadow);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.logo {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

.header.scrolled .logo {
  color: var(--text-dark);
}

.nav-links {
  display: flex;
}

.nav-links a {
  color: var(--white);
  margin-left: 30px;
  font-weight: 500;
}

.header.scrolled .nav-links a {
  color: var(--text-dark);
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--white);
  font-size: 24px;
}

.header.scrolled .mobile-menu-btn {
  color: var(--text-dark);
}

/* Hero Section */
.hero-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dark-bg) 0%, var(--primary-color) 100%);
  z-index: -1;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  z-index: 1;
}

.hero-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero-content h2 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.5;
}

.cta-buttons {
  margin-top: 40px;
}

/* Benefits Section */
.benefits-section {
  background-color: var(--white);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefit-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 30px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.benefit-icon {
  background-color: #EEF2FF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.benefit-icon svg {
  width: 35px;
  height: 35px;
  color: var(--primary-color);
}

.benefit-metric {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.benefit-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefit-description {
  color: var(--text-light);
}

/* How It Works Section */
.how-it-works-section {
  background-color: #EEF2FF;
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

.process-steps::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  z-index: 1;
}

.step {
  width: 22%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.step-number {
  width: 90px;
  height: 90px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.step-description {
  color: var(--text-light);
}

.step-time {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 10px;
}

/* Case Study Section */
.case-study-section {
  background-color: var(--white);
}

.case-study-container {
  display: flex;
  background-color: var(--light-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.case-study-image {
  width: 40%;
  background-image: url('../images/case-study.jpg');
  background-size: cover;
  background-position: center;
}

.case-study-content {
  width: 60%;
  padding: 50px;
}

.case-study-subtitle {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.case-study-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.metrics-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.metric {
  text-align: center;
  width: 30%;
}

.metric-value {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.metric-label {
  font-size: 16px;
  color: var(--text-light);
}

.case-study-description {
  margin-bottom: 30px;
}

.testimonial {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E5E7EB;
}

.testimonial-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-quote {
  font-style: italic;
  color: var(--text-medium);
  margin-bottom: 10px;
}

.testimonial-author {
  font-weight: 600;
}

.testimonial-position {
  font-size: 14px;
  color: var(--text-light);
}

/* Final CTA Section */
.final-cta-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--white);
  text-align: center;
}

.final-cta-section .btn-primary {
  background-color: var(--white);
  color: var(--primary-color);
  margin-bottom: 30px;
}

.final-cta-section .btn-primary:hover {
  background-color: #F9FAFB;
}

.guarantee {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
}

.contact-info {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.contact-method {
  display: flex;
  align-items: center;
}

.contact-icon {
  margin-right: 10px;
}

/* Chat Bubble */
.chat-bubble {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: var(--white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 100;
}

.chat-bubble:hover {
  transform: scale(1.1);
}

.chat-bubble svg {
  color: var(--primary-color);
}

/* Footer */
.footer {
  background-color: var(--text-dark);
  color: var(--white);
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #D1D5DB;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: var(--white);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #374151;
  font-size: 14px;
  color: #9CA3AF;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .process-steps {
    flex-wrap: wrap;
  }
  
  .step {
    width: 45%;
    margin-bottom: 40px;
  }
  
  .process-steps::before {
    display: none;
  }
  
  .case-study-container {
    flex-direction: column;
  }
  
  .case-study-image {
    width: 100%;
    height: 300px;
  }
  
  .case-study-content {
    width: 100%;
  }
  
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  
  .mobile-menu-btn {
    display: block;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .hero-content h2 {
    font-size: 18px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .step {
    width: 100%;
  }
  
  .metrics-container {
    flex-direction: column;
    align-items: center;
  }
  
  .metric {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .contact-info {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
}

/* Particle Animation for Hero Background */
.particle {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: float 15s infinite ease-in-out;
}

.connection {
  position: absolute;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  transform-origin: left center;
}

.glow {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 70, 229, 0.4) 0%, rgba(79, 70, 229, 0) 70%);
  filter: blur(20px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-20px) translateX(10px);
  }
  50% {
    transform: translateY(0) translateX(20px);
  }
  75% {
    transform: translateY(20px) translateX(10px);
  }
}/* End custom CSS */