body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.custom_heading-container h3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 50px;
  height: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #53E253;
  border-radius: 15px;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
}

.btn-box a {
  color: #1d1d1d;
  margin-right: 15px;
  font-size: 18px;
}

.btn-box hr {
  width: 75px;
  height: 1.2px;
  border: none;
  background-color: #464646;
  margin: 0;
}

/*header section*/
.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

.header_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 17px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #53E253;
  border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item.active a::before {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.navbar-brand img {
  width: 100px;
  height: auto;
  max-height: 85px;
  margin-right: 0;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
  margin-bottom: 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/
/* slider section - Nuevo Diseño */
.slider_section {
  position: relative;
  padding: 30px 0 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
  overflow: hidden;
  margin-top: 0;
}

.slider_section .carousel {
  position: relative;
}

.slider_section .carousel-inner {
  overflow: visible;
}

.slider_section .carousel-item {
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 50%, rgba(83, 226, 83, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(83, 226, 83, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.slider_section .container {
  max-width: var(--max-container-width);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.slider_section .row {
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.slider_item-box {
  padding: 40px 0;
  position: relative;
}

.slider_img-wrapper {
  position: relative;
  padding: 20px;
}

.slider_img-container {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 30px;
  transform: perspective(1000px) rotateY(-5deg);
  transition: var(--transition);
}

.slider_item-box:hover .slider_img-container {
  transform: perspective(1000px) rotateY(0deg) scale(1.02);
  box-shadow: 0 25px 70px rgba(83, 226, 83, 0.2);
}

.slider_img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
  transition: var(--transition);
}

.slider_img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(83, 226, 83, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
}

.slider_item-box:hover .slider_img-overlay {
  opacity: 1;
}

.slider_content {
  padding: 40px 20px;
  position: relative;
}

.slider_content-centered {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 50px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: var(--transition);
}

.slider_item-box:hover .slider_content-centered {
  box-shadow: 0 25px 70px rgba(83, 226, 83, 0.15);
  transform: translateY(-5px);
}

.slider_badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #45d045 100%);
  color: #ffffff;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(83, 226, 83, 0.3);
  animation: fadeInUp 0.6s ease-out;
}

.slider_title {
  font-weight: 800;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.slider_title-main {
  color: #1a2e35;
  display: block;
}

.slider_title-accent {
  color: var(--primary-color);
  display: block;
  position: relative;
  padding-left: 15px;
}

.slider_title-accent::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  border-radius: 2px;
}

.slider_content-centered .slider_title {
  justify-content: center;
  align-items: center;
}

.slider_content-centered .slider_title-accent::before {
  display: none;
}

.slider_content-centered .slider_title-accent {
  padding-left: 0;
  position: relative;
}

.slider_content-centered .slider_title-accent::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
  border-radius: 2px;
}

.slider_description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 30px;
  animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.slider_features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

.slider_content-centered .slider_features {
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.slider_feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #495057;
  font-size: 1rem;
}

.slider_feature-item svg {
  stroke: var(--primary-color);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

/* Indicadores del carrusel */
.carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  z-index: 10;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: var(--transition);
  margin: 0;
  text-indent: 0;
  opacity: 1;
}

.carousel-indicators li.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  width: 32px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(83, 226, 83, 0.5);
}

.carousel-indicators li:hover {
  background: rgba(83, 226, 83, 0.7);
  border-color: var(--primary-color);
}

/* Controles de navegación mejorados */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  opacity: 1;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: var(--transition);
  border: 2px solid transparent;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 30px rgba(83, 226, 83, 0.4);
  border-color: var(--primary-color);
}

.carousel-control-icon {
  color: #1a2e35;
  width: 24px;
  height: 24px;
  transition: var(--transition);
}

.carousel-control-prev:hover .carousel-control-icon,
.carousel-control-next:hover .carousel-control-icon {
  color: #ffffff;
  transform: scale(1.1);
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(83, 226, 83, 0.3);
}

/* end slider section */
.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.about_section {
  text-align: center;
}

.about_section .img-box img {
  width: 350px;
}

.service_section {
  text-align: center;
  position: relative;
}

.service_section .custom_heading-container {
  margin-bottom: 15px;
}

.service_section .service_container {
  padding: 45px 0 75px 0;
}

.service_section .box.b-2 .detail-box {
  width: 60%;
  text-align: right;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box a {
  min-width: 100px;
}

.service_section .box.b-3 .detail-box {
  width: 70%;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
}

.service_section .box.b-3 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-3 .detail-box a {
  min-width: 100px;
}

.service_section .img-box img {
  height: 200px;
}

.service_section .detail-box {
  height: 118px;
  margin-top: 10px;
}

.service_section .detail-box h6 {
  font-weight: bold;
}

.service_section .detail-box .btn-box a {
  color: #53E253;
}

.service_section .detail-box .btn-box hr {
  background-color: #53E253;
}

.service_section::before {
  content: "";
  width: 200px;
  height: 175px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  background-image: url(../images/worker.png);
}

.work_section {
  background-color: #343B79;
}

.work_section .custom_heading-container h3 {
  color: #ffffff;
}

.work_section .custom_heading-container h3::before {
  background-color: #ffffff;
}

.work_section .work_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
}

.work_section .work_container .box {
  width: 275px;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 20px 0;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 45px 10px;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

.work_section .work_container .box .img-box {
  width: 150px;
}

.work_section .work_container .box .img-box img {
  width: 100%;
}

.work_section .work_container .box .name {
  margin-top: 10px;
}

.work_section .work_container .box.b-1, .work_section .work_container .box.b-3 {
  -webkit-animation: odd-box-animate 2s infinite;
          animation: odd-box-animate 2s infinite;
}

.work_section .work_container .box.b-2, .work_section .work_container .box.b-4 {
  -webkit-animation: even-box-animate 2s infinite;
          animation: even-box-animate 2s infinite;
}

@-webkit-keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@-webkit-keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.work_section .btn-box a {
  color: #ffffff;
}

.work_section .btn-box hr {
  background-color: #ffffff;
}

.contact_section input,
.contact_section select {
  width: 100%;
  border: 0;
  padding: 15px 12px;
  background-color: #f2f2f2;
  outline: none;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder,
.contact_section select::-webkit-input-placeholder {
  color: #3a3a3a;
}

.contact_section input:-ms-input-placeholder,
.contact_section select:-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::-ms-input-placeholder,
.contact_section select::-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::placeholder,
.contact_section select::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background-color: #53E253;
  padding: 12px 55px;
  outline: none;
  border: none;
  border: 1px solid #53E253;
  color: #fff;
  margin-top: 25px;
}

.contact_section button:hover {
  color: #53E253;
  background-color: transparent;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  border: 1px solid #cccccc;
  padding: 45px 35px 35px 25px;
  background-color: #ffffff;
  margin: 0 auto;
}

.client_section .client_container .detail-box p {
  text-align: center;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.client_section .client_container .client_id .img-box {
  width: 75px;
  margin-right: 10px;
}

.client_section .client_container .client_id .img-box img {
  width: 100%;
}

.client_section .client_container .client_id .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_id .name h6 {
  color: #53E253;
}

.info_section {
  background-color: #53E253;
  color: #ffffff;
}

.info_section a {
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.info_section .info-contact h6 {
  color: #000000;
  font-size: 18px;
}

.info_section .info-contact .call {
  margin-top: 20px;
}

.info_section .discover ul {
  padding: 0;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px 0;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_section p {
  color: #171717;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  animation: whatsappPulse 2s ease-in-out infinite;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  color: #ffffff;
  text-decoration: none;
}

.whatsapp-float:active {
  transform: scale(0.95);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
}

@keyframes whatsappPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
  }
}

/* Animación de rebote al cargar */
@keyframes whatsappBounce {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.whatsapp-float {
  animation: whatsappBounce 0.8s ease-out, whatsappPulse 2s ease-in-out 1s infinite;
}

/* Responsive para diferentes resoluciones - Espacio header/carrusel */
@media (max-width: 1200px) {
  .slider_section {
    padding: 25px 0 70px 0;
  }
}

@media (max-width: 992px) {
  .slider_section {
    padding: 20px 0 60px 0;
  }
}

/* Responsive para WhatsApp */
@media (max-width: 768px) {
  .slider_section {
    padding: 15px 0 50px 0;
  }
  
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 20px;
    right: 20px;
  }
  
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 576px) {
  .slider_section {
    padding: 10px 0 40px 0;
  }
}

/* Modernización general */
:root {
  --primary-color: #53E253;
  --secondary-color: #1a2e35;
  --accent-color: #6c63ff;
  --bg-light: #f8f9fa;
  --text-dark: #212529;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.15);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --max-container-width: 1200px;
}

/* Unificación de ancho para todos los contenedores principales */
.container,
.container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Asegurar que todos los contenedores de secciones tengan el mismo ancho */
.slider_section .container,
.hero_image_section .container,
.features_section .container,
.advantages_section .container,
.catalog_section .container,
.contact_section .container,
.contact_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

* {
  transition: var(--transition);
}

/* Header modernizado */
.header_section {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  box-shadow: var(--shadow-md);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 6px;
  margin: 0 5px;
  transition: var(--transition);
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  background: rgba(83, 226, 83, 0.1);
  transform: translateY(-2px);
}

/* Slider modernizado - Estilos adicionales */
.slider_section .detail-box {
  display: none; /* Ocultamos el detalle-box antiguo */
}

/* Formulario modernizado */
.contact_section {
  background: linear-gradient(135deg, #ffffff 0%, var(--bg-light) 100%);
  padding: 80px 20px;
  width: 100%;
  box-shadow: var(--shadow-md);
}

.contact_section .container,
.contact_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
}

.contact_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact_section form {
  background: #ffffff;
  padding: 60px 50px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  margin: 0 auto;
  transition: var(--transition);
}

.contact_section form:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.contact_section input,
.contact_section select {
  border-radius: 12px;
  border: 2px solid transparent;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  font-size: 16px;
  transition: var(--transition);
  padding: 18px 20px;
}

.contact_section input:focus,
.contact_section select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(83, 226, 83, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.contact_section input:hover,
.contact_section select:hover {
  box-shadow: var(--shadow-md);
}

.contact_section textarea.message-box {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 12px;
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  font-size: 16px;
  font-family: inherit;
  resize: vertical;
  min-height: 120px;
  transition: var(--transition);
  margin: 10px 0;
}

.contact_section textarea.message-box:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(83, 226, 83, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.contact_section textarea.message-box:hover {
  box-shadow: var(--shadow-md);
}

.contact_section textarea.message-box::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background: linear-gradient(135deg, var(--primary-color) 0%, #45d045 100%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 50px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
}

.contact_section button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #45d045 0%, var(--primary-color) 100%);
}

.contact_section button:active {
  transform: translateY(-1px);
}

/* Títulos modernizados */
.custom_heading-container h3 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

/* Mapa embebido modernizado */
.map_container {
  width: 100%;
  max-width: var(--max-container-width);
  padding: 40px 20px;
  margin: 40px auto;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.map_iframe {
  width: 100%;
  max-width: var(--max-container-width);
  height: 500px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  margin: 0 auto;
  display: block;
  transition: var(--transition);
}

.map_iframe:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
}

/* Estilos generales para iframe */
iframe {
  border-radius: 15px;
  box-shadow: var(--shadow-lg);
  margin: 30px 0;
  transition: var(--transition);
}

iframe:hover {
  box-shadow: var(--shadow-lg);
  transform: scale(1.01);
}

/* Información de contacto mejorada */
.contact_section > .container {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact_section > .container p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 15px 0;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-color);
}

/* Footer modernizado */
.footer_section {
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%) !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.footer_section .container-fluid {
  max-width: var(--max-container-width);
  margin: 0 auto;
  padding: 30px 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_section p {
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: 0.5px;
}

/* Imagen de fondo mejorada */
.hero_area img {
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  margin: 40px 0;
  object-fit: cover;
}

/* Carousel controls modernizados - Ya están definidos arriba */

/* Animaciones suaves */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(5deg);
  }
  75% {
    transform: translateY(10px) rotate(-5deg);
  }
}

/* Animaciones del nuevo slider */
.slider_item-box {
  animation: fadeInUp 0.6s ease-out;
}

.slider_img-container {
  animation: slideInLeft 0.8s ease-out;
}

.slider_content {
  animation: slideInRight 0.8s ease-out 0.2s backwards;
}

/* Efectos de flotación */
.slider_img {
  animation: float 6s ease-in-out infinite;
  animation-delay: 1s;
}

/* Animación de las tarjetas features */
.feature_card {
  animation: fadeInUp 0.8s ease-out backwards;
}

.feature_card:nth-child(1) {
  animation-delay: 0.1s;
}

.feature_card:nth-child(2) {
  animation-delay: 0.2s;
}

.feature_card:nth-child(3) {
  animation-delay: 0.3s;
}

.feature_card:nth-child(4) {
  animation-delay: 0.4s;
}

.feature_card:nth-child(5) {
  animation-delay: 0.5s;
}

.feature_card:nth-child(6) {
  animation-delay: 0.6s;
}

/* Animación de las tarjetas advantages */
.advantage_card {
  animation: fadeInUp 0.8s ease-out backwards;
}

.advantage_card_left {
  animation: slideInLeft 0.8s ease-out backwards;
}

.advantage_card_right {
  animation: slideInRight 0.8s ease-out backwards;
}

.advantage_card_left:nth-child(1),
.advantage_card_right:nth-child(1) {
  animation-delay: 0.1s;
}

.advantage_card_left:nth-child(2),
.advantage_card_right:nth-child(2) {
  animation-delay: 0.2s;
}

.advantage_card_left:nth-child(3),
.advantage_card_right:nth-child(3) {
  animation-delay: 0.3s;
}

/* Efecto de pulso en iconos */
.feature_icon {
  animation: pulse 2s ease-in-out infinite;
}

.value_icon {
  animation: pulse 2s ease-in-out infinite;
}

/* Animación continua en hover */
.feature_card:hover .feature_icon {
  animation: rotate360 1s ease-in-out;
}

.value_card:hover .value_icon {
  animation: rotate360 1s ease-in-out;
}

/* Efecto shimmer en botones */
.contact_section button {
  position: relative;
  overflow: hidden;
}

.contact_section button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.contact_section button:hover::before {
  left: 100%;
}

/* Animación de onda en títulos */
.custom_heading-container h3 {
  position: relative;
  display: inline-block;
}

.custom_heading-container h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: var(--primary-color);
  animation: expandWidth 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

/* Efecto de partículas flotantes en hero section */
.hero_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.hero_area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(83, 226, 83, 0.3), transparent),
    radial-gradient(2px 2px at 60% 70%, rgba(83, 226, 83, 0.2), transparent),
    radial-gradient(1px 1px at 50% 50%, rgba(83, 226, 83, 0.4), transparent),
    radial-gradient(1px 1px at 80% 10%, rgba(83, 226, 83, 0.3), transparent),
    radial-gradient(2px 2px at 90% 60%, rgba(83, 226, 83, 0.2), transparent);
  background-size: 200% 200%;
  animation: particleFloat 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

.slider_section {
  position: relative;
  z-index: 1;
}

@keyframes particleFloat {
  0%, 100% {
    background-position: 0% 0%, 100% 100%, 50% 50%, 0% 100%, 100% 0%;
  }
  50% {
    background-position: 100% 100%, 0% 0%, 50% 0%, 100% 0%, 0% 100%;
  }
}

/* Animación en mapa */
.map_iframe {
  animation: pulse 3s ease-in-out infinite;
}

/* Animación de entrada para secciones */
.hero_image_section,
.features_section,
.advantages_section,
.catalog_section,
.contact_section {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

.hero_image_section {
  animation-delay: 0.2s;
}

.features_section {
  animation-delay: 0.4s;
}

.advantages_section {
  animation-delay: 0.6s;
}

.catalog_section {
  animation-delay: 0.8s;
}

.contact_section {
  animation-delay: 1s;
}

/* Efecto de hover con movimiento 3D */
.feature_card,
.value_card,
.advantage_card {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.feature_card:hover,
.value_card:hover,
.advantage_card:hover {
  transform: translateY(-10px) rotateX(5deg);
}

/* Animación de entrada para textos del slider */
/* Animaciones de contenido del slider */
.slider_title {
  animation: fadeInUp 1s ease-out 0.3s backwards;
}

.slider_description {
  animation: fadeInUp 1s ease-out 0.5s backwards;
}

/* Efecto de brillo en movimiento */
@keyframes shine {
  0% {
    background-position: -100% center;
  }
  100% {
    background-position: 200% center;
  }
}

.hero_image_title {
  background: linear-gradient(90deg, #ffffff 0%, #53E253 50%, #ffffff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 3s linear infinite;
}

/* Animación de entrada escalonada para elementos de lista */
.navbar-nav .nav-item {
  animation: slideInLeft 0.5s ease-out backwards;
}

.navbar-nav .nav-item:nth-child(1) { animation-delay: 0.1s; }
.navbar-nav .nav-item:nth-child(2) { animation-delay: 0.2s; }
.navbar-nav .nav-item:nth-child(3) { animation-delay: 0.3s; }
.navbar-nav .nav-item:nth-child(4) { animation-delay: 0.4s; }
.navbar-nav .nav-item:nth-child(5) { animation-delay: 0.5s; }
.navbar-nav .nav-item:nth-child(6) { animation-delay: 0.6s; }

/* Animación de scroll suave para elementos */
@keyframes scrollReveal {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Efecto de parallax en scroll */
@media (prefers-reduced-motion: no-preference) {
  .hero_image_wrapper {
    transform: translateZ(0);
    will-change: transform;
  }
  
  .feature_card,
  .advantage_card {
    will-change: transform;
  }
}

/* Animación de entrada para formulario */
.contact_form .form-group {
  animation: fadeInUp 0.6s ease-out backwards;
}

.contact_form .form-group:nth-child(1) { animation-delay: 0.1s; }
.contact_form .form-group:nth-child(2) { animation-delay: 0.2s; }
.contact_form .form-group:nth-child(3) { animation-delay: 0.3s; }
.contact_form .form-group:nth-child(4) { animation-delay: 0.4s; }
.contact_form .form-group:nth-child(5) { animation-delay: 0.5s; }
.contact_form .form-group:nth-child(6) { animation-delay: 0.6s; }

/* Logo sin animación - La animación fue removida anteriormente */

/* Efecto de hover con bounce */
.feature_card:active,
.value_card:active,
.advantage_card:active {
  animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* Animación de rotación lenta para fondos */
/* Efectos de fondo animado - Ya están definidos arriba */

/* Efecto de movimiento en los controles del carousel */
.carousel-control-prev,
.carousel-control-next {
  animation: pulse 2s ease-in-out infinite;
}

/* Animación de entrada para información de contacto */
.contact_section > .container p {
  animation: fadeInUp 0.8s ease-out backwards;
}

.contact_section > .container p:nth-child(1) { animation-delay: 0.1s; }
.contact_section > .container p:nth-child(2) { animation-delay: 0.2s; }
.contact_section > .container p:nth-child(3) { animation-delay: 0.3s; }

/* Catalog Section */
.catalog_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.catalog_section .container {
  max-width: var(--max-container-width);
  margin: 0 auto;
}

.catalog_section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
  pointer-events: none;
}

.catalog_content {
  position: relative;
  z-index: 1;
}

.catalog_text_content {
  color: #ffffff;
}

.catalog_title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.catalog_description {
  font-size: 1.2rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}

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

.catalog_feature_item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
}

.catalog_feature_item svg {
  stroke: var(--primary-color);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.catalog_button_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  animation: slideInRight 0.8s ease-out 0.3s backwards;
}

.catalog_download_secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid var(--primary-color);
  animation: none;
}

.catalog_download_secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #45d045;
}

.catalog_text_content {
  animation: slideInLeft 0.8s ease-out 0.3s backwards;
}

.catalog_download_btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #45d045 100%);
  color: #ffffff;
  padding: 25px 50px;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: pulse 2s ease-in-out infinite;
}

.catalog_download_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.catalog_download_btn:hover::before {
  left: 100%;
}

.catalog_download_btn:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 20px 60px rgba(83, 226, 83, 0.4);
  background: linear-gradient(135deg, #45d045 0%, var(--primary-color) 100%);
}

.catalog_download_btn:active {
  transform: translateY(-2px) scale(1.02);
}

.catalog_download_btn svg {
  stroke: #ffffff;
  width: 30px;
  height: 30px;
  animation: float 3s ease-in-out infinite;
}

.catalog_note {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  font-style: italic;
}

/* Responsive Catalog Section */
@media (max-width: 768px) {
  .slider_section {
    padding: 20px 0 60px 0;
  }
  
  .slider_content-centered {
    padding: 40px 25px;
  }
  
  .slider_content-centered .slider_title {
    font-size: 2.5rem;
  }
  
  .slider_content-centered .slider_title-main,
  .slider_content-centered .slider_title-accent {
    font-size: 2rem;
  }
  
  .slider_content-centered .slider_description {
    font-size: 1rem;
  }
  
  .catalog_section {
    padding: 60px 20px;
  }

  .catalog_title {
    font-size: 2rem;
  }

  .catalog_description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .catalog_feature_item {
    font-size: 1rem;
  }

  .catalog_feature_item svg {
    width: 24px;
    height: 24px;
  }

  .catalog_download_btn {
    padding: 20px 35px;
    font-size: 1.1rem;
  }

  .catalog_download_btn svg {
    width: 25px;
    height: 25px;
  }
}

/* PDF Viewer Section */
.catalog_hero_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.catalog_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
  pointer-events: none;
}

.catalog_hero_content {
  position: relative;
  z-index: 1;
}

.catalog_hero_title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.8s ease-out;
}

