.elementor-19676 .elementor-element.elementor-element-8eaed81{--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-19676 .elementor-element.elementor-element-0b41eda{--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-19676 .elementor-element.elementor-element-d9d96d7{--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-19676 .elementor-element.elementor-element-342ca6e{--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;}/* Start custom CSS for html, class: .elementor-element-cc955f1 *//* About Hero Section */
.about-hero-section {
  padding: 120px 20px 80px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.hero-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(0, 212, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.about-hero-section .container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about-hero-content {
  text-align: center;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 14px;
}

.breadcrumb a {
  color: #00D4FF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: #00E5FF;
}

.breadcrumb .separator {
  color: #a0aec0;
}

.breadcrumb .current {
  color: #cbd5e0;
}

/* Hero Title */
.about-hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-hero-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Est Badge */
.est-badge {
  display: flex;
  justify-content: center;
}

.badge-content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.badge-year {
  font-size: 32px;
  font-weight: 700;
  color: #00D4FF;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.badge-text {
  font-size: 14px;
  color: #a0aec0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero-section {
    padding: 80px 20px 60px;
  }
  
  .about-hero-title {
    font-size: 36px;
  }
  
  .about-hero-subtitle {
    font-size: 18px;
  }
  
  .badge-year {
    font-size: 24px;
  }
  
  .badge-content {
    padding: 16px 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87f201a *//* Our Story Section */
.our-story-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.our-story-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Story Content */
.story-content {
  padding-right: 20px;
}

.story-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-text p {
  font-size: 17px;
  color: #cbd5e0;
  line-height: 1.7;
  margin: 0;
}

.story-text strong {
  color: #00D4FF;
  font-weight: 600;
}

/* Timeline */
.story-timeline {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 100px;
}

.timeline-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 32px;
  text-align: center;
}

.timeline-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.timeline-items::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, #00D4FF 0%, #8B5CF6 100%);
  opacity: 0.3;
}

.timeline-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}

.timeline-year {
  font-size: 20px;
  font-weight: 700;
  color: #00D4FF;
  min-width: 60px;
  position: relative;
  z-index: 1;
}

.timeline-year::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #00D4FF;
  border: 3px solid #060914;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(0, 212, 255, 0.2);
}

.timeline-content {
  flex-grow: 1;
  padding-top: 2px;
}

.timeline-event {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.timeline-description {
  font-size: 14px;
  color: #a0aec0;
  line-height: 1.5;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .story-timeline {
    position: static;
  }
}

@media (max-width: 768px) {
  .our-story-section {
    padding: 60px 20px;
  }
  
  .story-title {
    font-size: 32px;
  }
  
  .story-content {
    padding-right: 0;
  }
  
  .story-timeline {
    padding: 32px 24px;
  }
  
  .timeline-items::before {
    left: 24px;
  }
  
  .timeline-year {
    min-width: 50px;
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-020f410 *//* Mission & Values Section */
.mission-values-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #060914 0%, #0a0e27 100%);
}

.mission-values-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Mission Statement */
.mission-statement {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 50px 40px;
  background: rgba(0, 212, 255, 0.05);
  border: 2px solid rgba(0, 212, 255, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.mission-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.mission-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.mission-text {
  font-size: 20px;
  color: #cbd5e0;
  line-height: 1.7;
  margin: 0;
}

/* Values Header */
.values-header {
  text-align: center;
  margin-bottom: 50px;
}

.values-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.values-subtitle {
  font-size: 18px;
  color: #a0aec0;
}

/* Values Grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Value Card */
.value-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.value-card:hover {
  border-color: rgba(0, 212, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
}

.value-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 212, 255, 0.1);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 20px;
  margin: 0 auto 20px;
}

.value-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.value-description {
  font-size: 15px;
  color: #a0aec0;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .mission-values-section {
    padding: 60px 20px;
  }
  
  .mission-statement {
    padding: 40px 24px;
    margin-bottom: 60px;
  }
  
  .mission-title {
    font-size: 28px;
  }
  
  .mission-text {
    font-size: 18px;
  }
  
  .values-title {
    font-size: 32px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcf8986 *//* Founder Section */
.founder-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0a0e27 0%, #060914 100%);
}

.founder-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.founder-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
  align-items: center;
}

/* Founder Image */
.founder-image {
  display: flex;
  justify-content: center;
}

.image-placeholder {
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px solid rgba(0, 212, 255, 0.3);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  backdrop-filter: blur(10px);
}

.placeholder-text {
  font-size: 14px;
  color: #a0aec0;
  margin: 0;
}

/* Founder Content */
.founder-content {
}

.founder-badge {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 20px;
  color: #00D4FF;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.founder-name {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}

.founder-bio {
  font-size: 16px;
  color: #cbd5e0;
  line-height: 1.7;
  margin-bottom: 20px;
}

.founder-bio:last-of-type {
  font-style: italic;
  color: #a0aec0;
  padding-left: 20px;
  border-left: 3px solid rgba(0, 212, 255, 0.3);
  margin-bottom: 32px;
}

/* Founder Stats */
.founder-stats {
  display: flex;
  gap: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.founder-stats .stat-item {
  text-align: left;
}

.founder-stats .stat-number {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #00D4FF 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
  line-height: 1;
}

.founder-stats .stat-label {
  font-size: 14px;
  color: #a0aec0;
  font-weight: 500;
}

/* About Final CTA Section */
.about-final-cta-section {
  padding: 100px 20px;
  background: linear-gradient(135deg, #060914 0%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(0, 212, 255, 0.2);
}

.cta-bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.1) 0%, transparent 70%),
    radial-gradient(circle at 80% 20%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.about-final-cta-section .container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-content {
  text-align: center;
}

.cta-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-subtitle {
  font-size: 20px;
  color: #cbd5e0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.cta-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 212, 255, 0.4);
}

.cta-primary-btn:hover {
  background: linear-gradient(135deg, #00E5FF 0%, #00B8E6 100%);
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 212, 255, 0.6);
}

.cta-secondary-btn {
  display: inline-flex;
  align-items: center;
  padding: 18px 36px;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-secondary-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 212, 255, 0.5);
  transform: translateY(-3px);
}

.cta-trust-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  color: #a0aec0;
}

.cta-trust-note svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .founder-stats {
    justify-content: center;
  }
  
  .founder-stats .stat-item {
    text-align: center;
  }
  
  .founder-bio:last-of-type {
    border-left: none;
    border-top: 3px solid rgba(0, 212, 255, 0.3);
    padding-left: 0;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .founder-section {
    padding: 60px 20px;
  }
  
  .image-placeholder {
    width: 250px;
    height: 250px;
  }
  
  .founder-name {
    font-size: 28px;
  }
  
  .founder-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .about-final-cta-section {
    padding: 80px 20px;
  }
  
  .cta-title {
    font-size: 36px;
  }
  
  .cta-subtitle {
    font-size: 18px;
  }
  
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-primary-btn,
  .cta-secondary-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-trust-note {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */