/*
Theme Name:       Proton - Bootstrap 4 Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Section */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Carouse Slider */
/* ____Features */
/* ____Counter */
/* ____Screenshots */
/* ____Team */
/* ____Testimonial */
/* ____Download */
/* ____Subscribe */
/* ____Pricing-table */
/* ____Blog */
/* ____Contact*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600|Roboto");
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2D3748;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4A5568;
  margin-bottom: 0;
}

a:hover, a:focus {
  color: #3c9cfd;
}

a {
  color: #3c9cfd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.btn {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 80px 0 65px;
}

.section-header {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #2D3748;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 1rem;
  padding: 12px 28px;
  border-radius: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  border: none;
  text-transform: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn i {
  font-size: 1.25rem;
}

.btn-primary {
  background: #3c96ff;
  color: #fff;
}

.btn-primary:hover {
  background: #2d87ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(60, 150, 255, 0.2);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  transform: translateY(-2px);
}

.btn-effect {
  overflow: hidden;
}

.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect:hover:after {
  width: 100%;
}

.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3c9cfd;
  color: #3c9cfd;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #3c9cfd;
}

.btn-border-filled:hover {
  color: #3c9cfd;
  background-color: #ffffff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-trial {
  background: #fff;
  color: #191c1e;
  padding: 5px 20px;
  margin-left: 30px;
}

.btn-trial:hover,
.btn-trial:active,
.btn-trial:focus {
  color: #3c9cfd;
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

/* ==========================================================================
   Social Iocns
   ========================================================================== */
.social-icons {
  margin-bottom: 20px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid rgba(255, 254, 254, 0.07);
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.back-to-top i {
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
  background: transparent;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.navbar.scrolled .nav-link {
  color: #2D3748 !important;
}

.navbar.scrolled .nav-link:hover,
.navbar.scrolled .nav-link:focus {
  color: #3c96ff !important;
}

.navbar.scrolled .navbar-brand span {
  color: #2D3748;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  padding: 0;
}

.navbar-brand img {
  height: 32px;
  margin-right: 10px;
  object-fit: contain;
  width: auto;
}

.navbar-brand span {
  color: #fff;
  transition: color 0.3s ease;
}

.navbar-toggler {
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Fallback for Safari in case backdrop-filter isn't supported */
  @supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    background: rgba(255, 255, 255, 0.15);
  }
}

.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar-toggler i {
  color: #fff;
  font-size: 24px;
}

.navbar-nav {
  gap: 10px;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 8px 16px !important;
  transition: all 0.3s ease;
  border-radius: 8px;
  font-size: 0.9375rem;
}

.nav-link:hover,
.nav-link:focus {
  background: rgba(255, 255, 255, 0.1);
}

.nav-link.download-link {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  margin-left: 8px;
}

.nav-link.download-link:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.98);
    margin: 10px -15px -15px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .navbar-nav {
    gap: 5px;
  }

  .nav-link {
    color: #2D3748 !important;
  }

  .nav-link:hover,
  .nav-link:focus {
    background: rgba(60, 150, 255, 0.1);
    color: #3c96ff !important;
  }

  .nav-link.download-link {
    background: #3c96ff;
    color: #fff !important;
  }

  .nav-link.download-link:hover {
    background: #2d87ff;
  }
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  background: #3c96ff;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-image: url("img/layered-waves.png");
}

.hero-area .contents {
  padding: 360px 0 140px;
  margin-top: 60px;
}

.hero-area .contents h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 25px;
}

.hero-area .contents p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
}

.hero-area .contents .btn-border {
  border: 2px solid #fff;
  color: #fff;
}

.hero-area .intro-img {
  padding: 0px 0 0px;
}

.hero-area .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ==========================================================================
 Hero Production version
 ========================================================================== */
.hero-area-2 {
  color: #fff;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f6fbfd;
}

.hero-area-2 .overlay {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -20%;
  left: 0;
  background-image: url("../img/layered-waves.png");
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-area-2 .container {
  position: relative;
  z-index: 1;
}

.hero-area-2 .contents {
  padding: 60px 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-area-2 .glass-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
}

.hero-area-2 .hero-features {
  margin: 1.5rem 0;
  display: grid;
  gap: 1rem;
}

.hero-area-2 .hero-features li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-area-2 .hero-features li i {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
}

.hero-area-2 .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5rem;
}

.hero-area-2 .contents h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 800;
}

.hero-area-2 .contents p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.hero-area-2 .contents .header-button {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-area-2 .contents .btn {
  margin: 0;
  padding: 14px 32px;
  font-size: 1.0625rem;
}

.hero-area-2 .contents .btn-ghost {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #3c96ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none;
}

.hero-area-2 .contents .btn-ghost:hover {
  background: #f8fafc;
  border-color: #ffffff;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  color: #3c96ff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hero-area-2 .contents .btn-primary {
  background: #3c96ff;
  color: #fff;
  border: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.hero-area-2 .contents .btn-primary:hover {
  background: #2d87ff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(60, 150, 255, 0.25);
  color: #fff;
}

.hero-area-2 .intro-img {
  padding: 60px 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-area-2 .intro-img img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .hero-area-2 .glass-card {
    padding: 30px;
  }
  
  .hero-area-2 .contents h2 {
    font-size: 32px;
  }
  
  .hero-area-2 .contents p {
    font-size: 1rem;
  }
  
  .hero-area-2 .hero-features li {
    font-size: 1rem;
  }
}

/* ==========================================================================
   About 
   ========================================================================== */
#about {
  padding-bottom: 80px !important;
}

#about .about-content {
  height: 100%;
  width: 100%;
  display: table;
}

#about .about-content > div {
  vertical-align: middle;
  display: table-cell;
}

#about .about-content h3 {
  font-size: 30px;
  font-weight: 700;
}

#about .about-content h5 {
  font-size: 15px;
  color: #999;
  margin-bottom: 20px;
}

#about .about-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

#about .about-content .btn {
  margin-top: 15px;
}

#carousel-screen {
  margin-top: 15px;
}

/* ==========================================================================
   Clients 
   ========================================================================== */
#clients {
  background: #ffffff;
}

#clients .client-item-wrapper {
  text-align: center;
  margin-bottom: 15px;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

#clients .client-item-wrapper img {
  width: 70%;
  opacity: 0.5;
}

#clients #clients-scroller img:hover {
  opacity: 1.0;
}

#clients #clients-scroller .owl-pagination {
  display: none;
}

/* ==========================================================================
    download
   ========================================================================== */
#download {
  background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 100%);
  padding: 100px 0;
}

#download .download-wrapper {
  padding: 0;
}

#download .download-content {
  max-width: 600px;
  margin: 0 auto;
}

#download .section-title {
  margin-bottom: 1rem;
}

#download .section-description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4A5568;
  margin-bottom: 2.5rem;
}

#download .download-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

#download .btn-download {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.5rem;
  background: #2D3748;
  color: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  min-width: 200px;
}

#download .btn-download:hover {
  background: #1A202C;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

#download .btn-download i {
  font-size: 2rem;
}

#download .btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

#download .btn-text small {
  font-size: 0.75rem;
  opacity: 0.9;
  font-weight: 400;
}

#download .btn-text strong {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 480px) {
  #download {
    padding: 60px 0;
  }
  
  #download .btn-download {
    width: 100%;
    justify-content: center;
  }
  
  #download .btn-text {
    align-items: center;
    text-align: center;
  }
}

/* ==========================================================================
   Video promo Style
   ========================================================================== */
.video-promo {
  padding: 80px 0;
  background: #f6fbfd;
}

.video-promo-content {
  color: #2D3748;
}

.video-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2D3748;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: #000; /* Black background for the letterboxing */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================================================================
   Screenshot Style
   ========================================================================== */
#screenshots {
  padding-bottom: 80px !important;
}

#screenshots .screenshot-thumb {
  margin: 15px;
  text-align: center;
}

#screenshots .screens-slider {
  position: relative;
}

#screenshots .screens-slider .item img {
  max-width: 100%;
  height: auto;
}

#screenshots .screens-slider .owl-controls .owl-buttons {
  position: relative;
  top: -155px;
  left: 0;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -50px;
}

#screenshots .screens-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -50px;
}

/* ==========================================================================
   Offer area
   ========================================================================== */
.offer-area {
  background: #f6fbfd;
}

.offer-area h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

/* Services Item */
.services-item {
  padding: 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item .icon {
  margin-bottom: 20px;
}

.services-item .icon i {
  font-size: 42px;
  line-height: 60px;
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.services-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-item p {
  margin: 0;
}

.feature-content {
  background: #f6fbfd;
}

.single-feature {
  background: #fff;
  margin: 15px 0;
  padding: 60px 50px;
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
  transition: all 0.3s ease 0s;
}

.single-feature i {
  font-size: 42px;
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 30px;
}

.single-feature h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: capitalize;
}

.single-feature:hover {
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

/* ==========================================================================
 Features Section Start
 ========================================================================== */
#features {
  background: #f6fbfd;
}

#features .feature-thumb {
  margin-top: 15px;
}

#features .nav {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

#features .nav .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#features .nav .nav-item .nav-link {
  font-size: 20px;
  color: #a0a6ad;
  padding: 30px 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  border: none;
  background: transparent;
}

#features .nav .nav-item .nav-link i {
  font-size: 40px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

#features .nav-tabs {
  background: #f6fbfd;
  margin-top: -100px;
}

#features .nav-tabs .nav-item.show .nav-link,
#features .nav-tabs .nav-link.active {
  border-bottom: 1px solid #3c9cfd;
  color: #191c1e;
}

#features .nav-tabs .nav-item.show .nav-link i,
#features .nav-tabs .nav-link.active i {
  background: -webkit-linear-gradient(left, #3c96ff 0%, #12c0ff 100%);
  background: -o-linear-gradient(left, #3c96ff 0%, #12c0ff 100%);
  background: linear-gradient(to right, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .tab-content {
  margin-top: 15px;
  text-align: center;
}

#features .tab-content .tab-pane {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 26px;
}

.text-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.text-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.text-wrapper .btn-rm {
  margin-top: 15px;
}

/* ==========================================================================
  features-two
   ========================================================================== */
#features-two .img-thumb {
  margin-bottom: 15px;
}

/* ==========================================================================
    App Features Section Style
   ========================================================================== */
#app-features {
  background: #f6fbfd;
}

#app-features .content-left {
  position: relative;
}

#app-features .content-left span {
  float: right;
  margin-left: 25px;
}

#app-features .content-right {
  position: relative;
}

#app-features .content-right span {
  float: left;
  margin-right: 25px;
}

#app-features .box-item {
  margin: 30px 0;
}

#app-features .box-item .icon {
  text-align: center;
  margin: 0 15px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3c96ff;
}

#app-features .box-item .icon i {
  color: #fff;
  font-size: 28px;
}

#app-features .box-item .text h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

#app-features .box-item .text p {
  font-size: 1rem;
  line-height: 1.6;
}

#app-features .content-left .text {
  margin-right: 90px;
}

#app-features .content-right .text {
  margin-left: 90px;
}

#app-features .show-box {
  text-align: center;
  margin: 15px 0;
}

#app-features .show-box img {
  width: 100%;
}

/* ==========================================================================
 Screens Section Start
 ========================================================================== */
.screens-shot {
  background: #f6fbfd;
}

#screens .owl-controls .owl-buttons {
  position: relative;
  top: -215px;
  left: 0;
}

#screens .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -60px;
}

#screens .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -60px;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  display: block !important;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%) !important;
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%) !important;
  text-align: center;
  display: inline-block;
  opacity: 1 !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8 !important;
}

.owl-theme .owl-controls .owl-buttons div i {
  color: #ffffff;
  font-size: 20px;
  line-height: 35px;
}