.catalog_hero_subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  letter-spacing: 0.5px;
  animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.pdf_viewer_section {
  padding: 40px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: calc(100vh - 400px);
}

.pdf_viewer_wrapper {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: fadeInUp 1s ease-out;
}

.pdf_viewer_header {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pdf_viewer_title {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}

.pdf_viewer_title svg {
  stroke: var(--primary-color);
  width: 35px;
  height: 35px;
}

.pdf_viewer_title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.pdf_viewer_actions {
  display: flex;
  gap: 15px;
}

.pdf_download_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #45d045 100%);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pdf_download_btn:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #45d045 0%, var(--primary-color) 100%);
  color: #ffffff;
  text-decoration: none;
}

.pdf_download_btn svg {
  stroke: #ffffff;
  width: 20px;
  height: 20px;
}

.pdf_viewer_container {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background: #525252;
  overflow: hidden;
}

.pdf_viewer_object {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #525252;
}

.pdf_viewer_iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background: #525252;
}

.pdf_fallback_message {
  padding: 40px;
  text-align: center;
  color: #6c757d;
  font-size: 1.1rem;
  background: #f8f9fa;
  border-radius: 10px;
  margin: 20px;
}

.pdf_fallback_message a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.pdf_fallback_message a:hover {
  color: #45d045;
  text-decoration: underline;
}

