/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 2.3
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * Website: https://themes.3rdwavemedia.com/
*/
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}

a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #339597;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-cta, a.btn-cta {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 30px;
}

.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover {
  background: #3aa7aa;
  color: #fff;
  border: 1px solid #3aa7aa;
}

.btn-inverse {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid transparent;
  color: #fff;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid transparent;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
}

.carousel-indicators li[data-bs-target] {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.carousel-indicators li[data-bs-target].active {
  background-color: #40babd;
  width: 11px;
  height: 11px;
}

/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.header.header-scrolled a {
  color: #494d55;
}

.header.header-scrolled .logo {
  color: black;
  top: 0;
}

.header.header-scrolled .logo:focus {
  color: #494d55;
}

.header.header-scrolled .logo .logo-icon-wrapper {
  background: #40babd;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}

.header.header-scrolled .logo .logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.header.header-scrolled .main-nav .nav .nav-link {
  color: #616670;
}

.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #555963;
}

.header.header-scrolled .main-nav .nav .active .nav-link {
  color: #494d55;
  border-bottom: 4px solid #40babd;
}

.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover, .header a:focus {
  text-decoration: none;
  color: white;
}

.header .logo {
  margin: 0;
  font-size: 28px;
  text-decoration: none;
  position: absolute;
  left: 1rem;
  top: 8px;
}

.header .logo:focus {
  color: white;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
  line-height: 1.2;
}

.header .logo .logo-icon {
  width: 30px;
  height: 30px;
}

.header .logo .highlight {
  font-weight: 800;
}

.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 8px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 30px;
}

.main-nav .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #fff;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.main-nav .nav.active .nav-link {
  position: relative;
  background: none;
  color: #fff;
}

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  padding: 15px;
}

/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}

.footer a {
  color: #40babd;
}

.footer .fa-heart {
  color: #EA5395;
}

/* ======= Hero Section ======= */
.hero-section {
  min-height: 560px;
  background: #494d55;
  position: relative;
}

.hero-section .hero-content-wrapper {
  min-height: 560px;
  background-color: black;
  color: #fff;
}

.hero-section .hero-content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hero-section .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-section .intro {
  font-size: 18px;
}

.hero-section .hero-image-container {
  height: 560px;
  overflow: hidden;
}

.hero-section .hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-section .hero-video {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .hero-section .hero-image-container {
    height: 300px;
    order: -1;
  }
  
  .hero-section .hero-content-wrapper {
    min-height: auto;
    padding: 40px 0;
  }
}

.hero-section .figure-holder-wrapper {
  background-color: black;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.hero-section .figure-holder {
  position: relative;
  height: 560px;
  width: 100%;
}

.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
}

.hero-carousel {
  height: 560px;
  color: #fff;
}

.hero-carousel .carousel-inner .carousel-item {
  height: 100%;
  background-position: center center;
}

.hero-carousel .carousel-inner .item-1 {
  /*background-image: url("../images/hero-1.jpg");*/
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/hero-2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-3 {
  background-image: url("../images/hero-3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}

/* ======= About Section ======= */
.about-section {
  padding-top: 25px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.about-section .intro {
  color: #8e949e;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper {
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .figure-image {
  max-width: 220px;
}

.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

.technologies {
  margin-bottom: 30px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

.testimonials {
  background: #40babd;
}

.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}

.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}

.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}

.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

/* ======= Testimonials Section ======= */
.testimonials-section {
  background: #40babd url("../images/map.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 25px;
}

.testimonials-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}

.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}

.testimonials-section .item:last-child {
  margin-bottom: 0;
}

.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}

.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}

.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}

.testimonials-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}

.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}

/* ======= Features Section ======= */
.features-section {
  padding: 80px 0;
  background: #f5f5f5;
}

.features-section .section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 300;
}

.features-section .intro {
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 18px;
  max-width: 800px;
}

.features-section .intro a {
  color: #222;
}

.features-section .intro a:hover {
  text-decoration: underline;
}

.feature-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.feature-table thead th {
  background-color: #222;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.feature-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.feature-table tbody td {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  font-size: 15px;
  vertical-align: middle;
}

.feature-table td:first-child {
  font-weight: 600;
  width: 25%;
}

.feature-table td:nth-child(2) {
  width: 55%;
}

.feature-table td:last-child {
  width: 20%;
}

.feature-demo-btn {
  transition: all 0.3s ease;
  border-color: #222;
  color: #222;
}

.feature-demo-btn:hover {
  background-color: #222;
  color: #fff;
  transform: translateY(-2px);
}

/* Custom tooltip styling for demo GIFs */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
  transition: opacity 0.15s linear;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-inner {
  max-width: 700px;
  width: 700px;
  padding: 20px;
  color: #fff;
  text-align: center;
  background-color: #222;
  border-radius: 0.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.demo-gif {
  max-width: 660px;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.features-section .note {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

@media (max-width: 991px) {
  .feature-table thead th,
  .feature-table tbody td {
    padding: 12px 15px;
    font-size: 14px;
  }
  
  .feature-table td:first-child {
    width: 30%;
  }
  
  .feature-table td:nth-child(2) {
    width: 45%;
  }
  
  .feature-table td:last-child {
    width: 25%;
  }
  
  .tooltip .tooltip-inner {
    max-width: 450px;
    width: 450px;
  }
  
  .demo-gif {
    max-width: 410px;
  }
}

@media (max-width: 767px) {
  .feature-table {
    font-size: 13px;
  }
  
  .feature-table thead th,
  .feature-table tbody td {
    padding: 10px;
  }
  
  .feature-table i.fa-solid {
    display: none;
  }
  
  .tooltip .tooltip-inner {
    max-width: 300px;
    width: 300px;
  }
  
  .demo-gif {
    max-width: 260px;
  }
}

.feature-nav {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.feature-nav .nav-link {
  display: flex;
  align-items: center;
  color: #616670;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  min-height: 60px;
  border-left: 4px solid #222;
}

.feature-nav .nav-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: #222;
}

.feature-nav .nav-link .svg-inline--fa,
.feature-nav .nav-link i {
  margin-right: 10px;
  font-size: 18px;
  color: #222;
  min-width: 20px;
  text-align: center;
}

.feature-nav .nav-link.active {
  color: #fff;
  background-color: #222;
  border-left: 4px solid #444;
}

.feature-nav .nav-link.active i,
.feature-nav .nav-link.active .svg-inline--fa {
  color: #fff;
}

@media (max-width: 767.98px) {
  .feature-nav {
    flex-direction: column;
    align-items: stretch;
  }
  
  .feature-nav .nav-link {
    margin-bottom: 10px;
  }
}

/* ======= VPS Section ======= */
.vps-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.vps-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.vps-section .intro {
  color: #8e949e;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.vps-section .items-wrapper {
  margin-bottom: 60px;
}

.vps-section .items-wrapper .item {
  margin-bottom: 30px;
}

.vps-section .items-wrapper .item:last-child {
  margin-bottom: 0;
}

.vps-section .items-wrapper .item .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.vps-section .items-wrapper .item .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}

.vps-section .items-wrapper .item .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

.vps-section .items-wrapper .item .item-heading-desc {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 3;
}

.vps-section .items-wrapper .item .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}

.vps-section .items-wrapper .item .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.vps-section .items-wrapper .item .price-figure .number {
  font-weight: 500;
}

.vps-section .items-wrapper .item a.btn-inverse {
  color: #fff;
}

/* ======= Pricing Section ======= */
.pricing-section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pricing-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.pricing-section .intro {
  color: #8e949e;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pricing-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.pricing-wrapper .item {
  margin-bottom: 30px;
}

.pricing-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  height: 100%;
}

.pricing-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}

.pricing-wrapper .item-1 .item-inner {
  background: #75c181;
}

.pricing-wrapper .item-2 .item-inner {
  background: #58bbee;
}

.pricing-wrapper .item-3 .item-inner {
  background: #F8A13F;
}

.pricing-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

.pricing-wrapper .item-heading-desc {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 3;
}

.pricing-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}

.pricing-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pricing-wrapper .price-figure .number {
  font-weight: 500;
}

.pricing-wrapper a.btn-inverse {
  color: #fff;
}

/* ======= Team Section ======= */
.team-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #f5f5f5;
}

.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
}

.team-section .intro {
  color: #8e949e;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}

.team-section .profile-image {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.team-section .members-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.team-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.team-section .member-name {
  font-size: 20px;
  font-weight: 700;
  color: #494d55;
}

.team-section .member-title {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}

.team-section .social {
  margin-bottom: 30px;
}

.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #40babd;
  padding-top: 3px;
  color: #fff;
}

.team-section .social a.google {
  background: #dd4b39;
}

.team-section .social a.google:hover {
  background: #d73925;
}

.team-section .social a.twitter {
  background: #55acee;
}

.team-section .social a.twitter:hover {
  background: #3ea1ec;
}

.team-section .social a.facebook {
  background: #3b5998;
}

.team-section .social a.facebook:hover {
  background: #344e86;
}

.team-section .social a.linkedin {
  background: #1E6FBA;
}

.team-section .social a.linkedin:hover {
  background: #1a62a4;
}

.team-section .social a.github {
  background: #444;
}

.team-section .social a.github:hover {
  background: #373737;
}

.team-section .social a.dribbble {
  background: #EC4D8B;
}

.team-section .social a.dribbble:hover {
  background: #ea367c;
}

.team-section .social a.medium {
  background: #1a1a1a;
}

.team-section .social a.medium:hover {
  background: #000;
}

.team-section .member-desc {
  color: #616670;
}

/* ======= Contact Section ======= */
.contact-section {
  padding-top: 25px;
  padding-bottom: 25px;
  background: #494d55 url("../images/map.png") no-repeat center center;
  color: #fff;
}

.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 54px;
    position: absolute;
    background: white;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, 0.2);
  }
  .header.header-scrolled .main-nav .nav .active .nav-link {
    color: #40babd;
    border: none;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .nav .nav-item .nav-link {
    text-align: center;
    color: #494d55;
  }
  .main-nav .nav .nav-item .nav-link:hover {
    color: #40babd;
  }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .figure-holder .figure-image.img-fluid {
    display: none;
  }
}

@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .hero-section .figure-holder .figure-image {
    width: 360px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 25px;
  }
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
}

#cb-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
}

textarea {
  width: 60%;
}

input {
  width: 60%;
}

.swal-footer {
  text-align: center;
}

.tile {
	position: relative;
	background-color: #bbb;
	overflow:hidden;
  padding: 0px;
}
.diagonalbadge-red{
  background:#dc3545;
	white-space:nowrap;
	position: absolute;
	right:-40px;
  top: 40px;
	display:block;
	width: 200px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(43deg);
	color: white;
  font-family: Arial, Helvetica, sans-seri;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.diagonalbadge-purple{
  background:#a518a5;
	white-space:nowrap;
	position: absolute;
	right:-40px;
  top: 40px;
	display:block;
	width: 200px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(43deg);
	color: white;
  font-family: Arial, Helvetica, sans-seri;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
.diagonalbadge-gold{
  background:#ffd700;
	white-space:nowrap;
	position: absolute;
	right:-40px;
  top: 40px;
	display:block;
	width: 200px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(43deg);
  color: red;
  font-family: Arial, Helvetica, sans-seri;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

/* Large Sidebar Cloud Toast */
.cloud-sidebar-toast {
  width: 350px;
  margin-left: 20px;
  animation: slideInLeft 0.8s ease-out;
  transition: all 0.3s ease;
}

.cloud-toast-content {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  color: white;
  position: relative;
  overflow: hidden;
}

.cloud-toast-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cloud-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23cloud-pattern)"/></svg>');
  opacity: 0.3;
  pointer-events: none;
}

.cloud-toast-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.cloud-toast-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.cloud-toast-header {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}

.cloud-icon-wrapper {
  margin-bottom: 15px;
}

.cloud-icon-wrapper i {
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.cloud-toast-title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cloud-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cloud-toast-body {
  position: relative;
  z-index: 5;
}

.cloud-toast-body h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: white;
}

.cloud-toast-body p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.cloud-features {
  margin: 20px 0;
}

.cloud-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.cloud-feature-item i {
  width: 20px;
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}

.cloud-beta-text {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  margin: 15px 0;
  font-size: 13px;
}

.cloud-toast-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-cloud-cta {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-cloud-cta:hover {
  background: white;
  color: #333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-cloud-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-cloud-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

/* Hide on mobile devices */
@media (max-width: 768px) {
  .cloud-sidebar-toast {
    display: none;
  }
}

/* Animation for hiding */
.cloud-sidebar-toast.hiding {
  animation: slideOutLeft 0.5s ease-in forwards;
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  to {
    transform: translateX(-100%) translateY(-50%);
    opacity: 0;
  }
}

/* Enhanced styling for cloud features in tables */
.table-info {
  background-color: rgba(13, 202, 240, 0.1) !important;
  border-left: 4px solid #0dcaf0;
}

.table-info td {
  font-weight: 500;
}

.badge.bg-success {
  background-color: #198754 !important;
  animation: gentlePulse 3s ease-in-out infinite;
}

.badge.bg-info {
  background-color: #0dcaf0 !important;
  animation: gentlePulse 3s ease-in-out infinite;
}

@keyframes gentlePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.9;
  }
}

/* Pricing table cloud highlights - animations removed to prevent blinking issues */
/*
.fa-cloud {
  animation: float 3s ease-in-out infinite;
}

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