/*
Theme Name: Konsultan Html
Theme URI: https://html.themesawesome.com/konsultanhtml
Author: Themes Awesome
Author URI: https://www.themesawesome.com
Version: 1.0

-----------------------------------------------------------------------------------
[Color Codes]

#Black (text) = #000000
#Green (border,hr,text,button, hover) = #b71c1c
#Dark Blue (title, text)= #222222
#Gray (text)= #555555
#Dark Gray (border)= #7a7a7a
#Light Gray (background)= #f5f5f5
#Light Blue (background)= #f0f0f0

[Typography]

Headers: 54px/26px/17px/16px/14px/12px Poppins
Heading: 50px/32px/30px Poppins
paragraph: 16px Roboto
FooterNav: 14px Roboto
Input,Textarea & Option: 15px/13px Poppins,Roboto
Links: 16px Poppins,Roboto
Icons: 30px/25px/15px Fontawesome

Notes: To change the font, install it manually with convert the download zipped font to transfonter.org

-----------------------------------------------------------------------------------
  1. CSS Reset
    1.1 Button Style / .style-1
  2. Header / .main-header
    2.1 Header Style 1(Transparant) / .main-nav
    2.2 Header Style 2(White) /.nav-white
    2.3 Header Img Block / .header-text
  3. Home Page
    3.1 Header Swiper / .header-swiper
    3.2 About / .About
    3.3 Homepage Services loop / .Services
    3.4 Homepage Appointment / .Appointment
    3.5 Homepage Team list / .Team
    3.6 Experience / .Experience
    3.7 Homepage Blog Loop / .Blog
    3.8 Homepage Testimoni / .Testimoni
    3.9 Newsletter / .Newsletter
  4. About Page
    4.1 About Us / .About-us
    4.2 Aboutpage Team list / .Teams
    4.3 Aboutpage Testimoni / .Testimoni-img-bg
    4.4 Partner / .Partner
    4.5 Aboutpage Appointment / .Appointment-bg-img
  5. Services Page
    5.1 Services loop / .Services-list
    5.2 Service Experience / .service-experience
  6. Single Service Page
    6.1 Single Service / .single-service-wrapper
      6.1.1 Service Title / .single-title-wrapper
      6.1.2 Single Service Post / .single-service-post
      6.1.3 Single Service Sidebar / .service-sidebar
  7. Blog Page
    7.1 Blog loop / .blog-loop-wrapper
    7.2 Blog Page & Single Blog Post Sidebar / .blogPost-side-menu
  8. Single Post
    8.1 single Post Article / .blog-single
  9. Contact Page
    9.1 Information & Contact Form / .Contact-detail
    9.2 Maps / .GoogleMaps
  10. Appointment Page
    10.1 Appointment Page Services List / .appointment-services
    10.2 Appointment Page Testimoni / .appointment-testimoni
  11. Footer / .footer
    11.1 Footer Widget / .footer-widget
    11.2 Footer Copyright / .footer-bottom
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1. CSS Reset
/*-----------------------------------------------------------------------------------*/

body {
  margin: 0;
  font-family: "Poppins";
}

body p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 26.5px;
}

*::-moz-selection {
  background-color: #b71c1c;
  color: #fff;
}

*::selection {
  background-color: #b71c1c;
  color: #fff;
}

.column {
  display: inline-block;
  float: left;
}

.column-1 {
  width: 100%;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.33333%;
}

.column-2of3 {
  width: 66.66667%;
}

.column-4 {
  width: 25%;
}

.column-5 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-75 {
  width: 75%;
}

.column-40 {
  width: 40%;
}

.column-60 {
  width: 60%;
}

.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

a {
  text-decoration: none !important;
  color: #000;
}

a:hover {
  text-decoration: none !important;
}

.img-left {
  float: left;
}

.img-right {
  float: right;
}

.res-img {
  max-width: 100%;
  height: auto;
}

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

.text-black {
  color: #000;
}

.letter-space5 {
  letter-spacing: 5px;
}

.left-hr {
  margin-left: 0px;
  width: 10%;
  height: 4px;
  background-color: #b71c1c;
  border: none;
}

.flex-hr {
  margin: 0px;
  width: 30%;
  height: 3px;
  background-color: #b71c1c;
  border: none;
}

.center-hr {
  width: 5%;
  height: 3px;
  background-color: #b71c1c;
  border: none;
}

.text-white {
  color: #fff;
}

.text-green {
  color: #b71c1c;
}

.text-blue {
  color: #222222;
}

.text-gray {
  color: #555;
}

.text-light-gray {
  color: #676a6a;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.bg-light-blue {
  background-color: #f0f0f0;
}

.bg-gray {
  background-color: #f8f8f8;
}

.m-a {
  margin: auto;
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mr-10px {
  margin-right: 10px;
}

.pd-l-3 {
  padding-left: 3%;
}

.pd-5 {
  padding: 5%;
}

.img-zoom-wrapper {
  position: relative;
  overflow: hidden;
}

.img-zoom-wrapper img {
  display: block;
  transition: all 0.4s;
  height: auto;
  transform: scale(1);
}

.img-zoom-wrapper:hover img {
  transform: scale(1.1);
  filter: brightness(75%);
}

.img-translate-wrapper {
  position: relative;
  overflow: hidden;
}

.img-translate-wrapper img {
  display: block;
  transition: all 0.4s;
  height: auto;
  transform: scale(1.06);
}

.img-translate-wrapper:hover img {
  transform: translate3d(3%, 0, 0) scale(1.06);
  filter: brightness(75%);
}

/* 1.1 button style / .style-1 */
.button {
  font-family: "Poppins";
  border-radius: 30px;
  border: 2px solid #b71c1c;
  padding: 10px 20px;
  color: #ffff;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}

button:hover {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.style-1 {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #b71c1c;
  padding: 10px 22px;
  outline: none;
}

.style-1:hover {
  background-color: #b71c1c;
  outline: none;
}

.style-2 {
  background-color: #ffff;
  border: 3px solid #b71c1c;
  color: #222222;
  outline: none;
}

.style-2:hover {
  background-color: #b71c1c;
  color: #ffff;
  transform: translateY(10px);
  outline: none;
}

.style-3 {
  background-color: #b71c1c;
  outline: none;
}

.style-3:hover {
  background: none;
  color: #222222;
  transform: translateY(10px);
  outline: none;
}

.style-4 {
  border-radius: 0;
  background-color: #b71c1c;
  color: #fff;
  text-align: center;
  width: 100%;
  outline: none;
}

.style-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #b71c1c;
  padding: 10px 22px;
  font-size: 15px;
  outline: none;
}

.style-5 span {
  color: #fff;
}

.style-5:hover {
  background-color: rgba(99, 99, 99, 0.651);
  transform: translateY(10px);
  outline: none;
}

.style-6 {
  border: none;
  background-color: #191919;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 24px;
  transition: 0.4s;
  font-size: 16px;
  outline: none;
}

.style-6:hover {
  background-color: #fff;
  color: #000;
  outline: none;
}

.style-7 {
  background-color: #191919;
  color: #fff;
  outline: none;
}

.style-7:hover {
  background-color: #b71c1c;
  outline: none;
}

.style-8 {
  background-color: #b71c1c;
  border: none;
  border-radius: 0;
  color: #fff;
}

.style-8:hover {
  background-color: #fff;
  color: #000;
}

.style-9 {
  background-color: #b71c1c;
  border: none;
  border-radius: 0;
  color: #fff;
}

.style-10 {
  background-color: #ffff;
  color: #222222;
  outline: none;
}

.style-10:hover {
  background-color: #b71c1c;
  color: #ffff;
  outline: none;
}

.style-11 {
  background-color: #fff;
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding: 10px 24px;
  border: 3px solid #b71c1c;
  outline: none;
}

.style-11:hover {
  background-color: #b71c1c;
  color: #fff;
}

.style-pagination {
  border-radius: 0;
  background-color: #ffff;
  padding: 7px 19px;
  color: #b71c1c;
  outline: none;
  text-transform: uppercase;
  font-weight: normal;
}

.style-pagination:hover {
  background-color: #b71c1c;
  color: #fff;
}

.current {
  background-color: #b71c1c;
  color: #fff;
}
/* end button style */
/*-----------------------------------------------------------------------------------*/
/*  2. Header / .main-header
/*-----------------------------------------------------------------------------------*/
/* 2.1 Header Style 1(Transparant) / .main-nav */
.main-nav {
  position: absolute;
  padding: 20px 25px 20px 25px;
  z-index: 10;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-nav .container {
  display: flex;
}

.left-nav {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
}

.right-nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  padding: 15px 0;
  cursor: pointer;
}

.nav-menu {
  display: flex;
  padding: 3px 0;
}

.contact-button {
  padding: 15px 5px 15px 0;
}

.contact-button .style-1 {
  border: 3px solid #b71c1c;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 23px;
}

.menu-item {
  margin-right: 10%;
}

.menu-item-white {
  margin-right: 10%;
}

#main-menu {
  margin: 0;
  padding: 20px 0 20px 40px;
  display: flex;
  clear: both;
  border-bottom: 0;
}

.nav-link {
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
}

.nav-link:hover {
  opacity: 0.7;
  color: #f5f5f5;
}

.contact {
  margin-top: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}

.telp-icon {
  color: #b71c1c;
  font-size: 25px;
  padding: 0 10px;
}

.small-text {
  display: block;
  margin-top: 5px;
  font-family: "Poppins";
  font-style: italic;
  font-size: 12px;
}

.telp-text {
  font-family: "Poppins";
  font-size: 16px;
}

/* 2.2 Header Style 2(White) /.nav-white */
.nav-white {
  position: relative;
  background-color: #fff;
  padding: 20px 0 20px 0;
}

.white-nav .style-11 {
  padding: 10px 23px;
  border: 3px solid #b71c1c;
  font-weight: 700;
}

.brand-nav-white {
  margin-left: 0;
}

.menu-item-white {
  color: #000;
  margin-right: 30px;
}

.nav-link-black {
  color: #000;
  font-weight: 500;
  transition: 0.4s;
}

.nav-link-black:hover {
  color: #b71c1c;
}
/* end white nav */

/* Mobile menu toggle button */

.main-menu-btn {
  position: relative;
  margin: 14px 0 10px;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgb(0, 0, 0, 0);
}

/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon-gray,
.main-menu-btn-icon-gray:before,
.main-menu-btn-icon-gray:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before,
.main-menu-btn-icon-gray:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after,
.main-menu-btn-icon-gray:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon,
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon-gray {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before,
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon-gray:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after,
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon-gray:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 780px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: flex;
    list-style: none;
  }
}