.pdf_viewer_footer {
  padding: 20px 30px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.pdf_viewer_note {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c757d;
  font-size: 0.95rem;
  margin: 0;
}

.pdf_viewer_note svg {
  stroke: var(--primary-color);
  flex-shrink: 0;
}

.pdf_viewer_note a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}

.pdf_viewer_note a:hover {
  color: #45d045;
  text-decoration: underline;
}

/* Responsive PDF Viewer */
@media (max-width: 768px) {
  .catalog_hero_section {
    padding: 50px 20px;
  }

  .catalog_hero_title {
    font-size: 2rem;
  }

  .catalog_hero_subtitle {
    font-size: 1rem;
  }

  .pdf_viewer_section {
    padding: 20px 10px;
  }

  .pdf_viewer_header {
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pdf_viewer_title h2 {
    font-size: 1.3rem;
  }

  .pdf_viewer_title svg {
    width: 28px;
    height: 28px;
  }

  .pdf_download_btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
  }

  .pdf_viewer_container {
    height: 70vh;
    min-height: 500px;
  }

  .pdf_viewer_footer {
    padding: 15px;
  }

  .pdf_viewer_note {
    font-size: 0.85rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* Hero Image Section - Diseño Moderno */
.hero_image_section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.hero_image_section .hero_image_container {
  max-width: var(--max-container-width);
  margin: 0 auto;
}

.hero_image_container {
  max-width: var(--max-container-width);
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.hero_image_wrapper {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: #000;
  transform: perspective(1000px);
  transition: var(--transition);
}

.hero_image_wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
  transition: var(--transition);
}

.hero_image_wrapper:hover::before {
  background: linear-gradient(135deg, rgba(83, 226, 83, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.hero_image_wrapper:hover {
  transform: perspective(1000px) translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.hero_main_image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: var(--transition);
  filter: brightness(0.95);
}

.hero_image_wrapper:hover .hero_main_image {
  transform: scale(1.05);
  filter: brightness(1);
}

.hero_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  padding: 40px;
  background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.4) 0%, 
    rgba(0, 0, 0, 0.2) 50%, 
    rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
  transition: var(--transition);
}

.hero_image_wrapper:hover .hero_image_overlay {
  background: linear-gradient(to bottom, 
    rgba(83, 226, 83, 0.3) 0%, 
    rgba(0, 0, 0, 0.2) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
}

.hero_image_content {
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  animation: fadeInUp 0.8s ease-out;
}

.hero_image_title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  letter-spacing: -1px;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #53E253 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero_image_title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #53E253, transparent);
  border-radius: 2px;
}

.hero_image_description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.5px;
}

/* Efecto de borde decorativo */
.hero_image_wrapper::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #53E253, #45d045, #53E253);
  border-radius: 24px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
}

.hero_image_wrapper:hover::after {
  opacity: 0.5;
  animation: borderGlow 2s ease-in-out infinite;
}

@keyframes borderGlow {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

/* Responsive mejorado */
@media (max-width: 768px) {
  .custom_heading-container h3 {
    font-size: 1.8rem;
  }
  
  .slider_title {
    font-size: 2.5rem;
  }
  
  .slider_title-main,
  .slider_title-accent {
    font-size: 2rem;
  }
  
  .slider_img-container {
    transform: perspective(1000px) rotateY(0deg);
    padding: 20px;
    margin-bottom: 30px;
  }
  
  .slider_content {
    padding: 20px 10px;
    text-align: center;
  }
  
  .slider_description {
    font-size: 1rem;
  }
  
  .carousel-control-prev {
    left: 10px;
    width: 50px;
    height: 50px;
  }
  
  .carousel-control-next {
    right: 10px;
    width: 50px;
    height: 50px;
  }
  
  .carousel-control-icon {
    width: 20px;
    height: 20px;
  }
  
  .carousel-indicators {
    bottom: 15px;
  }
  
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  
  .carousel-indicators li.active {
    width: 24px;
  }
  
  .slider_section {
    padding: 60px 0;
  }
  
  .slider_section .row {
    min-height: auto;
  }
  
  .slider_features {
    align-items: center;
  }
  
  .slider_feature-item {
    justify-content: center;
  }
  
  .contact_section {
    padding: 60px 15px;
  }

  .contact_section form {
    padding: 40px 25px;
  }

  .contact_section .container-fluid {
    padding: 0 15px;
  }

  .hero_image_section {
    padding: 30px 15px;
  }

  .hero_image_title {
    font-size: 2rem;
  }

  .hero_image_description {
    font-size: 1rem;
    margin-top: 15px;
  }

  .hero_image_overlay {
    padding: 20px;
  }

  .hero_image_content {
    max-width: 100%;
  }
}

/* Features Section - Características Destacadas */
.features_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 20px;
}

.features_section .container {
  max-width: var(--max-container-width);
  margin: 0 auto;
}

.features_section .custom_heading-container {
  margin-bottom: 50px;
}

.feature_card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.feature_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  transform: scaleX(0);
  transition: var(--transition);
}

