/***

====================================================================
	Attachment Css Files
====================================================================

***/

@import url("global.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.css");
@import url("dark-body.css");
@import url("jquery-ui.css");
@import url("swiper.min.css");
@import url("font-awesome.css");
@import url("animation.css");
@import url("magnific-popup.css");
@import url("flaticon_mycollection.css");
@import url("jquery.bootstrap-touchspin.css");

/* ─────────────────────────────────────
   HEADER TRANSPARENTE sobre el hero
───────────────────────────────────── */

/* Estado inicial: transparente, posición absoluta sobre el hero */
.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    transition:
        background-color 0.4s ease,
        box-shadow 0.4s ease,
        padding 0.3s ease;
}

/* El .header-lower hereda el fondo transparente */
.header-transparent .header-lower {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition:
        background-color 0.4s ease,
        border-color 0.4s ease;
}

/* Logo y links blancos sobre el video */
.header-transparent .main-menu .navigation > li > a,
.header-transparent .mobile-nav-toggler .icon,
.header-transparent .social-box a {
    color: var(--white-color) !important;
    transition: color 0.3s ease;
}

.header-transparent .main-menu .navigation > li > a:hover,
.header-transparent .main-menu .navigation > li.current > a {
    color: var(--color-two) !important; /* naranja al hover */
}

/* ── Estado scrolled: header sólido (se activa con JS) ── */
.header-transparent.header-scrolled {
    position: fixed;
    background-color: var(--white-color) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-transparent.header-scrolled .header-lower {
    background-color: var(--white-color) !important;
    border-bottom-color: transparent;
}

/* Links vuelven al color oscuro al hacer scroll */
.header-transparent.header-scrolled .main-menu .navigation > li > a,
.header-transparent.header-scrolled .mobile-nav-toggler .icon,
.header-transparent.header-scrolled .social-box a {
    color: var(--color-five) !important;
}

.header-transparent.header-scrolled .main-menu .navigation > li > a:hover {
    color: var(--main-color) !important;
}

/* ── Compensar el header fixed para que no tape el hero ── */
/* El hero ya tiene min-height: 100vh, no necesita padding-top */
/* Solo si tienes páginas internas sin hero, añade esto: */
.page-with-fixed-header {
    padding-top: 90px;
}

* Por defecto (header transparente sobre hero): muestra logo blanco */
.header-transparent .logo-white {
    display: block;
}
.header-transparent .logo-default {
    display: none;
}

/* Cuando el header está scrolleado: muestra logo normal */
.header-transparent.header-scrolled .logo-white {
    display: none;
}
.header-transparent.header-scrolled .logo-default {
    display: block;
}

/* Tamaño consistente en ambos estados */
.logo img {
    transition: opacity 0.3s ease;
}

.sec-title_decoration {
    display: inline-block;
    width: fit-content;
    min-width: min(10cm, 100%);
    max-width: 100%;
    border-bottom: 3px solid var(--color-three);
    margin: 20px auto;
    padding-bottom: 0.5rem;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.sec-title_title {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    align-items: center;
    color: var(--color-two);
    font-family: "Patrick Hand", cursive;
}

.sec-title_heading {
    margin-top: 15px;
    color: var(--black-color);
    position: relative;
}

.sec-title_text {
    margin-top: 20px;
}

.sec-title.light .sec-title_title {
    color: var(--white-color);
}

.sec-title.light .sec-title_title span {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.sec-title.light .sec-title_big-title {
    -webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.3);
}

.sec-title.light .sec-title_text {
    opacity: 1;
    color: var(--white-color);
}

.sec-title.light .sec-title_heading {
    color: var(--white-color);
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.centered .sec-title_title {
    display: inline-block;
    justify-content: center;
}

/***

====================================================================
	Services One
====================================================================

***/

.services-one {
    position: relative;
    margin-top: -61px;
    z-index: 1;
}

.service-block_one {
    position: relative;
    margin-bottom: 30px;
}

.service-block_one-inner {
    position: relative;
}

.service-block_one-title {
    position: relative;
    text-align: right;
}

.service-block_one-title h5 {
    position: relative;
    z-index: 1;
    padding: 15px 40px;
    display: inline-block;
    background-color: #f4f4f4;
    border-radius: 10px 10px 0px 0px;
}

.service-block_one-title h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -24px;
    opacity: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 25px solid var(--color-three);
}

.service-block_one-inner:hover h5 {
    background-color: var(--color-three);
}

.service-block_one-inner:hover h5:before {
    opacity: 1;
    transition-delay: 100ms;
}

.service-block_one-inner:hover h5 a {
    color: var(--white-color);
}

.service-block_one-title h5 a {
    color: var(--color-five);
}

.service-block_one-image {
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0px 15px;
}

.service-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-block_one-overlay {
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(var(--black-color-rgb), 0.7);

    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.service-block_one-inner:hover .service-block_one-overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.service-block_one-icon {
    position: relative;
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 20px;
    color: var(--color-two);
    font-family: "flaticon_mycollection";
}

.service-block_one-text {
    position: relative;
    color: var(--white-color);
}

/* ────────────────────────────────────
   ABOUT COVER — sección portada completa
──────────────────────────────────── */
.about-cover {
    position: relative;
    width: 100%;
    min-height: 100vh; /* ocupa toda la pantalla */
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Imagen de fondo a pantalla completa */
.about-cover__image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.about-cover__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Capa oscura sobre la imagen */
.about-cover__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(26, 46, 26, 0.82) 0%,
        rgba(26, 46, 26, 0.55) 60%,
        rgba(26, 46, 26, 0.3) 100%
    );
}

/* Contenido sobre la imagen */
.about-cover__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 120px 0 80px;
}

.about-cover__inner {
    max-width: 680px;
    margin-left: 8%; /* alineado a la izquierda con margen */
    padding: 60px 60px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Título */
.about-cover__heading {
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 700;
    color: var(--white-color);

    margin-bottom: 24px;
    line-height: 1.15;
    font-family: "Poppins", serif;
}

.about-cover__heading span {
    color: var(--color-two); /* #f4a829 — naranja */
}

/* Texto descriptivo */
.about-cover__text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 36px;
    font-family: "Patrick Hand", cursive;
}

/* Lista de servicios */
.about-cover__list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 24px;
}

.about-cover__list li {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", serif;
}

.about-cover__list li i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--main-color); /* #6aa84f — verde */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.about-cover__list li:hover i {
    background-color: var(--color-two);
    transform: rotate(15deg) scale(1.1);
}

/* Redes sociales */
.about-cover__socials {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.about-cover__socials a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--white-color);
    border: 2px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-cover__socials a:hover {
    border-color: var(--color-two);
    background-color: var(--color-two);
    color: var(--white-color);
    transform: translateY(-3px);
}

/* ────────────────────────────────────
   RESPONSIVE
──────────────────────────────────── */
@media (max-width: 991px) {
    .about-cover__inner {
        margin-left: 5%;
        margin-right: 5%;
        padding: 48px 40px;
    }
    .about-cover__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-cover__inner {
        margin: 0 16px;
        padding: 36px 28px;
    }
    .about-cover__heading {
        font-size: 32px;
    }
    .about-cover__text {
        font-size: 15px;
    }
}

/***

====================================================================
	Video One
====================================================================

***/

.video-one {
    position: relative;
}

.video-one .inner-container {
    position: relative;
    margin-top: -65px;
}

/* Video Box */

.video-box {
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-attachment: fixed;
    background-size: cover;
}

.video-box .video-image {
    position: relative;
    margin: 0px;
    padding: 80px 15px;
}

.video-box .video-image .title {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 90px;
    color: var(--white-color);
    font-family: "Patrick Hand", cursive;
}

.video-box .video-image h2 {
    margin-top: 70px;
    color: var(--white-color);
}

.video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}

