/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  font-size: 14px;
}

a {
  color: #138bc9;
  text-decoration: none;
}

a:hover {
  color: #24b4fb;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #138bc9;
  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: #138bc9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #138bc9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

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

#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  background: #ecf7fb;
  border-bottom: 3px solid rgba(255, 255, 255, 1);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #ecf7fb;
  padding: 10px 0;
}

#header.header-scrolled .getstarted {
  color: #fff;
  border: 1px solid #138bc9;
  background: #138bc9;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
max-height: 70px;
}

.container-fluid .laptop-image {
  margin-top: 20px;
  max-width: 540px;
}

.container-fluid .hero-img {
  text-align: center;
}

/*--------------------------------------------------------------
# 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 > ul > li {
  padding: 10px 15px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #037ecf;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.getstarted,
.getstarted:focus {
  color: #fff !important;
  padding: 6px 7px !important;
}

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

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f7bf47;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
}

.navbar .getstarted {
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #037ecf;
  color: white;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 6px 7px;
  
}

.access-client-icon{
  font-size: 16px !important;
  color: white;
}

.navbar .getstarted:hover {
  color: #fff;
  padding: 6px 7px;
  border-color: #fff;
}

.navbar .getstarted:before,
.navbar li:hover > .getstarted:before {
  visibility: hidden;
}

/* Nuevo botón CTA principal - Solicitar Demo */
.navbar .getstarted-primary {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%) !important;
  color: white !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(19, 139, 201, 0.3) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.navbar .getstarted-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(19, 139, 201, 0.4) !important;
  background: linear-gradient(135deg, #24b4fb 0%, #138bc9 100%) !important;
}

.navbar .getstarted-primary i {
  font-size: 16px !important;
  margin-left: 0 !important;
}

/* Link de Acceso Clientes - Más discreto */
.access-client-link {
  color: #037ecf !important;
  font-size: 13px !important;
  padding: 8px 15px !important;
  border: 1px solid #037ecf !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: transparent !important;
}

.access-client-link:hover {
  background: #037ecf !important;
  color: white !important;
}

.access-client-link i {
  font-size: 14px !important;
  margin-left: 0 !important;
}

/* Mejoras para Dropdown Menu */
.navbar .dropdown-menu {
  min-width: 280px !important;
  background: white !important;
  border-radius: 12px !important;
  padding: 15px 0 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.navbar .dropdown-menu li a {
  padding: 12px 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  transition: all 0.2s ease !important;
  color: #2c4964 !important;
  font-weight: 500 !important;
}

.navbar .dropdown-menu li a i {
  font-size: 16px !important;
  color: #138bc9 !important;
  width: 20px !important;
  margin-left: 0 !important;
}

.navbar .dropdown-menu li a:hover {
  background: rgba(19, 139, 201, 0.08) !important;
  color: #138bc9 !important;
  padding-left: 25px !important;
}

.navbar .dropdown-divider {
  margin: 10px 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}


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

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

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

.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: #138bc9;
}

.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: #037ecf;
  font-size: 38px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@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(28, 47, 65, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted-primary {
  margin: 15px;
  justify-content: center !important;
}

.navbar-mobile .access-client-link {
  margin: 15px;
  justify-content: center !important;
  display: flex !important;
}

.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: #138bc9;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#main_index {  
  background-size:cover;
}

#hero {
  position: relative;
  width: 100%;
  padding: 15px;
  padding-top: 50PX;
  min-height: 700px;
  background: linear-gradient(314deg, #ffffff, rgba(195, 224, 244, 0.9), rgba(196, 235, 255, 0.894), rgb(255, 255, 255));
  background-size: 1000% 1000%;

  -webkit-animation: animation-body-login 20s ease infinite;
  -moz-animation: animation-body-login 20s ease infinite;
  -o-animation: animation-body-login 20s ease infinite;
  animation: animation-body-login 20s ease infinite;
 
}


@-webkit-keyframes animation-body-login {
  0%{background-position:0% 2%}
  50%{background-position:100% 99%}
  100%{background-position:0% 2%}
}
@-moz-keyframes animation-body-login {
  0%{background-position:0% 2%}
  50%{background-position:100% 99%}
  100%{background-position:0% 2%}
}
@-o-keyframes animation-body-login {
  0%{background-position:0% 2%}
  50%{background-position:100% 99%}
  100%{background-position:0% 2%}
}
@keyframes animation-body-login {
  0%{background-position:0% 2%}
  50%{background-position:100% 99%}
  100%{background-position:0% 2%}
}

#hero .container,
#hero .container-fluid {
  padding-top: 50px;
}

#hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 64px;
  color: rgb(0 153 204);
  font-weight: bold;
}

#hero p {
  color: rgba(0, 153, 204, 1);
  margin: 10px 0 0 0;
  font-size: 20px;
  padding-bottom: 5px;
}


#hero  ul {
  padding-left: 0px;
}


#hero ul li {
  color: #666;
  font-size: 18px;
  display: block;
  padding-top: 5px;
}

#hero ul li i{
  text-shadow: none !important;
  font-size: 24px;
  color: #f7bf47;
  background: #fff;
  border-radius: 50%;
  margin-right: 7px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;   
   color: #333;
  background: #f7bf47;
  border: 2px solid #fff;
}

#hero .btn-whatsapp {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s; 
   color: #333;
  background: #25D366;
  border: 2px solid #fff;
}


#hero .btn-whatsapp:hover {
  color: #fff;
  background: #037ecf;
}


#hero .btn-get-started:hover {
  color: #fff;
  background: #037ecf;
}

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

#captchaText{
  display: block;
  margin: 0px 0px 0px 10px;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1px #000;
}

#captchaInput{
  display: block;
  margin: 20px auto;
  width: 100px;
  text-align: center;
  font-size: 20px;
}

#contact-submit:disabled{
 background:gray;
}


@media (max-width: 1200px) {
  .navbar > ul > li {
    padding: 0 14px 0 0;
  }

  .navbar a, .navbar a:focus{
    font-size: 13px;
  }

  .navbar .getstarted{
    padding: 6px 7px;
    font-size: 12px;
    margin-left: 4px;
  }


  .navbar .getstarted:focus{
    padding: 6px 7px;
    font-size: 12px;
    margin-left: 4px;
    color:#fff;
  }
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
    height: auto;
  }
  #hero .container,
  #hero .container-fluid {
    padding-top: 68px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 47%;
  }

  .container-fluid .laptop-image {
    margin-top: 20px;
    max-width: 540px;
  }

  .navbar .getstarted {
    font-size: 14px;
    margin-left: 4px;
    padding: 6px 7px;
    width: 240px;
    text-align: left;
    display: block;
  }

}

@media (max-width: 768px) {

  #hero {
    clip-path: none !important;
  }

  #main_index{
    clip-path: none;
  }

  #hero h1 {
    font-size: 26px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #hero .hero-img img {
    width: 60%;
  }
  
  #contact .contact-left{
    margin-bottom: 30px;
  }

  .footer-top{
    margin-bottom:20px;
  }

  #contact .center-mobile{
    text-align: center;

  }


}

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


}

@media (max-width: 575px), (max-height: 600px) {
  #hero {
    height: auto;
  }
}

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

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 100px 0;
}

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

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

.section-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #138bc9;
}

.section-title h2.secondary {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #138bc9;
  margin-top: 80px;
}

.section-title .subtitle {
  font-size: 16px;
  padding-bottom: 25px;
  position: relative;
  color: #3a4554;
  max-width: 666px;
  font-size: 18px;
  line-height: 30px;
  margin: 0px auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #f7bf47;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-title p {
  margin-bottom: 0;
}

.section-feature-title {
  text-align: center;
  padding-bottom: 20px;
  position:relative;
}

.section-feature-title h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #676767;
  margin-top: 10px;
}

.section-feature-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #138bc9;
  top: 40px;
  left: calc(50% - 50px);
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  padding: 70px 0;
}



.about .content h3,
.about .content-landing h3 {
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 30px;
  font-size: 32px;
  color: #2c4964;
}

.about .image {
  /*clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);*/
  border-radius: 20px;
  width: 100%;
  border: 2px solid #f7bf47;
}

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

.about .content ul li{
  padding-bottom: 10px;
}

.about .content-landing ul li{
  padding-bottom: 10px;
  font-size:16px;
}


.about .content-landing ul i {
    background: #fff;
    border-radius: 50%;
    color: #f7bf47;
    font-size: 24px;
    margin-right: 7px;
    text-shadow: none!important;
}


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

.about .content .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #f7bf47;
  position: relative;
}

.about .content .read-more:hover {
  background: #138bc9;
  color: #fff;
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  padding: 75px 0 20px 0;    
  background: #fff;
  margin-top: -30px;
}

.services .section-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #138bc9;
  margin-top: 20px;
}

.services .subtitle {
  font-size: 16px;
  padding-bottom: 25px;
  position: relative;
  color: #3a4554;
  max-width: 666px;
  font-size: 18px;
  line-height: 30px;
  margin: 0px auto;
}

.services .icon-box {
  text-align: center;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 10px;
}