.feature_card:hover::before {
  transform: scaleX(1);
}

.feature_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
}

.feature_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(83, 226, 83, 0.3);
}

.feature_icon svg {
  stroke: #ffffff;
  width: 35px;
  height: 35px;
}

.feature_card:hover .feature_icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 25px rgba(83, 226, 83, 0.4);
}

.feature_card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.feature_card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* Advantages Section - Ventajas de la Página Web */
.advantages_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.advantages_section .container {
  max-width: var(--max-container-width);
  margin: 0 auto;
}

.advantages_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.advantages_section .custom_heading-container h3 {
  color: #ffffff !important;
}

.advantages_section .custom_heading-container h3::before {
  background-color: var(--primary-color) !important;
}

.advantage_card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.advantage_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(83, 226, 83, 0.1), transparent);
  transition: var(--transition);
}

.advantage_card:hover::before {
  left: 100%;
}

.advantage_card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(83, 226, 83, 0.2);
}

.advantage_card_left:hover {
  transform: translateX(10px);
}

.advantage_card_right:hover {
  transform: translateX(-10px);
}

.advantage_number {
  font-size: 4rem;
  font-weight: 900;
  color: var(--primary-color);
  opacity: 0.2;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  transition: var(--transition);
}

.advantage_card:hover .advantage_number {
  opacity: 0.4;
  transform: scale(1.2);
}