.video-box .play-box {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .play-box:before {
    position: absolute;
    content: "";
    top: -70px;
    right: -120px;
    width: 66px;
    height: 105px;
    background: url(../images/icons/arrow.png);
    background-repeat: no-repeat;
}

.video-box .video-image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-box .play-box span {
    position: relative;
    width: 110px;
    height: 110px;
    z-index: 10;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    line-height: 110px;
    font-family: "flaticon_mycollection";
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--main-color);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

/***

====================================================================
	Counter One
====================================================================

***/

.counter-one {
    position: relative;
    padding: 100px 0px 90px;
}

.counter-block_one {
    position: relative;
    margin-bottom: 30px;
}

.counter-block_one .large-icon {
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0.25;
    font-size: 90px;
    line-height: 1em;
    font-family: "flaticon_mycollection";
}

.counter-block_one-inner {
    position: relative;
    text-align: right;
    padding: 120px 30px 25px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.counter-block_one-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    background-color: #f5f5f5;
    border: 2px dashed var(--main-color);
    border-radius: 75px 25px 25px 25px;
}

.counter-block_one-inner:hover {
    border-color: var(--main-color);
}

.counter-block_one-icon {
    position: absolute;
    left: 23px;
    top: 0px;
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    border-radius: 150px;
    color: var(--white-color);
    background-color: var(--color-two);
    font-family: "flaticon_mycollection";
    box-shadow: 5px 10px 0px var(--main-color);
}

.counter-block_one-inner:hover .counter-block_one-icon {
    color: var(--white-color);
    transform: rotateY(180deg);
    background-color: var(--color-three);
}

.counter-block_one-count {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 1em;
    color: var(--color-five);
    font-family: "Patrick Hand", cursive;
}

.counter-block_one-text {
    position: relative;
    font-size: 20px;
    line-height: 34px;
    margin-top: 5px;
    color: #666666;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", serif;
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 120px 0px 110px;
}

.clients-section.style-two {
    padding: 0px 0px;
    overflow: hidden;
}

.clients-section.style-two .auto-container {
    width: 100%;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
}

.clients-section.style-two .inner-container {
    padding: 70px 0px 100px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.clients-carousel-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
}

.clients-section.style-three {
    padding: 90px 0px 110px;
    background-color: #f9fff1;
}

.client-image {
    position: relative;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
}

.client-image img {
    position: relative;
    max-width: 100%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
}

.client-image_logo--square {
    max-width: 108px;
    max-height: 86px;
    width: auto;
}

.client-image_logo--wide {
    max-width: 154px;
    max-height: 82px;
    width: auto;
}

.client-image_logo--extra-wide {
    max-width: 182px;
    max-height: 64px;
    width: auto;
}

.client-image_logo--tall {
    max-width: 98px;
    max-height: 92px;
    width: auto;
}

.client-image_logo--tall-narrow {
    max-width: 80px;
    max-height: 92px;
    width: auto;
}

.client-image_logo--compact {
    max-width: 112px;
    max-height: 76px;
    width: auto;
}

.client-image_logo--compact-sm {
    max-width: 92px;
    max-height: 70px;
    width: auto;
}

.client-image:hover img {
    opacity: 0.7;
    filter: grayscale(100%);
}

.clients-carousel-wrapper {
    cursor: grab;
}

.clients-carousel-wrapper:active {
    cursor: grabbing;
}

.clients_slider .swiper-wrapper {
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .clients-section.style-two .auto-container {
        padding: 0;
    }

    .clients-carousel-wrapper {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .clients-section.style-two .auto-container {
        padding: 0;
    }

    .clients-carousel-wrapper {
        padding: 0;
    }
}
/* ─────────────────────────────────────
   HERO COVER
───────────────────────────────────── */
.hero-cover {
    position: relative;
    width: 100%;
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

/* ── Video de fondo ── */
.hero-cover__video-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-cover__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Overlay oscuro igual que .slider-two_image-layer:before */
.hero-cover__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(var(--black-color-rgb), 0.65);
}

/* ── Contenido ── */
.hero-cover__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    padding: 160px 20px 120px;

    /* Aparición con fade-up al cargar */
    animation: heroFadeUp 1.1s cubic-bezier(0.5, 0.5, 0, 1) 0.3s both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Título ── */
.hero-cover__heading {
    font-weight: 700;
    color: var(--white-color);

    margin-bottom: 28px;
    line-height: 1.15;

    /* Clip-path reveal igual que el slider original */
    animation: clipReveal 1.3s cubic-bezier(0.5, 0.5, 0, 1) 0.6s both;
}

.hero-cover__heading span {
    color: var(--color-two); /* naranja #f4a829 */
}

/* ── Texto ── */
.hero-cover__text {
    font-size: clamp(16px, 2vw, 18px);
    max-width: 570px;
    margin: 0 auto 36px;
    line-height: 32px;
    color: var(--white-color);

    animation: clipReveal 1.3s cubic-bezier(0.5, 0.5, 0, 1) 0.9s both;
}

/* ── Botón ── */
.hero-cover__btn {
    animation: clipReveal 1.3s cubic-bezier(0.5, 0.5, 0, 1) 1.2s both;
}

/* Animación clip-path (igual que el slider original) */
@keyframes clipReveal {
    from {
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        opacity: 0;
    }
    to {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        opacity: 1;
    }
}

/* ── Flecha de scroll ── */
.hero-cover__scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: heroFadeUp 0.8s ease 1.8s both;
}

.hero-cover__scroll span {
    display: block;
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    position: relative;
}

.hero-cover__scroll span::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    border-radius: 2px;
    background: var(--color-two);
    animation: scrollBounce 1.4s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%,
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
    50% {
        opacity: 0.4;
        transform: translateX(-50%) translateY(10px);
    }
}

/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 991px) {
    .hero-cover__content {
        padding: 140px 30px 100px;
    }
}

@media (max-width: 575px) {
    .hero-cover__content {
        padding: 120px 20px 90px;
    }
    .hero-cover__text {
        font-size: 15px;
        line-height: 28px;
    }
}

/***

====================================================================
	About Gumat
====================================================================

***/
#about-gumat {
    scroll-margin-top: 120px; /* altura de tu header */
}
.about-gumat {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 80px;
}

.about-gummat_background {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-gumat_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-gumat_content {
    position: relative;
}

.about-gumat_quote {
    margin: 25px 0 30px;
    padding-left: 18px;
    border-left: 4px solid #6aa84f;
    font-style: italic;
    color: #555;
    line-height: 1.7;
}

.about-gumat_quote .quote-author {
    display: block;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    color: #333;
}
.about-gumat_quote i {
    margin-right: 8px;
    color: #6aa84f;
}

.about-block_two {
    position: relative;
    margin-bottom: 20px;
}

.about-block_two-inner {
    position: relative;
    padding-left: 90px;
}

.about-block_two-inner:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #f5f5f5;
}

.about-block_two-inner:hover .about-block_two-icon {
    color: var(--main-color);
    transform: rotateY(180deg);
}

.about-block_two-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 64px;
    color: var(--color-two);
    font-family: "flaticon_mycollection";
}

.about-block_two-inner strong {
    position: relative;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--color-five);
}

.about-gumat_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-gumat_image-outer {
    position: relative;
}

.about-gumat_image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 8px;
    display: inline-block;
}

.about-gumat_image-two {
    position: absolute;
    right: 60px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
}

.about-gumat_counter {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 30px 30px;
    border-radius: 12px 12px 12px 12px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-animation: bounce 1.8s ease-out infinite;
    animation: bounce 1.8s ease-out infinite;
}

.about-gumat_count {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 24px;
    color: var(--main-color);
    font-family: "Patrick Hand", cursive;
}

.about-gumat_count i {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-two);
    font-family: "Poppins", serif;
}

.counter-text {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: var(--color-two);
    font-weight: bold;
}
.about-gumat_list {
    position: relative;
}

.about-gumat_list li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 8px;
    color: var(--color-five);
}

.about-gumat_list li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 18px;
    color: var(--main-color);
}

.about-gumat_list li:last-child {
    margin-bottom: 0px;
}

.about-gumat_button {
    position: relative;
    margin-top: 35px;
}

/***

====================================================================
	About One
====================================================================

***/

.about-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0px 80px;
}

.about-section_bg-layer {
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about-section_content-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section_content {
    position: relative;
}

.about-block_one {
    position: relative;
    margin-bottom: 35px;
}

.about-block_one-inner {
    position: relative;
    padding-left: 90px;
}

.about-block_one-inner:hover .about-block_one-icon {
    color: var(--main-color);
    transform: rotateY(180deg);
}

.about-block_one-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 64px;
    color: var(--color-three);
    font-family: "flaticon_mycollection";
}

.about-block_one-inner strong {
    position: relative;
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--color-five);
}

.about-section_image-column {
    position: relative;
    margin-bottom: 30px;
}

.about-section_image-outer {
    position: relative;
    padding-left: 50px;
}

.about-section_image {
    position: relative;
    padding: 55px 0px;
}

.about-section_image img {
    position: relative;
    width: 100%;
    max-width: inherit;
}

.about-section_pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
}

.about-section_tomato {
    position: absolute;
    right: 80px;
    bottom: 20px;
    z-index: 10;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}

.about-section_leaf {
    position: absolute;
    right: -60px;
    bottom: 140px;
    z-index: 10;
}

.about-section_counter {
    position: absolute;
    left: 0px;
    top: -3rem;
    width: 205px;
    padding: 30px 30px;
    border-radius: 12px 12px 0px 12px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.about-section_count {
    position: relative;
    font-size: 72px;
    font-weight: 700;
    line-height: 24px;
    color: var(--gumat-accent) !important;
    font-family: "Patrick Hand", cursive;
}

.about-section_count i {
    margin-top: 1.5rem;
    position: relative;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #666666;
    font-family: "Inter", serif;
}

/***

/***

====================================================================
	Services Three
====================================================================

***/

/*** ====================================================================
    Services Three - Código Corregido y Unificado
====================================================================
***/

.services-three {
    position: relative;
    padding: 110px 0px 0px;
}

.services-three.style-two {
    padding: 0px 0px 90px;
}

.services-three_bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 600px;
    background-color: #f5f5f5;
}

.service-block_three {
    position: relative;
    margin-bottom: 30px;
}

.service-block_three-inner {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-top: 6px solid var(--color-two);
    background-color: var(--white-color);
    height: 100%; /* Asegura que todas las tarjetas midan lo mismo en la fila */
}

/* --- BLOQUE DE IMAGEN CORREGIDO --- */
.service-block_three-image {
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
    height: 300px; /* ALTURA FIJA PARA TODAS LAS IMÁGENES */
}

.service-block_three-image img {
    width: 100%;
    height: 100%; /* Obliga a la imagen a llenar el contenedor */
    display: block;
    object-fit: cover; /* EVITA DISTORSIÓN: Recorta y ajusta proporcionalmente */
    object-position: center; /* Centra el contenido de la foto */
    transition: all 500ms ease;
}

.service-block_three-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        110deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 70%
    );
    transform: translateX(-100%) skewX(-15deg);
    transition: transform 0.6s ease;
    z-index: 2;
    pointer-events: none;
}

.service-block_three-inner:hover .service-block_three-image:before {
    transform: translateX(100%) skewX(-15deg);
}

.service-block_three-inner:hover .service-block_three-image img {
    opacity: 0.7;
    transform: scale(1.1); /* Efecto de zoom suave */
}

/* --- ELEMENTOS DE DISEÑO (ICONOS Y FLECHAS) --- */
.service-block_three-arrow {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    z-index: 10;
    font-size: 34px;
    line-height: 52px;
    text-align: center;
    border-radius: 150px;
    display: inline-block;
    color: var(--color-five);
    background-color: var(--white-color);
    border: 4px solid var(--color-two);
    font-family: "flaticon_mycollection";
}