/* 2.3 Header Img Block / .header-text */

.header-text.about {
  position: relative;
  background: url("../images/escritorio2.jpeg") rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 210px 0 168px;
  width: 100%;
}

.header-text.service {
  position: relative;
  background: url("../images/escritorio2.jpeg") rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 203px 0 155px;
  width: 100%;
}

.header-text.contact-header {
  position: relative;
  background: url("../images/escritorio2.jpeg") rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 203px 0 254px;
  width: 100%;
  border-bottom: 4px solid #7a7a7a;
}

.header-text.appointment {
  position: relative;
  background: url("../images/escritorio2.jpeg") rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding: 205px 0 170px;
  width: 100%;
}

.header-text hr {
  margin-top: 12px;
  height: 4px;
  width: 60px;
}

.header-title {
  text-align: center;
}

.header-title p {
  font-family: "Karla", Sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  margin: 0;
}

.header-desc {
  text-align: center;
}

.header-desc h1 {
  font-size: 45px;
  font-weight: 400;
  margin: 0;
}
/* end header */

/*-----------------------------------------------------------------------------------*/
/*  3. Home Page
/*-----------------------------------------------------------------------------------*/

/* 3.1 Header Swiper / .header-swiper */
.swiper-slide {
  z-index: -10;
}

.swiper-bg {
  position: relative;
  z-index: -15;
  background: url("./images/slider-1s.jpg");
  background-size: cover;
  background-position: center center;
  filter: brightness(95%);
  height: 100vh;
  width: 100%;
}

.header-text-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.header-text {
  position: relative;
  padding: 0 60px 0 80px;
}

.header-shape {
  position: relative;
  width: 550px;
  left: 25px;
}

.header-swiper .header-title p {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.header-swiper .header-desc p {
  font-family: "Poppins";
  font-size: 17px;
  line-height: 25px;
}

.header-swiper .header-desc a {
  color: #fff;
}

.header-swiper .header-button {
  position: absolute;
  bottom: 8%;
  left: 13%;
}

.header-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
  display: block;
  border-radius: 20px;
  border: 3px solid #fff;
  padding: 0 5px;
  width: 20px;
  left: 50%;
  bottom: 9%;
  transform: translate(-50%, -9%);
}

.swiper-pagination span {
  background-color: #fff;
}

.header-swiper .swiper-button-next {
  background-color: #000;
  opacity: 0.5;
  color: rgb(233, 182, 182);
  height: 11%;
  width: 1.5%;
  top: 46.5%;
  right: 0;
}

.header-swiper .swiper-button-next::after {
  font-size: 15px;
}

.header-swiper .swiper-button-prev {
  background-color: #000;
  opacity: 0.5;
  color: #fff;
  height: 11%;
  width: 1.5%;
  top: 46.5%;
  left: 0;
}

.header-swiper .swiper-button-prev::after {
  font-size: 15px;
}

.header-swiper .header-title {
  position: absolute;
  top: 9%;
  left: 14%;
}

.header-swiper .header-sub-title {
  position: absolute;
  top: 17px;
  left: -63px;
  width: 100%;
  z-index: 10;
  font-size: 54px;
  line-height: 100px;
}

.header-swiper .header-desc {
  position: absolute;
  bottom: 19%;
  left: 13%;
  max-width: 480px;
  text-align: left;
}

.header-swiper .learn-more {
  margin-top: 10px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  -webkit-animation: learn-more-animation 3s ease infinite alternate;
}

@keyframes learn-more-animation {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
  }

  80% {
    transform: translate(-5px, 0);
  }
}

/* 3.2 About / .About*/

.About {
  padding: 100px 0px 110px 0px;
}

.about-section-title h2 {
  font-size: 50px;
  line-height: 62px;
  margin: 0;
}

.about-section-title hr {
  height: 4px;
}

.about-section .about-desc {
  margin-bottom: 50px;
}

.about-button a {
  padding: 10px 25px;
}

.sub-title {
  font-family: "Poppins";
  font-style: italic;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 45px;
  color: #222222;
  font-weight: 400;
}

.gallery-section {
  padding: 0 4px 0 0;
}

.gallery {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.column-2.gallery-section .gallery {
  height: 100%;
  align-items: flex-end;
}

.column-2.gallery-section .gallery img {
  height: 317px;
  object-fit: cover;
}

.img-gallery {
  position: relative;
  margin-right: 15px;
}

.on-hover-component {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.46);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: 0.4s ease-in-out;
}

.on-hover-component i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffff;
  font-size: 30px;
  transform: translate(-50%, -50%);
}

.gallery-image {
  width: 100%;
  display: block;
}

.img-gallery:hover .on-hover-component {
  opacity: 90%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.images {
  display: block;
  margin-right: auto;
  margin-top: -5px;
  height: 305px;
  max-width: 100%;
}

.about-text {
  padding: 8% 0 0 0;
}

.about-text p {
  padding-right: 15px;
}

.about-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* 3.3 Homepage Services loop / .Services */

.Services {
  background-color: #f0f0f0;
  padding: 60px 0 210px;
}

.services-title {
  padding-right: 15px;
}

.services-title h3 {
  font-size: 30px;
  margin-top: 25px;
  line-height: 36px;
  max-width: 320px;
}

.services-title p {
  padding: 0 0 14px;
  font-weight: 300;
}

.service-button {
  transition: 0.4s;
}

.service-button:hover {
  transform: translateY(10px);
}

.service-card-loop {
  display: flex;
  flex-wrap: wrap;
  width: 61%;
  padding: 10px 0;
}

.service-card-wrapper {
  display: flex;
  margin-bottom: 10px;
}

.services-card {
  display: flex;
  width: 50%;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s;
  box-shadow: 0px 5px 5px 5px rgba(64, 64, 64, 0.05);
  margin-top: 15px;
  margin-right: 25px;
}

.services-card:hover {
  box-shadow: 0px 5px 5px 5px rgba(64, 64, 64, 0);
}

.service-images .services-card-img {
  padding: 0 15px;
}

.card-images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25%;
}

.services-card-body .card-title {
  cursor: unset;
  line-height: 35px;
  margin-bottom: 5px;
  color: #222222;
}

.service-card-desc {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #777;
}

/* 3.4 Homepage Appointment / .Appointment */

.Appointment {
  position: relative;
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  padding: 90px 0 180px;
}

.Appointment::before {
  border-bottom: 41px solid #1b1b1b;
  border-left: 25vw solid transparent;
  border-right: 73vw solid transparent;
  width: 0;
  height: 0;
  content: "";
  overflow: hidden;
  position: absolute;
  bottom: 100%;
}

.Appointment .desc-wrap {
  padding-right: 26px;
}

.appointment-body h2 {
  color: #fff;
  margin: 0;
}

.appointment-title h2 {
  font-size: 24px;
  padding: 0 15px;
  line-height: 30px;
}

.appointment-title hr {
  width: 30%;
}

.left-hr.mobile-hide {
  display: block;
}

.Appointment .main-office {
  padding-left: 50px;
  padding-right: 0;
}

.main-office h2,
.branc-office h2 {
  font-size: 20px;
  line-height: 23px;
}

.Appointment .appointment-telp {
  color: #aaa;
  line-height: 20px;
  margin-top: 10px;
}

.main-office p,
.branc-office p {
  margin: 0;
}

.Appointment .branc-office {
  padding-left: 0;
}

.left-hr.mobile {
  display: none;
}

.appoitnment-form {
  margin-top: 25px;
}

.left-form {
  padding-left: 18px;
  padding-right: 23px;
}

.right-form {
  padding-left: 0;
  padding-right: 42px;
}

.input-field {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}

.form-input {
  font-family: "Roboto";
  outline: none;
  background: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #eaeaea;
  width: 100%;
}

.form-input::placeholder {
  color: #fff;
}

.form-input:hover {
  background-color: rgba(66, 66, 66, 0.5);
  border: 1px solid #b71c1c;
}

.form-input:focus {
  outline: none;
  background-color: rgba(66, 66, 66, 0.5);
  border: 1px solid #b71c1c;
}

.form-textarea {
  font-family: "Roboto";
  outline: none;
  background: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #eaeaea;
  width: 100%;
}

.form-textarea::placeholder {
  color: #fff;
}

.form-textarea:hover {
  background-color: rgba(66, 66, 66, 0.5);
  border: 1px solid #b71c1c;
}

.form-textarea:focus {
  background-color: rgba(66, 66, 66, 0.5);
  border: 1px solid #b71c1c;
}

.form-select {
  font-family: "Roboto";
  outline: none;
  background: none;
  color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  width: 100%;
}

option {
  background-color: #1b1b1b;
}

.form-select:hover {
  border: 1px solid #b71c1c;
}

.form-select:focus {
  border: 1px solid #b71c1c;
}

.appoitnment-form button {
  margin-top: 20px;
  padding: 8px 10px;
}

.map-wrap {
  position: relative;
  padding: 0;
}

.gMaps {
  position: absolute;
  z-index: 10;
  width: 432px;
  height: 100%;
  bottom: 205px;
  right: 20px;
}

.gMaps #gmap_canvas {
  width: 100%;
  height: 700px;
}

/* 3.5 Homepage Team list / .Team */
.Team {
  margin-top: 0;
  padding: 100px 0 94px;
}

.team-section-desc {
  width: 27%;
}

.team-title {
  margin: auto;
  margin-top: 46px;
}

.team-title p {
  margin-top: 24px;
  margin-bottom: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.team-title h3 {
  font-size: 32px;
  margin: 0;
  line-height: 60px;
}

.team-title hr {
  width: 15%;
}

.team-body {
  margin-top: 28px;
}

.team-body a {
  color: #222222;
  font-weight: 600;
  border-bottom: 1px solid #222222;
  transition: 0.4s;
}

.team-body a:hover {
  color: #b71c1c;
}

.team-list {
  width: 70%;
  padding-left: 10px;
  padding-right: 15px;
}

.team-wrapper {
  padding-left: 10px;
  padding-right: 0;
}

.team-img-wrapper {
  display: inline-block;
}

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

.team-img .res-img {
  display: block;
  transition: all 0.4s;
  transform: scale(1);
}

.team-img:hover .res-img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  padding: 15px;
  background-color: #b71c1c;
  opacity: 0;
  transition: 0.4s ease-in;
}

.team-img:hover .overlay {
  opacity: 90%;
}

.overlay-body p {
  line-height: 20px;
}

.overlay-icon {
  position: absolute;
  display: flex;
  bottom: 10%;
  left: 20px;
}

.icon {
  background-color: #fff;
  color: #000;
  margin-left: 7px;
  font-size: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  transition: 0.3s;
  cursor: pointer;
}

.icon:hover {
  background-color: #000;
  color: #fff;
}

.team-desc {
  margin-top: 1rem;
}

.team-name {
  font-family: "Poppins";
  color: #3a3a3a;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

.team-job {
  font-size: 15px;
  margin: 0;
}

/* 3.6 Experience / .Experience */
.Experience {
  position: relative;
  background: url("../images/escritorio2.jpeg");
  height: auto;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Experience::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1b1b1b;
  opacity: 0.9;
  z-index: 1;
}

.Experience .container {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.experience-body {
  color: #bababa;
  line-height: 1.4;
  text-align: center;
}

.experience-body h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

.experience-body p {
  font-size: 18px;
}

.experience-button {
  margin-top: 35px;
  padding: 15px 25px;
  transition: 0.4s;
}

.experience-button:hover {
  transform: translateY(10px);
}

/* 3.7 Homepage Blog Loop / .Blog  */
.Blog {
  padding: 93px 0 100px;
}

.blog-title-wrap {
  width: 100%;
  padding-right: 5px;
}

.blog-title {
  font-weight: 300;
  color: #000;
  cursor: pointer;
}

.title-text {
  text-transform: uppercase;
  margin: 0;
}

.blog-title h3 {
  font-size: 32px;
  margin: 0;
  line-height: 63px;
}

.blog-button {
  display: flex;
  justify-content: flex-end;
}

.blog-button a {
  margin-top: 69px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  padding: 13px 30px;
}

.blog-loop {
  margin-top: 40px;
  padding-right: 8px;
}

.blog-list-wrapper {
  display: flex;
  justify-content: center;
  padding-left: calc(25px / 2);
  padding-right: calc(25px / 2);
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  border-radius: 0;
  transition: 0.6s;
  border: 1px solid #efefef;
}

.blog-card:hover {
  box-shadow: 0px 5px 5px 5px rgba(64, 64, 64, 0.1);
}

.card-img-wrapper {
  position: relative;
}

.card-img-top img {
  display: block;
  transition: all 0.4s;
  height: 175px;
  transform: scale(1);
}

.blog-loop .card-img-top img {
  height: 155px;
}

.card-img {
  width: 100%;
  transition: 0.4s;
}

.card-category {
  position: absolute;
  padding: 1px 20px;
  top: 91%;
  background-color: #b71c1c;
  text-transform: uppercase;
  color: #fff;
}

.card-category p {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

.Blog .card-body {
  padding: 39px 42px;
}

.card-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 19px;
  transition: 0.4s;
  line-height: 34px;
  margin-top: 15px;
}

.blog-card a {
  color: #222222;
  transition: 0.4s;
}

.blog-card a:hover {
  color: #b71c1c;
}

.card-date {
  font-family: "Roboto";
  font-style: italic;
}

.Blog .card-date {
  margin-top: 23px;
  font-style: normal;
}

.blog-card:hover {
  box-shadow: 0px 5px 5px 5px rgba(160, 160, 160, 0.2);
}

/* 3.8 Homepage Testimoni / .Testimoni */
.Testimoni {
  background-color: #f5f5f5;
  padding: 83px 0 89px;
}

.testimoni-title {
  line-height: 33px;
  margin-bottom: 50px;
  padding: 0 15px;
}

.testimoni-title p {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.testimoni-title h3 {
  font-size: 32px;
  margin: 0;
}

.testimoni-title hr {
  width: 25%;
  margin-top: 22px;
}

.slider-wrap {
  padding: 0 15px;
}

.testimoni-wrapper .client-image {
  width: 191px;
}

.testimoni-quote-wrapper {
  width: 100%;
}

.testimoni-quote {
  display: flex;
}

.dot-img {
  background: url("./images/testimoni-img2.png");
  background-position: center;
  width: 100%;
  height: 75px;
}

.testimoni-icon {
  background-color: #53f6c7;
  text-align: center;
  width: 100%;
  padding: 13% 0 0 0;
}

.testimoni-img-wrapper {
  display: flex;
}

.testimoni-img {
  max-width: 100%;
  height: 75px;
}

.client-testimoni-text {
  padding-left: 27px;
  padding-right: 30px;
}

.testimoni-text p {
  font-style: italic;
  font-size: 24px;
  line-height: 37px;
  margin-top: 0;
}

.client-name {
  color: #b71c1c;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.client-job {
  font-style: italic;
  font-weight: 300;
  margin: 0;
}

.testimoni-wrapper .owl-carousel button.owl-dot {
  background-color: #000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.owl-dots {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  width: 5%;
  left: -20px;
  margin: auto;
  margin-top: 56px;
}

.owl-carousel button.owl-dot.active {
  opacity: 1;
}

/* 3.9 Newsletter / .Newsletter */

.Newsletter {
  position: relative;
  background: url("../images/newsletter.png");
  background-size: cover;
  background-position: center center;
  padding: 26px 0;
}

.newsletter-title {
  text-align: left;
  color: #fff;
}

.newsletter-title h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 37px;
  margin: 0;
}

.newsletter-title p {
  margin: 0;
}

.newsletter-form {
  margin-top: 7px;
  display: flex;
}

.newsletter-form form {
  display: inline-block;
  width: 68%;
}

.newsletter-input {
  font-family: "Poppins";
  color: #000;
  outline: none;
  background-color: #fff;
  border: none;
  padding: 13px 27px;
  border-radius: 25px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
}

.Newsletter button {
  margin-left: auto;
}

.newsletter-form-input {
  padding-right: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  4. About Page
/*-----------------------------------------------------------------------------------*/

/* 4.1 About Us / .About-us  */
.About-us {
  padding: 100px 0 65px;
}

.about-img-wrapper {
  width: 53%;
}

.about-us {
  width: 40%;
  margin-left: 35px;
  padding: 15px 0;
}

.about-title {
  margin-bottom: 29px;
}

.about-title h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 30px;
  margin: 0;
}

.about-body p {
  line-height: 25px;
}

.about-name {
  padding: 13px 10px;
}

.ceo-name {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  width: 40%;
  line-height: 48px;
}

.relatedPost-wrapper {
  margin-top: -15px;
}

.signature-img {
  width: 115px;
  height: auto;
}

/* 4.2 Aboutpage team list / .Teams */

.Teams {
  padding: 90px 0 90px;
}

.Teams .team-title {
  margin-top: 0;
}

.team-about .team-title p {
  margin-top: 0;
}

.team-about .team-title h3 {
  line-height: 25px;
  margin-bottom: 35px;
}

.Teams hr {
  width: 35%;
}

.team-about .team-list {
  width: 100%;
}

.about-team-wrapper {
  margin-top: 38px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-about .team-desc {
  margin-top: 7px;
}

/* 4.3 Aboutpage testimoni / .Testimoni-img-bg */

.Testimoni-img-bg {
  height: auto;
  background: url("../images/escritorio2.jpeg") rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center center;
  padding: 113px 0px;
}

.Testimoni-img-bg .testimoni-title {
  margin: auto;
  line-height: 27px;
  margin-bottom: 40px;
}

.Testimoni-img-bg .testimoni-title p {
  line-height: 21px;
}

.Testimoni-img-bg .testimoni-title h3 {
  line-height: 57px;
}

.Testimoni-img-bg .testimoni-about {
  margin-top: 0;
}

.Testimoni-img-bg .owl-dots {
  margin-top: 97px;
}

/* 4.4 Partner / .Partner */

.Partner {
  padding: 80px 0 63px 0;
}

.partner-wrapper {
  display: flex;
  padding: 0 15px;
}

.partner-body {
  width: 30%;
}

.partner-text {
  text-align: left;
  margin-top: 33%;
  padding-right: 15px;
}

.partner-title {
  margin-bottom: 15px;
}

.partner-title p {
  margin: 0;
}

.partner-text h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 29px;
}

.partner-text hr {
  width: 15%;
}

.partner-list {
  display: flex;
  justify-content: center;
}

.logo-wrapper {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
}

/* 4.5 Aboutpage Appointment / .Appointment-bg-img */
.Appointment-bg-img {
  background: url("../images/escritorio2.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.Appointment-bg-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0.9;
  top: 0;
  left: 0;
  z-index: 1;
}

.Appointment-bg-img .container {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.appointment-text {
  line-height: 65px;
}

.appointment-text h2 {
  font-size: 50px;
  line-height: 84px;
  margin: 0;
}

.appointment-text h3 {
  font-size: 35px;
  line-height: 32px;
  margin: 0;
  font-weight: normal;
}

.appointment-button {
  padding: 37px;
  transition: 0.4s;
}

.appointment-button:hover {
  transform: translateY(10px);
}

/*-----------------------------------------------------------------------------------*/
/*  5. Services Page
/*-----------------------------------------------------------------------------------*/

/* 5.1 Services Loop / .Services-list */

.Services-list {
  padding: 90px 0px 73px 0;
  background-color: #f6f6f7;
}

.Services-list .row {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.service-card-tablet {
  margin-bottom: 20px;
  padding: 0 10px;
}

.service-cards {
  border: 1px solid #efefef;
  border-radius: 0;
  transition: 0.4s;
  margin: 0;
}

.service-cards:hover {
  box-shadow: 0px 5px 5px 5px rgba(64, 64, 64, 6%);
}

.service-cards .service-card-img {
  height: auto;
}

.service-card-body {
  padding: 0 45px 35px;
}

.serviceman-name {
  display: flex;
}

.serviceman-name p {
  font-size: 15px;
  margin-bottom: 10px;
}

.s-name {
  color: #b71c1c;
  cursor: pointer;
  transition: 0.4s;
}

.s-name:hover {
  color: #555;
}

.service-card-title h3 {
  font-size: 23px;
  line-height: 31px;
  margin: 0;
  transition: 0.4s;
  cursor: pointer;
}

.service-card-title h3:hover {
  color: #b71c1c;
}

.service-card-button {
  padding-top: 15px;
}

.service-card-button .style-8 {
  font-size: 14px;
  padding: 8px 13px;
}

/* 5.2 Service Experience / .service-experience */

.service-experience .container {
  padding: 100px 0 106px;
}

.service-experience .experience-button {
  margin-top: 19px;
}

.service-experience .experience-body p {
  font-size: 16px;
}

/*-----------------------------------------------------------------------------------*/
/*  6. Single Services Page
/*-----------------------------------------------------------------------------------*/

/* 6.1 Single Service / .single-service-wrapper */
.single-service-wrapper {
  margin-bottom: 68px;
}

/* 6.1.1 Service Title / .single-title-wrapper */
.service-title-wrapper {
  background-color: #f0f0f0;
  padding: 78px 0;
  margin-bottom: 76px;
}

.service-title p {
  color: #999;
  margin: 0;
}

.service-title h1 {
  font-size: 42px;
  line-height: 0;
}

.service-post p {
  line-height: 26.5px;
}

/* 6.1.2 Single Service Post / .single-service-post */

blockquote {
  position: relative;
  padding: 33px 15px 20px 60px;
  margin: 0;
  font-family: "Roboto";
  font-style: italic;
  font-size: 22px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote::before {
  position: absolute;
  color: #b71c1c;
  content: open-quote;
  font-size: 14rem;
  opacity: 0.3;
  top: -23px;
  left: 0;
}

.servicePost-blockquote p {
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
}

.relatedService-wrapper {
  margin: 42px 0 60px;
}

.related-service-title h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
}

.related-service-wrapper {
  background-color: #f0f0f0;
  display: flex;
  padding: 0 50px 20px 20px;
}

.related-title h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.related-title a {
  color: #b71c1c;
  transition: 0.4s;
}

.related-title a:hover {
  color: #adadad;
}

.related-body p {
  font-size: 16px;
  margin-bottom: 0;
}

.service-qa-wrapper {
  padding-bottom: 60px;
}

.service-qa-title h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 26px;
}

.service-qa {
  border-top: 1px solid #c9c9c9;
  padding: 0 15px;
}

.service-quetion {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  transition: 0.4s;
}

.service-quetion h4 {
  font-weight: 500;
  line-height: 15px;
}

.service-quetion:hover {
  color: #b71c1c;
}

.qa-icon {
  position: absolute;
  right: 0;
}

.service-answer {
  color: #676a6a;
  font-weight: 300;
  line-height: 27px;
}

/* 6.1.3 Single Service Sidebar / .service-sidebar */

.service-sidebar {
  padding-right: 21px;
}

.contact-us {
  background-color: #191919;
  padding: 50px 35px 57px;
}

.contact-img-wrapper img {
  width: 160px;
}

.contact-banner-button .style-1 {
  border: 3px solid #b71c1c;
  padding: 6px 18px;
  font-weight: 600;
}

.contact-body {
  margin-top: 20px;
}

.adress {
  margin-bottom: 0;
}

.contact-banner-button {
  margin-top: 62px;
}

.recent-services-wrapper {
  margin-top: 43px;
  margin-bottom: 24px;
  width: 100%;
}

.services-item {
  background-color: #f0f0f0;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s;
}

.services-item h4 {
  margin: 0;
  font-weight: 500;
  line-height: 23px;
}

.services-item:hover {
  border-left: 4px solid #b71c1c;
}

.brochures-wrapper {
  width: 100%;
}

.side-download ul {
  list-style: none;
  padding: 0;
}

.side-download ul li {
  display: flex;
  background-color: #f0f0f0;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.side-download ul li a {
  font-size: 15px;
  padding-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
}

.sideBar-title {
  display: flex;
  margin-bottom: 5px;
}

.sideBar-title h5 {
  margin-top: auto;
  font-size: 18px;
  margin-bottom: 15px;
}

.side-icon {
  color: #b71c1c;
  font-size: 18px;
}

.side-title-text {
  margin-left: 15px;
  font-size: 18px;
}

/*-----------------------------------------------------------------------------------*/
/*  7. Blog Page
/*-----------------------------------------------------------------------------------*/
/* 7.1 Blog Loop / .blog-loop-wrapper */
.Blogs {
  padding: 60px 0 105px;
}

.Blogs .column.column-75 {
  padding-right: 30px;
}

.Blogs .row.blog-loop-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}

.card-blog-loop {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog-card .blog-card-img {
  width: 100%;
  height: auto;
}

.blog-card-img {
  width: 100%;
  transition: 0.4s;
}

.blog-card-img:hover {
  filter: brightness(70%);
}

.blog-card-body {
  position: relative;
  padding: 45px;
}

.blog-card-title {
  font-weight: bold;
  font-size: 27px;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 21px;
  cursor: pointer;
  transition: 0.4s;
  color: #000;
}

.blog-card-title:hover {
  color: #b71c1c;
  text-decoration: none;
}

.blog-card-body .card-desc {
  font-size: 16px;
  color: #333;
}

.pagination-row {
  position: absolute;
  z-index: 10;
  top: 100%;
}

.pagination {
  display: flex;
  justify-content: flex-start;
  height: auto;
  padding: 5px 5px;
}

.left-border-none {
  border-left: none;
}

/* 7.2 Blog Page & Single BLog Post Sidebar / .blogpost-side-menu */
.sidebar-wrapper {
  position: static;
  display: block;
  padding-right: 20px;
}

.blogPost-side-menu {
  background-color: #fff;
}

.recent-post {
  margin-top: 47px;
}

.recent-comments {
  margin-top: 30px;
}

.user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.categories {
  margin-top: 30px;
}

.side-post-img-wrapper {
  display: table-cell;
  position: relative;
  overflow: hidden;
  width: 85px;
  height: auto;
}

.side-post-img-wrapper img {
  display: block;
  height: 85px;
  max-width: 100%;
  transition: all 0.4s;
  transform: scale(1);
  object-fit: cover;
}

.side-post-img-wrapper:hover img {
  transform: scale(1.1);
  filter: brightness(75%);
}

.side-blog-desc {
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 22px;
}

.side-post {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}

.comment-wrapper {
  display: -webkit-inline-box;
  border-bottom: 1px solid #efefef;
}

.recent-post .sideBar-title {
  margin-bottom: 10px;
}

.side-blog {
  margin-top: 11px;
}

.side-title {
  font-family: "Poppins";
  margin: 0;
  cursor: pointer;
  line-height: 22px;
}

.side-blog .side-title {
  line-height: 35px;
}

.side-title a {
  transition: 0.4s;
}

.side-title a:hover {
  color: #b71c1c;
}

.side-date {
  font-family: "Roboto";
  font-size: 11px;
  font-weight: 300;
}

.follow-us {
  margin-top: 30px;
}

.icon-wrapper {
  display: inline-block;
  margin: 10px 5px 10px 0;
  border: 1px solid #b71c1c;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: 0.4s;
  cursor: pointer;
}

.icon-wrapper:hover {
  background-color: #b71c1c;
  color: #fff;
}

.category-wrapper {
  border-top: 1px solid #efefef;
}

.category-name {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.4s;
}

.category-name:hover {
  color: #b71c1c;
}

.sosmed-icon-wrapper {
  display: block;
}

.featured-post-img {
  max-width: 100%;
  margin-top: 23px;
}

.blog-title a {
  transition: 0.4s;
}

.blog-title a:hover {
  color: #b71c1c;
}

/*-----------------------------------------------------------------------------------*/
/*  8. Single Post
/*-----------------------------------------------------------------------------------*/
/* 8.1 Single Post Article / .blog-single */
.BlogPost {
  margin-top: 60px;
  margin-bottom: 105px;
}

.blogPost-img-wrapper {
  position: relative;
  padding-right: 15px;
}

.blogPost-category {
  position: absolute;
  top: 96%;
  background-color: #b71c1c;
  padding: 2px 21px;
  color: #fff;
}

.blogPost-category p {
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.blogPost-title-wrapper {
  margin-top: 20px;
  margin-bottom: 25px;
}

.blogPost-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 64px;
  margin-top: 0;
  margin-bottom: 7px;
  transition: 0.4s;
  cursor: pointer;
}

.blogPost-title:hover {
  color: #b71c1c;
}

.the-author {
  font-family: "Roboto";
  font-size: 12px;
}

.author-name-wrap,
.post-date {
  color: #696969;
}

.author-name {
  transition: 0.4s;
  cursor: pointer;
}

.author-name:hover {
  color: #999999;
}

.blogPost-body {
  padding-right: 15px;
}

.blogPost-body p {
  font-weight: normal;
  color: #494949;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 25px;
}

.blogPost-body-img {
  margin-top: 5px;
}

.blog-post-img {
  width: 302px;
  height: 198px;
  margin: 5px 20px 20px 0;
}

.blogPost-body .img-right {
  width: 296px;
  margin: 5px 0 0 15px;
}

.blogPost-Quote-wrapper {
  margin-top: 20px;
  padding: 29px 15px 35px 60px;
}

.blogPost-Quote-wrapper p {
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  margin: 0;
  color: #000000;
}

.blogPost-body .blogPost-text-3 {
  margin-top: 19px;
  line-height: 25px;
}

.blogPost-body .blogPost-text-4 {
  margin-top: 18px;
  line-height: 25px;
}

.blogPost-tag-wrapper {
  display: flex;
}

.tag-wrapper {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 4px 5px;
}

.tag-wrapper li p {
  font-size: 13px;
  margin: 0;
}

.tag {
  font-family: "Roboto";
  border: 1px solid #d5d5d5;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 20px;
  color: #555;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.4s;
  cursor: pointer;
  margin-left: 5px;
}

.tag a {
  transition: 0.4s;
}

.tag:hover {
  border: 1px solid #b71c1c;
  color: #b71c1c;
}

.author-desc-wrapper {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 10px;
}

.user-avatar {
  width: 300px;
  margin-top: 10px;
}

.user-avatar img {
  border-radius: 50%;
}

.author-name a {
  font-size: 17px;
  margin-top: 0;
  line-height: 41px;
  color: #000000;
  font-weight: bold;
}

.author-desc p {
  margin-top: 0;
  font-size: 15px;
  color: #494949;
  line-height: 25px;
}

.relatedPost-wrapper h3 {
  font-size: 30px;
}

.blog-wrapper .blog-card-body {
  padding: 46px;
}

.related-post-card .card-date {
  font-style: normal;
  font-weight: normal;
}

/*-----------------------------------------------------------------------------------*/
/*  9. Contact Page
/*-----------------------------------------------------------------------------------*/
/* 9.1 Information & Contact Form / .Contact-detail */
.Contact-detail {
  position: relative;
  padding: 70px 0 90px;
}

.information-wrapper {
  padding: 0 75px 0 15px;
}

.contact-detail-title {
  padding: 10px 0 0;
}

.contact-detail-title h2 {
  font-size: 45px;
  line-height: 49px;
  color: #262626;
  margin-top: 0;
  margin-bottom: 30px;
}

.info-detail hr {
  position: relative;
}

.contact-detail-title hr {
  width: 32%;
  height: 4px;
}

.info-offset.detail-tablet-2 {
  padding-left: 30px;
}

.office-detail {
  padding: 5px 0 0;
}

.office-site {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 10px;
  font-weight: 600;
  color: #262626;
}

.contact-list {
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.contact-desc {
  padding: 0 15px;
}

.office-info-wrapper {
  display: flex;
  justify-content: space-around;
}

.office-site-card {
  width: 39%;
  display: flex;
  padding: 20px;
  margin-right: 20px;
}

.icon-site {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
}

.icon-site i {
  font-size: 25px;
}

.site-type {
  font-family: "Poppins";
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 7px;
}

.site-text .site-address {
  margin: 0;
}

.contact-form-wrap {
  margin-top: -213px;
}

.contact-form {
  position: relative;
  bottom: 0;
  left: -77px;
  background-color: #262626;
  border: 4px solid #7a7a7a;
  padding: 59px 40px 183px;
  height: 100%;
  width: 397px;
  margin-top: 0;
}

.contact-form form {
  padding: 0 37px;
}

.contact-form .style-9 {
  width: 160px;
  margin-top: 25px;
}

.Contact-detail .form-input {
  padding: 11px;
}

.Contact-detail .form-textarea {
  padding: 13px;
}

.input-spacer {
  margin-right: 30px;
}

.contact p {
  margin: 0;
}

/* 9.2 Maps / .GoogleMaps */
.GoogleMaps {
  margin-bottom: 180px;
}

.contact-map {
  height: 400px;
}

#gmap_canvas {
  border-width: 0;
  width: 100%;
  height: 580px;
}

/*-----------------------------------------------------------------------------------*/
/*  10. Appointment
/*-----------------------------------------------------------------------------------*/
/* 10.1 Appointment Page Services List / .appointment-services */
.appointment-services {
  margin-top: 0;
  padding: 30px 0 215px;
}

.services-text {
  width: 35%;
  padding: 0 15px;
}

.appointment-services .services-title h3 {
  margin-bottom: 18px;
}

.appointment-services .services-title p {
  color: #000000;
  margin-top: 0;
  padding: 0 30px 20px 0;
}

/* 10.2 Appointment Page Testimoni / .appointment-testimoni */
.appointment-testimoni {
  margin-top: 0;
  padding: 110px 0 117px;
}

.appointment-testimoni .testimoni-title {
  line-height: 0;
  margin-bottom: 40px;
}

.appointment-testimoni .testimoni-title h3 {
  line-height: 43px;
}

.appointment-testimoni .testimoni-title hr {
  margin-top: 38px;
}

/*-----------------------------------------------------------------------------------*/
/*  11. Footer
/*-----------------------------------------------------------------------------------*/
/* 11.1 Footer Widget / .footer-widget */
.footer-widget {
  padding: 60px 0;
  background-color: #191919;
}

.footer-logo {
  width: 100%;
}

.footer-text {
  color: #aaaaaa;
  line-height: 28px;
}

.footer-widget-component .footer-desc {
  padding-bottom: 16px;
  margin-top: 14px;
  line-height: 24px;
}

.footer-widget-component .style-7 {
  border: 3px solid #b71c1c;
  padding: 10px 25px;
}

.footer-title {
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s;
  margin: 0;
  line-height: 30px;
}

.footer-email {
  margin: 0;
}

.footer-widget-component hr {
  width: 18%;
  height: 2px;
}

.footer-news-wrapper {
  display: block;
  margin-top: -12px;
  padding: 0 15px;
}

.footer-news-img {
  width: 85px;
  height: 85px;
}

.footer-news-item {
  display: block;
}

.footer-news-wrapper .img-zoom-wrapper {
  display: table-cell;
}

.footer-news-text {
  padding-left: 17px;
  display: table-cell;
  vertical-align: top;
}

.footer-news-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.footer-news-title:hover {
  color: #b71c1c;
}

.footer-news-text p {
  margin: 0;
}

.footer-news-date {
  font-size: 12px;
}

.footer-icon-wrapper {
  display: flex;
  list-style: none;
  padding: 0;
}

.footer-icon {
  font-size: 16px;
  margin-right: 7px;
  color: #858585;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #858585;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

.footer-icon:hover {
  color: #b71c1c;
  border: 1px solid #b71c1c;
}

/* 11.2 Footer Copyright / .footer-bottom */

.footer-bottom {
  padding: 30px 0;
  background-color: #2b2b2b;
}

.footer-copyright {
  color: #aaaaaa;
  font-size: 16px;
}

.footer-copyright a {
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #b71c1c;
  text-decoration: none;
}

.footer-menu-wrapper {
  display: flex;
  justify-content: flex-end;
}

.footer-menu {
  margin-right: 10px;
}

.footer-link {
  font-family: "Roboto";
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s;
}

.footer-link:hover {
  color: #555;
  text-decoration: none;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.logo-link {
    display: inline-flex;
    align-items: center;
}

.navbar-logo {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.about-img-wrapper img {
    width: 100%;

    transform: scale(1.1);
    transform-origin: center center;

    filter: grayscale(100%) contrast(115%) brightness(105%);
    border: 3px solid #b71c1c;
    border-radius: 4px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);

    object-fit: cover;
}

.profile-photo {
    width: 100%;
    filter: grayscale(100%) contrast(115%) brightness(105%);
    border: 3px solid #b71c1c;
    border-radius: 4px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    transition: 0.4s;
}

.profile-photo:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

.text-blue {
    color: #222222 !important;
}

.services-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px;
    background: #fff;
    border-left: 5px solid #b71c1c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    min-height: 250px;
    transition: transform 0.3s ease;
}

.services-card:hover {
    transform: translateY(-5px);
}

.services-card i {
    font-size: 2.5rem;
    color: #b71c1c;
    margin-bottom: 20px;
}

.services-card .card-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #222;
    line-height: 1.4;
}

.services-card .text-gray {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
    flex-grow: 1;
}

.services-card a {
    color: #b71c1c;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
}

.services-card a i {
    font-size: 0.8rem;
    margin-left: 5px;
    margin-bottom: 0;
}

.About .button.style-2 {
    display: inline-block;
    margin-top: 35px;
    padding: 12px 30px;
    background-color: transparent;
    border: 2px solid #222;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.About .button.style-2:hover {
    background-color: #b71c1c;
    border-color: #b71c1c;
    color: #fff;
}

.About .column-2>div {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 2;
}

.About i.fa-check-circle {
    margin-right: 8px;
}

.swiper-bg {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-bg .container {
    width: 100%;
    padding-top: 80px;
}

.nav-link {
    white-space: nowrap;
    display: block;
}

.menu-item {
    margin-right: 25px;
}


.main-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

/* 2. Logo */
.nav-brand {
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.navbar-logo {
    transition: transform 0.3s;
}

.navbar-logo:hover {
    transform: scale(1.05);
}

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 0;
    background-color: #b71c1c;
    transition: width 0.3s;
}

.nav-link:hover::after,
.menu-item.active .nav-link::after {
    width: 100%;
}

.header-cta {
    border: 2px solid #b71c1c !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    background: transparent;
}

.header-cta:hover {
    background-color: #b71c1c !important;
    color: #fff !important;
    box-shadow: 0 0 15px rgba(183, 28, 28, 0.5);
}

@media (max-width: 768px) {
    .d-none-mobile {
        display: none !important;
    }

    .nav-brand {
        margin-right: 0;
    }
}

.form-input,
.form-textarea,
.form-select {
    color: #222 !important;
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #888 !important;
    opacity: 1;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-color: #b71c1c !important;
    color: #000 !important;
    background-color: #fff !important;
    outline: none;
}

.service-loop-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.service-column {
    display: flex;
    margin-bottom: 30px;
}

.service-card-jag {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-top: 5px solid #b71c1c;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-card-jag:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.img-zoom-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #eee;
}

.service-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-jag:hover .service-card-img {
    transform: scale(1.1);
}

.service-card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-desc {
    margin-bottom: 20px;
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1;
}

.btn-bottom {
    margin-top: auto;
    align-self: flex-start;
    background-color: #b71c1c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.btn-bottom:hover {
    background-color: #8e1616;
    color: white;
}


.select2-container .select2-selection--single {
    height: 45px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    /* Texto oscuro */
    padding-left: 15px !important;
    font-size: 14px !important;
    font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 10px !important;
}


.select2-dropdown {
    background-color: #fff !important;
    border: 1px solid #b71c1c !important;
    color: #333 !important;
}

.select2-results__option {
    background-color: #fff !important;
    color: #333 !important;
    padding: 10px 15px !important;
    border-bottom: 1px solid #f0f0f0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--selected {
    background-color: #b71c1c !important;
    color: #fff !important;
}

.testimonial-swiper .swiper-pagination {
    position: absolute;
    bottom: 0px !important;
    left: 0 !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 10;
    padding-bottom: 20px;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    background-color: #999 !important;
    opacity: 0.5;
    margin: 0 8px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #b71c1c !important;
    opacity: 1;
    width: 18px !important;
    height: 18px !important;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(183, 28, 28, 0.4);
}

/* ==========================================================================
   PARCHE MAESTRO RESPONSIVO - JAG SYSTEMS (GLOBAL FIX)
   ========================================================================== */

/* Aplica solo en Tablets y Celulares (Pantallas menores a 991px) */
@media only screen and (max-width: 991px) {

    /* --- 1. ARREGLO DE COLUMNAS (GRID) --- */
    /* Esto busca CUALQUIER div que tenga una clase que empiece por "column-"
       y lo obliga a ocupar el 100% del ancho. ¡Adiós columnas rotas! */
    div[class*="column-"] {
        width: 100% !important;
        float: none !important;
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 30px !important;
        /* Espacio para que no se peguen */
        height: auto !important;
        /* Deja que el contenido decida la altura */
    }

    /* Excepción: Iconos pequeños o precios uno al lado del otro */
    .footer-icon-wrapper div[class*="column-"] {
        width: auto !important;
        display: inline-block !important;
        margin-bottom: 0 !important;
    }

    /* --- 2. ARREGLO DE TEXTOS "CAÍDOS" (HERO & HEADERS) --- */
    /* Esto arregla lo que me dijiste de las letras que se van muy abajo a la izquierda */
    .header-text,
    .header-title,
    .header-desc {
        position: relative !important;
        /* Anula la posición absoluta problemática */
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
        /* Quita centrados raros antiguos */

        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        /* En móvil todo centrado se ve mejor */
        margin: 0 auto !important;
        padding: 20px 15px !important;
    }

    /* Forzamos al contenedor del fondo a usar Flexbox para centrar el contenido */
    .header-swiper .swiper-bg,
    section[class*="header-text"] {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        /* Centrado Vertical */
        align-items: center !important;
        /* Centrado Horizontal */
        height: auto !important;
        min-height: 400px !important;
        /* Altura mínima digna para celular */
        padding: 40px 0 !important;
    }

    /* --- 3. MÁRGENES DE SEGURIDAD --- */
    /* Para que el texto nunca toque los bordes del celular */
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Arreglo específico para formularios en móvil */
    input,
    select,
    textarea {
        max-width: 100% !important;
    }

    /* Arreglo para imágenes que se salen de la pantalla */
    img {
        max-width: 100% !important;
        height: auto !important;
    }
}

/* ==========================================================================
   CORRECCIÓN FINAL MÓVIL (SYSTEMS JAG)
   ========================================================================== */

/* 1. ELIMINAR EL SCROLL HORIZONTAL (El corte blanco a la derecha) */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    /* Corta cualquier cosa que se salga */
}

/* 2. FORZAR AL CONTENEDOR A ENTRAR EN LA PANTALLA */
@media only screen and (max-width: 991px) {
    .container {
        width: 100% !important;
        max-width: 100vw !important;
        /* Ancho del Viewport */
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    /* Arreglo para el Footer cortado */
    #footer,
    .footer-widget,
    .footer-bottom {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 3. RESUCITAR EL BOTÓN "AGENDAR CITA" */
@media only screen and (max-width: 991px) {

    /* A veces las plantillas ocultan la columna derecha del header en móvil */
    .header .column-4,
    .header .header-right {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    /* Hacer el botón visible y grande para el dedo */
    .header a.button,
    .header .agendar-btn {
        display: inline-block !important;
        background-color: #b71c1c !important;
        /* Rojo JAG */
        color: #fff !important;
        width: 80% !important;
        /* Ancho cómodo */
        padding: 12px !important;
        text-align: center !important;
    }

    /* Si el botón estaba dentro de un div oculto, forzamos su visibilidad */
    div[class*="header-"] {
        display: block !important;
    }
}


/* ==========================================================================
   CORRECCIÓN FINAL MÓVIL (SYSTEMS JAG)
   ========================================================================== */

/* 1. ELIMINAR EL SCROLL HORIZONTAL (El corte blanco a la derecha) */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    /* Corta cualquier cosa que se salga */
}

/* 2. FORZAR AL CONTENEDOR A ENTRAR EN LA PANTALLA */
@media only screen and (max-width: 991px) {
    .container {
        width: 100% !important;
        max-width: 100vw !important;
        /* Ancho del Viewport */
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    /* Arreglo para el Footer cortado */
    #footer,
    .footer-widget,
    .footer-bottom {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 3. RESUCITAR EL BOTÓN "AGENDAR CITA" */
@media only screen and (max-width: 991px) {

    /* A veces las plantillas ocultan la columna derecha del header en móvil */
    .header .column-4,
    .header .header-right {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    /* Hacer el botón visible y grande para el dedo */
    .header a.button,
    .header .agendar-btn {
        display: inline-block !important;
        background-color: #b71c1c !important;
        /* Rojo JAG */
        color: #fff !important;
        width: 80% !important;
        /* Ancho cómodo */
        padding: 12px !important;
        text-align: center !important;
    }

    /* Si el botón estaba dentro de un div oculto, forzamos su visibilidad */
    div[class*="header-"] {
        display: block !important;
    }
}

/* ============================================================
   MEJORAS DE PRESENTACIÓN — SYSTEMS JAG
   ============================================================ */

/* --- TERMINAL / TYPEWRITER EN HERO --- */
.hero-terminal {
  background: #0d1117;
  border-radius: 10px;
  padding: 22px;
  font-family: 'Courier New', monospace;
  font-size: 0.82rem;
  line-height: 1.65;
  border: 1px solid #30363d;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
  max-width: 430px;
  margin-left: auto;
  align-self: center;
}
.terminal-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}
.t-dot { width: 12px; height: 12px; border-radius: 50%; }
.t-dot.r { background: #ff5f57; }
.t-dot.y { background: #febc2e; }
.t-dot.g { background: #28c840; }
.t-title { color: #6e7681; font-size: 0.72rem; margin-left: 8px; }
.t-line { margin: 3px 0; opacity: 0; }
.t-line.show { animation: tFadeIn 0.25s forwards; }
.t-comment { color: #6e7681; }
.t-keyword { color: #ff7b72; }
.t-class    { color: #ffa657; }
.t-func     { color: #d2a8ff; }
.t-str      { color: #a5d6ff; }
.t-var      { color: #79c0ff; }
.t-ok       { color: #3fb950; }
.t-cursor {
  display: inline-block;
  width: 7px; height: 13px;
  background: #58a6ff;
  vertical-align: middle;
  margin-left: 2px;
  animation: tBlink 1s step-end infinite;
}
@keyframes tBlink { 0%,100%{opacity:1} 50%{opacity:0} }
@keyframes tFadeIn { from{opacity:0;transform:translateY(4px)} to{opacity:1;transform:translateY(0)} }

.hero-two-col {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.hero-text-col { flex: 1; }
.hero-terminal-col { flex: 0 0 420px; }

/* --- STATS COUNTER NUMBERS --- */
.stat-number {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  display: block;
  font-family: 'Poppins', sans-serif;
}
.stat-label {
  color: rgba(255,255,255,0.82);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 6px 0 0;
  display: block;
}
.stat-item { text-align: center; padding: 10px; }

/* --- SERVICE CARD HOVER --- */
.services-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(183,28,28,0.18) !important;
}

/* --- PORTFOLIO SECTION --- */
.Portfolio { padding: 80px 0; background: #fff; }

.portfolio-filters {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 8px 22px;
  border: 2px solid #b71c1c;
  background: transparent;
  color: #b71c1c;
  border-radius: 25px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.25s ease;
}
.filter-btn:hover, .filter-btn.active {
  background: #b71c1c;
  color: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 25px;
}
.portfolio-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #efefef;
  display: none;
}
.portfolio-card.visible { display: block; }
.portfolio-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 38px rgba(183,28,28,0.16);
}
.pcard-icon {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  color: rgba(255,255,255,0.9);
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.pcard-body { padding: 20px; }
.pcard-title {
  font-weight: 700;
  font-size: 1rem;
  color: #222;
  margin: 0 0 8px;
}
.pcard-desc {
  color: #666;
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0 0 14px;
}
.pcard-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.ptag {
  padding: 3px 11px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  background: #f5f5f5;
  color: #555;
}
.ptag.laravel  { background: #fff0f0; color: #b71c1c; }
.ptag.flutter  { background: #e3f2fd; color: #0277bd; }
.ptag.n8n      { background: #f3e5f5; color: #6a1b9a; }
.ptag.mysql    { background: #e8f5e9; color: #2e7d32; }
.ptag.php      { background: #ede7f6; color: #4527a0; }
.pcard-links { display: flex; gap: 10px; }
.pcard-links a {
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: background 0.2s;
}
.btn-gh  { background: #24292e; color: #fff !important; }
.btn-gh:hover  { background: #444d56; }
.btn-lv { background: #b71c1c; color: #fff !important; }
.btn-lv:hover { background: #c62828; }

/* --- TECH STACK GRID --- */
.TechStack { padding: 70px 0; background: #fafafa; }
.tech-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 40px;
}
.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 26px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  min-width: 100px;
  border: 2px solid transparent;
  cursor: default;
}
.tech-item:hover {
  transform: translateY(-5px);
  border-color: #b71c1c;
  box-shadow: 0 10px 30px rgba(183,28,28,0.13);
}
.tech-item i { font-size: 2.2rem; color: #b71c1c; }
.tech-item span {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #444;
  text-align: center;
}

/* --- DARK MODE TOGGLE BUTTON --- */
.dark-mode-btn {
  background: none;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  padding: 6px 13px;
  cursor: pointer;
  color: #fff;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  margin-left: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.dark-mode-btn:hover {
  border-color: rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.12);
}

/* --- DARK MODE --- */
body.dark-mode { background-color: #0d1117; color: #c9d1d9; }
body.dark-mode .About,
body.dark-mode .Portfolio { background-color: #161b22 !important; }
body.dark-mode .Skills.bg-white,
body.dark-mode section.bg-white { background-color: #161b22 !important; }
body.dark-mode .Services { background-color: #0d1117 !important; }
body.dark-mode .TechStack,
body.dark-mode .bg-light-blue { background-color: #0d1117 !important; }
body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,
body.dark-mode h4,body.dark-mode h5,body.dark-mode .text-blue { color: #e6edf3 !important; }
body.dark-mode p,body.dark-mode .text-gray { color: #8b949e !important; }
body.dark-mode .services-card { background: #1f2428 !important; }
body.dark-mode .portfolio-card { background: #1f2428; border-color: #30363d; }
body.dark-mode .pcard-title { color: #e6edf3; }
body.dark-mode .pcard-desc { color: #8b949e; }
body.dark-mode .tech-item { background: #1f2428; }
body.dark-mode .tech-item span { color: #c9d1d9; }
body.dark-mode .About-us,
body.dark-mode .Skills { background-color: #161b22 !important; }
body.dark-mode .Teams.bg-light-blue { background-color: #0d1117 !important; }
body.dark-mode .ptag { background: #2d333b !important; color: #adbac7 !important; }
body.dark-mode .ptag.laravel  { background: #3d1515 !important; color: #ff7b7b !important; }
body.dark-mode .ptag.flutter  { background: #0d2137 !important; color: #79c0ff !important; }
body.dark-mode .ptag.mysql    { background: #0d2b1a !important; color: #56d364 !important; }

/* Responsive */
@media (max-width: 900px) {
  .hero-terminal-col { display: none; }
}
@media (max-width: 768px) {
  .portfolio-grid { grid-template-columns: 1fr; }
  .tech-grid { gap: 12px; }
  .tech-item { padding: 15px 18px; min-width: 85px; }
  .stat-number { font-size: 2rem; }
}

/* ============================================================
   JAG SYSTEMS MODERN REFRESH + CV
   ============================================================ */
:root {
  --jag-red: #b71c1c;
  --jag-red-dark: #8f1414;
  --jag-ink: #171717;
  --jag-text: #2c2c2c;
  --jag-muted: #686868;
  --jag-line: #e8e8e8;
  --jag-soft: #f7f7f5;
  --jag-panel: #ffffff;
  --jag-night: #111317;
}

.main-nav {
  z-index: 50;
}

.main-nav .container {
  align-items: center;
}

.navbar-logo {
  max-height: 54px;
  width: auto;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  display: block;
}

.nav-white .navbar-logo {
  border-color: #ddd;
}

.nav-white .nav-link,
.nav-white .telp-text,
.nav-white .small-text {
  color: #171717 !important;
}

.nav-white .header-cta {
  color: #171717 !important;
}

.nav-white .header-cta:hover {
  color: #fff !important;
}

.header-phone {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.contact-button {
  margin-left: 22px;
}

.mobile-cta-container {
  display: none;
  background: #111;
  padding: 10px;
  text-align: center;
}

.mobile-cta-container a {
  display: block;
  background: #25d366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.jag-overline {
  color: var(--jag-red);
  font-family: "Poppins", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.jag-hero *,
.jag-section *,
.jag-final-cta *,
.cv-shell * {
  box-sizing: border-box;
}

.jag-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 14px 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.jag-btn:hover {
  transform: translateY(-2px);
}

.jag-btn-primary {
  background: var(--jag-red);
  box-shadow: 0 14px 28px rgba(183, 28, 28, 0.22);
  color: #fff !important;
}

.jag-btn-primary:hover {
  background: var(--jag-red-dark);
}

.jag-btn-secondary {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: var(--jag-ink) !important;
}

.jag-btn-secondary:hover {
  border-color: var(--jag-red);
  color: var(--jag-red) !important;
}

.jag-hero {
  background:
    linear-gradient(90deg, rgba(10,10,10,0.94) 0%, rgba(15,15,15,0.86) 55%, rgba(15,15,15,0.62) 100%),
    url("../images/escritorio.jpeg") center/cover no-repeat;
  color: #fff;
  min-height: 84vh;
  padding: 158px 0 60px;
}

.jag-hero-grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.jag-hero-copy h1 {
  color: #fff;
  font-size: 4.35rem;
  font-weight: 900;
  line-height: 1.02;
  margin: 0;
  max-width: 850px;
  overflow-wrap: normal;
}

.jag-hero-lead {
  color: rgba(255,255,255,0.78);
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 24px 0 0;
  max-width: 720px;
}

.jag-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.jag-stack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.jag-stack-list span,
.jag-tags span,
.cv-skill-list span {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 12px;
}

.jag-hero-panel {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.36);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.34);
  color: var(--jag-text);
  padding: 18px;
}

.jag-profile-card {
  display: grid;
  gap: 18px;
  grid-template-columns: 142px minmax(0, 1fr);
}

.jag-profile-card img {
  aspect-ratio: 1 / 1.15;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: #f1f1f1;
  filter: contrast(1.06) saturate(1.04);
  width: 100%;
}

.jag-card-kicker {
  color: var(--jag-red);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.jag-profile-card h2 {
  color: var(--jag-ink);
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.jag-profile-card p {
  color: var(--jag-muted);
  margin: 0;
}

.jag-metric-grid {
  border-top: 1px solid var(--jag-line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
  padding-top: 18px;
}

.jag-metric-grid div {
  background: var(--jag-soft);
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
}

.jag-metric-grid strong {
  color: var(--jag-red);
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.jag-metric-grid span {
  color: var(--jag-muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  margin-top: 6px;
  text-transform: uppercase;
}

.jag-proof-strip {
  background: var(--jag-red);
  color: #fff;
  padding: 28px 0;
}

.jag-proof-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.jag-proof-grid strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  margin-bottom: 6px;
}

.jag-proof-grid span {
  color: rgba(255,255,255,0.82);
  display: block;
  font-size: 0.9rem;
  line-height: 1.55;
}

.jag-section {
  padding: 86px 0;
}

.jag-section-head {
  margin: 0 auto 38px;
  max-width: 760px;
  text-align: center;
}

.jag-section-head h2 {
  color: var(--jag-ink);
  font-size: 2.85rem;
  line-height: 1.12;
  margin: 0;
}

.jag-section-head p:not(.jag-overline) {
  color: var(--jag-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 16px auto 0;
}

.jag-profile-section {
  background: #fff;
}

.jag-cv-summary {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.jag-cv-block,
.jag-service-card,
.jag-project-card {
  background: #fff;
  border: 1px solid var(--jag-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.05);
  padding: 28px;
}

.jag-cv-block i,
.jag-service-card i {
  color: var(--jag-red);
  font-size: 2rem;
  margin-bottom: 18px;
}

.jag-cv-block h3,
.jag-service-card h3,
.jag-project-card h3 {
  color: var(--jag-ink);
  font-size: 1.14rem;
  margin: 0 0 10px;
}

.jag-cv-block p,
.jag-service-card p,
.jag-project-card p {
  color: var(--jag-muted);
  line-height: 1.65;
  margin: 0;
}

.jag-services-section,
.jag-testimonial-section {
  background: var(--jag-soft);
}

.jag-service-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.jag-service-card {
  min-height: 100%;
}

.jag-service-card a {
  color: var(--jag-red);
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
  margin-top: 22px;
}

.jag-projects-section {
  background: #fff;
}

.jag-project-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.jag-project-icon {
  align-items: center;
  background: #181818;
  border-radius: 8px;
  color: #fff;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-bottom: 20px;
  width: 54px;
}

.jag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.jag-tags span {
  background: #f2f2f2;
  border-color: #e4e4e4;
  color: var(--jag-text);
}

.jag-testimonial-card {
  align-items: start;
  background: var(--jag-night);
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 34px;
  grid-template-columns: 0.8fr 1.2fr;
  padding: 42px;
}

.jag-testimonial-card h2 {
  color: #fff;
  font-size: 2.45rem;
  line-height: 1.16;
  margin: 0;
}

.jag-quote-list {
  display: grid;
  gap: 16px;
}

.jag-quote-list blockquote {
  background: rgba(255,255,255,0.08);
  border-left: 4px solid var(--jag-red);
  border-radius: 8px;
  color: rgba(255,255,255,0.84);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  padding: 22px;
}

.jag-quote-list span {
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin-top: 12px;
}

.jag-final-cta {
  background: #fff;
  padding: 70px 0;
}

.jag-final-cta .container {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.jag-final-cta h2 {
  color: var(--jag-ink);
  font-size: 2.5rem;
  line-height: 1.14;
  margin: 0;
  max-width: 720px;
}

.jag-final-cta p:not(.jag-overline) {
  color: var(--jag-muted);
  margin: 12px 0 0;
}

.jag-footer {
  background-color: #191919;
  border-top: 5px solid var(--jag-red);
}

.jag-footer .footer-widget {
  padding: 60px 0;
}

.jag-footer .footer-logo {
  border: 1px solid #333;
  border-radius: 6px;
  max-width: 150px;
}

.jag-footer .footer-text,
.jag-footer .footer-desc,
.jag-footer .footer-contact-list p,
.jag-footer .footer-clean-list a {
  color: #aaa;
  line-height: 1.65;
}

.jag-footer .left-hr {
  background-color: var(--jag-red);
  border: none;
  height: 3px;
  margin-left: 0;
  width: 40px;
}

.footer-clean-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.footer-clean-list li {
  margin-bottom: 12px;
}

.footer-clean-list i,
.footer-contact-list i {
  color: var(--jag-red);
  margin-right: 8px;
}

.footer-contact-list a {
  color: #fff;
}

.jag-footer .footer-icon {
  border-color: #444;
  color: #fff;
}

.jag-footer .footer-bottom {
  background-color: #111;
  color: #666;
  padding: 20px 0;
}

.cv-shell {
  background: #f2f2ef;
  padding: 44px 0 72px;
}

.cv-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.cv-back {
  color: var(--jag-ink);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.cv-document {
  background: #fff;
  border: 1px solid #e2e2df;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
  overflow: hidden;
}

.cv-hero {
  background: var(--jag-night);
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 48px;
}

.cv-hero h1 {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1.04;
  margin: 0;
}

.cv-role {
  color: rgba(255,255,255,0.82);
  font-family: "Poppins", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  margin: 14px 0;
}

.cv-summary {
  color: rgba(255,255,255,0.76);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  max-width: 760px;
}

.cv-contact-card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
  padding: 18px;
}

.cv-contact-card img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: block;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 132px;
  object-fit: cover;
  object-position: center top;
  background: #f1f1f1;
  border: 3px solid rgba(255,255,255,0.16);
  filter: contrast(1.06) saturate(1.04);
  width: 100%;
}

.profile-photo {
  background: #f4f4f4;
  border: 1px solid rgba(183, 28, 28, 0.18);
  box-shadow: 0 22px 46px rgba(0,0,0,0.16);
  filter: contrast(1.06) saturate(1.04);
  object-fit: cover;
  object-position: center top;
}

.cv-contact-card a,
.cv-contact-card span {
  color: rgba(255,255,255,0.88);
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  margin-top: 10px;
  overflow-wrap: anywhere;
}

.cv-contact-card i {
  color: var(--jag-red);
  margin-right: 8px;
}

.cv-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 42px 48px 50px;
}

.cv-section + .cv-section {
  margin-top: 32px;
}

.cv-section h2 {
  border-bottom: 2px solid var(--jag-red);
  color: var(--jag-ink);
  font-size: 1.2rem;
  margin: 0 0 16px;
  padding-bottom: 9px;
}

.cv-section p {
  color: var(--jag-text);
  line-height: 1.72;
  margin: 0 0 9px;
}

.cv-timeline {
  display: grid;
  gap: 18px;
}

.cv-timeline div {
  border-left: 4px solid var(--jag-red);
  padding-left: 18px;
}

.cv-timeline span {
  color: var(--jag-red);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.cv-timeline h3 {
  color: var(--jag-ink);
  font-size: 1.02rem;
  margin: 0 0 6px;
}

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

.cv-list li {
  color: var(--jag-text);
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.cv-list li::before {
  color: var(--jag-red);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.cv-list.compact li {
  margin-bottom: 7px;
}

.cv-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cv-skill-list span {
  background: #f3f3f3;
  border-color: #e2e2e2;
  color: var(--jag-ink);
}

@media (max-width: 1100px) {
  .jag-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jag-hero-grid,
  .cv-hero,
  .cv-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .jag-hero .container,
  .jag-section .container,
  .jag-proof-strip .container,
  .jag-final-cta .container,
  .cv-shell .container {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    overflow: hidden;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100vw !important;
  }

  .mobile-cta-container {
    display: block;
    margin: -8px -20px 12px;
  }

  .main-nav .container {
    display: block;
    height: auto;
  }

  .left-nav,
  .right-nav {
    width: 100%;
  }

  #main-menu {
    background: rgba(17,17,17,0.96);
    border-radius: 8px;
    margin-top: 12px;
    padding: 14px 18px;
  }

  .nav-white #main-menu {
    background: #fff;
    border: 1px solid #e7e7e7;
  }

  .contact-button {
    display: none;
  }

  .jag-hero {
    min-height: auto;
    padding: 178px 0 54px;
  }

  .jag-hero-grid,
  .jag-hero-copy,
  .jag-hero-panel {
    display: block !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    width: calc(100vw - 40px) !important;
  }

  .jag-hero-copy h1 {
    font-size: 2.05rem;
    line-height: 1.08;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .jag-hero-lead {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .jag-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .jag-btn {
    box-sizing: border-box;
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: normal;
    width: 100%;
  }

  .jag-stack-list {
    max-width: 100%;
  }

  .jag-stack-list span {
    font-size: 0.74rem;
  }

  .jag-section-head h2,
  .jag-testimonial-card h2,
  .jag-final-cta h2 {
    font-size: 1.9rem;
  }

  .cv-hero h1 {
    font-size: 2.2rem;
  }

  .jag-hero-grid,
  .jag-cv-summary,
  .jag-proof-grid,
  .jag-project-grid,
  .jag-testimonial-card,
  .jag-final-cta .container {
    grid-template-columns: 1fr;
  }

  .jag-profile-card {
    grid-template-columns: 1fr;
  }

  .jag-profile-card img {
    max-height: 320px;
  }

  .jag-service-grid {
    grid-template-columns: 1fr;
  }

  .jag-section {
    padding: 58px 0;
  }

  .jag-final-cta .container,
  .cv-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .cv-hero,
  .cv-grid {
    padding: 28px;
  }
}

@media print {
  .no-print,
  #header,
  #footer {
    display: none !important;
  }

  body {
    background: #fff !important;
  }

  .cv-shell {
    background: #fff;
    padding: 0;
  }

  .cv-document {
    border: 0;
    box-shadow: none;
  }

  .cv-hero {
    background: #fff;
    color: #111;
    padding: 0 0 24px;
  }

  .cv-hero h1,
  .cv-section h2 {
    color: #111;
  }

  .cv-role,
  .cv-summary,
  .cv-contact-card a,
  .cv-contact-card span {
    color: #222;
  }

  .cv-contact-card {
    border: 1px solid #ddd;
  }

  .cv-grid {
    padding: 0;
  }
}
