/*

TemplateMo 568 DigiMedia

https://templatemo.com/tm-568-digimedia

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #4da6e7;
  color: #fff !important;
}

::-moz-selection {
  background: #4da6e7;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.section-heading h6::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.section-heading h6:hover::before {
  opacity: 1;
  height: 3px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 38px;
  font-weight: 800;
  font-family: 'Outfit', sans-serif;
  text-transform: capitalize;
  margin-bottom: 25px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  position: relative;
}

.section-heading h4 em {
  font-style: normal;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.section-heading h4 em::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  opacity: 0.1;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.section-heading h4 em:hover::before {
  opacity: 0.2;
  height: 10px;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #4da6e7;
}

.border-first-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4da6e7 !important;
  border: 1px solid #4da6e7 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
}

.border-first-button a:hover {
  background-color: #4da6e7;
  color: #fff !important;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #efefef;
  height: 60px;
  padding: 15px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #afafaf;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color: #4da6e7;
}

.pre-header ul.info li a i {
  font-size: 18px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #afafaf;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #4da6e7;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #4da6e7;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4da6e7;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: #fff;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 20px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #4da6e7!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #4da6e7!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #4da6e7!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #4da6e7;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #4da6e7!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #4da6e7!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #4da6e7;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #4da6e7;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content .hero-tag {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.main-banner .left-content .hero-tag img {
  width: 90px;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.main-banner .left-content .hero-tag span {
  font-family: 'Outfit', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #666;
  letter-spacing: -0.02em;
}

@media (max-width: 991px) {
  .main-banner .left-content .hero-tag {
    justify-content: center;
  }
  
  .main-banner .left-content .hero-tag img {
    width: 70px;
  }
  
  .main-banner .left-content .hero-tag span {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .main-banner .left-content .hero-tag img {
    width: 60px;
  }
  
  .main-banner .left-content .hero-tag span {
    font-size: 22px;
  }
}

.main-banner .left-content .hero-headline {
  font-family: 'Outfit', sans-serif;
  position: relative;
  font-weight: 800;
  font-size: 56px;
  line-height: 1.1;
  color: #2a2a2a;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}

.main-banner .left-content .hero-headline {
  color: #444;
}

.main-banner .left-content .hero-headline .highlight-primary {
  background: linear-gradient(135deg, #98D430 0%, #80B82D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-shadow: none;
}

.main-banner .left-content .hero-headline .highlight-secondary {
  background: linear-gradient(135deg, #0099FF 0%, #0077CC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-shadow: none;
}

.main-banner .left-content .hero-headline .gradient-text {
  background: linear-gradient(135deg, #98D430 0%, #0099FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  font-weight: 900;
  text-shadow: none;
}

/* Añadir efecto hover */
.main-banner .left-content .hero-headline .highlight-primary:hover,
.main-banner .left-content .hero-headline .highlight-secondary:hover,
.main-banner .left-content .hero-headline .gradient-text:hover {
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .main-banner .left-content .hero-headline {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .main-banner .left-content .hero-headline {
    font-size: 36px;
  }
}

.main-banner .left-content .hero-headline .emoji {
  font-size: 40px;
  vertical-align: middle;
  margin-left: 5px;
}

.main-banner .left-content .hero-subtitle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 35px;
  margin-right: 45px;
}