.service-block_three-icon {
    position: absolute;
    right: 30px;
    width: 80px;
    height: 80px;
    top: 260px; /* Ajustado para que flote sobre la unión de imagen y texto */
    z-index: 10;
    font-size: 48px;
    line-height: 80px;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
    font-family: "flaticon_mycollection";
    transition: all 500ms ease;
}

.service-block_three-inner:hover .service-block_three-icon {
    transform: rotateY(180deg);
    background-color: var(--color-two);
}

/* --- BLOQUE DE TEXTO --- */
.service-block_three-content {
    position: relative;
    padding: 50px 40px 40px; /* Más padding arriba por el icono flotante */
    min-height: 250px; /* Altura mínima para que el texto no mueva la caja */
}

.service-block_three-title {
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-block_three-title a {
    color: var(--color-five);
    transition: all 300ms ease;
}

.service-block_three-title a:hover {
    color: var(--color-two);
}

.service-block_three-text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 1.6em;
    height: 10rem;
}

/***

====================================================================
	Company One
====================================================================

***/

.results-section {
    position: relative;
    padding: 110px 0px 80px;
}

.results-section_image-column {
    position: relative;
    margin-bottom: 30px;
}

.results-section_image-outer {
    position: relative;
    padding-right: 30px;
}

.results-section_image {
    position: relative;
    overflow: hidden;
    margin-left: -34px;
    border-radius: 10px;
}

.results-section_image img {
    position: relative;
    width: 100%;
    display: block;
}

.results-section .counter-two {
    margin-left: -150px;
}

/***

====================================================================
	Counter Two
====================================================================

***/

.counter-two {
    position: relative;
}

.counter-block_two {
    position: relative;
    margin-bottom: 30px;
}

.counter-block_two .large-icon {
    position: absolute;
    left: 80px;
    top: 40px;
    opacity: 0.8;
    font-size: 80px;
    line-height: 1em;
    color: var(--white-color);
    font-family: "flaticon_mycollection";
}

.counter-block_two-inner:hover .large-icon {
    opacity: 0.15;
}

.counter-block_two-inner {
    position: relative;
    border-radius: 10px;
    padding: 30px 25px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f5f5f5;
}

.counter-block_two-inner:hover {
    background-color: var(--color-five);
}

.counter-block_two-icon {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 1;
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    border-radius: 150px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-two);
    font-family: "flaticon_mycollection";
}

.counter-block_two-inner:hover .counter-block_two-icon {
    color: var(--white-color);
    transform: rotateY(180deg);
    background-color: var(--color-three);
}

.counter-block_two-count {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 30px;
    color: var(--color-five);
    font-family: "Patrick Hand", cursive;
    height: 5rem;
}

.counter-block_two-inner:hover .counter-block_two-text,
.counter-block_two-inner:hover .counter-block_two-count {
    color: var(--white-color);
}

.counter-block_two-text {
    position: relative;
    font-size: 16px;
    height: 5rem;
    line-height: 30px;
    color: #666666;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", serif;
}

/***

====================================================================
	Customer One
====================================================================

***/
.crop-evolution-section {
    position: relative;
    z-index: 1;
    padding: 110px 0px 0px;
}

.crop-evolution-section .sec-title {
    margin-bottom: 25px;
}

/* TU TEXTO (SIN CAMBIOS) */
.crop-evolution-section_styled-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    padding: 0.7rem 0px;
    letter-spacing: 3px;
    color: var(--white-color);
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 53% 540%;
    background-color: var(--color-three);
}

/* 🔥 NUEVO: controlar altura de la imagen */
.crop-evolution-section_image {
    position: relative;
    height: 70vh; /* 👈 AJUSTA este valor a tu diseño */
    border-radius: 10px;
    overflow: hidden;
}

.crop-evolution-section_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* resto igual */
.crop-evolution-section_bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: var(--main-color);
}

.crop-evolution-section_content-column {
    position: relative;
    margin-bottom: 30px;
}

.crop-evolution-section_content {
    position: relative;
}

.crop-evolution-section_list {
    position: relative;
}

.crop-evolution-section_list li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 8px;
    color: var(--white-color);
}

.crop-evolution-section_list li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 18px;
    color: var(--color-two);
}

.crop-evolution-section_list li:last-child {
    margin-bottom: 0px;
}

/* Skills Section */

.skills {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.skills .skill-item {
    position: relative;
    padding-left: 120px;
    margin-bottom: 30px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: var(--white-color);
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
}

.skills.style-two .skill-item .skill-bar .bar-inner {
    background-color: #eeeeee;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    border-radius: 0px;
    border-bottom: 10px solid var(--color-three);
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
    font-size: 18px;

    color: var(--white-color);
}

.skills .count-box {
    position: absolute;
    left: 0px;
    top: 5px;
    z-index: 1;
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    color: var(--white-color);
}

.crop-evolution-section_image-column {
    position: relative;
    margin-bottom: 30px;
}

.crop-evolution-section_image-outer {
    position: relative;
    padding-left: 50px;
}

.crop-evolution-section_image {
    position: relative;
    border-radius: 10px;
}

.crop-evolution-section_image img {
    position: relative;
    width: 100%;
    display: block;
}

/* Play Box */

.customer-play_box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.customer-play_box span {
    position: relative;
    width: 160px;
    height: 160px;
    z-index: 10;
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    border-radius: 0%;
    padding-left: 4px;
    display: inline-block;
    line-height: 160px;
    font-family: "flaticon_mycollection";
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--color-two);
}

.customer-play_box .ripple,
.customer-play_box .ripple:before,
.customer-play_box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.customer-play_box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.customer-play_box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/***

====================================================================
	Testimonial Two
====================================================================

***/

.testimonial-two {
    position: relative;
    overflow: hidden;
    margin-top: -100px;
    padding: 160px 0px 80px;
}

.testimonial-two .inner-container {
    position: relative;
}

.testimonial-two .swiper-container {
    padding: 0px 15px;
}

.testimonial-two .two-item-carousel-prev {
    position: absolute;
    left: -100px;
    top: 70%;
    width: 60px;
    height: 60px;
    z-index: 10;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    transform: translateY(-50%);
    border: 2px solid rgba(var(--color-two-rgb), 1);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonial-two .two-item-carousel-prev:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.testimonial-two .two-item-carousel-next:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.testimonial-two .two-item-carousel-next {
    position: absolute;
    right: -100px;
    top: 70%;
    width: 60px;
    height: 60px;
    z-index: 10;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    transform: translateY(-50%);
    border: 2px solid rgba(var(--color-two-rgb), 1);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.testimonial-two .sec-title_text {
    max-width: 550px;
}

.testimonial-two_bg-layer:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    height: 81px;
    bottom: -40px;
    background: url(../images/background/testimonial-2-pattern.png) repeat-x;
}

.testimonial-two_bg-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 520px;
    background-color: #f5f5f5;
}

/* Testimonial Block Two */

.testimonial-block_two {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block_two-inner {
    position: relative;
    padding: 55px 40px 40px;
}

.testimonial-block_two-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-block_two .upper-box {
    position: relative;
    padding-left: 140px;
}

.testimonial-block_two-author {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial-block_two-author:before {
    position: absolute;
    content: "";
    right: -6px;
    top: -45px;
    bottom: -6px;
    left: -6px;
    border-radius: 30px 0px 100px 100px;
    background-image: linear-gradient(
        to bottom,
        #82bf42,
        #65ad42,
        #4a9b41,
        #30883f,
        #11763c
    );
}

.testimonial-block_two-author:after {
    position: absolute;
    content: "";
    right: -26px;
    top: -45px;
    border-bottom: 20px solid #757873;
    border-right: 20px solid transparent;
}

.testimonial-block_two-author img {
    position: relative;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    border: 5px solid var(--white-color);
}

.testimonial-block_two-rating {
    position: relative;
    color: var(--color-two);
}

.testimonial-block_two-text {
    position: relative;
    color: #666666;
    margin-top: 35px;
}

.testimonial-block_two-designation {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: var(--color-five);
}

.testimonial-block_two-designation span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    color: var(--color-three);
    font-family: "Patrick Hand", cursive;
}

.testimonial-block_two-icon {
    position: absolute;
    right: 130px;
    top: 40px;
    opacity: 0.1;
    line-height: 1em;
    font-size: 130px;
    color: var(--color-five);
    font-family: "flaticon_mycollection";
}

/***

====================================================================
	Projects Two
====================================================================

***/

.crop-results-section {
    position: relative;
    overflow: hidden;
}

.crop-results-section.style-two {
    padding-bottom: 110px;
}

.crop-results-section .swiper-container {
    overflow: visible;
}

.project-block_two {
    position: relative;
    margin-bottom: 30px;
}

.project-block_two-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project-block_two-image {
    position: relative;
    height: 18rem;
}

.project-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block_two-image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(
        to top,
        rgba(var(--black-color-rgb), 1) 0%,
        rgba(var(--white-color-rgb), 0) 100%
    );
}

.project-block_two-inner:hover .project-block_two-image img {
    transform: scale(1.04, 1.04) rotate(2deg);
}

.project-block_two-inner:hover .project-block_two-content {
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block_two-inner:hover .project-block_two-text {
    opacity: 1;
}

.project-block_two-content {
    position: absolute;
    left: 30px;
    z-index: 2;
    right: 30px;
    opacity: 0;
    bottom: -160px;
    border-radius: 8px;
    padding: 25px 25px;
    background-color: #f5f5f5;
}

.project-block_two-title-box {
    position: absolute;
    left: 35px;
    z-index: 2;
    right: 35px;
    bottom: 35px;
}

.project-block_two-inner:hover .project-block_two-title-box {
    bottom: -40px;
}

.project-block_two-title {
    position: relative;
    color: var(--white-color);
}

.project-block_two-title a,
.project-block_two-title span {
    position: relative;
    color: var(--color-five);
}

.project-block_two-title a:hover {
    color: var(--color-two);
}

.project-block_two-text {
    position: relative;
    margin-top: 10px;
    color: #666666;
}

.project-block_two-arrow {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    z-index: 2;
    opacity: 0;
    font-size: 22px;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    color: var(--black-color);
    transform: scale(0.2, 1);
    border-radius: 50px 50px;
    background-color: var(--color-two);
    font-family: "flaticon_mycollection";
}

.project-block_two-arrow:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

.project-block_two-inner:hover .project-block_two-arrow {
    opacity: 1;
    transform: scale(1, 1);
}

/***

====================================================================
	Marketing One
====================================================================

***/

.crop-benefits-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0px 0px;
}

