/* Curved design background - white to light blue with curved lavender transition */
body#home-version-1 {
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Light blue area with curved edge */
body#home-version-1::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  clip-path: polygon(0% 0%, 42% 0%, 50% 15%, 55% 30%, 60% 45%, 65% 60%, 70% 75%, 75% 90%, 80% 100%, 0% 100%);
  z-index: 0;
  pointer-events: none;
}

/* Lavender transition band */
body#home-version-1::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(230, 230, 250, 0.6) 0%, rgba(221, 200, 250, 0.4) 50%, rgba(187, 222, 251, 0.3) 100%);
  clip-path: polygon(0% 0%, 45% 0%, 52% 18%, 57% 32%, 62% 47%, 67% 62%, 72% 77%, 77% 92%, 82% 100%, 0% 100%);
  z-index: 0;
  pointer-events: none;
}

#main_content {
  position: relative;
  z-index: 1;
}

.logo {
  width: 200px;
}
.vertical-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.enigma_logo {
  /* width: 220px; */
  max-width: 220px !important;
}
.enigma_logo img {
  width: 80%;
}
.enigma_logo span {
  font-size: 20px;
  color:#ffd518; 
}
.marketing_logo {
  /* width: 220px; */
  max-width: 220px !important;
}
.marketing_logo img {
  width: 80%;
}
.marketing_logo span {
  font-size: 20px;
  color:#ffd518; 
}
.site-header .site-main-menu li > a {
  color : #333;
}
.site-header .header-inner .site-nav.nav-two .nav-right .nav-btn {
  color: #333;
  border-color: #7052fb;
}
/* Homepage main image styling */
.homepage-main-image {
  border-radius: 16px;
  max-width: 86.25%;
  height: auto;
  width: 100%;
  display: block;
}
.hero-section {
  color: white;
  background-image: url("/assets/img/arazas-technology.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 0px;
  margin-bottom: 0px;
}
.hero-content {
  padding: 40px 0px;
}
.hero-text {
  margin-bottom: 15px;
}
.display-4 span {
  font-weight: 600;
}
.hero-widget {
  margin: 0 auto;
}
#success_message, #failure_message {
  display: none;
  font-weight: bold;
}
/* Tabs*/
section {
    padding: 40px 0;
}

#tabs{
	background: #ffffff;
  color: #01bcd4;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #01bcd4;
    font-size: 20px;
}
#tabs #nav-tabContent {
  padding: 10px 20px;
}

.footer-link {
  padding: 0;
}
.footer-link li {
  display: inline;
  padding: 2px;
}
.footer-link li a {
  color: #ffffff;
}

/* Banner Section - Fixed and Expanded */
/* Override saaspik theme conflicts */
.banner.banner-two.ms-banner,
section.banner.banner-two.ms-banner,
.banner.banner-two {
  padding-top: 60px !important; /* Expanded by 2.5 inches */
  padding-bottom: 60px !important; /* Expanded by 2.5 inches */
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: auto !important;
  height: auto !important;
  max-height: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100% !important;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}

/* Fix vector-bg that was causing height issues */
.banner.banner-two.ms-banner .vector-bg,
.banner.banner-two .vector-bg {
  display: none !important; /* Completely hide vector-bg to prevent conflicts */
}

.banner.banner-two.ms-banner .container.ms-banner-container,
.banner.banner-two.ms-banner .container,
.banner.banner-two .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* Fix banner content wrap alignment */
.banner-content-wrap,
.banner.banner-two .banner-content-wrap,
.banner.banner-two.ms-banner .banner-content-wrap {
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  width: 100%;
}

/* Proper row alignment */
.banner-content-wrap .row,
.banner.banner-two .banner-content-wrap .row {
  margin: 0 !important;
  align-items: center !important;
  display: flex !important;
}

/* Column alignment fixes */
.banner-content-wrap .row .col-lg-6,
.banner.banner-two .banner-content-wrap .row .col-lg-6 {
  padding: 0 15px !important;
  display: flex !important;
  align-items: center !important;
}

/* Text content alignment */
.banner-content {
  padding-right: 60px;
  max-width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

/* Image container alignment */
.animate-promo-mockup {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.animate-promo-mockup img,
.homepage-main-image {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
}

.banner-title {
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  line-height: 1.3;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
  color: #2b2350;
}

.banner-title span {
  font-weight: 700;
}

.banner-content .description {
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  font-size: 18px;
  line-height: 1.7;
  color: #2b2350;
  max-width: 600px;
  text-align: left;
}

.banner-btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  align-self: flex-start;
}

/* Removed duplicate - handled above */

/* Footer styles moved to /stylesheets/footer.css for consistency across all pages */

/* Responsive spacing adjustments */
@media (max-width: 992px) {
  .banner.banner-two.ms-banner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .banner-content {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .banner-content .description {
    margin-left: auto;
    margin-right: auto;
  }
  
  .animate-promo-mockup {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .banner.banner-two.ms-banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  
  .banner-title {
    font-size: 36px;
  }
  
  .banner-content .description {
    font-size: 16px;
    margin-bottom: 20px !important;
  }
}