/* ==========================================================================
 Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  margin: 15px 0;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.17);
  border-radius: 0px;
  overflow: hidden;
}

.single-team .team-thumb {
  position: relative;
}

.single-team:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0px 0px 16px rgba(131, 131, 131, 0.35);
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  padding: 20px;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 18px;
  color: #263238;
}

.single-team .team-details p {
  font-size: 14px;
  margin-bottom: 0px;
}

.single-team .social-list {
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #12c0ff 100%);
  border-top-right-radius: 30px;
  bottom: 0;
  left: -40px;
  padding: 20px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

.single-team:hover .social-list {
  left: 0;
}

#testimonial {
  background: linear-gradient(180deg, #fff 0%, #f6fbfd 100%);
  padding: 100px 0;
}

#testimonial .section-header {
  margin-bottom: 60px;
}

#testimonial .subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #3c96ff;
  margin-bottom: 1rem;
}

#testimonial .section-title {
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.testimonials-grid {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  max-width: 1200px;
}

.testimonials-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.testimonial-item {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: auto;
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.testimonial-item .description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #2D3748;
  margin-bottom: 2rem;
}

.testimonial-item .author-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.testimonial-item .author-details h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #2D3748;
}

.testimonial-item .author-details span {
  font-size: 0.875rem;
  color: #718096;
}

@media (max-width: 768px) {
  #testimonial {
    padding: 60px 0;
  }
  
  #testimonial .section-title {
    font-size: 2rem;
  }
  
  .testimonials-grid {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px;
  }
  
  .testimonials-column {
    gap: 30px;
  }
  
  .testimonial-item {
    padding: 30px;
  }
  
  .testimonial-item .description {
    font-size: 1rem;
  }
}

/* Map Section */
#map-area {
  padding: 60px 0;
}

.map-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2D3748;
}

.map-frame {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.map-frame iframe {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.footer {
  background: #f8fafc;
  padding: 80px 0 40px;
  color: #4A5568;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
  margin-bottom: 60px;
}

.footer-brand {
  max-width: 320px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.footer-logo img {
  height: 32px;
  width: auto;
}

.footer-logo span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2D3748;
}

.footer-description {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #718096;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-section h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 1.25rem;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section ul li a {
  color: #718096;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-section ul li a:hover {
  color: #3c96ff;
}

.footer-store-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.store-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #2D3748;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.store-button:hover {
  background: #1A202C;
  color: #fff;
  transform: translateY(-2px);
}

.store-button i {
  font-size: 1.25rem;
}

.store-button span {
  font-size: 0.9375rem;
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid #E2E8F0;
}

.copyright {
  font-size: 0.875rem;
  color: #718096;
}

.footer-meta {
  display: flex;
  gap: 24px;
}

.footer-meta a {
  font-size: 0.875rem;
  color: #718096;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-meta a:hover {
  color: #3c96ff;
}

@media (max-width: 991px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-brand {
    max-width: 100%;
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 60px 0 32px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-meta {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
}

/* Hero Area End */

/* Mission Section */
#mission {
  background: linear-gradient(180deg, #f6fbfd 0%, #ffffff 100%);
  padding: 100px 0;
}

#mission .mission-content {
  padding-right: 60px;
}

#mission .section-title {
  font-size: 2.75rem;
  margin-bottom: 2rem;
  color: #2D3748;
  line-height: 1.2;
  font-weight: 700;
}

#mission p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4A5568;
  margin-bottom: 1.5rem;
}

#mission p:last-child {
  margin-bottom: 0;
}

.mission-stats {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  padding: 2rem;
}

.stats-wrapper {
  text-align: center;
}

.stat-number {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.75rem;
  background: linear-gradient(135deg, #3c96ff 0%, #12c0ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 1.25rem;
  color: #4A5568;
  font-weight: 500;
}

@media (max-width: 991px) {
  #mission {
    padding: 60px 0;
  }

  #mission .mission-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  #mission .section-title {
    font-size: 2.25rem;
  }

  .mission-stats {
    flex-direction: row;
    padding: 1.5rem;
    gap: 3rem;
    justify-content: center;
  }

  .stats-wrapper {
    text-align: center;
  }

  .stat-number {
    font-size: 3.75rem;
  }
}

@media (max-width: 576px) {
  .mission-stats {
    flex-direction: column;
    gap: 2.5rem;
  }

  #mission p {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 3.5rem;
  }

  .stat-label {
    font-size: 1.125rem;
  }
}

/* Features Section Start */