.crop-benefits-section .animation_mode {
    position: relative;
    min-height: 100px;
    margin-left: 0px;
    background-color: var(--main-color);
}

.crop-benefits-section .animation_mode::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    right: 0px;
    bottom: 8px;
    background-color: var(--white-color);
    border-top: 2px solid var(--black-color);
    border-bottom: 2px solid var(--black-color);
}

.crop-benefits-section .animation_mode h1 {
    font-size: 60px;
    line-height: 1em;
    padding: 20px 0px 6px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--black-color);
}

.crop-benefits-section .animation_mode .crop-benefits-section_icon {
    position: relative;
    top: -5px;
    line-height: 1em;
    margin: 0px 15px;
    font-size: 30px;
    color: var(--main-color);
    font-family: "flaticon_mycollection";
}

.crop-benefits-section .animation_mode-two {
    position: relative;
    min-height: 100px;
    top: -90px;
    margin-left: 0px;
    background-color: var(--color-five);
}

.crop-benefits-section .animation_mode-two::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    right: 0px;
    bottom: 8px;
    border-top: 2px solid rgba(var(--white-color-rgb), 0.2);
    border-bottom: 2px solid rgba(var(--white-color-rgb), 0.2);
}

.crop-benefits-section .animation_mode-two h1 {
    font-size: 60px;
    line-height: 1em;
    padding: 20px 0px 6px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
}

.crop-benefits-section .animation_mode-two .crop-benefits-section_icon {
    position: relative;
    top: -5px;
    line-height: 1em;
    margin: 0px 15px;
    font-size: 30px;
    color: var(--main-color);
    font-family: "flaticon_mycollection";
}

/***

====================================================================
	Marketing Two
====================================================================

***/

.marketing-two {
    position: relative;
    overflow: hidden;
    margin: 0px 0px 0px;
}

.marketing-two .animation_mode {
    position: relative;
    min-height: 100px;
    margin-left: -10px;
    transform: rotate(-1deg);
    background-color: var(--main-color);
}

.marketing-two::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    background-color: var(--main-color);
}

.marketing-two .animation_mode h1 {
    font-size: 40px;
    line-height: 1em;
    padding: 30px 0px 10px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
    padding-bottom: 40px;
}

.marketing-two .animation_mode .marketing-two_icon {
    position: relative;
    top: 3px;
    line-height: 1em;
    margin: 0px 20px;
    font-size: 30px;
    color: var(--white-color);
    font-family: "flaticon_mycollection";
}

/***

====================================================================
	Faq One
====================================================================

***/

.faq-one {
    position: relative;
    overflow: hidden;
    padding: 40px 0px 80px;
}

.faq-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_content {
    position: relative;
}

.faq-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_image {
    position: relative;
    margin-left: -210px;
    margin-right: -80px;
}

/* Faq One Phone */

.faq-one_phone {
    position: absolute;
    right: 150px;
    bottom: 100px;
    font-size: 18px;
    z-index: 1;
    font-weight: 600;
    min-height: 140px;
    padding-top: 35px;
    padding-left: 170px;
    display: inline-block;
    padding-right: 40px;
    color: var(--color-two);

    font-family: "Patrick Hand", cursive;
    -webkit-animation: bounce 0.8s ease-out infinite;
    animation: bounce 0.8s ease-out infinite;
}

.faq-one_phone:before {
    position: absolute;
    content: "";
    left: 40px;
    top: 20px;
    right: 0px;
    bottom: 20px;
    z-index: -1;
    border-radius: 0px 10px 10px 0px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.faq-one_phone .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 140px;
    height: 140px;
    font-size: 60px;
    line-height: 130px;
    text-align: center;
    border-radius: 150px;
    font-weight: normal;
    color: var(--white-color);
    background-color: var(--main-color);
    border: 4px solid var(--color-two);
    font-family: "flaticon_mycollection";
}

.faq-one_phone a {
    position: relative;
    margin-top: 12px;
    display: inline-block;
    color: var(--color-five);
}

.faq-one_phone a:hover {
    color: var(--main-color);
}

/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
    z-index: 1;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 25px;
}

.accordion-box .block.active-block {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 30px;
    font-weight: 500;
    font-size: 22px;
    border-radius: 8px;
    padding: 25px 40px 25px;
    color: var(--white-color);
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-color: var(--main-color);
    font-family: "Poppins", serif;
}

.accordion-box .block .acc-btn.active {
    color: var(--white-color);
    background-color: var(--main-color);
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 8px;
    top: 9px;
    font-size: 26px;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "flaticon_mycollection";
}

.accordion-box .block .icon-outer .icon {
    position: relative;
    width: 60px;
    height: 60px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
    transform: rotate(90deg);
}

.accordion-box .block.active-block .icon {
    opacity: 1;
    color: var(--white-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 30px 30px 30px;
}

.accordion-box .block .content .text {
    line-height: 30px;
    font-size: 18px;
    opacity: 0.6;
    color: var(--black-color);
}

/***

====================================================================
	News Two
====================================================================

***/

.news-two {
    position: relative;
    padding: 0px 0px 110px;
}

.news-block_two {
    position: relative;
    margin-bottom: 30px;
}

.news-block_two-inner {
    position: relative;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.news-block_two-image {
    position: relative;
    overflow: hidden;
    background-color: var(--main-color);
}

.news-block_two-image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_two-inner:hover .news-block_two-image img {
    opacity: 0.7;
    transform: scale(1.04, 1.04) rotate(1deg);
}

.news-block_two-image:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 99;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(rgba(255, 255, 255, 0.7))
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.news-block_two-inner:hover .news-block_two-image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.news-block_two-date {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 15px;
    letter-spacing: 1px;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--color-three);
}

.news-block_two-content {
    position: relative;
    padding: 25px 25px 30px;
}

.news-block_two-meta {
    position: relative;
}

.news-block_two-meta li {
    position: relative;
    font-size: 18px;
    margin-right: 15px;
    display: inline-block;
    color: var(--color-five);
    font-family: "Poppins", serif;
}

.news-block_two-meta li:last-child {
    margin-right: 0px;
}

.news-block_two-meta li span {
    position: relative;
    margin-right: 8px;
    font-weight: 500;
    top: 2px;
    color: var(--color-three);
    font-family: "flaticon_mycollection";
}

.news-block_two-heading {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    color: var(--color-five);
}

.news-block_two-heading a {
    position: relative;
    color: var(--color-five);
}

.news-block_two-heading a:hover {
    color: var(--color-three);
}

.news-block_two-more {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 14px 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--color-three);
    font-family: "Poppins", serif;
}

.news-block_two-more:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

/***

====================================================================
	Slider Three
====================================================================

***/

.slider-three {
    position: relative;
    overflow: hidden;
}

.slider-three .swiper-slide {
    position: relative;
    padding: 280px 0px 200px;
}

.slider-three_image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-position: center center;
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.slider-three_image:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.7;
    background-color: var(--black-color);
}

.slider-three .swiper-slide-active .slider-three_image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.slider-three_content {
    position: relative;
    max-width: 700px;
    z-index: 99;
}

.slider-three .slider-three__nav {
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 9;
    width: 120px;
    height: 330px;
    margin: inherit;
    transform: translateY(-50%);
}

.slider-three .testimonial__nav-thumb {
    position: relative;
    padding: 0px;
}

