/* Animated Title Border */
/*@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #1877f2;
}*/



.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #F5B02E;
}

.animate-border.border-orange:after {
  border-right-color: #1877f2;
  border-left-color: #1877f2;
}

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

/*
  Template Name: SeoBin | SEO, Social Media and Marketing HTML Template
  Author: Tripples
  Author URI: https://themeforest.net/user/tripples
  Description: SeoBin | SEO, Social Media and Marketing HTML Template
  Version: 1.0
*/
/* Table of Content
=================================================
1. Typography
2. Header
3. Global Style (body, link color, gap, ul, section-title, overlay etc)
4. Hero Area
5. Slider Area
6. Features Area
7. Analysis Area
8. Intro Area
9. Fun Facts
10. Service
11. Case Study
12. Working Process
13. Testimonial
14. Pricing Table
15. Blog
16. Clients
17. Footer
18. Contact
19. Sub Pages
20. Banner
21. News Post
22. Right News side Bar
23. News Single Pages
24. About us
25. About Us version 2
26. Timeline V2
27. Pricing
28. Map
30. Contact us Form
31. Testimonial
32. Single Service
33. Service
34. Case
35. Single Case Study

*/
/* Typography
================================================== */
body {
  background: #fff;
  color: #757575;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 25px;
}


.modal-contenido{
  background-color:aqua;
  width:300px;
  padding: 10px 20px;
  margin: 20% auto;
  position: relative;
}
.modal{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;  
}



p {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2c2c;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 60px;
}

h4 {
  font-size: 18px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  outline: 0 solid;
}

a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0 solid;
}

a:hover {
  color: #1877f2;
}

button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:hover {
  cursor: pointer;
}

.tw-readmore {
  color: #1877f2;
  font-weight: 800;
  display: inline-block;
}

.tw-readmore:hover {
  color: #1877f2;
}

.tw-readmore i {
  padding-left: 5px;
}

/* Margin Top */
.tw-mt-140 {
  margin-top: 140px !important;
}

.tw-mt-80 {
  margin-top: 80px !important;
}

.tw-mt-70 {
  margin-top: 70px !important;
}

.tw-mt-65 {
  margin-top: 65px !important;
}

.tw-mt-60 {
  margin-top: 60px !important;
}

.tw-mt-40 {
  margin-top: 40px !important;
}

.tw-mt-30 {
  margin-top: 30px !important;
}

.tw-mt-20 {
  margin-top: 20px !important;
}

.tw-mt-15 {
  margin-top: 15px !important;
}

/* Margin Bottom */
.tw-mb-165 {
  margin-bottom: 165px;
}

.tw-mb-105 {
  margin-bottom: 105px;
}

.tw-mb-80 {
  margin-bottom: 80px;
}

.tw-mb-70 {
  margin-bottom: 70px;
}

.tw-mb-65 {
  margin-bottom: 65px;
}

.tw-mb-60 {
  margin-bottom: 60px;
}

.tw-mb-40 {
  margin-bottom: 40px;
}

.tw-mb-35 {
  margin-bottom: 35px;
}

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

/* Background Color */
.bg-white {
  background: #ffffff !important;
}

.bg-green {
  background: #32CC73 !important;
}

.bg-orange {
  background: #1877f2 !important;
}

.bg-blue {
  background: #478FFF !important;
}

.bg-yellow {
  background: #FFB72F !important;
}

.bg-ash {
  background: #EEF0EF !important;
}

.bg-offwhite {
  background: #F7F9F8 !important;
}

.bg-shrock {
  background: #2BC2A7 !important;
}

.bg-darkBlue {
  background: #2f57c9 !important;
}

.bg-pink {
  background: #f6576e !important;
}

.bg-violet {
  background: #BA01FF !important;
}

/* Background Overlay */
.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(32, 32, 32, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Input Form */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
  color: #b2b2b2;
  font-size: 15px;
}



/* Section Heading */
.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  color: #2f2c2c;
  font-size: 44px;
}

.section-heading h2 small {
  color: #636262;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 14px;
}

.section-heading h2 span {
  color: #1877f2;
}

.section-heading.light h2 {
  font-weight: 600;
}

.section-heading.white h2 {
  color: #fff;
}

.section-heading.white h2 small {
  color: #fff;
}

/* Section Title */
.section-title {
  color: #2f2c2c;
  font-size: 44px;
}

/* Column Title */
.column-title {
  font-size: 36px;
  display: block;
}

.column-title small {
  font-size: 14px;
  text-transform: uppercase;
  color: #b4b4b4;
  margin-bottom: 20px;
  display: block;
}

.column-title span {
  color: #1877f2;
}

.column-title.light {
  font-weight: 600;
  margin-bottom: 20px;
}

/* Animated Title Border */
.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #1877f2;
}

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.animate-border.border-white:after {
  border-color: #fff;
}

.animate-border.border-yellow:after {
  border-color: #F5B02E;
}

.animate-border.border-orange:after {
  border-right-color: #1877f2;
  border-left-color: #1877f2;
}

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8;
}

.animate-border.border-black:after {
  border-right-color: #151414;
  border-left-color: #151414;
}

.animate-border.border-green:after {
  border-right-color: #28BBA1;
  border-left-color: #28BBA1;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

/* Animated heading border */
@-webkit-keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}

@-webkit-keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

@keyframes primary-long {
  0% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}

/* Bottom Border */
.bottom-border {
  width: 50px;
  height: 3px;
  display: block;
  position: relative;
}

.bottom-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  content: "";
  background-color: #1877f2;
}

.bottom-border:after {
  width: 80%;
  height: 100%;
  top: 0;
  right: 0;
  content: "";
  position: absolute;
  background-color: #1877f2;
}

.bottom-border.bottom-border-green:before, .bottom-border.bottom-border-green:after {
  background-color: #32CC73;
}

.bottom-border.bottom-border-yellow:before, .bottom-border.bottom-border-yellow:after {
  background-color: #FFB72F;
}

/* Text Color */
.text-orange {
  color: #1877f2 !important;
}

.text-shamrock {
  color: #2BC2A7 !important;
}

.text-yellow {
  color: #FFB72F !important;
}

.text-black {
  color: #2f2c2c !important;
}

/* Font Weight */
.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

/* No padding */
.no-padding {
  padding: 0;
}

/* Button */
.btn {
  font-size: 14px;
  color: #007bff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  z-index: 99;
}

.btn-lg {
  padding: 16px 45px;
}

.btn-primary {
  border: 1px solid #1877f2;
  background: #1877f2;
}

.btn-primary:hover {
  background: #029AED;
  border-color: #029AED;
}

.btn-secondary {
  background-color: #172554;
  border-color: #172554;
}

.btn-secondary:hover {
  background: #1877f2;
  border-color: #1877f2;
}

.btn-dark {
  background: #2E2C2D;
  border-color: #2E2C2D;
}

.btn-dark:hover {
  background: #FFB72F;
  border-color: #FFB72F;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.owl-carousel {
  z-index: auto;
}

.owl-carousel img {
  width: auto !important;
}

/* Carousel Black Dots */
.carousel-black-dots .owl-dots button.owl-dot {
  background: #92908E !important;
}

.carousel-black-dots .owl-dots button.owl-dot.active {
  background: #362F2D !important;
}

/* No Border */
.no-border {
  border: none !important;
}

/* Testimonial */
.testimonial-bg {
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 72px;
  height: 65px;
  border-radius: 8px;
  display: table;
}

.testimonial-bg-orange {
  background-color: #1877f2;
}

.testimonial-bg-orange:after {
  border-color: #1877f2 transparent transparent #1877f2;
}

.testimonial-bg-green {
  background-color: #32CC73;
}

.testimonial-bg-green:after {
  border-color: #32CC73 transparent transparent #32CC73;
}

.testimonial-bg-yellow {
  background-color: #FFB72F;
}

.testimonial-bg-yellow:after {
  border-color: #FFB72F transparent transparent #FFB72F;
}

.testimonial-icon {
  display: table-cell;
  vertical-align: middle;
}

.testimonial-icon img {
  display: block;
  margin: 0 auto;
}

/* ************************* Header  ****************************/
/*************************** Nav ********************************/
.tw-header {
  background: #fff;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

.tw-head {

  background: #fff;
  -webkit-box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0 7px 8px 0px rgba(0, 0, 0, 0.06);
 z-index: 2;
 /* position: relative;
  z-index: 2;*/
  
    /*-webkit-box-shadow: none;*/
/*  box-shadow: none;
  background: #fff;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.navbar {
  padding: 0;
}

ul.navbar-nav li.nav-item > a {
  padding: 20px 15px;
}

nav.navbar {
  position: relative;
  z-index: 1;
  padding: 0;
}

.tw-nav-brand {
  position: relative;
  z-index: 2;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
  border-color: #1877f2;
  background-color: #1877f2;
}

.navbar-light .navbar-toggler:hover {
  cursor: pointer;
}

ul.navbar-nav li {
  margin: 0 0;
}

ul.navbar-nav a {
  display: block;
  position: relative;
  border-radius: 50px;
}

ul.navbar-nav > li.nav-item.active > a {
  color: #1877f2 !important;
}

ul.navbar-nav > li.nav-item.active > a:after {
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #1877f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}

ul.navbar-nav > li.nav-item.active:hover > a {
  color: #1877f2;
}

ul.navbar-nav > li.nav-item:hover > a:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

ul.navbar-nav > li.nav-item > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #1877f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

ul.navbar-nav > li.nav-item > a.nav-link {
  position: relative;
  z-index: 2;
}

/* ==========================

               Navbar Link

      =============================*/
.navbar-light .navbar-nav .nav-link {
  color: #2e2c2d;
  font-weight: 600;
  font-size: 17px;
  margin-right: 12px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #1877f2;
}

span.tw-indicator:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tw-social-links {
  position: relative;
}

.tw-social-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tw-social-links li {
  display: inline-block;
  padding-left: 20px;
}

.tw-social-links a {
  display: block;
  font-size: 14px;
  color: #2f2c2c;
}

.tw-social-links a:hover {
  color: #1877f2;
}

/* ==========================

            Dropdown Menu

      =============================*/
.dropdown-menu.show {
  display: none;
}

li.dropdown:hover ul.tw-dropdown-menu {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
}

ul.tw-dropdown-menu {
  width: 285px;
  padding: 16px 30px 33px;
  margin: 0;
  border: none;
  border-radius: 0;
  z-index: -1;
}

ul.tw-dropdown-menu li {
  display: block;
  padding: 7px 0;
}

ul.tw-dropdown-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}

ul.tw-dropdown-menu li a:hover {
  color: #1877f2;
}

ul.tw-dropdown-menu li.active a {
  color: #1877f2;
}


/* Mega Menu
=================================== */
.tw-megamenu-wrapper {
  position: static;
  z-index: 1;
}

.tw-mega-menu {
  position: absolute;
  border: none;
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
  z-index: -1;
  padding: 37px 18px 27px 40px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.03), 0px 15px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.tw-mega-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tw-mega-menu a {
  color: #757575;
  font-weight: 600;
}

.tw-mega-menu a:hover {
  color: #1877f2;
}

.tw-mega-menu p {
  color: #757575;
}

.tw-mega-menu:after {
  position: absolute;
  right: -50px;
  content: "";
  bottom: -220px;
  height: 100%;
  width: 100%;
  background: url("../images/mega_menu/mega_menu.png");
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}

.tw-megamenu-title h3 {
  font-size: 20px;
  color: #2e2c2d;
  font-weight: 700;
  padding-bottom: 3px;
}

.tw-mega-menu ul li {
  padding-bottom: 19px;
}

li.dropdown:hover .tw-mega-menu {
  display: block;
}

/* ==========================

         Search / offcanvas Menu Bar

      =============================*/
.search-bar-fixed {
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -25%;
  width: 100%;
}

.search-bar-fixed input[type="text"] {
  padding: 15px 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #00000080;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  width: 50%;
  color: #000;
}

.search-bar-fixed input[type="text"]::-webkit-input-placeholder, .search-bar-fixed input[type="text"]::-moz-placeholder, .search-bar-fixed input[type="text"]:-ms-input-placeholder, .search-bar-fixed input[type="text"]::-ms-input-placeholder, .search-bar-fixed input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.search-bar-fixed input[type="text"]::-webkit-input-placeholder, .search-bar-fixed input[type="text"]::-moz-placeholder, .search-bar-fixed input[type="text"]:-ms-input-placeholder, .search-bar-fixed input[type="text"]::-ms-input-placeholder, .search-bar-fixed input[type="text"]::placeholder {
  color: #fff;
}

.search-bar-fixed input:focus {
  outline: none;
}

.search-bar-fixed button[type="submit"] {
  background: transparent;
  border: none;
  color: #000;
  position: relative;
  right: 30px;
}

.search-bar-fixed button[type="submit"]:hover {
  cursor: pointer;
}

.search-bar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 101;
  background: #fff;
  content: "";
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 1.1;
  visibility: hidden;
}

.search-bar.active {
  left: 0;
  visibility: visible;
}

.search-bar i.fa-close {
  color: #000;
  position: absolute;
  right: 50px;
  top: 40px;
}

.search-bar i.fa-close:hover {
  cursor: pointer;
}

.offcanvas-menu {
  position: relative;
  z-index: 101;
}

.offcanvas-menu:hover:before {
  cursor: pointer;
}

.offcanvas-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  visibility: hidden;
}

.offcanvas-menu-overlay.menu-show {
  background: rgba(0, 0, 0, 0.9);
  visibility: visible;
}

.offcanvas-menu-overlay.menu-show:hover {
  cursor: pointer;
}

.offcanvas-wrapper {
  position: fixed;
  width: 400px;
  right: -100%;
  z-index: 3;
  background: #fff;
  padding: 60px 30px;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.offcanvas-wrapper .menu-close-btn {
  position: absolute;
  top: 50px;
  right: 40px;
  background: none;
  border: none;
}

.offcanvas-wrapper .menu-close-btn:hover {
  cursor: pointer;
}

.offcanvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.offcanvas-inner > p {
  margin-bottom: 25px;
}

.offcanvas-inner .contact-us {
  margin-top: 0;
}

.offcanvas-inner .contact-us .contact-icon i {
  top: 20px;
}

.offcanvas-inner .logo {
  display: inline-block;
  margin-bottom: 45px;
}

.offcanvas-inner .contact-info {
  margin-top: 35px;
  color: #000;
}

.offcanvas-inner .contact-info h3 {
  color: #000;
}

.offcanvas-inner .contact-info p {
  margin: 0;
}

.offcanvas-inner .footer-social-link {
  margin-top: 60px;
  margin-bottom: 65px;
}

.offcanvas-inner .footer-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas-inner .footer-social-link li {
  display: inline-block;
}

.offcanvas-inner .footer-social-link li a {
  display: block;
  margin-right: 10px;
}

.offcanvas-inner .footer-social-link li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid inherit;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

.offcanvas-inner .footer-social-link li a i.fa-facebook {
  background-color: #1877f2;
}

.offcanvas-inner .footer-social-link li a i.fa-twitter {
  background-color: #55ACEE;
}

.offcanvas-inner .footer-social-link li a i.fa-google-plus {
  background-color: #DD4B39;
}

.offcanvas-inner .footer-social-link li a i.fa-linkedin {
  background-color: #0976B4;
}

.offcanvas-inner .footer-social-link li a i.fa-instagram {
  background-color: #B7242A;
}

.menu-subscribe h3 .noanimate-border {
  top: 15px;
  position: relative;
  display: block;
  width: 55px;
  height: 3px;
  background: #1877f2;
  border-color: #f7f9f8;
}

.menu-subscribe h3 .noanimate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 10px;
  bottom: 0;
  border-left: 5px solid #fff;
  border-color: #f7f9f8;
}

.menu-subscribe form {
  margin-top: 45px;
}

.tw-off-search {
  background: #2e2c2d;
  /*width: 125px;*/
  width: 80px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  position: relative;
  z-index: 3;
  right: 0;
  top: 0;
}

.tw-search i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}

.tw-search i:hover {
  cursor: pointer;
}

.tw-search:after {
  position: absolute;
  top: 25%;
  left: 48%;
  width: 1px;
  height: 50%;
  background: #4D4B4C;
  content: "";
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.tw-menu-bar {
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
}

.tw-menu-bar span {
  display: block;
  background: #fff;
  height: 2px;
  width: 20px;
  margin: 0 auto;
}

.tw-menu-bar span:nth-child(2) {
  margin: 5px 0;
  width: 30px;
}

.tw-menu-bar:hover {
  cursor: pointer;
}

/*===========================

        Hero area

      ===========================*/
.tw-hero-area {
  text-align: center;
  padding: 100px 0 0;
  position: relative;
  z-index: -1;
  background: #F7F9F8;
}

.tw-hero-area:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  margin-top: -45px;
  z-index: -2;
}

.tw-slider-bg-1 {
  background-size: 100%;
}

.tw-slider-bg-1:after {
  background-image: url("../images/slider/slider_bg_1.jpg");
}

.tw-slider-subtitle {
  color: #757575;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.tw-slider-title {
  color: #2f2c2c;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 36px;
}

.tw-slider-title span {
  color: #1877f2;
}

/*========================

            Slider area

      ========================*/
.tw-hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.tw-hero-slider .owl-nav button {
  position: absolute;
  left: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tw-hero-slider .owl-nav button:hover {
  left: 35px;
}

.tw-hero-slider .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

.tw-hero-slider .owl-nav button.owl-next:hover {
  right: 35px;
}

.tw-hero-slider .owl-nav button:focus {
  outline: none;
}

.tw-hero-slider .owl-nav button i {
  font-size: 50px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tw-hero-slider .owl-item .slider-1 .tw-slider-title {
  font-size: 48px;
  margin-bottom: 35px;
}

.tw-hero-slider .owl-item .slider-1 img {
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}

.tw-hero-slider .active h1,
.tw-hero-slider .active h4,
.tw-hero-slider .active a {
  -webkit-animation: fadeInDown 300ms both;
  animation: fadeInDown 300ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.tw-hero-slider .active img {
  -webkit-animation: fadeInUp 300ms both;
  animation: fadeInUp 300ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.tw-hero-slider .active .slider-1 img {
  -webkit-animation: fadeInDown 300ms both;
  animation: fadeInDown 300ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.tw-hero-slider .active .slider-1 h1,
.tw-hero-slider .active .slider-1 h4,
.tw-hero-slider .active .slider-1 a {
  -webkit-animation: fadeInUp 300ms both;
  animation: fadeInUp 300ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

.tw-hero-slider .slider-arrow img {
  width: auto;
}

.slider-arrow img {
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100%;
  background-position: center;
  content: "";
}

.slider-arrow img:nth-child(1) {
  left: 30px;
}

.slider-arrow img:nth-child(2) {
  top: auto;
  bottom: 0;
}

.slider-arrow img:nth-child(3) {
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
}

.slider-1 {
  background: url("../images/slider/slider_bg_1.jpg");
  background-repeat: contain;
  background-position: center;
  background-color: #f7f9f8;
  position: relative;
}

.slider-1.slider-map-pattern {
  background: url("../images/slider/slide_map_pattern.png");
  background-repeat: no-repeat;
  background-position: center 80px;
  background-color: #f7f9f8;
}

.slider-1 .slider-content {
/*   padding-left: 15px;
 */  margin-top: 0px;
  padding-top: 80px;
}

.slider-1 .slider-content h1 {
  color: #2f2c2c;
}

.slider-1 .slider-content h1 span {
  color: #1877f2;
}

.slider-1 .slider-content p {
  color: #757575;
}

.slider-2 {
  background-color: #F26744;
  position: relative;
}

.slider-2 .slider-content {
  padding-right: 43px;
}

.slider-3 {
  background-color: #2BC2A7;
  position: relative;
}

.slider-3 .slider-content {
  /* padding-left: 40px; */
}

.slider-wrapper {
  width: 100%;
  height: 750px;
}

.slider-inner {
  vertical-align: middle;
}

.slider-content {
  margin-top: 50px;
}

.slider-content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 26px;
}

.slider-content h1 span {
  color: #2e2c2d;
}

.slider-content p {
  margin-bottom: 40px;
  color: #757575;
  font-size: 20px;
  line-height: 32px;
}

.slider-img {
  width: 100%;
}

/*==========================

            Features area

      ==========================*/
.tw-features-area {
  z-index: 1;
}

.tw-features-area .column-title {
  margin-right: -32px;
  margin-top: -4px;
}

.tw-features-area:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  background-image: url("../images/features/wave.png");
  z-index: -1;
}

.features-text {
  position: relative;
}

.features-text:after {
  position: absolute;
  left: -48px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background: #1877f2;
}

.features-box {
  text-align: center;
  background: #fff;
  padding: 32px 44px 32px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
  min-height: 315px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-box .features-icon {
  margin-bottom: 26px;
  width: 100%;
  height: 50px;
}

.features-box .features-icon-inner {
  vertical-align: middle;
}

.features-box h3 {
  font-size: 24px;
  color: #2f2c2c;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.features-box p {
  margin-bottom: 5px;
}

.features-box a {
  margin-top: 10px;
}

.features-box:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

/*========================

            Analysis area

      ========================*/
input.round-btn {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: #1877f2;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.tw-analysis-area {
  background-color: #1877f2;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.tw-analysis-area .column-title {
  margin-top: -7px;
}

.tw-analysis-area:before {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
}

.tw-analysis-area:after {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 150%;
  height: 100px;
  content: "";
  background: rgba(255, 255, 255, 0.541);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
  visibility: hidden;
  left: auto;
  right: -50%;
}

.tw-analysis-area:hover:before {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.tw-analysis-area:hover:after {
  right: 100%;
  visibility: visible;
  opacity: 1;
}

.analysis-bg-pattern img {
  position: absolute;
  top: 0;
  left: 0;
}

.analysis-bg-pattern img:nth-child(1) {
  top: 15px;
  left: 10px;
}

.analysis-bg-pattern img:nth-child(2) {
  left: auto;
  top: 80px;
  right: 5px;
}

.analysis-bg-pattern img:nth-child(3) {
  top: auto;
  bottom: -55px;
  left: 0;
}

.analysis-bg-pattern img:nth-child(4) {
  top: auto;
  left: auto;
  bottom: -35px;
  right: 295px;
}

.analysis-form {
  margin-top: 37px;
  margin-bottom: -15px;
}

.analysis-form input[type=url], .analysis-form input[type=email] {
  border-radius: 50px;
  padding: 15px 30px;
  border: none;
}

.analysis-form input[type=url]:focus {
  outline: solid 0;
}

.analysis-form input[type=email] {
  position: relative;
}

.analysis-form input[type=email]:focus {
  outline: solid 0;
}

.analysis-form input[type=submit] {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: #2f2c2c;
  color: #fff;
  padding: 13px 37px;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: none;
  position: relative;
  z-index: 2;
}

.analysis-form input[type=submit]:hover {
  cursor: pointer;
}

.analysis-form:focus {
  outline: solid 0;
}

.tw-form-round-shape {
  position: relative;
  z-index: 1;
  margin: 0 -45px 0 0;
  right: -43px;
}

.tw-form-round-shape:after {
  position: absolute;
  top: -2px;
  right: -5px;
  width: 58px;
  height: 58px;
  background: #1877f2;
  display: block;
  content: "";
  border-radius: 100%;
}

/*=======================

            Intro area

      =======================*/
.tw-intro-area {
  background-color: #fff;
  color: #757575;
}

.tw-intro-area h2 {
  margin-bottom: 25px;
}

.tw-intro-area p {
  line-height: 28px;
  margin-bottom: 30px;
}

.tw-intro-area .btn {
  margin-top: 36px;
  margin-right: 20px;
}

.tw-intro-area img {
  margin-top: 20px;
}

.tw-ellipse-pattern img {
  position: absolute;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 545px;
  height: 255px;
}

.intro-list {
  margin-bottom: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.intro-list li {
  display: block;
  margin-bottom: 12px;
}

.intro-list li:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #FA704D;
  margin-right: 20px;
}

.intro-list li:last-child {
  margin-bottom: 0;
}

/* ==========================

               FuncFacts

      =============================*/
.tw-facts {
  background-color: #f7f9f8;
  z-index: 2;
  padding: 80px 0;
}

.facts-bg-pattern img {
  position: absolute;
  left: 17px;
  bottom: 47px;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: -1;
}

.facts-bg-pattern img:nth-child(2) {
  left: auto;
  right: 0;
  bottom: 36px;
}

.facts-title {
  margin: 25px 0;
}

.facts-content {
  color: #1877f2;
}

.facts-content span {
  font-size: 48px;
  font-weight: 700;
}

.facts-content sup {
  top: -17px;
  left: -4px;
  font-size: 30px;
  font-weight: 600;
}

/* ==========================

               Service Area

      =============================*/
.service-icon-bg-1 {
  background: url("../images/services/service_bg1.png");
}

.service-icon-bg-2 {
  background: url("../images/services/service_bg2.png");
}

.service-icon-bg-3 {
  background: url("../images/services/service_bg3.png");
}

.service-icon-bg-4 {
  background: url("../images/services/service_bg4.png");
}

.service-icon-bg-5 {
  background: url("../images/services/service_bg5.png");
}

.service-icon-bg-6 {
  background: url("../images/services/service_bg6.png");
}

.service-icon {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 126px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

.service-icon-inner {
  vertical-align: middle;
}

.tw-service-box:hover .service-content h3 {
  color: #1877f2;
}

.service-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-content p {
  max-width: 250px;
  margin: 0 auto 10px;
}

/* ==========================

            Case Study

      =============================*/
.tw-case {
  background: #f7f9f8;
}

.tw-case .btn-lg {
  padding: 16px 55px;
}

.study-bg-1 {
  background: #1877f2;
}

.study-bg-2 {
  background: #2bc2a7;
}

.study-bg-3 {
  background: #ffb72f;
}

.tw-case-study-box:hover .casestudy-content {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.06);
}

.tw-case-study-box:hover .casestudy-content h4 {
  color: #1877f2;
}

.casestudy-content {
  background: #fff;
  padding: 21px 49px 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.casestudy-content h4 {
  font-size: 20px;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.casestudy-content p {
  color: #b4b4b4;
}

/* ==========================

          Working Process

      =============================*/
.work-process {
  z-index: 2;
}

.work-process [class*="col"]:nth-child(even) .process-wrapper {
  margin-top: 65px;
}

.work-bg-pattern {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: -1;
  margin-top: -50px;
  background-position: left center;
}

.tw-work-process {
  text-align: center;
}

.tw-work-process p {
  font-weight: 700;
  color: #2f2c2c;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 23px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-wrapper {
  width: 225px;
  background-color: #32cc73;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-wrapper:hover {
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.12);
}

.process-inner {
  vertical-align: middle;
  text-align: center;
}

/* ==========================

    Testimonial

=============================*/
.tw-testimonial {
  background: url("../images/testimonial/testimonialbg1.jpg");
  background-size: cover;
  background-position: center;
}

.testimonial-bg-pattern {
  background: url("../images/testimonial/testimonial_white.jpg");
}

.testimonial-default-bg {
  background: url("../images/testimonial/testimonial.jpg") !important;
  background-size: cover;
  background-position: center;
}

.tw-testimonial-content h2 {
  font-weight: 700;
  color: #fff;
}

.tw-testimonial-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 27px;
  max-width: 435px;
}

.tw-testimonial-carousel .owl-stage-outer {
  padding: 50px 0;
}

.tw-testimonial-carousel .owl-item img {
  width: auto;
}

.tw-testimonial-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: -30px;
}

.tw-testimonial-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #362F2D;
  margin: 4px;
  border-radius: 50%;
}

.tw-testimonial-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #fff;
}

.tw-testimonial-carousel:before {
  position: absolute;
  top: 130px;
  left: 23px;
  width: 98%;
  height: 52%;
  content: "";
  background: #f46540;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.tw-testimonial-carousel .testimonial-meta {
  margin-left: 90px;
}

.tw-testimonial-wrapper {
  background-color: #362f2d;
  position: relative;
  z-index: 2;
  padding: 55px 60px 40px;
}

.testimonial-text p {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  padding: 10px 0;
}

.testimonial-meta {
  position: relative;
  z-index: 2;
  margin-top: 30px;
}

.testimonial-meta h4 {
  color: #ffb72f;
  font-weight: 600;
  font-size: 20px;
}

.testimonial-meta h4 small {
  display: block;
  font-size: 14px;
  color: #C3C1C0;
  font-weight: 400;
  margin-top: 5px;
}

.testimonial-meta i {
  position: absolute;
  right: 0px;
  bottom: 0;
  color: #663d32;
  font-size: 50px;
}

/* ==========================

    Pricing Table

=============================*/
.tw-pricing ul.nav {
  width: 350px;
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  border-radius: 50px;
}

.tw-pricing ul.nav .nav-item {
  width: 50%;
  text-align: center;
  border-radius: 50%;
}

.tw-pricing ul.nav .nav-item a {
  padding: 12px 0;
  display: block;
  color: #2f2c2c;
  font-weight: 700;
  border-radius: 50px;
}

.tw-pricing ul.nav .nav-item a.active {
  background: #1877f2;
  border-radius: 50px;
  color: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.tw-pricing .pricing-featured {
  margin: 0 -30px;
  padding: 0;
  margin-top: -10px;
  padding-bottom: 5px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}

.tw-pricing .pricing-featured .pricing-price,
.tw-pricing .pricing-featured .pricing-feaures {
  margin-top: 35px;
}

.tw-pricing .pricing-featured .btn {
  margin-top: 12px;
}

.pricing-tab ul.nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tw-tab-content {
  margin-top: 90px;
}

.tw-pricing-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-top: 28px;
  margin-top: 35px;
  text-align: center;
}

.tw-pricing-box .btn {
  margin-bottom: 36px;
}

.tw-pricing-box:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tw-pricing-box:hover .pricing-feaures h3 {
  color: #1877f2;
}

.tw-pricing-box:hover .pricing-price sup,
.tw-pricing-box:hover .pricing-price strong {
  color: #1877f2;
}

.tw-pricing-box:hover .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #1877f2;
  border-color: #1877f2;
}

.border-left-radius {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.border-right-radius {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.price-icon-bg {
  height: 227px;
  display: table;
  width: 100%;
  /*background: url("../images/pricing/pricing_icon_bg.png");*/
  background-position: left;
  background-repeat: no-repeat;
}

.price-icon-bg .price-icon {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.pricing-feaures {
  text-align: left;
  margin-top: 15px;
}

.pricing-feaures h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-feaures ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-feaures ul li {
  display: block;
  margin-bottom: 5px;
}

.pricing-price {
  margin: 30px 0 25px;
  text-align: left;
}

.pricing-price sup {
  color: #2f2c2c;
  top: -21px;
  left: 1px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pricing-price strong {
  font-size: 48px;
  color: #2f2c2c;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* ==========================

    Blog

=============================*/
.tw-blog {
  background-color: #F7F9F8;
}

.tw-latest-post {
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.tw-latest-post:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tw-latest-post:hover .tw-latest-post .post-title a,
.tw-latest-post:hover .post-info .post-title a {
  color: #1877f2;
}

.latest-post-media {
  margin-bottom: 20px;
}

.post-body {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.post-item-date {
  position: absolute;
  height: 100%;
}

.post-item-date:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: #DCDCDC;
  width: 1px;
  height: 100%;
}

.post-item-date:after {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: #F76641;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 2px solid #DCDCDC;
}

.post-date {
  width: 60px;
  height: 60px;
  background: #F76641;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 3;
  font-weight: 800;
  font-size: 20px;
  padding-top: 10px;
}

.post-date .month {
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-top: -10px;
}

.post-info {
  margin-left: 80px;
}

.post-info .post-title {
  padding-bottom: 7px;
  font-size: 20px;
}

.post-info .post-title a {
  color: #2f2c2c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-info .entry-content p {
  font-size: 15px;
  padding-right: 10px;
}

.post-meta {
  padding-top: 20px;
  padding-bottom: 7px;
}

.post-meta a {
  color: #2f2c2c;
}

/* ==========================

    Clietns

=============================*/
.tw-client {
  padding-bottom: 190px;
}

.clients-carousel {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.clients-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.clients-carousel .owl-dots {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 110px;
}

.clients-carousel .owl-dots button.owl-dot {
  display: inline-block;
  background: #CDCBCA;
  width: 7px;
  height: 7px;
  margin: 4px;
  border-radius: 50%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.clients-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #362F2D;
}

.client-logo-wrapper {
  width: 100%;
}

.client-logo {
  text-align: center;
  vertical-align: middle;
}

/* ==========================

    Footer

=============================*/
.tw-footer {
  padding: 75px 0 0;
  background-color: #151414;
  position: relative;
  z-index: 2;
}

.tw-footer .contact-us {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 80px;
}

.tw-footer .contact-us .contact-info {
  margin-left: 50px;
}

.tw-footer .contact-us.contact-us-last {
  margin-left: -80px;
}

.tw-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #1877f2;
}

.tw-footer-info-box {
  position: absolute;
  top: -122px;
  background: #202020;
  padding: 40px;
  z-index: 2;
}

.tw-footer-info-box .footer-social-link h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.tw-footer-info-box .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tw-footer-info-box .footer-social-link li {
  display: inline-block;
}

.tw-footer-info-box .footer-social-link a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #000;
  margin-right: 5px;
  color: #fff;
}

.tw-footer-info-box .footer-social-link a i.fa-facebook {
  background-color: #1877f2;
}

.tw-footer-info-box .footer-social-link a i.fa-twitter {
  background-color: #55ACEE;
}

.tw-footer-info-box .footer-social-link a i.fa-google-plus {
  background-color: #DD4B39;
}

.tw-footer-info-box .footer-social-link a i.fa-linkedin {
  background-color: #0976B4;
}

.tw-footer-info-box .footer-social-link a i.fa-instagram {
  background-color: #B7242A;
}

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}

.footer-info-text {
  margin: 26px 0 32px;
}

.footer-left-widget {
  padding-left: 80px;
}

.footer-widget .section-heading {
  margin-bottom: 35px;
}

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget li {
  margin-bottom: 18px;
}

.footer-widget p {
  margin-bottom: 27px;
}

.footer-widget a {
  color: #878787;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget a:hover {
  color: #1877f2;
}

.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}

.tw-footer-form {
  position: relative;
}

.tw-footer-form input[type=email] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
}

.tw-footer-form input::-webkit-input-placeholder, .tw-footer-form input::-moz-placeholder, .tw-footer-form input:-ms-input-placeholder, .tw-footer-form input::-ms-input-placeholder, .tw-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}

.tw-footer-form input::-webkit-input-placeholder, .tw-footer-form input::-moz-placeholder, .tw-footer-form input:-ms-input-placeholder, .tw-footer-form input::-ms-input-placeholder, .tw-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}

.tw-footer-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 1px solid #1877f2;
  background: #1877f2;
  color: #fff;
}

.tw-footer-form button:hover {
  cursor: pointer;
}

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-icon {
  position: absolute;
}

.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #1877f2;
}

.contact-info {
  margin-left: 75px;
  color: #fff;
}

.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.copyright {
  padding: 28px 0;
  margin-top: 80px;
  background-color: #202020;
}

.copyright span,
.copyright a {
  color: #878787;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #1877f2;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}

.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #1877f2;
  border-color: #1877f2;
}

/* Sub Pages
================================================== */
/*-- Banner --*/
.banner-area {
  position: relative;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.banner-area .container {
  position: relative;
}

.banner-title {
  color: #1877f2;
  font-size: 60px;
  font-weight: 800;
}

.banner-heading {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 350px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb li a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.breadcrumb li a:hover {
  color: #FFB72F;
}

.breadcrumb li:last-child:before {
  color: #fff;
  content: "/\00a0";
  padding: 0 5px;
}

/* News Post */
.tw-news-post {
  background: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px;
}

.tw-news-post .entry-content {
  margin-left: 80px;
  margin-bottom: 25px;
}

.entry-header {
  margin-left: 80px;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: 600;
  margin: 25px 0;
}

.entry-header .entry-title a {
  color: #2f2c2c;
}

.entry-header .post-meta span {
  color: #b4b4b4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.entry-header .post-meta a {
  color: #b4b4b4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.entry-header .post-meta a:hover {
  color: #1877f2;
}

.post-media {
  margin-bottom: 20px;
}

.post-meta span {
  margin-right: 40px;
}

.post-meta span i {
  padding-right: 10px;
  color: #b4b4b4;
}

.post-footer {
  margin-left: 80px;
}

.post-footer .btn {
  font-size: 14px;
  padding: 11px 30px;
}

.post-footer .btn i {
  padding-left: 10px;
  font-weight: 700;
}

.post-media.post-video {
  position: relative;
  z-index: 2;
}

.post-media.post-video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #202020;
  content: "";
  opacity: 0.8;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
}

.video-icon i {
  font-size: 70px;
  color: #1877f2;
}

.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #F7F7F7;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  color: #757575;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.pagination li a i {
  font-weight: 700;
}

.pagination li a:hover {
  background-color: #1877f2;
  color: #fff;
}

.pagination li.active a {
  background-color: #1877f2;
  color: #fff;
}

/* Right News side Bar */
/* Widgets Title */
.widget .widget-title {
  font-weight: 700;
  color: #2f2c2c;
  position: relative;
  z-index: 2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.widget .noanimate-border {
  top: 15px;
  position: relative;
  display: block;
  width: 55px;
  height: 3px;
  background: #1877f2;
  border-color: #f7f9f8;
}

.widget .noanimate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 10px;
  bottom: 0;
  border-left: 5px solid #fff;
  border-color: #f7f9f8;
}

/* Search */
.sidebar-right .widget {
  padding: 40px;
  margin-bottom: 30px;
}

.sidebar-right .widget.widget-search {
  padding: 0;
}

.sidebar-right .widget.widget-search .input-group input {
  background-color: #f7f9f8;
  border-radius: 50px;
  padding: 16px 25px;
  position: relative;
  z-index: 2;
  border: none;
}

.sidebar-right .widget.widget-search .input-group input:focus {
  border-color: transparent;
}

.sidebar-right .widget.widget-search .input-group input::-webkit-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-right .widget.widget-search .input-group input:-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-right .widget.widget-search .input-group input::-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-right .widget.widget-search .input-group input::placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-right .widget.widget-search .input-group span i {
  position: absolute;
  right: 25px;
  font-size: 20px;
  z-index: 3;
  top: 50%;
  margin-top: -10px;
}

.sidebar-right .widget-adds {
  padding: 0;
}

.sidebar-right .widget-adds img {
  width: 100%;
}

.sidebar-left .widget {
  padding: 40px;
  margin-bottom: 30px;
}

.sidebar-left .widget.widget-search {
  padding: 0;
}

.sidebar-left .widget.widget-search .input-group input {
  background-color: #f7f9f8;
  border-radius: 50px;
  padding: 16px 25px;
  position: relative;
  z-index: 2;
  border: none;
}

.sidebar-left .widget.widget-search .input-group input:focus {
  border-color: transparent;
}

.sidebar-left .widget.widget-search .input-group input::-webkit-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-left .widget.widget-search .input-group input:-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-left .widget.widget-search .input-group input::-ms-input-placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-left .widget.widget-search .input-group input::placeholder {
  color: #757575;
  font-weight: 600;
  font-size: 16px;
}

.sidebar-left .widget.widget-search .input-group span i {
  position: absolute;
  right: 25px;
  font-size: 20px;
  z-index: 3;
  top: 50%;
  margin-top: -10px;
}

.sidebar-left .widget-adds {
  padding: 0;
}

.sidebar-left .widget-adds img {
  width: 100%;
}

/* Widget Ads */
.sidebar-right .widget-adds,
.sidebar-left .widget-adds {
  padding: 0;
}

.sidebar-right .widget-adds img,
.sidebar-left .widget-adds img {
  width: 100%;
}

/* Recent Posts */
.widget {
  background-color: #f7f9f8;
}

.widget ul.widget-list {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.widget ul.widget-list li {
  display: block;
  border-bottom: 1px dashed #ddd;
  padding: 16px 0;
  position: relative;
}

.widget ul.widget-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget ul.widget-list li a {
  color: #757575;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget ul.widget-list li span {
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget ul.widget-list li:hover a,
.widget ul.widget-list li:hover span {
  color: #1877f2;
}

.widget.recent-posts .unstyled {
  margin: 35px 0 0 -40px;
  padding-top: 20px;
}

.widget.recent-posts .unstyled .media {
  margin-bottom: 15px;
  border-bottom: 1px dashed #DADADA;
  padding-bottom: 15px;
}

.widget.recent-posts .unstyled .media:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .media-left img {
  width: 75px;
  height: 60px;
  border-radius: 3px;
}

.widget.recent-posts .entry-title {
  padding-left: 20px;
  margin-bottom: 0;
  line-height: normal;
}

.widget.recent-posts .entry-title a {
  font-size: 16px;
  color: #757575;
  font-weight: 400;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget.recent-posts .entry-title a:hover {
  color: #1877f2;
}

.widget.recent-posts .media-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

/* Widget tags */
.sidebar .widget-tags {
  margin-top: 40px;
}

.sidebar .widget-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}

.sidebar .widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #E2E2E2;
  color: #757575;
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 3px 3px 0;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #1877f2;
  color: #fff;
  border: 1px solid transparent;
}

/* News Single Pages
================================================== */
/* Post Single */
.post-single .entry-header {
  margin-left: 0;
}

.post-single .entry-header .post-meta span {
  margin-right: 20px;
}

.post-single .entry-header .post-meta span .day {
  margin: 0;
}

.post-single .entry-header .post-meta span i {
  padding-right: 5px;
}

.post-single .entry-header .post-meta .post-author a {
  color: #2f2c2c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-single .post-body {
  padding-left: 0;
}

.post-single .entry-content blockquote {
  background: #f5f5f5;
  padding: 80px 30px 30px 45px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.post-single .entry-content blockquote p {
  font-size: 18px;
  color: #2f2c2c;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 20px;
}

.post-single .entry-content blockquote cite {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-style: normal;
  color: #1877f2;
  font-weight: 700;
  font-size: 16px;
}

.post-single .entry-content blockquote:after {
  position: absolute;
  top: 30px;
  left: 40px;
  content: "\e937";
  font-family: iconfont;
  font-size: 60px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-single .entry-content h3 {
  font-size: 24px;
  padding: 20px 0;
}

.post-single .entry-content ul.list-round {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  border-bottom: 1px solid #8F8C8C;
}

.post-single .entry-content ul.list-round li {
  padding-bottom: 15px;
}

.post-single .entry-content ul.list-round li:before {
  font-family: fontAwesome;
  content: "\f111";
  font-size: 8px;
  color: #222222;
  vertical-align: middle;
  margin-right: 15px;
}

.post-single .post-footer {
  margin-left: 0;
  padding: 30px 0;
}

.post-single .post-footer strong {
  color: #2f2c2c;
  font-weight: 700;
  margin-right: 10px;
}

.post-single .post-footer .post-tags a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #F1F1F1;
  border-radius: 50px;
  color: #757575;
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-single .post-footer .post-tags a:hover {
  background: #1877f2;
  color: #fff;
}

.post-single .post-footer .post-social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-single .post-footer .post-social-icons li {
  display: inline-block;
}

.post-single .post-footer .post-social-icons a i {
  margin-right: 8px;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background: #000;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
}

.post-single .post-footer .post-social-icons a i.fa-facebook {
  background-color: #1877f2;
}

.post-single .post-footer .post-social-icons a i.fa-twitter {
  background-color: #55ACEE;
}

.post-single .post-footer .post-social-icons a i.fa-google-plus {
  background-color: #DD4B39;
}

.post-single .post-footer .post-social-icons a i.fa-linkedin {
  background-color: #0976B4;
}

.post-single .post-footer .post-social-icons a i.fa-instagram {
  background-color: #B7242A;
}

/* Author Box */
.author-box {
  border: 1px solid #F1F1F1;
  padding: 40px;
}

.author-box .author-img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 100px;
}

.author-box .author-info h3 {
  font-size: 20px;
  font-weight: 700;
}

.author-box .author-info .author-url a {
  color: #cacaca;
  font-size: 14px;
}

/* Post Navigation */
.post-navigation {
  border-bottom: 1px solid #F1F1F1;
  padding: 35px 0;
}

.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

.post-navigation i {
  margin: 0 5px;
}

.post-navigation span {
  font-size: 14px;
  margin-bottom: 10px;
  color: #757575;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  margin-top: 5px;
}

.post-navigation span:hover {
  color: #1877f2;
}

.post-navigation h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0 0;
}

/* Comments And Reply*/
.comments-list {
  list-style: none;
}

.comments-list .comments-reply {
  list-style: none;
}

.comment {
  overflow: hidden;
  margin-bottom: 30px;
}

.comment .comment-avatar {
  float: left;
}

.comment .meta-data span {
  display: block;
}

.comment:not(:first-child) {
  border-top: 1px solid #F1F1F1;
  padding-top: 30px;
}

h3.comments-heading {
  font-size: 24px;
  padding: 35px 0;
}

.comment-body {
  margin-left: 100px;
}

.meta-data {
  margin-bottom: 10px;
}

.meta-data span {
  display: block;
}

.meta-data .comment-author {
  color: #2f2c2c;
  font-weight: 700;
}

.meta-data .comment-date {
  font-size: 14px;
  color: #757575;
  margin-top: 5px;
}

.meta-data a.comment-reply {
  font-size: 14px;
  color: #757575;
}

ul {
  margin-bottom: 20px;
}

ul.comments-reply .comment-body {
  background: #f7f9f8;
  padding: 30px 30px 20px;
}

/* Comments Form */
.comment-border {
  border-top: 1px solid #F1F1F1;
}

.title-normal {
  padding: 40px 0 35px;
  font-size: 24px;
}

.comments-form input {
  padding: 16px 30px;
  border-radius: 50px;
}

.comments-form textarea {
  border-radius: 25px;
  resize: none;
  padding: 30px;
  border: 1px solid #F1F1F1;
}

.comments-form input {
  border: 1px solid #F1F1F1;
}

.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder,
.comments-form textarea::-ms-input-placeholder,
.comments-form input::-ms-input-placeholder,
.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder {
  color: #6d6d6d;
}

.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder,
.comments-form textarea::-ms-input-placeholder,
.comments-form input::-ms-input-placeholder,
.comments-form textarea::placeholder,
.comments-form input::placeholder {
  color: #6d6d6d;
}

.comments-form textarea:focus,
.comments-form input:focus {
  outline: 0;
  border-color: #F1F1F1;
}

.comments-form button {
  margin-top: 20px;
}

.comments-form button:hover {
  cursor: pointer;
}

/* About us
============================== */
/* TimeLine */
.tw-timeline-tab {
  padding-top: 0;
}

.timeline-tab .tw-tab-content {
  margin-top: 70px;
}

.timeline-tab ul {
  border-bottom: 1px dashed #F1F1F1;
  position: relative;
  z-index: 2;
  padding-bottom: 25px;
}

.timeline-tab ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.timeline-tab ul li a {
  position: relative;
  padding-bottom: 27px;
  color: #b4b4b4;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-tab ul li a:after {
  position: absolute;
  content: "";
  background: #CBCBCB;
  width: 15px;
  height: 15px;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-tab ul li a.active {
  color: #2f2c2c;
}

.timeline-tab ul li a.active:after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 8px solid #1877f2;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
}

.timeline-tab ul:after {
  content: "";
  display: block;
  clear: both;
}

.timeline-tab .tab-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.timeline-tab .tab-content p {
  line-height: 1.75;
}

/* Mission */
.mission-carousel .row {
  margin-bottom: 60px;
}

.mission-carousel .owl-dots {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #FCB3A0;
  margin: 0 3px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mission-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #fff;
}

.mission-body {
  padding-left: 20px;
}

.mission-body p {
  font-size: 20px;
  line-height: 1.6;
  max-width: 470px;
}

.tw-mission {
  background: #1877f2;
  color: #fff;
}

.mission-title h2 {
  color: #fff;
  font-size: 32px;
}

/* Our Team */
.tw-team-box:hover .team-name {
  color: #1877f2;
}

.team-img {
  text-align: center;
}

.team-img img {
  width: 225px;
  height: 225px;
  border-radius: 50%;
}

.team-info {
  text-align: center;
  margin-top: 25px;
}

.team-info .team-name {
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team-info .team-designation {
  color: #b4b4b4;
  margin-bottom: 16px;
}

.team-info .team-social-links a i {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
}

.team-info .team-social-links a i.fa-facebook {
  color: #1877f2;
}

.team-info .team-social-links a i.fa-twitter {
  color: #55ACEE;
}

.team-info .team-social-links a i.fa-instagram {
  color: #B7242A;
}

.team-info .team-social-links a i.fa-linkedin {
  color: #0976B4;
}

/* testimonial */
.about-testimonial-content p {
  color: #757575;
}

.about-testimonial .owl-dots button.owl-dot {
  background: #92908E;
}

.about-testimonial .owl-dots button.owl-dot.active {
  background: #362F2D;
}

/* About Us version 2
============================*/
.tw-about-award {
  padding-top: 0;
}

.tw-award-box {
  text-align: center;
  max-width: 215px;
  margin: 0 auto;
}

.tw-award-box .award-icon {
  text-align: center;
}

.tw-award-box h3 {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tw-award-box:hover h3 {
  color: #1877f2;
}

/* Timeline V2 */
.timeline-item {
  margin-bottom: 30px;
}

.left-part .timeline-badge {
  left: 100%;
}

.left-part .timeline-panel {
  float: right;
  text-align: right;
  margin-right: 45px;
}

.left-part .timeline-panel:before {
  left: inherit;
  right: -27px;
  top: 15px;
  border-color: #ddd transparent transparent #ddd;
  border-right-width: 25px;
  border-top-width: 15px;
  border-bottom-width: 2px;
}

.left-part .timeline-panel:after {
  top: 16px;
  left: auto;
  right: -23px;
  width: 0;
  height: 0;
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-right-width: 26px;
  border-bottom-width: 1px;
  border-top-width: 16px;
}

.left-part .timeline-date.left-part {
  text-align: left;
}

.timeline-badge {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  background: #CBCBCB;
  margin-left: -8px;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-badge.active {
  width: 28px;
  height: 28px;
  margin-left: -13px;
  border: 8px solid #1877f2;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
  box-shadow: 0px 10px 20px 0px rgba(247, 102, 65, 0.4);
}

.timeline-wrapper {
  position: relative;
  z-index: 2;
}

.timeline-wrapper .details {
  font-size: 16px;
  color: #757575;
  line-height: 1.75;
  border: 1px solid #E5E5E5;
  padding: 30px;
}

.timeline-wrapper:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 95%;
  content: "";
  border: 1px dashed #CBCBCB;
}

.timeline-panel {
  max-width: 420px;
  position: relative;
  z-index: 2;
  background: #fff;
  margin-left: 45px;
}

.timeline-panel:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ddd #ddd transparent transparent;
  border-style: solid;
  transition: all 0.3s;
  border-right-width: 25px;
  border-bottom-width: 15px;
}

.timeline-panel:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #ffffff #fff transparent transparent;
  border-style: solid;
  transition: all 0.3s;
  border-right-width: 25px;
  border-top-width: 3px;
  border-bottom-width: 15px;
}

.timeline-date {
  text-align: right;
  padding-right: 20px;
}

.timeline-date .title,
.timeline-date .tagline {
  padding-left: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.timeline-date .title {
  font-size: 22px;
  color: #2f2c2c;
  margin-bottom: 0;
  font-weight: 700;
}

.timeline-date .tagline {
  color: #757575;
  font-size: 22px;
}

.timeline-date.left-part {
  text-align: left;
}

.timeline-date.active .title,
.timeline-date.active .tagline {
  color: #1877f2;
}

/* Pricing
====================== */
.tw-price-box {
  padding: 30px 0 50px;
  color: #fff;
  text-align: center;
}

.tw-price-box .pricing-price strong {
  color: #fff;
}

.tw-price-box .pricing-price sup {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}

.tw-price-box .pricing-price small {
  font-size: 20px;
}

.tw-price-box .pricing-icon-wrapper {
  width: 100%;
  height: 120px;
}

.tw-price-box .price-icon {
  vertical-align: middle;
}

/* Contact Us
============ */
.tw-contact-us {
  padding-bottom: 50px;
}

.tw-contact-box {
  background-color: #F7F9F8;
  border-radius: 3px;
  padding: 30px 40px 40px 50px;
}

.tw-contact-box .contact-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.tw-contact-box .contact-heading h3 {
  margin-bottom: 0;
  font-size: 30px;
  margin-left: 15px;
}

.contact-info-box-content:after {
  content: "";
  display: block;
  clear: both;
}

.contact-info-box-content i {
  float: left;
  margin-top: 2px;
}

.contact-info-box-content p {
  margin-left: 35px;
  color: #2f2c2c;
}

/* Map */
.map {
  height: 450px;
  margin-top: 50px;
}

/* Contact us Form */
.alert-success.fade.in {
  opacity: 1;
}

.contact-us-form input[type=text], .contact-us-form input[type=phone], .contact-us-form input[type=email] {
  padding: 16px 30px;
  border-radius: 50px;
  border: 1px solid #8F8C8C;
}

.contact-us-form textarea {
  padding: 16px 30px;
  border-radius: 25px;
  border: 1px solid #8F8C8C;
  resize: none;
}

.contact-us-form textarea:focus, .contact-us-form textarea:active {
  border: 1px solid #8F8C8C;
}

/* Contact Testimonial */
.tw-contact-us-testimonial {
  padding-bottom: 135px;
}

.testimonial-slider .testimonial-meta {
  margin-bottom: 30px;
  margin-top: 0px;
}

.testimonial-slider .testimonial-meta h4 {
  color: #1877f2;
}

.testimonial-slider .testimonial-meta i {
  font-size: 60px;
  color: #FCCCC0;
}

.testimonial-slider .testimonial-text p {
  color: #757575;
}

.testimonial-slider .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: -30px;
}

.testimonial-slider .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #CDCBCA;
  margin: 4px;
  border-radius: 50%;
}

.testimonial-slider .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #362F2D;
}

/* Testimonial
========================== */
.tw-testimonial-no-bg {
  background: #fff;
}

.testimonial-slider .owl-item img {
  width: auto;
}

.testimonial-image {
  margin-bottom: 20px;
}

.testimonial-image img {
  margin: 0 auto;
  border-radius: 100%;
  height: 80px;
}

/* Testimonial variation 2 */
.testimonial-box-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  bottom: -75px;
}

.testimonial-box-carousel .owl-dots button.owl-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #C3C3C1;
  margin: 4px;
  border-radius: 50%;
}

.testimonial-box-carousel .owl-dots button.owl-dot.active {
  width: 11px;
  height: 11px;
  background: #362F2D;
}

.tw-testimonial-bg {
  background: #F3F5F4;
  padding-bottom: 150px;
}

.tw-testimonial-box {
  position: relative;
  background: #fff;
  padding: 30px;
}

.tw-testimonial-box .testimonial-meta {
  margin-top: 10px;
  margin-left: 100px;
}

.tw-testimonial-box .testimonial-bg {
  left: 30px;
  right: auto;
  top: 30px;
}

.tw-testimonial-box .testimonial-text {
  margin-top: 40px;
}

.tw-testimonial-box .testimonial-text p {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}

.tw-testimonial-box .testimonial-text i {
  font-size: 25px;
  float: right;
  margin-top: -35px;
}

[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-meta h4 {
  color: #1877f2;
}

[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-text i {
  color: #FBB2A0;
}

[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-meta h4,
[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-text i {
  color: #32CC73;
}

/* Testimonial variation 3 */
.testimonial-carousel-gray .owl-stage-outer {
  padding-top: 50px;
}

.testimonial-carousel-gray .tw-testimonial-wrapper {
  background: #F3F5F4;
}

.testimonial-carousel-gray .testimonial-bg {
  border-radius: 100%;
}

.testimonial-carousel-gray .testimonial-bg:after {
  left: 10px;
  bottom: -13px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.testimonial-gray .testimonial-text p {
  color: #757575;
  font-size: 20px;
}

.testimonial-gray .testimonial-meta {
  padding-left: 100px;
}

.testimonial-gray .testimonial-meta h4,
.testimonial-gray .testimonial-meta i {
  color: #1877f2;
}

/* ===========================

      / * Single Service

   =========================== */
/* Web Analytics */
.tw-web-analytics [class*="row"]:last-child .analytics-img,
.tw-web-analytics [class*="row"]:last-child .tw-web-analytics-content {
  margin-bottom: 0;
}

.tw-web-analytics-content h3 {
  font-size: 30px;
  font-weight: 800;
}

.tw-web-analytics-content p {
  line-height: 1.75;
}

.analytics-img {
  margin-bottom: 100px;
}

.tw-web-analytics-content {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.tw-web-analytics-content i {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 100px;
  z-index: -1;
  color: #F4F4F4;
}

/* Chart */
[class*="col"]:nth-child(3) .percent-area > p {
  color: #32CC73;
}

[class*="col"]:nth-child(4) .percent-area > p {
  color: #FFB72F;
}

.percent-area {
  text-align: center;
}

.percent-area > p {
  margin-top: 30px;
  font-weight: 700;
  color: #1877f2;
  font-size: 20px;
}

.percent-area .chart {
  position: relative;
  width: 195px;
  height: 195px;
  padding: 69px 0;
  margin: 0 auto;
}

.percent-area .chart p {
  color: #000;
  font-size: 36px;
  margin-bottom: -5px;
}

.percent-area .chart small {
  font-style: italic;
  color: #b4b4b4;
  display: block;
}

.percent-area .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* Case Study */
.tw-service-case-study:hover .casestudy-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tw-service-case-study .casestudy-content {
  background-color: #f7f9f8;
}

/* Call to Action */
.tw-call-to-action .btn-lg {
  padding: 16px 60px;
}

.call-action-bg-pattern {
  position: relative;
}

.call-action-bg-pattern img {
  position: absolute;
  left: 0;
  z-index: -1;
}

.call-action-bg-pattern img:nth-child(1) {
  top: -50px;
  left: -200px;
}

.call-action-bg-pattern img:nth-child(2) {
  left: auto;
  right: -235px;
  top: -65px;
}

/* Service
============================ */
/* Service List */
.service-list-carousel .owl-nav {
  position: absolute;
  left: -34.5%;
  bottom: 0;
}

.service-list-carousel .owl-nav button.owl-next, .service-list-carousel .owl-nav button.owl-prev {
  display: inline-block;
  background-color: #F7F9F8;
  width: 45px;
  height: 45px;
  color: #1877f2;
}

.service-list-carousel .owl-nav button i {
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}

.service-list-carousel .owl-nav button:hover {
  background: #1877f2;
  color: #fff;
}

.tw-service-box-list {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  padding: 40px 25px 10px;
}

.tw-service-box-list h3 {
  font-size: 20px;
  margin: 35px 0 20px;
}

.tw-service-box-list p {
  font-size: 14px;
}

.service-list-bg-1 {
  background: url("../images/services/service_bg1.png");
}

.service-list-bg-2 {
  background: url("../images/services/service_bg2.png");
}

.service-list-bg-3 {
  background: url("../images/services/service_bg3.png");
}

.service-list-bg {
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 126px;
}

.service-list-icon {
  vertical-align: middle;
}

.service-list-icon img {
  margin: 0 auto;
}

/* Service Features */
[class*="col"]:last-child .tw-service-features-box:after {
  display: none;
}

.tw-service-features-box {
  position: relative;
  padding: 0 30px 0;
}

.tw-service-features-box h3 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 18px;
}

.tw-service-features-box p {
  margin-bottom: 22px;
}

.tw-service-features-box:after {
  position: absolute;
  width: 1px;
  height: 50%;
  background: #EEEEEE;
  content: "";
  top: 50%;
  left: 100%;
  margin-top: -25%;
  margin-left: 14px;
}

.service-bg-icon-1 {
  background: url("../images/services/service_bg1.png") no-repeat top center;
  height: 127px;
}

.service-feature-icon-bg {
  width: 100%;
}

.service-feature-icon img {
  padding-top: 15px;
}

/* Service Contact form */
.tw-features-contact .section-heading {
  margin-bottom: 0;
}

.tw-features-contact-info > p {
  font-weight: 600;
  line-height: 1.75;
  padding-right: 75px;
}

.tw-features-contact-info .contact-us {
  margin-top: 25px;
}

.tw-features-contact-info .contact-info h3 {
  color: #2f2c2c;
  font-size: 18px;
}

.tw-features-contact-info .contact-info p {
  font-size: 14px;
  color: #2f2c2c;
}

.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder,
.service-contact-form input::-moz-placeholder,
.service-contact-form textarea::-moz-placeholder,
.service-contact-form input:-ms-input-placeholder,
.service-contact-form textarea:-ms-input-placeholder,
.service-contact-form input::-ms-input-placeholder,
.service-contact-form textarea::-ms-input-placeholder,
.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder {
  color: #6d6d6d;
  font-weight: 600;
}

.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder,
.service-contact-form input::-moz-placeholder,
.service-contact-form textarea::-moz-placeholder,
.service-contact-form input:-ms-input-placeholder,
.service-contact-form textarea:-ms-input-placeholder,
.service-contact-form input::-ms-input-placeholder,
.service-contact-form textarea::-ms-input-placeholder,
.service-contact-form input::placeholder,
.service-contact-form textarea::placeholder {
  color: #6d6d6d;
  font-weight: 600;
}

.service-contact-form .form-group {
  margin-bottom: 30px;
}

/* Single Case Study
======================== */
/* Banner Area */
.case-bg-overlay:after {
  background-color: rgba(32, 32, 32, 0);
}

.banner-heading.case-banner-heading {
  min-height: 550px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-heading .banner-case-title {
  color: #fff;
  font-weight: 700;
}

.banner-heading .banner-case-title span {
  color: #1877f2;
  font-weight: 800;
}

/* Challange Area */
.tw-case-challange .section-heading p {
  padding: 0 80px;
}

.tw-challange-content {
  max-width: 420px;
  text-align: center;
}

.tw-challange-content h3 {
  font-size: 24px;
  margin-top: 40px;
}

.tw-challange-content.challange-left-content {
  margin-left: auto;
}

.challange-bg-pattern {
  position: relative;
  z-index: 2;
}

.challange-bg-pattern:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50%;
  background: url("../images/cases/single_case_arrow.png") no-repeat top center;
}

/* Case Workign Process */
.tw-case-working-box h3 {
  font-size: 18px;
  color: #2f2c2c;
  margin-top: 25px;
}

.working-icon-wrapper {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  border: 1.8px dashed #B1B1B1;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
}

.working-icon {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  border-radius: 50%;
  background: #ffffff;
  background: -webkit-radial-gradient(center, ellipse, #ffffff 0%, #eff3f1 50%);
  background: -o-radial-gradient(center, ellipse, #ffffff 0%, #eff3f1 50%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #eff3f1 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff3f1', GradientType=1);
}

.case-process-number {
  position: absolute;
  right: 5px;
  top: -5px;
  background: #1877f2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
}

/* Final Result */
.tw-final-result .section-heading {
  margin-bottom: 0;
}

.results-trafiic .traffic-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.results-trafiic span {
  font-size: 18px;
  font-weight: 700;
  color: #2f2c2c;
  padding-top: 5px;
  padding-left: 20px;
}

.result-bg {
  position: relative;
}

.result-bg img {
  position: absolute;
  left: -105%;
  z-index: -1;
}

/* Traffic Result */
.traffic-bg-1 {
  background: url("../images/cases/result_bg1.png") no-repeat top center;
}

.traffic-bg-2 {
  background: url("../images/cases/result_bg2.png") no-repeat top center;
}

.traffic-bg-3 {
  background: url("../images/cases/result_bg3.png") no-repeat top center;
}

.traffic-bg-4 {
  background: url("../images/cases/result_bg4.png") no-repeat top center;
}

.traffic-icon-bg {
  height: 126px;
}

.traffic-icon-bg img {
  padding-top: 25px;
}

.tw-traffic-counter {
  margin-top: 110px;
}

.tw-traffic-counter h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.tw-traffic-counter p {
  color: #1877f2;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 0;
}

/* Case
================== */
/* Case Complete */
.tw-cases {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cases-img {
  background: #1877f2;
  -webkit-flex-basis: 23.1%;
  -ms-flex-preferred-size: 23.1%;
  flex-basis: 23.1%;
  margin: 10px;
  border-radius: 5px;
  padding: 5px;
}

.cases-img h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}

.cases-img span {
  font-size: 14px;
  color: #fff;
}

.cases-img:nth-of-type(even) {
  position: relative;
  top: 90px;
}

.cases-img img {
  padding-bottom: 20px;
}

.tw-case-complete .btn {
  margin-top: 155px;
}

/* Clients */
.tw-clients {
  padding-bottom: 120px;
}

/* Home Variations */
/* Home variation 1 */
.tw-top-bar {
  padding: 5px 0;
  border-bottom: 1px solid #F2F2F2;
}

.tw-top-bar .text-left .top-contact-info span {
  padding-left: 0;
  padding-right: 40px;
}

.tw-top-bar-angle {
  padding: 5px 0;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
  z-index: 2;
}

.tw-top-bar-angle:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: #2f2c2c;
}

.tw-top-bar-angle:after {
  position: absolute;
  top: 0px;
  left: 50%;
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 38px solid #2f2c2c;
}

.top-bar-angle-info i {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.top-bar-angle-info span {
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
}

.top-social-links a {
  padding-left: 20px;
}

.top-social-links a i {
  display: inline-block;
  font-size: 14px;
  color: #2f2c2c;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.top-social-links a i:hover {
  color: #1877f2;
}

.top-social-links span {
  color: #2f2c2c;
}

.top-contact-info span {
  font-size: 14px;
  color: #2f2c2c;
  padding-left: 60px;
}

.top-contact-info span i {
  padding-right: 10px;
}

.tw-top-bar-angle .top-contact-info span {
  color: #fff;
  padding-left: 0;
  padding-right: 40px;
}

/* Inline Offcanvas menu */
.inline-menu {
  position: relative;
  top: 0px;
}

.inline-menu span {
  background: #000;
  width: 10px;
}

.tw-offcanvas-menu i {
  padding-right: 25px;
  border-right: 1px solid #E0E0E0;
  margin-right: 30px;
  color: #2f2c2c;
}

.tw-offcanvas-menu i:hover {
  cursor: pointer;
}

.inline-menu span:nth-child(2) {
  width: 20px;
  margin: 3px auto;
}

/* Home variation 3 */
.header-absolute {
  position: relative;
  margin-bottom: -35px;
}

.header-absolute .tw-header {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tw-header.tw-dark-head {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark-nav {
  background: #2f2c2c;
  border-radius: 4px;
}

.dark-nav .tw-nav-brand {
  padding-left: 30px;
  margin-right: 0;
}

.dark-nav > .nav-link {
  padding: 31px 0;
}

.dark-nav .navbar-nav .nav-link {
  color: #fff;
}

.dark-nav button.navbar-toggler {
  right: 15px;
}

.dark-nav .tw-nav-brand {
  position: relative;
}

.dark-nav .navbar-nav {
  padding: 0 0;
}

.dark-nav .navbar-nav .active > .nav-link {
  color: #fff;
}

.dark-nav .navbar-nav li {
  margin: 0 10px;
}

.dark-nav .navbar-nav li.nav-item > a {
  padding: 25px 0;
}

.dark-nav .tw-dropdown-menu {
  background: #2f2c2c;
}

.dark-nav .tw-dropdown-menu li a {
  color: #fff;
}

.dark-nav .tw-mega-menu {
  background: #2f2c2c;
}

.dark-nav .tw-mega-menu li a {
  color: #fff;
}

.dark-nav .tw-mega-menu li a:hover {
  color: #1877f2;
}

.dark-nav .tw-mega-menu .tw-megamenu-title h3,
.dark-nav .tw-mega-menu p {
  color: #fff;
}

.offcanvas-dark-menu {
  right: -10px;
}

.offcanvas-dark-menu i {
  color: #fff;
  border-right-color: #4E4B4B;
}

.offcanvas-dark-menu .inline-menu span {
  background: #fff;
}

/* Header Variation 4 */
.header-absolute.header-lite {
  margin-bottom: -30px;
}

.logo-area .top-contact-info.top-contact span {
  padding-left: 0;
}

.logo-area .top-info {
  margin-bottom: 20px;
  padding-top: 10px;
}

.top-info {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  float: right;
}

.top-info li {
  display: inline-block;
}

.top-info li .info-wrapper p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: normal;
  color: #2e2c2d;
}

.top-info .info-icon {
  font-size: 24px;
  display: inline-block;
  top: -8px;
  position: relative;
  margin-right: 0;
}

.top-info .info-wrapper {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}

.top-info .info-wrapper p.info-subtitle {
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  color: #2e2c2d;
  margin-bottom: 3px;
}

.top-contact-info.top-contact span {
  padding-left: 0;
}

.top-links {
  padding-top: 30px;
}

.nav-lite ul.navbar-nav {
  width: 100%;
}

.nav-lite ul.navbar-nav li {
  margin-left: 17px;
  padding-right: 17px;
}

.nav-lite ul.navbar-nav li.nav-item > a {
  padding: 20px 0;
}

.nav-lite .navbar-nav .nav-link {
  margin-right: 0;
}

.nav-thin ul.navbar-nav {
  width: 100%;
}

.nav-thin ul.navbar-nav li {
  margin-left: 17px;
  padding-right: 17px;
}

.nav-thin ul.navbar-nav li.nav-item > a {
  padding: 20px 0;
}

.nav-thin .navbar-nav .nav-link {
  margin-right: 0;
}

.tw-offcanvas-menu.offcanvas-menu-lite i {
  color: #fff;
  border-right-color: #4E4B4B;
}

.tw-offcanvas-menu.offcanvas-menu-lite .inline-menu span {
  background: #fff;
}

/* Home Variation 4 */
.header-lite .tw-nav-brand {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-area .tw-nav-brand {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Home Variation 5 */
.nav-transparent .megamenu-dark .tw-mega-menu {
  top: 63px;
}

.nav-transparent .tw-nav-brand {
  top: 5px;
}

.nav-transparent .navbar-nav li.nav-item > a {
  padding: 13px 0;
}

.navbar-fixed.header-dark {
  background-color: #363435;
}

.top-bar-lite .top-social-links {
  color: #2f2c2c;
}

.top-bar-lite .top-social-links i {
  color: #2f2c2c;
}

.top-bar-lite .top-contact-info {
  text-align: right;
}

.top-bar-lite .top-contact-info span {
  padding-left: 5px;
  color: #2f2c2c;
}

.top-bar-lite .top-contact-info i {
  font-size: 12px;
  margin-left: 5px;
  color: #2f2c2c;
}

.header-transparent.header-absolute {
  position: absolute;
  width: 100%;
}

.nav-transparent {
  background: transparent;
}

.slider-3.tw-slider-bg-dark,
.slider-2.tw-slider-bg-dark {
  background: none;
}

.tw-slider-bg-dark {
  position: relative;
  z-index: 2;
}

.tw-slider-bg-dark .slider-wrapper {
  height: 814px;
}

.tw-slider-bg-dark:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url("../images/slider/slider-banner-2.jpg");
  background-size: cover;
  background-position: right center;
}

.slider-bg-dark,
.slider-dark {
  z-index: auto;
}

.slider-bg-dark.tw-hero-slider .owl-nav button i,
.slider-dark.tw-hero-slider .owl-nav button i {
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-bg-dark.tw-hero-slider .owl-nav button i:hover {
  color: #1877f2;
}

.slider-dark.tw-hero-slider .owl-nav button i:hover {
  color: #1877f2;
}

.slider-dark .tw-slider-bg-dark:after {
  background: url("../images/slider/slider-banner-1.jpg");
}

.slider-content-dark h1 span {
  color: #1877f2;
}

.offcanvas-menu-dark i {
  color: #fff;
}

.offcanvas-menu-dark span {
  background: #fff;
}

/* home Variation 6 */
.top-bar-dark {
  background: #1b1b21;
}

.top-bar-dark .top-social-links {
  color: #1877f2;
}

.top-bar-dark .top-social-links i {
  color: #fff;
}

.top-bar-dark .top-contact-info span {
  color: #fff;
}

.top-bar-dark .top-contact-info i {
  color: #fff;
}

/* Home Variation 7 */
.top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-menu ul li {
  display: inline-block;
}

.top-menu ul li a {
  display: block;
  padding-right: 30px;
  color: inherit;
}

.logo-area.top-contact span {
  padding-right: 0;
  padding-left: 50px;
}

.logo-area.top-contact i {
  margin-left: 10px;
  color: #1877f2;
}

.full-width-nav {
  background: #2f2c2c;
}

.nav-full-width ul.navbar-nav li {
  padding-left: 0;
  padding-right: 30px;
}

.nav-full-width .navbar-nav li {
  padding-left: 0;
}

.nav-full-width .navbar-nav .active > .nav-link,
.nav-full-width .navbar-nav .nav-link {
  color: #fff;
}

.nav-full-width .tw-mega-menu {
  background: #2f2c2c;
}

.nav-full-width .tw-mega-menu h3,
.nav-full-width .tw-mega-menu p,
.nav-full-width .tw-mega-menu li a {
  color: #fff;
}

.nav-full-width .tw-dropdown-menu {
  background: #2f2c2c;
}

.nav-full-width .tw-dropdown-menu li a {
  color: #fff;
}

.full-width-offcanvas-menu {
  width: 100%;
  position: relative;
  text-align: left;
  padding-bottom: 0;
  padding: 15px 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.full-width-offcanvas-menu i {
  color: #fff;
  border-color: #4D4B4C;
}

.full-width-offcanvas-menu span {
  background: #fff;
}

/* Home Variation 7 */
.main-header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.offcanvas-menu-lite.bg-orange {
  height: 68px;
  line-height: 68px;
  padding: 0 15px;
  border-left: 8px solid #F7F9F8;
  width: 165px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.offcanvas-menu-lite.bg-orange .inline-menu {
  right: -10px;
}

.offcanvas-menu-lite.bg-orange i {
  padding-right: 25px;
  margin-right: 5px;
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.5);
}

.slider-abosulte .slider-content h1 {
  color: #2f2c2c;
}

.slider-abosulte .slider-content h1 span {
  color: #1877f2;
}

.slider-abosulte .slider-content p {
  color: #757575;
}

/* Faq
======================== */
.faq-right .widget-adds {
  margin-top: -40px;
}

.faq-right .tw-testimonial-box {
  background: #f7f9f8;
}

.card-header {
  background: none;
  border: none;
  padding: 0;
}

.card-header h4 {
  margin: 0;
  padding-left: 0;
}

.card-header h4 a {
  color: #2f2c2c;
  font-size: 16px;
}

.card-header h4 a i {
  color: #1877f2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card-header:hover {
  cursor: pointer;
}

.faq-indicator {
  float: right;
}

.card {
  margin-bottom: 15px;
  padding: 15px 30px;
  border-radius: 0;
}

.card-block {
  padding-top: 20px;
}

/* Team
================ */
.tw-expert {
  padding-top: 100px;
}

.tw-expert.solid-bg {
  background: #f7f7f7;
}

.expert-team img {
  border-radius: 0;
}

.navbar-fixed {
  z-index: 100;
  position: fixed;
  opacity: 1;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas,
.tw-head,
.tw-header {
  -webkit-transition: all 800ms;
  -o-transition: all 800ms;
  transition: all 800ms;
}

.off-canvas ~ .tw-hero-slider {
  position: relative;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.tw-hero-slider {
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* Error page
================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*------- home variation 9  varsion 6 --------*/
.tw-head.tw-transparent {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*===========================

    tw-hero

    ================================*/
.tw-hero {
  background: url(../images/slider/home-10-banner.png) no-repeat 50% 50%/contain;
  min-height: 920px;
  position: relative;
  background-position: bottom;
  padding-top: 200px;
}

.tw-hero:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: -moz-linear-gradient(90deg, #bfceff 0%, #e1e8ff 80%, #f9faff 100%);
  background-image: -webkit-linear-gradient(90deg, #bfceff 0%, #e1e8ff 80%, #f9faff 100%);
  background-image: -ms-linear-gradient(90deg, #bfceff 0%, #e1e8ff 80%, #f9faff 100%);
  z-index: -1;
}

/*-------------------------------
                tw-featured
    ----------------------------------*/
.tw-featured {
  position: relative;
}

.tw-featured:after {
  background: url(../images/features/wave_color.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
  z-index: -1;
}

.tw-featured .features-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tw-featured .features-box h3 {
  font-weight: 600;
}

.tw-featured .bar {
  width: 100%;
  height: 1px;
  background: #ececec;
}

/*-------------------------------
    tw-intro-item
    -------------------------------*/
.tw-inro-item {
  padding-top: 100px;
  position: relative;
}

.tw-inro-item.bar1 {
  position: relative;
}

.tw-inro-item.bar1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 1px;
  background: #ddd;
  content: '';
  right: 0;
  margin: auto;
}

.tw-inro-item p {
  margin-bottom: 32px;
}

/*-------------------------------
    tw service item
    -------------------------------*/
.tw-mb-100 {
  margin-bottom: 100px;
}

.tw-service-item {
  padding-top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f4ff), color-stop(80%, rgba(225, 232, 255, 0.5)), to(white));
  background-image: -webkit-linear-gradient(left, #f1f4ff 0%, rgba(225, 232, 255, 0.5) 80%, white 100%);
  background-image: -o-linear-gradient(left, #f1f4ff 0%, rgba(225, 232, 255, 0.5) 80%, white 100%);
  background-image: linear-gradient(90deg, #f1f4ff 0%, rgba(225, 232, 255, 0.5) 80%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f1f4ff 0%, rgba(225, 232, 255, 0.5) 80%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f1f4ff 0%, rgba(225, 232, 255, 0.5) 80%, white 100%);
}

.tw-service-item .service-icon {
  height: auto;
}

.tw-service-item .service-content h3 {
  font-weight: 600;
}

.tw-service-item .service-content p {
  margin: 0;
  max-width: 270px;
}

/*----------------------------------
    blog
    -----------------------------*/
.tw-blog.transparent {
  background: #fff;
}

/*-------------------------------------
     home variation 10
    --------------------*/
.tw-header-top .top-contact-info span {
  padding-left: 45px;
}

.tw-header-top .top-contact-info span:first-child {
  padding-left: 0;
}

.tw-header-top .top-contact-info span i {
  color: #1877f2;
}

.tw-header-top .analist-btn {
  margin-left: 20px;
  text-align: center;
  background: #1877f2;
  margin: -5px 0 -5px 40px;
  display: inline-block;
  color: #fff;
  line-height: 39px;
  font-size: 14px;
  padding: 0 21px;
  text-transform: uppercase;
  font-weight: 700;
}

/*-------------------------
    tw-banner
    -----------------------*/
.tw-banner {
  background: url(../images/check-seo/check-seo-banner-big.png);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 100px 0 0;
  position: relative;
}

.tw-banner:before {
  background-color: rgba(39, 75, 195, 0.95);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.tw-seo-check-content h2 {
  font-size: 54px;
  color: #fff;
  margin-bottom: 20px;
}

.tw-seo-check-content p {
  color: #fff;
}

.tw-seo-check-content .analysis-form {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 77px;
  padding: 19px 0;
}

.tw-seo-check-content .analysis-form .form-group {
  margin-bottom: 0;
}

.tw-seo-check-content .analysis-form .tw-form-round-shape:after {
  position: absolute;
  top: 0;
  right: 45px;
  width: 2px;
  height: 54px;
  background: #243f9a;
  display: block;
  content: "";
  border-radius: 0;
  z-index: 1;
}

.tw-seo-check-content .analysis-form input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.seo-banner-img {
  position: relative;
  margin-top: 64px;
  margin-bottom: -15px;
}

/*------------------------------
    tw-services-item
    ------------------------------------*/
.tw-services-item .service-icon {
  height: auto;
}

.tw-services-item .service-content p {
  margin: auto;
  max-width: inherit;
  padding: 0 20px;
}

/*------------------------------
    tw-facts-item
    ------------------------------------*/
.tw-facts-item {
  background-image: url(../images/funfacts/working-process-dark-bg.jpg) no-repeat center center/cover;
}

/*------------------------------
    tw-inro-item-2
    ------------------------------------*/
.tw-inro-item-2 .column-title {
  margin-bottom: 20px;
}

/*--------------------
    working process
    ------------------------*/
.work-process-item {
  background: #343434;
}

.work-process-item .tw-case-working-box h3 {
  color: #fff;
}

/*--------------------
   pricing item
    ------------------------*/
.tw-pricing-item {
  background: url(../images/pricing/pricing_dollar_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.tw-pricing-item:before {
  background-color: rgba(39, 75, 195, 0.95);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.tw-list-style {
  list-style: none;
  padding-left: 0;
}

.tw-list-style li {
  list-style: none;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2f2c2c;
  font-size: 18px;
}

.tw-list-style li img {
  margin-right: 15px;
}

.tw-list-style li:last-child {
  margin-bottom: 0;
}

.whatsapp {
  position:fixed;
  width:45px;
  height:45px;
      bottom: 66px;
    right: 15px;

  background-color:#25d366;
  color:#fff;
  border-radius:50%;
  text-align:center;
  font-size:45px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:15px;
}

/* ==================================================
   HEADER BUCKAPI
================================================== */

.site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(20, 28, 45, 0.08);
  box-shadow: 0 8px 30px rgba(20, 28, 45, 0.05);
}

.buckapi-navbar {
  min-height: 84px;
  padding: 8px 0;
}

/* Marca */

.buckapi-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 35px;
  padding: 0;
}

.buckapi-brand img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.buckapi-brand .buckapi-brand-logo {
  width: 280px;
  max-width: 280px;
  height: auto;
}

.buckapi-brand-text {
  display: flex;
  flex-direction: column;
  color: #1f2533;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.6px;
}

.buckapi-brand-text small {
  margin-top: 6px;
  color: #767d8c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

/* Enlaces */

.buckapi-navbar .navbar-nav {
  gap: 3px;
}

.buckapi-navbar .nav-item {
  position: relative;
}

.buckapi-navbar .nav-link {
  position: relative;
  padding: 30px 12px !important;
  color: #414858 !important;
  font-size: 14px;
  font-weight: 600;
  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}

.buckapi-navbar .nav-link:hover,
.buckapi-navbar .nav-link:focus,
.buckapi-navbar .nav-item.active .nav-link {
  color: #172554 !important;
}

/* Línea inferior activa */

.buckapi-navbar .nav-link::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 20px;
  left: 12px;
  height: 2px;
  background: #172554;
  border-radius: 20px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.buckapi-navbar .nav-link:hover::after,
.buckapi-navbar .nav-link:focus::after,
.buckapi-navbar .nav-item.active .nav-link::after {
  transform: scaleX(1);
}

/* CTA */

.nav-item-cta {
  margin-left: 14px;
}

.buckapi-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  color: #ffffff !important;
  background: #172554;
  border: 1px solid #172554;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(249, 5, 124, 0.2);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.buckapi-header-cta:hover,
.buckapi-header-cta:focus {
  color: #ffffff !important;
  background: #d9046c;
  border-color: #d9046c;
  box-shadow: 0 14px 30px rgba(249, 5, 124, 0.3);
  transform: translateY(-2px);
}

/* Botón móvil */

.buckapi-toggler {
  padding: 8px 10px;
  border: 1px solid rgba(20, 28, 45, 0.12);
  border-radius: 10px;
}

.buckapi-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(249, 5, 124, 0.12);
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199px) {
  .buckapi-navbar .nav-link {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: 13px;
  }

  .buckapi-header-cta {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (max-width: 991px) {
  .site-header {
    background: #ffffff;
  }

  .buckapi-navbar {
    min-height: 74px;
    padding: 5px 0;
  }

  .buckapi-brand {
    width: 80%;
    margin-right: 0;
  }

  .buckapi-brand picture {
    display: block;
    width: 100%;
  }

  .buckapi-brand .buckapi-brand-logo {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .buckapi-brand-text {
    font-size: 17px;
  }

  .buckapi-navbar .navbar-collapse {
    margin-top: 10px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(20, 28, 45, 0.08);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(20, 28, 45, 0.1);
  }

  .buckapi-navbar .navbar-nav {
    align-items: stretch !important;
  }

  .buckapi-navbar .nav-link {
    padding: 12px 10px !important;
    border-radius: 8px;
    font-size: 15px;
  }

  .buckapi-navbar .nav-link:hover,
  .buckapi-navbar .nav-link:focus,
  .buckapi-navbar .nav-item.active .nav-link {
    background: rgba(249, 5, 124, 0.06);
  }

  .buckapi-navbar .nav-link::after {
    display: none;
  }

  .nav-item-cta {
    margin-top: 12px;
    margin-left: 0;
  }

  .buckapi-header-cta {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .buckapi-brand-text {
    display: none;
  }

  .buckapi-brand .buckapi-brand-logo {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
   NUEVO HERO BUCKAPI
================================================== */

.bk-hero {
   position: relative;
   min-height: 680px;
   padding: 75px 0;
   overflow: hidden;
   background:
      radial-gradient(
         circle at 88% 32%,
         rgba(49, 111, 245, 0.12),
         transparent 32%
      ),
      radial-gradient(
         circle at 8% 90%,
         rgba(249, 5, 124, 0.07),
         transparent 28%
      ),
      #ffffff;
}

.bk-hero .row {
   min-height: 530px;
}

/* Contenido */

.bk-hero-content {
   position: relative;
   z-index: 2;
   max-width: 610px;
}

.bk-hero-eyebrow {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   margin-bottom: 22px;
   padding: 8px 14px;
   color: #4f596b;
   background: #f5f8ff;
   border: 1px solid #e5ebf7;
   border-radius: 999px;
   font-size: 13px;
   font-weight: 600;
   line-height: 1;
}

.bk-hero-eyebrow > span {
   width: 8px;
   height: 8px;
   background: #1673ff;
   border-radius: 50%;
   box-shadow: 0 0 0 5px rgba(22, 115, 255, 0.12);
}

.bk-hero-title {
   max-width: 600px;
   margin: 0 0 22px !important;
   color: #202532 !important;
   font-family: inherit;
   font-size: 55px !important;
   font-weight: 800 !important;
   line-height: 1.08 !important;
   letter-spacing: -2.2px;
   text-transform: none !important;
}

.bk-hero-title strong {
   color: #1673ff;
   font-weight: 800;
}

.bk-hero-description {
   max-width: 580px;
   margin: 0 0 30px;
   color: #667085;
   font-size: 17px;
   line-height: 1.7;
}

/* Botones */

.bk-hero-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 13px;
   margin-bottom: 38px;
}

.bk-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   min-height: 52px;
   padding: 13px 22px;
   border-radius: 11px;
   font-size: 14px;
   font-weight: 700;
   line-height: 1;
   text-decoration: none !important;
   transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      background-color 0.2s ease;
}

.bk-btn-primary {
   color: #ffffff !important;
   background: #1673ff;
   border: 1px solid #1673ff;
   box-shadow: 0 12px 28px rgba(22, 115, 255, 0.24);
}

.bk-btn-primary:hover,
.bk-btn-primary:focus {
   color: #ffffff !important;
   background: #075ed8;
   border-color: #075ed8;
   box-shadow: 0 16px 34px rgba(22, 115, 255, 0.3);
   transform: translateY(-2px);
}

.bk-btn-secondary {
   color: #283141 !important;
   background: #ffffff;
   border: 1px solid #dfe4ec;
   box-shadow: 0 8px 22px rgba(31, 37, 51, 0.06);
}

.bk-btn-secondary:hover,
.bk-btn-secondary:focus {
   color: #1673ff !important;
   border-color: rgba(22, 115, 255, 0.35);
   transform: translateY(-2px);
}

/* Indicadores */

.bk-hero-stats {
   display: flex;
   align-items: flex-start;
   gap: 0;
}

.bk-stat {
   position: relative;
   min-width: 125px;
   padding-right: 23px;
   margin-right: 23px;
}

.bk-stat:not(:last-child)::after {
   content: "";
   position: absolute;
   top: 3px;
   right: 0;
   width: 1px;
   height: 42px;
   background: #e1e5ec;
}

.bk-stat strong {
   display: block;
   margin-bottom: 5px;
   color: #202532;
   font-size: 21px;
   font-weight: 800;
   line-height: 1;
}

.bk-stat span {
   display: block;
   max-width: 110px;
   color: #778092;
   font-size: 11px;
   font-weight: 600;
   line-height: 1.35;
}

/* Visual */

.bk-hero-visual {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 500px;
   padding: 30px;
}

.bk-visual-glow {
   position: absolute;
   width: 410px;
   height: 410px;
   background: linear-gradient(
      135deg,
      rgba(22, 115, 255, 0.2),
      rgba(249, 5, 124, 0.1)
   );
   border-radius: 50%;
   filter: blur(55px);
}

.bk-visual-card {
   position: relative;
   z-index: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   max-width: 510px;
   min-height: 430px;
   padding: 35px;
   background: rgba(255, 255, 255, 0.92);
   border: 1px solid rgba(215, 223, 236, 0.8);
   border-radius: 32px;
   box-shadow: 0 30px 70px rgba(39, 53, 77, 0.13);
}

.bk-hero-image {
   display: block;
   width: 100%;
   max-width: 430px;
   height: auto;
   max-height: 370px;
   object-fit: contain;
}

.bk-visual-label {
   position: absolute;
   z-index: 3;
   right: 0;
   bottom: 48px;
   display: flex;
   align-items: center;
   gap: 12px;
   min-width: 255px;
   padding: 14px 16px;
   background: #ffffff;
   border: 1px solid #e4e8ef;
   border-radius: 14px;
   box-shadow: 0 16px 38px rgba(39, 53, 77, 0.14);
}

.bk-visual-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   flex: 0 0 42px;
   width: 42px;
   height: 42px;
   color: #ffffff;
   background: #1673ff;
   border-radius: 11px;
}

.bk-visual-label strong,
.bk-visual-label small {
   display: block;
}

.bk-visual-label strong {
   margin-bottom: 4px;
   color: #242b38;
   font-size: 13px;
   font-weight: 800;
}

.bk-visual-label small {
   color: #7d8593;
   font-size: 11px;
}

/* ==================================================
   HERO RESPONSIVE
================================================== */

@media (max-width: 1199px) {
   .bk-hero-title {
      font-size: 48px !important;
   }

   .bk-stat {
      min-width: 110px;
      padding-right: 16px;
      margin-right: 16px;
   }
}

@media (max-width: 991px) {
   .bk-hero {
      min-height: auto;
      padding: 55px 0 70px;
   }

   .bk-hero .row {
      min-height: auto;
   }

   .bk-hero-content {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
   }

   .bk-hero-title,
   .bk-hero-description {
      margin-right: auto !important;
      margin-left: auto !important;
   }

   .bk-hero-actions,
   .bk-hero-stats {
      justify-content: center;
   }

   .bk-hero-visual {
      min-height: 430px;
      margin-top: 40px;
   }
}

@media (max-width: 767px) {
   .bk-hero {
      padding-top: 45px;
   }

   .bk-hero-title {
      font-size: 40px !important;
      letter-spacing: -1.5px;
   }

   .bk-hero-description {
      font-size: 16px;
   }

   .bk-hero-visual {
      min-height: auto;
      padding: 20px 0;
   }

   .bk-visual-card {
      min-height: 350px;
      padding: 25px;
   }

   .bk-visual-label {
      right: 15px;
      bottom: 8px;
   }
}

@media (max-width: 575px) {
   .bk-hero {
      padding: 36px 0 55px;
   }

   .bk-hero-eyebrow {
      font-size: 11px;
   }

   .bk-hero-title {
      font-size: 34px !important;
      line-height: 1.12 !important;
   }

   .bk-hero-actions {
      flex-direction: column;
   }

   .bk-btn {
      width: 100%;
   }

   .bk-hero-stats {
      justify-content: space-between;
   }

   .bk-stat {
      flex: 1;
      min-width: 0;
      padding: 0 8px;
      margin: 0;
   }

   .bk-stat:not(:last-child)::after {
      right: 0;
   }

   .bk-stat strong {
      font-size: 18px;
   }

   .bk-stat span {
      margin: auto;
      font-size: 9px;
   }

   .bk-visual-card {
      min-height: 280px;
      border-radius: 22px;
   }

   .bk-visual-label {
      display: none;
   }
}
/* ==================================================
   CAPACIDADES BUCKAPI
================================================== */

.bk-capabilities {
   position: relative;
   padding: 105px 0;
   overflow: hidden;
   background: #f8fafc;
}

.bk-capabilities::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -180px;
   width: 420px;
   height: 420px;
   background: rgba(37, 99, 235, 0.07);
   border-radius: 50%;
   filter: blur(15px);
   pointer-events: none;
}

/* Encabezado */

.bk-capabilities-header {
   position: relative;
   z-index: 2;
   max-width: 820px;
   margin: 0 auto 60px;
   text-align: center;
}

.bk-section-label {
   display: inline-flex;
   align-items: center;
   margin-bottom: 16px;
   color: #2563eb;
   font-size: 12px;
   font-weight: 800;
   letter-spacing: 1.8px;
   text-transform: uppercase;
}

.bk-capabilities-header h2 {
   margin: 0 0 20px;
   color: #1f2937;
   font-size: 43px;
   font-weight: 800;
   line-height: 1.18;
   letter-spacing: -1.4px;
}

.bk-capabilities-header p {
   max-width: 760px;
   margin: 0 auto;
   color: #667085;
   font-size: 17px;
   line-height: 1.75;
}

/* Cuadrícula */

.bk-capabilities-grid {
   position: relative;
   z-index: 2;
   row-gap: 24px;
}

.bk-capabilities-grid > div {
   display: flex;
}

.bk-capability-card {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   min-height: 100%;
   padding: 30px;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e5eaf1;
   border-radius: 20px;
   box-shadow: 0 12px 35px rgba(31, 41, 55, 0.045);
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

.bk-capability-card::after {
   content: "";
   position: absolute;
   right: -55px;
   bottom: -55px;
   width: 130px;
   height: 130px;
   background: rgba(37, 99, 235, 0.05);
   border-radius: 50%;
   transition: transform 0.3s ease;
}

.bk-capability-card:hover {
   border-color: rgba(37, 99, 235, 0.22);
   box-shadow: 0 22px 50px rgba(31, 41, 55, 0.1);
   transform: translateY(-6px);
}

.bk-capability-card:hover::after {
   transform: scale(1.25);
}

/* Tarjeta destacada de IA */

.bk-capability-featured {
   border-color: rgba(37, 99, 235, 0.25);
   background:
      linear-gradient(
         145deg,
         rgba(37, 99, 235, 0.055),
         rgba(255, 255, 255, 0.96) 50%
      );
}

.bk-capability-badge {
   position: absolute;
   top: 18px;
   right: 18px;
   padding: 6px 10px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 999px;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1px;
   text-transform: uppercase;
}

/* Iconos */

.bk-capability-icon {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 54px;
   height: 54px;
   margin-bottom: 23px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 15px;
   font-size: 21px;
   transition:
      color 0.25s ease,
      background-color 0.25s ease,
      transform 0.25s ease;
}

.bk-capability-card:hover .bk-capability-icon {
   color: #ffffff;
   background: #2563eb;
   transform: rotate(-4deg) scale(1.05);
}

/* Contenido */

.bk-capability-content {
   position: relative;
   z-index: 2;
   display: flex;
   flex: 1;
   flex-direction: column;
}

.bk-capability-content h3 {
   margin: 0 0 12px;
   color: #202938;
   font-size: 20px;
   font-weight: 800;
   line-height: 1.3;
}

.bk-capability-content p {
   margin: 0 0 20px;
   color: #6b7280;
   font-size: 14px;
   line-height: 1.7;
}

.bk-capability-content ul {
   display: flex;
   flex-direction: column;
   gap: 9px;
   margin: auto 0 0;
   padding: 9px 18px;
   list-style: none;
}

.bk-capability-content li {
   position: relative;
   padding-left: 21px;
   color: #4b5563;
   font-size: 12px;
   font-weight: 600;
}

.bk-capability-content li::before {
   content: "✓";
   position: absolute;
   top: -1px;
   left: 0;
   color: #2563eb;
   font-size: 12px;
   font-weight: 800;
}

/* Tecnologías */

.bk-technology-strip {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 22px;
   margin-top: 45px;
   padding: 22px 26px;
   background: #ffffff;
   border: 1px solid #e5eaf1;
   border-radius: 18px;
   box-shadow: 0 12px 35px rgba(31, 41, 55, 0.045);
}

.bk-technology-title {
   flex: 0 0 auto;
   color: #344054;
   font-size: 12px;
   font-weight: 800;
}

.bk-technology-list {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   gap: 9px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.bk-technology-list li {
   padding: 7px 11px;
   color: #596273;
   background: #f5f7fa;
   border: 1px solid #ebeff4;
   border-radius: 8px;
   font-size: 11px;
   font-weight: 700;
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease;
}

.bk-technology-list li:hover {
   color: #2563eb;
   background: #eff6ff;
   border-color: #dbeafe;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-capabilities {
      padding: 85px 0;
   }

   .bk-capabilities-header h2 {
      font-size: 38px;
   }

   .bk-technology-strip {
      flex-direction: column;
   }
}

@media (max-width: 767px) {
   .bk-capabilities {
      padding: 70px 0;
   }

   .bk-capabilities-header {
      margin-bottom: 45px;
   }

   .bk-capabilities-header h2 {
      font-size: 33px;
      letter-spacing: -1px;
   }

   .bk-capabilities-header p {
      font-size: 16px;
   }

   .bk-capability-card {
      padding: 25px;
   }
}

@media (max-width: 575px) {
   .bk-capabilities {
      padding: 60px 0;
   }

   .bk-capabilities-header h2 {
      font-size: 29px;
   }

   .bk-capabilities-header p {
      font-size: 15px;
   }

   .bk-technology-strip {
      padding: 20px 15px;
   }

   .bk-technology-list {
      gap: 7px;
   }

   .bk-technology-list li {
      font-size: 10px;
   }
}

/* ==================================================
   CASOS DE ÉXITO
================================================== */

.bk-cases {
   position: relative;
   padding: 100px 0;
   overflow: hidden;
   background: #ffffff;
}

.bk-cases::before {
   content: "";
   position: absolute;
   top: -160px;
   left: -160px;
   width: 360px;
   height: 360px;
   background: rgba(37, 99, 235, 0.05);
   border-radius: 50%;
   filter: blur(12px);
   pointer-events: none;
}

.bk-cases-header {
   position: relative;
   z-index: 2;
   max-width: 760px;
   margin: 0 auto 55px;
   text-align: center;
}

.bk-cases-header h2 {
   margin: 0 0 18px;
   color: #1f2937;
   font-size: 42px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.3px;
}

.bk-cases-header p {
   max-width: 690px;
   margin: 0 auto;
   color: #667085;
   font-size: 17px;
   line-height: 1.75;
}

.bk-cases-grid {
   position: relative;
   z-index: 2;
   row-gap: 28px;
}

.bk-cases-grid > div {
   display: flex;
}

.bk-case-card {
   display: flex;
   flex-direction: column;
   width: 100%;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e5eaf1;
   border-radius: 22px;
   box-shadow: 0 14px 40px rgba(31, 41, 55, 0.055);
   transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease;
}

.bk-case-card:hover {
   border-color: rgba(37, 99, 235, 0.22);
   box-shadow: 0 24px 58px rgba(31, 41, 55, 0.12);
   transform: translateY(-7px);
}


/* Imagen del proyecto */

.bk-case-image {
   position: relative;
   display: block;
   height: 240px;
   overflow: hidden;
   background: #eef2f7;
}

.bk-case-image img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.45s ease;
}

.bk-case-image .bk-case-country-flag {
   position: absolute;
   right: 18px;
   bottom: 18px;
   z-index: 3;
   width: 40px;
   min-width: 40px;
   max-width: 40px;
   height: 28px;
   min-height: 28px;
   max-height: 28px;
   object-fit: cover;
   border: 1px solid rgba(255, 255, 255, 0.9);
   border-radius: 2px;
   box-shadow: 0 5px 14px rgba(15, 23, 42, 0.28);
   transition: none;
}

.bk-case-card:hover .bk-case-image .bk-case-country-flag {
   transform: none;
}

.bk-case-card:hover .bk-case-image img {
   transform: scale(1.045);
}

.bk-case-category {
   position: absolute;
   top: 16px;
   left: 16px;
   display: inline-flex;
   align-items: center;
   min-height: 30px;
   padding: 6px 11px;
   color: #ffffff;
   background: rgba(17, 24, 39, 0.78);
   border: 1px solid rgba(255, 255, 255, 0.16);
   border-radius: 999px;
   backdrop-filter: blur(8px);
   font-size: 10px;
   font-weight: 800;
   letter-spacing: 0.7px;
   text-transform: uppercase;
}


/* Contenido */

.bk-case-content {
   display: flex;
   flex: 1;
   flex-direction: column;
   padding: 27px;
}

.bk-case-heading {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   gap: 16px;
   margin-bottom: 13px;
}

.bk-case-heading h3 {
   margin: 0;
   color: #202938;
   font-size: 23px;
   font-weight: 800;
   line-height: 1.25;
}

.bk-case-heading h3 a {
   color: inherit;
   text-decoration: none;
}

.bk-case-heading h3 a:hover,
.bk-case-heading h3 a:focus {
   color: #2563eb;
   text-decoration: none;
}

.bk-case-heading > span {
   flex: 0 0 auto;
   padding: 6px 9px;
   color: #667085;
   background: #f7f9fc;
   border: 1px solid #eaedf2;
   border-radius: 8px;
   font-size: 10px;
   font-weight: 700;
}

.bk-case-content > p {
   margin: 0 0 20px;
   color: #667085;
   font-size: 14px;
   line-height: 1.7;
}


/* Funcionalidades */

.bk-case-features {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 10px 14px;
   margin: 0 0 22px;
   padding: 0;
   list-style: none;
}

.bk-case-features li {
   position: relative;
   padding-left: 19px;
   color: #475467;
   font-size: 12px;
   font-weight: 600;
   line-height: 1.45;
}

.bk-case-features li::before {
   content: "✓";
   position: absolute;
   top: 0;
   left: 0;
   color: #2563eb;
   font-size: 12px;
   font-weight: 900;
}


/* Tecnologías */

.bk-case-technologies {
   display: flex;
   flex-wrap: wrap;
   gap: 7px;
   margin-bottom: 23px;
}

.bk-case-technologies span {
   padding: 6px 9px;
   color: #475467;
   background: #f5f7fa;
   border: 1px solid #e8ecf1;
   border-radius: 7px;
   font-size: 10px;
   font-weight: 700;
}


/* Enlace del caso */

.bk-case-link {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   width: fit-content;
   margin-top: auto;
   color: #2563eb;
   font-size: 13px;
   font-weight: 800;
   text-decoration: none;
   transition:
      gap 0.2s ease,
      color 0.2s ease;
}

.bk-case-link:hover {
   gap: 12px;
   color: #1d4ed8;
   text-decoration: none;
}

.bk-case-link i {
   font-size: 11px;
}


/* Footer de la sección */

.bk-cases-footer {
   position: relative;
   z-index: 2;
   display: flex;
   justify-content: center;
   margin-top: 45px;
}

.bk-cases-footer .bk-btn {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   min-height: 50px;
   padding: 13px 23px;
   border-radius: 12px;
   font-size: 13px;
   font-weight: 800;
   text-decoration: none;
   transition:
      transform 0.22s ease,
      box-shadow 0.22s ease,
      background-color 0.22s ease,
      border-color 0.22s ease;
}

.bk-cases-footer .bk-btn-secondary {
   color: #202938;
   background: #ffffff;
   border: 1px solid #d9e0e8;
   box-shadow: 0 8px 22px rgba(31, 41, 55, 0.06);
}

.bk-cases-footer .bk-btn-secondary:hover {
   color: #2563eb;
   background: #f8fafc;
   border-color: rgba(37, 99, 235, 0.28);
   box-shadow: 0 14px 30px rgba(31, 41, 55, 0.1);
   transform: translateY(-2px);
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-clients {
      padding: 46px 0 40px;
   }

   .bk-cases {
      padding: 82px 0;
   }

   .bk-cases-header h2 {
      font-size: 37px;
   }

   .bk-case-image {
      height: 225px;
   }
}

@media (max-width: 767px) {
   .bk-clients-header {
      margin-bottom: 22px;
   }

   .bk-client-logo {
      min-height: 68px;
      padding: 12px;
   }

   .bk-client-logo img {
      max-height: 38px;
   }

   .bk-clients-countries {
      margin-top: 22px;
      font-size: 11px;
   }

   .bk-cases {
      padding: 68px 0;
   }

   .bk-cases-header {
      margin-bottom: 42px;
   }

   .bk-cases-header h2 {
      font-size: 32px;
   }

   .bk-cases-header p {
      font-size: 15px;
   }

   .bk-case-image {
      height: 220px;
   }

   .bk-case-content {
      padding: 24px;
   }
}

@media (max-width: 575px) {
   .bk-clients {
      padding: 38px 0 34px;
   }

   .bk-clients-header span {
      font-size: 11px;
      line-height: 1.5;
   }

   .bk-client-logo {
      min-height: 60px;
      padding: 10px;
   }

   .bk-client-logo img {
      max-height: 32px;
   }

   .bk-clients-countries {
      gap: 6px;
      max-width: 320px;
      margin-right: auto;
      margin-left: auto;
   }

   .bk-cases {
      padding: 58px 0;
   }

   .bk-cases-header h2 {
      font-size: 28px;
      letter-spacing: -0.8px;
   }

   .bk-case-image {
      height: 205px;
   }

   .bk-case-content {
      padding: 21px;
   }

   .bk-case-heading {
      flex-direction: column;
      gap: 9px;
   }

   .bk-case-heading h3 {
      font-size: 21px;
   }

   .bk-case-features {
      grid-template-columns: 1fr;
      gap: 9px;
   }

   .bk-cases-footer {
      margin-top: 34px;
   }

   .bk-cases-footer .bk-btn {
      width: 100%;
   }
}
/* ==================================================
   PROCESO + BENEFICIOS
================================================== */

.bk-process {
   position: relative;
   padding: 100px 0;
   overflow: hidden;
   background: #f8fafc;
}

.bk-process::before {
   content: "";
   position: absolute;
   top: -170px;
   right: -170px;
   width: 380px;
   height: 380px;
   background: rgba(37, 99, 235, 0.06);
   border-radius: 50%;
   filter: blur(16px);
   pointer-events: none;
}


/* Encabezado */

.bk-process-header {
   position: relative;
   z-index: 2;
   max-width: 800px;
   margin: 0 auto 55px;
   text-align: center;
}

.bk-process-header h2 {
   margin: 0 0 18px;
   color: #1f2937;
   font-size: 42px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.3px;
}

.bk-process-header p {
   max-width: 720px;
   margin: 0 auto;
   color: #667085;
   font-size: 17px;
   line-height: 1.75;
}


/* Layout */

.bk-process-layout {
   position: relative;
   z-index: 2;
   row-gap: 28px;
}

.bk-process-layout > div {
   display: flex;
}


/* Pasos */

.bk-process-steps {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 8px 0;
}

.bk-process-steps::before {
   content: "";
   position: absolute;
   top: 39px;
   bottom: 39px;
   left: 35px;
   width: 1px;
   background: #dce3eb;
}

.bk-process-step {
   position: relative;
   display: grid;
   grid-template-columns: 72px minmax(0, 1fr);
   gap: 22px;
   padding: 22px 24px 22px 0;
   border-radius: 18px;
   transition:
      background-color 0.25s ease,
      transform 0.25s ease;
}

.bk-process-step:hover {
   background: rgba(255, 255, 255, 0.72);
   transform: translateX(5px);
}

.bk-process-number {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   color: #2563eb;
   background: #ffffff;
   border: 1px solid #dbe4ee;
   border-radius: 18px;
   box-shadow: 0 10px 28px rgba(31, 41, 55, 0.07);
   font-size: 13px;
   font-weight: 900;
   letter-spacing: 1px;
}

.bk-process-step:hover .bk-process-number {
   color: #ffffff;
   background: #2563eb;
   border-color: #2563eb;
}

.bk-process-step-content {
   padding-top: 2px;
}

.bk-process-step-label {
   display: block;
   margin-bottom: 5px;
   color: #2563eb;
   font-size: 10px;
   font-weight: 800;
   letter-spacing: 1.1px;
   text-transform: uppercase;
}

.bk-process-step-content h3 {
   margin: 0 0 9px;
   color: #202938;
   font-size: 20px;
   font-weight: 800;
   line-height: 1.35;
}

.bk-process-step-content p {
   max-width: 620px;
   margin: 0;
   color: #667085;
   font-size: 14px;
   line-height: 1.7;
}


/* Beneficios */

.bk-process-benefits {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 36px;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 24px;
   box-shadow: 0 18px 48px rgba(31, 41, 55, 0.08);
}

.bk-process-benefits::after {
   content: "";
   position: absolute;
   right: -70px;
   bottom: -70px;
   width: 180px;
   height: 180px;
   background: rgba(37, 99, 235, 0.06);
   border-radius: 50%;
}

.bk-process-benefits-label {
   position: relative;
   z-index: 2;
   display: inline-block;
   width: fit-content;
   margin-bottom: 14px;
   padding: 7px 11px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 999px;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.bk-process-benefits h3 {
   position: relative;
   z-index: 2;
   margin: 0 0 14px;
   color: #202938;
   font-size: 27px;
   font-weight: 800;
   line-height: 1.3;
   letter-spacing: -0.6px;
}

.bk-process-benefits-intro {
   position: relative;
   z-index: 2;
   margin: 0 0 28px;
   color: #667085;
   font-size: 14px;
   line-height: 1.7;
}


/* Lista de beneficios */

.bk-benefits-list {
   position: relative;
   z-index: 2;
   display: flex;
   flex-direction: column;
   gap: 18px;
   margin: 0 0 30px;
   padding: 0;
   list-style: none;
}

.bk-benefits-list li {
   display: grid;
   grid-template-columns: 44px minmax(0, 1fr);
   gap: 14px;
   align-items: flex-start;
}

.bk-benefit-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 12px;
   font-size: 16px;
}

.bk-benefits-list h4 {
   margin: 0 0 4px;
   color: #344054;
   font-size: 14px;
   font-weight: 800;
}

.bk-benefits-list p {
   margin: 0;
   color: #667085;
   font-size: 12px;
   line-height: 1.55;
}


/* CTA */

.bk-process-cta {
   position: relative;
   z-index: 2;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   width: 100%;
   min-height: 50px;
   margin-top: auto;
   padding: 13px 20px;
   color: #ffffff;
   background: #2563eb;
   border: 1px solid #2563eb;
   border-radius: 12px;
   font-size: 13px;
   font-weight: 800;
   text-decoration: none;
   box-shadow: 0 11px 24px rgba(37, 99, 235, 0.2);
   transition:
      gap 0.2s ease,
      transform 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
}

.bk-process-cta:hover {
   gap: 13px;
   color: #ffffff;
   background: #1d4ed8;
   box-shadow: 0 16px 32px rgba(37, 99, 235, 0.27);
   transform: translateY(-2px);
   text-decoration: none;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-process {
      padding: 82px 0;
   }

   .bk-process-header h2 {
      font-size: 37px;
   }

   .bk-process-benefits {
      padding: 32px;
   }
}

@media (max-width: 767px) {
   .bk-process {
      padding: 68px 0;
   }

   .bk-process-header {
      margin-bottom: 42px;
   }

   .bk-process-header h2 {
      font-size: 32px;
   }

   .bk-process-header p {
      font-size: 15px;
   }

   .bk-process-step {
      grid-template-columns: 62px minmax(0, 1fr);
      gap: 17px;
      padding-right: 0;
   }

   .bk-process-number {
      width: 60px;
      height: 60px;
      border-radius: 16px;
   }

   .bk-process-steps::before {
      top: 34px;
      bottom: 34px;
      left: 30px;
   }

   .bk-process-step-content h3 {
      font-size: 18px;
   }

   .bk-process-benefits h3 {
      font-size: 24px;
   }
}

@media (max-width: 575px) {
   .bk-process {
      padding: 58px 0;
   }

   .bk-process-header h2 {
      font-size: 28px;
      letter-spacing: -0.8px;
   }

   .bk-process-step {
      grid-template-columns: 52px minmax(0, 1fr);
      gap: 14px;
      padding: 18px 0;
   }

   .bk-process-number {
      width: 50px;
      height: 50px;
      border-radius: 14px;
      font-size: 11px;
   }

   .bk-process-steps::before {
      top: 29px;
      bottom: 29px;
      left: 25px;
   }

   .bk-process-step-label {
      font-size: 9px;
   }

   .bk-process-step-content h3 {
      font-size: 16px;
   }

   .bk-process-step-content p {
      font-size: 13px;
   }

   .bk-process-benefits {
      padding: 25px 22px;
   }

   .bk-process-benefits h3 {
      font-size: 22px;
   }
}
/* ==================================================
   7. TESTIMONIOS
================================================== */

.bk-testimonials {
   position: relative;
   padding: 90px 0;
   background: #ffffff;
}

.bk-testimonials-header {
   display: grid;
   grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
   gap: 60px;
   align-items: end;
   margin-bottom: 48px;
}

.bk-testimonials-header h2 {
   max-width: 620px;
   margin: 0;
   color: #1f2937;
   font-size: 42px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.3px;
}

.bk-testimonials-header > p {
   margin: 0;
   color: #667085;
   font-size: 16px;
   line-height: 1.75;
}

.bk-testimonials-grid {
   row-gap: 24px;
}

.bk-testimonials-grid > div {
   display: flex;
}

.bk-testimonial-card {
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   min-height: 100%;
   padding: 30px;
   background: #f8fafc;
   border: 1px solid #e6ebf1;
   border-radius: 20px;
   transition:
      transform 0.25s ease,
      background-color 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

.bk-testimonial-card::before {
   content: "“";
   position: absolute;
   top: 12px;
   right: 24px;
   color: rgba(37, 99, 235, 0.08);
   font-family: Georgia, serif;
   font-size: 90px;
   font-weight: 700;
   line-height: 1;
}

.bk-testimonial-card:hover {
   background: #ffffff;
   border-color: rgba(37, 99, 235, 0.2);
   box-shadow: 0 20px 46px rgba(31, 41, 55, 0.09);
   transform: translateY(-5px);
}

.bk-testimonial-stars {
   position: relative;
   z-index: 2;
   display: flex;
   gap: 4px;
   margin-bottom: 21px;
   color: #f59e0b;
   font-size: 12px;
}

.bk-testimonial-card blockquote {
   position: relative;
   z-index: 2;
   flex: 1;
   margin: 0 0 28px;
   color: #344054;
   font-size: 16px;
   font-weight: 600;
   line-height: 1.75;
}

.bk-testimonial-author {
   position: relative;
   z-index: 2;
   display: flex;
   align-items: center;
   gap: 13px;
   margin: 0;
}

.bk-testimonial-avatar {
   display: flex;
   flex: 0 0 44px;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 50%;
   font-size: 11px;
   font-weight: 900;
   letter-spacing: 0.5px;
}

.bk-testimonial-author strong {
   display: block;
   margin-bottom: 3px;
   color: #202938;
   font-size: 13px;
   font-weight: 800;
}

.bk-testimonial-author span {
   display: block;
   color: #98a2b3;
   font-size: 11px;
   font-weight: 600;
}


/* ==================================================
   8. PREGUNTAS FRECUENTES
================================================== */

.bk-faq {
   position: relative;
   padding: 95px 0;
   overflow: hidden;
   background: #f8fafc;
}

.bk-faq::before {
   content: "";
   position: absolute;
   top: -150px;
   left: -150px;
   width: 360px;
   height: 360px;
   background: rgba(37, 99, 235, 0.05);
   border-radius: 50%;
   pointer-events: none;
}

.bk-faq-layout {
   position: relative;
   z-index: 2;
   row-gap: 40px;
}

.bk-faq-intro {
   position: sticky;
   top: 110px;
   max-width: 430px;
   padding-right: 35px;
}

.bk-faq-intro h2 {
   margin: 0 0 18px;
   color: #1f2937;
   font-size: 40px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.2px;
}

.bk-faq-intro > p {
   margin: 0 0 27px;
   color: #667085;
   font-size: 15px;
   line-height: 1.75;
}

.bk-faq-contact-link {
   display: inline-flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 6px;
   color: #667085;
   font-size: 13px;
   font-weight: 600;
   text-decoration: none;
}

.bk-faq-contact-link span {
   color: #2563eb;
   font-weight: 800;
}

.bk-faq-contact-link i {
   margin-left: 2px;
   color: #2563eb;
   font-size: 10px;
   transition: transform 0.2s ease;
}

.bk-faq-contact-link:hover {
   color: #667085;
   text-decoration: none;
}

.bk-faq-contact-link:hover i {
   transform: translateX(4px);
}

.bk-faq-list {
   display: flex;
   flex-direction: column;
   gap: 13px;
}

.bk-faq-item {
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 16px;
   transition:
      border-color 0.25s ease,
      box-shadow 0.25s ease;
}

.bk-faq-item[open] {
   border-color: rgba(37, 99, 235, 0.23);
   box-shadow: 0 12px 32px rgba(31, 41, 55, 0.06);
}

.bk-faq-item summary {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   padding: 22px 24px;
   color: #283445;
   cursor: pointer;
   font-size: 15px;
   font-weight: 800;
   line-height: 1.45;
   list-style: none;
   user-select: none;
}

.bk-faq-item summary::-webkit-details-marker {
   display: none;
}

.bk-faq-item summary::marker {
   display: none;
}

.bk-faq-icon {
   position: relative;
   flex: 0 0 30px;
   width: 30px;
   height: 30px;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 50%;
}

.bk-faq-icon::before,
.bk-faq-icon::after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 10px;
   height: 2px;
   background: #2563eb;
   border-radius: 10px;
   transform: translate(-50%, -50%);
   transition: transform 0.2s ease;
}

.bk-faq-icon::after {
   transform: translate(-50%, -50%) rotate(90deg);
}

.bk-faq-item[open] .bk-faq-icon::after {
   transform: translate(-50%, -50%) rotate(0);
}

.bk-faq-answer {
   padding: 0 68px 22px 24px;
}

.bk-faq-answer p {
   margin: 0;
   color: #667085;
   font-size: 14px;
   line-height: 1.75;
}


/* ==================================================
   9. CTA FINAL
================================================== */

.bk-final-cta {
   position: relative;
   padding: 85px 0;
   background: #ffffff;
}

.bk-final-cta-card {
   position: relative;
   padding: 58px;
   overflow: hidden;
   color: #ffffff;
   background:
      linear-gradient(
         135deg,
         #111827 0%,
         #1e293b 58%,
         #172554 100%
      );
   border-radius: 28px;
   box-shadow: 0 28px 70px rgba(15, 23, 42, 0.19);
}

.bk-final-cta-decoration {
   position: absolute;
   border-radius: 50%;
   pointer-events: none;
}

.bk-decoration-one {
   top: -170px;
   right: -110px;
   width: 370px;
   height: 370px;
   background: rgba(37, 99, 235, 0.25);
}

.bk-decoration-two {
   bottom: -190px;
   left: 25%;
   width: 310px;
   height: 310px;
   background: rgba(14, 165, 233, 0.1);
}

.bk-final-cta-content,
.bk-final-cta-actions {
   position: relative;
   z-index: 2;
}

.bk-final-cta-label {
   display: inline-flex;
   margin-bottom: 16px;
   padding: 7px 11px;
   color: #bfdbfe;
   background: rgba(59, 130, 246, 0.12);
   border: 1px solid rgba(147, 197, 253, 0.2);
   border-radius: 999px;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1.2px;
   text-transform: uppercase;
}

.bk-final-cta-content h2 {
   max-width: 720px;
   margin: 0 0 17px;
   color: #ffffff;
   font-size: 40px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.2px;
}

.bk-final-cta-content p {
   max-width: 680px;
   margin: 0;
   color: rgba(226, 232, 240, 0.78);
   font-size: 15px;
   line-height: 1.75;
}

.bk-final-cta-actions {
   display: flex;
   flex-direction: column;
   gap: 11px;
   padding-left: 25px;
}

.bk-final-cta-primary,
.bk-final-cta-secondary {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
   width: 100%;
   min-height: 51px;
   padding: 13px 20px;
   border-radius: 12px;
   font-size: 13px;
   font-weight: 800;
   text-decoration: none;
   transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
}

.bk-final-cta-primary {
   color: #ffffff;
   background: #2563eb;
   border: 1px solid #2563eb;
   box-shadow: 0 13px 28px rgba(37, 99, 235, 0.25);
}

.bk-final-cta-primary:hover {
   color: #ffffff;
   background: #1d4ed8;
   box-shadow: 0 17px 35px rgba(37, 99, 235, 0.32);
   transform: translateY(-2px);
   text-decoration: none;
}

.bk-final-cta-secondary {
   color: #ffffff;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.16);
}

.bk-final-cta-secondary:hover {
   color: #ffffff;
   background: rgba(255, 255, 255, 0.11);
   transform: translateY(-2px);
   text-decoration: none;
}

.bk-final-cta-actions small {
   display: block;
   margin-top: 3px;
   color: rgba(203, 213, 225, 0.66);
   font-size: 10px;
   line-height: 1.5;
   text-align: center;
}


/* ==================================================
   10. FOOTER
================================================== */

.bk-footer {
   position: relative;
   padding: 75px 0 0;
   color: #cbd5e1;
   background: #0f172a;
}

.bk-footer-main {
   padding-bottom: 55px;
}

.bk-footer-main .row {
   row-gap: 38px;
}

.bk-footer-logo {
   display: inline-block;
   margin-bottom: 22px;
}

.bk-footer-logo img {
   display: block;
   width: auto;
   max-width: 170px;
   max-height: 55px;
   object-fit: contain;
}

.bk-footer-brand {
   max-width: 330px;
   padding-right: 25px;
}

.bk-footer-brand > p {
   margin: 0 0 24px;
   color: #94a3b8;
   font-size: 13px;
   line-height: 1.75;
}

.bk-footer-social {
   display: flex;
   gap: 10px;
}

.bk-footer-social a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 40px;
   height: 40px;
   color: #cbd5e1;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.09);
   border-radius: 11px;
   font-size: 14px;
   text-decoration: none;
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
}

.bk-footer-social a:hover {
   color: #ffffff;
   background: #2563eb;
   transform: translateY(-3px);
}

.bk-footer-column h3 {
   margin: 5px 0 21px;
   color: #ffffff;
   font-size: 13px;
   font-weight: 800;
   letter-spacing: 0.3px;
}

.bk-footer-column ul {
   display: flex;
   flex-direction: column;
   gap: 12px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.bk-footer-column li,
.bk-footer-column a {
   color: #94a3b8;
   font-size: 12px;
   line-height: 1.55;
   text-decoration: none;
}

.bk-footer-column a {
   transition:
      color 0.2s ease,
      padding-left 0.2s ease;
}

.bk-footer-column > ul > li > a:hover {
   padding-left: 3px;
   color: #ffffff;
}

.bk-footer-contact li {
   display: grid;
   grid-template-columns: 20px minmax(0, 1fr);
   gap: 8px;
   align-items: flex-start;
}

.bk-footer-contact li i {
   margin-top: 3px;
   color: #60a5fa;
   font-size: 12px;
}

.bk-footer-portfolio {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   margin-top: 24px;
   color: #93c5fd !important;
   font-weight: 800;
}

.bk-footer-portfolio:hover {
   gap: 12px;
   padding-left: 0 !important;
   color: #ffffff !important;
}

.bk-footer-bottom {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 30px;
   min-height: 74px;
   padding: 20px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bk-footer-bottom p {
   margin: 0;
   color: #64748b;
   font-size: 11px;
}

.bk-footer-bottom > div {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

.bk-footer-bottom a {
   color: #64748b;
   font-size: 11px;
   text-decoration: none;
}

.bk-footer-bottom a:hover {
   color: #cbd5e1;
}


/* WhatsApp flotante */

.bk-whatsapp-floating {
   position: fixed;
   right: 24px;
   bottom: 24px;
   z-index: 999;
   display: flex;
   align-items: center;
   gap: 9px;
   min-height: 52px;
   padding: 12px 18px;
   color: #ffffff;
   background: #25d366;
   border: 2px solid rgba(255, 255, 255, 0.75);
   border-radius: 999px;
   box-shadow: 0 13px 32px rgba(15, 23, 42, 0.25);
   font-size: 13px;
   font-weight: 800;
   text-decoration: none;
   transition:
      transform 0.2s ease,
      box-shadow 0.2s ease;
}

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

.bk-whatsapp-floating:hover {
   color: #ffffff;
   box-shadow: 0 17px 38px rgba(15, 23, 42, 0.32);
   transform: translateY(-3px);
   text-decoration: none;
}


/* Volver arriba */

.bk-back-to-top {
   position: absolute;
   right: 28px;
   bottom: 96px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 42px;
   height: 42px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.07);
   border: 1px solid rgba(255, 255, 255, 0.12);
   border-radius: 11px;
   font-size: 17px;
   text-decoration: none;
   transition:
      background-color 0.2s ease,
      transform 0.2s ease;
}

.bk-back-to-top:hover {
   color: #ffffff;
   background: #2563eb;
   transform: translateY(-3px);
   text-decoration: none;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-testimonials,
   .bk-faq {
      padding: 78px 0;
   }

   .bk-testimonials-header {
      grid-template-columns: 1fr;
      gap: 18px;
   }

   .bk-testimonials-header h2 {
      font-size: 37px;
   }

   .bk-testimonials-header > p {
      max-width: 650px;
   }

   .bk-faq-intro {
      position: static;
      max-width: 650px;
      padding-right: 0;
   }

   .bk-faq-intro h2 {
      font-size: 36px;
   }

   .bk-final-cta-card {
      padding: 48px;
   }

   .bk-final-cta-content h2 {
      font-size: 36px;
   }

   .bk-final-cta-actions {
      margin-top: 32px;
      padding-left: 0;
   }
}

@media (max-width: 767px) {
   .bk-testimonials,
   .bk-faq {
      padding: 65px 0;
   }

   .bk-testimonials-header {
      margin-bottom: 38px;
   }

   .bk-testimonials-header h2,
   .bk-faq-intro h2 {
      font-size: 31px;
   }

   .bk-final-cta {
      padding: 65px 0;
   }

   .bk-final-cta-card {
      padding: 38px 30px;
      border-radius: 22px;
   }

   .bk-final-cta-content h2 {
      font-size: 31px;
   }

   .bk-footer {
      padding-top: 60px;
   }

   .bk-footer-brand {
      max-width: 100%;
      padding-right: 0;
   }

   .bk-footer-bottom {
      flex-direction: column;
      align-items: flex-start;
      gap: 13px;
   }
}

@media (max-width: 575px) {
   .bk-testimonials,
   .bk-faq {
      padding: 56px 0;
   }

   .bk-testimonials-header h2,
   .bk-faq-intro h2 {
      font-size: 27px;
      letter-spacing: -0.7px;
   }

   .bk-testimonial-card {
      padding: 25px 22px;
   }

   .bk-testimonial-card blockquote {
      font-size: 15px;
   }

   .bk-faq-item summary {
      padding: 19px;
      font-size: 14px;
   }

   .bk-faq-answer {
      padding: 0 19px 20px;
   }

   .bk-final-cta {
      padding: 55px 0;
   }

   .bk-final-cta-card {
      padding: 32px 22px;
   }

   .bk-final-cta-content h2 {
      font-size: 27px;
   }

   .bk-final-cta-content p {
      font-size: 14px;
   }

   .bk-footer-column h3 {
      margin-top: 0;
   }

   .bk-whatsapp-floating {
      right: 16px;
      bottom: 16px;
      width: 54px;
      height: 54px;
      min-height: 54px;
      padding: 0;
      justify-content: center;
   }

   .bk-whatsapp-floating span {
      display: none;
   }

   .bk-back-to-top {
      right: 20px;
      bottom: 94px;
   }
}
/* ==================================================
   HEADER FIJO BUCKAPI
================================================== */

:root {
   --bk-header-height: 82px;
   --bk-navy: #0f172a;
   --bk-navy-soft: #172033;
   --bk-blue: #2563eb;
   --bk-blue-hover: #1d4ed8;
}

/* Permite desplazamiento suave */
html {
   scroll-behavior: smooth;
}

/* Evita que el header tape las secciones */
section[id] {
   scroll-margin-top: calc(var(--bk-header-height) + 18px);
}

/* Header fijo */
.site-header {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1050;
   width: 100%;
   min-height: var(--bk-header-height);
   /* background: rgba(15, 23, 42, 0.96); */
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
   box-shadow: 0 8px 30px rgba(15, 23, 42, 0.12);
   backdrop-filter: blur(14px);
   -webkit-backdrop-filter: blur(14px);
}

/* Compensa el espacio ocupado por el header */
body {
   padding-top: var(--bk-header-height);
}

/* Navbar */
.buckapi-navbar {
   min-height: var(--bk-header-height);
   padding: 8px 0;
}

/* Logo */
.buckapi-brand {
   display: inline-flex;
   align-items: center;
   margin-right: 28px;
   padding: 0;
}

.buckapi-brand img {
   display: block;
   width: 58px;
   height: 58px;
   object-fit: contain;
}

/* Enlaces */
.buckapi-navbar .navbar-nav {
   gap: 4px;
}

.buckapi-navbar .nav-item {
   display: flex;
   align-items: center;
}

.buckapi-navbar .nav-link {
   position: relative;
   padding: 13px 12px !important;
   color: #172554 !important;
   font-size: 13px;
   font-weight: 700;
   line-height: 1;
   text-decoration: none;
   transition:
      color 0.2s ease,
      background-color 0.2s ease;
}

/* Línea inferior */
.buckapi-navbar .nav-link::after {
   content: "";
   position: absolute;
   right: 12px;
   bottom: 5px;
   left: 12px;
   height: 2px;
   background: #60a5fa;
   border-radius: 10px;
   transform: scaleX(0);
   transform-origin: center;
   transition: transform 0.2s ease;
}

.buckapi-navbar .nav-link:hover,
.buckapi-navbar .nav-item.active .nav-link {
   color: #172554 !important;
}

.buckapi-navbar .nav-link:hover::after,
.buckapi-navbar .nav-item.active .nav-link::after {
   transform: scaleX(1);
}

/* CTA */
.nav-item-cta {
   margin-left: 14px;
}

.buckapi-header-cta {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   min-height: 40px;
   padding: 0 16px;
   color: #ffffff !important;
   background: var(--bk-blue);
   border: 1px solid var(--bk-blue);
   border-radius: 11px;
   box-shadow: 0 10px 24px rgba(37, 99, 235, 0.23);
   font-size: 12px;
   font-weight: 800;
   line-height: 1;
   text-decoration: none;
   transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.buckapi-header-cta:hover {
   color: #ffffff !important;
   background: var(--bk-blue-hover);
   border-color: var(--bk-blue-hover);
   box-shadow: 0 14px 30px rgba(37, 99, 235, 0.3);
   transform: translateY(-2px);
   text-decoration: none;
}

.buckapi-header-cta:focus,
.buckapi-header-cta:active,
.buckapi-header-cta:visited {
   text-decoration: none;
}

.site-header .buckapi-header-cta,
.site-header .buckapi-header-cta:hover,
.site-header .buckapi-header-cta:focus,
.site-header .buckapi-header-cta:active {
   border-bottom: 0 !important;
   text-decoration: none !important;
}

.site-header .buckapi-header-cta::before,
.site-header .buckapi-header-cta::after {
   display: none !important;
   content: none !important;
}

@media (min-width: 992px) {
   .buckapi-header-cta {
      padding: 0;
   }
}

/* Botón móvil */
.buckapi-toggler {
   width: 46px;
   height: 42px;
   padding: 8px;
   background: #0f172a;
   border: 1px solid rgba(255, 255, 255, 0.15);
   border-radius: 10px;
}

.buckapi-toggler:focus {
   outline: none;
   box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.18);
}

/* Bootstrap navbar-dark genera el icono blanco */
.buckapi-toggler .navbar-toggler-icon {
   width: 22px;
   height: 22px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   :root {
      --bk-header-height: 74px;
   }

   .buckapi-navbar {
      min-height: 74px;
   }

   .buckapi-brand img {
      width: 52px;
      height: 52px;
   }

   .buckapi-navbar .navbar-collapse {
      position: absolute;
      top: calc(100% + 1px);
      right: 0;
      left: 0;
      max-height: calc(100vh - var(--bk-header-height));
      padding: 14px 18px 20px;
      overflow-y: auto;
      /* background: #0f172a; */
      border-top: 1px solid rgba(255, 255, 255, 0.07);
      border-bottom: 1px solid rgba(255, 255, 255, 0.09);
      box-shadow: 0 18px 35px rgba(15, 23, 42, 0.22);
   }

   .buckapi-navbar .navbar-nav {
      gap: 3px;
      align-items: stretch !important;
   }

   .buckapi-navbar .nav-item {
      display: block;
      width: 100%;
   }

   .buckapi-navbar .nav-link {
      display: block;
      width: 100%;
      padding: 13px 12px !important;
      border-radius: 8px;
   }

   .buckapi-navbar .nav-link::after {
      display: none;
   }

   .buckapi-navbar .nav-link:hover,
   .buckapi-navbar .nav-item.active .nav-link {
      color: #2563eb !important;
      background: rgba(255, 255, 255, 0.06);
   }

   .nav-item-cta {
      margin-top: 10px;
      margin-left: 0;
   }

   .buckapi-header-cta {
      width: 100%;
      min-height: 48px;
   }
}

@media (max-width: 575px) {
   .site-header .container {
      padding-right: 16px;
      padding-left: 16px;
   }

   .buckapi-brand img {
      width: 48px;
      height: 48px;
   }
}
/* ==================================================
   NAV — LABS LINK (diseño diferenciado)
================================================== */
.nav-item-labs .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px !important;
  color: #fff !important;
  background: #172554;
  border: 1px solid #172554;
  border-radius: 11px;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .5px;
  text-transform: uppercase;
  box-shadow: 0 2px 12px rgba(23, 37, 84, .35);
  transition: transform .2s, box-shadow .2s;
}
.nav-item-labs .nav-link::after {
  display: none !important;
}
.nav-item-labs .nav-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(23, 37, 84, .5);
  color: #fff !important;
  background: #1e2a5c;
}
.nav-item-labs .nav-link i {
  margin-right: 5px;
  font-size: 11px;
}
@media (max-width: 991px) {
  .nav-item-labs .nav-link {
    display: inline-flex;
    margin-top: 8px;
    text-align: center;
  }
}
/* ==================================================
   PORTAFOLIO — HERO
================================================== */

.bk-portfolio-hero {
   position: relative;
   padding: 115px 0 85px;
   overflow: hidden;
   color: #ffffff;
   background:
      radial-gradient(
         circle at 82% 20%,
         rgba(37, 99, 235, 0.28),
         transparent 34%
      ),
      linear-gradient(
         135deg,
         #0f172a 0%,
         #172033 58%,
         #172554 100%
      );
}

.bk-portfolio-hero::before {
   content: "";
   position: absolute;
   top: -190px;
   right: -120px;
   width: 430px;
   height: 430px;
   border: 1px solid rgba(255, 255, 255, 0.07);
   border-radius: 50%;
}

.bk-portfolio-hero::after {
   content: "";
   position: absolute;
   right: 130px;
   bottom: -210px;
   width: 360px;
   height: 360px;
   background: rgba(14, 165, 233, 0.08);
   border-radius: 50%;
}

.bk-portfolio-hero-content {
   position: relative;
   z-index: 2;
   max-width: 850px;
}

.bk-portfolio-hero .bk-section-label {
   color: #93c5fd;
}

.bk-portfolio-hero h1 {
   max-width: 820px;
   margin: 15px 0 22px;
   color: #ffffff;
   font-size: 56px;
   font-weight: 800;
   line-height: 1.08;
   letter-spacing: -2px;
}

.bk-portfolio-hero-content > p {
   max-width: 720px;
   margin: 0;
   color: rgba(226, 232, 240, 0.78);
   font-size: 17px;
   line-height: 1.75;
}

.bk-portfolio-summary {
   display: flex;
   flex-wrap: wrap;
   gap: 22px;
   margin-top: 42px;
}

.bk-portfolio-summary > div {
   min-width: 170px;
   padding: 17px 21px;
   background: rgba(255, 255, 255, 0.055);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 14px;
   backdrop-filter: blur(8px);
}

.bk-portfolio-summary strong {
   display: block;
   margin-bottom: 3px;
   color: #ffffff;
   font-size: 22px;
   font-weight: 800;
}

.bk-portfolio-summary span {
   color: #94a3b8;
   font-size: 11px;
   font-weight: 600;
}


/* ==================================================
   PORTAFOLIO — CONTENIDO
================================================== */

.bk-portfolio {
   padding: 95px 0;
   background: #f8fafc;
}

.bk-portfolio-toolbar {
   display: grid;
   grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
   gap: 45px;
   align-items: end;
   margin-bottom: 48px;
}

.bk-portfolio-heading > span {
   display: block;
   margin-bottom: 9px;
   color: #2563eb;
   font-size: 10px;
   font-weight: 800;
   letter-spacing: 1.2px;
   text-transform: uppercase;
}

.bk-portfolio-heading h2 {
   margin: 0 0 12px;
   color: #1f2937;
   font-size: 39px;
   font-weight: 800;
   letter-spacing: -1px;
}

.bk-portfolio-heading p {
   max-width: 510px;
   margin: 0;
   color: #667085;
   font-size: 14px;
   line-height: 1.7;
}


/* Filtros */

.bk-portfolio-filters {
   display: flex;
   justify-content: flex-end;
}

.bk-portfolio-filters .filter-menu {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   gap: 8px;
   margin: 0;
   padding: 0;
   list-style: none;
}

.bk-portfolio-filters .filter-menu li {
   padding: 9px 14px;
   color: #667085;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 999px;
   cursor: pointer;
   font-size: 11px;
   font-weight: 700;
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease;
}

.bk-portfolio-filters .filter-menu li:hover {
   color: #2563eb;
   border-color: rgba(37, 99, 235, 0.25);
   transform: translateY(-2px);
}

.bk-portfolio-filters .filter-menu li.is-checked {
   color: #ffffff;
   background: #2563eb;
   border-color: #2563eb;
}

.bk-portfolio-filters .filter-menu .bk-portfolio-filter-ai { color: #0f5fbd; background: #edf6ff; border-color: #b9dcff; box-shadow: 0 4px 14px rgba(37, 99, 235, .1); }
.bk-portfolio-filters .filter-menu .bk-portfolio-filter-ai i { margin-right: 3px; color: #2563eb; }
.bk-portfolio-filters .filter-menu .bk-portfolio-filter-ai span { margin-left: 4px; font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.bk-project-card-ai { border-color: #c7e4ff; box-shadow: 0 15px 36px rgba(37, 99, 235, .1); }
.bk-project-card-ai .bk-project-image { display: flex; align-items: center; justify-content: center; padding: 13px; background: linear-gradient(145deg, #e8f3ff, #f7fbff); }
.bk-project-card-ai .bk-project-image::after { display: none; }
.bk-project-card-ai .bk-project-image img { width: 92%; height: 92%; object-fit: contain; object-position: center; border: 1px solid rgba(125, 211, 252, .48); border-radius: 12px; box-shadow: 0 12px 28px rgba(15, 66, 128, .16); }
.bk-project-card-ai:hover .bk-project-image img { transform: scale(1.02); }
.bk-project-labs-badge { position: absolute; z-index: 2; top: 16px; left: 16px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; color: #fff; background: rgba(7, 35, 73, .88); border: 1px solid rgba(186, 230, 253, .42); border-radius: 999px; box-shadow: 0 5px 14px rgba(7, 35, 73, .2); backdrop-filter: blur(7px); font-size: 9px; font-weight: 800; letter-spacing: .07em; white-space: nowrap; }
.bk-project-labs-badge i { color: #7dd3fc; font-size: 10px; }
.bk-project-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.bk-project-demo-link { color: #1877f2; font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.bk-project-demo-link:hover { color: #0f67d3; text-decoration: none; }
.bk-labs-index, .bk-lab-page { min-height: 100vh; color: #dbeafe; background: #020817; font-family: "Open Sans", sans-serif; margin: 0; }
.bk-labs-nav { display: flex; align-items: center; justify-content: space-between; max-width: 1160px; margin: 0 auto; padding: 12px 24px; }
.bk-labs-nav img { display: block; width: auto; height: 40px; object-fit: contain; }.bk-labs-nav a { color: #bfdbfe; font-size: 12px; font-weight: 800; text-decoration: none; }.bk-labs-nav a:hover { color: #fff; }
.bk-labs-hero { max-width: 800px; margin: 0 auto 35px; padding: 0 24px; text-align: center; }.bk-labs-hero > span, .bk-lab-intro > span { color: #7dd3fc; font-size: 11px; font-weight: 800; letter-spacing: .14em; }.bk-labs-hero h1 { margin: 12px 0; color: #fff; font-size: clamp(32px, 5vw, 58px); font-weight: 800; line-height: 1.05; }.bk-labs-hero p { color: #a9c4e7; font-size: 16px; line-height: 1.7; }
.bk-labs-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; max-width: 1100px; margin: 0 auto; padding: 20px 24px 70px; }.bk-labs-grid article { min-height: 260px; padding: 24px; background: linear-gradient(145deg, #071a33, #0b2d57); border: 1px solid rgba(125, 211, 252, .25); border-radius: 18px; }.bk-labs-grid img { width: 100%; min-height: 120px; margin-bottom: 16px; object-fit: contain; object-position: center; border-radius: 10px; background: rgba(2, 8, 23, .4); }.bk-labs-grid span { color: #7dd3fc; font-size: 10px; font-weight: 800; letter-spacing: .09em; }.bk-labs-grid h2 { margin: 9px 0; color: #fff; font-size: 22px; font-weight: 800; }.bk-labs-grid p { color: #b6c9e2; font-size: 13px; line-height: 1.6; }.bk-labs-grid a, .bk-lab-intro button { display: inline-block; margin-top: 8px; padding: 10px 13px; color: #fff; background: #1877f2; border: 0; border-radius: 8px; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }.bk-labs-icon { display: grid; width: 54px; height: 54px; place-items: center; color: #7dd3fc; background: rgba(56, 189, 248, .12); border-radius: 14px; font-size: 22px; }
.bk-lab-shell { max-width: 1120px; min-height: 100vh; margin: 0 auto; }.bk-lab-intro { max-width: 660px; margin: 70px auto; padding: 38px; text-align: center; background: radial-gradient(circle at top, rgba(37, 99, 235, .2), transparent 60%), #071a33; border: 1px solid rgba(125, 211, 252, .2); border-radius: 20px; }.bk-lab-intro h1 { margin: 12px 0; color: #fff; font-size: clamp(30px, 5vw, 48px); font-weight: 800; }.bk-lab-intro p, .bk-lab-intro small { display: block; color: #b6c9e2; line-height: 1.7; }.bk-lab-intro small { margin-top: 15px; font-size: 12px; }.bk-lab-file { display: block; margin: 16px auto 0; color: #7dd3fc; font-size: 12px; font-weight: 800; cursor: pointer; }.bk-lab-file input { display: block; max-width: 220px; margin: 8px auto; }
.bk-document-workspace, .bk-voice-workspace, .bk-hand-workspace { margin: 18px 24px 50px; overflow: hidden; background: #071a33; border: 1px solid rgba(125, 211, 252, .24); border-radius: 18px; }.bk-document-workspace > header { display: flex; justify-content: space-between; gap: 8px; padding: 15px; color: #7dd3fc; border-bottom: 1px solid rgba(125, 211, 252, .2); font-size: 11px; font-weight: 800; }.bk-document-workspace button, .bk-voice-workspace button { padding: 7px 10px; color: #dbeafe; background: transparent; border: 1px solid rgba(125, 211, 252, .4); border-radius: 7px; font-size: 11px; font-weight: 800; }.bk-document-grid, .bk-voice-workspace, .bk-hand-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 320px; }.bk-document-grid figure { margin: 0; padding: 22px; text-align: center; background: #eaf3ff; }.bk-document-grid figure img { width: 100%; max-height: 520px; object-fit: contain; }.bk-document-grid figcaption { color: #475569; font-size: 12px; }.bk-document-grid aside, .bk-hand-workspace aside, .bk-voice-workspace aside { padding: 24px; }.bk-document-grid dl { display: grid; gap: 13px; }.bk-document-grid dl div { padding-bottom: 10px; border-bottom: 1px solid rgba(125, 211, 252, .16); }.bk-document-grid dt { color: #7dd3fc; font-size: 10px; text-transform: uppercase; }.bk-document-grid dd { margin: 3px 0 0; color: #fff; font-size: 14px; font-weight: 700; }.bk-lab-status { color: #86efac; font-size: 12px; }.bk-document-workspace pre, .bk-document-flow { margin: 0; padding: 18px; color: #dbeafe; background: #020817; }.bk-document-flow { color: #86efac; font-size: 12px; }
.bk-voice-workspace { grid-template-columns: 230px minmax(0, 1fr) 280px; align-items: center; }.bk-voice-orb { display: grid; width: 120px; height: 120px; margin: auto; place-items: center; color: #a5f3fc; background: radial-gradient(circle, rgba(56, 189, 248, .45), rgba(37, 99, 235, .08) 65%); border: 1px solid #38bdf8; border-radius: 50%; box-shadow: 0 0 35px rgba(56, 189, 248, .3); font-size: 35px; }.bk-voice-panel { padding: 30px 10px; }.bk-voice-panel > span, .bk-voice-workspace aside > span { color: #7dd3fc; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.bk-voice-panel h2 { color: #fff; font-size: 25px; }.bk-voice-panel p { color: #b6c9e2; }.bk-voice-panel label { display: block; margin: 15px 0 6px; color: #dbeafe; font-size: 12px; }.bk-voice-panel form div { display: flex; gap: 7px; }.bk-voice-panel input { min-width: 0; flex: 1; padding: 10px; color: #fff; background: #020817; border: 1px solid rgba(125, 211, 252, .35); border-radius: 7px; }.bk-voice-examples { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }.bk-voice-workspace aside { min-height: 100%; background: rgba(2, 8, 23, .48); }.bk-voice-workspace aside p { margin: 16px 0 3px; color: #8ca9cb; font-size: 11px; }.bk-voice-workspace aside strong { color: #fff; font-size: 13px; }
.bk-hand-scene { min-height: 500px; }.bk-hand-scene canvas { display: block; width: 100%; height: 100%; }.bk-hand-camera { position: relative; aspect-ratio: 4 / 3; background: #020817; border-radius: 10px; overflow: hidden; }.bk-hand-camera video, .bk-hand-camera canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }.bk-hand-camera canvas { pointer-events: none; }.bk-hand-workspace dt { color: #8ca9cb; font-size: 11px; }.bk-hand-workspace dd { margin: 3px 0 13px; color: #fff; font-weight: 800; }.bk-hand-active { color: #86efac !important; }.bk-hand-workspace p { color: #fef3c7; font-size: 12px; }.bk-hand-controls { display: flex; flex-wrap: wrap; gap: 6px; }.bk-hand-controls button { padding: 7px 9px; color: #dbeafe; background: transparent; border: 1px solid rgba(125,211,252,.4); border-radius: 7px; font-size: 11px; }.bk-hand-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 23px 28px; background: linear-gradient(90deg, #081b36, #061326); border-bottom: 1px solid rgba(96, 165, 250, .2); }.bk-hand-header span { display: block; color: #1877f2; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.bk-hand-header h1 { margin: 5px 0 4px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }.bk-hand-header p { margin: 0; color: #9fb9d9; font-size: 13px; }.bk-hand-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); min-height: 430px; }.bk-hand-intro img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; opacity: .82; }.bk-hand-intro > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 62px); background: radial-gradient(circle at 20% 15%, rgba(37, 99, 235, .2), transparent 45%), #091a32; }.bk-hand-intro span { display: block; color: #1877f2; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.bk-hand-intro h2 { margin: 12px 0; color: #fff; font-size: clamp(24px, 3vw, 35px); font-weight: 800; line-height: 1.1; }.bk-hand-intro p { margin: 0 0 24px; color: #b6c9e2; font-size: 15px; line-height: 1.7; }.bk-hand-intro button { align-self: flex-start; padding: 11px 14px; color: #fff; background: #1877f2; border: 0; border-radius: 10px; font-size: 14px; font-weight: 800; cursor: pointer; }.bk-hand-intro small { display: block; margin-top: 14px; color: #8ca9cb; font-size: 12px; }.bk-hand-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 24px; color: #9fb9d9; background: #081b36; border-top: 1px solid rgba(96, 165, 250, .2); font-size: 12px; }.bk-hand-footer p { margin: 0; }.bk-hand-footer a { color: #7dd3fc; font-weight: 800; text-decoration: none; }.bk-labs-nav > div { display: flex; gap: 16px; align-items: center; }
.bk-lab-shell footer { padding: 22px; color: #8ca9cb; text-align: center; }.bk-lab-shell footer a { color: #7dd3fc; font-weight: 800; }
@media (max-width: 767px) { .bk-labs-grid, .bk-document-grid, .bk-voice-workspace, .bk-hand-workspace { grid-template-columns: 1fr; }.bk-labs-grid { padding: 15px 18px 45px; }.bk-lab-intro { margin: 30px 18px; padding: 28px 20px; }.bk-document-workspace, .bk-voice-workspace, .bk-hand-workspace { margin: 12px 18px 35px; }.bk-hand-scene { min-height: 330px; }.bk-hand-intro { grid-template-columns: 1fr; }.bk-hand-intro img { min-height: 210px; max-height: 270px; }.bk-hand-intro > div { padding: 27px 21px; }.bk-hand-header { padding: 17px; }.bk-hand-footer { position: static; }.bk-voice-orb { margin: 25px auto 0; }.bk-voice-panel { padding: 20px; }.bk-labs-nav { padding: 15px 18px; } }


/* Cuadrícula */

.bk-portfolio-grid {
   row-gap: 28px;
}

.bk-portfolio-grid .single-card-item {
   display: flex;
   margin-bottom: 28px;
}

.bk-project-card {
   display: flex;
   flex-direction: column;
   width: 100%;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 20px;
   box-shadow: 0 13px 35px rgba(31, 41, 55, 0.055);
   transition:
      transform 0.28s ease,
      box-shadow 0.28s ease,
      border-color 0.28s ease;
}

.bk-project-card:hover {
   border-color: rgba(37, 99, 235, 0.22);
   box-shadow: 0 24px 52px rgba(31, 41, 55, 0.12);
   transform: translateY(-7px);
}


/* Imagen */

.bk-project-image {
   position: relative;
   display: block;
   height: 255px;
   overflow: hidden;
   background: #eef2f6;
}

.bk-project-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.45s ease;
}

.bk-project-card:hover .bk-project-image img {
   transform: scale(1.045);
}

.bk-project-country-group {
   position: static;
}

.bk-project-country {
   position: absolute;
   top: 15px;
   left: 15px;
   display: inline-flex;
   align-items: center;
   padding: 7px 11px;
   color: #ffffff;
   background: rgba(15, 23, 42, 0.77);
   border: 1px solid rgba(255, 255, 255, 0.15);
   border-radius: 999px;
   backdrop-filter: blur(8px);
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 0.7px;
   text-transform: uppercase;
   white-space: nowrap;
}

.bk-project-country-group .bk-country-flag {
   position: absolute;
   right: 15px;
   bottom: 15px;
   display: block;
   flex: 0 0 40px;
   width: 40px;
   min-width: 40px;
   max-width: 40px;
   height: 28px;
   min-height: 28px;
   max-height: 28px;
   object-fit: cover;
   border: 1px solid rgba(255, 255, 255, 0.9);
   border-radius: 2px;
   box-shadow: 0 5px 14px rgba(15, 23, 42, 0.28);
}

.bk-project-card:hover .bk-project-country-group .bk-country-flag {
   transform: none;
}

.bk-project-arrow {
   position: absolute;
   top: 15px;
   right: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 38px;
   height: 38px;
   color: #1f2937;
   background: rgba(255, 255, 255, 0.9);
   border-radius: 50%;
   box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
   transform: rotate(45deg);
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
}

.bk-project-card:hover .bk-project-arrow {
   color: #ffffff;
   background: #2563eb;
   transform: rotate(45deg) scale(1.06);
}


/* Información */

.bk-project-info {
   display: flex;
   flex: 1;
   flex-direction: column;
   padding: 25px;
}

.bk-project-category {
   margin-bottom: 8px;
   color: #2563eb;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.bk-project-info h3 {
   margin: 0 0 11px;
   font-size: 22px;
   font-weight: 800;
   line-height: 1.3;
}

.bk-project-info h3 a {
   color: #202938;
   text-decoration: none;
}

.bk-project-info > p {
   margin: 0 0 19px;
   color: #667085;
   font-size: 13px;
   line-height: 1.7;
}

.bk-project-tags {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
   margin-bottom: 22px;
}

.bk-project-tags span {
   padding: 6px 9px;
   color: #475467;
   background: #f5f7fa;
   border: 1px solid #e8ecf1;
   border-radius: 7px;
   font-size: 9px;
   font-weight: 700;
}

.bk-project-link {
   display: inline-flex;
   align-items: center;
   gap: 8px;
   width: fit-content;
   margin-top: auto;
   color: #2563eb;
   font-size: 12px;
   font-weight: 800;
   text-decoration: none;
   transition: gap 0.2s ease;
}

.bk-project-link:hover {
   gap: 12px;
   color: #1d4ed8;
   text-decoration: none;
}

.bk-project-link i {
   font-size: 9px;
}

.bk-portfolio-cta {
   padding-top: 20px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-portfolio-hero {
      padding: 95px 0 75px;
   }

   .bk-portfolio-hero h1 {
      font-size: 46px;
   }

   .bk-portfolio {
      padding: 78px 0;
   }

   .bk-portfolio-toolbar {
      grid-template-columns: 1fr;
      gap: 26px;
   }

   .bk-portfolio-filters {
      justify-content: flex-start;
   }

   .bk-portfolio-filters .filter-menu {
      justify-content: flex-start;
   }
}

@media (max-width: 767px) {
   .bk-portfolio-hero {
      padding: 78px 0 65px;
   }

   .bk-portfolio-hero h1 {
      font-size: 38px;
      letter-spacing: -1.3px;
   }

   .bk-portfolio-hero-content > p {
      font-size: 15px;
   }

   .bk-portfolio {
      padding: 65px 0;
   }

   .bk-portfolio-heading h2 {
      font-size: 33px;
   }

   .bk-portfolio-filters {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
      overflow: hidden;
   }

   .bk-portfolio-filters .filter-menu {
      box-sizing: border-box;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 10px;
      width: 100%;
      padding: 4px 15px 10px;
      overflow-x: auto;
      overscroll-behavior-x: contain;
      scroll-behavior: smooth;
      scroll-snap-type: x proximity;
      scrollbar-width: none;
      touch-action: pan-x;
      -webkit-overflow-scrolling: touch;
   }

   .bk-portfolio-filters .filter-menu::-webkit-scrollbar {
      display: none;
   }

   .bk-portfolio-filters .filter-menu li {
      flex: 0 0 auto;
      white-space: nowrap;
      scroll-snap-align: start;
   }

   .bk-project-image {
      height: 235px;
   }
}

@media (max-width: 575px) {
   .bk-portfolio-hero {
      padding: 65px 0 55px;
   }

   .bk-portfolio-hero h1 {
      font-size: 31px;
      letter-spacing: -0.9px;
   }

   .bk-portfolio-summary {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 30px;
   }

   .bk-portfolio-summary > div {
      min-width: 0;
   }

   .bk-portfolio {
      padding: 55px 0;
   }

   .bk-portfolio-heading h2 {
      font-size: 28px;
   }

   .bk-project-image {
      height: 215px;
   }

   .bk-project-info {
      padding: 22px;
   }
}
/* ==================================================
   CONTACTO — HERO
================================================== */

.bk-contact-hero {
   position: relative;
   padding: 110px 0 135px;
   overflow: hidden;
   color: #ffffff;
   background:
      radial-gradient(
         circle at 80% 20%,
         rgba(37, 99, 235, 0.28),
         transparent 34%
      ),
      linear-gradient(
         135deg,
         #0f172a 0%,
         #172033 58%,
         #172554 100%
      );
}

.bk-contact-hero::before {
   content: "";
   position: absolute;
   top: -190px;
   right: -130px;
   width: 440px;
   height: 440px;
   border: 1px solid rgba(255, 255, 255, 0.07);
   border-radius: 50%;
}

.bk-contact-hero::after {
   content: "";
   position: absolute;
   right: 15%;
   bottom: -250px;
   width: 410px;
   height: 410px;
   background: rgba(14, 165, 233, 0.08);
   border-radius: 50%;
}

.bk-contact-hero-content {
   position: relative;
   z-index: 2;
   max-width: 820px;
   margin: 0 auto;
   text-align: center;
}

.bk-contact-label {
   display: inline-flex;
   margin-bottom: 17px;
   padding: 7px 12px;
   color: #bfdbfe;
   background: rgba(59, 130, 246, 0.12);
   border: 1px solid rgba(147, 197, 253, 0.2);
   border-radius: 999px;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1.2px;
   text-transform: uppercase;
}

.bk-contact-hero h1 {
   margin: 0 0 21px;
   color: #ffffff;
   font-size: 54px;
   font-weight: 800;
   line-height: 1.1;
   letter-spacing: -1.9px;
}

.bk-contact-hero p {
   max-width: 720px;
   margin: 0 auto;
   color: rgba(226, 232, 240, 0.78);
   font-size: 17px;
   line-height: 1.75;
}


/* ==================================================
   CONTACTO — CONTENIDO
================================================== */

.bk-contact-section {
   position: relative;
   z-index: 4;
   padding: 95px 0 95px;
   background: #f8fafc;
}

.bk-contact-layout {
   margin-top: -72px;
   row-gap: 30px;
}

.bk-contact-layout > div {
   display: flex;
}


/* Información */

.bk-contact-information {
   width: 100%;
   padding: 38px 35px;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 24px;
   box-shadow: 0 22px 55px rgba(31, 41, 55, 0.09);
}

.bk-contact-information h2 {
   margin: 10px 0 14px;
   color: #202938;
   font-size: 30px;
   font-weight: 800;
   line-height: 1.25;
   letter-spacing: -0.7px;
}

.bk-contact-intro {
   margin: 0 0 28px;
   color: #667085;
   font-size: 14px;
   line-height: 1.75;
}

.bk-contact-methods {
   display: flex;
   flex-direction: column;
   gap: 11px;
}

.bk-contact-method {
   position: relative;
   display: grid;
   grid-template-columns: 47px minmax(0, 1fr) 18px;
   gap: 13px;
   align-items: center;
   min-height: 74px;
   padding: 13px 15px;
   color: inherit;
   background: #f8fafc;
   border: 1px solid #e6ebf1;
   border-radius: 15px;
   text-decoration: none;
   transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.bk-contact-method:hover {
   color: inherit;
   background: #ffffff;
   border-color: rgba(37, 99, 235, 0.22);
   box-shadow: 0 12px 26px rgba(31, 41, 55, 0.07);
   transform: translateY(-2px);
   text-decoration: none;
}

.bk-contact-method-static {
   grid-template-columns: 47px minmax(0, 1fr);
}

.bk-contact-method-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 47px;
   height: 47px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 13px;
   font-size: 17px;
}

.bk-contact-method small {
   display: block;
   margin-bottom: 3px;
   color: #98a2b3;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 0.5px;
   text-transform: uppercase;
}

.bk-contact-method strong {
   display: block;
   overflow-wrap: anywhere;
   color: #344054;
   font-size: 12px;
   font-weight: 800;
}

.bk-contact-method-arrow {
   color: #98a2b3;
   font-size: 10px;
   transition: transform 0.2s ease;
}

.bk-contact-method:hover .bk-contact-method-arrow {
   color: #2563eb;
   transform: translateX(3px);
}

.bk-contact-regions {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   margin-top: 23px;
}

.bk-contact-regions span {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 7px 10px;
   color: #475467;
   background: #f5f7fa;
   border: 1px solid #e8ecf1;
   border-radius: 999px;
   font-size: 9px;
   font-weight: 700;
}

.bk-contact-regions i {
   color: #2563eb;
   font-size: 8px;
}

.bk-contact-response {
   display: grid;
   grid-template-columns: 36px minmax(0, 1fr);
   gap: 12px;
   align-items: flex-start;
   margin-top: 25px;
   padding-top: 22px;
   border-top: 1px solid #e8ecf1;
}

.bk-contact-response > i {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 36px;
   height: 36px;
   color: #2563eb;
   background: #eff6ff;
   border-radius: 10px;
}

.bk-contact-response p {
   margin: 0;
   color: #667085;
   font-size: 11px;
   line-height: 1.55;
}

.bk-contact-response strong {
   display: block;
   margin-bottom: 3px;
   color: #344054;
   font-size: 12px;
}


/* ==================================================
   FORMULARIO
================================================== */

.bk-contact-form-card {
   width: 100%;
   padding: 42px;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 24px;
   box-shadow: 0 22px 55px rgba(31, 41, 55, 0.09);
}

.bk-contact-form-header {
   margin-bottom: 30px;
}

.bk-contact-form-header > span {
   display: block;
   margin-bottom: 8px;
   color: #2563eb;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1.1px;
   text-transform: uppercase;
}

.bk-contact-form-header h2 {
   margin: 0 0 9px;
   color: #202938;
   font-size: 31px;
   font-weight: 800;
   letter-spacing: -0.7px;
}

.bk-contact-form-header p {
   margin: 0;
   color: #667085;
   font-size: 13px;
}

.bk-form-group {
   margin-bottom: 20px;
}

.bk-form-group label {
   display: block;
   margin-bottom: 8px;
   color: #344054;
   font-size: 11px;
   font-weight: 800;
}

.bk-form-group label span {
   color: #ef4444;
}

.bk-form-group .form-control {
   width: 100%;
   height: 51px;
   padding: 12px 15px;
   color: #344054;
   background: #ffffff;
   border: 1px solid #dce2e9;
   border-radius: 11px;
   box-shadow: none;
   font-size: 12px;
   transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease;
}

.bk-form-group textarea.form-control {
   min-height: 150px;
   height: auto;
   resize: vertical;
   line-height: 1.65;
}

.bk-form-group .form-control::placeholder {
   color: #aab2c0;
}

.bk-form-group .form-control:focus {
   border-color: #2563eb;
   box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.bk-form-group small {
   display: block;
   margin-top: 7px;
   color: #98a2b3;
   font-size: 10px;
   line-height: 1.55;
}

.bk-form-consent {
   display: grid;
   grid-template-columns: 18px minmax(0, 1fr);
   gap: 9px;
   align-items: flex-start;
   margin: 3px 0 23px;
   color: #667085;
   font-size: 10px;
   line-height: 1.55;
}

.bk-form-consent input {
   width: 16px;
   height: 16px;
   margin-top: 1px;
   accent-color: #2563eb;
}

.bk-form-consent a {
   color: #2563eb;
   font-weight: 700;
}

.bk-contact-submit {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 100%;
   min-height: 52px;
   padding: 13px 22px;
   color: #ffffff;
   background: #2563eb;
   border: 1px solid #2563eb;
   border-radius: 12px;
   box-shadow: 0 12px 27px rgba(37, 99, 235, 0.22);
   cursor: pointer;
   font-size: 12px;
   font-weight: 800;
   transition:
      background-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.bk-contact-submit:hover {
   background: #1d4ed8;
   border-color: #1d4ed8;
   box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
   transform: translateY(-2px);
}

.bk-contact-submit:disabled {
   cursor: not-allowed;
   opacity: 0.7;
   transform: none;
}

.bk-submit-default,
.bk-submit-loading {
   align-items: center;
   gap: 9px;
}

.bk-submit-default {
   display: inline-flex;
}

.bk-submit-loading {
   display: none;
}

.bk-contact-submit.is-loading .bk-submit-default {
   display: none;
}

.bk-contact-submit.is-loading .bk-submit-loading {
   display: inline-flex;
}


/* Mensajes del formulario */

.bk-form-status {
   display: none;
   margin-bottom: 20px;
   padding: 13px 15px;
   border-radius: 11px;
   font-size: 11px;
   font-weight: 700;
   line-height: 1.55;
}

.bk-form-status.is-success {
   display: block;
   color: #166534;
   background: #f0fdf4;
   border: 1px solid #bbf7d0;
}

.bk-form-status.is-error {
   display: block;
   color: #991b1b;
   background: #fef2f2;
   border: 1px solid #fecaca;
}

.bk-legal-page { color: #344054; background: #f8fafc; }
.bk-legal-page .site-header { background: #ffffff; }
.bk-legal-contact-link { margin-left: auto; color: #2563eb; font-size: 12px; font-weight: 800; }
.bk-legal-content { padding: 88px 0; }
.bk-legal-content article { max-width: 850px; padding: clamp(28px,5vw,56px); background: #ffffff; border: 1px solid #e3e8ef; border-radius: 22px; box-shadow: 0 20px 48px rgba(31,41,55,.07); }
.bk-legal-content h1 { margin: 0 0 18px; color: #172033; font-size: clamp(34px,5vw,52px); font-weight: 800; letter-spacing: -1.5px; }
.bk-legal-content h2 { margin: 35px 0 10px; color: #202938; font-size: 20px; font-weight: 800; }
.bk-legal-content p { margin: 0 0 14px; font-size: 15px; line-height: 1.8; }
.bk-legal-content a { color: #2563eb; font-weight: 700; }
.bk-legal-lead { color: #667085; font-size: 17px !important; }
.bk-legal-updated { margin-top: 30px !important; color: #98a2b3; font-size: 12px !important; }

/* Wizard comercial de contacto */
.bk-wizard-progress { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; color: #475467; font-size: 11px; font-weight: 800; }
.bk-wizard-progress-dots { display: flex; align-items: center; gap: 8px; }
.bk-wizard-progress-dots i { position: relative; display: block; width: 10px; height: 10px; background: #d5dce7; border-radius: 50%; }
.bk-wizard-progress-dots i:not(:last-child)::after { position: absolute; top: 4px; left: 14px; width: 25px; height: 2px; background: #d5dce7; content: ""; }
.bk-wizard-progress-dots i.is-active { background: #2563eb; }
.bk-wizard-progress-dots i.is-active::after { background: #93b4ff; }
.bk-wizard-step { animation: bk-wizard-step-in .2s ease both; }
.bk-wizard-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.bk-wizard-choice { min-width: 0; min-height: 154px; padding: 17px; color: #475467; background: #fff; border: 1px solid #dce2e9; border-radius: 14px; cursor: pointer; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease; }
.bk-wizard-choice:hover { border-color: #93b4ff; box-shadow: 0 12px 24px rgba(37,99,235,.1); transform: translateY(-2px); }
.bk-wizard-choice:focus-visible, .bk-wizard-budget button:focus-visible, .bk-wizard-back:focus-visible, .bk-wizard-next:focus-visible, .bk-wizard-summary button:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 2px; }
.bk-wizard-choice.is-selected { color: #1d4ed8; background: #f4f8ff; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.bk-wizard-choice > i { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 12px; color: #2563eb; background: #eff6ff; border-radius: 9px; font-size: 14px; }
.bk-wizard-choice strong, .bk-wizard-choice span { display: block; }
.bk-wizard-choice strong { margin-bottom: 7px; color: #202938; font-size: 12px; font-weight: 800; line-height: 1.3; }
.bk-wizard-choice span { color: #667085; font-size: 10px; line-height: 1.55; }
.bk-wizard-choice-secondary { grid-column: span 3; display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 12px; align-items: center; min-height: auto; }
.bk-wizard-choice-secondary > i { grid-row: span 2; margin: 0; }
.bk-wizard-choice-secondary strong { margin: 0 0 4px; }
.bk-wizard-error { min-height: 18px; margin: 12px 0 0; color: #b42318; font-size: 11px; font-weight: 700; }
.bk-wizard-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.bk-wizard-back, .bk-wizard-next { min-height: 46px; padding: 11px 17px; border-radius: 10px; cursor: pointer; font-size: 12px; font-weight: 800; }
.bk-wizard-back { color: #475467; background: #fff; border: 1px solid #dce2e9; }
.bk-wizard-next { color: #fff; background: #2563eb; border: 1px solid #2563eb; box-shadow: 0 10px 22px rgba(37,99,235,.2); }
.bk-wizard-next:hover { background: #1d4ed8; }
.bk-wizard-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 24px; padding: 12px; background: #f7f9fc; border: 1px solid #e3e8ef; border-radius: 12px; }
.bk-wizard-summary div { position: relative; min-width: 0; padding-right: 36px; }
.bk-wizard-summary span, .bk-wizard-summary strong { display: block; }
.bk-wizard-summary span { margin-bottom: 3px; color: #98a2b3; font-size: 9px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.bk-wizard-summary strong { overflow: hidden; color: #344054; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.bk-wizard-summary button { position: absolute; right: 0; bottom: 0; padding: 0; color: #2563eb; background: transparent; border: 0; cursor: pointer; font-size: 10px; font-weight: 800; }
.bk-wizard-budget { margin: 0 0 20px; padding: 0; border: 0; }
.bk-wizard-budget legend { margin-bottom: 9px; color: #344054; font-size: 11px; font-weight: 800; }
.bk-wizard-budget legend small { color: #98a2b3; font-size: 10px; font-weight: 600; }
.bk-wizard-budget > div { display: flex; flex-wrap: wrap; gap: 7px; }
.bk-wizard-budget button { padding: 8px 10px; color: #667085; background: #fff; border: 1px solid #dce2e9; border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 700; }
.bk-wizard-budget button.is-selected { color: #1d4ed8; background: #eff6ff; border-color: #2563eb; }
@keyframes bk-wizard-step-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 767px) {
   .bk-wizard-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
   .bk-wizard-choice { min-height: 168px; padding: 15px; }
   .bk-wizard-choice-secondary { grid-column: span 2; }
}

@media (max-width: 430px) {
   .bk-wizard-choice-grid, .bk-wizard-summary { grid-template-columns: 1fr; }
   .bk-wizard-choice { min-height: auto; }
   .bk-wizard-choice-secondary { grid-column: span 1; }
   .bk-wizard-actions { flex-wrap: wrap; }
   .bk-wizard-actions > * { flex: 1 1 100%; }
   .bk-wizard-budget button { flex: 1 1 calc(50% - 7px); }
}

@media (prefers-reduced-motion: reduce) {
   .bk-wizard-step { animation: none; }
   .bk-wizard-choice { transition: none; }
}


/* ==================================================
   CONTACTO DIRECTO
================================================== */

.bk-contact-direct {
   padding: 0 0 90px;
   background: #f8fafc;
}

.bk-contact-direct-card {
   display: grid;
   grid-template-columns: minmax(0, 1fr) auto;
   gap: 35px;
   align-items: center;
   padding: 35px 40px;
   color: #ffffff;
   background:
      linear-gradient(
         135deg,
         #0f172a 0%,
         #172033 65%,
         #172554 100%
      );
   border-radius: 22px;
   box-shadow: 0 22px 48px rgba(15, 23, 42, 0.16);
}

.bk-contact-direct-card span {
   display: block;
   margin-bottom: 7px;
   color: #93c5fd;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.bk-contact-direct-card h2 {
   max-width: 700px;
   margin: 0;
   color: #ffffff;
   font-size: 25px;
   font-weight: 800;
   line-height: 1.35;
}

.bk-contact-direct-card > a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   min-height: 49px;
   padding: 13px 20px;
   color: #ffffff;
   background: #25d366;
   border-radius: 11px;
   box-shadow: 0 11px 25px rgba(37, 211, 102, 0.2);
   font-size: 11px;
   font-weight: 800;
   text-decoration: none;
   white-space: nowrap;
   transition:
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.bk-contact-direct-card > a:hover {
   color: #ffffff;
   box-shadow: 0 15px 31px rgba(37, 211, 102, 0.28);
   transform: translateY(-2px);
   text-decoration: none;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-contact-hero {
      padding: 95px 0 125px;
   }

   .bk-contact-hero h1 {
      font-size: 45px;
   }

   .bk-contact-form-card,
   .bk-contact-information {
      padding: 34px;
   }

   .bk-contact-direct-card {
      grid-template-columns: 1fr;
   }

   .bk-contact-direct-card > a {
      width: fit-content;
   }
}

/* Modal de detalle para las soluciones BUCKAPI. */
.buckapi-service-card[role="button"] { cursor: pointer; }
.buckapi-service-card[role="button"]:hover { transform: translateY(-4px); }
.buckapi-service-card[role="button"]:focus-visible { outline: 3px solid rgba(24, 119, 242, .34); outline-offset: 4px; }
.buckapi-service-card[data-service="ai"] { color: #dbeafe; background: radial-gradient(circle at 88% 8%, rgba(37, 99, 235, .28), transparent 34%), linear-gradient(145deg, #071b35, #0b2d57); border-color: rgba(147, 197, 253, .36); box-shadow: 0 18px 44px rgba(2, 12, 30, .3); }
.buckapi-service-card[data-service="ai"]:hover { border-color: rgba(125, 211, 252, .78); box-shadow: 0 24px 52px rgba(2, 12, 30, .46), 0 0 26px rgba(59, 130, 246, .18); }
.buckapi-service-card[data-service="ai"] .service-icon { background: linear-gradient(135deg, #38bdf8, #2563eb); box-shadow: 0 12px 25px rgba(37, 99, 235, .38); }
.buckapi-service-card[data-service="ai"] .service-content h3 { color: #f8fbff; }
.buckapi-service-card[data-service="ai"] .service-content > p { color: #bfd5f0; }
.buckapi-service-card[data-service="ai"] .buckapi-service-points { border-color: rgba(191, 219, 254, .2); }
.buckapi-service-card[data-service="ai"] .buckapi-service-points li { color: #dbeafe; }
.buckapi-service-card[data-service="ai"] .buckapi-service-points li::before { color: #082f49; background: #7dd3fc; }
.buckapi-service-card[data-service="ai"] .tw-readmore { color: #7dd3fc; }
.buckapi-service-card[data-service="ai"] .buckapi-service-new-badge { color: #082f49; background: #bae6fd; box-shadow: 0 6px 15px rgba(14, 165, 233, .26); }
.buckapi-service-new-badge { position: absolute; top: 19px; right: 19px; display: inline-flex; align-items: center; padding: 6px 11px; color: #ecfdf3; background: #15803d; border: 1px solid rgba(236, 253, 243, .25); border-radius: 8px; box-shadow: 0 8px 18px rgba(21, 128, 61, .2); font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1.2; text-transform: uppercase; }
.bk-service-demo-callout { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; padding: 18px; background: #edf6ff; border: 1px solid #bfdbfe; border-radius: 15px; }
.bk-service-demo-callout span, .bk-ai-demo-header span, .bk-ai-demo-intro > div > span { display: block; color: #1877f2; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bk-service-demo-callout strong { display: block; margin: 4px 0; color: #172554; font-size: 15px; }
.bk-service-demo-callout p { margin: 0; color: #667085; font-size: 12px; line-height: 1.5; }
.bk-service-demo-callout button, .bk-service-demo-callout a, .bk-ai-demo-intro button { flex: 0 0 auto; padding: 11px 14px; color: #fff; background: #1877f2; border: 0; border-radius: 10px; font-size: 12px; font-weight: 800; cursor: pointer; text-decoration: none; }
.bk-service-demo-callout a:hover { color: #fff; text-decoration: none; }
.bk-ai-demo-modal { padding: 16px; }
.bk-ai-demo-modal .modal-dialog { width: min(1120px, 100%); max-width: 1120px; margin: 0 auto; }
.bk-ai-demo-modal .modal-content { overflow: hidden; color: #e6f1ff; background: #061326; border: 1px solid rgba(59, 130, 246, .55); border-radius: 20px; box-shadow: 0 32px 100px rgba(2, 8, 23, .6); }
.bk-ai-demo-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 23px 28px; background: linear-gradient(90deg, #081b36, #061326); border-bottom: 1px solid rgba(96, 165, 250, .2); }
.bk-ai-demo-header h2 { margin: 5px 0 4px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.bk-ai-demo-header p { margin: 0; color: #9fb9d9; font-size: 13px; }
.bk-ai-demo-header button { display: grid; width: 38px; height: 38px; place-items: center; color: #dbeafe; background: transparent; border: 1px solid rgba(147, 197, 253, .35); border-radius: 10px; cursor: pointer; }
.bk-ai-demo-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); min-height: 430px; }
.bk-ai-demo-intro img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; opacity: .82; }
.bk-ai-demo-intro > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 62px); background: radial-gradient(circle at 20% 15%, rgba(37, 99, 235, .2), transparent 45%), #091a32; }
.bk-ai-demo-intro h3 { margin: 12px 0; color: #fff; font-size: clamp(24px, 3vw, 35px); font-weight: 800; line-height: 1.1; }
.bk-ai-demo-intro p { margin: 0 0 24px; color: #b6c9e2; font-size: 15px; line-height: 1.7; }
.bk-ai-demo-intro button { align-self: flex-start; font-size: 14px; }
.bk-ai-demo-experience { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 31%; min-height: 530px; background: #020817; }
.bk-ai-demo-stage { position: relative; min-height: 530px; background: #020817; }
.bk-ai-demo-stage canvas { display: block; width: 100%; height: 100%; }
.bk-ai-impact-score { position: absolute; z-index: 4; font-size: clamp(16px, 2vw, 24px); font-weight: 800; line-height: 1; pointer-events: none; transform: translate(-50%, -50%); animation: bk-ai-impact-score-rise .82s ease-out forwards; font-variant-numeric: tabular-nums; }
.bk-ai-impact-score--positive { color: #63d7ff; text-shadow: 0 0 10px rgba(99, 215, 255, .8); }
.bk-ai-impact-score--negative { color: #ff4d67; text-shadow: 0 0 10px rgba(255, 77, 103, .8); }
@keyframes bk-ai-impact-score-rise { 0% { opacity: 0; transform: translate(-50%, -45%) scale(.9); } 15% { opacity: 1; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, calc(-50% - 32px)) scale(1); } }
.bk-ai-demo-vision { z-index: 1; padding: 16px; background: #07162b; border-left: 1px solid rgba(96, 165, 250, .2); }
.bk-ai-demo-camera { position: relative; isolation: isolate; overflow: hidden; aspect-ratio: 4 / 3; background: #061a35; border: 1px solid rgba(96, 165, 250, .35); border-radius: 12px; }
.bk-ai-demo-camera video, .bk-ai-demo-camera canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); transform-origin: center; }
.bk-ai-demo-camera video { z-index: 0; }
.bk-ai-demo-camera::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(145deg, rgba(6, 26, 53, .08), rgba(8, 47, 91, .04)); pointer-events: none; }
.bk-ai-demo-camera canvas { z-index: 2; }
.bk-ai-demo-camera canvas { pointer-events: none; }
.bk-ai-demo-camera span { position: absolute; z-index: 3; bottom: 9px; left: 10px; color: #dbeafe; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bk-ai-demo-camera i { display: inline-block; width: 7px; height: 7px; margin-left: 4px; background: #34d399; border-radius: 50%; box-shadow: 0 0 10px #34d399; }
.bk-ai-demo-values { display: grid; gap: 8px; margin-top: 17px; }
.bk-ai-demo-metrics { display: flex; gap: 8px; margin-top: 14px; color: #7dd3fc; font-size: 10px; font-weight: 800; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.bk-ai-demo-values span, .bk-ai-demo-score span { display: flex; justify-content: space-between; color: #8ca9cb; font-size: 12px; }
.bk-ai-demo-values b, .bk-ai-demo-score b { color: #fff; font-variant-numeric: tabular-nums; }
.bk-ai-demo-score { position: absolute; z-index: 2; right: 34%; bottom: 18px; display: grid; grid-template-columns: repeat(4, auto); gap: 17px; padding: 11px 14px; background: rgba(3, 14, 32, .78); border: 1px solid rgba(96, 165, 250, .25); border-radius: 10px; backdrop-filter: blur(8px); }
.bk-ai-demo-calibration { position: absolute; z-index: 3; top: 50%; left: 35%; padding: 16px 21px; color: #fff; background: rgba(3, 14, 32, .86); border: 1px solid #3b82f6; border-radius: 12px; font-size: 18px; font-weight: 800; transform: translate(-50%, -50%); }
.bk-ai-demo-notice { position: absolute; z-index: 3; top: 16px; left: 16px; margin: 0; color: #fef3c7; font-size: 12px; }
.bk-ai-demo-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 24px; color: #9fb9d9; background: #081b36; border-top: 1px solid rgba(96, 165, 250, .2); font-size: 12px; }
.bk-ai-demo-footer > div { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-ai-demo-speed { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px; color: #dbeafe; border: 1px solid rgba(147, 197, 253, .35); border-radius: 8px; font-size: 11px; font-weight: 800; }
.bk-ai-demo-speed input { width: 76px; accent-color: #38bdf8; cursor: pointer; }
.bk-ai-demo-speed output { min-width: 27px; color: #7dd3fc; font-variant-numeric: tabular-nums; }
.bk-ai-demo-footer button { padding: 8px 11px; color: #dbeafe; background: transparent; border: 1px solid rgba(147, 197, 253, .35); border-radius: 8px; font-size: 11px; font-weight: 800; cursor: pointer; }
.bk-ai-demo-footer button:last-child { color: #fff; background: #1877f2; border-color: #1877f2; }
.bk-ai-labs-page { min-height: 100vh; background: #020817; }
.bk-ai-labs { max-width: 1160px; min-height: 100vh; margin: 0 auto; padding-top: 0; }
.bk-ai-labs-nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; }
.bk-ai-labs-brand img { display: block; width: auto; height: 42px; object-fit: contain; }
.bk-ai-labs-nav > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }
.bk-ai-labs-nav a { color: #bfdbfe; font-size: 12px; font-weight: 700; text-decoration: none; }
.bk-ai-labs-nav a:hover { color: #fff; text-decoration: none; }
.bk-ai-labs .modal-dialog { width: 100%; max-width: 1120px; margin: 0 auto 24px; pointer-events: auto; }
.bk-ai-labs .bk-ai-demo-header h1 { margin: 5px 0 4px; color: #fff; font-size: clamp(24px, 3vw, 34px); font-weight: 800; }
.bk-ai-labs .bk-ai-demo-intro h2 { margin: 12px 0; color: #fff; font-size: clamp(24px, 3vw, 35px); font-weight: 800; line-height: 1.1; }
@media (max-width: 767px) { .bk-ai-labs-nav { align-items: flex-start; flex-direction: column; padding: 15px 18px; } .bk-ai-labs-nav > div { justify-content: flex-start; gap: 11px; } .bk-ai-labs .modal-dialog { margin-bottom: 0; } .bk-ai-labs .bk-ai-demo-footer { position: static; } }
@media (max-width: 767px) { .bk-service-demo-callout { align-items: flex-start; flex-direction: column; } .bk-ai-demo-modal { padding: 0; } .bk-ai-demo-modal .modal-dialog { width: 100vw; max-width: 100vw; min-height: 100dvh; } .bk-ai-demo-modal .modal-content { min-height: 100dvh; border-radius: 0; } .bk-ai-demo-header { padding: 17px; } .bk-ai-demo-intro { grid-template-columns: 1fr; } .bk-ai-demo-intro img { min-height: 210px; max-height: 270px; } .bk-ai-demo-intro > div { padding: 27px 21px; } .bk-ai-demo-experience { display: block; min-height: 100dvh; } .bk-ai-demo-stage { min-height: 58dvh; } .bk-ai-demo-vision { position: absolute; right: 12px; bottom: 75px; width: min(42vw, 190px); padding: 8px; border: 1px solid rgba(96, 165, 250, .35); border-radius: 12px; } .bk-ai-demo-values { display: none; } .bk-ai-demo-score { right: auto; bottom: 83px; left: 12px; grid-template-columns: repeat(2, auto); } .bk-ai-demo-calibration { left: 50%; } .bk-ai-demo-footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 11px 12px; } .bk-ai-demo-footer > span { display: none; } .bk-ai-demo-footer > div { width: 100%; justify-content: space-between; } }
.bk-service-modal { padding: 22px 12px; }
.bk-service-modal .modal-dialog { width: min(930px, 100%); max-width: 930px; margin: 0 auto; }
.bk-service-modal .modal-content { overflow: visible; max-height: none; color: #172554; background: #fff; border: 0; border-radius: 24px; box-shadow: 0 30px 90px rgba(15, 23, 42, .28); }
.bk-service-modal .modal-body { overflow: visible; padding: clamp(28px, 5vw, 52px); }
.bk-service-modal-close { position: absolute; z-index: 2; top: 17px; right: 17px; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #344054; background: #fff; border: 1px solid #e4e7ec; border-radius: 50%; box-shadow: 0 8px 20px rgba(15, 23, 42, .1); cursor: pointer; transition: .2s ease; }
.bk-service-modal-close:hover, .bk-service-modal-close:focus { color: #fff; background: #1877f2; border-color: #1877f2; outline: 0; }
.bk-service-modal-header { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 20px; align-items: start; padding-right: 46px; margin-bottom: 35px; }
.bk-service-modal-icon { display: inline-flex; align-items: center; justify-content: center; width: 66px; height: 66px; color: #fff; background: linear-gradient(135deg, #1877f2, #17a2b8); border-radius: 19px; box-shadow: 0 13px 28px rgba(24, 119, 242, .25); font-size: 27px; }
.bk-service-modal[data-service="software"] .bk-service-modal-icon { background: linear-gradient(135deg, #6257e8, #8279f2); }
.bk-service-modal[data-service="ecommerce"] .bk-service-modal-icon { background: linear-gradient(135deg, #1877f2, #17a2b8); }
.bk-service-modal[data-service="pwa"] .bk-service-modal-icon { background: linear-gradient(135deg, #18a4d8, #54c1e8); }
.bk-service-modal[data-service="ai"] .bk-service-modal-icon { background: linear-gradient(135deg, #7c4dff, #a27cff); }
.bk-service-modal[data-service="api"] .bk-service-modal-icon { background: linear-gradient(135deg, #ff8a34, #ffad67); }
.bk-service-modal[data-service="cloud"] .bk-service-modal-icon { background: linear-gradient(135deg, #18a873, #4cc89b); }
.bk-service-modal-header > div > span { display: block; margin-bottom: 7px; color: #1877f2; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bk-service-modal-header h2 { margin: 0 0 9px; color: #172554; font-size: clamp(29px, 4vw, 43px); font-weight: 800; line-height: 1.05; letter-spacing: -.04em; }
.bk-service-modal-header p { max-width: 640px; margin: 0; color: #667085; font-size: 16px; line-height: 1.65; }
.bk-service-modal-section { padding: 24px 0; border-top: 1px solid #eaecf0; }
.bk-service-modal-section h3 { margin: 0 0 15px; color: #172554; font-size: 17px; font-weight: 800; }
.bk-service-modal-section p { margin: 0; color: #667085; font-size: 14px; line-height: 1.75; }
.bk-service-modal-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 22px; margin: 0; padding: 0; list-style: none; }
.bk-service-modal-list li { position: relative; padding-left: 20px; color: #475467; font-size: 14px; line-height: 1.45; }
.bk-service-modal-list li::before { position: absolute; top: 4px; left: 0; width: 9px; height: 9px; content: ""; background: #1877f2; border-radius: 50%; box-shadow: 0 0 0 4px rgba(24, 119, 242, .1); }
.bk-service-modal-chips, .bk-service-modal-tech { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-service-modal-chips span, .bk-service-modal-tech span { padding: 7px 10px; color: #344054; background: #f8fafc; border: 1px solid #e4e7ec; border-radius: 999px; font-size: 12px; font-weight: 700; }
.bk-service-detail-panel[data-service-panel="ai"] .bk-service-modal-list li { display: grid; gap: 3px; }
.bk-service-detail-panel[data-service-panel="ai"] .bk-service-modal-list li strong { color: #172554; font-size: 13px; }
.bk-service-detail-panel[data-service-panel="ai"] .bk-service-modal-list li span { color: #667085; font-size: 12px; font-weight: 400; line-height: 1.45; }
.bk-service-modal-tech { align-items: center; padding: 20px; color: #344054; background: #f3f7ff; border: 1px solid #dbeafe; border-radius: 15px; }
.bk-service-modal-tech strong { margin-right: 4px; font-size: 12px; }
.bk-service-pwa-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 19px; color: #344054; background: #f3f7ff; border: 1px solid #dbeafe; border-radius: 15px; font-size: 13px; font-weight: 700; }
.bk-service-pwa-comparison strong { grid-column: 1 / -1; color: #1877f2; font-size: 14px; }
.bk-service-api-flow { display: flex; align-items: center; justify-content: center; gap: 11px; padding: 19px; color: #344054; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 15px; font-size: 13px; font-weight: 800; text-align: center; }
.bk-service-api-flow i { color: #f97316; }
.bk-service-modal-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px clamp(28px, 5vw, 52px); background: #172554; }
.bk-service-modal-footer strong { display: block; margin-bottom: 4px; color: #fff; font-size: 16px; }
.bk-service-modal-footer p { margin: 0; color: rgba(255, 255, 255, .72); font-size: 13px; line-height: 1.5; }
.bk-service-modal-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.bk-service-modal-projects, .bk-service-modal-quote { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 15px; border-radius: 10px; font-size: 12px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.bk-service-modal-projects { color: #fff; border: 1px solid rgba(255, 255, 255, .35); }
.bk-service-modal-projects:hover { color: #fff; background: rgba(255, 255, 255, .12); text-decoration: none; }
.bk-service-modal-quote { gap: 7px; color: #fff; background: #1877f2; box-shadow: 0 10px 22px rgba(24, 119, 242, .35); }
.bk-service-modal-quote:hover { color: #fff; background: #0f67d3; text-decoration: none; transform: translateY(-1px); }
.modal-open .bk-whatsapp-floating { visibility: hidden; pointer-events: none; }
.bk-service-modal.fade .modal-dialog { transform: translateY(16px) scale(.985); transition: transform .22s ease; }
.bk-service-modal.show .modal-dialog { transform: translateY(0) scale(1); }
@media (max-width: 767px) { .bk-service-modal { padding: 8px; } .bk-service-modal .modal-content { max-height: none; border-radius: 19px; } .bk-service-modal .modal-body { padding: 28px 20px 22px; } .bk-service-modal-header { grid-template-columns: 50px minmax(0, 1fr); gap: 14px; padding-right: 29px; margin-bottom: 25px; } .bk-service-modal-icon { width: 50px; height: 50px; border-radius: 15px; font-size: 21px; } .bk-service-modal-header p { font-size: 14px; } .bk-service-modal-list { grid-template-columns: 1fr; gap: 10px; } .bk-service-pwa-comparison { grid-template-columns: 1fr; } .bk-service-api-flow { flex-wrap: wrap; } .bk-service-modal-footer { display: block; padding: 20px; } .bk-service-modal-actions { display: grid; grid-template-columns: 1fr; margin-top: 16px; } .bk-service-modal-projects, .bk-service-modal-quote { width: 100%; min-height: 48px; } }
@media (prefers-reduced-motion: reduce) { .buckapi-service-card, .bk-service-modal.fade .modal-dialog, .bk-service-modal-projects, .bk-service-modal-quote { transition: none; } }

@media (max-width: 767px) {
   .bk-contact-hero {
      padding: 80px 0 115px;
   }

   .bk-contact-hero h1 {
      font-size: 37px;
      letter-spacing: -1.2px;
   }

   .bk-contact-hero p {
      font-size: 15px;
   }

   .bk-contact-section {
      padding-bottom: 70px;
   }

   .bk-contact-layout {
      margin-top: -58px;
   }

   .bk-contact-information h2,
   .bk-contact-form-header h2 {
      font-size: 27px;
   }

   .bk-contact-direct {
      padding-bottom: 70px;
   }
}

@media (max-width: 575px) {
   .bk-contact-hero {
      padding: 65px 0 105px;
   }

   .bk-contact-hero h1 {
      font-size: 31px;
      letter-spacing: -0.8px;
   }

   .bk-contact-information,
   .bk-contact-form-card {
      padding: 26px 21px;
      border-radius: 20px;
   }

   .bk-contact-method {
      grid-template-columns: 43px minmax(0, 1fr) 15px;
      padding: 11px;
   }

   .bk-contact-method-static {
      grid-template-columns: 43px minmax(0, 1fr);
   }

   .bk-contact-method-icon {
      width: 43px;
      height: 43px;
   }

   .bk-contact-direct-card {
      padding: 28px 22px;
   }

   .bk-contact-direct-card h2 {
      font-size: 21px;
   }

   .bk-contact-direct-card > a {
      width: 100%;
   }
}
/* ==================================================
   HERO NOSOTROS
================================================== */

.bk-about-hero {
   position: relative;
   padding: 120px 0 110px;
   overflow: hidden;
   color: #ffffff;
   background:
      radial-gradient(
         circle at 78% 20%,
         rgba(37, 99, 235, 0.3),
         transparent 34%
      ),
      linear-gradient(
         135deg,
         #0f172a 0%,
         #172033 58%,
         #172554 100%
      );
}

.bk-about-hero::before {
   content: "";
   position: absolute;
   top: -180px;
   right: -100px;
   width: 420px;
   height: 420px;
   border: 1px solid rgba(255, 255, 255, 0.07);
   border-radius: 50%;
}

.bk-about-hero::after {
   content: "";
   position: absolute;
   right: 18%;
   bottom: -240px;
   width: 390px;
   height: 390px;
   background: rgba(14, 165, 233, 0.08);
   border-radius: 50%;
}

.bk-about-hero-content {
   position: relative;
   z-index: 2;
   max-width: 850px;
}

.bk-about-label {
   display: inline-flex;
   margin-bottom: 17px;
   padding: 7px 12px;
   color: #bfdbfe;
   background: rgba(59, 130, 246, 0.12);
   border: 1px solid rgba(147, 197, 253, 0.2);
   border-radius: 999px;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1.2px;
   text-transform: uppercase;
}

.bk-about-hero h1 {
   max-width: 820px;
   margin: 0 0 22px;
   color: #ffffff;
   font-size: 56px;
   font-weight: 800;
   line-height: 1.08;
   letter-spacing: -2px;
}

.bk-about-hero p {
   max-width: 720px;
   margin: 0;
   color: rgba(226, 232, 240, 0.78);
   font-size: 17px;
   line-height: 1.75;
}

.bk-about-hero-actions {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 32px;
}

.bk-about-primary,
.bk-about-secondary {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   gap: 9px;
   min-height: 49px;
   padding: 13px 21px;
   border-radius: 11px;
   font-size: 12px;
   font-weight: 800;
   text-decoration: none;
   transition:
      transform 0.2s ease,
      background-color 0.2s ease,
      box-shadow 0.2s ease;
}

.bk-about-primary {
   color: #ffffff;
   background: #2563eb;
   border: 1px solid #2563eb;
   box-shadow: 0 12px 27px rgba(37, 99, 235, 0.25);
}

.bk-about-primary:hover {
   color: #ffffff;
   background: #1d4ed8;
   transform: translateY(-2px);
   text-decoration: none;
}

.bk-about-secondary {
   color: #ffffff;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.16);
}

.bk-about-secondary:hover {
   color: #ffffff;
   background: rgba(255, 255, 255, 0.12);
   transform: translateY(-2px);
   text-decoration: none;
}


/* ==================================================
   HISTORIA
================================================== */

.bk-about-story {
   padding: 100px 0;
   background: #ffffff;
}

.bk-about-story-layout {
   row-gap: 40px;
}

.bk-about-story-visual {
   position: relative;
   max-width: 570px;
   padding-right: 35px;
}

.bk-about-story-visual > img {
   display: block;
   width: 100%;
   min-height: 500px;
   object-fit: contain;
   border-radius: 24px;
   box-shadow: 0 24px 55px rgba(31, 41, 55, 0.12);
}

.bk-about-experience-card {
   position: absolute;
   right: 0;
   bottom: 35px;
   display: flex;
   flex-direction: column;
   width: 180px;
   padding: 24px;
   color: #ffffff;
   background: #2563eb;
   border: 7px solid #ffffff;
   border-radius: 18px;
   box-shadow: 0 18px 40px rgba(31, 41, 55, 0.16);
}

.bk-about-experience-card strong {
   font-size: 35px;
   font-weight: 900;
   line-height: 1;
}

.bk-about-experience-card span {
   margin-top: 7px;
   font-size: 11px;
   font-weight: 700;
   line-height: 1.45;
}

.bk-about-story-content {
   padding-left: 35px;
}

.bk-about-story-content h1 {
   margin: 10px 0 19px;
   color: #202938;
   font-size: 40px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.1px;
}

.bk-about-story-content > p {
   margin: 0 0 15px;
   color: #667085;
   font-size: 14px;
   line-height: 1.8;
}

.bk-about-story-points {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   gap: 12px 18px;
   margin-top: 28px;
}

.bk-about-story-points > div {
   display: flex;
   align-items: center;
   gap: 9px;
   color: #344054;
   font-size: 12px;
   font-weight: 700;
}

.bk-about-story-points i {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 24px;
   height: 24px;
   color: #2563eb;
   background: #eff6ff;
   border-radius: 50%;
   font-size: 8px;
}


/* ==================================================
   EQUIPO
================================================== */

.bk-team {
   padding: 95px 0;
   background: #f8fafc;
}

.bk-team-header {
   max-width: 760px;
   margin: 0 auto 48px;
   text-align: center;
}

.bk-team-header h2 {
   margin: 10px 0 16px;
   color: #202938;
   font-size: 42px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.2px;
}

.bk-team-header p {
   margin: 0;
   color: #667085;
   font-size: 15px;
   line-height: 1.75;
}

.bk-team-grid {
   row-gap: 28px;
}

.bk-team-grid > div {
   display: flex;
}

.bk-team-card {
   display: flex;
   flex-direction: column;
   width: 100%;
   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e3e8ef;
   border-radius: 21px;
   box-shadow: 0 14px 38px rgba(31, 41, 55, 0.055);
   transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      border-color 0.25s ease;
}

.bk-team-card:hover {
   border-color: rgba(37, 99, 235, 0.22);
   box-shadow: 0 23px 50px rgba(31, 41, 55, 0.11);
   transform: translateY(-6px);
}

.bk-team-image {
   position: relative;
   height: 360px;
   overflow: hidden;
   background: #eef2f6;
}

.bk-team-image > img {
   width: 100%;
   height: 100%;
   object-fit: contain;
   object-position: center top;
   transition: transform 0.4s ease;
}

.bk-team-card:hover .bk-team-image > img {
   transform: scale(1.035);
}

.bk-team-social {
   position: absolute;
   right: 16px;
   bottom: 16px;
   display: flex;
   gap: 7px;
}

.bk-team-social a {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 38px;
   height: 38px;
   color: #344054;
   background: rgba(255, 255, 255, 0.92);
   border: 1px solid rgba(255, 255, 255, 0.8);
   border-radius: 11px;
   box-shadow: 0 8px 18px rgba(15, 23, 42, 0.13);
   text-decoration: none;
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
}

.bk-team-social a:hover {
   color: #ffffff;
   background: #2563eb;
   transform: translateY(-2px);
}

.bk-team-info {
   display: flex;
   flex: 1;
   flex-direction: column;
   padding: 25px;
}

.bk-team-role {
   display: block;
   margin-bottom: 7px;
   color: #2563eb;
   font-size: 9px;
   font-weight: 800;
   letter-spacing: 1px;
   text-transform: uppercase;
}

.bk-team-info h3 {
   margin: 0 0 11px;
   color: #202938;
   font-size: 22px;
   font-weight: 800;
}

.bk-team-info p {
   margin: 0 0 20px;
   color: #667085;
   font-size: 13px;
   line-height: 1.7;
}

.bk-team-skills {
   display: flex;
   flex-wrap: wrap;
   gap: 6px;
   margin-top: auto;
}

.bk-team-skills span {
   padding: 6px 9px;
   color: #475467;
   background: #f5f7fa;
   border: 1px solid #e8ecf1;
   border-radius: 7px;
   font-size: 9px;
   font-weight: 700;
}


/* ==================================================
   VALORES
================================================== */

.bk-values {
   padding: 95px 0;
   background: #ffffff;
}

.bk-values-header {
   max-width: 720px;
   margin: 0 auto 44px;
   text-align: center;
}

.bk-values-header h2 {
   margin: 10px 0 0;
   color: #202938;
   font-size: 40px;
   font-weight: 800;
   line-height: 1.2;
   letter-spacing: -1.1px;
}

.bk-values-grid {
   row-gap: 24px;
}

.bk-values-grid > div {
   display: flex;
}

.bk-value-card {
   width: 100%;
   padding: 27px;
   background: #f8fafc;
   border: 1px solid #e5eaf1;
   border-radius: 18px;
   transition:
      background-color 0.25s ease,
      box-shadow 0.25s ease,
      transform 0.25s ease;
}

.bk-value-card:hover {
   background: #ffffff;
   box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
   transform: translateY(-5px);
}

.bk-value-icon {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 48px;
   height: 48px;
   margin-bottom: 19px;
   color: #2563eb;
   background: #eff6ff;
   border: 1px solid #dbeafe;
   border-radius: 13px;
   font-size: 17px;
}

.bk-value-card h3 {
   margin: 0 0 9px;
   color: #344054;
   font-size: 16px;
   font-weight: 800;
}

.bk-value-card p {
   margin: 0;
   color: #667085;
   font-size: 12px;
   line-height: 1.7;
}

.bk-about-cta {
   padding-top: 25px;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-about-hero {
      padding: 100px 0 90px;
   }

   .bk-about-hero h1 {
      font-size: 46px;
   }

   .bk-about-story,
   .bk-team,
   .bk-values {
      padding: 78px 0;
   }

   .bk-about-story-content {
      padding-left: 0;
   }

   .bk-about-story-visual {
      max-width: 650px;
      margin: 0 auto;
   }

   .bk-team-header h2 {
      font-size: 37px;
   }
}

@media (max-width: 767px) {
   .bk-about-hero {
      padding: 82px 0 72px;
   }

   .bk-about-hero h1 {
      font-size: 38px;
      letter-spacing: -1.3px;
   }

   .bk-about-story,
   .bk-team,
   .bk-values {
      padding: 65px 0;
   }

   .bk-about-story-content h1,
   .bk-team-header h2,
   .bk-values-header h2 {
      font-size: 32px;
   }

   .bk-about-story-visual {
      padding-right: 20px;
   }

   .bk-about-story-visual > img {
      min-height: 420px;
   }

   .bk-team-image {
      height: 340px;
   }
}

@media (max-width: 575px) {
   .bk-about-hero {
      padding: 68px 0 60px;
   }

   .bk-about-hero h1 {
      font-size: 31px;
      letter-spacing: -0.8px;
   }

   .bk-about-hero p {
      font-size: 15px;
   }

   .bk-about-hero-actions {
      flex-direction: column;
   }

   .bk-about-primary,
   .bk-about-secondary {
      width: 100%;
   }

   .bk-about-story,
   .bk-team,
   .bk-values {
      padding: 55px 0;
   }

   .bk-about-story-content h1,
   .bk-team-header h2,
   .bk-values-header h2 {
      font-size: 27px;
      letter-spacing: -0.7px;
   }

   .bk-about-story-visual {
      padding-right: 0;
   }

   .bk-about-story-visual > img {
      min-height: 360px;
   }

   .bk-about-experience-card {
      right: 15px;
      bottom: 15px;
      width: 155px;
      padding: 18px;
   }

   .bk-about-story-points {
      grid-template-columns: 1fr;
   }

   .bk-team-image {
      height: 325px;
   }
}
/* ==================================================
   CARRUSEL DE CASOS DE ÉXITO
================================================== */

.bk-cases-carousel {
   position: relative;
   z-index: 2;
}

.bk-case-slide {
   display: flex;
   height: 100%;
   padding: 8px 5px 18px;
}

.bk-case-slide .bk-case-card {
   height: 100%;
}


/* Corrige la altura de los elementos generados por Owl */

.bk-cases-carousel .owl-stage {
   display: flex;
}

.bk-cases-carousel .owl-item {
   display: flex;
   height: auto;
}

.bk-cases-carousel .owl-item > .bk-case-slide {
   width: 100%;
}


/* Navegación */

.bk-cases-carousel .owl-nav {
   position: absolute;
   top: -78px;
   right: 0;
   display: flex;
   gap: 9px;
   margin: 0;
}

.bk-cases-carousel .owl-nav button.owl-prev,
.bk-cases-carousel .owl-nav button.owl-next {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   margin: 0;
   color: #344054 !important;
   background: #ffffff !important;
   border: 1px solid #dfe5ec !important;
   border-radius: 12px !important;
   box-shadow: 0 9px 24px rgba(31, 41, 55, 0.07);
   font-size: 0 !important;
   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.bk-cases-carousel .owl-nav button.owl-prev::before,
.bk-cases-carousel .owl-nav button.owl-next::before {
   font-family: FontAwesome;
   font-size: 13px;
}

.bk-cases-carousel .owl-nav button.owl-prev::before {
   content: "\f060";
}

.bk-cases-carousel .owl-nav button.owl-next::before {
   content: "\f061";
}

.bk-cases-carousel .owl-nav button:hover {
   color: #ffffff !important;
   background: #2563eb !important;
   border-color: #2563eb !important;
   box-shadow: 0 13px 28px rgba(37, 99, 235, 0.22);
   transform: translateY(-2px);
}


/* Puntos */

.bk-cases-carousel .owl-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 6px;
   margin-top: 12px;
}

.bk-cases-carousel .owl-dots .owl-dot {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 18px;
   height: 18px;
   margin: 0;
}

.bk-cases-carousel .owl-dots .owl-dot span {
   display: block;
   width: 7px;
   height: 7px;
   margin: 0;
   background: #cbd5e1;
   border-radius: 999px;
   transition:
      width 0.2s ease,
      background-color 0.2s ease;
}

.bk-cases-carousel .owl-dots .owl-dot.active span {
   width: 22px;
   background: #2563eb;
}


/* Evita que las sombras se corten */

.bk-cases-carousel .owl-stage-outer {
   margin: -8px -8px 0;
   padding: 8px 8px 4px;
}


/* ==================================================
   RESPONSIVE DEL CARRUSEL
================================================== */

@media (max-width: 991px) {
   .bk-cases-carousel .owl-nav {
      top: -68px;
   }

   .bk-cases-carousel .owl-nav button.owl-prev,
   .bk-cases-carousel .owl-nav button.owl-next {
      width: 41px;
      height: 41px;
   }
}

@media (max-width: 767px) {
   .bk-cases-carousel {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
   }

   .bk-cases-carousel .owl-stage-outer {
      margin: -8px 0 0;
      padding: 8px 15px 5px;
   }

   .bk-case-slide {
      padding-right: 2px;
      padding-left: 2px;
   }

   .bk-cases-carousel .owl-nav {
      position: static;
      justify-content: center;
      margin-top: 17px;
   }

   .bk-cases-carousel .owl-dots {
      margin-top: 13px;
   }
}

@media (max-width: 575px) {
   .bk-cases-carousel .owl-nav button.owl-prev,
   .bk-cases-carousel .owl-nav button.owl-next {
      width: 39px;
      height: 39px;
   }

   .bk-cases-carousel .bk-case-image {
      height: 220px;
   }
}
/* ==================================================
   CARRUSEL DE TESTIMONIOS
================================================== */

.bk-testimonials-carousel {
   position: relative;
   z-index: 2;
}

.bk-testimonial-slide {
   display: flex;
   height: 100%;
   padding: 8px 5px 18px;
}

.bk-testimonial-slide .bk-testimonial-card {
   width: 100%;
   height: 100%;
}


/* Igualar alturas */

.bk-testimonials-carousel .owl-stage {
   display: flex;
}

.bk-testimonials-carousel .owl-item {
   display: flex;
   height: auto;
}

.bk-testimonials-carousel .owl-item > .bk-testimonial-slide {
   width: 100%;
}


/* Evitar que las sombras se corten */

.bk-testimonials-carousel .owl-stage-outer {
   margin: -8px -8px 0;
   padding: 8px 8px 5px;
}


/* Navegación */

.bk-testimonials-carousel .owl-nav {
   position: absolute;
   top: -78px;
   right: 0;
   display: flex;
   gap: 9px;
   margin: 0;
}

.bk-testimonials-carousel .owl-nav button.owl-prev,
.bk-testimonials-carousel .owl-nav button.owl-next {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 44px;
   height: 44px;
   margin: 0;
   color: #344054 !important;
   background: #ffffff !important;
   border: 1px solid #dfe5ec !important;
   border-radius: 12px !important;
   box-shadow: 0 9px 24px rgba(31, 41, 55, 0.07);
   font-size: 0 !important;

   transition:
      color 0.2s ease,
      background-color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
}

.bk-testimonials-carousel .owl-nav button.owl-prev::before,
.bk-testimonials-carousel .owl-nav button.owl-next::before {
   font-family: FontAwesome;
   font-size: 13px;
}

.bk-testimonials-carousel .owl-nav button.owl-prev::before {
   content: "\f060";
}

.bk-testimonials-carousel .owl-nav button.owl-next::before {
   content: "\f061";
}

.bk-testimonials-carousel .owl-nav button:hover {
   color: #ffffff !important;
   background: #2563eb !important;
   border-color: #2563eb !important;
   box-shadow: 0 13px 28px rgba(37, 99, 235, 0.22);
   transform: translateY(-2px);
}


/* Puntos */

.bk-testimonials-carousel .owl-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 6px;
   margin-top: 12px;
}

.bk-testimonials-carousel .owl-dots .owl-dot {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 18px;
   height: 18px;
   margin: 0;
}

.bk-testimonials-carousel .owl-dots .owl-dot span {
   display: block;
   width: 7px;
   height: 7px;
   margin: 0;
   background: #cbd5e1;
   border-radius: 999px;

   transition:
      width 0.2s ease,
      background-color 0.2s ease;
}

.bk-testimonials-carousel .owl-dots .owl-dot.active span {
   width: 22px;
   background: #2563eb;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
   .bk-testimonials-carousel .owl-nav {
      top: -68px;
   }

   .bk-testimonials-carousel .owl-nav button.owl-prev,
   .bk-testimonials-carousel .owl-nav button.owl-next {
      width: 41px;
      height: 41px;
   }
}

@media (max-width: 767px) {
   .bk-testimonials-carousel {
      width: calc(100% + 30px);
      margin-right: -15px;
      margin-left: -15px;
   }

   .bk-testimonials-carousel .owl-stage-outer {
      margin: -8px 0 0;
      padding: 8px 15px 5px;
   }

   .bk-testimonial-slide {
      padding-right: 2px;
      padding-left: 2px;
   }

   .bk-testimonials-carousel .owl-nav {
      position: static;
      justify-content: center;
      margin-top: 17px;
   }

   .bk-testimonials-carousel .owl-dots {
      margin-top: 13px;
   }
}

@media (max-width: 575px) {
   .bk-testimonials-carousel .owl-nav button.owl-prev,
   .bk-testimonials-carousel .owl-nav button.owl-next {
      width: 39px;
      height: 39px;
   }
}

/* ==================================================
   CLIENTES — CARRUSEL AMPLIO Y LOGOS A COLOR
================================================== */

.bk-clients {
   position: relative;
   padding: 80px 0 70px;
   overflow: hidden;
   background: #ffffff;
}

.bk-clients .container {
   width: 100%;
   max-width: 1380px;
   padding-right: 32px;
   padding-left: 32px;
}

.bk-clients-header {
   margin-bottom: 35px;
   text-align: center;
}

.bk-clients-header span {
   display: inline-block;
   color: #536987;
   font-size: 14px;
   font-weight: 700;
   letter-spacing: 0.055em;
   text-transform: uppercase;
}


/* Carrusel */

.bk-clients-carousel {
   position: relative;
   width: 100%;
}

.bk-clients-carousel .owl-stage-outer {
   margin: -12px;
   padding: 12px;
   overflow: hidden;
}

.bk-clients-carousel .owl-stage {
   display: flex;
   align-items: stretch;
}

.bk-clients-carousel .owl-item {
   display: flex;
   height: auto;
}

.bk-client-slide {
   display: flex;
   width: 100%;
   height: 100%;
   padding: 5px;
}


/* Tarjeta individual */

.bk-clients-carousel .bk-client-logo {
   display: flex;
   align-items: center;
   justify-content: center;

   width: 100%;
   min-height: 145px;
   padding: 25px 24px;

   overflow: hidden;
   background: #ffffff;
   border: 1px solid #e2e8f0;
   border-radius: 18px;
   box-shadow: 0 9px 28px rgba(15, 23, 42, 0.07);
   text-decoration: none;

   transition:
      transform 0.25s ease,
      border-color 0.25s ease,
      box-shadow 0.25s ease,
      background-color 0.25s ease;
}

.bk-clients-carousel .bk-client-logo:hover {
   background: #ffffff;
   border-color: rgba(37, 99, 235, 0.35);
   box-shadow: 0 17px 38px rgba(15, 23, 42, 0.13);
   transform: translateY(-5px);
}


/* Logos siempre visibles y a color */

.bk-clients-carousel .bk-client-logo img,
.bk-clients-carousel .owl-item .bk-client-logo img {
   display: block;

   width: auto !important;
   height: auto !important;
   max-width: 88% !important;
   max-height: 78px !important;

   object-fit: contain;

   filter: none !important;
   -webkit-filter: none !important;
   opacity: 1 !important;

   transition: transform 0.25s ease;
}

.bk-clients-carousel .bk-client-logo:hover img {
   filter: none !important;
   -webkit-filter: none !important;
   opacity: 1 !important;
   transform: scale(1.06);
}


/* Tarjetas para logos blancos */

.bk-clients-carousel .bk-client-logo-dark {
   background:
      radial-gradient(
         circle at top right,
         rgba(59, 130, 246, 0.25),
         transparent 44%
      ),
      linear-gradient(145deg, #0f172a, #172554);

   border-color: rgba(255, 255, 255, 0.14);
}

.bk-clients-carousel .bk-client-logo-dark:hover {
   background:
      radial-gradient(
         circle at top right,
         rgba(96, 165, 250, 0.32),
         transparent 44%
      ),
      linear-gradient(145deg, #111c35, #1e3a8a);

   border-color: rgba(96, 165, 250, 0.65);
}

.bk-clients-carousel .bk-client-logo-dark img {
   filter: none !important;
   -webkit-filter: none !important;
   opacity: 1 !important;
}


/* Países */

.bk-clients-countries {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   gap: 8px;

   margin-top: 35px;

   color: #7c8da8;
   font-size: 13px;
   font-weight: 600;
}


/* Indicadores */

.bk-clients-carousel .owl-dots {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 6px;

   margin-top: 20px;
}

.bk-clients-carousel .owl-dots .owl-dot {
   display: flex;
   align-items: center;
   justify-content: center;

   width: 18px;
   height: 18px;
   margin: 0;
}

.bk-clients-carousel .owl-dots .owl-dot span {
   display: block;

   width: 7px;
   height: 7px;
   margin: 0;

   background: #cbd5e1;
   border-radius: 999px;

   transition:
      width 0.2s ease,
      background-color 0.2s ease;
}

.bk-clients-carousel .owl-dots .owl-dot.active span {
   width: 22px;
   background: #2563eb;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991.98px) {
   .bk-clients {
      padding: 65px 0 60px;
   }

   .bk-clients .container {
      padding-right: 24px;
      padding-left: 24px;
   }

   .bk-clients-carousel .bk-client-logo {
      min-height: 130px;
      padding: 22px 20px;
   }

   .bk-clients-carousel .bk-client-logo img,
   .bk-clients-carousel .owl-item .bk-client-logo img {
      max-width: 86% !important;
      max-height: 68px !important;
   }
}

@media (max-width: 767.98px) {
   .bk-clients {
      padding: 55px 0;
   }

   .bk-clients .container {
      max-width: none;
      padding-right: 16px;
      padding-left: 16px;
   }

   .bk-clients-header {
      margin-bottom: 25px;
   }

   .bk-clients-header span {
      font-size: 12px;
      line-height: 1.6;
   }

   .bk-clients-carousel .owl-stage-outer {
      margin: -8px;
      padding: 8px;
   }

   .bk-clients-carousel .bk-client-logo {
      min-height: 115px;
      padding: 18px 15px;
      border-radius: 15px;
   }

   .bk-clients-carousel .bk-client-logo img,
   .bk-clients-carousel .owl-item .bk-client-logo img {
      max-width: 90% !important;
      max-height: 58px !important;
   }

   .bk-clients-countries {
      margin-top: 25px;
      font-size: 12px;
   }
}

@media (max-width: 479.98px) {
   .bk-clients-carousel .bk-client-logo {
      min-height: 105px;
      padding: 16px 12px;
   }

   .bk-clients-carousel .bk-client-logo img,
   .bk-clients-carousel .owl-item .bk-client-logo img {
      max-width: 92% !important;
      max-height: 52px !important;
   }
}
.bk-form-status {
   display: none;
   margin-bottom: 20px;
   padding: 13px 16px;
   border-radius: 10px;
   font-size: 14px;
   line-height: 1.5;
}

.bk-form-status.is-error {
   display: block;
   color: #991b1b;
   background: #fef2f2;
   border: 1px solid #fecaca;
}

.bk-form-status.is-success {
   display: block;
   color: #166534;
   background: #f0fdf4;
   border: 1px solid #bbf7d0;
}

.bk-submit-loading {
   display: none;
}

.bk-contact-submit.is-loading .bk-submit-default {
   display: none;
}

.bk-contact-submit.is-loading .bk-submit-loading {
   display: inline-flex;
   align-items: center;
   gap: 8px;
}

.bk-contact-form.was-validated input:invalid,
.bk-contact-form.was-validated select:invalid,
.bk-contact-form.was-validated textarea:invalid {
   border-color: #dc2626;
}

.bk-contact-form.was-validated input:valid,
.bk-contact-form.was-validated select:valid,
.bk-contact-form.was-validated textarea:valid {
   border-color: #16a34a;
}
.bk-project-link-disabled {
   color: #94a3b8;
   cursor: default;
   pointer-events: none;
}

.bk-project-link-disabled i {
   font-size: 12px;
}

/* ==================================================
   CORRECCIÓN GRID DEL PORTAFOLIO
================================================== */

.bk-portfolio-grid {
   position: relative;
   display: block;
   margin-right: -15px;
   margin-left: -15px;
}

.bk-portfolio-grid::after {
   display: block;
   clear: both;
   content: "";
}

.bk-portfolio-grid .single-card-item,
.bk-portfolio-grid .grid-sizer {
   width: 33.333333%;
}

.bk-portfolio-grid .single-card-item {
   float: left;
   padding-right: 15px;
   padding-left: 15px;
   margin-bottom: 30px;
}

.bk-portfolio-grid .bk-project-card {
   width: 100%;
   height: 100%;
}

@media (max-width: 991.98px) {
   .bk-portfolio-grid .single-card-item,
   .bk-portfolio-grid .grid-sizer {
      width: 50%;
   }
}

@media (max-width: 767.98px) {
   .bk-portfolio-grid .single-card-item,
   .bk-portfolio-grid .grid-sizer {
      width: 100%;
   }

   .bk-portfolio-grid .single-card-item {
      margin-bottom: 24px;
   }
}
.bk-project-image{
    height:260px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:25px;

    background:linear-gradient(
        180deg,
        #f8fbff 0%,
        #eef4ff 100%
    );
}

.bk-project-image img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;

    transition:.35s;
}

.bk-project-card:hover .bk-project-image img{
    transform:scale(1.03);
}

.bk-cases-carousel,
.bk-cases-carousel .owl-stage-outer,
.bk-cases-carousel .owl-stage,
.bk-cases-carousel .owl-item,
.bk-case-slide,
.bk-case-card {
  touch-action: pan-y;
}
@media (max-width: 767px) {
  .bk-cases-carousel {
    touch-action: pan-y !important;
    overscroll-behavior-x: contain;
  }

  .bk-cases-carousel .owl-stage-outer,
  .bk-cases-carousel .owl-stage,
  .bk-cases-carousel .owl-item,
  .bk-case-slide,
  .bk-case-card {
    touch-action: pan-y !important;
  }

  .bk-cases {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
.bk-hero-visual {
   position: relative;
   animation: bkFloat 5s ease-in-out infinite;
}

.bk-visual-glow {
   position: absolute;
   inset: 10%;
   border-radius: 50%;
   background: radial-gradient(circle, rgba(47, 103, 246, .35), transparent 65%);
   filter: blur(30px);
   animation: bkPulseGlow 4s ease-in-out infinite;
}

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

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

@keyframes bkPulseGlow {
   0%, 100% {
      opacity: .55;
      transform: scale(.96);
   }

   50% {
      opacity: 1;
      transform: scale(1.05);
   }
}
[data-animate] {
   opacity: 0;
   transform: translateY(32px);
   transition:
      opacity .7s ease,
      transform .7s cubic-bezier(.22, 1, .36, 1);
}

[data-animate].is-visible {
   opacity: 1;
   transform: translateY(0);
}
.bk-capabilities-grid > div:nth-child(2) [data-animate] {
   transition-delay: .08s;
}

.bk-capabilities-grid > div:nth-child(3) [data-animate] {
   transition-delay: .16s;
}
.bk-capability-card,
.bk-case-card {
   position: relative;
   overflow: hidden;
   transition:
      transform .35s ease,
      box-shadow .35s ease,
      border-color .35s ease;
}

.bk-capability-card::before,
.bk-case-card::before {
   content: "";
   position: absolute;
   inset: 0;
   background: linear-gradient(
      135deg,
      transparent 35%,
      rgba(47, 103, 246, .08),
      transparent 65%
   );
   transform: translateX(-120%);
   transition: transform .7s ease;
   pointer-events: none;
}

.bk-capability-card:hover,
.bk-case-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
}

.bk-capability-card:hover::before,
.bk-case-card:hover::before {
   transform: translateX(120%);
}
.bk-technology-strip {
   overflow: hidden;
}

.bk-technology-list {
   display: flex;
   width: max-content;
   gap: 18px;
   animation: bkTechMarquee 22s linear infinite;
}

.bk-technology-strip:hover .bk-technology-list {
   animation-play-state: paused;
}

@keyframes bkTechMarquee {
   from {
      transform: translateX(0);
   }

   to {
      transform: translateX(-50%);
   }
}
.bk-client-logo img {
   filter: grayscale(1);
   opacity: .65;
   transform: scale(.92);
   transition:
      filter .3s ease,
      opacity .3s ease,
      transform .3s ease;
}

.bk-client-logo:hover img {
   filter: grayscale(0);
   opacity: 1;
   transform: scale(1);
}
.bk-cursor-glow {
   position: fixed;
   width: 240px;
   height: 240px;
   border-radius: 50%;
   pointer-events: none;
   background: radial-gradient(
      circle,
      rgba(47, 103, 246, .1),
      transparent 70%
   );
   transform: translate(-50%, -50%);
   z-index: 0;
}
.bk-hero::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(47, 103, 246, .05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(47, 103, 246, .05) 1px, transparent 1px);
   background-size: 40px 40px;
   mask-image: linear-gradient(to bottom, black, transparent 85%);
   pointer-events: none;
}
.bk-hero::before {
   animation: bkGridMove 18s linear infinite;
}

@keyframes bkGridMove {
   from {
      background-position: 0 0;
   }

   to {
      background-position: 40px 40px;
   }
}
/* ============================================================
   BUCKAPI LABS — Technology Showcase (nuevos experimentos)
   ============================================================ */
.bk-lab-badge {
   display: inline-flex;
   align-items: center;
   gap: 6px;
   padding: 5px 11px;
   border: 1px solid;
   border-radius: 999px;
   font-size: 10px;
   font-weight: 800;
   letter-spacing: .12em;
   text-transform: uppercase;
   white-space: nowrap;
}
.bk-lab-badge i { font-size: 9px; }
.bk-lab-badge.bk-lab-badge--ai { color: #7dd3fc; background: rgba(56, 189, 248, .12); border-color: rgba(125, 211, 252, .4); }
.bk-lab-badge.bk-lab-badge--cv { color: #5eead4; background: rgba(45, 212, 191, .12); border-color: rgba(94, 234, 212, .4); }
.bk-lab-badge.bk-lab-badge--webgl { color: #c4b5fd; background: rgba(139, 92, 246, .14); border-color: rgba(167, 139, 250, .4); }
.bk-lab-badge.bk-lab-badge--realtime { color: #86efac; background: rgba(34, 197, 94, .12); border-color: rgba(134, 239, 172, .4); }
.bk-lab-badge.bk-lab-badge--realtime i {
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #4ade80;
   box-shadow: 0 0 8px #4ade80;
   animation: bkLivePulse 1.6s ease-in-out infinite;
}
@keyframes bkLivePulse {
   0%, 100% { opacity: 1; transform: scale(1); }
   50% { opacity: .45; transform: scale(.72); }
}
.bk-lab-intro .bk-lab-badge { margin-top: 14px; }
.bk-lab-intro--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); min-height: 430px; max-width: 980px; margin: 50px auto 60px; padding: 0; text-align: left; overflow: hidden; background: #091a32; }
.bk-lab-intro--split > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; object-position: center; opacity: .82; }
.bk-lab-intro--split .bk-lab-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 62px); background: radial-gradient(circle at 20% 15%, rgba(37, 99, 235, .2), transparent 45%), #091a32; }
.bk-lab-intro--split .bk-lab-intro-copy > span:first-child { display: block; margin-bottom: 8px; color: #7dd3fc; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.bk-lab-intro--split .bk-lab-intro-copy .bk-lab-badge { margin-top: 0; }
.bk-lab-intro--split .bk-lab-intro-copy button { align-self: flex-start; }

/* --- Technology Showcase --- */
.bk-showcase {
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
   gap: 36px;
   align-items: center;
   margin: 18px 24px 26px;
   padding: 34px;
   background: #071a33;
   border: 1px solid rgba(125, 211, 252, .2);
   border-radius: 18px;
}
.bk-showcase-lead > span {
   display: block;
   color: #7dd3fc;
   font-size: 11px;
   font-weight: 800;
   letter-spacing: .14em;
   text-transform: uppercase;
}
.bk-showcase h2 { margin: 12px 0; color: #fff; font-size: clamp(22px, 3vw, 30px); font-weight: 800; }
.bk-showcase-lead p { margin: 0; color: #b6c9e2; line-height: 1.7; }
.bk-showcase-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 0; }
.bk-showcase-col h3 { margin: 0 0 14px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-tech-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-tech-chip {
   display: inline-flex;
   align-items: center;
   gap: 7px;
   padding: 7px 12px;
   color: #dbeafe;
   background: rgba(56, 189, 248, .08);
   border: 1px solid rgba(125, 211, 252, .3);
   border-radius: 8px;
   font-size: 12px;
   font-weight: 700;
}
.bk-tech-chip i { color: #38bdf8; font-size: 11px; }
.bk-app-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bk-app-list li {
   display: flex;
   align-items: center;
   gap: 9px;
   padding: 9px 11px;
   color: #b6c9e2;
   background: rgba(2, 8, 23, .35);
   border: 1px solid rgba(125, 211, 252, .12);
   border-radius: 8px;
   font-size: 13px;
}
.bk-app-list i { color: #38bdf8; font-size: 11px; }

/* --- Demo 1 · AI Document Analyzer --- */
.bk-doc-analyzer-workspace { margin: 18px 24px 26px; overflow: hidden; background: #071a33; border: 1px solid rgba(125, 211, 252, .24); border-radius: 18px; }
.bk-doc-drop {
   position: relative;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 12px;
   min-height: 250px;
   margin: 26px;
   padding: 34px 24px;
   text-align: center;
   background: rgba(2, 8, 23, .35);
   border: 2px dashed rgba(125, 211, 252, .4);
   border-radius: 16px;
   transition: border-color .2s, background .2s;
}
.bk-doc-drop.is-dragover { border-color: #38bdf8; background: rgba(56, 189, 248, .08); }
.bk-doc-drop i { color: #7dd3fc; font-size: 34px; }
.bk-doc-drop h2 { margin: 0; color: #fff; font-size: 19px; font-weight: 800; }
.bk-doc-drop p { margin: 0; color: #8ca9cb; font-size: 13px; }
.bk-doc-drop button { padding: 11px 16px; color: #fff; background: #1877f2; border: 0; border-radius: 9px; font-size: 13px; font-weight: 800; cursor: pointer; }
.bk-doc-drop input { display: none; }
.bk-doc-file-chip {
   display: inline-flex;
   align-items: center;
   gap: 9px;
   margin-top: 6px;
   padding: 8px 13px;
   color: #dbeafe;
   background: rgba(56, 189, 248, .1);
   border: 1px solid rgba(125, 211, 252, .35);
   border-radius: 9px;
   font-size: 12px;
   font-weight: 700;
}
.bk-doc-file-chip i { color: #38bdf8; }
.bk-doc-steps { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 0 26px 6px; }
.bk-doc-step {
   display: inline-flex;
   align-items: center;
   gap: 7px;
   padding: 7px 12px;
   color: #8ca9cb;
   background: rgba(2, 8, 23, .35);
   border: 1px solid rgba(125, 211, 252, .16);
   border-radius: 999px;
   font-size: 11px;
   font-weight: 700;
}
.bk-doc-step.is-active { color: #fff; background: rgba(56, 189, 248, .16); border-color: rgba(125, 211, 252, .5); }
.bk-doc-step.is-done { color: #86efac; border-color: rgba(134, 239, 172, .4); }
.bk-doc-step i { font-size: 10px; }
.bk-doc-step.is-active i { color: #38bdf8; animation: bkLivePulse 1.4s ease-in-out infinite; }
.bk-doc-results { display: none; padding: 26px; }
.bk-doc-results.is-visible { display: block; }
.bk-doc-summary {
   padding: 18px 20px;
   background: linear-gradient(90deg, rgba(37, 99, 235, .16), rgba(2, 8, 23, .2));
   border: 1px solid rgba(125, 211, 252, .25);
   border-radius: 14px;
}
.bk-doc-summary h3 { margin: 0 0 8px; color: #7dd3fc; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bk-doc-summary p { margin: 0; color: #dbeafe; font-size: 14px; line-height: 1.7; }
.bk-doc-cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 18px; margin-top: 18px; }
.bk-doc-panel { padding: 18px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 14px; }
.bk-doc-panel h4 { margin: 0 0 14px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-doc-panel dl { display: grid; gap: 11px; margin: 0; }
.bk-doc-panel dl div { padding-bottom: 9px; border-bottom: 1px solid rgba(125, 211, 252, .14); }
.bk-doc-panel dl div:last-child { border-bottom: 0; padding-bottom: 0; }
.bk-doc-panel dt { color: #7dd3fc; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.bk-doc-panel--mt { margin-top: 18px; }
.bk-doc-panel dd { margin: 3px 0 0; color: #fff; font-size: 13px; font-weight: 700; }
.bk-risk { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.bk-risk::before { content: ""; width: 7px; height: 7px; border-radius: 50%; }
.bk-risk--low { color: #86efac; background: rgba(34, 197, 94, .12); }
.bk-risk--low::before { background: #4ade80; }
.bk-risk--med { color: #fcd34d; background: rgba(245, 158, 11, .12); }
.bk-risk--med::before { background: #fbbf24; }
.bk-risk--high { color: #fca5a5; background: rgba(239, 68, 68, .12); }
.bk-risk--high::before { background: #f87171; }
.bk-risk-list { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-obligation { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; margin-bottom: 8px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 10px; }
.bk-obligation:last-child { margin-bottom: 0; }
.bk-obligation b { display: block; color: #fff; font-size: 13px; }
.bk-obligation span { display: block; color: #8ca9cb; font-size: 11px; margin-top: 2px; }
.bk-obligation time { flex: 0 0 auto; color: #7dd3fc; font-size: 11px; font-weight: 800; }
.bk-doc-ai-note { margin-top: 18px; padding: 14px 16px; color: #fef3c7; background: rgba(245, 158, 11, .08); border: 1px solid rgba(245, 158, 11, .3); border-radius: 12px; font-size: 12px; line-height: 1.6; }
.bk-od-note { margin: 18px 0 0; }

/* --- Demo 2 · Object Detection --- */
.bk-od-workspace { margin: 18px 24px 26px; overflow: hidden; background: #071a33; border: 1px solid rgba(125, 211, 252, .24); border-radius: 18px; }
.bk-od-body { display: grid; grid-template-columns: minmax(0, 1fr) 340px; }
.bk-od-stage { position: relative; min-height: 420px; overflow: hidden; background: #020817; }
.bk-od-side { display: flex; flex-direction: column; padding: 22px; background: #081b36; border-left: 1px solid rgba(96, 165, 250, .2); }
.bk-od-stage video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); background: #020817; }
.bk-od-stage canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.bk-od-stage::after {
   content: "";
   position: absolute;
   z-index: 1;
   inset: 0;
   pointer-events: none;
   background-image: linear-gradient(rgba(125, 211, 252, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(125, 211, 252, .05) 1px, transparent 1px);
   background-size: 42px 42px;
}
.bk-od-placeholder { position: absolute; z-index: 4; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: #8ca9cb; background: #020817; text-align: center; padding: 20px; }
.bk-od-placeholder i { color: #38bdf8; font-size: 40px; }
.bk-od-placeholder p { margin: 0; font-size: 13px; }
.bk-od-placeholder[hidden] { display: none; }
.bk-od-hud { position: absolute; z-index: 5; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 8px; }
.bk-od-hud span { padding: 6px 10px; color: #dbeafe; background: rgba(3, 14, 32, .82); border: 1px solid rgba(96, 165, 250, .3); border-radius: 8px; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.bk-od-hud i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 8px #4ade80; }
.bk-od-hud .bk-od-live b { color: #dbeafe; font-weight: 700; }
.bk-od-panel { display: grid; grid-template-columns: 1fr; gap: 22px; padding: 0; }
.bk-od-panel h3 { margin: 0 0 12px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-od-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; margin-bottom: 8px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 10px; }
.bk-od-row:last-child { margin-bottom: 0; }
.bk-od-row b { color: #fff; font-size: 13px; }
.bk-od-row span { color: #7dd3fc; font-size: 15px; font-weight: 800; font-variant-numeric: tabular-nums; }
.bk-od-actions { display: flex; flex-wrap: wrap; gap: 8px; padding: 22px 0 0; margin-top: auto; }
.bk-od-actions button { padding: 8px 13px; color: #dbeafe; background: transparent; border: 1px solid rgba(125, 211, 252, .4); border-radius: 8px; font-size: 12px; font-weight: 800; cursor: pointer; }
.bk-od-actions button.bk-primary { color: #fff; background: #1877f2; border-color: #1877f2; }

/* --- Demo 3 · 3D Product Configurator --- */
.bk-3d-workspace { margin: 18px 24px 26px; overflow: hidden; background: #071a33; border: 1px solid rgba(125, 211, 252, .24); border-radius: 18px; }
.bk-3d-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; }
.bk-3d-viewport { position: relative; min-height: 460px; background: radial-gradient(circle at 50% 35%, #0c2a52, #020817 72%); }
.bk-3d-viewport canvas { display: block; width: 100%; height: 100%; }
.bk-3d-hint { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); padding: 6px 12px; color: #9fb9d9; background: rgba(3, 14, 32, .72); border: 1px solid rgba(96, 165, 250, .25); border-radius: 999px; font-size: 11px; white-space: nowrap; }
.bk-3d-panel { padding: 22px; background: #081b36; border-left: 1px solid rgba(96, 165, 250, .2); }
.bk-3d-panel h3 { margin: 0 0 16px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bk-3d-group { margin-bottom: 20px; }
.bk-3d-group > span { display: block; margin-bottom: 9px; color: #8ca9cb; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.bk-3d-swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.bk-3d-swatch { position: relative; width: 34px; height: 34px; padding: 0; border: 2px solid transparent; border-radius: 50%; cursor: pointer; box-shadow: 0 2px 8px rgba(0, 0, 0, .4); }
.bk-3d-swatch.is-active { border-color: #fff; box-shadow: 0 0 0 3px rgba(56, 189, 248, .4); }
.bk-3d-materials { display: flex; flex-wrap: wrap; gap: 8px; }
.bk-3d-material { padding: 8px 13px; color: #dbeafe; background: rgba(2, 8, 23, .35); border: 1px solid rgba(125, 211, 252, .3); border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.bk-3d-material.is-active { color: #fff; background: rgba(56, 189, 248, .16); border-color: #38bdf8; }
.bk-3d-accessory { display: flex; align-items: center; gap: 10px; padding: 10px 12px; margin-bottom: 8px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 10px; cursor: pointer; }
.bk-3d-accessory:last-child { margin-bottom: 0; }
.bk-3d-accessory input { accent-color: #38bdf8; width: 16px; height: 16px; }
.bk-3d-accessory b { color: #fff; font-size: 13px; font-weight: 700; }
.bk-3d-accessory span { margin-left: auto; color: #8ca9cb; font-size: 11px; }
.bk-3d-price { display: flex; align-items: baseline; justify-content: space-between; padding: 15px 16px; margin: 20px 0 14px; background: rgba(37, 99, 235, .14); border: 1px solid rgba(125, 211, 252, .3); border-radius: 12px; }
.bk-3d-price span { color: #8ca9cb; font-size: 12px; font-weight: 700; }
.bk-3d-price b { color: #fff; font-size: 24px; font-weight: 800; font-variant-numeric: tabular-nums; }
.bk-3d-reset { width: 100%; padding: 10px; color: #dbeafe; background: transparent; border: 1px solid rgba(125, 211, 252, .4); border-radius: 9px; font-size: 12px; font-weight: 800; cursor: pointer; }

/* --- Demo 4 · Realtime Dashboard --- */
.bk-rt-workspace { margin: 18px 24px 26px; overflow: hidden; background: #071a33; border: 1px solid rgba(125, 211, 252, .24); border-radius: 18px; }
.bk-rt-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 22px; border-bottom: 1px solid rgba(125, 211, 252, .2); }
.bk-rt-top h3 { margin: 0; color: #fff; font-size: 15px; font-weight: 800; }
.bk-rt-top > div { display: flex; align-items: center; gap: 10px; }
.bk-live { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; color: #86efac; background: rgba(34, 197, 94, .12); border: 1px solid rgba(134, 239, 172, .4); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.bk-live i { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 9px #4ade80; animation: bkLivePulse 1.5s ease-in-out infinite; }
.bk-rt-sim { padding: 5px 11px; color: #fef3c7; background: rgba(245, 158, 11, .1); border: 1px solid rgba(245, 158, 11, .35); border-radius: 999px; font-size: 10px; font-weight: 800; }
.bk-rt-status { display: inline-flex; align-items: center; gap: 7px; padding: 5px 11px; color: #86efac; background: rgba(34, 197, 94, .1); border: 1px solid rgba(134, 239, 172, .35); border-radius: 999px; font-size: 10px; font-weight: 800; }
.bk-rt-status i { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.bk-rt-status.down { color: #fca5a5; background: rgba(239, 68, 68, .1); border-color: rgba(248, 113, 113, .4); }
.bk-rt-status.down i { background: #f87171; }
.bk-rt-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 20px 22px; }
.bk-rt-kpi { padding: 16px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 13px; }
.bk-rt-kpi span { display: block; color: #8ca9cb; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.bk-rt-kpi b { display: block; margin-top: 6px; color: #fff; font-size: clamp(22px, 3vw, 30px); font-weight: 800; font-variant-numeric: tabular-nums; }
.bk-rt-kpi small { color: #86efac; font-size: 11px; font-weight: 700; }
.bk-rt-kpi small.down { color: #fca5a5; }
.bk-rt-kpi small.neutral { color: #8ca9cb; }
.bk-rt-kpi b.up { color: #86efac; }
.bk-rt-kpi b.down { color: #fca5a5; }
.bk-rt-kpi.is-flash { animation: bkFlash .6s ease; }
@keyframes bkFlash { 0% { box-shadow: 0 0 0 0 rgba(56, 189, 248, .5); } 100% { box-shadow: 0 0 0 14px rgba(56, 189, 248, 0); } }
.bk-rt-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 14px; padding: 0 22px 22px; }
.bk-rt-chart { position: relative; padding: 16px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 13px; }
.bk-rt-chart h4 { margin: 0 0 12px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-rt-chart h4 span { margin-left: 6px; color: #7dd3fc; font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.bk-rt-chart canvas { display: block; width: 100%; height: 220px; }
.bk-rt-view-toggle { display: flex; gap: 8px; margin-bottom: 12px; }
.bk-rt-view-btn { padding: 6px 12px; color: #fff; background: transparent; border: 1px solid rgba(125, 211, 252, .4); border-radius: 6px; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.bk-rt-view-btn.active { border-color: #7dd3fc; color: #7dd3fc; }
.bk-rt-feed { padding: 16px; background: rgba(2, 8, 23, .3); border: 1px solid rgba(125, 211, 252, .14); border-radius: 13px; }
.bk-rt-feed h4 { margin: 0 0 12px; color: #dbeafe; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bk-rt-event { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(125, 211, 252, .12); animation: bkFeedIn .35s ease; }
.bk-rt-event:last-child { border-bottom: 0; }
.bk-rt-event time { flex: 0 0 auto; color: #7dd3fc; font-size: 11px; font-weight: 700; font-variant-numeric: tabular-nums; }
.bk-rt-event i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #38bdf8; }
.bk-rt-event p { margin: 0; color: #b6c9e2; font-size: 12px; }
.bk-rt-event p b { color: #dbeafe; font-weight: 700; }
.bk-rt-event.buy i { background: #34d399; }
.bk-rt-event.sell i { background: #f87171; }
.bk-rt-event.buy p b { color: #34d399; }
.bk-rt-event.sell p b { color: #f87171; }
@keyframes bkFeedIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.bk-rt-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2, 8, 23, .78); backdrop-filter: blur(6px); }
.bk-rt-modal[hidden] { display: none; }
.bk-rt-modal-card { width: min(460px, 100%); padding: 26px; color: #dbeafe; background: #071a33; border: 1px solid rgba(125, 211, 252, .3); border-radius: 18px; box-shadow: 0 30px 90px rgba(2, 8, 23, .6); }
.bk-rt-modal-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.bk-rt-modal-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #fef3c7; background: rgba(245, 158, 11, .14); border-radius: 12px; font-size: 18px; }
.bk-rt-modal-head h3 { margin: 0; color: #fff; font-size: 18px; font-weight: 800; }
.bk-rt-modal-text { margin: 0 0 14px; color: #b6c9e2; font-size: 13px; line-height: 1.65; }
.bk-rt-modal-text b { color: #fef3c7; }
.bk-rt-modal-steps { margin: 0 0 18px; padding-left: 18px; color: #b6c9e2; font-size: 13px; line-height: 1.7; }
.bk-rt-modal-steps li { margin-bottom: 6px; }
.bk-rt-modal-actions { display: flex; gap: 10px; }
.bk-rt-modal-actions button { padding: 10px 14px; font-size: 12px; font-weight: 800; border-radius: 8px; cursor: pointer; }
.bk-rt-modal-actions button[data-rt-retry] { color: #fff; background: #1877f2; border: 0; }
.bk-rt-modal-actions button[data-rt-modal-close] { color: #dbeafe; background: transparent; border: 1px solid rgba(125, 211, 252, .4); }

@media (max-width: 991px) {
   .bk-3d-body, .bk-rt-body, .bk-od-body { grid-template-columns: 1fr; }
   .bk-3d-panel, .bk-od-side { border-left: 0; border-top: 1px solid rgba(96, 165, 250, .2); }
}
@media (max-width: 767px) {
   .bk-showcase { grid-template-columns: 1fr; margin: 12px 18px 22px; padding: 24px 20px; }
   .bk-lab-intro--split { grid-template-columns: 1fr; margin: 30px 18px; }
   .bk-lab-intro--split > img { min-height: 210px; max-height: 270px; }
   .bk-showcase-grid, .bk-doc-cols, .bk-od-panel { grid-template-columns: 1fr; }
    .bk-app-list { grid-template-columns: 1fr; }
    .bk-doc-analyzer-workspace, .bk-od-workspace, .bk-3d-workspace, .bk-rt-workspace { margin: 12px 18px 22px; }
   .bk-doc-drop { margin: 18px; min-height: 210px; }
   .bk-doc-results { padding: 18px; }
   .bk-3d-viewport { min-height: 340px; }
   .bk-rt-kpis { grid-template-columns: 1fr 1fr; }
   .bk-rt-top { flex-wrap: wrap; }
    .bk-od-panel { padding: 0; }
    .bk-od-side { padding: 18px; }
    .bk-od-actions { padding: 18px 0 0; }
    .bk-od-note { margin: 16px 0 0; }
   .bk-3d-hint { white-space: normal; width: max-content; max-width: 90%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
   *,
   *::before,
   *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
      scroll-behavior: auto !important;
   }
}