.advantage_content {
  position: relative;
  z-index: 1;
}

.advantage_content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.advantage_content p {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.advantage_card_left .advantage_number {
  left: 20px;
  right: auto;
}

/* Responsive para Features y Advantages */
@media (max-width: 768px) {
  .features_section,
  .advantages_section {
    padding: 50px 15px;
  }

  .feature_card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .feature_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .feature_icon svg {
    width: 28px;
    height: 28px;
  }

  .feature_card h4 {
    font-size: 1.2rem;
  }

  .advantage_card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }

  .advantage_number {
    font-size: 3rem;
    top: 15px;
    right: 15px;
  }

  .advantage_content h4 {
    font-size: 1.2rem;
  }

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

  .advantage_card_left:hover,
  .advantage_card_right:hover {
    transform: translateY(-5px);
  }

  .map_container {
    padding: 20px 10px;
    margin: 20px 0;
  }

  .map_iframe {
    height: 350px;
    border-radius: 15px;
  }
}

/* About Page Styles */
/* Hero About Section */
.about_hero_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
}

.about_hero_content {
  position: relative;
  z-index: 1;
}

.about_main_title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.about_subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.about_hero_description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}

/* About Content Section */
.about_content_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 20px;
}

.about_text_card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  height: 100%;
  transition: var(--transition);
}