.slider-three .testimonial__nav-thumb img {
    position: relative;
    cursor: pointer;
    width: 90px !important;
    height: 90px !important;
    overflow: hidden;
    border-radius: 150px;
    display: inline-block;
    border: 3px solid transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-three .testimonial__nav-thumb:hover img,
.slider-three .testimonial__nav-thumb.swiper-slide-thumb-active img {
    padding: 5px 5px;
    border-color: var(--main-color);
}

.slider-three .testimonial__nav-thumb:hover img {
    border-color: var(--main-color);
}

.slider-three .testimonial__nav-thumb img {
    position: relative;
    overflow: hidden;
}

.slider-three_title {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
    letter-spacing: 1px;
    color: var(--white-color);

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    font-family: "Patrick Hand", cursive;
}

.slider-three .swiper-slide-active .slider-three_title {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_heading {
    position: relative;
    font-weight: 700;
    line-height: 90px;
    display: block;
    font-size: 80px;
    margin-top: 30px;
    color: var(--white-color);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three_heading span {
    position: relative;
    color: var(--color-two);
}

.slider-three .swiper-slide-active .slider-three_heading {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_text {
    position: relative;
    display: block;
    line-height: 34px;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 35px;
    color: var(--white-color);

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_text {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-three_button {
    position: relative;
    gap: 40px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-three .swiper-slide-active .slider-three_button {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* Slider One Play */

.slider-three_play {
    position: relative;
    top: 2px;
}

.slider-three_play-inner {
    position: relative;
    font-weight: 500;
    min-height: 65px;
    font-size: 18px;
    padding-left: 80px;
    padding-top: 17px;
    color: var(--white-color);
}

.slider-three_video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--color-two);
}

.slider-three_video:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

/* Pagination */

.main-slider_pagination {
    position: absolute;
    left: auto !important;
    right: 100px !important;
    top: 47%;
    z-index: 99;
    height: 90px;
    width: auto !important;
}

.main-slider_pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    display: block;
    opacity: 1;
    cursor: pointer;
    border-radius: 50px;
    background: none;
    margin: 10px 0px !important;
    border: 1px solid var(--white-color);
}

.main-slider_pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

/* Arrows */

.slider-three-arrow {
    position: absolute;
    right: 98px;
    top: 50%;
    z-index: 2;
    transform: translateY(-42%);
}

.slider-three .main-slider-prev {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 70px 0px 70px;
    text-align: center;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-three .main-slider-prev::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -15px;
    width: 52px;
    height: 52px;
    z-index: -1;
    opacity: 0.15;
    border-radius: 50px;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: var(--white-color);
}

.slider-three .main-slider-prev:hover::before {
    opacity: 1;
    background-color: var(--main-color);
}

.slider-three .main-slider-next:hover::before {
    opacity: 1;
    background-color: var(--main-color);
}

.slider-three .main-slider-next::after,
.slider-three .main-slider-prev::after {
    display: none;
}

.slider-three .main-slider-next {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 70px 0px 70px;
    display: inline-block;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-three .main-slider-next::before {
    position: absolute;
    content: "";
    bottom: -25px;
    left: -15px;
    width: 52px;
    height: 52px;
    z-index: -1;
    opacity: 0.15;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--white-color);
}

/* Faq One Phone */

.signature-box {
    position: relative;
    font-size: 18px;
    z-index: 1;
    font-weight: 600;
    padding-top: 0px;
    padding-left: 120px;
    display: inline-block;
    color: var(--color-two);

    font-family: "Patrick Hand", cursive;
}

.signature-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 150px;
    background-color: var(--main-color);
    border: 4px solid var(--color-three);
}

.signature-box i {
    position: relative;
    display: inline-block;
}

/***

====================================================================
	Welcome One
====================================================================

***/

.welcome-one {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 80px;
}

.welcome-one_bg-layer {
    background-position: right bottom;
    background-repeat: no-repeat;
}

.welcome-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.welcome-one_image-outer {
    position: relative;
    padding-right: 20px;
}

.welcome-one_image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}

.welcome-one_image img {
    position: relative;
    width: 100%;
    display: block;
}

.welcome-one_image-two {
    position: absolute;
    left: -150px;
    top: 50%;
    z-index: 10;
    border-radius: 15px;
    display: inline-block;
    transform: translateY(-50%);
    border: 10px solid var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-animation: bounce 0.8s ease-out infinite;
    animation: bounce 0.8s ease-out infinite;
}

.welcome-one_image-two:before {
    position: absolute;
    content: "";
    left: 50px;
    top: 140px;
    right: -30px;
    bottom: -30px;
    z-index: -10;
    border-radius: 15px;
    background-color: var(--color-two);
}

.welcome-one_content-column {
    position: relative;
    margin-bottom: 30px;
}

.welcome-one_content-outer {
    position: relative;
    padding-top: 40px;
    margin-right: -50px;
}

.welcome-one_list {
    position: relative;
}

.welcome-one_list li {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--color-five);
}

.welcome-one_list li i {
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: var(--main-color);
    font-family: "Poppins", serif;
}

.welcome-one_list li:last-child {
    margin-bottom: 0px;
}

.welcome-one_button {
    position: relative;
    margin-top: 40px;
}

.welcome-block_one {
    position: relative;
    margin-bottom: 30px;
}

.welcome-block_one-inner {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 30px 20px 30px;
    background-color: #f5f5f5;
    border-bottom: 6px solid var(--color-two);
}

.welcome-block_one-inner:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: var(--main-color);
}

.welcome-block_one-inner:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.welcome-block_one-inner:hover .welcome-block_one-icon {
    transform: rotateY(180deg);
    color: var(--white-color);
    background-color: var(--color-three);
}

.welcome-block_one-inner:hover .welcome-block_one-title,
.welcome-block_one-inner:hover .welcome-block_one-text,
.welcome-block_one-inner:hover .welcome-block_one-number {
    color: var(--white-color);
}

.welcome-block_one-icon {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    font-size: 60px;
    line-height: 110px;
    text-align: center;
    border-radius: 150px;
    color: var(--color-two);
    background-color: var(--white-color);
    font-family: "flaticon_mycollection";
}

.welcome-block_one-title {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.welcome-block_one-title a {
    position: relative;
    color: var(--color-five);
}

.welcome-block_one-text {
    position: relative;
}

/***

====================================================================
	Contact One
====================================================================

***/

.contact-section_info-list {
    position: relative;
}

.contact-section_info-list li {
    position: relative;
    min-height: 80px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 100px;
    color: var(--color-five);
}

.contact-section_info-list li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    color: var(--white-color);
    background-color: var(--main-color);
    font-family: "flaticon_mycollection";
}

.contact-section_info-list li strong {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-top: 5px;
    color: var(--color-five);
}

.contact-section {
    position: relative;
    padding: 110px 0px 110px;
    background-color: #f5f5f5;
}

.contact-section_pattern {
    position: absolute;
    left: 0px;
    top: -20px;
    right: 0px;
    height: 48px;
    background-repeat: repeat-x;
}

.contact-section_bg-layer {
    position: absolute;
    left: 80px;
    bottom: 0px;
    width: 466px;
    height: 634px;
    background-repeat: no-repeat;
}

.contact-section_title-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section_title-outer {
    position: relative;
}

.contact-section_form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section_form-outer {
    position: relative;
    padding: 40px 40px;
    border-radius: 10px;
    margin-left: 50px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

/* Contact Form */

.contact-form {
    position: relative;
    z-index: 10;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
    text-align: center;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 28px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    background: none;
    border-radius: 8px;
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f5f5f5;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    resize: none;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
    border-radius: 15px;
    color: var(--black-color);
    background-color: #f5f5f5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 270px 0px 120px;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
}

.page-title h2 {
    text-transform: uppercase;
    color: var(--white-color);
}

.page-title .bread-crumb {
    position: relative;
    margin-top: 15px;
}

.page-title .bread-crumb li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 15px;
    padding-right: 15px;
    display: inline-block;
    color: var(--color-two);
    font-family: "Unbounded", sans-serif;
}

.page-title .bread-crumb li:first-child::before {
    position: absolute;
    right: -6px;
    top: -2px;
    content: "/";
    font-size: 22px;
    font-family: "Font Awesome 6 Free";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: var(--color-two);
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 90px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 30px;
}

/* Sidebar Title */

.sidebar-widget {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 15px;
}

/* Category List */

.category-list {
    position: relative;
    z-index: 1;
}

.category-list li {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.category-list li a {
    position: relative;
    display: block;
    font-size: 22px;
    z-index: 1;
    padding: 24px 25px 24px 85px;
    font-weight: 700;
    border-radius: 50px;
    color: var(--black-color);

    font-family: "Poppins", serif;
    background-color: var(--main-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.category-list li a:hover::before {
    opacity: 0;
}

.category-list li a:before {
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    z-index: -1;
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--white-color);
}

.category-list li span {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 58px;
    height: 58px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
    font-family: "flaticon_mycollection";
}

.category-list li a:hover span {
    background-image: none;
    background-color: var(--black-color);
}

.category-list li a:hover {
    color: var(--white-color);
    transform: rotate(2deg);
}

.category-list li:last-child {
    margin-bottom: 0px;
}

.rating-widget .widget-content {
    position: relative;
    border-radius: 50px;
    padding: 35px 50px 50px;
    background-color: #fbedff;
}

.rating-widget_rating {
    position: relative;
    font-size: 128px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: var(--black-color);
    font-family: "Poppins", serif;
}

/* Rating Widget Authors */

.rating-widget_authors {
    position: relative;
    display: flex;
    gap: 20px;
    margin-top: 25px;
    align-items: center;
}

.rating-widget_authors ul {
    position: relative;
    display: flex;
    margin-left: 20px;
}

.rating-widget_authors ul li {
    position: relative;
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin-left: -20px;
    border-radius: 50px;
    display: inline-block;
    border: 3px solid var(--white-color);
}

.rating-widget_reviews {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: var(--black-color);
    font-family: "Poppins", serif;
}

.rating-widget_title {
    position: relative;
    text-align: center;
    margin-top: 30px;
    color: var(--black-color);
}

.rating-widget_button {
    position: relative;
}

.rating-widget_title-button {
    position: relative;
    text-align: center;
    margin-top: 35px;
}

.sticky-top {
    z-index: 1;
    top: 110px;
}

.service-detail {
    position: relative;
}

.service-detail_inner {
    position: relative;
}

.service-detail_image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.service-detail_image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail_tag {
    position: absolute;
    left: 80px;
    bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 20px 20px 0px 0px;
    font-family: "Poppins", serif;
    background-color: var(--white-color);
}

.service-detail_tag span {
    position: relative;
    color: var(--color-five);
}

.service-detail_title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--black-color);
}

.service-detail_text {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 25px;
}

.service-detail_subtitle {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--black-color);
}

.service-detail_list {
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.service-detail_list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
}

.service-detail_list li:before {
    position: absolute;
    content: "\f142";
    left: 0px;
    top: 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    color: var(--white-color);
    font-family: "flaticon_mycollection";
    background-color: var(--main-color);
}

.service-detail_list-two {
    position: relative;
    margin-bottom: 20px;
}

.service-detail_list-two li {
    position: relative;
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
}

.service-detail_list-two li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #666666;
}

.service-detail_list-two li:last-child {
    margin-bottom: 0px;
}

.service-detail h4 {
    margin-bottom: 20px;
}

.service-detail_list-three {
    position: relative;
    margin-bottom: 20px;
}

.service-detail_list-three li {
    position: relative;
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
}

.service-detail_list-three li span {
    position: relative;
    display: block;
    font-weight: 600;
    color: var(--color-three);
}

.service-detail_list-three li:last-child {
    margin-bottom: 0px;
}

