/**
* Template Name: Vesperr
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #555555;
}

p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 16px;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cairo", sans-serif;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #222;
  margin-bottom: 24px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  margin-bottom: 20px;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 18px;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
  margin-bottom: 16px;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #444;
  margin-bottom: 14px;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #444;
  margin-bottom: 12px;
}

p {
  font-size: 20px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

/* Description and Content Paragraphs */
.description,
.lead-text,
.feature-description,
.card-description {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: #666 !important;
}

.section-title p {
  font-size: 22px !important;
  line-height: 1.8 !important;
}

/* General Section Styling */
section {
  padding: 80px 0;
  overflow: hidden;
}

.container {
  max-width: 1140px;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #3498db;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #3498db;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #4aa3df;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3498db;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3498db;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

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

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  color: #222;
}

#hero h2 {
  color: #555;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}

#hero .btn-get-started {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  transition: 0.4s;
  color: #3498db;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-right: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: right;
  line-height: 0;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-right: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 50px 0 0;
  font-family: "Cairo", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }

  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services Modern
--------------------------------------------------------------*/
.services-modern {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.services-modern .section-title h2 {
  color: #222;
  margin-bottom: 15px;
}

.services-modern .section-title p {
  color: #666;
  font-size: 18px;
}

/* Feature Section */
.feature-section {
  margin-bottom: 120px;
  position: relative;
}

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

.feature-section.reverse {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0;
  margin-right: -50vw;
  margin-left: -50vw;
  padding-right: 50vw;
  padding-left: 50vw;
}

/* Feature Visual Container */
.feature-visual {
  position: relative;
  min-height: 450px;
  perspective: 1000px;
}

/* Visual Cards */
.visual-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  animation: float 3s ease-in-out infinite;
}

/* Subscription Visual */
.subscription-visual .main-card {
  max-width: 400px;
}

.subscription-visual .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.subscription-visual .card-header i {
  font-size: 36px;
  color: #3498db;
}

.subscription-visual .card-header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.subscription-plans {
  margin-bottom: 25px;
}

.plan-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.plan-item.active {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  transform: scale(1.02);
}

.plan-item .plan-name {
  font-size: 16px;
  font-weight: 600;
}

.plan-item .plan-price {
  font-size: 18px;
  font-weight: 700;
}

.subscription-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.stat-item i {
  font-size: 24px;
  color: #3498db;
}

/* App Visual - Phone Mockup */
.app-visual .phone-mockup {
  max-width: 350px;
  margin: 0 auto;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
}

.phone-screen {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  min-height: 450px;
}

.screen-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
}

.screen-header i {
  font-size: 32px;
  color: #3498db;
}

.screen-header span {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.meal-cards {
  margin-bottom: 30px;
}

.meal-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.meal-card:hover {
  transform: translateX(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.meal-card i {
  font-size: 32px;
  color: #3498db;
}

.meal-info h5 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin: 0 0 5px 0;
}

.meal-info span {
  font-size: 14px;
  color: #666;
}

.calories-tracker {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.tracker-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}

.calories-number {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
}

.calories-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 5px;
}

/* Menu Visual */
.menu-visual .menu-card {
  max-width: 420px;
}

.menu-items {
  margin-bottom: 25px;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

.menu-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.menu-item i {
  font-size: 12px;
}

.menu-item span:nth-child(2) {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.menu-item .item-status {
  font-size: 13px;
  padding: 4px 12px;
  background: #22c55e;
  color: #fff;
  border-radius: 20px;
  font-weight: 600;
}

.menu-item:last-child .item-status {
  background: #f59e0b;
}

.nutrition-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding-top: 20px;
  border-top: 2px solid #e9ecef;
}

.nutrition-item {
  text-align: center;
  padding: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
}

.nutrition-item .label {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.nutrition-item .value {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
}

/* Delivery Visual */
.delivery-visual .delivery-card {
  max-width: 400px;
  margin: 0 auto;
}

.map-container {
  position: relative;
  height: 250px;
  background: #f5f5f5;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* Main Streets - Diagonal and Curved */
.map-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    /* Main diagonal street - top left to bottom right */
    linear-gradient(135deg, transparent 48%, #e8d4a0 48%, #e8d4a0 52%, transparent 52%),
    /* Secondary diagonal street - top right to bottom left */
    linear-gradient(45deg, transparent 30%, #e8d4a0 30%, #e8d4a0 33%, transparent 33%),
    /* Horizontal main road */
    linear-gradient(0deg, transparent 45%, #e8d4a0 45%, #e8d4a0 55%, transparent 55%),
    /* Vertical main road */
    linear-gradient(90deg, transparent 60%, #e8d4a0 60%, #e8d4a0 65%, transparent 65%),
    /* Small streets - horizontal */
    repeating-linear-gradient(0deg, transparent, transparent 40px, #ddd 40px, #ddd 42px),
    /* Small streets - vertical */
    repeating-linear-gradient(90deg, transparent, transparent 45px, #ddd 45px, #ddd 47px);
  z-index: 1;
}

/* Buildings and City Blocks */
.map-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    /* Park area - green */
    radial-gradient(ellipse at 70% 50%, #c8e6c9 0%, #c8e6c9 100%),
    /* Building blocks - various sizes */
    linear-gradient(#e0e0e0 0%, #e0e0e0 100%),
    linear-gradient(#d5d5d5 0%, #d5d5d5 100%),
    linear-gradient(#e0e0e0 0%, #e0e0e0 100%),
    linear-gradient(#d5d5d5 0%, #d5d5d5 100%),
    linear-gradient(#e0e0e0 0%, #e0e0e0 100%),
    linear-gradient(#d5d5d5 0%, #d5d5d5 100%),
    linear-gradient(#e0e0e0 0%, #e0e0e0 100%),
    linear-gradient(#d5d5d5 0%, #d5d5d5 100%),
    /* Water/river - blue */
    radial-gradient(ellipse at 10% 80%, #b3e5fc 0%, #b3e5fc 100%);
  background-size:
    80px 60px,
    35px 30px,
    40px 35px,
    38px 32px,
    42px 28px,
    36px 34px,
    40px 30px,
    35px 33px,
    38px 31px,
    50px 40px;
  background-position:
    180px 100px,
    20px 20px,
    70px 25px,
    130px 30px,
    190px 20px,
    25px 80px,
    75px 85px,
    135px 90px,
    195px 85px,
    10px 180px;
  background-repeat: no-repeat;
  z-index: 2;
}

.map-pin {
  position: absolute;
  top: 15%;
  right: 20%;
  width: 45px;
  height: 45px;
  background: #ef4444;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(239, 68, 68, 0.4);
  animation: bounce 2s ease-in-out infinite;
  z-index: 5;
}

.map-pin i {
  font-size: 24px;
  color: #fff;
  transform: rotate(45deg);
}

@keyframes bounce {

  0%,
  100% {
    transform: rotate(-45deg) translateY(0);
  }

  50% {
    transform: rotate(-45deg) translateY(-10px);
  }
}

.delivery-route {
  position: absolute;
  top: 40%;
  left: 15%;
  width: 70%;
  height: 40%;
  background: transparent;
  border: 3px dashed #66bb6a;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-10deg);
  z-index: 3;
  animation: route-pulse 2s ease-in-out infinite;
}

@keyframes route-pulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

.delivery-truck {
  position: absolute;
  bottom: 25%;
  left: 15%;
  width: 50px;
  height: 50px;
  background: #5eb3e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(94, 179, 228, 0.4);
  animation: move-truck 3s ease-in-out infinite;
  z-index: 4;
}

.delivery-truck i {
  font-size: 28px;
  color: #fff;
}

@keyframes move-truck {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }
}

.delivery-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.delivery-status,
.delivery-time {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
}

.delivery-status {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
}

.delivery-status i,
.delivery-time i {
  font-size: 20px;
}

.delivery-time {
  color: #333;
}

.delivery-time i {
  color: #3498db;
}

/* Floating Icons */
.floating-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
  animation: float-rotate 4s ease-in-out infinite;
}

.floating-icon i {
  font-size: 28px;
  color: #fff;
}

.floating-icon.icon-1 {
  top: -20px;
  right: -20px;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  bottom: -20px;
  left: -20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  animation-delay: 2s;
}

@keyframes float-rotate {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(180deg);
  }
}

/* Feature Content */
.feature-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.feature-description {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Feature List */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.feature-section.reverse .feature-list-item {
  background: #fff;
}

.feature-list-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-list-item i {
  font-size: 32px;
  color: #3498db;
  flex-shrink: 0;
}

.feature-list-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.feature-list-item p {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 991px) {
  .feature-section {
    margin-bottom: 80px;
  }

  .feature-visual {
    min-height: 400px;
    margin-bottom: 40px;
  }

  .feature-section.reverse {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .services-modern {
    padding: 60px 0;
  }

  .feature-section {
    margin-bottom: 60px;
  }

  .feature-visual {
    min-height: 350px;
  }

  .visual-card {
    padding: 20px;
  }

  .feature-content h3 {
    font-size: 26px;
  }

  .app-visual .phone-mockup {
    max-width: 300px;
  }

  .phone-screen {
    padding: 20px;
    min-height: 400px;
  }

  .tracker-circle {
    width: 120px;
    height: 120px;
  }

  .calories-number {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .floating-icon {
    width: 50px;
    height: 50px;
  }

  .floating-icon i {
    font-size: 22px;
  }

  .subscription-stats {
    grid-template-columns: 1fr;
  }

  .nutrition-info {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding: 60px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  overflow: hidden;
}

.more-services .service-card {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  height: 100%;
  min-height: 600px;
}

.more-services .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
}

.more-services .analytics-card::before {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
}

.more-services .integrations-card::before {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}

.more-services .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.more-services .service-card:hover::before {
  opacity: 1;
}

.more-services .card-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  z-index: 2;
}

.more-services .analytics-card .card-icon {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
}

.more-services .integrations-card .card-icon {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.4);
}

.more-services .card-icon i {
  font-size: 40px;
  color: #fff;
  transition: all 0.3s ease;
}

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

.more-services .card-content {
  position: relative;
  z-index: 2;
}

.more-services .card-content h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  transition: color 0.3s ease;
}

.more-services .card-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
  transition: color 0.3s ease;
}

.more-services .service-card:hover .card-content h3,
.more-services .service-card:hover .card-description {
  color: #fff;
}

.more-services .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.more-services .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 12px;
  background: #f8f9fa;
  transition: all 0.3s ease;
}

.more-services .service-card:hover .feature-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.more-services .feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.more-services .analytics-card .feature-icon {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(41, 128, 185, 0.1) 100%);
}

.more-services .integrations-card .feature-icon {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.1) 0%, rgba(30, 64, 175, 0.1) 100%);
}

.more-services .service-card:hover .feature-icon {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.more-services .feature-icon i {
  font-size: 24px;
  transition: color 0.3s ease;
}

.more-services .analytics-card .feature-icon i {
  color: #3498db;
}

.more-services .integrations-card .feature-icon i {
  color: #1e40af;
}

.more-services .service-card:hover .feature-icon i {
  color: #fff;
}

.more-services .feature-text h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
  transition: color 0.3s ease;
}

.more-services .feature-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
  transition: color 0.3s ease;
}

.more-services .service-card:hover .feature-text h4,
.more-services .service-card:hover .feature-text p {
  color: #fff;
}

.more-services .card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.more-services .analytics-card .card-btn {
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.more-services .integrations-card .card-btn {
  background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.more-services .service-card:hover .card-btn {
  background: #fff;
  transform: translateX(-5px);
}

.more-services .analytics-card:hover .card-btn {
  color: #3498db;
}

.more-services .integrations-card:hover .card-btn {
  color: #1e40af;
}

.more-services .card-btn i {
  transition: transform 0.3s ease;
}

.more-services .card-btn:hover i {
  transform: translateX(-5px);
}

.more-services .card-decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.more-services .service-card:hover .card-decoration {
  opacity: 1;
}

.more-services .decoration-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.more-services .circle-1 {
  width: 150px;
  height: 150px;
  top: -50px;
  left: -50px;
  animation: float 6s ease-in-out infinite;
}

.more-services .circle-2 {
  width: 100px;
  height: 100px;
  bottom: -30px;
  right: 50px;
  animation: float 8s ease-in-out infinite reverse;
}

.more-services .circle-3 {
  width: 80px;
  height: 80px;
  top: 50%;
  left: -20px;
  animation: float 7s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) translateX(0);
  }

  50% {
    transform: translateY(-20px) translateX(10px);
  }
}

@media (max-width: 991px) {
  .more-services .service-card {
    min-height: auto;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 80px 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.portfolio .section-title h2 {
  color: #222;
  margin-bottom: 15px;
}

.portfolio .section-title p {
  color: #666;
  font-size: 16px;
}

.portfolio .portfolio-item {
  margin-bottom: 40px;
}

/* Filter Buttons - Modern Design */
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  padding: 8px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #555;
  margin: 0 5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.portfolio #portfolio-flters li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover {
  color: #fff;
  transform: translateY(-2px);
}

.portfolio #portfolio-flters li:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
  transform: translateY(-2px);
}

/* Portfolio Cards - Premium Design */
.portfolio .portfolio-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  height: 350px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.9) 0%, rgba(41, 128, 185, 0.95) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
}

.portfolio .portfolio-wrap::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  opacity: 0;
  transition: all 0.6s ease;
  z-index: 3;
}

.portfolio .portfolio-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 20px;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  width: 90%;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  padding: 0;
  margin: 0 0 20px 0;
  font-style: normal;
  font-weight: 400;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 5;
  transform: translateY(20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 8px;
  font-size: 32px;
  display: inline-block;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1) rotate(5deg);
}

/* Hover Effects */
.portfolio .portfolio-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.portfolio .portfolio-wrap:hover::after {
  opacity: 1;
  top: -100%;
  right: -100%;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info h4,
.portfolio .portfolio-wrap:hover .portfolio-info p,
.portfolio .portfolio-wrap:hover .portfolio-links {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
  .portfolio #portfolio-flters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .portfolio #portfolio-flters li {
    margin: 5px;
    padding: 10px 20px;
    font-size: 13px;
  }

  .portfolio .portfolio-wrap {
    height: 280px;
  }

  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
  }

  .portfolio .portfolio-wrap .portfolio-info p {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3498db;
}

.contact .php-email-form button[type=submit] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #2383c4;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Payment Methods Section
--------------------------------------------------------------*/
.payment-methods {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  overflow: hidden;
}

.payment-methods .section-title h2 {
  color: #222;
  margin-bottom: 15px;
}

.payment-methods .section-title p {
  color: #666;
  font-size: 18px;
}

/* Payment Card Container */
.payment-card-container {
  position: relative;
  min-height: 400px;
  perspective: 1000px;
}

/* Invoice Card */
.invoice-card {
  position: absolute;
  top: 0;
  right: 10%;
  width: 320px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

.invoice-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}

.invoice-details {
  margin-bottom: 25px;
}

.invoice-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.invoice-row:last-child {
  border-bottom: none;
}

.invoice-row .amount {
  font-weight: 700;
  color: #3498db;
  font-size: 18px;
}

.pay-btn {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.pay-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
}

/* Credit Card */
.credit-card {
  position: absolute;
  bottom: 20px;
  left: 5%;
  width: 350px;
  height: 220px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  z-index: 1;
  animation: float 3s ease-in-out infinite 1.5s;
}

.card-chip {
  width: 50px;
  height: 40px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
}

.card-chip::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.card-number {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.card-holder .label {
  font-size: 11px;
  opacity: 0.8;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-holder .name {
  font-size: 16px;
  font-weight: 600;
}

/* Payment Content */
.payment-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.payment-description {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Payment Logos */
.payment-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.payment-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}

.payment-logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.payment-logo-item i {
  font-size: 36px;
  color: #3498db;
  margin-bottom: 10px;
}

.payment-logo-item span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Payment Features */
.payment-features {
  margin-top: 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-item i {
  font-size: 32px;
  color: #3498db;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.feature-item p {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 991px) {
  .payment-card-container {
    min-height: 350px;
    margin-bottom: 40px;
  }

  .invoice-card {
    width: 280px;
    padding: 25px;
    right: 5%;
  }

  .credit-card {
    width: 300px;
    height: 190px;
    padding: 25px;
    left: 0;
  }

  .card-number {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .payment-methods {
    padding: 60px 0;
  }

  .payment-card-container {
    min-height: 300px;
  }

  .invoice-card {
    width: 250px;
    padding: 20px;
    right: 0;
  }

  .credit-card {
    width: 260px;
    height: 170px;
    padding: 20px;
    bottom: 10px;
  }

  .card-number {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .payment-content h3 {
    font-size: 26px;
  }

  .payment-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .payment-logo-item {
    padding: 20px 10px;
  }

  .payment-logo-item i {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .payment-card-container {
    min-height: 250px;
  }

  .invoice-card,
  .credit-card {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
  }

  .invoice-card {
    width: 100%;
    max-width: 300px;
  }

  .credit-card {
    width: 100%;
    max-width: 300px;
  }
}

/*--------------------------------------------------------------
# Integrations Display
--------------------------------------------------------------*/
.integrations-display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
}

.integration-logo-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: float-in 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes float-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.integration-logo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.integration-logo-card img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.integration-logo-card:hover img {
  filter: grayscale(0%);
}

/* Integration Logos Image */
.integrations-display-image {
  margin: 30px 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  text-align: center;
}

.integrations-display-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Integrations Full Section */
.integrations-full-section {
  text-align: center;
  padding: 40px 0;
}

.integrations-image-full {
  margin-bottom: 40px;
}

.integrations-image-full img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.integrations-content {
  max-width: 900px;
  margin: 0 auto;
}

.integrations-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.integrations-content .description {
  font-size: 22px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

/* Features List Horizontal */
.features-list-horizontal {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.features-list-horizontal .feature-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 20px;
  transition: all 0.3s ease;
}

.features-list-horizontal .feature-check-item:hover {
  color: #3498db;
  transform: translateY(-2px);
}

.features-list-horizontal .feature-check-item i {
  font-size: 24px;
  color: #4caf50;
  flex-shrink: 0;
}

.features-list-horizontal .feature-check-item span {
  font-weight: 500;
  color: #333;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .integrations-content h3 {
    font-size: 24px;
  }

  .integrations-content .description {
    font-size: 18px;
  }

  .features-list-horizontal {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .features-list-horizontal .feature-check-item {
    font-size: 18px;
  }
}

/* Analytics Visual Section */
.analytics-visual-section {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 60px;
}

/* Dashboard Visual Card */
.dashboard-visual-card {
  max-width: 1000px;
  margin: 0 auto 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
}

.header-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon i {
  font-size: 28px;
  color: #fff;
}

.dashboard-header h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Dashboard Stats */
.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.stat-icon i {
  font-size: 24px;
  color: #fff;
}

.stat-info h5 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.stat-value {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

/* Analytics Content */
.analytics-content {
  max-width: 900px;
  margin: 0 auto;
}

.analytics-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.analytics-content .description {
  font-size: 22px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .analytics-visual-section {
    margin-bottom: 40px;
  }

  .dashboard-visual-card {
    padding: 30px 20px;
  }

  .dashboard-header h4 {
    font-size: 20px;
  }

  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .stat-card {
    padding: 20px 15px;
  }

  .stat-value {
    font-size: 24px;
  }

  .analytics-content h3 {
    font-size: 24px;
  }

  .analytics-content .description {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .dashboard-stats {
    grid-template-columns: 1fr;
  }
}

/* Features List Simple */
.features-list-simple {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 25px 0;
}

.feature-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1565c0;
  font-size: 15px;
  transition: all 0.3s ease;
}

.integrations-card:hover .feature-check-item {
  color: #fff;
}

.feature-check-item i {
  font-size: 20px;
  color: #66bb6a;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.integrations-card:hover .feature-check-item i {
  color: #81c784;
}

.feature-check-item span {
  font-weight: 500;
  color: #1565c0;
  transition: all 0.3s ease;
}

.integrations-card:hover .feature-check-item span {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .integrations-display {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .integration-logo-card {
    padding: 15px;
    min-height: 70px;
  }

  .integration-logo-card img {
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .integrations-display {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .integration-logo-card {
    padding: 12px;
    min-height: 60px;
  }

  .integration-logo-card img {
    max-height: 35px;
  }
}

/*--------------------------------------------------------------
# Growth Marketing Section
--------------------------------------------------------------*/
.growth-marketing {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  overflow: hidden;
}

.growth-content {
  padding: 20px 0;
}

/* Badge Tag */
.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 50px;
  margin-bottom: 25px;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.badge-tag i {
  font-size: 20px;
  color: #1976d2;
}

.badge-tag span {
  font-size: 15px;
  font-weight: 600;
  color: #1565c0;
}

/* Title and Lead Text */
.growth-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.2;
}

.lead-text {
  font-size: 20px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Features List Modern */
.features-list-modern {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.feature-modern-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.feature-modern-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #3498db 0%, #2980b9 100%);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.feature-modern-item:hover::before {
  transform: scaleY(1);
}

.feature-modern-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon-modern {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.feature-modern-item:hover .feature-icon-modern {
  transform: rotate(5deg) scale(1.1);
}

.feature-icon-modern i {
  font-size: 28px;
  color: #fff;
}

.feature-text-modern h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Growth Image */
.growth-image {
  position: relative;
  text-align: center;
  padding: 20px;
}

.growth-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  animation: float-image 3s ease-in-out infinite;
}

@keyframes float-image {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Responsive Design */
@media (max-width: 991px) {
  .growth-marketing {
    padding: 60px 0;
  }

  .growth-content h2 {
    font-size: 32px;
  }

  .lead-text {
    font-size: 18px;
  }

  .growth-image {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .growth-content h2 {
    font-size: 28px;
  }

  .lead-text {
    font-size: 16px;
  }

  .feature-modern-item {
    padding: 20px;
  }

  .feature-icon-modern {
    width: 50px;
    height: 50px;
  }

  .feature-icon-modern i {
    font-size: 24px;
  }

  .feature-text-modern h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #3498db;
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq-item {
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.faq-item i {
  font-size: 32px;
  color: #3498db;
  margin-bottom: 15px;
}

.faq-item h4 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #222 !important;
  line-height: 1.6 !important;
  margin-bottom: 15px !important;
}

.faq-item p {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: #666 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .faq-item h4 {
    font-size: 20px !important;
  }

  .faq-item p {
    font-size: 18px !important;
  }
}

/*--------------------------------------------------------------
# Marketing Banners Section
--------------------------------------------------------------*/
.marketing-visual {
  position: relative;
}

.marketing-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
}

.banner-preview {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.banner-item {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  animation: slideInBanner 0.6s ease-out forwards;
  opacity: 0;
}

.banner-item:nth-child(1) {
  animation-delay: 0.2s;
}

.banner-item:nth-child(2) {
  animation-delay: 0.4s;
}

.banner-item:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideInBanner {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner-item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateX(10px);
  border-color: rgba(255, 255, 255, 0.4);
}

.banner-item i {
  font-size: 32px;
  color: #fff;
  flex-shrink: 0;
}

.banner-item span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.banner-special i {
  color: #ffd700;
}

.banner-seasonal i {
  color: #ff6b6b;
}

.banner-new i {
  color: #4ecdc4;
}

/* Banner Types Box */
.banner-types-box {
  margin-top: 30px;
  padding: 25px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.banner-types-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.banner-types-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.banner-type-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #fff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.banner-type-tag:hover {
  background: #3498db;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px (52, 152, 219, 0.3);
}

.banner-type-tag i {
  font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
  .marketing-card {
    padding: 25px 20px;
  }

  .banner-item {
    padding: 20px;
    gap: 15px;
  }

  .banner-item i {
    font-size: 24px;
  }

  .banner-item span {
    font-size: 16px;
  }

  .banner-types-box {
    padding: 20px;
  }

  .banner-type-tag {
    font-size: 14px;
    padding: 8px 14px;
  }
}