/* Template Name: Applock
   Author: Themesdesign
   Version: 1.1.0
   Created: March 2021
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *
 *    05.  Menu        *
 *    06.  Home        *
 *    07.  Social      *
 *    08.  About       *
 *    09.  Services    *
 *    10.  Counter     *
 *    11.  Screenshot  *
 *    12.  Price       *
 *    13.  CTA         *
 *    14.  Testi       *
 *    15.  Team        *
 *    16.  Contact     *
 *    17.  Footer      *
 ======================*/
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700|Roboto&display=swap");
.btn {
  padding: 10px 24px;
  outline: none;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}
.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn.btn-custom {
  color: #ffffff;
  background: #327773;
}
.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active, .btn.btn-custom.active, .btn.btn-custom.focus {
  background-color: #535353;
  border-color: #535353;
  color: #ffffff;
}
.btn.btn-custom-outline {
  border: 1px solid #327773;
  color: #327773;
  background-color: transparent;
}
.btn.btn-custom-outline:hover, .btn.btn-custom-outline:focus, .btn.btn-custom-outline:active, .btn.btn-custom-outline.active, .btn.btn-custom-outline.focus {
  background-color: #327773;
  border-color: #327773;
  color: #ffffff;
}
.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
  background-color: #327773;
  border: 1px solid #327773 !important;
  color: #ffffff;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: #6c757d;
  color: #ffffff;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

.bg-dark {
  background-color: #121314 !important;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(20, 30, 58, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-custom {
  color: #327773;
}

.bg-custom {
  background-color: #327773;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.title-heading {
  line-height: 26px;
  position: relative;
  z-index: 1;
}
.title-heading .sub-title {
  font-size: 22px;
  letter-spacing: 2px;
}
.title-heading .heading {
  font-weight: 700;
  font-size: 55px;
  letter-spacing: 1px;
}
.title-heading .para-desc {
  font-size: 17px;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
}
.section-title .title {
  letter-spacing: 1px;
  font-size: 26px;
  position: relative;
}
.section-title .title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e9ecef;
  position: absolute;
  bottom: -55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.para-desc {
  max-width: 700px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #327773, #327773);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#preloader #status .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
#preloader #status .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#preloader #status .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#preloader #status .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
#preloader #status .sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
#preloader #status .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
#preloader #status .sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
#preloader #status .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
#preloader #status .sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
#preloader #status .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
#preloader #status .sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
#preloader #status .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
#preloader #status .sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
#preloader #status .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
#preloader #status .sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
#preloader #status .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
#preloader #status .sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
#preloader #status .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
#preloader #status .sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
#preloader #status .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
#preloader #status .sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
#preloader #status .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
#preloader #status .sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
#preloader #status .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
#preloader #status .sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
}
@media (max-width: 375px) {
  .section-title .title:after {
    bottom: -30%;
  }
}
.navbar-custom,
.navbar-custom.navbar-light {
  background-color: transparent !important;
  background: transparent !important;
  padding: 20px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-toggler {
  color: #ffffff;
  font-size: 30px;
  padding: 0px;
}
.navbar-custom .navbar-brand {
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Nunito", sans-serif;
}
.navbar-custom .navbar-brand .l-dark {
  display: none;
}
.navbar-custom .navbar-brand .l-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  color: #ffffff !important;
  font-size: 12.5px;
  background-color: transparent !important;
  margin: 0 8px;
  letter-spacing: 0.8px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s;
  font-family: "Nunito", sans-serif;
}
.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  color: #327773 !important;
}
.navbar-custom .navbar-nav li.active a {
  color: #327773 !important;
}

.nav-sticky.navbar-custom,
.nav-sticky.navbar-custom.navbar-light,
.navbar-custom.nav-sticky,
.navbar-light.navbar-custom.nav-sticky,
nav.navbar.nav-sticky {
  margin-top: 0px;
  padding: 12px 0px;
  background-color: #000000 !important;
  background: #000000 !important;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.nav-sticky.navbar-custom.navbar-toggler-show,
.nav-sticky.navbar-custom.navbar-light.navbar-toggler-show {
  background-color: #000000 !important;
  background: #000000 !important;
}
.nav-sticky.navbar-custom .navbar-toggler,
.nav-sticky.navbar-custom.navbar-light .navbar-toggler {
  color: #ffffff !important;
}
.nav-sticky.navbar-custom .navbar-nav,
.nav-sticky.navbar-custom.navbar-light .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a,
.nav-sticky.navbar-custom.navbar-light .navbar-nav li a {
  color: #ffffff !important;
}
.nav-sticky.navbar-custom .navbar-nav li a:hover, 
.nav-sticky.navbar-custom .navbar-nav li a:active,
.nav-sticky.navbar-custom.navbar-light .navbar-nav li a:hover, 
.nav-sticky.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #327773 !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom.navbar-light .navbar-nav li.active a {
  color: #327773 !important;
}
.nav-sticky.navbar-custom .navbar-brand .l-dark,
.nav-sticky.navbar-custom.navbar-light .navbar-brand .l-dark {
  display: none !important;
}
.nav-sticky.navbar-custom .navbar-brand .l-light,
.nav-sticky.navbar-custom.navbar-light .navbar-brand .l-light {
  display: inline-block !important;
}
.nav-sticky.navbar-custom .login-button,
.nav-sticky.navbar-custom.navbar-light .login-button {
  color: #ffffff;
}

/* Dropdown menu styles for documentation */
.navbar-custom .dropdown-menu {
  background-color: #1a1a1a;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.navbar-custom .dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 12px 20px;
  font-size: 13px;
  transition: all 0.3s ease;
}
.navbar-custom .dropdown-menu .dropdown-item:hover {
  background-color: #327773;
  color: #ffffff;
}
.navbar-custom .dropdown-menu .dropdown-item i {
  font-size: 16px;
}
.nav-sticky.navbar-custom .dropdown-toggle::after {
  color: #ffffff;
}

.login-button {
  color: #ffffff;
  background-color: #327773;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 8px;
  letter-spacing: 0.8px;
}
.login-button:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}
@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    background-color: #000000;
    padding: 10px 0px !important;
  }
  .navbar-custom .navbar-brand .l-dark {
    display: none !important;
  }
  .navbar-custom .navbar-brand .l-light {
    display: inline-block !important;
  }
  .navbar-custom .navbar-nav li a {
    color: #ffffff !important;
  }
  .navbar-custom .navbar-toggler {
    color: #ffffff !important;
  }
  .navbar-custom .container {
    width: 85%;
  }
  .login-button {
    margin-left: 5px !important;
  }
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home-1 {
  position: relative;
  padding: 170px 0px 140px 0px;
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}
.bg-home .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}
.bg-home .home-shape img {
  width: 100%;
  height: auto;
}
.bg-home .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.home-img img {
  max-height: 600px;
  position: relative;
  z-index: 1;
}

.index-form {
  position: relative;
  z-index: 1;
}

.mover-img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .bg-half, .bg-slider, .jarallax {
    padding: 150px 0;
    height: auto;
  }
  .home-img {
    text-align: center;
  }
}
.social-icon li a {
  color: #535353;
  border: 1px solid #535353;
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}
.social-icon li a i {
  font-size: 16px;
  line-height: 32px;
}
.social-icon li a:hover {
  background-color: #327773;
  border-color: #327773 !important;
  color: #ffffff !important;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.list-inline-item:not(:last-child) {
  margin-right: 3px;
}

.about-app .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.services .core-service .core-service-content .content {
  overflow: hidden;
  display: block;
}
.services .core-service .core-service-content .content .title {
  font-size: 18px;
  font-weight: 700;
}
.services .core-service .icon i {
  font-size: 25px;
}
.services .core-service .fea-right .icon {
  float: right;
}
.services .core-service .fea-left .icon {
  float: left;
}

.device-feature .icon img {
  height: 50px;
}
.device-feature .icon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 77% 23% 20% 80%/60% 56% 44% 40%;
  background-color: #327773;
  opacity: 0.4;
  z-index: -2;
  transition: all 0.5s ease;
}
.device-feature .content .title {
  font-size: 18px;
  font-weight: 700;
}
.device-feature.device-border:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 32px;
  top: 30px;
  opacity: 0.4;
  left: 70%;
  background: url("../images/border.png") center center no-repeat;
}
.device-feature:hover .icon:before {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  bottom: -12px;
  right: -12px;
}

@media (max-width: 768px) {
  .services .core-service-img {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .services .core-service .fea-right {
    text-align: left !important;
  }
  .services .core-service .fea-right .icon {
    float: left;
    margin-left: 0 !important;
    margin-right: 24px;
  }
  .device-feature.device-border:after {
    display: none;
  }
}
.bg-counter {
  position: relative;
  padding: 60px 0;
}
.bg-counter .counter-box .counter-icon {
  font-size: 40px;
}
.bg-counter .counter-box .counter-head {
  font-size: 18px;
  letter-spacing: 1px;
}

.swiper-container {
  margin-top: 50px;
}

.swiper-slide {
  cursor: pointer;
}
.swiper-slide.swiper-slide-active img {
  border: 12px solid transparent;
}

.swiper-button-next {
  background-image: none;
}

.swiper-button-prev {
  background-image: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 33px;
  height: 33px;
  margin-top: -22px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #327773;
  border: 1px solid #327773;
  border-radius: 8px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ffffff;
  background: #327773;
}

.screenshot-cell {
  position: absolute;
  top: -547px;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.screenshot-cell img {
  height: 590px;
}

@media (max-width: 1024px) {
  .swiper-container {
    margin-top: 30px;
  }
  .screenshot-cell {
    top: -450px;
  }
  .screenshot-cell img {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}
@media (max-width: 768px) {
  .screenshot-cell {
    top: -445px;
  }
  .screenshot-cell img {
    height: 475px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 425px) {
  .screenshot-cell {
    top: -380px;
  }
  .screenshot-cell img {
    height: 400px;
  }
}
@media (max-width: 375px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}
@media screen and (max-width: 320px) {
  .screenshot-cell {
    top: -575px;
  }
  .screenshot-cell img {
    height: 620px;
  }
}
.pricing-table {
  border-radius: 8px;
}
.pricing-table .price-header {
  border-radius: 8px 8px 0 0;
}
.pricing-table .price-header .price-title {
  font-size: 18px;
  letter-spacing: 1px;
}
.pricing-table .price-header p {
  color: #9CA1A3;
}
.pricing-table .price-value {
  background: #e9ecef;
}
.pricing-table .price-value .price-lable h4 {
  display: inline-block;
}
.pricing-table .pricing-features ul li {
  position: relative;
  padding: 7px 0;
}

.bg-cta {
  padding: 100px 0;
}
.bg-cta .play-btn img {
  height: 80px;
}

.app-download li a img {
  height: 58px;
}

.testi-icon i {
  font-size: 64px;
}

.testi-review .name {
  font-size: 16px;
  letter-spacing: 0.8px;
}
.testi-review .testimonial {
  cursor: -webkit-grab;
}
.testi-review .testimonial .content-review .review {
  font-size: 17px;
  color: #adb5bd;
}
.testi-review img {
  height: 85px;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 50px;
  background: transparent;
  border: 1px solid #327773;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #327773;
}

.team-layout .content .name {
  font-size: 18px;
}
.team-layout .content .designation {
  font-size: 14px;
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}
.contact-detail .content .title {
  font-size: 18px;
  font-weight: 500;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
}
.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 45px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #327773;
}
.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 16px;
}
.form-group textarea {
  height: 120px !important;
}
.form-group textarea.form-control {
  line-height: 25px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D52941;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #D52941;
  color: #D52941;
  border-radius: 4px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}
#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

/* Contact Section Redesign */
.contact-section {
  position: relative;
}
.contact-shape-1 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.1) 0%, rgba(50, 119, 115, 0.05) 100%);
  border-radius: 50%;
  top: -100px;
  left: -150px;
  z-index: 0;
}
.contact-shape-2 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.08) 0%, rgba(50, 119, 115, 0.03) 100%);
  border-radius: 50%;
  bottom: -50px;
  right: -100px;
  z-index: 0;
}
.contact-info-wrapper {
  position: relative;
  z-index: 1;
}
.contact-image-box {
  position: relative;
  text-align: center;
}
.contact-hero-img {
  max-width: 100%;
  border-radius: 20px;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.floating-card {
  position: absolute;
  background: #ffffff;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  animation: pulse 2s ease-in-out infinite;
}
.floating-card.card-1 {
  top: 20%;
  left: -20px;
  animation-delay: 0.5s;
}
.floating-card.card-2 {
  bottom: 30%;
  right: -20px;
}
.floating-card i {
  font-size: 20px;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
.contact-info-cards {
  margin-top: 30px;
}
.info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(50, 119, 115, 0.1);
}
.info-card:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 40px rgba(50, 119, 115, 0.15);
  border-color: #327773;
}
.info-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #327773 0%, #3d8f8a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.info-card-icon i {
  font-size: 24px;
  color: #ffffff;
}
.info-card-content h6 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #2d2d2d;
  font-size: 14px;
}
.info-card-content p {
  margin: 0;
  color: #757575;
  font-size: 13px;
}
.contact-form-wrapper {
  position: relative;
  z-index: 1;
}
.badge-custom {
  display: inline-block;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.1) 0%, rgba(50, 119, 115, 0.2) 100%);
  color: #327773;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}
.contact-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  margin-top: 15px;
}
.contact-form-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(50, 119, 115, 0.1);
}
.input-icon-wrapper {
  position: relative;
}
.input-icon-wrapper i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #327773;
  z-index: 1;
}
.input-icon-wrapper.textarea-wrapper i {
  top: 25px;
  transform: none;
}
.input-icon-wrapper .form-control {
  padding-left: 50px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}
.input-icon-wrapper .form-control:focus {
  border-color: #327773;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(50, 119, 115, 0.1);
}
.input-icon-wrapper .form-control::placeholder {
  color: #adb5bd;
}
.submit-btn {
  padding: 16px 30px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #327773 0%, #3d8f8a 100%);
  border: none;
}
.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(50, 119, 115, 0.3);
}
.submit-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.submit-btn:hover i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .floating-card.card-1 {
    left: 10px;
  }
  .floating-card.card-2 {
    right: 10px;
  }
  .contact-form-card {
    padding: 30px 20px;
  }
  .contact-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .floating-card {
    display: none;
  }
  .contact-form-card {
    padding: 25px 15px;
  }
  .info-card {
    padding: 15px;
  }
}


.footer {
  padding: 60px 0 40px;
  position: relative;
}
.footer p {
  color: #adb5bd;
}
.footer-links a.footer-link {
  transition: all 0.3s ease;
  font-size: 14px;
  opacity: 0.8;
}
.footer-links a.footer-link:hover {
  opacity: 1;
  color: #327773 !important;
  padding-left: 5px;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  display: none;
  color: #ffffff;
  background-color: #327773;
  border: 2px solid #327773;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(50, 119, 115, 0.4);
}
.back-to-top i {
  font-size: 22px;
  line-height: 46px;
}
.back-to-top:hover {
  background-color: #255a57;
  border-color: #255a57;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(50, 119, 115, 0.5);
}

@media (min-width: 200px) and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}

/* FORCE Black Header on Scroll - High Specificity Override */
html body nav.navbar.sticky.nav-sticky,
html body nav.navbar.navbar-custom.nav-sticky,
html body nav.navbar.navbar-light.nav-sticky,
html body nav.navbar.navbar-custom.navbar-light.nav-sticky,
html body .navbar.nav-sticky,
.nav-sticky {
  background: #000000 !important;
  background-color: #000000 !important;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.3) !important;
}
/* FAQ Section Styles */
.faq-section {
  position: relative;
}
.faq-shape-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.08) 0%, rgba(50, 119, 115, 0.02) 100%);
  border-radius: 50%;
  top: -200px;
  right: -200px;
  z-index: 0;
}
.faq-shape-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.06) 0%, rgba(50, 119, 115, 0.02) 100%);
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
  z-index: 0;
}
.faq-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d2d2d;
  margin-top: 15px;
  margin-bottom: 15px;
}
.faq-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border: 1px solid rgba(50, 119, 115, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faq-card:hover {
  box-shadow: 0 15px 50px rgba(50, 119, 115, 0.12);
  border-color: rgba(50, 119, 115, 0.2);
  transform: translateY(-3px);
}
.faq-card-header {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 15px;
}
.faq-card-header:hover {
  background: rgba(50, 119, 115, 0.03);
}
.faq-card-header:not(.collapsed) {
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.08) 0%, rgba(50, 119, 115, 0.03) 100%);
}
.faq-icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, #327773 0%, #3d8f8a 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.faq-card-header:not(.collapsed) .faq-icon-wrapper {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(50, 119, 115, 0.3);
}
.faq-icon-wrapper i {
  font-size: 22px;
  color: #ffffff;
}
.faq-question {
  flex: 1;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.5;
}
.faq-toggle-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.faq-toggle-icon i {
  font-size: 24px;
  color: #327773;
}
.faq-card-header:not(.collapsed) .faq-toggle-icon {
  transform: rotate(180deg);
}
.faq-card-body {
  padding: 0 25px 25px 88px;
}
.faq-card-body p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
  line-height: 1.8;
}
.faq-collapse {
  transition: all 0.3s ease;
}
.faq-cta-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(50, 119, 115, 0.1);
  position: relative;
  z-index: 1;
}
.faq-cta-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.1) 0%, rgba(50, 119, 115, 0.2) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.faq-cta-icon i {
  font-size: 32px;
  color: #327773;
}
.faq-cta-box h5 {
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .faq-title {
    font-size: 28px;
  }
  .faq-card-body {
    padding: 0 20px 20px 20px;
  }
  .faq-question {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .faq-card-header {
    padding: 15px;
    gap: 12px;
  }
  .faq-icon-wrapper {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
  }
  .faq-icon-wrapper i {
    font-size: 18px;
  }
  .faq-cta-box {
    padding: 25px 20px;
  }
  .faq-shape-1, .faq-shape-2 {
    display: none;
  }
}

/* Hero Store Buttons */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.hero-store-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.hero-store-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.hero-store-btn i {
  font-size: 36px;
  margin-right: 12px;
}
.hero-store-text {
  text-align: left;
}
.hero-store-text .small {
  display: block;
  font-size: 11px;
  opacity: 0.8;
  line-height: 1.2;
}
.hero-store-text .big {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

@media (max-width: 576px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .hero-store-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

/* CTA Section Styles */
.cta-section {
  position: relative;
}
.cta-shape-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: -300px;
  right: -200px;
  z-index: 0;
}
.cta-shape-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -200px;
  left: -150px;
  z-index: 0;
}
.cta-dots {
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px);
  background-size: 20px 20px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 0;
  opacity: 0.5;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}
.cta-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.cta-highlight {
  background: linear-gradient(135deg, #a8e6cf 0%, #88d8b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cta-feature-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}
.cta-feature-item i {
  color: #a8e6cf;
  font-size: 20px;
  margin-right: 8px;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #327773;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.btn-cta-primary i {
  font-size: 22px;
  margin-right: 10px;
}
.btn-cta-primary:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #327773;
}
.btn-cta-outline {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.btn-cta-outline i {
  font-size: 20px;
  margin-right: 10px;
}
.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cta-stats-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.cta-stat-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}
.cta-stat-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}
.cta-stat-card .stat-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-stat-card .stat-icon i {
  font-size: 26px;
  color: #fff;
}
.cta-stat-card .stat-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.cta-stat-card .stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.cta-stat-card.card-1 { animation: float 3s ease-in-out infinite; }
.cta-stat-card.card-2 { animation: float 3s ease-in-out infinite 0.5s; }
.cta-stat-card.card-3 { animation: float 3s ease-in-out infinite 1s; }
.cta-stat-card.card-4 { animation: float 3s ease-in-out infinite 1.5s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {
  .cta-title {
    font-size: 32px;
  }
  .cta-stats-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cta-shape-1, .cta-shape-2, .cta-dots {
    display: none;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .btn-cta-primary, .btn-cta-outline {
    justify-content: center;
  }
  .cta-stats-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Testimonial Section Styles */
.testimonial-section {
  position: relative;
}
.testi-shape-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(50, 119, 115, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  top: -200px;
  right: -150px;
  z-index: 0;
}
.testi-shape-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(50, 119, 115, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -150px;
  left: -100px;
  z-index: 0;
}
.testimonial-section .container {
  position: relative;
  z-index: 1;
}
.testi-badge {
  display: inline-block;
  background: rgba(50, 119, 115, 0.2);
  color: #327773;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}
.testi-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 15px;
}
.testi-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.testi-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(50, 119, 115, 0.3);
}
.testi-card.featured {
  background: linear-gradient(135deg, rgba(50, 119, 115, 0.2) 0%, rgba(50, 119, 115, 0.05) 100%);
  border-color: rgba(50, 119, 115, 0.3);
}
.testi-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.quote-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #327773 0%, #1d4745 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-icon i {
  font-size: 24px;
  color: #fff;
}
.testi-rating i {
  font-size: 16px;
  margin-left: 2px;
}
.testi-card-body {
  margin-bottom: 25px;
}
.testi-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
.testi-card-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testi-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #327773;
}
.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi-info {
  flex: 1;
}
.testi-name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px 0;
}
.testi-role {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.testi-verified i {
  font-size: 22px;
}
.trust-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.trust-item {
  text-align: center;
}
.trust-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #327773;
}
.trust-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.trust-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .testi-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .testi-shape-1, .testi-shape-2 {
    display: none;
  }
  .trust-indicators {
    gap: 25px;
    padding: 20px;
  }
  .trust-number {
    font-size: 26px;
  }
  .trust-divider {
    display: none;
  }
  .testi-card {
    padding: 20px;
  }
}

/* Download Section Styles */
.download-section {
  position: relative;
}
.download-shape-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  top: -300px;
  right: -200px;
  z-index: 0;
}
.download-shape-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -200px;
  left: -150px;
  z-index: 0;
}
.download-section .container {
  position: relative;
  z-index: 1;
}
.download-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.store-btn {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
  backdrop-filter: blur(10px);
}
.store-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
  color: #fff;
}
.store-btn .store-icon {
  font-size: 32px;
  margin-right: 12px;
}
.store-btn .store-text {
  text-align: left;
}
.store-btn .small-text {
  display: block;
  font-size: 11px;
  opacity: 0.8;
}
.store-btn .big-text {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.download-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.stat-item {
  text-align: center;
}
.stat-number {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
}
.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.feature-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  color: #a8e6cf;
}
.feature-icon i {
  font-size: 20px;
}

@media (max-width: 768px) {
  .download-shape-1, .download-shape-2 {
    display: none;
  }
  .download-stats {
    gap: 20px;
  }
  .stat-number {
    font-size: 22px;
  }
  .store-btn {
    padding: 10px 18px;
  }
  .store-btn .store-icon {
    font-size: 26px;
  }
  .store-btn .big-text {
    font-size: 16px;
  }
}

/* Latchass Logic Section Styles */
.latchass-logic-section {
  position: relative;
  overflow: hidden;
}

.logic-shape-1 {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(50, 119, 115, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  top: -300px;
  right: -200px;
  z-index: 0;
  animation: float 20s ease-in-out infinite;
}

.logic-shape-2 {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(29, 71, 69, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  bottom: -250px;
  left: -150px;
  z-index: 0;
  animation: float 25s ease-in-out infinite reverse;
}

.logic-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: radial-gradient(circle, rgba(50, 119, 115, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
  opacity: 0.3;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

.logic-card {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.logic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(50, 119, 115, 0.2) !important;
}

.logic-card.featured:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 70px rgba(50, 119, 115, 0.4) !important;
}

.logic-icon {
  transition: all 0.3s ease;
}

.logic-card:hover .logic-icon {
  transform: scale(1.1) rotate(5deg);
}

.logic-process {
  position: relative;
  z-index: 1;
}

.process-step {
  position: relative;
  transition: all 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
}

.process-step:hover .step-number {
  transform: scale(1.1);
  box-shadow: 0 12px 35px rgba(50, 119, 115, 0.4) !important;
}

.logic-cta {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.logic-cta:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 255, 255, 0.1);
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
}

@media (max-width: 768px) {
  .logic-shape-1, .logic-shape-2, .logic-dots {
    display: none;
  }
  
  .logic-card {
    margin-bottom: 20px;
  }
  
  .logic-card.featured {
    transform: none;
  }
  
  .process-step {
    margin-bottom: 30px;
  }
  
  .latchass-logic-section {
    padding: 60px 0 !important;
  }
  
  .logic-process {
    padding: 30px 20px !important;
  }
  
  .logic-cta {
    padding: 30px 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */