/********************************************************
    Template Name: taskquatch
    Created By: TrendyTheme
    Envato Profile: https://themeforest.net/user/trendytheme
    Website: http://trendytheme.net
    Version: 1.0
    Support: http://trendytheme.net/support
*********************************************************/

/*
====================================
[ CSS TABLE CONTENT ]
------------------------------------
    1.0 - General
    2.0 - Page Header
    3.0 - Global Classes
    4.0 - Pre Defined Filter/Overlay
    5.0 - Hero Section
    6.0 - Presentation Wrapper
    7.0 - Video Presentaion
    8.0 - Featured Item
    9.0 - Mockup Presentaion
    10.0 - Screenshot Wrapper
    11.0 - Testimonial Carousel
    12.0 - Pricing Table
    13.0 - Fun Facts
    14.0 - Download Wrapper
    15.0 - Clients
    16.0 - Magnific Popup Customisation for Zoom Effect
    16.0 - Preloader

-------------------------------------
[ END CSS TABLE CONTENT ]
=====================================
*/

body {
  font-family: "Raleway", sans-serif !important;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  color: #8f8f8f;
  background-color: #f1f1f1;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased !important;
  /* Remove hardware acceleration that causes flickering */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-perspective: none !important;
  -moz-perspective: none !important;
  -ms-perspective: none !important;
  perspective: none !important;
}

html {
  font-family: "Raleway", sans-serif !important;
  /* Remove hardware acceleration that causes flickering */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden; /* Prevent horizontal scroll on mobile */
}

/* Ensure wrapper allows overflow for larger images on mobile */
.wrapper {
  overflow-x: hidden; /* Prevent horizontal scroll */
  overflow-y: visible; /* Allow vertical scroll */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3e;
  margin: 0 0 15px;
}

.text-white {
  color: #ede2d3 !important;
}

.light-grey-bg {
  background-color: #f1f1f1;
}

@media screen and (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/*Homepage Header*/
.tt-main-header {
  padding-top: 18vh;
  padding-bottom: 100px; /* Add bottom padding to prevent overlap */
  min-height: 100vh; /* Ensure full viewport height */
  display: flex;
  align-items: center;
  position: relative;
}

.tt-main-header .title {
  color: #ede2d3;
  font-weight: 700;
}

.tt-main-header .description {
  font-family: "Roboto", sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
  color: #ede2d3;
}

/* Ensure mockup image has proper spacing - desktop only */
@media (min-width: 992px) {
  .tt-main-header .col-md-5 {
    position: relative;
    z-index: 2;
    overflow: visible !important;
    padding-left: 0 !important;
    margin-left: -80px !important;
  }

  /* Reduce gap between text and image */
  .tt-main-header .col-md-7 {
    padding-right: 10px !important;
  }
}

/* Allow row to overflow for larger image */
.tt-main-header .row {
  overflow: visible !important;
}

/* Allow container to overflow for larger image */
.tt-main-header .container {
  overflow: visible !important;
}

/* Base image styles - desktop only */
@media (min-width: 992px) {
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 95% !important;
    width: 95% !important;
    height: auto !important;
    object-fit: contain !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-right: auto !important;
    display: block;
    position: relative;
    z-index: 2;
    transform: scale(1) !important;
  }
  
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
    padding-left: 15px !important;
  }
  
  .tt-main-header .col-md-7 {
    padding-right: 15px !important;
  }
}

/* Reset image styles on mobile */
@media (max-width: 991px) {
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
  }
  
  .tt-main-header .col-md-7 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 75% !important;
    width: 75% !important;
    height: auto !important;
    margin: 0 auto 20px !important;
    display: block;
    object-fit: contain !important;
  }
  
  .tt-main-header .container {
    overflow: visible !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .tt-main-header .row {
    overflow: visible !important;
    margin-left: 0;
    margin-right: 0;
  }
}


/* Larger size for desktop screens */
@media (min-width: 1200px) {
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    width: 95% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  
  .tt-main-header .col-md-7 {
    padding-right: 15px !important;
  }
}