.about_text_card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.about_section_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
}

.about_section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  border-radius: 2px;
}

.about_text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #495057;
  margin-bottom: 25px;
}

.about_text strong {
  color: var(--primary-color);
  font-weight: 700;
}

.about_highlights {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}

.highlight_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--secondary-color);
  font-weight: 500;
}

.highlight_icon {
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.about_image_wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.about_image_wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.about_main_image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: var(--transition);
}

.about_image_wrapper:hover .about_main_image {
  transform: scale(1.05);
}

.about_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(83, 226, 83, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
}

.about_image_wrapper:hover .about_image_overlay {
  opacity: 1;
}

/* Values Section */
.about_values_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
}

.about_values_section .custom_heading-container {
  margin-bottom: 50px;
}

.value_card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.value_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  transform: scaleX(0);
  transition: var(--transition);
}

.value_card:hover::before {
  transform: scaleX(1);
}

.value_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
}

.value_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(83, 226, 83, 0.3);
}

.value_icon svg {
  stroke: #ffffff;
  width: 40px;
  height: 40px;
}

.value_card:hover .value_icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 25px rgba(83, 226, 83, 0.4);
}

.value_card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.value_card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* Mission Vision Section */
.mission_vision_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.mission_vision_section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 25s linear infinite reverse;
}