@media (max-width: 768px) {
  .main-banner .left-content .hero-subtitle {
    margin-right: 0;
    text-align: center;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .main-banner .left-content .hero-subtitle {
    font-size: 16px;
    padding: 0 15px;
  }
}

.main-banner .left-content .hero-subtitle .brand {
  color: #4da6e7;
  font-weight: 600;
}

.main-banner .left-content .hero-subtitle .highlight-text {
  color: #2B4B80;
  font-weight: 600;
}

.main-banner .left-content .hero-subtitle .features {
  color: #2a2a2a;
  font-weight: 500;
  font-style: italic;
}

.main-banner .left-content .cta-container {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 768px) {
  .main-banner .left-content .cta-container {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
}

.main-banner .left-content .primary-button .main-cta {
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  color: white;
  border-radius: 30px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(77, 166, 231, 0.2);
}

.main-banner .left-content .primary-button .main-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(77, 166, 231, 0.3);
}

@media (max-width: 768px) {
  .main-banner .left-content .primary-button .main-cta {
    width: 100%;
    max-width: 280px;
    justify-content: center;
    padding: 12px 25px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .main-banner .left-content .primary-button .main-cta {
    max-width: 250px;
    padding: 10px 20px;
    font-size: 14px;
  }
}

.main-banner .left-content .primary-button .emoji-small {
  font-size: 18px;
  margin-right: 8px;
}

.main-banner .left-content .secondary-button .secondary-cta {
  color: #666;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.main-banner .left-content .secondary-button .secondary-cta:hover {
  color: #4da6e7;
}

@media (max-width: 768px) {
  .main-banner .left-content .secondary-button .secondary-cta {
    text-align: center;
    font-size: 14px;
  }
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}

@media (max-width: 768px) {
  .main-banner .right-image {
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 0 20px;
  }
  
  .main-banner .right-image img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .main-banner .right-image {
    margin: 30px auto 0 auto;
    padding: 0 15px;
  }
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
  position: relative;
  overflow: hidden;
}

#about::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(77, 166, 231, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  animation: shine 12s infinite linear;
  pointer-events: none;
  top: -50%;
  left: -50%;
}

.about-left-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 
    0 25px 50px rgba(77, 166, 231, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.about-left-image:hover {
  transform: translateY(-10px);
  box-shadow: 
    0 35px 70px rgba(77, 166, 231, 0.15),
    0 1px 3px rgba(0, 0, 0, 0.1);
}

.about-left-image img {
  margin-right: 0;
  border-radius: 30px;
  transition: all 0.4s ease;
}

.about-left-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(77, 166, 231, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 35px;
  position: relative;
  padding-left: 20px;
}

.about-right-content p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #4da6e7, #2B4B80);
  border-radius: 4px;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.about-right-content p:hover::before {
  opacity: 1;
  transform: scaleY(1.1);
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 786px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';
  background-image: url(../images/services-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  z-index: 1;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.services .icon::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
}

.services .menu div:nth-child(1) .icon::before {
  background: rgba(255, 193, 7, 0.1);
}

.services .menu div:nth-child(2) .icon::before {
  background: rgba(77, 166, 231, 0.1);
}

.services .menu div:nth-child(3) .icon::before {
  background: rgba(156, 39, 176, 0.1);
}

.services .menu div:nth-child(4) .thumb {
  background: linear-gradient(145deg, #e3f2fd, #f1f8fe);
  border-left: 4px solid #2196f3;
}

.services .menu div:nth-child(4) .icon::before {
  background: rgba(33, 150, 243, 0.1);
}

.services .icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
}

.services .menu div:hover .icon::before {
  transform: translate(-50%, -50%) scale(1.2);
}

.services .menu div:hover .icon img {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
}

.services .naccs .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .services .naccs .menu {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.services {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff 0%, #f8f9fa 100%);
}

.services .section-heading {
  margin-bottom: 60px;
}

.services .naccs .menu {
  margin-bottom: 80px;
}

.services .naccs .menu div {
  width: 100%;
  max-width: 450px;
  min-height: 100px;
  color: #2a2a2a;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  transition: all 0.4s ease;
  font-family: 'Outfit', sans-serif;
}

.services .naccs .menu div .thumb .title {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  font-family: 'Outfit', sans-serif;
}

.services .naccs .menu div:hover .thumb .title {
  color: #4da6e7;
}

.services .naccs .menu div .thumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  padding: 20px;
  background: linear-gradient(145deg, #ffffff, #f5f7ff);
  border-radius: 16px;
  box-shadow: 
    0 10px 30px rgba(30, 53, 87, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  backdrop-filter: blur(20px);
}

.services .naccs .menu div:hover .thumb {
  transform: translateY(-2px);
  box-shadow: 
    0 20px 40px rgba(30, 53, 87, 0.1),
    0 2px 6px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

/* Estilos específicos para cada card */
.services .naccs .menu div:nth-child(1) .thumb {
  background: linear-gradient(145deg, #fff9f0, #fff5e6);
  border-left: 4px solid #ffc107;
  box-shadow: 
    0 10px 30px rgba(255, 193, 7, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.services .naccs .menu div:nth-child(2) .thumb {
  background: linear-gradient(145deg, #f0f9ff, #e8f5ff);
  border-left: 4px solid #4da6e7;
  box-shadow: 
    0 10px 30px rgba(77, 166, 231, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.services .naccs .menu div:nth-child(3) .thumb {
  background: linear-gradient(145deg, #f9f0ff, #f3e7ff);
  border-left: 4px solid #9c27b0;
  box-shadow: 
    0 10px 30px rgba(156, 39, 176, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.services .naccs .menu div:nth-child(4) .thumb {
  background: linear-gradient(145deg, #e8f5e9, #f1f8e9);
  border-left: 4px solid #4caf50;
  box-shadow: 
    0 10px 30px rgba(76, 175, 80, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .services .naccs .menu div {
    font-size: 15px;
  }

  .services .naccs .menu div .thumb {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .services .naccs .menu div {
    min-height: 90px;
  }

  .services .icon {
    width: 60px;
    height: 60px;
  }

  .services .icon img {
  width: 40px;
  height: 40px;
  padding: 8px;
  object-fit: contain;
  transition: all 0.3s ease;
}

.services .naccs .menu div:hover .icon img {
  transform: scale(1.1);
}

  .services .icon::before {
    width: 70px;
    height: 70px; 
  }
}

.services .naccs .menu div .thumb .content-wrapper {
  display: block;
  text-align: center;
  width: 100%;
} 

.services .naccs .menu div .thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
  position: relative;
  min-height: 90px;
  margin-bottom: 15px;
}

.services .icon {
  display: block;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 1;
  text-align: center;
}


.services .naccs .menu div .thumb .title {
  font-size: 18px;
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 5px;
  display: block;
}

.services .icon::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
  opacity: 0.15;
}

.services .icon img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  border-radius: 16px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.services .naccs .menu div .thumb h4 {
  font-size: 20px;
  margin: 15px 0 10px;
  color: #2a2a2a;
}

.services .naccs .menu div .thumb p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  padding: 0 10px;
}

.services .naccs .menu div .thumb span.coming-soon-tag {
  position: absolute;
  top: -12px;
  right: 15px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 50%, #ff6b6b 100%);
  color: white;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 
    0 8px 16px rgba(255, 107, 107, 0.3),
    0 4px 8px rgba(255, 107, 107, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1px 2px rgba(0, 0, 0, 0.1);
  z-index: 10;
  white-space: nowrap;
  transform: translateY(0) scale(1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.services .naccs .menu div:hover .thumb span.coming-soon-tag {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 
    0 12px 24px rgba(255, 107, 107, 0.4),
    0 6px 12px rgba(255, 107, 107, 0.3),
    inset 0 1px 3px rgba(255, 255, 255, 0.4),
    inset 0 -1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
  .services .naccs .menu div .thumb span.coming-soon-tag {
    padding: 6px 12px;
    font-size: 10px;
    top: -10px;
    right: 10px;
  }
  
  .services .naccs .menu div .thumb {
    min-height: 80px;
    padding: 12px 10px;
  }
  
  .services .naccs .menu div .thumb .title {
    font-size: 14px;
  }
}

/* Ajustes para tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .services .naccs .menu {
    padding: 0 30px;
  }

  .services .naccs .menu div {
    max-width: 600px;
  }
}

/* Ajustes para pantallas más grandes */
@media (min-width: 1200px) {
  .services .naccs .menu div {
    flex: 1;
    max-width: none;
  }
}

.services .naccs .menu div:hover .thumb span.coming-soon-tag {
  transform: translateY(-2px);
  box-shadow: 
    0 6px 20px rgba(255, 107, 107, 0.4),
    0 4px 8px rgba(255, 107, 107, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5);
}

.services .naccs .menu div:nth-child(1) .thumb {
  background: linear-gradient(145deg, #fff5e6, #fff9f0);
  border-left: 4px solid #ffc107;
}

.services .naccs .menu div:nth-child(2) .thumb {
  background: linear-gradient(145deg, #e8f5ff, #f0f9ff);
  border-left: 4px solid #4da6e7;
}

.services .naccs .menu div:nth-child(3) .thumb {
  background: linear-gradient(145deg, #f3e7ff, #f9f0ff);
  border-left: 4px solid #9c27b0;
}

.services .naccs .menu div:hover .thumb {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  padding: 80px 120px 50px 120px;
}

@media (max-width: 991px) {
  .services ul.nacc li.active {
    padding: 60px 40px 40px 40px;
  }
}

@media (max-width: 768px) {
  .services ul.nacc li.active {
    padding: 40px 30px 30px 30px;
  }
  
  .services ul.nacc li .thumb .row {
    flex-direction: column;
  }
  
  .services ul.nacc li .thumb .col-lg-6 {
    width: 100%;
    text-align: center;
  }
  
  .services ul.nacc li .left-text {
    margin-bottom: 30px;
  }
  
  .services .nacc .ticks-list {
    display: inline-block;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .services ul.nacc li.active {
    padding: 30px 20px 20px 20px;
  }
  
  .services ul.nacc li .left-text h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  
  .services ul.nacc li .left-text p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.services ul.nacc li {
  width: 100%;
}

.services ul.nacc li .right-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .services ul.nacc li .right-image {
    padding: 10px;
  }
  
  .services ul.nacc li .right-image img {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .services ul.nacc li .right-image {
    padding: 20px 0;
  }
  
  .services ul.nacc li .right-image img {
    max-width: 280px;
  }
}

@media (max-width: 576px) {
  .services ul.nacc li .right-image {
    padding: 10px 0;
  }
  
  .services ul.nacc li .right-image img {
    max-width: 220px;
  }
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 25px;
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50 !important;
}

.services .left-text p {
  margin-bottom: 30px;
  color: #4a4a4a;
  font-weight: 500;
  line-height: 1.6;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #3a3a3a;
  position: relative;
  padding: 12px 16px 12px 50px;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  border-radius: 12px;
  border-left: 4px solid #4da6e7;
  box-shadow: 0 4px 15px rgba(77, 166, 231, 0.1);
  transition: all 0.3s ease;
  min-width: 200px;
}

.nacc .ticks-list span:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(77, 166, 231, 0.2);
  border-left-color: #3498db;
}

.nacc .ticks-list span i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #4da6e7, #3498db);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  box-shadow: 0 2px 8px rgba(77, 166, 231, 0.3);
}

/* Coming soon items styling */
.nacc .ticks-list span i.fa-clock-o {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.nacc .ticks-list span:has(i.fa-clock-o) {
  background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
  border-left-color: #ff6b6b;
  color: #666;
  font-style: italic;
  opacity: 0.9;
}

.nacc .ticks-list span:has(i.fa-clock-o):hover {
  border-left-color: #e74c3c;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.2);
}

.conclusion-text {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
  border-radius: 12px;
  border-left: 4px solid #4da6e7;
  color: #2c3e50 !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 15px rgba(77, 166, 231, 0.1);
  font-style: italic;
}

/* Update Notice Styling */
.update-notice {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #56ab2f 0%, #a8e6cf 100%);
  border-radius: 16px;
  padding: 20px;
  margin-top: 25px;
  box-shadow: 0 8px 32px rgba(86, 171, 47, 0.3);
  position: relative;
  overflow: hidden;
}

.update-notice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  border-radius: 16px;
}

.update-icon {
  font-size: 32px;
  margin-right: 16px;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  padding: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
}

.update-content {
  flex: 1;
  position: relative;
  z-index: 2;
}

.update-content h5 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.update-content p {
  color: rgba(255,255,255,0.9);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Improved text readability for services section */
.services .left-text {
  text-shadow: none;
}

.services .left-text h4 {
  text-shadow: none !important;
  margin-bottom: 20px;
}

.services .left-text p:first-of-type {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.services .left-text p:last-of-type {
  font-size: 15px;
  color: #666666;
  font-style: italic;
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-image: url(../images/quote-bg-v3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #4da6e7;
  font-size: 15px;
  color: #fff;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #4da6e7;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color: #4da6e7;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

.show-up {
  position: relative;
  z-index: 222;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #4da6e7;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #4da6e7;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url(../images/contact-top-right-v3.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right-v3.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #4da6e7;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #4da6e7;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #4da6e7;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #4da6e7!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-image: url(../images/footer-bg-v3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 130px;
}

footer p {
  text-align: center;
  margin: 20px 0px;
  color: #fff;
}

footer p a {
  color: #fff;
  transition: all .5s;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 180px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

/* Custom styles for Matchly Sports */
.about-right-content {
  position: relative;
  padding: 50px;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 30px;
  box-shadow: 
    0 25px 50px rgba(77, 166, 231, 0.05),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  margin: 20px 0;
  overflow: hidden;
}

.about-right-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(77, 166, 231, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.about-right-content .section-heading {
  margin-bottom: 35px;
}

.about-right-content .section-heading h6 {
  color: #4da6e7;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.about-right-content .section-heading h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 1.3;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}

.about-right-content .section-heading h4 em {
  font-style: normal;
  background: linear-gradient(135deg, #4da6e7 0%, #2B4B80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-right-content p {
  margin-bottom: 25px !important;
  line-height: 1.8;
  color: #666;
  font-size: 17px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: all 0.3s ease;
}

.about-right-content p:hover {
  transform: translateX(5px);
}

.about-right-content p strong {
  background: linear-gradient(135deg, #4da6e7 0%, #2B4B80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  padding: 2px 0;
  position: relative;
}

.about-right-content p strong::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(135deg, #4da6e7 0%, #2B4B80 100%);
  opacity: 0.3;
  transition: all 0.3s ease;
}

.about-right-content p strong:hover::after {
  opacity: 1;
  height: 3px;
}

.features-list {
  list-style: none;
  margin: 35px 0;
  padding: 30px;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 24px;
  box-shadow: 
    0 20px 40px rgba(77, 166, 231, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: grid;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.features-list::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(77, 166, 231, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  animation: shine 8s infinite linear;
  pointer-events: none;
}

@keyframes shine {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

.features-list li {
  margin: 0;
  padding: 25px;
  background: linear-gradient(145deg, #f0f9ff, #e8f5ff);
  border-left: 4px solid #4da6e7;
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 
    0 10px 30px rgba(77, 166, 231, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.features-list li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(77, 166, 231, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.features-list li:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(77, 166, 231, 0.15),
    0 2px 6px rgba(0, 0, 0, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  border-left-color: #2B4B80;
}

.features-list li:hover::before {
  opacity: 0;
}

.features-list li strong {
  color: #2a2a2a;
  margin-left: 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-family: 'Outfit', sans-serif;
}

/* Estilos responsivos mejorados */
@media (max-width: 991px) {
  .about-right-content {
    padding: 40px;
    margin: 15px 0;
  }

  .about-right-content .section-heading h4 {
    font-size: 28px;
  }

  .features-list {
    padding: 25px;
    gap: 15px;
  }

  .features-list li {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .about-right-content {
    padding: 30px;
    border-radius: 20px;
  }

  .about-right-content .section-heading {
    margin-bottom: 25px;
  }

  .about-right-content .section-heading h6 {
    font-size: 16px;
  }

  .about-right-content .section-heading h4 {
    font-size: 24px;
  }

  .about-right-content p {
    font-size: 15px;
    margin-bottom: 20px !important;
  }

  .features-list {
    padding: 20px;
    gap: 12px;
    margin: 25px 0;
  }

  .features-list li {
    padding: 15px;
    border-radius: 16px;
  }

  .features-list li strong {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .about-right-content {
    padding: 25px;
  }

  .features-list {
    padding: 15px;
    gap: 10px;
  }

  .features-list li {
    padding: 12px;
    flex-direction: column;
    text-align: center;
  }

  .features-list li strong {
    margin: 10px 0 0 0;
  }

  .objective-text {
    font-size: 16px;
    padding: 20px;
  }
}

.about-right-content .objective-text {
  display: block;
  background: linear-gradient(135deg, #4da6e7, #2B4B80);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  margin-top: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Outfit', sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 
    0 15px 35px rgba(77, 166, 231, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.about-right-content .objective-text strong {
  color: #ffffff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 6px;
  margin: 0 2px;
  -webkit-text-fill-color: #ffffff;
}

.about-right-content .objective-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.about-right-content .objective-text:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 20px 40px rgba(77, 166, 231, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-right-content em::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}

.about-right-content em:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 20px 40px rgba(77, 166, 231, 0.25),
    0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Ajustes responsivos mejorados */
@media (max-width: 991px) {
  .about-right-content {
    padding: 25px;
    margin-top: 30px;
  }
  
  .features-list {
    padding: 20px;
    gap: 12px;
  }
  
  .features-list li {
    padding: 15px;
  }
  
  .about-right-content em {
    padding: 20px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .about-right-content {
    padding: 20px;
  }
  
  .features-list {
    padding: 15px;
    gap: 10px;
  }
  
  .features-list li {
    padding: 12px;
    font-size: 14px;
  }
  
  .about-right-content em {
    padding: 15px;
    font-size: 14px;
  }
}

/* Mejorar espaciado general de la sección about */
.about-right-content {
  padding-left: 0 !important;
}

.about .row .col-lg-6:first-child {
  padding-right: 30px;
}

.about .row .col-lg-6:last-child {
  padding-left: 30px;
}

/* Mejorar las estadísticas */
.about-right-content .skill-item {
  margin-bottom: 20px;
}

.about-right-content .row {
  margin-top: 30px;
}

/* Hero section image setup */
.right-image {
  position: relative;
}

.right-image img:first-child {
  width: 250%;
  height: auto;
  transition: transform 0.3s ease;
}

.right-image img:first-child:hover {
  transform: scale(1.02);
}

.mobile-mockup {
  position: absolute !important;
  top: 30%;
  right: -155px;
  width: 300px;
  height: auto;
  padding: 1px;
  transform: translateY(-50%) rotate(-8deg);
  transition: all 0.3s ease;
  z-index: 100;
}


/* Coming Soon Tag Styles */
.coming-soon-tag {
  display: block;
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  margin: 5px auto 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
  width: fit-content;
}

/* Responsive improvements */
@media (max-width: 991px) {
  #about {
    padding-top: 100px;
  }

  .about .row .col-lg-6:first-child,
  .about .row .col-lg-6:last-child {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
  }

  .about-left-image {
    max-width: 90%;
    margin: 0 auto;
  }

  .section-heading h4 {
    font-size: 32px;
  }

  .features-list {
    margin: 15px 0 20px 0;
    padding: 15px;
  }

  .mobile-mockup {
    width: 70px;
    top: 50%;
    right: -15px;
    transform: translateY(-50%) rotate(-8deg);
  }

  .right-image {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  #about {
    padding-top: 80px;
  }

  .about .row .col-lg-6:first-child,
  .about .row .col-lg-6:last-child {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .about-left-image {
    max-width: 100%;
    border-radius: 20px;
  }

  .about-left-image img {
    border-radius: 20px;
  }

  .section-heading h6 {
    font-size: 14px;
  }

  .section-heading h4 {
    font-size: 28px;
  }

  .about-right-content p {
    font-size: 15px;
    padding-left: 15px;
  }

  .about-right-content p::before {
    width: 3px;
  }
}

@media (max-width: 480px) {
  #about {
    padding-top: 60px;
  }

  .about .row .col-lg-6:first-child,
  .about .row .col-lg-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }

  .section-heading h4 {
    font-size: 24px;
  }

  .about-right-content p {
    font-size: 14px;
    padding-left: 12px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .about-right-content p::before {
    width: 2px;
  }
}

@media (max-width: 767px) {
  .mobile-mockup {
    width: 60px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%) rotate(-8deg);
  }
}