/***

====================================================================
	Projects Four
====================================================================

***/

.projects-four {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 110px;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    margin-top: 20px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 58px;
    height: 60px;
    width: 60px;
    font-size: 20px;
    min-width: 50px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;

    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    color: var(--black-color);
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    height: 60px;
    width: 60px;
    color: var(--white-color);
    background-image: none;
    background-color: var(--main-color);
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: var(--white-color);
    border-color: var(--color-two);
    background-color: var(--color-two);
}

/* Search Widget */

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input:focus + button {
    background-color: var(--main-color);
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    font-size: 14px;
    padding: 10px 50px 10px 25px;
    background: none;
    display: block;
    width: 100%;
    height: 64px;
    border-radius: 50px;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #f5f5f5;
}

.sidebar .search-box .form-group input::placeholder,
.sidebar .search-box .form-group textarea::placeholder {
    color: #666666;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 64px;
    width: 64px;
    display: block;
    cursor: pointer;
    line-height: 50px;
    font-weight: normal;
    border-radius: 50px;
    font-size: 16px;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--color-two);
}

.sidebar .search-box .form-group button:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

/* Post Widget */

.post-widget .widget-content {
    position: relative;
}

.post-widget .post {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.post-widget .post:last-child {
    margin-bottom: 0px;
}

.post-widget .post .thumb {
    position: relative;
    width: 100%;
    width: 100px;
    overflow: hidden;
    border-radius: 20px;
}

.post-widget .post .thumb a {
    display: block;
}

.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post-widget .post h4 {
    position: relative;
    margin-top: 5px;
}

.post-widget .post h4 a {
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-widget .post h4 a:hover {
    color: var(--main-color);
}

.post-widget .post .post-date {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;

    color: var(--color-five);
}

.post-share-options {
    position: relative;
    margin-top: 40px;
}

.post-share-options strong {
    position: relative;
    font-size: 24px;
    margin-right: 20px;
    color: var(--black-color);
    font-family: "Poppins", serif;
}

.post-share-options a {
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    border-radius: 50px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;

    border: 1px solid rgba(var(--black-color-rgb), 0.2);
}

.post-share-options a:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.social-links_title {
    position: relative;
    font-size: 24px;
    margin-right: 20px;
    color: var(--black-color);
    font-family: "Poppins", serif;
}

.social-box a {
    font-size: 1.5rem;
}
.social-box a:hover {
    color: var(--color-two);
}

/*========================================
   WhatsApp Button
==========================================*/
.whatsapp-boton {
    position: fixed;
    right: 1.5rem;
    bottom: 5.5rem;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 0.5rem 0.8rem;
    font-size: 30px;
    z-index: 1100;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    animation: brincar 1s infinite;
}

@keyframes brincar {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/***

====================================================================
	Faq Two
====================================================================

***/

.faq-two {
    position: relative;
    overflow: hidden;
    padding: 110px 0px 110px;
}

/* Map Two */

.map-one {
    position: relative;
}

.map-one iframe {
    position: relative;
    width: 100%;
    height: 480px;
}

/***

====================================================================
	Privacy Section
====================================================================

***/

.privacy-section {
    position: relative;
    padding: 100px 0px 100px;
}

.privacy-section .privacy-content {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.privacy-section .privacy-content:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.privacy-section h3 {
    color: var(--black-color);
    margin-bottom: 20px;
}

.privacy-section p {
    margin-bottom: 20px;
}

.privacy-section .date {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.privacy-section h4 {
    color: var(--black-color);
    margin-bottom: 20px;
}

.privacy-section .privacy-list {
    position: relative;
    margin-left: 20px;
}

.privacy-section .privacy-list li {
    position: relative;
    font-weight: 400;
    padding-left: 26px;
    line-height: 1.7em;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--black-color);
}

.privacy-section .privacy-list li:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--main-color);
}

/* Shop Cat */

.shop-cat {
    position: relative;
}

.shop-cat li {
    position: relative;
    margin-bottom: 15px;
}

.shop-cat li a {
    position: relative;
    font-size: 17px;
    display: block;
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 15px 50px 15px 20px;
    margin-bottom: 2px;
    border: 1px solid #eee;
    display: block;
    border-radius: 8px;
}

.shop-cat li a span {
    position: absolute;
    right: 20px;
}

.shop-cat li a:hover {
    color: var(--main-color);
}

/*Sidebar Realated Posts */

.sidebar .related-posts .post {
    position: relative;
    padding-top: 40px;
    min-height: 156px;
    padding-left: 150px;
    margin-bottom: 20px;
}

.sidebar .related-posts .post:last-child {
    margin-bottom: 0px;
    min-height: inherit;
}

.sidebar .related-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 130px;
    background-color: rgba(0, 0, 0, 0.05);
}

.sidebar .related-posts .post .post-thumb img {
    display: block;
    width: 100%;
}

.sidebar .related-posts .post h4 {
    top: -2px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    color: var(--black-color);
}

.sidebar .related-posts .post h4 a {
    color: var(--black-color);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .related-posts .post h4 a:hover {
    opacity: 1;
    color: var(--main-color);
    text-decoration: underline;
}

.sidebar .related-posts .post .price {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
    color: var(--main-color);
}

/* Shop Section */

.shop-section {
    position: relative;
}

.shop-section .items-sorting {
    position: relative;
    margin-bottom: 30px;
}

.shop-section .items-sorting .total-items {
    position: relative;
    font-size: 18px;
    color: var(--black-color);
}

.shop-section .items-sorting .total-items span {
    color: var(--main-color);
}

/* Shop Item */

.shop-item {
    position: relative;
    margin-bottom: 40px;
}

.shop-item .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.shop-item .inner-box .image {
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.04);
}

.shop-item .inner-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 1;
}

.shop-item .inner-box .image .sale {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    padding: 8px 20px;
    display: inline-block;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--black-color);
}

.shop-item .inner-box .image .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option {
    position: relative;
    top: 50%;
    margin-top: -25px;
}

.shop-item .inner-box .image .overlay-box .cart-option li {
    position: relative;
    margin: 0px 3px;
    color: var(--black-color);
    display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a {
    position: relative;
    color: var(--black-color);
    font-size: 56px;
    font-weight: 700;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .image .overlay-box .cart-option li a .fa {
    margin-bottom: 8px;
    display: inline-block;
}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
    color: var(--main-color);
}

.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block;
}

.shop-item .inner-box .lower-content {
    position: relative;
    padding: 20px 0px 0px;
}

.shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}

.shop-item .inner-box .lower-content h3 a {
    color: var(--black-color);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover {
    color: var(--main-color);
}

.shop-item .inner-box .lower-content .price {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.9;
    color: var(--black-color);
}

.shop-item .inner-box .lower-content .cart {
    position: relative;
    display: inline-block;
    font-size: 28px;
    width: 40px;
    color: var(--black-color);
}

.shop-section .lower-text {
    position: relative;
    margin-top: 30px;
}

.shop-section .lower-text .products {
    position: relative;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    z-index: 1;
    padding-bottom: 4px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 1px solid var(--black-color);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.shop-section .lower-text .products:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: var(--black-color);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.shop-section .lower-text .products:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.shop-section .lower-text .products:hover {
    color: var(--white-color);
}

/***

====================================================================
	Shop Detail
====================================================================

***/

.shop-detail {
    position: relative;
    padding: 100px 0px 70px;
}

.shop-detail_gallery-column {
    position: relative;
    margin-bottom: 30px;
}

.shop-detail_gallery-column .image {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: rgba(var(--color-two-rgb), 0.03);
}

.shop-detail_gallery-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.shop-detail_gallery-column .thumb {
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_gallery-column .thumb img {
    width: 100%;
    display: block;
}

.shop-detail_gallery-column .thumb:hover {
    border-color: rgba(var(--black-color-rgb), 0.01);
    background-color: rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_content-column {
    position: relative;
    margin-bottom: 30px;
}

.shop-detail_content-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.shop-detail_title {
    font-weight: 700;
    line-height: 1em;
    font-size: 40px;
    color: var(--black-color);
    text-transform: uppercase;
}

.shop-detail_rating {
    position: relative;
    margin-top: 20px;
}

.shop-detail_rating .fa-star {
    position: relative;
    font-size: 14px;
    color: var(--black-color);
}

.shop-detail_rating .fa-star.light {
    opacity: 0.4;
    color: var(--black-color);
}

.shop-detail_rating i {
    position: relative;
    font-size: 18px;
    margin-left: 10px;
    color: var(--black-color);
}

.shop-detail_price {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
    color: var(--black-color);
}

.shop-detail_text {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    opacity: 0.8;
    margin-top: 20px;
    margin-bottom: 30px;
    color: var(--black-color);
}

/* Item Quantity */

.item-quantity {
    position: relative;
    width: 100%;
    max-width: 115px;
    padding: 0px 45px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 30px;
    border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.quantity-box .item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 144px;
    width: 100%;
    height: 42px;
}

.quantity-box .item-quantity input.qty-spinner {
    line-height: 40px;
    height: 40px;
    width: 20px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    border: none;
    border-radius: 0;
    background: none;
    margin-right: 0px;
}

.quantity-box .item-quantity input.qty-spinner:focus {
    background: none;
}

.quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 44px;
    width: 44px;
    background: none;
    padding: 6px 0px !important;
    line-height: 30px;
    left: -40px;
    top: -40px;
    border: none !important;
    border-radius: 0px;
}

.quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 44px;
    width: 44px;
    background: none;
    padding: 6px 0px !important;
    line-height: 30px;
    right: -25px;
    top: -40px;
    border: none !important;
    border-radius: 0px;
    margin-top: 0px;
}

.quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    > .btn.bootstrap-touchspin-down:hover,
.quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    > .btn.bootstrap-touchspin-up:hover {
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\2b";
    color: var(--black-color);
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
}

.quantity-box .bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    color: var(--black-color);
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    font-family: "Font Awesome 6 Free";
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical i {
    top: 6px;
    left: 14px;
    font-size: inherit !important;
}

.quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    margin-top: 0px;
}

.shop-detail_list {
    position: relative;
    margin-top: 25px;
}

.shop-detail_list li {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--black-color);
}