/* Extra large screens */
@media (min-width: 1400px) {
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    width: 95% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}

/* Add extra spacing for the main content section */
.main.main-raised {
  position: relative;
  z-index: 1;
  margin-top: 0; /* Ensure no top margin that could cause overlap */
}

.main.main-raised .section-padding:first-child {
  padding-top: 120px; /* Increase top padding for first section */
  position: relative;
  z-index: 1;
}

/* Ensure the hero section container has proper overflow handling */
.tt-main-header .container {
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

/* Add a subtle shadow or border to help separate sections visually */
.main.main-raised {
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  border-radius: 10px 10px 0 0;
  margin-top: -10px; /* Slight overlap to create seamless transition */
}

/*Page Header*/
.tt-page-header {
  height: 400px;
  padding-top: 150px;
}
.tt-page-header .title {
  color: #ede2d3;
  margin: 0;
}

.title {
  font-weight: 500;
  color: #3e3e3e;
}

h2.title {
  margin-bottom: 30px;
}

.description {
  font-size: 1.1em;
  line-height: 1.6em;
}

.section-divider {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-bottom: 20px;
}

.section-divider.white {
  background-color: #ede2d3;
}


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

/*typography page*/
.tt-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}
.tt-typo .tt-note {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

/*margin classes*/
.no-margin {
  margin: 0;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}

/*padding classes*/
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.padding-top-100 {
  padding-top: 100px;
}
.padding-bottom-100 {
  padding-bottom: 100px;
}

/* ================= Pre Defined Filter ==================== */
.filter,
.filter .container {
  position: relative;
}
.filter:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(38, 35, 34, 0.2); /*fallback overlay*/
}

/* dark overlay */
.filter.dark-0:before {
  background-color: rgba(38, 35, 34, 0);
}
.filter.dark-1:before {
  background-color: rgba(38, 35, 34, 0.1);
}
.filter.dark-2:before {
  background-color: rgba(38, 35, 34, 0.2);
}
.filter.dark-3:before {
  background-color: rgba(38, 35, 34, 0.3);
}
.filter.dark-4:before {
  background-color: rgba(38, 35, 34, 0.4);
}
.filter.dark-5:before {
  background-color: rgba(38, 35, 34, 0.5);
}
.filter.dark-6:before {
  background-color: rgba(38, 35, 34, 0.6);
}
.filter.dark-7:before {
  background-color: rgba(38, 35, 34, 0.7);
}
.filter.dark-8:before {
  background-color: rgba(38, 35, 34, 0.8);
}
.filter.dark-9:before {
  background-color: rgba(38, 35, 34, 0.9);
}
.filter.dark-10:before {
  background-color: rgba(38, 35, 34, 1);
}

/*
Hero Section
------------------------------------------------------*/
.header img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .header img {
    display: block;
    margin: 20px auto -50px;
  }
}

/*
Presentation Wrapper
------------------------------------------------------*/
.presentation-wrapper {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (min-width: 768px) {
  .presentation {
    min-height: 690px;
  }
}

.presentation img {
  position: absolute;
}
.presentation .first {
  left: calc(50% - 510px);
  top: 7%;
  z-index: 1;
}
.presentation .second {
  left: calc(50% - 230px);
  z-index: 3;
}
.presentation .third {
  left: calc(50% - -135px);
  top: 7%;
  z-index: 2;
}

@media screen and (max-width: 1040px) {
  .presentation .third {
    left: calc(50% - -80px);
  }
}
@media screen and (max-width: 991px) {
  .presentation .first {
    left: calc(50% - 400px);
  }
  .presentation .third {
    left: calc(50% - -10px);
  }
}
@media screen and (max-width: 767px) {
  .presentation .first,
  .presentation .third {
    display: none;
  }
  .presentation .second {
    position: static;
    margin: 0 auto;
  }
}

/*
Video Presentaion
------------------------------------------------------*/
.video-presentaion {
  padding-top: 200px;
  padding-bottom: 200px;
  background: url("assets/img/video-banner.jpg");
  background-size: cover !important;
}
.video-presentaion h2 {
  font-weight: 400;
}
.play-trigger {
  color: #fff;
  margin-bottom: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.play-trigger i {
  font-size: 90px;
}

@media screen and (max-width: 767px) {
  .video-presentaion {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*
Featured-item
------------------------------------------------------*/
.featured-item .icon i {
  width: 70px;
  height: 70px;
  font-size: 36px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-item.icon-border .icon i {
  border: 1px solid #ccc;
}
.featured-item:hover .icon i {
  color: #fff;
  border-color: transparent;
}

.primary-bg .featured-item .icon i {
  color: #fff;
}

.featured-item.icon-left .icon i {
  float: left;
  margin-top: 25px;
  margin-right: 20px;
}
.featured-item.icon-right .icon i {
  float: right;
  margin-top: 25px;
  margin-left: 20px;
}
.featured-item.icon-right {
  text-align: right;
}

.featured-item .desc {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .featured-item.icon-right .icon i {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .featured-item.icon-right {
    text-align: left;
  }
  .featured-item.margin-top-80 {
    margin-top: 30px;
  }
}

/*featured-carousel*/
.featured-carousel .featured-item .desc h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.featured-carousel.owl-theme .owl-controls {
  margin-top: 55px;
}

.featured-carousel.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 5px;
  background: rgba(0, 0, 0, 0.25);
}

.primary-bg .featured-carousel.owl-theme .owl-dots .owl-dot.active span,
.primary-bg .featured-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

/*
Mockup Presentaion
------------------------------------------------------*/
.extra-fearures-wrapper {
  padding-top: 100px;
}
.mocup-wrappper {
  position: relative;
  min-height: 300px;
}
.mocup-holder img {
  max-width: 100%;
  position: absolute;
  transform: translate(0%, -50%);
}
.mocup-holder img.first {
  z-index: 1;
  bottom: -40%;
}
.mocup-holder img.second {
  z-index: 2;
  bottom: -25%;
}
.mocup-holder img.third {
  z-index: 3;
  bottom: -10%;
}

@media screen and (min-width: 1200px) {
  .mocup-holder img.first {
    left: calc(50% - 530px);
  }
  .mocup-holder img.second,
  .mocup-holder img.third {
    left: calc(50% - 430px);
  }
}

@media screen and (max-width: 768px) {
  .mocup-wrappper {
    display: none;
  }
  .extra-fearures-wrapper {
    padding-bottom: 100px;
  }
}

/*
Best solution wrapper
------------------------------------------------------*/
.best-solution-wrapper {
  padding-top: 220px;
  padding-bottom: 100px;
}
.best-solution-intro {
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .best-solution-wrapper img {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 768px) {
  .best-solution-wrapper {
    padding-top: 100px;
  }
}

/*
Screenshot Wrapper
------------------------------------------------------*/
.tt-screenshot-wrap {
  position: relative;
}

.tt-screenshot-wrap .arrow-left,
.tt-screenshot-wrap .arrow-right {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -20px;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tt-screenshot-wrap .arrow-left:hover,
.tt-screenshot-wrap .arrow-right:hover {
  color: #fff;
}

.tt-screenshot-wrap .arrow-left {
  left: 20px;
}
.tt-screenshot-wrap .arrow-right {
  right: 20px;
}

.tt-screenshot-wrap:hover .arrow-left,
.tt-screenshot-wrap:hover .arrow-right {
  opacity: 1;
}

/*
Testimonial Carousel
------------------------------------------------------*/
.thumb-carousel .icon {
  margin-bottom: 50px;
}
.thumb-carousel .testimonial-meta {
  font-weight: 700;
  margin-bottom: 30px;
}
.thumb-carousel .testimonial-meta span {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.thumb-carousel .flex-control-thumbs li {
  width: 72px;
  float: none;
  margin: 0 15px;
}
.thumb-carousel .flex-control-thumbs img {
  opacity: 0.1;
  border-radius: 50%;
}
.thumb-carousel .flex-direction-nav a {
  display: none;
}
.thumb-carousel .flex-control-thumbs img.flex-active {
  opacity: 1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*
Pricing Table
--------------------------------------------------*/
.pricing-wrapper {
  width: 95%;
  margin: 0 auto;
}
.pricing-table {
  background: #ede2d3;
  border-radius: 3px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.table-contents {
  background: #ede2d3;
  padding: 30px;
}
.table-header {
  padding: 40px;
  color: #353534;
}
.package-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.package-price {
  line-height: 40px;
  font-weight: 500;
}
.package-price .price {
  font-size: 50px;
}
.package-price .currency-symbol {
  font-size: 35px;
}
.package-price .currency-code {
  font-size: 16px;
}

.table-info {
  background-color: #ede2d3;
  padding: 30px;
}
.table-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.table-info ul li {
  font-size: 16px;
  line-height: 40px;
  color: #8f8f8f;
}

.table-footer {
  padding: 0 30px 60px;
}

.pricing-table:hover {
  box-shadow: 0 18px 38px 0 rgb(218, 218, 218), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*
Fun Facts
--------------------------------------------------*/
.facts-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}
.facts-wrapper .counter-wrap i {
  font-size: 45px;
  margin-bottom: 10px;
}
.facts-wrapper .timer {
  display: block;
  font-size: 55px;
  line-height: 70px;
  font-weight: 700;
  color: #454545;
  margin-bottom: 10px;
}
.facts-wrapper .count-description {
  color: #8f8f8f;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .facts-wrapper .counter-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*
Download Wrapper
--------------------------------------------------*/
.download-wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("assets/img/download-banner.jpg");
  background-size: cover !important;
}
.download-wrapper h2 {
  text-transform: capitalize;
  font-weight: 500;
}
.download-btn-wrapper {
  margin-top: 60px;
}
.download-btn-wrapper .btn {
  text-transform: capitalize;
  margin: 5px 10px;
}
.download-btn-wrapper .btn i {
  font-size: 24px;
  margin-right: 10px;
}

.download-btn-wrapper .btn:not(.btn-just-icon):not(.btn-fab) .fa {
  font-size: 24px;
  margin-top: -8px;
  position: relative;
  top: 3px;
}

/* Clients
------------------------------------------------------------- */
.clients-grid {
  width: 95%;
  margin: 0 auto;
}
.clients-grid .border-box {
  border: 1px solid #eee;
  margin-left: -1px;
  margin-bottom: -1px;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.clients-grid .border-box img {
  padding: 30px 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.clients-grid .border-box img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.clients-grid .border-box:hover {
  box-shadow: 0 18px 38px 0 rgb(218, 218, 218), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/*Footer*/
@media screen and (max-width: 768px) {
  .footer nav.pull-left {
    float: none !important;
    text-align: center;
  }
}

/* 
Magnific Popup Customisation for Zoom Effect
-------------------------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-arrow-right::after,
.mfp-arrow-left::after {
  font-family: "FontAwesome";
  border: none !important;
  color: #fff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mfp-arrow-right::after {
  content: "\f105" !important;
}
.mfp-arrow-left::after {
  content: "\f104" !important;
}
.mfp-arrow-right::before,
.mfp-arrow-left::before {
  border: none !important;
}
.mfp-arrow {
  height: 60px;
}
.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  margin-top: 15px;
  top: -1px !important;
}
img.mfp-img {
  padding: 40px 0px 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*Back to Top*/
#backTop {
  z-index: 500;
  position: fixed;
  bottom: -52px;
  right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#backTop.show {
  bottom: 20px;
}

/* ================= Preloader ==================== */
#tt-preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: block;
  background: #fff;
}
.tt-preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
.tt-preloader-wave:before,
.tt-preloader-wave:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*background: #f96332;*/ /*color from presets*/
  -webkit-animation: preloader-wave 1.6s linear infinite;
  animation: preloader-wave 1.6s linear infinite;
}
.tt-preloader-wave:after {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes preloader-wave {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

/* New Styles for Improved Website */

/* Hero Section Improvements */
.hero-buttons {
  margin-top: 30px;
}

.hero-buttons .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}

.btn-outline-white {
  background: transparent;
  border: 2px solid #ede2d3;
  color: #ede2d3;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background: #ede2d3;
  color: #3e3e3e;
}

/* Section Improvements */
.section-description {
  font-size: 1.2em;
  color: #8f8f8f;
  margin-bottom: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Cards */
.features-row {
  display: flex;
  flex-wrap: wrap;
}

.features-row .col-md-4 {
  display: flex;
  margin-bottom: 30px;
}

.feature-card {
  padding: 40px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.feature-card .feature-icon {
  margin-bottom: 25px;
  color: #003F4E;
  flex-shrink: 0;
}

.feature-card h4 {
  margin-bottom: 15px;
  color: #3e3e3e;
  font-weight: 600;
  flex-shrink: 0;
}

.feature-card p {
  color: #8f8f8f;
  line-height: 1.6;
  flex-grow: 1;
  margin-bottom: 0;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.feature-icon {
  margin-bottom: 25px;
  color: #003F4E;
}

.feature-card h4 {
  margin-bottom: 15px;
  color: #3e3e3e;
  font-weight: 600;
}

.feature-card p {
  color: #8f8f8f;
  line-height: 1.6;
}

/* Step Items */
.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.step-number {
  background: #003F4E;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
}

.step-content h4 {
  margin-bottom: 10px;
  color: #3e3e3e;
  font-weight: 600;
}

.step-content p {
  color: #8f8f8f;
  margin: 0;
  line-height: 1.6;
}

/* Community Stats */
.community-stat {
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.community-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.stat-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #003F4E;
  margin-bottom: 10px;
}

.stat-label {
  color: #8f8f8f;
  font-size: 1.1em;
  font-weight: 500;
}

/* Download Section */
.download-section {
  margin: 40px 0;
}

.download-section img {
  max-width: 200px;
  height: auto;
  margin: 20px 0;
  transition: transform 0.3s ease;
}

.download-section img:hover {
  transform: scale(1.05);
}

/* Responsive app stores image */
@media (max-width: 768px) {
  .download-section img {
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .download-section img {
    max-width: 160px;
  }
}

@media (max-width: 360px) {
  .download-section img {
    max-width: 140px;
  }
}

.newsletter-signup {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-signup h4 {
  margin-bottom: 20px;
  color: #3e3e3e;
}

.newsletter-signup .form-inline {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-signup .form-group {
  flex: 1;
  min-width: 250px;
}

.newsletter-signup .form-control {
  border-radius: 25px;
  border: 2px solid #e0e0e0;
  padding: 12px 20px;
  font-size: 16px;
}

.newsletter-signup .form-control:focus {
  border-color: #003F4E;
  box-shadow: 0 0 0 0.2rem rgba(0, 63, 78, 0.25);
}

/* Footer Improvements */
.footer {
  background: #3e3e3e;
  color: #ede2d3;
  padding: 40px 0 20px;
}

.footer h5 {
  color: #ede2d3;
  margin-bottom: 15px;
}

.footer p {
  color: #bdbdbd;
  margin: 0;
}

.social-links {
  margin-top: 10px;
}

.social-links .btn {
  margin-left: 10px;
}

/* Comprehensive Mobile Responsive Fixes */
@media (max-width: 1200px) {
  .tt-main-header .title {
    font-size: 2.4em;
    white-space: normal;
    word-wrap: break-word;
  }
  
  .tt-main-header .description {
    font-size: 1.1em;
  }
}

@media (max-width: 991px) {
  .tt-main-header {
    padding-top: 15vh;
    padding-bottom: 80px;
    min-height: auto;
  }
  
  .tt-main-header .title {
    font-size: 2.2em;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2;
  }
  
  .tt-main-header .description {
    font-size: 1em;
    line-height: 1.5;
  }
  
  .hero-buttons .btn {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 20px;
  }
  
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .main.main-raised .section-padding:first-child {
    padding-top: 100px;
  }
  
  .feature-card {
    padding: 30px 15px;
  }
  
  .community-stat {
    padding: 25px 15px;
  }
  
  .stat-number {
    font-size: 2.2em;
  }
  
  /* Fix hero section layout on tablets */
  .tt-main-header .col-md-5 {
    margin-top: 30px;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 75% !important;
    width: 75% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 20px !important;
    display: block;
  }
  
  .tt-main-header .col-md-7 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 768px) {
  .tt-main-header {
    padding-top: 120px; /* Fixed padding to account for navbar height */
    padding-bottom: 60px;
    min-height: auto;
  }
  
  .tt-main-header .title {
    font-size: 1.8em;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  
  .tt-main-header .description {
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  
  .hero-buttons {
    margin-top: 25px;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 12px 20px;
  }
  
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .main.main-raised .section-padding:first-child {
    padding-top: 80px; /* Increased padding for better spacing */
  }
  
  .section-description {
    font-size: 1em;
    margin-bottom: 40px;
  }
  
  /* Stack columns on mobile */
  .tt-main-header .col-md-7,
  .tt-main-header .col-md-5 {
    width: 100% !important;
    float: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .tt-main-header .col-md-5 {
    margin-top: 30px;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 75% !important;
    width: 75% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 20px !important;
    display: block;
  }
  
  .tt-main-header .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }
  
  .tt-main-header .container {
    overflow: visible !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Additional mobile fixes for navbar overlap */
  .navbar-fixed-top {
    z-index: 1030;
  }
  
  /* Ensure body has proper padding for fixed navbar */
  body {
    padding-top: 0; /* Let the header handle its own padding */
  }
  
  /* Ensure proper spacing for all sections */
  .col-md-4,
  .col-md-6,
  .col-md-3 {
    margin-bottom: 30px;
  }
  
  .step-item {
    flex-direction: column;
    text-align: center;
  }
  
  .step-number {
    margin-right: 0;
    margin-bottom: 15px;
    align-self: center;
  }
  
  .newsletter-signup {
    padding: 30px 20px;
    margin-top: 30px;
  }
  
  .newsletter-signup .form-inline {
    flex-direction: column;
  }
  
  .newsletter-signup .form-group {
    min-width: auto;
    width: 100%;
  }
  
  .footer .text-right {
    text-align: center !important;
    margin-top: 20px;
  }
}

/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {
  .tt-main-header {
    padding-top: 100px; /* Slightly reduced for very small screens */
    padding-bottom: 40px;
  }
  
  .tt-main-header .title {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  
  .tt-main-header .description {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  
  .hero-buttons .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
  
  .main.main-raised .section-padding:first-child {
    padding-top: 60px;
  }
  
  .social-links {
    text-align: center;
  }
  
  .social-links .btn {
    margin: 5px;
  }
  
  .feature-card {
    padding: 25px 15px;
    margin-bottom: 20px;
  }
  
  .community-stat {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  
  .stat-number {
    font-size: 2em;
  }
  
  .stat-label {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .tt-main-header {
    padding-top: 10vh;
    padding-bottom: 30px; /* Reduced from 100px to 30px */
  }
  
  .tt-main-header .title {
    font-size: 1.5em;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  
  .tt-main-header .description {
    font-size: 0.9em;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  
  .hero-buttons {
    margin-top: 20px;
  }
  
  .hero-buttons .btn {
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 12px;
  }
  
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .main.main-raised .section-padding:first-child {
    padding-top: 40px; /* Reduced from 140px to 40px */
  }
  
  .section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  
  .feature-card {
    padding: 20px 12px;
    margin-bottom: 15px;
  }
  
  .feature-card h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  
  .feature-card p {
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  .community-stat {
    padding: 15px 12px;
    margin-bottom: 15px;
  }
  
  .stat-number {
    font-size: 1.8em;
    margin-bottom: 8px;
  }
  
  .stat-label {
    font-size: 0.9em;
  }
  
  .step-content h4 {
    font-size: 1.1em;
    margin-bottom: 8px;
  }
  
  .step-content p {
    font-size: 0.9em;
    line-height: 1.5;
  }
  
  .newsletter-signup {
    padding: 25px 15px;
    margin-top: 25px;
  }
  
  .newsletter-signup h4 {
    font-size: 1.1em;
    margin-bottom: 15px;
  }
  
  .newsletter-signup .form-control {
    font-size: 14px;
    padding: 10px 15px;
  }
  
  .newsletter-signup .btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  
  /* Reduced spacing for mockup image on small screens */
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 75% !important;
    width: 75% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 15px !important;
    display: block;
  }
  
  .tt-main-header .col-md-7 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 360px) {
  .tt-main-header .title {
    font-size: 1.3em;
    line-height: 1.5;
  }
  
  .tt-main-header .description {
    font-size: 0.85em;
    line-height: 1.8;
  }
  
  .hero-buttons .btn {
    font-size: 13px;
    padding: 8px 12px;
  }
  
  .feature-card {
    padding: 15px 10px;
  }
  
  .community-stat {
    padding: 12px 10px;
  }
  
  .stat-number {
    font-size: 1.6em;
  }
  
  .newsletter-signup {
    padding: 20px 12px;
  }
}

/* Fix for container overflow */
.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
  /* Remove image flickering prevention that causes issues */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* Remove image rendering optimizations that cause issues */
  image-rendering: auto !important;
}

/* Optimize buttons to prevent flickering */
.btn {
  /* Remove button flickering prevention that causes issues */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* Remove transitions that cause flickering */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  /* Remove font smoothing that can cause issues */
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

/* Remove background optimizations that cause flickering */
.header, .tt-main-header, .main, .section-padding {
  /* Remove background flickering prevention that causes issues */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* Remove background optimizations */
  background-attachment: scroll !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Fix for navbar on mobile */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 60px !important;
    width: auto !important;
    /* Remove navbar logo optimizations that cause flickering */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  
  .navbar-toggle {
    margin-top: 15px;
    /* Remove toggle button optimizations that cause flickering */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  
  /* Ensure navbar collapse works properly */
  .navbar-collapse {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 10px;
    /* Remove navbar optimizations that cause flickering */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  
  .navbar-nav {
    margin: 0;
    padding: 10px 0;
  }
  
  .navbar-nav > li > a {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    /* Remove nav links optimizations that cause flickering */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  
  .navbar-nav > li:last-child > a {
    border-bottom: none;
  }
}

/* Remove all interactive element optimizations that cause flickering */
.navbar, .navbar-brand, .navbar-nav > li > a, .navbar-toggle {
  /* Remove navbar optimizations that cause flickering */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* Remove transitions that cause flickering */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* Simplify back to top button */
#backTop {
  z-index: 500;
  position: fixed;
  bottom: -52px;
  right: 20px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  /* Remove optimizations that cause flickering */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

#backTop.show {
  bottom: 20px;
}

/* Additional responsive fixes for very small screens */
@media (max-width: 480px) {
  .navbar-brand {
    padding: 5px 0 !important;
  }
  
  .navbar-brand img {
    height: 50px !important;
  }
  
  .navbar-toggle {
    margin-top: 10px;
    padding: 6px 8px;
  }
  
  /* Ensure proper text wrapping */
  .tt-main-header .title {
    word-break: break-word;
    hyphens: auto;
  }
  
  /* Improve button spacing */
  .hero-buttons {
    margin-top: 20px;
  }
  
  .hero-buttons .btn {
    margin-bottom: 12px;
    padding: 12px 15px;
  }
  
  /* Better spacing for sections */
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  /* Improve form layout */
  .newsletter-signup .form-inline {
    gap: 10px;
  }
  
  .newsletter-signup .form-control {
    margin-bottom: 10px;
  }
}

/* Ensure proper viewport handling */
@media (max-width: 360px) {
  .tt-main-header {
    padding-top: 8vh;
    padding-bottom: 20px; /* Reduced from 120px to 20px */
  }
  
  .navbar-brand img {
    height: 45px !important;
  }
  
  .tt-main-header .title {
    font-size: 1.2em;
    line-height: 1.6;
  }
  
  .tt-main-header .description {
    font-size: 0.8em;
    line-height: 1.9;
  }
  
  .hero-buttons .btn {
    font-size: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
  }
  
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .main.main-raised .section-padding:first-child {
    padding-top: 30px; /* Reduced from 160px to 30px */
  }
  
  .feature-card {
    padding: 15px 10px;
  }
  
  .community-stat {
    padding: 12px 10px;
  }
  
  .stat-number {
    font-size: 1.6em;
  }
  
  .newsletter-signup {
    padding: 20px 12px;
  }
  
  .newsletter-signup .form-control {
    font-size: 13px;
    padding: 8px 12px;
  }
  
  .newsletter-signup .btn {
    font-size: 13px;
    padding: 8px 15px;
  }
  
  /* Reduced spacing for mockup image on very small screens */
  .tt-main-header .col-md-5 {
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
  }
  
  .tt-main-header .col-md-5 img,
  .tt-main-header .device-mockup-img {
    max-width: 75% !important;
    width: 75% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto 10px !important;
    display: block;
  }
  
  .tt-main-header .col-md-7 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Animation Enhancements */
.wow {
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  /* Remove transform3d that can cause flickering */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  /* Remove will-change that can cause performance issues */
  will-change: auto !important;
}

/* Disable fadeInUp animations */
.fadeInUp {
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Disable fadeInLeft animations */
.fadeInLeft {
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Disable fadeInRight animations */
.fadeInRight {
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Simplify transitions to prevent flickering */
.btn, .feature-card, .community-stat, .navbar, .navbar-brand, .navbar-nav > li > a, .navbar-toggle {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  /* Remove transform3d */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  /* Remove backface-visibility */
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  /* Remove will-change */
  will-change: auto !important;
}

/* Simplify hover effects */
.feature-card:hover {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.community-stat:hover {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

.download-section img:hover {
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

/* Remove hardware acceleration that might be causing issues */
body, html, img, .header, .tt-main-header, .main, .section-padding {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-perspective: none !important;
  -moz-perspective: none !important;
  -ms-perspective: none !important;
  perspective: none !important;
  will-change: auto !important;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
  /* Optimize scrolling performance */
  -webkit-overflow-scrolling: touch;
}

/* Enhanced button styles */
.btn-primary {
  background-color: #003F4E;
  border-color: #003F4E;
  color: white;
}

.btn-primary:hover {
  background-color: #002A35;
  border-color: #002A35;
  color: white;
}

/* Mobile-specific fixes for navbar overlap */
@media screen and (max-width: 768px) {
  /* Ensure proper spacing for fixed navbar on mobile */
  .header.tt-main-header {
    padding-top: 20px;
    margin-top: 60px; /* Account for fixed navbar height */
  }
  
  /* Adjust hero section spacing on mobile */
  .header.tt-main-header .title {
    padding-top: 40px !important;
    font-size: 2.2em !important;
    margin-bottom: 20px;
  }
  
  /* Improve mobile button layout */
  .hero-buttons {
    text-align: center;
  }
  
  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin: 10px 0;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Adjust mobile navigation */
  .navbar-brand {
    height: 50px !important;
  }
  
  .navbar-brand img {
    height: 60px !important;
  }
  
  /* Mobile section padding adjustments */
  .section-padding {
    padding: 60px 0;
  }
  
  /* Mobile feature cards */
  .feature-card {
    margin-bottom: 30px;
  }
  
  /* Mobile community stats */
  .community-stat {
    margin-bottom: 30px;
  }
  
  /* Mobile newsletter signup */
  .newsletter-signup form {
    flex-direction: column;
    align-items: center;
  }
  
  .newsletter-signup .form-group {
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
  }
  
  .newsletter-signup .btn {
    width: 100%;
    max-width: 300px;
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 480px) {
  .header.tt-main-header .title {
    font-size: 1.8em !important;
    padding-top: 30px !important;
  }
  
  .header.tt-main-header .description {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .section-padding {
    padding: 40px 0;
  }
}