.services img {
  width: 100%;
  border-radius: 10px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 50px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .iconbox-blue i {
  color: #0974af;
}

.services .iconbox-blue:hover .icon path {
  fill: #0974af;
}

.services .iconbox-blue2 i {
  color: #24b4fb;
}

.services .iconbox-blue2:hover .icon path {
  fill: #24b4fb;
}

.services .iconbox-yellow i {
  color: #f7bf47;
}

.services .iconbox-yellow:hover .icon path {
  fill: #f7bf47;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-green i {
  color: #1a936f;
}

.services .iconbox-green:hover .icon path {
  fill: #1a936f;
}

.services .read-more {
  text-align: center;
  margin: 10px auto;
}

.services .btn-read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #f7bf47;
  position: relative;
}

.services .center {
  text-align: center;
  margin: 30px auto 20px auto;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/

.values {
  padding: 75px 0 20px 0;    
  background: #f7faff;
  margin-top: -30px;
}

.values .section-title h2 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #138bc9;
  margin-top: 20px;
}


.values .subtitle {
  font-size: 16px;
  padding-bottom: 25px;
  position: relative;
  color: #3a4554;
  max-width: 666px;
  font-size: 18px;
  line-height: 30px;
  margin: 0px auto;
}

.values .icon-box {
  text-align: center;
  padding: 10px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border-radius: 10px;
}

.values img {
  width: 100%;
  border-radius: 10px;
}

.values .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.values .icon-box .icon i {
  font-size: 80px;
  transition: 0.5s;
  position: relative;
}

.values .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.values .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.values .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 18px;
}

.values .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.values .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.values .icon-box:hover {
  border-color: #000;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.values .iconbox-blue i {
  color: #0974af;
}

.values .iconbox-blue:hover .icon path {
  fill: #0974af;
}

.values .iconbox-blue2 i {
  color: #24b4fb;
}

.values .iconbox-blue2:hover .icon path {
  fill: #24b4fb;
}

.values .iconbox-yellow i {
  color: #f7bf47;
}


.values .iconbox-yellow:hover .icon path {
  fill: #f7bf47;
}

.values .iconbox-yellow i {
  color: #ffbb2c;
}

.values .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.values .iconbox-green i {
  color: #1a936f;
}

.values .iconbox-green:hover .icon path {
  fill: #1a936f;
}

.values .read-more {
  text-align: center;
  margin: 10px auto;
}

.values .btn-read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #f7bf47;
  position: relative;
}

.values .center {
  text-align: center;
  margin: 30px auto 20px auto;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #138bc9;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  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: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.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 #138bc9;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #138bc9;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #138bc9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: #138bc9;
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}
/*--------------------------------------------------------------
# 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 #138bc9;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(44, 73, 100, 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;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing {
  background-color: #fff;
}

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #0974af;
}

.pricing h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#pricing .premium h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #0099cc;
}

.pricing h2.title-info {
  font-size: 22px;
  color: #138bc9;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 {
  font-size: 22px;
  color: #138bc9;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}

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

.pricing h4 span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: left;
  line-height: 20px;
  font-size: 15px;
}

.pricing ul li {
  padding: 6px;
  padding-left:10px;
  list-style: inside;
}

.pricing ul i {
  color: #138bc9;
  font-size: 18px;
  padding-right: 4px;
}

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

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #f7bf47;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

i.flag{
 font-style: normal;
 cursor: pointer;
}

.faq-btn {
  margin: 40px auto;
  text-align: center;
}

.btn {
  padding: 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #138bc9;
  color: #fff;
}

.pricing .featured h3 {
  color: #444;
  background: #f7bf47;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #f7bf47;
  color: #444;
}

.pricing .features-mobile li {
  text-align: left;
}

.pricing .features-mobile li b {
  font-size: 16px;
  color: #138bc9;
  margin: 10px 0;
  display: block;
}
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
  background: linear-gradient(45deg, #0974af 0%, #24b4fb 100%);
}

.faq .section-title h2,
.faq .section-title p {
  color: #fff;
}

.faq .section-title h2::after {
  background: rgba(255, 255, 255, 0.6);
}

.faq .faq-list,
.faq-main .faq-list {
  padding: 10px;
}

.faq .faq-list ul,
.faq-main .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li,
.faq-main .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li,
.faq-main .faq-list li {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.faq-list li.odd {
  background: #f9f9f9;
}

.faq-main .faq-list li {
  border: 1px solid #ccc;
}

.faq .faq-list a,
.faq-main .faq-list a {
  display: block;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq-main .faq-list .faq-normal-link {
  display: inline-block;
  font-size: 14px;
  padding: 0px;
}

.faq .faq-list .icon-help,
.faq-main .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #138bc9;
}

.faq .faq-list .icon-show,
.faq-main .faq-list .icon-show,
.faq .faq-list .icon-close,
.faq-main .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p,
.faq-main .faq-list p {
  margin-bottom: 0;
  padding: 25px 0 0 0;
}

.faq .faq-list .icon-show,
.faq-main .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed,
.faq-main .faq-list a.collapsed {
  color: #2c4964;
}

.faq .faq-list a.collapsed:hover,
.faq-main .faq-list a.collapsed:hover {
  color: #138bc9;
}

.faq .faq-list a.collapsed .icon-show,
.faq-main .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close,
.faq-main .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# About Zeli Medic
--------------------------------------------------------------*/

.about-zeli .image {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  border-radius: 20px;
  width: 100%;
  height: auto;
  border: 2px solid #f7bf47;
}

.about-zeli h3 {
  font-size: 22px;
  color: #2c4964;
  font-weight: 600;
  margin: 30px 0px 30px;
}

.about-zeli .image-div-one {
  text-align: right;
  padding-right: 40px;
}

.about-zeli .read-more {
  margin-top: 20px;
}

.about-zeli.faqs-page .section-title h2.secondary {
  padding-top: 0px;
  margin-top: 0px;
}

.about-zeli.faqs-page {
  padding-top: 60px;
  margin-top: 0px;
}

/*--------------------------------------------------------------
# Complementary Services
--------------------------------------------------------------*/
.complementary-services{
  padding: 81px 0 31px 0px !important;
}

.complementary-services .image {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  border-radius: 20px;
  width: auto;
  height: 350px;
  border: 2px solid #f7bf47;
}

.complementary-services h3 {
  font-size: 22px;
  color: #2c4964;
  font-weight: 600;
  margin: 30px 0px 30px;
}

.complementary-services.image-div-one {
  text-align: right;
  padding-right: 40px;
}

.complementary-services .read-more {
  margin-top: 20px;
}

.complementary-services.faqs-page .section-title h2.secondary {
  padding-top: 0px;
  margin-top: 0px;
}

.complementary-services.faqs-page {
  padding-top: 60px;
  margin-top: 0px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  background: #fff;
}

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  border-radius: 10px;
}

.contact .info-box i {
  font-size: 40px;
  color: #f7bf47;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 22px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .info-box-feature {
  color: #444444;
  text-align: left;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  margin: 0px;
  border-radius: 10px;
}

.contact .info-box-feature .center {
  text-align: center;
}

.contact .info-box-feature i {
  font-size: 55px;
  color: #f7bf47;
  padding: 20px;
}