.shop-detail_list li span {
    position: relative;
    font-weight: 500;
    color: var(--black-color);
    text-transform: uppercase;
    margin-right: 10px;
}

.shop-detail_socials {
    position: relative;
}

.shop-detail_socials .share {
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: var(--black-color);
    font-size: 16px;
}

.shop-detail_socials {
    position: relative;
    margin-top: 30px;
}

.shop-detail_socials li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.shop-detail_socials li a {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: var(--black-color);
    font-size: 16px;
    font-family: "Font Awesome 5 Brands";
    border: 1px solid rgba(var(--black-color-rgb), 0.05);
}

.shop-detail_socials li a:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-detail .prod-tabs {
    position: relative;
    margin-top: 30px;
}

.shop-detail .prod-tabs .tab-btns {
    position: relative;
}

.shop-detail .prod-tabs .tab-btns::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 30px;
    right: 0px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shop-detail .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    color: var(--black-color);
    line-height: 24px;
    cursor: pointer;
    font-weight: 500;
    padding: 16px 30px;
    font-size: 20px;
    margin-right: 20px;
    transition: all 500ms ease;

    background: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shop-detail .prod-tabs .tab-btns .tab-btn:last-child {
    margin-right: 0px;
}

.shop-detail .prod-tabs .tab-btns .tab-btn:hover,
.shop-detail .prod-tabs .tab-btns .tab-btn.active-btn {
    color: var(--white-color);
    background-color: var(--main-color);
}

.shop-detail .prod-tabs .tabs-content {
    position: relative;
    padding: 40px 0px 0px;
}

.shop-detail .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
    border-top: 0px;
}

.shop-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}

.prod-tabs .tabs-content p {
    line-height: 28px;
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 20px;
}

.prod-tabs .tabs-content .tab .title {
    position: relative;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--black-color);
}

/* Comments Area */

.comments-area {
    position: relative;
    padding: 40px 40px;
    background-color: rgba(var(--black-color-rgb), 0.03);
}

.comments-area .group-title {
    position: relative;
    margin-bottom: 25px;
}

.comments-area .group-title h4 {
    position: relative;
    font-weight: 700;
    color: var(--black-color);
}

.comments-content {
    position: relative;
    padding: 45px 40px;
    margin-bottom: 30px;
    background-color: var(--black-color);
}

.comment-box {
    position: relative;
    margin-bottom: 25px;
}

.comment-box:last-child {
    margin-bottom: 0px;
}

.comment-box .comment {
    position: relative;
    padding-left: 80px;
}

.comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.comment-options {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.comment-options li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.comment-options li a {
    position: relative;
    font-size: 14px;
    color: var(--color-two);
}

.comment-options li a:hover {
    color: var(--black-color);
}

.comment-box .comment-info {
    position: relative;
    font-size: 18px;
    padding-bottom: 5px;
    color: var(--black-color);
    font-family: "Lexend Deca", sans-serif;
}

.comment-box .comment-time {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
    color: var(--black-color);
}

.comment-box .text {
    position: relative;
    line-height: 28px;
    font-size: 16px;
    opacity: 0.7;
    color: var(--black-color);
    margin-top: 15px;
    margin-bottom: 15px;
}

.likes-option {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.likes-option li {
    position: relative;
    display: inline-block;
    color: var(--black-color);
    margin-left: 15px;
    padding-left: 25px;
}

.likes-option li span {
    position: absolute;
    left: 0px;
    font-family: "Font Awesome 5 Pro";
}

.comment-reply {
    position: relative;
    font-size: 14px;
    color: var(--black-color);
}

.comment-reply span {
    position: relative;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
}

.reply-comment {
    position: relative;
    margin-left: 40px;
    padding: 30px 30px;
    background-color: var(--white-color);
}

.related-products {
    position: relative;
    margin-top: 70px;
}

.related-products h3 {
    position: relative;
    margin-bottom: 25px;
    color: var(--black-color);
    text-transform: uppercase;
}

/***

====================================================================
	Cart Section
====================================================================

***/

.shoping-cart-section {
    position: relative;
    padding: 110px 0px 50px;
}

.shoping-cart-section .cart-column {
    position: relative;
    margin-bottom: 30px;
}

.shoping-cart-section .cart-column .inner-column {
    position: relative;
}

.shoping-cart-section .cart-table {
    width: 100%;
    min-width: 740px;
}

.cart-total-outer {
    position: relative;
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    border-radius: 0px;
    font-size: 16px;

    color: var(--color-two);
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 0px 15px 20px;
    min-width: 120px;
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color);
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}

.cart-table tbody tr td {
    line-height: 24px;
    min-width: 100px;
    vertical-align: middle;
    padding: 20px 10px 5px;
}

.cart-table .prod-title {
    font-weight: 500;
    font-size: 16px;
    color: var(--black-color);
}

.cart-table .prod-text {
    font-weight: 400;
    font-size: 16px;
    color: rgba(var(--black-color-rgb), 0.8);
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 90px;
    text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 70px;
    left: 0px;
    top: 0px;
    padding: 10px 10px;
    border: 1px solid #f0f0f0;
}

.cart-table .cross-icon {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    font-size: 6px;
    font-weight: 700;
    cursor: pointer;
    line-height: 16px;
    text-align: center;
    border-radius: 50px;
    color: var(--white-color);
    font-family: "Font Awesome 6 Free";
    background-color: var(--main-color);
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h3 {
    margin-bottom: 10px;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: var(--color-two);
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 2px solid #ececec;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 14px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: #f0f0f0;
    color: var(--white-color);
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}

.cart-table tbody tr .remove {
    text-align: center;
}

.cart-table tbody tr .remove-btn:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0px;
    background: var(--main-color);
}

.cart-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
}

.cart-table tbody tr td.price {
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
}

.cart-table tbody tr td.sub-total {
    font-weight: 500;
    font-size: 15px;
    color: var(--black-color);
}

.shoping-cart-section .total-column {
    position: relative;
    margin-bottom: 25px;
}

.shoping-cart-section .total-column .inner-column {
    position: relative;
}

.shoping-cart-section .total-column .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    color: var(--black-color);
}

.shoping-cart-section .total-column .title-box h6 {
    color: var(--black-color);
}

