/*
Theme Name:     Stratus - Child Theme
Theme URI:      https://demo.themovation.com/stratus/intro/
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.main-header.scrolled {
  padding: 0px !important;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-header:has(.menu-is-active) {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: none !important;
}

body:has(.page-transparent-header) .main-header:not(.scrolled){
  background-color: rgb(255 255 255 / 65%);
  padding: 0;
  backdrop-filter: blur(5px);
}

.review-section-wrapper .elementor-inner-section {
  box-shadow: none !important;
}

.review-section-wrapper .review-box-items > .elementor-container {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  overflow: hidden;
}

.our-key-features > .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.our-key-features > .elementor-container .elementor-column,
.inner-width-full > .elementor-container {
  width: 100% !important;
}

.benefit-list-item .elementor-icon-list-item {
  padding: 15px !important;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.benefit-list-item .elementor-icon-list-item:first-child {
  padding: 0 !important;
  border-radius: 0;
  box-shadow: none;
  color: #31335a;
  margin-bottom: 15px;
  text-align: center;
  justify-content: center;
}

.benefit-list-item .elementor-icon-list-item:first-child * {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.faqs-main-sec .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.location-data-box .service-block .elementor-icon-box-icon {
  display: none;
}

.frm_forms form textarea,
.frm_style_formidable-style.with_frm_style textarea {
  padding: 15px !important;
}

.frm_forms .frm_checkbox label {
  margin: 0 !important;
}

.why-choose-icon > .elementor-widget-container {
  width: 80px;
  height: 80px !important;
}

.policy-content-wrapper h2 {
  font-size: 24px !important;
  margin: 30px 0 15px !important;
}

.industries-tabing .e-n-tab-title + .e-n-tab-title {
    border-top: none !important;
}

@media (max-width: 1024px) {
  .main-header nav {
    position: fixed !important;
    left: 0px !important;
    right: 0px !important;
    top: 80px !important;
    width: 100% !important;
    overflow-y: auto;
	max-height: calc(100vh - 72px) !important;
  }

  .benefit-list-item .elementor-icon-list-item:first-child * {
    font-size: 20px !important;
  }
}

@media (max-width: 849px) {
  .our-key-features > .elementor-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .elementor-section-boxed .elementor-container {
    width: calc(100% - 30px);
  }

  .main-header nav {
    top: 72px !important;
  }

  .policy-content-wrapper h2 {
    font-size: 20px !important;
  }
}

@media (min-width: 1025px) {
  .menu-desktop-none {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .our-key-features > .elementor-container {
    grid-template-columns: 1fr;
  }

  .testimonials-grid-wrapper,
  .application-benifit-sec > .e-con-inner {
    grid-template-columns: 1fr !important;
  }
	
	.col-sm-full > .elementor-element {
		width: 100% !important;
	}
}

@media (min-width: 420px) {
  .footer-menu-item .elementor-icon-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5px;
  }
}

@media (min-width: 577px) {
  .testimonials-grid-wrapper .elementor-widget-testimonial,
  .testimonials-grid-wrapper
    .elementor-widget-testimonial
    .elementor-widget-container {
    height: 100%;
  }

  .testimonials-grid-wrapper .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}