.contact .info-box-feature h3 {
  font-size: 22px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box-feature p {
  padding-right: 20px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .email-form {
}

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

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

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

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

.contact .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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form input,
.contact .email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .email-form input:focus,
.contact .email-form textarea:focus {
  border-color: #053f93;
}

.contact .email-form input {
  padding: 10px 15px;
}

.contact .email-form textarea {
  padding: 12px 15px;
}

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

.contact .email-form button[type="submit"]:hover {
  background: #fff;
  color: #138bc9;
}

.contact-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-left {
  position: relative;
  z-index: auto;
  padding: 30px 40px;
  border-radius: 24px;
  background-image: linear-gradient(153deg, #0974af, #24b4fb 100%);
  box-shadow: 7px 7px 25px 0 rgb(118 135 157 / 4%);
}

.contact-left .title {
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.contact-left .text {
  margin-bottom: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.contact-left label {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}

.contact-right {
  width: 100%;
  height: 100%;
  padding: 40px 33px 40px 72px;
}


/*--------------------------------------------------------------
#  Video
--------------------------------------------------------------*/

#trailer {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

#trailer iframe{
  width: 100%;
  min-height: 400px;
  border-radius: 15px;
  border: 3px solid #f7bf47;
}

.video-wrapper {
  padding: 10px;
}

.video-wrapper .embed-responsive {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.trust-badges .badge {
  font-size: 0.95rem;
  padding: 10px 18px;
  font-weight: 500;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.trust-badges .badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#about.about {
  padding: 80px 0;
}

#about .content {
  padding-right: 30px;
}

#about .lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #495057;
}

.solution-benefits {
  margin-top: 25px;
}

.trust-reasons {
  border-left: 4px solid #138bc9;
  margin-top: 25px;
}

@media (max-width: 992px) {
  #about .content {
    padding-right: 0;
    padding-top: 30px;
  }
  
  .video-wrapper {
    margin-bottom: 30px;
  }
}

.table thead tr td{
  position:fixed
}

/*--------------------------------------------------------------
#  Landing
--------------------------------------------------------------*/


.gray-background {
  background: linear-gradient(180deg,#fff 0%,#e5e6e6 100%)
}

.gray {
  background: linear-gradient(180deg,#fff 0%,#e5e6e6 100%)
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background: #f2f6f9;
  min-height: 40px;
  margin-top: 85px;
}

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

.breadcrumbs h2 {
  padding-top: 13px;
  font-size: 17px;
  font-weight: 300;
}

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

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

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

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

  .table_mobile tr {
    border: 1px solid #ddd;
  }
  .table_mobile tr td {
    border-bottom: 0px;
  }

  .table_mobile th {
    display: none;
  }
  .table_mobile td {
    display: block;
    font-size: 10px;
  }

  .table_mobile td p,  .table_mobile td ul li {
    font-size: 12px;
  }

  .table_mobile td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    color: #000000;
    margin: 3px 0;
    font-size: 14px;
  }

  .table td.icon {
    display: block;
  }

  .table td.icon i {
    vertical-align: text-bottom;
  }

  .table_mobile th,
  table td {
    text-align: left;
  }

  .table_mobile thead {
    display: none;
  }

  .table_mobile th,
  table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .table_mobile th,
  table td {
    padding-left: 0;
    padding-right: 0;
  }

  .table_mobile th {
    padding: 7px !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  color: #fff;
  font-size: 14px;
  background: linear-gradient(45deg, #0974af 0%, #24b4fb 100%);
  background-size: cover;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  position: relative;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid white;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f7bf47;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #138bc9;
}

#footer .copyright-wrap {
  border-top: 1px solid #f7bf47;
}

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

#footer .credits a {
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
# Botones Generales
--------------------------------------------------------------*/

.read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #f7bf47;
  position: relative;
}
.read-more-whatsapp {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 5px;
  transition: 0.5s;
  color: #fff;
  background: #25D366;
  position: relative;
}
.read-more-whatsapp:hover {
  background: #138bc9;
  color: #fff;
}

.read-more:hover {
  background: #138bc9;
  color: #fff;
}
/*--------------------------------------------------------------
# Botones Generales
--------------------------------------------------------------*/

.content-secondary {
  max-width: 960px;
  z-index: auto;
  padding: 30px 40px;
  border-radius: 24px;
  background: #eee;
  box-shadow: 7px 7px 25px 0 rgb(118 135 157 / 4%);
  margin: 0 auto;
  box-shadow: 9px 7px #ccc;
}

#features {
  padding: 50px 0;
  background: #f7faff;
}

#features.page-prices {
  background: #fff;
}

#features h2.secondary {
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #138bc9;
  text-align: center;
  margin-bottom: 40px;
}

#features h2.secondary::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #f7bf47;
  bottom: 0;
  left: calc(50% - 50px);
}

.content-secondary .main-title {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
}

.content-secondary .title {
  color: #138bc9;
  font-size: 20px;
  margin-bottom: 20px;
}

.content-secondary .text {
  margin-bottom: 26px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-indent: 10px;
}

.content-secondary .image {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.content-secondary .image2 {
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  border-radius: 20px;
  width: 100%;
  height: 250px;
}

.content-secondary hr {
  border: 2px dashed #f7bf47 !important;
  background-color: transparent;
  opacity: 1;
}
/*--------------------------------------------------------------
    # Compare  Table
    --------------------------------------------------------------*/

.table th {
  background-color: #f7bf47;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}

.table td b {
  font-size: 16px;
  color: #138bc9;
}

.table td p {
  padding-top: 10px;
}

.table td.icon {
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}


.table td.icon-text {
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: green;
  font-weight: bold;

}


.table td.icon .plus {
  color: green;
}

.table td.icon .not {
  color: red;
}

.table td.icon span {
  font-size: 14px;
}

/*--------------------------------------------------------------
    # FEATURES
    --------------------------------------------------------------*/

.inner-page {
  padding: 100px 0 0px 0px;
}

/*--------------------------------------------------------------
    # FEATURES
    --------------------------------------------------------------*/

.plans {
  padding: 20px 0px;
  border-bottom: 8px solid #f7bf47;
  border-top: 8px solid #f7bf47;
  margin-top: 61px;
  background-size: cover;
  color: #fff;
  background-image: linear-gradient(45deg, #0974af, #24b4fb);
  transform: skewY(-2deg);
}

.plans .row {
  max-width: 100%;
  margin: 0 auto;
  transform: skewY(2deg);
}

.plans .section-title h2.secondary {
  padding: 20px;
  color: #fff;
  font-size: 34px;
  margin-top: 30px;
}

.plans .subtitle {
  padding: 0px;
  color: #fff;
}

.plans h3 {
  color: #f7bf47;
}

.plans p {
  font-size: 16px;
}
/*--------------------------------------------------------------
    # Tecnical Support
    --------------------------------------------------------------*/

.tecnical-support {
  padding: 20px 0 40px 0px;
  background: #fff;
  margin-top: 0px;
}

.tecnical-support .subtitle-text {
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #138bc9;
}
/*--------------------------------------------------------------
    # FAQs
--------------------------------------------------------------*/

#faqs {
  padding-bottom: 30px;
}

button#plan-personal{
  background-color: #09c;
  border: 2px solid #fff;
  font-size: 16px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

button#plan-empresarial{
  background-color: #037ecf;
  border: 2px solid #fff;
  font-size: 16px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}


/*--------------------------------------------------------------
    # MOBILE STYLES
--------------------------------------------------------------*/

/* At least 760px */

@media (max-width: 768px) {

  /* zeli-medic */
  .about-zeli .image-div-one {
    text-align: center;
  }
  .about-zeli .image-div-one img {
    width: 100%;
    height: auto;
  }
  .about-zeli .content {
    text-align: center;
  }
  #about .order-1 img {
    width: 100%;
    height: auto;
  }
  #about .order-2 {
    text-align: center;
  }
  #features .content-secondary .image,
  #features .content-secondary .image2 {
    display: none;
  }
  /* featured pricing */
  #pricing.pricing-mobile {
    display: none;
  }
  .pricing-desktop {
    display: block;
  }
  /* footer */
  #footer .footer-top {
    padding: 30px 0 0px 0;
  }
  #footer .footer-logo {
    margin-top: 0px;
  }
  #footer .footer-demo {
    margin-top: 20px;
  }
  #footer .footer-info {
    margin-top: 30px;
  }
  #footer .footer-links {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
/* At least 990px */

@media (max-width: 990px) {
  .navbar-mobile .dropdown ul {
    box-shadow: none;
    background: none;
    margin: 0px 15px;
    padding: 0px;
    width: 320px;
  }
  .navbar a:focus {
    padding: 10px 20px;
    color: #444;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a {
    font-size: 14px;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
}
/* At least 500px */

@media (max-width: 500px) {
  .contact .contact-left {
    border-radius: 0px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Corporate Page Styles
--------------------------------------------------------------*/

/* Company Highlight Box */
.company-highlight {
  margin-top: 40px;
  margin-bottom: 40px;
}

.company-highlight h4 {
  color: #138bc9;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.company-highlight p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.stat-box {
  padding: 20px;
}

.stat-box .stat-number {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}

.stat-box .stat-label {
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 10px;
}

/* Icon Box Corporate */
.icon-box-corporate {
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.icon-box-corporate:hover {
  transform: translateY(-5px);
}

.icon-box-corporate h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 20px 0 15px 0;
  color: #2c3e50;
}

.icon-box-corporate p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
}

/* Corporate About Section */
#about.about .content h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#about.about .content p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

#about.about .content > p {
  font-size: 1.1rem;
}

/* Custom List */
.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}

.custom-list li {
  padding: 10px 0;
  font-size: 1.08rem;
  line-height: 1.6;
}

.custom-list li i {
  color: #138bc9;
  margin-right: 12px;
  font-size: 1.3rem;
  vertical-align: middle;
}

/* Trust Badges */
.trust-badges .badge {
  font-size: 1rem;
  padding: 10px 20px;
  font-weight: 500;
  margin: 5px;
}

.badge-success {
  background-color: #28a745;
  color: white;
}

.badge-info {
  background-color: #17a2b8;
  color: white;
}

/* Corporate Section */
.corporate-section {
  margin-top: 40px;
}

.corporate-section h3 {
  color: #2c3e50;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.corporate-section h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.corporate-section .lead {
  color: #495057;
  font-size: 1.15rem;
  line-height: 1.7;
}

.corporate-section p {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Experience Box */
.experience-box {
  max-width: 100%;
}

.experience-box h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.experience-box p {
  color: #6c757d;
  margin-bottom: 15px;
  font-size: 1rem;
}

.experience-box > strong {
  font-size: 1.05rem;
}

/* Flags Container */
.flags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.flag-icon {
  width: 40px;
  height: 30px;
  object-fit: cover;
  border-radius: 3px;
  transition: transform 0.2s ease;
}

.flag-icon:hover {
  transform: scale(1.1);
}

/* Responsive adjustments for corporate section */
@media (max-width: 768px) {
  .company-highlight .col-md-4 {
    margin-top: 30px;
  }
  
  .stat-box .stat-number {
    font-size: 2.5rem;
  }
  
  .icon-box-corporate {
    margin-bottom: 30px;
  }
  
  .corporate-section {
    padding: 30px 20px !important;
  }
  
  .corporate-section .col-lg-4 {
    margin-top: 30px;
  }
  
  .experience-box h2 {
    font-size: 2.5rem;
  }
  
  .flag-icon {
    width: 35px;
    height: 25px;
  }
}

/* Responsive for Feature Cards */
@media (max-width: 992px) {
  .feature-card {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
  }
  
  .feature-icon i {
    font-size: 2rem;
  }
  
  .feature-content h3 {
    font-size: 1.4rem;
  }
  
  .feature-card-large .feature-icon-large {
    width: 80px;
    height: 80px;
  }
  
  .feature-card-large .feature-icon-large i {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .features-modern {
    padding: 40px 0;
  }
  
  .feature-card {
    padding: 25px 20px;
  }
  
  .feature-content h3 {
    font-size: 1.3rem;
  }
  
  .feature-content p {
    font-size: 1rem;
  }
  
  .feature-image {
    margin-top: 20px;
  }
}

/* Values Section Improvements */
#values .icon-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

#values .icon-box p {
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Security Section */
#security .icon-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
}

#security .icon-box p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.security-certification {
  margin-top: 40px;
}

.security-certification h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
}

.security-certification i {
  font-size: 1.5rem;
}

/* Stats Label improvement */
.stat-label {
  font-size: 1rem !important;
}

/* Features Modern Section - Card Design */
.features-modern {
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #138bc9, #f7bf47);
  transform: scaleY(0);
  transition: transform 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(19, 139, 201, 0.15);
}

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

.feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.4s ease;
}

.feature-icon i {
  font-size: 2.5rem;
  color: white;
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
}

.feature-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* Large Feature Card */
.feature-card-large {
  padding: 50px 40px;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.03) 0%, rgba(247, 191, 71, 0.03) 100%);
}

.feature-card-large .feature-icon-large {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #138bc9 0%, #f7bf47 100%);
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.feature-card-large .feature-icon-large i {
  font-size: 3rem;
  color: white;
}

.feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Features Section - Improved typography */
#features .title {
  font-size: 1.6rem !important;
  font-weight: 600;
}

#features .text {
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

/* ============================================
   Hero Section - Modern Design
   ============================================ */
.hero-section {
  min-height: 85vh !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #e9f7ff 100%) !important;
  padding: 100px 0 80px !important;
  position: relative;
  overflow: hidden;
}

/* Override old #hero styles for hero-section */
#hero.hero-section,
section#hero.hero-section {
  min-height: 85vh !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #e9f7ff 100%) !important;
  padding: 100px 0 80px !important;
  padding-top: 100px !important;
  background-size: 100% 100% !important;
  animation: none !important;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(19, 139, 201, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(247, 191, 71, 0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-section .container,
#hero.hero-section .container {
  position: relative !important;
  z-index: 1 !important;
  padding-top: 0 !important;
}

.hero-section .row {
  align-items: center !important;
}

.hero-image-wrapper {
  margin-top: 0 !important;
}

.hero-title,
.hero-section h1,
.hero-section .hero-title {
  font-size: 3.2rem !important;
  font-weight: 800 !important;
  color: #1a365d !important;
  line-height: 1.2 !important;
  margin-bottom: 25px !important;
  background: linear-gradient(135deg, #138bc9 0%, #1a365d 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* Override old #hero h1 styles */
#hero.hero-section h1,
section#hero.hero-section h1 {
  font-size: 3.2rem !important;
  line-height: 1.2 !important;
  color: transparent !important;
  background: linear-gradient(135deg, #138bc9 0%, #1a365d 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.hero-subtitle,
.hero-section p.hero-subtitle {
  font-size: 1.3rem !important;
  color: #4a5568 !important;
  line-height: 1.8 !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  padding-bottom: 0 !important;
}

/* Override old #hero p styles */
#hero.hero-section p,
section#hero.hero-section p {
  color: #4a5568 !important;
  margin: 0 0 35px 0 !important;
  font-size: 1.3rem !important;
  padding-bottom: 0 !important;
}

.hero-subtitle strong {
  color: #138bc9;
  font-weight: 600;
}

.hero-benefits {
  margin: 30px 0 !important;
}

.hero-benefits .benefit-item span {
  color: #2d3748 !important;
  font-size: 1.05rem !important;
}

.hero-benefits .benefit-item {
  display: flex !important;
  align-items: center !important;
  padding: 12px 0 !important;
  font-size: 1.05rem !important;
  color: #2d3748 !important;
  transition: all 0.3s ease !important;
  list-style: none !important;
}

.hero-benefits {
  list-style: none !important;
  padding-left: 0 !important;
}

.hero-benefits .benefit-item:hover {
  padding-left: 10px;
  color: #138bc9;
}

.hero-benefits .benefit-item i,
.hero-section .benefit-item i {
  font-size: 1.3rem !important;
  color: #138bc9 !important;
  margin-right: 15px !important;
  min-width: 25px !important;
  transition: transform 0.3s ease !important;
  text-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.hero-benefits .benefit-item:hover i {
  transform: scale(1.2);
}

.hero-cta {
  margin-top: 40px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 15px !important;
}

.hero-cta .btn-get-started,
.hero-cta .btn-whatsapp {
  white-space: nowrap !important;
}

.hero-cta .btn-get-started,
.hero-section .btn-get-started,
#hero.hero-section .btn-get-started {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%) !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 16px 35px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3) !important;
  transition: all 0.3s ease !important;
  border: none !important;
  margin-top: 0 !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}

.hero-cta .btn-get-started:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(19, 139, 201, 0.4);
  background: linear-gradient(135deg, #24b4fb 0%, #138bc9 100%);
}

.hero-cta .btn-whatsapp {
  background: #25D366;
  color: white;
  border-radius: 50px;
  padding: 16px 35px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
  transition: all 0.3s ease;
}

.hero-cta .btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
  color: white;
}

.hero-image-wrapper {
  position: relative;
  padding: 20px 0 !important;
  margin-top: 20px;
}

.hero-stats-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 20px !important;
  margin-top: 20px !important;
}

.hero-stat-card {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.hero-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #138bc9, #f7bf47);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.hero-stat-card:hover::before {
  transform: scaleX(1);
}

.hero-stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(19, 139, 201, 0.2);
  border-color: #138bc9;
}

.hero-stat-card i {
  font-size: 2.5rem;
  color: #138bc9;
  margin-bottom: 15px;
  display: block;
}

.hero-stat-card .stat-number {
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  color: transparent !important;
  margin-bottom: 8px !important;
  background: linear-gradient(135deg, #138bc9 0%, #f7bf47 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  display: block !important;
}

.hero-stat-card .stat-text {
  font-size: 0.95rem;
  color: #718096;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Trust Reasons Box */
.trust-reasons {
  border-left: 4px solid #138bc9;
}

.solution-benefits .custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solution-benefits .custom-list li {
  padding: 10px 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.solution-benefits .custom-list li strong {
  color: #1a365d;
  font-weight: 600;
}

/* Responsive Hero Section */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.15rem;
  }
  
  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .hero-stat-card {
    padding: 25px 20px;
  }
  
  .hero-stat-card .stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 60px 0 50px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.05rem;
  }
  
  .hero-benefits .benefit-item {
    font-size: 0.95rem;
    padding: 10px 0;
  }
  
  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  
  .hero-cta .btn-get-started,
  .hero-cta .btn-whatsapp {
    width: 100%;
    justify-content: center;
  }
  
  .hero-cta .btn-whatsapp {
    margin-left: 0 !important;
  }
}

/* ============================================
   Hero Index - Modern Design Improvements
   ============================================ */

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.1) 0%, rgba(247, 191, 71, 0.1) 100%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #138bc9;
  border: 2px solid rgba(19, 139, 201, 0.2);
  width: fit-content;
  margin-top: 20px;
}

.hero-badge i {
  font-size: 1.2rem;
  color: #f7bf47;
}

/* Price Highlight Section */
.price-highlight {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(19, 139, 201, 0.25);
  position: relative;
  overflow: hidden;
}

.price-highlight::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.price-tag {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.price-label {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.price-amount {
  font-size: 2.8rem;
  font-weight: 800;
  color: white;
  line-height: 1;
}

.price-period {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.price-benefits {
  color: white;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.price-benefits i {
  color: #f7bf47;
  font-size: 1rem;
}

/* Hero Benefits Modern */
.hero-benefits-modern {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin: 30px 0;
}

.benefit-item-modern {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.benefit-item-modern:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.benefit-icon-modern {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.benefit-item-modern:hover .benefit-icon-modern {
  transform: scale(1.1) rotate(5deg);
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
}

.benefit-icon-modern i {
  font-size: 1.5rem;
  color: white;
}

.benefit-content-modern h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 5px;
  line-height: 1.3;
}

.benefit-content-modern p {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}

/* Trust Indicators */
.trust-indicators {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: #4a5568;
}

.trust-item i {
  font-size: 1.2rem;
  color: #138bc9;
}

/* Override Index Hero Buttons */
#hero .btn-get-started,
#hero.hero .btn-get-started {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%) !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 16px 35px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3) !important;
  transition: all 0.3s ease !important;
  border: none !important;
  margin-top: 0 !important;
  letter-spacing: normal !important;
}

#hero .btn-get-started:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(19, 139, 201, 0.4) !important;
  background: linear-gradient(135deg, #24b4fb 0%, #138bc9 100%) !important;
}

#hero .btn-whatsapp {
  background: #25D366 !important;
  color: white !important;
  border-radius: 50px !important;
  padding: 16px 35px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3) !important;
  transition: all 0.3s ease !important;
  border: none !important;
}

#hero .btn-whatsapp:hover {
  background: #20ba5a !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4) !important;
  color: white !important;
}

/* Override old hero subtitle color */
#hero .hero-subtitle,
#hero p.hero-subtitle {
  color: #4a5568 !important;
}