.cart-total-box {
    position: relative;
    padding: 30px 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.cart-totals {
    position: relative;
}

.cart-totals li {
    position: relative;
    padding: 15px 0px;
    font-size: 18px;
    color: var(--black-color);
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.cart-totals li span {
    position: absolute;
    right: 0px;
}

.shoping-cart-section .check-box {
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
}

.shoping-cart-section .check-box label {
    color: #2b2b2b;
}

.shoping-cart-section .check-box label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 30px;
    font-size: 16px;
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label {
    border-color: 0px;
}

.shoping-cart-section .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.shoping-cart-section .check-box label:before {
    position: absolute;
    left: 0;
    top: 6px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    content: "";
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shoping-cart-section .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.shoping-cart-section .check-box input[type="checkbox"] {
    display: none;
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:before {
    border: 8px solid var(--main-color);
    background-color: var(--white-color);
}

.shoping-cart-section .check-box input[type="checkbox"]:checked + label:after {
    max-width: 20px;
    opacity: 1;
}

/* Shipping Outer */

.shipping-outer {
    position: relative;
}

.shipping-outer .cart-shipping-box {
    position: relative;
    padding: 20px 30px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

/* Cart Totals */

.shipping-list {
    position: relative;
}

.shipping-list li {
    position: relative;
    padding: 15px 0px;
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--black-color);
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-outer .buttons-box {
    position: relative;
    margin-top: 25px;
}

/* Checkout Section */

.checkout-section {
    position: relative;
    padding: 100px 0px 80px;
}

.checkout-section h4 {
    margin-bottom: 25px;
    color: var(--black-color);
}

.checkout-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

.checkout-section .form-column .inner-column {
    position: relative;
}

.checkout-section .order-column {
    position: relative;
    margin-bottom: 30px;
}

.checkout-section .order-column .inner-column {
    position: relative;
}

/***

====================================================================
	Shipping Form
====================================================================

***/

.shipping-form .form-group {
    margin-bottom: 30px;
}

.shipping-form .form-group:last-child {
    margin-bottom: 0px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"],
.shipping-form .form-group select,
.shipping-form .form-group .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    line-height: 45px;
    padding: 10px 25px;
    height: 70px;
    border-radius: 0px;
    font-size: 16px;
    color: var(--black-color);
    background: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .form-group .ui-button .ui-icon {
    top: 11px;
}

.shipping-form .form-group textarea::-webkit-input-placeholder,
.shipping-form .form-group input::-webkit-input-placeholder {
    color: var(--black-color);
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus {
    border-color: var(--main-color);
}

.shipping-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    height: 200px;
    resize: none;
    font-size: 16px;
    border-radius: 0px;
    padding: 20px 25px 25px;
    color: var(--black-color);
    background: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.06);
}

.shipping-form .check-box {
    position: relative;
}

.shipping-form .check-box label {
    color: var(--black-color);
}

.shipping-form .check-box label {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 22px;
    padding: 4px 10px 0px;
    padding-left: 30px;
    font-size: 18px;
    display: inline;
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.shipping-form .check-box input[type="checkbox"]:checked + label {
    border-color: var(--main-color);
}

.shipping-form .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}

.shipping-form .check-box label:before {
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    background: #ffffff;
    content: "";
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.shipping-form .check-box label:after {
    position: absolute;
    left: 0px;
    top: 0;
    height: 15px;
    line-height: 15px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.shipping-form .check-box input[type="checkbox"] {
    display: none;
}

.shipping-form .check-box input[type="checkbox"]:checked + label:before {
    border: 8px solid var(--main-color);
    background-color: var(--white-color);
}

.shipping-form .check-box input[type="checkbox"]:checked + label:after {
    max-width: 20px;
    opacity: 1;
}

.shipping-form .theme-btn {
    cursor: pointer;
}

.order-box {
    position: relative;
    padding: 25px 25px;
    border: 1px solid rgba(var(--black-color-rgb), 0.1);
}

.order-totals {
    position: relative;
}

.order-totals li {
    position: relative;
    font-weight: 600;
    padding: 18px 25px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.order-totals li span {
    position: absolute;
    right: 25px;
    font-weight: 500;
    color: var(--black-color);
}

.order-totals li:last-child {
    color: var(--white-color);
    background-color: var(--black-color);
}

.order-totals li:last-child span {
    color: var(--white-color);
}

/* Voucher Box */

.voucher-box {
    position: relative;
}

.voucher-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding-right: 100px;
}

.voucher-box .form-group input[type="text"],
.voucher-box .form-group input[type="email"] {
    position: relative;
    line-height: 38px;
    display: block;
    height: 54px;
    width: 100%;
    font-weight: 500;
    border-radius: 0px;
    box-shadow: inherit;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 15px 10px 25px;
    color: var(--black-color);
    background-color: rgba(var(--white-color-rgb), 1);
    border: 1px solid rgba(var(--black-color-rgb), 0.07);
}

.voucher-box .form-group input::placeholder,
.voucher-box .form-group textarea::placeholder {
    color: var(--black-color);
}

.voucher-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: 500;
    padding: 12px 24px;
    font-size: 14px;
    color: var(--white-color);

    background-color: var(--black-color);
}

.order-box .order-total {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color);
    margin-top: 30px;
}

.order-box .order-total span {
    position: absolute;
    right: 0px;
}

.order-box .button-box {
    position: relative;
    margin-top: 30px;
}

.order-box .pay-btn {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 17px 15px;
    border-radius: 6px;
    font-weight: 600;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--black-color);
}

.order-box .pay-btn:hover {
    letter-spacing: 2px;
    background-color: var(--black-color);
}

/***

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    text-align: center;
    padding: 100px 0px 100px;
}

.error-section .content {
    position: relative;
}

.error-section h1 {
    line-height: 1em;
    font-size: 340px;
    font-weight: 800;
    color: rgba(var(--black-color-rgb), 0.15);
}

.error-section h2 {
    margin-top: 15px;
}

.error-section .text {
    line-height: 1.8em;
    font-size: 18px;
    color: var(--color-five);
    margin-top: 25px;
}

.error-section .button-box {
    margin-top: 30px;
}

.error-section .button-box .theme-btn {
    border-radius: 0px;
    padding: 18px 40px;
}

.expand-section {
    width: 80%;
    margin: 0 auto;
    border-radius: 35px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .expand-section {
        width: 90%;
    }
}

/* ═══════════════════════════════
   VARIABLES BASE
═══════════════════════════════ */
:root {
    --gumat-primary: #2e7d32;
    --gumat-dark: #1b1b1b;
    --gumat-light: #f5f7f3;
    --gumat-accent: #8bc34a;
    --gumat-text: #555;
}

/* Reset suave */
section {
    padding: 100px 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    color: var(--gumat-dark);
}

p {
    color: var(--gumat-text);
    line-height: 1.8;
    font-size: 16px;
}

.auto-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.hero-gumat {
    background:
        linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
        url("../images/background/soil-bg.jpg") center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 140px 0;
}

.hero-gumat__logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.hero-gumat h1 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.hero-gumat p {
    font-size: 18px;
    color: #eaeaea;
    max-width: 700px;
    margin: 0 auto;
}

/* HERO VIDEO SECTION */
.hero-video-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 140px 0;
    text-align: center;
}

/* VIDEO BACKGROUND */
.hero-video__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-video__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.hero-video__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* CONTENIDO ENCIMA DEL VIDEO */
.hero-video__content {
    position: relative;
    z-index: 3;
}

/* LOGO */
.hero-video__logo {
    max-width: 180px;
    margin-bottom: 25px;
}

/* TITULO */
.hero-video__content h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 3.5rem;
}

/* PARRAFO */
.hero-video__content p {
    font-size: 18px;
    color: #eaeaea;
    max-width: 1000px;
    margin: 0 auto;
}

/* ═══════════════════════════════
   ABOUT
═══════════════════════════════ */
.about-gumat {
    background: #fff;
}

.about-gumat__content ul {
    padding-left: 20px;
    margin: 20px 0;
}

.about-gumat__content ul li {
    margin-bottom: 8px;
    font-weight: 500;
}

.about-gumat__image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ═══════════════════════════════
   ORIGEN
═══════════════════════════════ */
.origin-gumat {
    text-align: center;
}

.origin-gumat p {
    max-width: 950px;
    margin: 15px auto;
}

/* ═══════════════════════════════
   BIOESTIMULANTE
═══════════════════════════════ */
.bio-gumat {
    background-color: #f9fff1;
}
.bio-gumat img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.bio-gumat h4 {
    margin-top: 25px;
    color: var(--gumat-primary);
}

/* SECCIÓN ÁCIDOS HÚMICOS Y FÚLVICOS */
.acids-gumat {
    position: relative;
    background-image: url("../images/resource/5576b7a3-1dbe-4782-891f-15d4cfb68cf4-AVLazzpaoeh4V9Jg.avif");
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 80px 20px;
    overflow: hidden;
}

/* Overlay oscuro para legibilidad */
.acids-gumat__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Contenido relativo al overlay */
.acids-gumat__content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

/* Título principal */
.acids-gumat__title {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 1.2;
    color: white;
}

/* Bloques de ácido */
/* Bloques mitad y mitad con espacio */
.acids-gumat__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* espacio entre los bloques */
    justify-content: center;
    margin-top: 20px;
}

.acids-gumat__block {
    flex: 1 1 calc(50% - 15px); /* Mitad menos la mitad del gap */
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
}

.acids-gumat__block-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffd700; /* Dorado para resaltar */
}

.acids-gumat__block-text {
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

/* Texto resumen */
.acids-gumat__summary {
    font-size: 18px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

/* ═══════════════════════════════
   PRESENTACIONES
═══════════════════════════════ */
.presentaciones-gumat {
    background: var(--gumat-light);
    padding: 80px 20px;
}

/* Títulos */
.presentaciones-gumat h2,
.presentaciones-gumat h3,
.presentaciones-gumat h4 {
    margin-bottom: 20px;
}

.presentaciones-gumat h3 {
    color: var(--gumat-primary);
}

.presentaciones-gumat p {
    line-height: 1.55;
    margin: 0 auto 10px;
    max-width: 34rem;
}
/* Bloques dentro de row */
.presentaciones-gumat__blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; /* espacio entre columnas */
    justify-content: center;
}

/* Cada bloque */
.presentaciones-gumat__block {
    flex: 1 1 calc(33.333% - 20px); /* tres columnas con gap uniforme */
    background: #fff;
    padding: 25px 35px 35px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    max-width: 360px;
}

.presentaciones-gumat__block p {
    max-width: 26rem;
}

/* Imagen en la parte superior */
.presentaciones-gumat__img {
    max-width: 15rem;
    margin-bottom: 20px;
}

/* Hover efecto */
.presentaciones-gumat__block:hover {
    transform: translateY(-8px);
}

/* Responsive: móvil 100% */
@media (max-width: 991px) {
    .presentaciones-gumat__block {
        flex: 1 1 100%;
    }

    .presentaciones-gumat__img {
        max-width: 120px;
    }

    .presentaciones-gumat h4 {
        line-height: 1.25;
    }
}

@media (max-width: 767px) {
    .presentaciones-gumat {
        padding: 60px 16px;
    }

    .presentaciones-gumat h2 {
        line-height: 1.15;
        margin-bottom: 16px;
    }

    .presentaciones-gumat h3 {
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .presentaciones-gumat h4 {
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .presentaciones-gumat p {
        font-size: 16px;
        line-height: 1.45;
        max-width: 18rem;
        margin-bottom: 8px;
    }

    .presentaciones-gumat__blocks {
        gap: 22px;
    }

    .presentaciones-gumat__block {
        padding: 24px 20px 28px;
    }

    .presentaciones-gumat__block p {
        max-width: 16rem;
    }
}

.descargas-gumat__buttons a {
    margin: 0 10px 10px;
}
/* ═══════════════════════════════
   BOTÓN PRINCIPAL
═══════════════════════════════ */
.btn-style-principal {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 6px;
    display: inline-block;
    color: #fff;
    background: var(--gumat-primary);
    text-decoration: none;
    transition: all 0.35s ease;
    margin: 8px;
}

.btn-style-principal:hover {
    background: #1b5e20;
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

/* Efecto brillo */
.btn-style-principal::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transform: skewX(-25deg);
    transition: 0.6s;
}

.btn-style-principal:hover::before {
    left: 130%;
}

/* ═══════════════════════════════
   CONTACTO
═══════════════════════════════ */
.contacto-gumat {
    background: var(--gumat-dark);
    color: #fff;
}

.contacto-gumat h2 {
    color: #fff;
}

.contacto-gumat p {
    color: #ddd;
}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width: 991px) {
    section {
        padding: 70px 0;
    }

    .hero-gumat h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message,
.php-email-form-reserv .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message,
.php-email-form-reserv .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .loading,
.php-email-form-reserv .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before,
.php-email-form-reserv .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--gumat-accent);
    border-top-color: var(--gumat-primary);
    animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes php-email-form-reserv-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-click {
    pointer-events: none;
}

.footer-links li {
    color: var(--gumat-accent);
}


