.elementor-3228 .elementor-element.elementor-element-9588178{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-3228 .elementor-element.elementor-element-3271c73{--display:flex;}.elementor-3228 .elementor-element.elementor-element-34a60e8{--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-3228 .elementor-element.elementor-element-8b54e58{--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;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3228 .elementor-element.elementor-element-8fc4249{--display:flex;}.elementor-3228 .elementor-element.elementor-element-c47d958{--display:flex;}.elementor-3228 .elementor-element.elementor-element-a20c24c{--display:flex;}.elementor-3228 .elementor-element.elementor-element-51c9c4d{--display:flex;}@media(min-width:768px){.elementor-3228 .elementor-element.elementor-element-3271c73{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-34a60e8{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-8b54e58{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-8fc4249{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-c47d958{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-a20c24c{--content-width:1600px;}.elementor-3228 .elementor-element.elementor-element-51c9c4d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f72205e */.hero-section {
  position: relative;
  background: url('https://aininteractive.com/wp-content/uploads/2025/05/Bold-Sale-Brand-Website-Homepage-Banner-1.png') no-repeat center center/cover;
  min-height: 90vh; /* Updated from 70vh to 90vh */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.60); /* Slightly dark transparent overlay */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 900px;
}

.hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: white;
}

.hero-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.btn {
  font-family: 'Poppins', sans-serif;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.primary-btn {
  background-color: #0088cc;
  color: white;
}

.primary-btn:hover {
  background-color: #006fa8;
}

.secondary-btn {
  background-color: #ff5a36;
  color: white;
}

.secondary-btn:hover {
  background-color: #e04929;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.75rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  /* Optional: ensure hero-section also respects height on mobile */
  .hero-section {
    min-height: 90vh;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-9588178 */.elementor-3228 .elementor-element.elementor-element-9588178 {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0aa0ad9 */.services-section {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafc;
  font-family: 'Open Sans', sans-serif;
}

.services-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  color: #1a3e8b !important;  
  margin-bottom: 10px;
  position: relative;
}

.services-section .title-underline {
  width: 60px;
  height: 4px;
  background: #f26b3a;
  margin: 0px auto 0;
  margin-bottom: 10px;
  border-radius: 2px;
}

.services-section .section-description {
  max-width: 800px;
  margin: 0 auto 0px;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.75rem;
  }

  .section-description {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ac753a *//* Root styling */
:root {
  --primary-color: #007BFF;   /* Blue */
  --accent-color: #FF5722;    /* Orange */
  --bg-light: #f8f9fa;
  --text-dark: #1c1c1c;
  --text-light: #66;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

/* Container */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: rem 1rem;
  background: var(--bg-light);
}

/* Individual card */
.service-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  font-family: var(--font-body);
}

/* Hover effect */
.service-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transform: translateY(-5px);
}

/* Icon */
.icon-box {
  font-size: 2.2rem;
  color: var(--accent-color);
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

/* Heading */
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: #1a3e8b;
  margin-bottom: 0.75rem;
}

/* Description */
.service-card p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .service-grid {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }

  .service-card {
    padding: 1.5rem 1rem;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fe45f2 */@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@700&display=swap');

.launch-section {
  background: radial-gradient(circle at top left, #FF6F00, #000);
  color: #fff;
  padding: 60px 20px;
  font-family: 'Open Sans', sans-serif;
}

.launch-section .container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

/* Ensured title is white and uses Poppins */
.section-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.8rem;
  margin-bottom: 60px;
  line-height: 1.3;
  color: #ffffff !important;
}

.section-title span {
  color: #fff;
}

.steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}

.step-box {
  background-color: #1a3e8b;
  border-radius: 12px;
  flex: 1 1 300px;
  max-width: 330px;
  padding: 30px 20px 20px;
  position: relative;
  text-align: left;
  box-shadow: 0 4px 12px rgba(255, 111, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.step-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}

.step-content p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
}

.step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #333;
  opacity: 0.1;
  font-family: 'Poppins', sans-serif;
}

.step-box img {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
}

/* Removed arrow-box styles */
/* Removed .arrow-box and .arrow .elementor-3228 .elementor-element.elementor-element-0fe45f2s */

@media (max-width: 991px) {
  .steps-row {
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 2rem;
    line-height: 1.2;
    word-break: break-word;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdc846d *//* Section Styling */
.our-work-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.our-work-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: #1a3e8b !important;
  margin-bottom: 10px;
}

.our-work-section .section-subtitle {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 40px;
  max-width: 800px;
  margin-inline: auto;
}

/* Grid Layout */
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}

/* Work Card Styling */
.work-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.work-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.work-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  color: #1a2b4c;
  margin: 15px 20px 5px;
}

.work-card p {
  font-size: 0.95rem;
  color: #444;
  margin: 0 20px 15px;
  line-height: 1.5;
}

/* Yellow Divider under title */
.our-work-section .section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  color: #1a3e8b;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.our-work-section .section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #f26b3a; /* yellow theme */
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Image sizing fixed */
.work-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top; 
  border-bottom: 1px solid #eee;
}



/* Subtle View Sample link */
.view-sample {
  display: inline-block;
  font-size: 0.9rem;
  color: #ff5722;
  margin: 0 20px 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.view-sample::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ff5722;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.view-sample:hover::after {
  width: 100%;
}

/* Responsive: 3 → 2 → 1 columns */
@media (max-width: 992px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .work-grid {
    grid-template-columns: 1fr;
  }

  .our-work-section .section-title {
    font-size: 2rem;
  }

  .our-work-section .section-subtitle {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6d7384 *//* Center container */
.btn-orange-container {
  text-align: center;
  margin-top: 0px;
}

/* Button Style */
.orange-btn {
  display: inline-block;
  background-color: #FF6F32; /* Bright orange */
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 30px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.orange-btn:hover {
  background-color: #e65a1f; /* Darker orange on hover */
  transform: translateY(-2px);
}

/* Focus accessibility */
.orange-btn:focus {
  outline: 2px dashed #ffb27d;
  outline-offset: 4px;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .orange-btn {
    font-size: 0.95rem;
    padding: 10px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd899e0 *//* ====== 6-D Process Section Styles ====== */
.six-d-process {
  background: linear-gradient(to bottom, #f8f9ff, #ffffff);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.six-d-process .section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1a3e8b!important;
  margin-bottom: 60px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-box {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

.process-box:hover {
  transform: translateY(-5px);
}

.process-number {
  font-size: 80px;
  font-weight: 700;
  color: rgba(17, 25, 54, 0.08);
  display: block;
  margin-bottom: 0px;
}

.process-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a3e8b!important;
  margin: 0 0 12px;
}

.process-desc {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #444;
}

/* ====== Responsive Design ====== */
@media (max-width: 1024px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .six-d-process .section-title {
    font-size: 28px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-box {
    padding: 0 5px;
  }

  .process-number {
    font-size: 48px;
  }

  .process-title {
    font-size: 18px;
  }

  .process-desc {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9ad304 *//* Hero Section CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap');

/* Hero Section Styles */
.promo-section {
  background: linear-gradient(135deg, #2c5aa0 0%, #1e3a72 50%, #0f2a5a 100%);
  min-height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.promo-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(255, 107, 53, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(44, 90, 160, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.promo-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.promo-content {
  text-align: center;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}

.promo-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px 0;
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
  color: #ffffff;
  border-color: #ff6b35;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #e55a2b 0%, #cc4f24 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}
.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ff6b35;
}

.btn-secondary:hover {
  background: #ff6b35;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.3);
}

.btn:active {
  transform: translateY(0);
}

/* Ripple Effect */
.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: ripple-effect 0.6s linear;
  pointer-events: none;
}
@keyframes ripple-effect {
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .promo-section {
    min-height: 80vh;
    padding: 60px 15px;
  }
  
  .promo-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .promo-buttons {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  
  .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .promo-title {
    font-size: 2rem;
    line-height: 1.3;
  }
  
  .btn {
    padding: 14px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .promo-section {
    padding: 40px 10px;
  }
  
  .promo-title {
    font-size: 1.8rem;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .promo-section {
    background: #000080;
  }
  
  .promo-title {
    color: #ffffff;
  }

  .btn-primary {
    background: #ff4500;
    border-color: #ff4500;
  }
  
  .btn-secondary {
    border-color: #ffffff;
    color: #ffffff;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  
  .promo-content {
    transition: none !important;
  }
  
  .ripple {
    animation: none;
  }
}
/* Print styles */
@media print {
  .promo-section {
    background: #2c5aa0;
    color: #000;
    min-height: auto;
    padding: 40px 20px;
  }
  
  .promo-title,
  .hero-subtitle {
    color: #000;
  }
  
  .btn {
    border: 2px solid #000;
    color: #000;
    background: transparent;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-51c9c4d */.elementor-3228 .elementor-element.elementor-element-51c9c4d {
  margin: 0 auto;
  padding: 0;
  max-width: 100% !important;
  width: 100vw;
}/* End custom CSS */