/* Responsive for Index Hero */
@media (max-width: 992px) {
  .price-highlight {
    padding: 20px 25px;
  }
  
  .price-amount {
    font-size: 2.2rem;
  }
  
  .hero-benefits-modern {
    gap: 12px;
  }
  
  .benefit-item-modern {
    padding: 12px;
  }
  
  .benefit-icon-modern {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  .hero-badge {
    font-size: 0.85rem;
    padding: 8px 16px;
  }
  
  .price-highlight {
    padding: 18px 20px;
  }
  
  .price-amount {
    font-size: 2rem;
  }
  
  .trust-indicators {
    gap: 15px;
  }
  
  .trust-item {
    font-size: 0.85rem;
  }
}

/* ============================================
   Plans Intro Section
   ============================================ */
.plans-intro {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.plan-type-card {
  background: white;
  border-radius: 25px;
  padding: 40px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 3px solid transparent;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.plan-type-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #138bc9, #24b4fb);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.plan-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(19, 139, 201, 0.2);
  border-color: #138bc9;
}

.plan-type-card:hover::before {
  transform: scaleX(1);
}

.plan-featured {
  border-color: #138bc9;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.02) 0%, white 100%);
}

.plan-featured::before {
  transform: scaleX(1);
  height: 6px;
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(247, 191, 71, 0.4);
  display: flex;
  align-items: center;
  gap: 5px;
}

.featured-badge i {
  font-size: 0.9rem;
}

.plan-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

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

.plan-featured .plan-icon {
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
}

.plan-icon i {
  font-size: 2.5rem;
  color: white;
}

.plan-type-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
  text-align: center;
}

.plan-description {
  font-size: 1.05rem;
  color: #6c757d;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.6;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  min-height: 200px;
}

.plan-features li {
  padding: 10px 0;
  font-size: 1.05rem;
  color: #2d3748;
  display: flex;
  align-items: center;
  gap: 12px;
}

.plan-features i {
  color: #138bc9;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.plan-featured .plan-features i {
  color: #f7bf47;
}

.plan-price {
  text-align: center;
  padding: 25px 20px;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.05) 0%, rgba(247, 191, 71, 0.05) 100%);
  border-radius: 15px;
  margin: 25px 0;
}

.plan-price .price-from {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 5px;
}

.plan-price .price-value {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: #138bc9;
  line-height: 1;
  margin: 10px 0;
}

.plan-featured .plan-price .price-value {
  background: linear-gradient(135deg, #138bc9 0%, #f7bf47 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.plan-price .price-period {
  display: block;
  font-size: 1rem;
  color: #6c757d;
}

.btn-plan-details {
  display: block;
  width: 100%;
  padding: 15px 30px;
  background: white;
  color: #138bc9;
  border: 2px solid #138bc9;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-plan-details:hover {
  background: #138bc9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3);
}

.btn-plan-featured {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  color: white;
  border: none;
}

.btn-plan-featured:hover {
  background: linear-gradient(135deg, #24b4fb 0%, #138bc9 100%);
  color: white;
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.4);
}

.plans-note {
  font-size: 1.05rem;
  color: #495057;
  margin: 0;
  padding: 20px 30px;
  background: rgba(19, 139, 201, 0.05);
  border-radius: 15px;
  display: inline-block;
}

.plans-note i {
  color: #138bc9;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 8px;
}

/* Responsive Plans Section */
@media (max-width: 992px) {
  .plan-type-card {
    padding: 35px 30px;
    margin-bottom: 20px;
  }
  
  .plan-features {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .plans-intro {
    padding: 60px 0;
  }
  
  .plan-type-card {
    padding: 30px 25px;
  }
  
  .plan-type-card h3 {
    font-size: 1.5rem;
  }
  
  .plan-price .price-value {
    font-size: 2.5rem;
  }
  
  .featured-badge {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  
  .plans-note {
    font-size: 0.95rem;
    padding: 15px 20px;
  }
}

/* ============================================
   Benefits Grid Simple (for specialist page)
   ============================================ */
.benefits-grid-simple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 30px 0;
}

.simple-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: rgba(19, 139, 201, 0.05);
  border-radius: 12px;
  font-size: 1.05rem;
  color: #2d3748;
  transition: all 0.3s ease;
}

.simple-benefit:hover {
  background: rgba(19, 139, 201, 0.1);
  transform: translateX(5px);
}

.simple-benefit i {
  font-size: 1.3rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .benefits-grid-simple {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .simple-benefit {
    font-size: 0.95rem;
    padding: 12px 15px;
  }
}

/* ============================================
   Pricing Page - Plan Cards Improvements
   ============================================ */

/* Plan Badges */
.plan-badge-starter {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #6c757d;
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.plan-badge-popular {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(19, 139, 201, 0.4);
  display: flex;
  align-items: center;
  gap: 5px;
}

.plan-badge-duo {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
}

/* Plan Tagline */
.plan-tagline {
  font-size: 0.95rem;
  color: #6c757d;
  font-style: italic;
  margin: 10px 0;
  min-height: 40px;
}

/* Ideal For Section */
.ideal-for {
  background: rgba(19, 139, 201, 0.05);
  padding: 15px;
  border-radius: 10px;
  border-left: 4px solid #138bc9;
}

.ideal-for strong {
  display: block;
  color: #138bc9;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.ideal-for p {
  margin: 0;
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.5;
}

/* Value Proposition */
.value-proposition {
  background: linear-gradient(135deg, rgba(247, 191, 71, 0.1) 0%, rgba(255, 213, 79, 0.1) 100%);
  padding: 12px 15px;
  border-radius: 10px;
  text-align: center;
  color: #856404;
  border: 2px solid rgba(247, 191, 71, 0.3);
}

.value-proposition i {
  color: #f7bf47;
  font-size: 1.2rem;
  margin-right: 8px;
}

/* Pricing Box Improvements */
.pricing .box {
  position: relative;
}

.pricing .box ul li i {
  color: #138bc9;
  margin-right: 8px;
  font-size: 0.95rem;
}

.pricing .box h5 {
  color: #1a365d;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing .box h5 i {
  color: #138bc9;
  font-size: 1.2rem;
}

/* Table Comparison Styles */
.table-comparison {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.table-comparison thead {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  color: white;
}

.table-comparison thead th {
  padding: 20px 15px;
  font-weight: 700;
  border: none;
}

.table-comparison tbody tr {
  border-bottom: 1px solid #e9ecef;
}

.table-comparison tbody tr:last-child {
  border-bottom: none;
}

.table-comparison tbody td {
  padding: 18px 15px;
  vertical-align: middle;
}

.table-comparison .popular-column {
  background: rgba(19, 139, 201, 0.05);
  font-weight: 600;
}

.table-comparison .price-row {
  background: #f8f9fa;
  font-size: 1.1rem;
}

.table-comparison .price-row strong {
  color: #138bc9;
  font-size: 1.2rem;
}

/* Decision Cards */
.decision-card {
  background: white;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.decision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.decision-featured {
  border-color: #138bc9;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.02) 0%, white 100%);
}

.decision-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.decision-icon i {
  font-size: 2rem;
  color: white;
}

.decision-card h4 {
  font-size: 1.3rem;
  color: #1a365d;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}

.decision-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.decision-card ul li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
  color: #495057;
  font-size: 1rem;
}

.decision-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #138bc9;
  font-weight: bold;
}

/* Responsive for pricing page */
@media (max-width: 992px) {
  .decision-card {
    margin-bottom: 20px;
  }
  
  .table-comparison {
    font-size: 0.9rem;
  }
  
  .table-comparison thead th,
  .table-comparison tbody td {
    padding: 12px 10px;
  }
}

@media (max-width: 768px) {
  .plan-tagline {
    min-height: auto;
  }
  
  .ideal-for {
    padding: 12px;
  }
  
  .value-proposition {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* ============================================
   Features Page - Modern Design
   ============================================ */

/* Features Hero */
.features-hero {
  padding: 80px 0 60px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.features-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #138bc9 0%, #1a365d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-hero-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 30px;
}

.features-quick-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.quick-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background: white;
  border: 2px solid #138bc9;
  border-radius: 50px;
  color: #138bc9;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.quick-link:hover {
  background: #138bc9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3);
}

.quick-link i {
  font-size: 1.2rem;
}

/* Core Features Cards */
.core-features {
  padding: 80px 0;
}

.feature-card-detail {
  background: white;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.feature-card-detail:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.feature-icon-detail {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

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

.feature-icon-detail i {
  font-size: 2rem;
  color: white;
}

.feature-card-detail h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 12px;
}

.feature-card-detail > p {
  font-size: 1rem;
  color: #6c757d;
  margin-bottom: 20px;
  line-height: 1.6;
}

.feature-list-mini {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list-mini li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature-list-mini i {
  color: #138bc9;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* Premium Features Cards */
.advanced-features {
  padding: 80px 0;
}

.feature-card-premium {
  background: white;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 3px solid #138bc9;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.feature-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #138bc9, #24b4fb);
}

.feature-card-premium:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(19, 139, 201, 0.2);
}

.premium-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(19, 139, 201, 0.4);
  display: flex;
  align-items: center;
  gap: 5px;
}

.feature-icon-premium {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

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

.feature-icon-premium i {
  font-size: 2.5rem;
  color: white;
}

.feature-card-premium h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
}

.feature-card-premium > p {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
}

.feature-benefits-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-benefits-list li {
  padding: 10px 0;
  font-size: 1rem;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-benefits-list i {
  color: #138bc9;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-impact {
  background: linear-gradient(135deg, rgba(247, 191, 71, 0.1) 0%, rgba(255, 213, 79, 0.1) 100%);
  padding: 15px 20px;
  border-radius: 12px;
  text-align: center;
  color: #856404;
  font-weight: 700;
  border: 2px solid rgba(247, 191, 71, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.feature-impact i {
  font-size: 1.3rem;
  color: #f7bf47;
}

/* Enterprise Feature Card */
.feature-card-enterprise {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  border: 3px solid #28a745;
  position: relative;
  overflow: hidden;
}

.feature-card-enterprise::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #28a745, #20c997);
}

.enterprise-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
  display: flex;
  align-items: center;
  gap: 6px;
}

.feature-icon-enterprise {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon-enterprise i {
  font-size: 3rem;
  color: white;
}

.feature-card-enterprise h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
}

.feature-card-enterprise > p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 20px;
}

.enterprise-mini-feature {
  text-align: center;
  padding: 15px 10px;
  background: rgba(40, 167, 69, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.enterprise-mini-feature:hover {
  background: rgba(40, 167, 69, 0.1);
  transform: scale(1.05);
}

.enterprise-mini-feature i {
  display: block;
  font-size: 1.8rem;
  color: #28a745;
  margin-bottom: 8px;
}

.enterprise-mini-feature span {
  display: block;
  font-size: 0.9rem;
  color: #495057;
  font-weight: 600;
}

/* Comparison Section */
.comparison-section {
  padding: 80px 0;
}

.plan-type-selector h4 {
  font-size: 1.5rem;
  color: #1a365d;
  font-weight: 700;
}

.btn-group-modern {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-type-selector {
  background: white;
  padding: 25px 35px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 3px solid transparent;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 280px;
}

.btn-type-selector:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.btn-type-selector.active {
  border-color: #138bc9;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.05) 0%, white 100%);
}

.btn-type-selector i {
  font-size: 2.5rem;
  color: #138bc9;
}

.btn-type-selector span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
}

.btn-type-selector small {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Quick Comparison Cards */
.quick-comparison {
  margin-top: 40px;
}

.comparison-quick-card {
  background: white;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  position: relative;
}

.comparison-quick-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.comparison-featured {
  border-color: #138bc9;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.02) 0%, white 100%);
}

.featured-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(247, 191, 71, 0.4);
}

.comparison-quick-card h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 15px;
}

.comparison-price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #138bc9;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
}

.comparison-quick-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.comparison-quick-card ul li {
  padding: 10px 0;
  font-size: 1rem;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 10px;
}

.comparison-quick-card ul li i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.comparison-quick-card ul li i.bi-check-circle-fill {
  color: #28a745;
}

.comparison-quick-card ul li i.bi-x-circle {
  color: #dc3545;
}

/* Features CTA Section */
.features-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  color: white;
}

.features-cta h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
}

.features-cta .lead {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.95);
}

.features-cta .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.features-cta .btn-primary {
  background: white !important;
  color: #138bc9 !important;
  border: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.features-cta .btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3) !important;
}

.features-cta .btn-outline-primary {
  background: transparent !important;
  color: white !important;
  border: 2px solid white !important;
}

.features-cta .btn-outline-primary:hover {
  background: white !important;
  color: #138bc9 !important;
  transform: translateY(-3px) !important;
}

.trust-note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.trust-note i {
  font-size: 1.3rem;
}

/* Responsive Features Page */
@media (max-width: 992px) {
  .features-hero-title {
    font-size: 2.2rem;
  }
  
  .features-hero-subtitle {
    font-size: 1.1rem;
  }
  
  .btn-type-selector {
    min-width: 240px;
    padding: 20px 25px;
  }
  
  .enterprise-mini-feature {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .features-hero {
    padding: 60px 0 40px;
  }
  
  .features-hero-title {
    font-size: 1.8rem;
  }
  
  .features-hero-subtitle {
    font-size: 1rem;
  }
  
  .features-quick-links {
    flex-direction: column;
    align-items: stretch;
  }
  
  .quick-link {
    justify-content: center;
  }
  
  .feature-card-detail,
  .feature-card-premium,
  .comparison-quick-card {
    margin-bottom: 20px;
  }
  
  .features-cta h2 {
    font-size: 2rem;
  }
  
  .features-cta .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .features-cta .btn-lg {
    width: 100%;
  }
  
  .trust-note {
    flex-direction: column;
    gap: 5px;
  }
}

/* ============================================
   FAQ Page - Modern Design
   ============================================ */

/* FAQ Hero */
.faq-hero {
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.faq-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #138bc9 0%, #1a365d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.faq-hero-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 30px;
}

.faq-quick-contact {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.quick-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: white;
  border: 2px solid #138bc9;
  border-radius: 50px;
  color: #138bc9;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.quick-contact-btn:hover {
  background: #138bc9;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3);
}

.whatsapp-btn {
  border-color: #25D366;
  color: #25D366;
}

.whatsapp-btn:hover {
  background: #25D366;
  color: white;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.quick-contact-btn i {
  font-size: 1.3rem;
}

/* FAQs Section */
.faqs-section {
  padding: 80px 0;
}

/* FAQ Category - Clean Override */
section.faqs-section .faq-category {
  margin-bottom: 50px;
}

section.faqs-section .category-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding: 20px 25px;
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(19, 139, 201, 0.2);
}

section.faqs-section .category-header i {
  font-size: 2rem;
  color: white;
}

section.faqs-section .category-header h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
  margin: 0;
}

/* Complete Override for Modern FAQ Items */
section.faqs-section .faq-category .faq-list {
  padding: 0;
}

section.faqs-section .faq-category .faq-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

section.faqs-section .faq-category .faq-list li {
  background: white;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 2px solid #e9ecef;
  overflow: visible;
  padding: 0;
  position: relative;
}

section.faqs-section .faq-category .faq-list li:hover {
  box-shadow: 0 6px 25px rgba(19, 139, 201, 0.12);
  border-color: #138bc9;
}

section.faqs-section .faq-category .faq-list li a {
  display: block;
  padding: 20px 60px 20px 60px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a365d;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none;
  line-height: 1.5;
}

section.faqs-section .faq-category .faq-list li a.collapsed {
  color: #2c4964;
}

section.faqs-section .faq-category .faq-list li a:not(.collapsed) {
  color: #138bc9;
  background: rgba(19, 139, 201, 0.05);
}

section.faqs-section .faq-category .faq-list li a.collapsed:hover {
  color: #138bc9;
}

section.faqs-section .faq-category .faq-list .icon-help {
  font-size: 1.5rem;
  color: #138bc9;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

section.faqs-section .faq-category .faq-list .icon-show,
section.faqs-section .faq-category .faq-list .icon-close {
  font-size: 1.5rem;
  color: #138bc9;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

section.faqs-section .faq-category .faq-list .icon-show {
  display: none;
}

section.faqs-section .faq-category .faq-list a.collapsed .icon-show {
  display: inline-block;
}

section.faqs-section .faq-category .faq-list a.collapsed .icon-close {
  display: none;
}

section.faqs-section .faq-category .faq-list .collapse {
  padding: 0 60px 25px 60px;
}

section.faqs-section .faq-category .faq-list .collapse p {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0;
}

section.faqs-section .faq-category .faq-list .collapse p:last-child {
  margin-bottom: 0;
}

/* FAQ Answer Lists - Simple Clean Style (No button appearance) */
section.faqs-section .faq-answer-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}

section.faqs-section .faq-answer-list li {
  padding: 10px 0 10px 30px;
  font-size: 1.05rem;
  color: #2d3748;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  line-height: 1.6;
}

section.faqs-section .faq-answer-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #138bc9;
  font-weight: bold;
  font-size: 1.2rem;
}

section.faqs-section .faq-answer-list li:hover {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
  color: #138bc9;
}

/* Ordered Lists in FAQs */
section.faqs-section .faq-category .faq-list .collapse ol {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
  counter-reset: faq-counter;
}

section.faqs-section .faq-category .faq-list .collapse ol li {
  padding: 10px 0 10px 35px;
  font-size: 1.05rem;
  color: #2d3748;
  background: transparent;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  position: relative;
  counter-increment: faq-counter;
  line-height: 1.6;
}

section.faqs-section .faq-category .faq-list .collapse ol li::before {
  content: counter(faq-counter) ".";
  position: absolute;
  left: 0;
  color: #138bc9;
  font-weight: bold;
  font-size: 1.1rem;
}

section.faqs-section .faq-category .faq-list .collapse ol li:hover {
  background: transparent;
  box-shadow: none;
  color: #138bc9;
}

/* FAQ Links in Content - Clean inline links */
section.faqs-section .faq-link,
section.faqs-section .faq-normal-link {
  color: #138bc9 !important;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #138bc9;
  transition: all 0.3s ease;
  display: inline !important;
  padding: 2px 4px !important;
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  line-height: inherit !important;
}

section.faqs-section .faq-link:hover,
section.faqs-section .faq-normal-link:hover {
  color: #0066a1 !important;
  border-bottom-color: #0066a1;
  background: rgba(19, 139, 201, 0.05) !important;
}

/* FAQ CTA Section */
.faq-cta {
  padding: 80px 0;
}

.faq-cta-card {
  background: white;
  padding: 50px 40px;
  border-radius: 25px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 3px solid #138bc9;
  position: relative;
}

.faq-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #138bc9, #24b4fb);
}

.faq-cta-card > i {
  font-size: 4rem;
  color: #138bc9;
  margin-bottom: 20px;
}

.faq-cta-card h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 15px;
}

.faq-cta-card > p {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 30px;
}

.faq-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.faq-cta-buttons .btn {
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.faq-cta-buttons .btn-primary {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border: none;
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3);
}

.faq-cta-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(19, 139, 201, 0.4);
}

.faq-cta-buttons .btn-success {
  background: #25D366;
  border: none;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.faq-cta-buttons .btn-success:hover {
  background: #20ba5a;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
}

.faq-trust-note {
  font-size: 1rem;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.faq-trust-note i {
  color: #28a745;
  font-size: 1.2rem;
}

/* Responsive FAQ Page */
@media (max-width: 992px) {
  .faq-hero-title {
    font-size: 2.2rem;
  }
  
  section.faqs-section .category-header h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .faq-hero {
    padding: 40px 0 30px;
  }
  
  .faq-hero-title {
    font-size: 1.8rem;
  }
  
  .faq-hero-subtitle {
    font-size: 1rem;
  }
  
  .faq-quick-contact {
    flex-direction: column;
    align-items: stretch;
  }
  
  .quick-contact-btn {
    justify-content: center;
  }
  
  section.faqs-section .category-header {
    padding: 15px 20px;
  }
  
  section.faqs-section .category-header i {
    font-size: 1.5rem;
  }
  
  section.faqs-section .category-header h3 {
    font-size: 1.2rem;
  }
  
  section.faqs-section .faq-category .faq-list li a {
    font-size: 1rem;
    padding: 15px 50px 15px 50px;
  }
  
  section.faqs-section .faq-category .faq-list .collapse {
    padding: 0 50px 20px 50px;
  }
  
  section.faqs-section .faq-category .faq-list .icon-help {
    left: 15px;
    font-size: 1.2rem;
  }
  
  section.faqs-section .faq-category .faq-list .icon-show,
  section.faqs-section .faq-category .faq-list .icon-close {
    right: 15px;
    font-size: 1.2rem;
  }
  
  .faq-cta-card {
    padding: 35px 25px;
  }
  
  .faq-cta-card h2 {
    font-size: 1.8rem;
  }
  
  .faq-cta-card > p {
    font-size: 1rem;
  }
  
  .faq-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .faq-cta-buttons .btn {
    width: 100%;
    justify-content: center;
  }
  
  .faq-trust-note {
    flex-direction: column;
    gap: 5px;
  }
}

/* ============================================
   Contact Page - Modern Design
   ============================================ */

/* Contact Hero */
.contact-hero {
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a365d;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #138bc9 0%, #1a365d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-hero-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 20px;
}

.contact-benefits {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.contact-benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: white;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  color: #495057;
}

.contact-benefit-item i {
  font-size: 1.3rem;
  color: #138bc9;
}

/* Contact Section */
.contact {
  padding: 80px 0;
}

/* Form Wrapper */
.form-wrapper {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-header h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 10px;
}

.form-header p {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
}

/* Contact Form Modern */
.contact-form-modern label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-form-modern label i {
  color: #138bc9;
  font-size: 1.1rem;
}

.contact-form-modern .form-control {
  padding: 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-form-modern .form-control:focus {
  border-color: #138bc9;
  box-shadow: 0 0 0 0.2rem rgba(19, 139, 201, 0.1);
  outline: none;
}

.contact-form-modern textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form-modern .btn-primary {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
  border: none;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(19, 139, 201, 0.3);
  transition: all 0.3s ease;
  width: 100%;
}

.contact-form-modern .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(19, 139, 201, 0.4);
  background: linear-gradient(135deg, #24b4fb 0%, #138bc9 100%);
}

.form-note {
  font-size: 0.95rem;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.form-note i {
  color: #28a745;
  font-size: 1.1rem;
}

/* Contact Info Sidebar */
.contact-info-sidebar {
  position: sticky;
  top: 100px;
}

.contact-card {
  background: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #e9ecef;
}

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

.contact-card-header i {
  font-size: 2rem;
  color: #138bc9;
}

.contact-card-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a365d;
  margin: 0;
}

.contact-card > p {
  font-size: 0.95rem;
  color: #6c757d;
}

/* Contact Methods */
.contact-method {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
}

.contact-method:last-child {
  border-bottom: none;
}

.contact-method-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-icon {
  background: linear-gradient(135deg, #25D366 0%, #20ba5a 100%);
}

.email-icon {
  background: linear-gradient(135deg, #138bc9 0%, #24b4fb 100%);
}

.phone-icon {
  background: linear-gradient(135deg, #f7bf47 0%, #ffd54f 100%);
}

.contact-method-icon i {
  font-size: 1.5rem;
  color: white;
}

.contact-method-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 5px;
}

.contact-link {
  font-size: 1.05rem;
  font-weight: 600;
  color: #138bc9;
  text-decoration: none;
  display: block;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #24b4fb;
  transform: translateX(3px);
}

.contact-method-info small {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}

/* Trust Card */
.trust-card {
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.05) 0%, rgba(247, 191, 71, 0.05) 100%);
  padding: 25px;
  border-radius: 15px;
  border: 2px solid rgba(19, 139, 201, 0.1);
}

.trust-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-card h4 i {
  color: #f7bf47;
  font-size: 1.5rem;
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-list li {
  padding: 10px 0;
  font-size: 1rem;
  color: #495057;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-list i {
  color: #28a745;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Quick Access Card */
.quick-access-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #e9ecef;
}

.quick-access-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-access-card h4 i {
  color: #138bc9;
  font-size: 1.5rem;
}

.quick-access-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  background: rgba(19, 139, 201, 0.05);
  border-radius: 10px;
  color: #138bc9;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.quick-access-link:hover {
  background: #138bc9;
  color: white;
  transform: translateX(5px);
}

.quick-access-link i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Responsive Contact Page */
@media (max-width: 992px) {
  .contact-hero-title {
    font-size: 2.2rem;
  }
  
  .contact-info-sidebar {
    position: static;
    margin-top: 40px;
  }
  
  .form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0 30px;
  }
  
  .contact-hero-title {
    font-size: 1.8rem;
  }
  
  .contact-hero-subtitle {
    font-size: 1rem;
  }
  
  .contact-benefits {
    flex-direction: column;
    align-items: stretch;
  }
  
  .contact-benefit-item {
    justify-content: center;
  }
  
  .form-wrapper {
    padding: 25px;
  }
  
  .contact-form-modern .btn-primary {
    padding: 15px 30px;
    font-size: 1rem;
  }
  
  .form-note {
    flex-direction: column;
    gap: 5px;
  }
}

/* ============================================
   WHY US SECTION
   ============================================ */

.why-us {
  padding: 40px 0;
  background: #fff;
}

/* Stats Bar */
.stats-bar {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.stat-item {
  padding: 20px;
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Comparison Table */
.comparison-header h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 10px;
}

.comparison-header p {
  font-size: 1.1rem;
  color: #6c757d;
}

.comparison-table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.comparison-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 1px solid #e9ecef;
}

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

.comparison-header-row {
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  color: white;
  font-weight: 700;
}

.comparison-header-row .comparison-cell {
  padding: 20px;
  text-align: center;
  font-size: 1.1rem;
}

.comparison-header-row i {
  display: block;
  font-size: 2rem;
  margin-bottom: 8px;
}

.comparison-cell {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-cell {
  justify-content: flex-start;
  text-align: left;
  font-weight: 600;
  color: #2d3748;
  background: #f8f9fa;
}

.old-method-cell {
  background: #fff5f5;
}

.zelimedic-cell {
  background: #f0f9ff;
}

.comparison-row:hover .old-method-cell,
.comparison-row:hover .zelimedic-cell {
  background: #fefefe;
}

.comparison-cell i {
  font-size: 1.8rem;
}

.comparison-cell small {
  display: block;
  margin-top: 5px;
  font-size: 0.85rem;
}

/* Why Cards */
.why-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #138bc9, #24b4fb);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(19, 139, 201, 0.2);
}

.why-card-featured {
  border: 3px solid #138bc9;
  position: relative;
}

.featured-ribbon {
  position: absolute;
  top: 15px;
  right: -35px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  color: #2d3748;
  padding: 5px 40px;
  font-weight: 700;
  font-size: 0.85rem;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

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

.why-icon i {
  font-size: 2.5rem;
  color: white;
}

.why-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  text-align: center;
}

.why-card p {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}

.why-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-features li {
  padding: 10px 0;
  color: #2d3748;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-features li i {
  color: #28a745;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Trust Badges */
.trust-badges {
  padding: 40px 0 20px;
}

.badges-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px 25px;
  transition: all 0.3s ease;
}

.badge-item:hover {
  transform: scale(1.1);
}

.badge-item i {
  font-size: 2.5rem;
  color: #138bc9;
}

.badge-item span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #2d3748;
  text-align: center;
}

/* Responsive Why Us Section */
@media (max-width: 992px) {
  .comparison-row {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  
  .comparison-cell {
    padding: 15px 10px;
    font-size: 0.9rem;
  }
  
  .feature-cell {
    font-size: 0.95rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .why-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .why-us {
    padding: 60px 0;
  }
  
  .stats-bar {
    padding: 30px 20px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .comparison-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  .comparison-header-row {
    display: none;
  }
  
  .comparison-cell {
    padding: 15px;
    border-radius: 10px;
    margin: 5px 0;
  }
  
  .feature-cell {
    background: linear-gradient(135deg, #138bc9, #24b4fb);
    color: white;
    font-weight: 700;
  }
  
  .badges-container {
    gap: 20px;
  }
  
  .badge-item {
    flex-basis: 45%;
  }
}

/* ============================================
   HOW IT WORKS SECTION
   ============================================ */

.how-it-works {
  padding: 80px 0;
  background: white;
}

/* Step Cards */
.step-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  border: 2px solid #e9ecef;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(19, 139, 201, 0.15);
  border-color: #138bc9;
}

.step-card-highlighted {
  border: 3px solid #138bc9;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 100%);
}

.step-number {
  position: absolute;
  top: -20px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  box-shadow: 0 5px 15px rgba(19, 139, 201, 0.3);
}

.step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.1), rgba(36, 180, 251, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 25px;
  transition: all 0.3s ease;
}

.step-card:hover .step-icon {
  background: linear-gradient(135deg, #138bc9, #24b4fb);
}

.step-icon i {
  font-size: 2.5rem;
  color: #138bc9;
  transition: all 0.3s ease;
}

.step-card:hover .step-icon i {
  color: white;
  transform: scale(1.1);
}

.step-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
  text-align: center;
}

.step-card p {
  color: #6c757d;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}

.step-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  background: rgba(40, 167, 69, 0.05);
  border-radius: 10px;
  border-left: 4px solid #28a745;
}

.step-benefit i {
  color: #28a745;
  font-size: 1.2rem;
}

.step-benefit span {
  font-weight: 600;
  color: #2d3748;
  font-size: 0.95rem;
}

/* How It Works Image */
.how-it-works-image img {
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Additional Features */
.additional-features h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
}

.feature-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-icon-small {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

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

.feature-icon-small i {
  font-size: 1.8rem;
  color: white;
}

.feature-text h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
}

.feature-text p {
  color: #6c757d;
  margin: 0;
  line-height: 1.6;
}

.cta-box {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  border: 2px dashed #138bc9;
}

.cta-box p {
  font-size: 1.1rem;
  color: #2d3748;
  margin-bottom: 15px;
}

.cta-box .btn {
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive How It Works */
@media (max-width: 992px) {
  .step-card {
    margin-bottom: 40px;
  }
  
  .how-it-works-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .how-it-works {
    padding: 60px 0;
  }
  
  .step-card {
    padding: 35px 25px;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    top: -15px;
    left: 20px;
  }
  
  .step-icon {
    width: 70px;
    height: 70px;
  }
  
  .step-icon i {
    font-size: 2rem;
  }
  
  .step-card h3 {
    font-size: 1.3rem;
  }
  
  .feature-row {
    gap: 15px;
  }
  
  .feature-icon-small {
    width: 50px;
    height: 50px;
  }
  
  .feature-icon-small i {
    font-size: 1.5rem;
  }
}

/* ============================================
   FEATURES MODERN SECTION
   ============================================ */

.features-modern {
  padding: 80px 0;
  background: white;
}

/* Featured Modules (Top 3) */
.featured-module {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  position: relative;
  border: 2px solid #e9ecef;
}

.featured-module:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(19, 139, 201, 0.2);
  border-color: #138bc9;
}

.featured-module-primary {
  border: 3px solid #138bc9;
  background: linear-gradient(135deg, #f8fcff 0%, #ffffff 100%);
}

.module-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e9ecef, #dee2e6);
  color: #495057;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.module-badge-popular {
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  color: white;
}

.module-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(19, 139, 201, 0.1), rgba(36, 180, 251, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.featured-module:hover .module-icon {
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  transform: scale(1.05) rotate(-5deg);
}

.module-icon i {
  font-size: 3rem;
  color: #138bc9;
  transition: all 0.3s ease;
}

.featured-module:hover .module-icon i {
  color: white;
}

.featured-module h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 10px;
  text-align: center;
}

.module-tagline {
  color: #6c757d;
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 25px;
  font-style: italic;
}

.module-benefits {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.module-benefits li {
  padding: 12px 0;
  color: #495057;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}

.module-benefits li i {
  color: #28a745;
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.module-metric {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  margin-top: 25px;
  border-left: 4px solid #138bc9;
}

.module-metric-highlight {
  background: linear-gradient(135deg, #fff3cd, #ffe69c);
  border-left-color: #ffc107;
}

.metric-value {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: #138bc9;
  line-height: 1;
  margin-bottom: 8px;
}

.module-metric-highlight .metric-value {
  color: #f57c00;
}

.metric-label {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-weight: 600;
}

/* Secondary Features */
.secondary-features-section {
  margin-top: 60px;
  padding: 50px 0;
  background: #f8f9fa;
  border-radius: 25px;
}

.secondary-features-section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 40px;
}

.secondary-feature {
  background: white;
  padding: 30px 25px;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.secondary-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #138bc9;
}

.secondary-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.secondary-feature:hover .secondary-icon {
  transform: scale(1.1);
}

.secondary-icon i {
  font-size: 2rem;
  color: white;
}

.secondary-feature h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 12px;
}

.secondary-feature p {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Features CTA */
.features-cta {
  margin-top: 60px;
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 20px;
  border: 2px dashed #138bc9;
}

.features-cta p {
  font-size: 1.2rem;
  color: #2d3748;
  font-weight: 600;
}

.features-cta .btn {
  padding: 15px 35px;
  font-size: 1.1rem;
  font-weight: 600;
}

/* Responsive Features Modern */
@media (max-width: 992px) {
  .featured-module {
    margin-bottom: 30px;
  }
  
  .secondary-feature {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .features-modern {
    padding: 60px 0;
  }
  
  .featured-module {
    padding: 30px 25px;
  }
  
  .module-icon {
    width: 80px;
    height: 80px;
  }
  
  .module-icon i {
    font-size: 2.5rem;
  }
  
  .featured-module h3 {
    font-size: 1.4rem;
  }
  
  .module-benefits li {
    font-size: 0.9rem;
  }
  
  .metric-value {
    font-size: 1.8rem;
  }
  
  .secondary-features-section {
    padding: 40px 20px;
  }
  
  .secondary-icon {
    width: 60px;
    height: 60px;
  }
  
  .secondary-icon i {
    font-size: 1.6rem;
  }
  
  .features-cta {
    padding: 30px 20px;
  }
  
  .features-cta .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  
  .features-cta .btn.me-3 {
    margin-right: 0 !important;
  }
}

/* ============================================
   CUSTOM PLAN CARD (Plan Personalizado)
   ============================================ */

.custom-plan-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 3px dashed #138bc9;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.custom-plan-card:hover {
  box-shadow: 0 15px 40px rgba(19, 139, 201, 0.15);
  border-color: #24b4fb;
  transform: translateY(-5px);
}

.custom-plan-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.custom-plan-icon i {
  font-size: 2rem;
  color: white;
}

.custom-plan-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 15px;
}

.custom-plan-card p {
  color: #6c757d;
  font-size: 1.05rem;
  line-height: 1.6;
}

.custom-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.custom-features li {
  padding: 8px 0;
  color: #495057;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-features li i {
  color: #28a745;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.custom-plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #138bc9, #24b4fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
}

.decision-cta {
  margin-top: 20px;
}

.decision-cta .btn-block {
  width: 100%;
  padding: 12px 25px;
  font-weight: 600;
}

/* Responsive Custom Plan */
@media (max-width: 992px) {
  .custom-plan-card {
    padding: 30px 25px;
  }
  
  .custom-plan-card h3 {
    font-size: 1.5rem;
  }
  
  .custom-plan-price {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .custom-plan-card {
    padding: 25px 20px;
  }
  
  .custom-plan-card .col-lg-8,
  .custom-plan-card .col-lg-4 {
    margin-bottom: 20px;
  }
}