.mission_card,
.vision_card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 50px 40px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
}

.mission_card::before,
.vision_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(83, 226, 83, 0.1), transparent);
  transition: var(--transition);
}

.mission_card:hover::before,
.vision_card:hover::before {
  left: 100%;
}

.mission_card:hover,
.vision_card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(83, 226, 83, 0.2);
}

.mission_icon,
.vision_icon {
  font-size: 4rem;
  margin-bottom: 25px;
  display: block;
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.vision_icon {
  animation-delay: 0.5s;
}

.mission_card h3,
.vision_card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.mission_card p,
.vision_card p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Responsive About Page */
@media (max-width: 768px) {
  .about_hero_section {
    padding: 60px 20px;
  }

  .about_main_title {
    font-size: 2.5rem;
  }

  .about_subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .about_hero_description {
    font-size: 1rem;
    padding: 0 10px;
  }

  .about_content_section {
    padding: 50px 15px;
  }

  .about_text_card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .about_section_title {
    font-size: 2rem;
  }

  .about_text {
    font-size: 1rem;
  }

  .about_highlights {
    margin-top: 20px;
    padding-top: 20px;
  }

  .highlight_item {
    font-size: 1rem;
    margin-bottom: 12px;
  }

  .highlight_icon {
    width: 25px;
    height: 25px;
    font-size: 1rem;
    margin-right: 12px;
  }

  .about_values_section,
  .mission_vision_section {
    padding: 50px 15px;
  }

  .value_card,
  .mission_card,
  .vision_card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .mission_icon,
  .vision_icon {
    font-size: 3rem;
  }

  .mission_card h3,
  .vision_card h3 {
    font-size: 1.5rem;
  }
}

/* Contact Page Styles */
/* Hero Contact Section */
.contact_hero_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
}

.contact_hero_content {
  position: relative;
  z-index: 1;
}

.contact_main_title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.contact_subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.contact_hero_description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}

/* Contact Form Section */
.contact_form_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 20px;
}

.contact_form_card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.contact_form_card:hover {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.contact_form .form-group {
  margin-bottom: 25px;
}

.contact_form input,
.contact_form select,
.contact_form textarea {
  width: 100%;
  border-radius: 12px;
  border: 2px solid transparent;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  font-size: 16px;
  transition: var(--transition);
  padding: 18px 20px;
}

.contact_form input:focus,
.contact_form select:focus,
.contact_form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 4px rgba(83, 226, 83, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.contact_form input:hover,
.contact_form select:hover,
.contact_form textarea:hover {
  box-shadow: var(--shadow-md);
}

.contact_form textarea.message-box {
  font-family: inherit;
  resize: vertical;
  min-height: 120px;
}

.contact_form button {
  background: linear-gradient(135deg, var(--primary-color) 0%, #45d045 100%);
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 50px;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: none;
  color: #ffffff;
  cursor: pointer;
}

.contact_form button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #45d045 0%, var(--primary-color) 100%);
}

/* Contact Info Section */
.contact_info_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
}

.contact_info_card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.contact_info_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  transform: scaleX(0);
  transition: var(--transition);
}

.contact_info_card:hover::before {
  transform: scaleX(1);
}

.contact_info_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
}

.contact_info_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(83, 226, 83, 0.3);
}

.contact_info_icon svg {
  stroke: #ffffff;
  width: 40px;
  height: 40px;
}

.contact_info_card:hover .contact_info_icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 25px rgba(83, 226, 83, 0.4);
}

.contact_info_card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.contact_info_card p {
  font-size: 1rem;
  line-height: 1.8;
  color: #6c757d;
  margin: 0;
}

.contact_info_card a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: var(--transition);
}

.contact_info_card a:hover {
  color: #45d045;
  text-decoration: underline;
}

/* Contact Map Section */
.contact_map_section {
  padding: 0;
}

/* Responsive Contact Page */
@media (max-width: 768px) {
  .contact_hero_section {
    padding: 60px 20px;
  }

  .contact_main_title {
    font-size: 2.5rem;
  }

  .contact_subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .contact_hero_description {
    font-size: 1rem;
    padding: 0 10px;
  }

  .contact_form_section {
    padding: 50px 15px;
  }

  .contact_form_card {
    padding: 30px 20px;
  }

  .contact_info_section {
    padding: 50px 15px;
  }

  .contact_info_card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .contact_info_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .contact_info_icon svg {
    width: 30px;
    height: 30px;
  }

  .contact_info_card h4 {
    font-size: 1.2rem;
  }
}

/* Service Page Styles */
/* Hero Service Section */
.service_hero_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service_hero_section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 30s linear infinite;
}

.service_hero_content {
  position: relative;
  z-index: 1;
}

.service_main_title {
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.service_subtitle {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.service_hero_description {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}

/* Services Content Section */
.services_content_section {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 80px 20px;
}

.services_text_card {
  background: #ffffff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  height: 100%;
  transition: var(--transition);
}

.services_text_card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.services_section_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
}

.services_section_title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  border-radius: 2px;
}

.services_text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #495057;
  margin-bottom: 25px;
}

.services_text strong {
  color: var(--primary-color);
  font-weight: 700;
}

.service_image_wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
}

.service_image_wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.service_main_image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: var(--transition);
}

.service_image_wrapper:hover .service_main_image {
  transform: scale(1.05);
}

.service_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(83, 226, 83, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: var(--transition);
}

.service_image_wrapper:hover .service_image_overlay {
  opacity: 1;
}

/* Services Grid Section */
.services_grid_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
}

.services_grid_section .custom_heading-container {
  margin-bottom: 50px;
}

.service_card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.service_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), #45d045);
  transform: scaleX(0);
  transition: var(--transition);
}

.service_card:hover::before {
  transform: scaleX(1);
}

.service_card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-color);
}

.service_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary-color), #45d045);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(83, 226, 83, 0.3);
}

.service_icon svg {
  stroke: #ffffff;
  width: 40px;
  height: 40px;
}

.service_card:hover .service_icon {
  transform: rotate(360deg) scale(1.1);
  box-shadow: 0 6px 25px rgba(83, 226, 83, 0.4);
}

.service_card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.service_card p {
  font-size: 1rem;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* Service Features Section */
.service_features_section {
  background: linear-gradient(135deg, #1a2e35 0%, #2c3e50 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.service_features_section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(83, 226, 83, 0.1) 0%, transparent 70%);
  animation: rotate 25s linear infinite reverse;
}

.feature_item {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 40px 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.feature_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(83, 226, 83, 0.1), transparent);
  transition: var(--transition);
}

.feature_item:hover::before {
  left: 100%;
}

.feature_item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--primary-color);
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(83, 226, 83, 0.2);
}

.feature_number {
  font-size: 5rem;
  font-weight: 900;
  color: var(--primary-color);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 20px;
  transition: var(--transition);
}

.feature_item:hover .feature_number {
  opacity: 0.5;
  transform: scale(1.1);
}

.feature_item h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.feature_item p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* Responsive Service Page */
@media (max-width: 768px) {
  .service_hero_section {
    padding: 60px 20px;
  }

  .service_main_title {
    font-size: 2.5rem;
  }

  .service_subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .service_hero_description {
    font-size: 1rem;
    padding: 0 10px;
  }

  .services_content_section {
    padding: 50px 15px;
  }

  .services_text_card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }

  .services_section_title {
    font-size: 2rem;
  }

  .services_text {
    font-size: 1rem;
  }

  .services_grid_section,
  .service_features_section {
    padding: 50px 15px;
  }

  .service_card,
  .feature_item {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .service_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .service_icon svg {
    width: 30px;
    height: 30px;
  }

  .service_card h4 {
    font-size: 1.2rem;
  }

  .feature_number {
    font-size: 4rem;
  }

  .feature_item h4 {
    font-size: 1.5rem;
  }

  .feature_item p {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */