﻿/**
* Template Name: Sanpra Busisnes
* Updated: Mar 1 2025 with Bootstrap v5.2.3
* Author: rikyo
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: 'Yeseva One';
    src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    background-color: #daf1ff;
}

.portfolio-details {
    margin-top: 10rem;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    color: #444;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        color: #37596d;
        text-decoration: none;
    }

    a:active,
    a:hover {
        outline: 0 none;
    }

body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

.btn-primary {
    background-color: #37596d;
    border-color: #37596d;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio-container {
    padding: 0 !important;
}

.portfolio .portfolio-flters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
    }

        .portfolio .portfolio-flters li:hover,
        .portfolio .portfolio-flters li.filter-active {
            color: var(--color-primary);
        }

        .portfolio .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 30rem;
    overflow: hidden;
    background-color: white;
    margin-bottom: 1.5rem;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
        position: relative;
        z-index: 1;
        padding: 1.56rem;
    }

    .portfolio .portfolio-wrap a {
        display: block;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        padding: 20px 20px;
        background-color: #fff;
        position: relative;
        border-top: 1px solid #f3f3f3;
        z-index: 2;
    }

        .portfolio .portfolio-wrap .portfolio-info.catalog {
            height: 14rem;
            max-height: 14rem;
            overflow: hidden;
        }

            .portfolio .portfolio-wrap .portfolio-info.catalog .product-name {
                width: 100%; /* Cambiado de 240px a 100% para mejor adaptabilidad */
            }

                .portfolio .portfolio-wrap .portfolio-info.catalog .product-name h4 a {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    line-height: 1.4;
                    max-height: calc(1.4em * 2);
                }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
        }

            .portfolio .portfolio-wrap .portfolio-info h4 a {
                color: var(--color-default);
                transition: 0.3s;
                text-decoration: none;
            }

                .portfolio .portfolio-wrap .portfolio-info h4 a:hover {
                    color: var(--color-primary);
                }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #6c757d;
            font-size: 13px;
            line-height: 13px;
            margin-bottom: 1rem;
        }

        .portfolio .portfolio-wrap .portfolio-info span {
            font-size: 1.5rem;
            color: #4c8fb7;
        }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }

/* Estilo para el contenedor Isotope */
.portfolio-container {
    width: 100%;
    margin: 0 auto;
}

/* Estilo para los items de la galería - MODIFICADO */
.portfolio-item {
    break-inside: avoid;
    width: 310px;
}

    /* Estilo para las imágenes - MODIFICADO */
    .portfolio-item img {
        height: 200px;
        object-fit: cover;
        display: block;
    }

/* Controles del carrito */
.cart-controls-container {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.cart-control {
    background: #f8f9fa;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.3s;
}

    .cart-control:hover {
        background: #e9ecef;
    }

.cart-counter {
    width: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
}



    .add-to-cart:hover {
        background-color: #3a7a9c;
    }

.add-to-cart-form {
    padding: 0 20px 15px;
}

.add-to-cart-feedback {
    padding: 0 20px 15px;
    color: green;
    font-weight: bold;
}

/*.portfolio-container {
    padding: 0 !important;
}

.portfolio .portfolio-flters {
    padding: 0 0 20px 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .portfolio .portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 0;
        font-size: 18px;
        font-weight: 500;
        margin: 0 10px;
        line-height: 1;
        transition: all 0.3s ease-in-out;
    }

        .portfolio .portfolio-flters li:hover,
        .portfolio .portfolio-flters li.filter-active {
            color: var(--color-primary);
        }

        .portfolio .portfolio-flters li:first-child {
            margin-left: 0;
        }

        .portfolio .portfolio-flters li:last-child {
            margin-right: 0;
        }

@media (max-width: 575px) {
    .portfolio .portfolio-flters li {
        font-size: 14px;
        margin: 0 5px;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    background-color: white;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
        position: relative;
        z-index: 1;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        padding: 20px 20px;
        background-color: #fff;
        position: relative;
        border-top: 1px solid #f3f3f3;
        z-index: 2;        
    }

    .portfolio .portfolio-wrap .portfolio-info.catalog {
        height: 9.375rem;
        max-height: 9.375rem;
        overflow: hidden;
    }
        .portfolio .portfolio-wrap .portfolio-info.catalog .product-name {
            width: 240px;
        }

            .portfolio .portfolio-wrap .portfolio-info.catalog .product-name h4 a {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 1.4;
                max-height: calc(1.4em * 2);
            }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 18px;
            font-weight: 600;
        }

            .portfolio .portfolio-wrap .portfolio-info h4 a {
                color: var(--color-default);
                transition: 0.3s;
            }

                .portfolio .portfolio-wrap .portfolio-info h4 a:hover {
                    color: var(--color-primary);
                }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #6c757d;
            font-size: 13px;
            line-height: 13px;
            margin-bottom: 1rem;
        }

        .portfolio .portfolio-wrap .portfolio-info span {
            font-size: 1.5rem;
            color: #4c8fb7;
        }

    .portfolio .portfolio-wrap:hover img {
        transform: scale(1.1);
    }*/

    /* Estilo para el contenedor Isotope */
    /*.portfolio-container {
        width: 100%;
        margin: 0 auto;
    }*/

    /* Estilo para los items de la galería */
    /*.portfolio-item {
        width: 300px;
        margin-bottom: 20px;
        break-inside: avoid;
    }*/

        /* Estilo para las imágenes */
        /*.portfolio-item img {
            height: 200px;
            object-fit: cover;
            display: block;
        }*/
/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
    width: 25rem;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #4c8fb7;
    opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}

.portfolio-details .swiper-button-prev,
.portfolio-details .swiper-button-next {
    width: 48px;
    height: 48px;
}

    .portfolio-details .swiper-button-prev:after,
    .portfolio-details .swiper-button-next:after {
        color: rgba(255, 255, 255, 0.8);
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 24px;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .portfolio-details .swiper-button-prev:hover:after,
    .portfolio-details .swiper-button-next:hover:after {
        background-color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 575px) {

    .portfolio-details .swiper-button-prev,
    .portfolio-details .swiper-button-next {
        display: none;
    }
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .portfolio-details .portfolio-info h3:after {
        content: "";
        position: absolute;
        display: block;
        width: 50px;
        height: 3px;
        left: 0;
        bottom: 0;
        background-color: #4c8fb7;
    }

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

    .portfolio-details .portfolio-info ul li {
        display: flex;
        flex-direction: column;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .portfolio-details .portfolio-info ul strong {
        text-transform: uppercase;
        font-weight: 400;
        color: #9c9c9c;
        font-size: 12px;
    }

.portfolio-details .portfolio-info .btn-visit {
    padding: 8px 40px;
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
}

    .portfolio-details .portfolio-info .btn-visit:hover {
        background: #009d8b;
    }

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.portfolio-details .portfolio-description .testimonial-item {
    padding: 30px 30px 0 30px;
    position: relative;
    background: white;
    height: 100%;
    margin-bottom: 50px;
}

    .portfolio-details .portfolio-description .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        float: left;
        margin: 0 10px 0 0;
    }

    .portfolio-details .portfolio-description .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 15px 0 5px 0;
        padding-top: 20px;
    }

    .portfolio-details .portfolio-description .testimonial-item h4 {
        font-size: 14px;
        color: #6c757d;
        margin: 0;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-left,
    .portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
        color: #009d8b;
        font-size: 26px;
        line-height: 0;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .portfolio-details .portfolio-description .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
        transform: scale(-1, -1);
    }

    .portfolio-details .portfolio-description .testimonial-item p {
        font-style: italic;
        margin: 0 0 15px 0 0 0;
        padding: 0;
    }

/*--------------------------------------------------------------
# Catalog
--------------------------------------------------------------*/
.cart-controls-container {
    display: flex;
    align-items: center;
}

    .cart-control {
        width: 3rem;
        height: 38px;
        background-color: lightgray;
        border: none;
    }
        .cart-control.decrement {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }
        .cart-control.increment {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

        .cart-counter {
            width: 50px;
            height: 38px;
            text-align: center;
            border: none;
            background-color: lightgray;
        }

        .cart-control i{
            color: #37596d;
            font-size: 27px;
            line-height: 36px;
            font-weight: bolder;
        }

        .cart-control:hover {
            background: #e0e0e0;
        }

/*.add-to-cart {
    background-color: #4c8fb7;
}*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #37596d;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #60ccdc;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
select,
textarea,
input[type=text],
input[type=date],
input[type=url],
input[type=email],
input[type=password],
input[type=tel],
button,
button[type=submit] {
    -moz-appearance: none;
    box-shadow: none !important;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}

::-moz-selection {
    background: #37596d;
    text-shadow: none;
}

::selection {
    background: #37596d;
    text-shadow: none;
}

.area-padding {
    padding: 70px 0px 80px;
}

.area-padding-2 {
    padding: 70px 0px 50px;
}

.area-padding-3 {
    padding: 100px 0px 80px;
}

.area-padding-4 {
    padding-left: 100px;
}



.padding-2 {
    padding-bottom: 90px;
}

.section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
}

    .section-headline h2::after {
        border: 1px solid #333;
        bottom: -20px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 100%;
    }

.sec-head {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 60px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0.5);
}

    #header .logo {
        align-content: center;
    }

    #header.header-scrolled {
        background: rgba(0, 0, 0, 0.8);
        height: 54px;
    }

    #header .logo h1 {
        font-family: "Yeseva One", sans-serif;
        font-size: 25px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        line-height: 25px;
    }

        #header .logo h1 span {
            color: #37596d;
        }

        #header .logo h1 a,
        #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

@media (max-width: 768px) {
    #header {
        height: 64px;
        background: rgba(0, 0, 0, 0.8);
    }

        #header .logo h1 {
            font-size: 28px;
        }
}

.header-bg {
    background: url(../img/background/page-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 60px;
}

    .header-bg::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

@media (min-width: 1025px) {
    .header-bg {
        background-attachment: fixed;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar .languaje {
        padding: 5px 3px;
    }

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

        .navbar li {
            position: relative;
        }

        .navbar li span {
            line-height: 31px;
        }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.3125rem .5rem;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 20px;
            line-height: 0;
        }

        .navbar a span {
            padding: 0 .45em !important;
            height: 18px;
            line-height: 18px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus {
            color: #4c8fb7;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 14px;
            text-transform: none;
            color: #0d2529;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #37596d;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 2, 2, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 7rem;
        left: 7rem;
        border-radius: 1rem;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0d2529;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #37596d;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #37596d;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}

@media (max-height: 500px) {
    #hero {
        height: 150vh;
    }
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #hero .carousel-item::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.7);
    }

    #hero .carousel-item.active {
        background-image: url(/img/hero-carousel/1.png)
    }

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
}

#hero .container {
    text-align: center;
}

#hero h2 {
    font-family: "Yeseva One", sans-serif;
    color: #fff;
    margin-bottom: 20px;
    font-size: 5rem;
    font-weight: 700;
}

@media (max-width: 1240px) {
    #hero h2 {
        font-size: 3rem;
        line-height: 1.2;
    }
}

#hero p {
    font-family: "Yeseva One", sans-serif;
    width: 80%;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #hero p {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #hero p {
        font-size: 28px;
        line-height: 1.2;
    }
}

#hero .carousel-fade {
    overflow: hidden;
}

    #hero .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #hero .carousel-fade .carousel-inner .carousel-item,
    #hero .carousel-fade .carousel-inner .active.carousel-item-start,
    #hero .carousel-fade .carousel-inner .active.carousel-item-end {
        opacity: 0;
    }

    #hero .carousel-fade .carousel-inner .active,
    #hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
    #hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-fade .carousel-inner .carousel-item-next,
        #hero .carousel-fade .carousel-inner .carousel-item-prev,
        #hero .carousel-fade .carousel-inner .active.carousel-item-start,
        #hero .carousel-fade .carousel-inner .active.carousel-item-end {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

#hero .carousel-control-prev,
#hero .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #37596d;
}

    #hero .btn-get-started:hover {
        background: #fff;
        color: #37596d;
    }

/*--------------------------------------------------------------
# Common to : About | Vision | Mision
--------------------------------------------------------------*/
.single-well > a {
    display: block;
}

.single-well p {
    font-size: 1.2rem;
    color: #444;
    text-align: justify;
}

.single-well > a img {
    width: 35rem;
    padding: 10px;
    border-radius: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
    background-color: #f9f9f9;
}

/*--------------------------------------------------------------
# Vision
--------------------------------------------------------------*/
.vision-area {
    background-color: white;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
    color: #444;
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}

.section-headline.services-head > h2 {
    margin-bottom: 25px;
}

.services-details {
    padding-top: 40px;
    transition: all 0.5s ease 0s;
}

    .services-details:hover h4,
    .services-details:hover .services-icon {
        color: #37596d;
    }

.row.second-row {
    margin-top: 40px;
}

.section-head > h2 {
    color: #333;
}

.single-services > h4 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
}

.single-services > p {
    color: #333;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    display: block;
    margin-right: -15px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

    .team-member::before {
        background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        margin-right: -15px;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        transition: 5s;
        transform: scale(1);
    }

    .team-member:hover.team-member::before {
        transform: scale(1.2);
    }

.single-team-member {
    border: 1px solid #ddd;
}

.team-left-text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-left-text p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.email-news {
    display: block;
    margin: 30px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .email-news .email_button input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 13px;
        padding: 8px;
        width: 81%;
    }

    .email-news .email_button > button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #fff;
        color: #fff;
        float: left;
        font-size: 16px;
        padding: 8px 12px;
        text-align: center;
    }

        .email-news .email_button > button:hover {
            background: #37596d;
            border: 1px solid #fff;
            color: #fff;
        }

.team-left-icon ul li {
    display: inline-block;
}

    .team-left-icon ul li a:hover {
        color: #37596d;
        background: #fff;
        border: 2px solid #fff;
    }

    .team-left-icon ul li a {
        border: 2px solid #fff;
        color: #fff;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 37px;
        margin: 0 3px;
        width: 40px;
    }

.team-member-carousel .single-team-member {
    overflow: hidden;
    width: 100%;
}

.single-team-member:hover .team-img a:after {
    opacity: 1;
}

.single-team-member:hover .team-social-icon {
    top: 45%;
    opacity: 1;
}

.team-img {
    position: relative;
}

    .team-img > a {
        display: block;
    }

        .team-img > a::after {
            background: rgba(0, 0, 0, 0.7);
            bottom: 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            transition: all 0.5s ease 0s;
            width: 100%;
            opacity: 0;
        }

.team-social-icon {
    left: 50%;
    margin-left: -61px;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: 1.3s;
}

    .team-social-icon ul li {
        display: inline-block;
    }

        .team-social-icon ul li a {
            border: 1px solid #fff;
            border-radius: 50%;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            height: 34px;
            width: 34px;
            margin: 0 3px;
        }

            .team-social-icon ul li a i {
                line-height: 0;
            }

            .team-social-icon ul li a:hover {
                color: #fff;
                border: 1px solid #37596d;
                background: #37596d;
            }

.team-content {
    padding: 10px 0px;
}

    .team-content > h4,
    .team-content > p {
        color: #444;
        margin-bottom: 5px;
    }

    .team-content.head-team p {
        margin-bottom: 0;
    }

.team-left-icon.text-center {
    margin-bottom: 20px;
}

.head-team h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
    background: url(../img/background/reviews-bg.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.work-left-text {
    background: #37596d none repeat scroll 0 0;
}

.work-right-text {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

    .work-right-text h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
    }

    .work-right-text h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 34px;
        text-transform: uppercase;
    }

    .work-right-text .sus-btn {
        margin-left: 0;
        margin-top: 20px;
    }

.single-awesome-4 {
    display: block;
    float: left;
    overflow: hidden;
    width: 33.33%;
}

    .single-awesome-4 .add-actions {
        padding: 10px 20px;
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
    background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.4s ease 0s;
    background: #fff;
}

    .pri_table_list h3 span {
        font-size: 16px;
    }

    .pri_table_list ol li {
        border-bottom: 1px solid #ccc;
        color: #666;
        padding: 12px 15px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .pri_table_list li.check {
        font-weight: 600;
    }

        .pri_table_list li.check i {
            color: #37596d;
            line-height: 0;
            font-size: 24px;
            margin-right: 5px;
        }

    .pri_table_list li.cross {
        text-decoration: line-through;
        color: #999;
    }

        .pri_table_list li.cross i {
            color: #999;
            line-height: 0;
            font-size: 24px;
            margin-right: 5px;
        }

    .pri_table_list button {
        background: #444 none repeat scroll 0 0;
        border: 1px solid #444;
        color: #fff;
        margin-bottom: 25px;
        padding: 10px 35px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
        border-radius: 30px;
    }

    .pri_table_list > h3 {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        line-height: 25px;
        padding: 30px 0 20px;
        text-transform: uppercase;
        transition: all 0.4s ease 0s;
    }

    .pri_table_list ol {
        list-style: outside none none;
        margin: 0;
        padding: 0 0 25px;
    }

    .pri_table_list.active {
        transition: all 0.4s ease 0s;
        position: relative;
        overflow: hidden;
    }

.saleon {
    background: #37596d none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    left: -26px;
    padding: 2px 25px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}

.active > h3 {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333;
    transition: all 0.4s ease 0s;
}

.active > button {
    background: #37596d none repeat scroll 0 0;
    border: 1px solid #37596d;
    color: #fff;
    transition: 0.4s;
}

    .active > button:hover {
        background: #333 none repeat scroll 0 0;
        border: 1px solid #333;
        color: #fff;
        transition: 0.4s;
    }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("../img/background/slider-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

    .testimonials::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
    }

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        text-align: center;
        color: #fff;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50%;
            border: 6px solid rgba(255, 255, 255, 0.15);
            margin: 0 auto;
        }

        .testimonials .testimonial-item h3 {
            font-size: 20px;
            font-weight: bold;
            margin: 10px 0 5px 0;
            color: #fff;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #ddd;
            margin: 0 0 15px 0;
        }

        .testimonials .testimonial-item .quote-icon-left,
        .testimonials .testimonial-item .quote-icon-right {
            color: rgba(255, 255, 255, 0.4);
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 auto 15px auto;
            color: #eee;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: rgba(255, 255, 255, 0.5);
            opacity: 1;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #37596d;
        }

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
    background: #37596d none repeat scroll 0 0;
    padding: 30px 0;
}

.suscribe-text {
    display: block;
    padding: 10px 0;
}

    .suscribe-text h3 {
        color: #fff;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #37596d;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
}

    .sus-btn:hover {
        background: #37596d none repeat scroll 0 0;
        border: 2px solid #fff;
        color: #fff;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
    height: auto;
    width: 100%;
}

.contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
}

.contact-content-right {
    padding: 100px;
}

.single-icon i {
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: #37596d;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

#google-map {
    height: 370px;
    margin-bottom: 20px;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

    .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        animation: animate-loading 1s linear infinite;
    }

.php-email-form input,
.php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

    .php-email-form input:focus,
    .php-email-form textarea:focus {
        border-color: #37596d;
    }

.php-email-form input {
    padding: 10px 15px;
}

.php-email-form textarea {
    padding: 12px 15px;
}

.php-email-form button[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
    height: auto;
    width: 100%;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    text-decoration: none;
}

.blog-btn {
    border-bottom: 1px dotted #444;
    color: #444;
    display: inline-block;
    padding: 0 1px 5px 0;
    position: relative;
    text-decoration: none;
}

.blog-btn {
    position: relative;
}

    .blog-btn::after {
        content: "\f178";
        font-family: fontawesome;
        position: absolute;
        right: -20px;
        top: 1px;
        transition: all 0.3s ease 0s;
    }

    .blog-btn:hover::after {
        right: -30px;
    }

    .blog-btn:hover {
        color: #333;
        text-decoration: none;
    }

.blog_meta span.date_type i {
    margin-left: 5px;
}

.blog-meta span.comments-type {
    margin-left: 5px;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-content .blog-meta {
    border-bottom: 1px dotted #333;
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

    .comments-type > a,
    .date-type,
    .blog-meta span.comments-type {
        color: #333;
        letter-spacing: 1px;
        margin-right: 5px;
    }

    .blog-meta .comments-type i {
        padding-right: 0 !important;
    }

.blog-content-right .comments-type > a,
.blog-content-right .date-type,
.blog-content-right .blog-meta span.comments-type,
.blog-content-right .blog-text p {
    color: #fff;
    letter-spacing: 1px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

    .single-blog .ready-btn:hover {
        border: 1px solid #37596d;
        color: #fff;
    }

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
    position: relative;
}

.blog-page .banner-box {
    margin-bottom: 40px;
}

.search-option input {
    border: medium none;
    padding: 6px 15px;
    width: 80%;
}

.search-option {
    border: 1px solid #ccc;
    height: 42px;
    margin-bottom: 30px;
}

    .search-option button {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        font-size: 20px;
        padding: 8px 23px;
    }

        .search-option button:hover {
            color: #37596d;
        }

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

    .left-blog li {
        border-bottom: 1px solid #ddd;
        display: block;
    }

    .left-blog ul li a {
        color: #444;
        display: block;
        font-size: 14px;
        padding: 10px;
        text-transform: capitalize;
    }

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

    .ready-btn:hover {
        color: #fff;
        background: #37596d;
        border: 1px solid #37596d;
        text-decoration: none;
    }

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
}

    .pst-content p a:hover,
    .left-blog ul li a:hover {
        color: #37596d;
    }

.blog-page .single-blog {
    margin-bottom: 40px;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
    color: #fff;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0 10px;
}

.blog-1 .banner-box {
    margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
}

    .left-tags .left-side-tags ul li a {
        padding: 3px 10px;
        width: auto;
    }

.left-side-tags h4 {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
    color: #363636;
    font-size: 22px;
    text-transform: uppercase;
}

.post-information {
    padding: 20px 0;
}

    .post-information .entry-meta span a {
        color: #444;
        display: inline-block;
        padding: 10px 0;
    }

.entry-meta span a:hover {
    color: #37596d;
}

.post-information .entry-meta {
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

    .post-information .entry-meta span i {
        padding: 0 10px;
    }

.entry-content > p {
    color: #444;
}

.entry-meta > span {
    color: #444;
}

.entry-content blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 5px solid #37596d;
    font-size: 17.5px;
    font-style: italic;
    margin: 0 0 20px 40px;
    padding: 22px 20px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #37596d;
    border-color: #37596d;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.social-sharing {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: block;
    margin: 30px 0;
}

    .social-sharing > h3 {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        padding: 20px 10px;
    }

.sharing-icon {
    display: inline-block;
    float: right;
    padding: 13px 10px;
}

    .sharing-icon a {
        border: 1px solid #444;
        color: #444;
        display: block;
        float: left;
        font-size: 18px;
        height: 34px;
        line-height: 30px;
        margin-left: 10px;
        text-align: center;
        width: 34px;
    }

        .sharing-icon a:hover {
            color: #37596d;
            border: 1px solid #37596d;
        }

.single-blog .author-avatar {
    float: left;
    margin-right: 10px;
}

.single-blog .author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}

.author-info {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
}

.single-post-comments {
    margin-bottom: 60px;
    max-width: 650px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #777;
    font-size: 20px;
    text-transform: uppercase;
}

    .author-description h2 a {
        color: #000;
    }

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #909295;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

li.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 60px;
}

span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}

.comment-respond textarea#message-box {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 130px;
    width: 100%;
}

.comment-respond input[type=submit] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #37596d;
    border-radius: 20px;
    box-shadow: none;
    color: #444;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 14px;
    margin-top: 20px;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.comments-content-wrap span a {
    color: #000;
}

    .comments-content-wrap span a:hover {
        color: #37596d;
    }

.comment-respond input[type=submit]:hover {
    border: 1px solid #37596d;
    color: #fff;
    background: #37596d;
}

.single-blog .blog-pagination {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
    background: #232f3e;
}

.footer-area {
    padding: 40px 0 0;
}

    .footer-area .area {
        border-bottom: 1px solid white;
        padding-bottom: 2rem;
    }

.footer-head p {
    color: #FFFF;
}

.footer-head h4 {
    color: #4c8fb7;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 20px;
}

    .footer-logo h2 {
        color: #FFFF;
        padding: 0;
        margin: 0;
        font-size: 36px;
        font-weight: bold;
        line-height: 1;
    }

        .footer-logo h2 span {
            color: #4c8fb7;
        }

.footer-icons ul li {
    display: inline-block;
}

    .footer-icons ul li a {
        border: 1px solid #444;
        color: #444;
        display: block;
        font-size: 16px;
        height: 40px;
        line-height: 38px;
        margin-right: 5px;
        text-align: center;
        width: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
    }

        .footer-icons ul li a i {
            line-height: 0;
        }

.flicker-img > a {
    float: left;
    padding: 1px;
    width: 33.33%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #FFFF;
    font-weight: 700;
}

.popular-tag ul li {
    display: inline-block;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
    background: #FFFF;
    border: 1px solid #37596d;
    color: #fff;
}

.popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #FFFF;
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin: 5px 3px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
}

.footer-area-bottom {
    padding: 15px 0 40px;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #FFFF;
}

.copyright-text a {
    color: #FFFF;
}

.copyright > p {
    margin-bottom: 0;
    color: #FFFF;
}

.copyright a,
.credits a {
    color: #FFFF;
}

.credits {
    padding-top: 5px;
    text-align: center;
    color: #FFFF;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
    .work-right-text {
        padding: 150px 150px;
    }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .slider-content {
        padding: 146px 0;
    }

    .work-right-text {
        padding: 40px 0;
    }

        .work-right-text h2 {
            font-size: 18px;
            line-height: 28px;
        }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .layer-1-1 h2 {
        font-size: 24px;
    }

    .layer-1-2 h1 {
        font-size: 31px;
        line-height: 38px;
        padding: 0px 30px;
    }

    .tab-menu ul.nav li a {
        padding: 10px 16px;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        width: 40%;
    }

    .team-content.text-center > h4 {
        font-size: 20px;
    }

    .sus-btn {
        margin-left: 0;
    }

    .suscribe-text h3 {
        font-size: 16px;
        padding-right: 20px;
    }

    .work-right-text h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .work-right-text {
        padding: 36px 0;
    }

        .work-right-text h2 {
            font-size: 14px;
            line-height: 22px;
        }

        .work-right-text .ready-btn {
            font-size: 13px;
            padding: 7px 20px;
            margin-top: 5px;
        }

    .single-awesome-portfolio {
        width: 33.33%;
    }

    .widget-product a img {
        display: block;
        float: none;
        width: 100%;
    }

    .widget-product .product-info {
        display: block;
        float: none;
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .map-column {
        margin-left: 0;
        padding-right: 40px;
    }

    .post-information .entry-meta {
        font-size: 13px;
        padding: 5px 0;
    }

        .post-information .entry-meta span a {
            padding: 4px 0;
        }

    .service-pic {
        margin-bottom: 30px;
        text-align: center;
    }

    .single-add-itms {
        width: 50%;
    }

    .left-sidebar-title > h4 {
        font-size: 18px;
    }

    .contact-form {
        margin-top: 0px;
    }

    .search-option input {
        width: 67%;
    }
}

/* small mobile :320px. */
@media (max-width: 767px) {
    .slider-area {
        margin-top: 60px;
    }

    .slider-content {
        padding: 80px 0;
    }

        .slider-content h2 {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .slider-content h1 {
            font-size: 20px !important;
            line-height: 26px !important;
        }

    .layer-1-3 a.ready-btn {
        padding: 8px 15px;
    }

    .section-headline h2 {
        font-size: 30px;
    }

    .well-middle {
        text-align: justify;
    }

        .well-middle .single-well {
            margin-top: 30px;
        }

    .single-skill {
        margin-bottom: 40px;
    }

    .tab-menu {
        margin-top: 30px;
    }

        .tab-menu ul.nav li a {
            padding: 8px 6px;
        }

    .wellcome-text {
        margin: 0px;
        padding: 70px 0px;
    }

    .subs-feilds {
        width: 100%;
    }

    .suscribe-input input {
        width: 60%;
    }

    .suscribe-input button {
        font-size: 15px;
        padding: 14px 10px;
        width: 40%;
    }

    .section-headline h3 {
        font-size: 25px;
    }

    .well-text > h2 {
        font-size: 18px;
    }

    .well-text p {
        display: none;
    }

    .single-team-member {
        margin-bottom: 30px;
    }

    .service-right {
        width: 100%;
    }

    .service-images:hover .overly-text {
        display: none;
    }

    .portfolio-area {
        padding-top: 0px;
    }

    .project-menu li a {
        padding: 8px 12px;
        margin: 10px 4px;
    }

    .pri_table_list {
        margin-bottom: 30px;
    }

    .single-awesome-project,
    .portfolio-2 .single-awesome-project {
        width: 100%;
        float: none;
    }

    .single-blog {
        margin-bottom: 30px;
    }

    .sus-btn {
        margin-left: 0;
        margin-top: 30px;
    }

    .contact-form {
        margin-top: 30px;
    }

    .head-team h5 {
        font-size: 22px;
    }

    .footer-content {
        margin-bottom: 30px;
    }

    .header-bottom h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .page-area .slider-content {
        padding: 500px 0;
    }

    .search-option input {
        width: 74%;
    }

    .header-bottom h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    li.threaded-comments {
        margin-left: 0;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .submitbtn {
        float: none;
        width: 99.8%;
    }

    .icons-bottom ul li a {
        height: 40px;
        line-height: 37px;
        width: 40px;
    }

    .blog-post-dlc ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .awesome-portfolio-content .portfolio-2 {
        width: 50%;
    }

    .gallary-details .single-awesome-portfolio {
        width: 50%;
    }

    .tab-menu ul.nav li a {
        padding: 8px 20px;
    }
}

@media (max-width: 575px) {
    .slider-content {
        padding: 0;
    }
}


.map-responsive {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

    .map-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        border: 0;
    }

/*--------------------------------------------------------------
# Shopping cart
--------------------------------------------------------------*/
#cart {
    background-color: #e5e7eb;
    /*height: 100vh;*/
    display: flex;
    justify-content:center;
    padding: 120px 0;
}

.cart-container {
    margin: 0 4rem;
    padding: 2rem;
    background: white;
    border-top: 5px solid #37596d;
}

    .cart-title {
        font-size: 2rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .cart-table {
        width: 100%;
        /*border-collapse: separate;*/
        /*border-spacing: 1rem;*/
        margin-bottom: 2rem;
    }

    .cart-item {
        display: flex;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        transition: transform 0.2s, box-shadow 0.2s;
        margin: 10px 5px;
    }

        .cart-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

    .product-info{
        display: flex;
        flex-direction: column;
        margin: 1.56rem 1.25rem;
        width: 17.8rem;
    }

    .product-info .product-name{
        margin-bottom: .5rem;
    }

    .product-image {
        display: flex;
        justify-content: center;
        padding: 10px 5px;
        width: 150px;
    }
        .product-image img {
            height: 120px;
            object-fit: cover;
            display: block;
        }

    .cart-item-trash{
        background: none;
        border: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
        .cart-item-trash:hover i {
            color: red;
        }

    .product-name {
        font-weight: 600;
        color: #2c3e50;
        font-size: 1.1rem;
    }

    .product-price {
        font-weight: 600;
        color: #3498db;
    }

    .product-total {
        font-weight: 700;
        color: #27ae60;
    }

    .product-delete {
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding: 3rem;
    }

        .product-delete i {
            font-size: 1.5rem;
        }

    .quantity-input {
        width: 70px;
        height: 30px;
        text-align: center;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 0.5rem;
    }

    .btn-update {
        background-color: #f8f9fa;
        border-color: #dee2e6;
        color: #495057;
        margin-left: 0.5rem;
    }

        .btn-update:hover {
            background-color: #e9ecef;
        }

    .btn-remove {
        background-color: #e74c3c;
        color: white;
        border: none;
    }

        .btn-remove:hover {
            background-color: #c0392b;
        }

    .cart-actions {
        display: flex;
        justify-content: space-between;
        margin-top: 2rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

.cart-review-container{

}

.btn-continue {
    background-color: #3498db;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
}

    .btn-continue:hover {
        background-color: #2980b9;
        color: white;
    }

.btn-checkout {
    background-color: #27ae60;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
}

    .btn-checkout:hover {
        background-color: #219653;
        color: white;
    }

.empty-cart {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-cart-icon {
    font-size: 3rem;
    color: #7f8c8d;
    margin-bottom: 1rem;
}

.empty-cart-text {
    font-size: 1.2rem;
    color: #7f8c8d;
    margin-bottom: 1.5rem;
}

.alert-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}

    .alert-link:hover {
        text-decoration: underline;
    }

.bi {
    margin-right: 0.5rem;
}

.cart-summary {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.summary-label {
    font-weight: 500;
    color: #7f8c8d;
}

.summary-value {
    font-weight: 600;
}

.summary-total {
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
    padding-top: 1rem;
    font-size: 1.1rem;
}

    .summary-total .summary-label {
        color: #2c3e50;
    }

    .summary-total .summary-value {
        color: #27ae60;
        font-size: 1.2rem;
    }

@media (max-width: 768px) {
    .cart-table {
        display: block;
        overflow-x: auto;
    }

    .cart-actions {
        flex-direction: column;
    }

        .cart-actions a {
            width: 100%;
            text-align: center;
            margin-bottom: 1rem;
        }
}

@media (max-width: 1200px) {
    #cart {
        flex-direction: column;
    }

    .cart-review-container {
        padding: 4rem;
    }
}

.policies {
    margin-top: 10rem;
    padding: 5rem 10rem;
    font-size: 1.125rem;
}

    .policies h1{
        font-size:2.5rem;
    }

    .policies h3 {
        margin-top: 2rem;
        font-size: 2rem;
    }

    .policies p {
        font-size: 1.125rem;
        text-align: justify;
    }

    .policies ol li{
        list-style: lower-alpha;
    }

    .policies ul {
        margin-top: 0;
        margin-bottom: 1rem;
        padding-left: 2rem;
    }

    .policies ul li{
        list-style: disc;
    }


/*Policies*/
.policy-header {
    background: linear-gradient(135deg, #154360, #1f618d);
    font-size: 1.125rem;
    padding: 100px 0 40px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .policy-header h1 {
        font-size: 2.5rem;
        margin-bottom: 10px;
        color: white;
    }

    .policy-header p {
        font-size: 1.1rem;
        opacity: 0.9;
        color: white;
    }

.intro-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .intro-section p {
        margin-bottom: 15px;
        font-size: 1.05rem;
    }

.policy-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .policy-section:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.section-title {
    color: #154360;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.section-content {
    padding-left: 15px;
}

    .section-content p {
        margin-bottom: 15px;
    }

.highlight {
    background-color: #eaf2f8;
    border-left: 4px solid #1f618d;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.note {
    background-color: #fff8e1;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.note p {
    color: black !important;
}

.warning {
    background-color: #ffeaea;
    border-left: 4px solid #e74c3c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.data-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.data-type {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

    .data-type h4 {
        color: #154360;
        margin-bottom: 10px;
    }

.rights-section {
    background: linear-gradient(135deg, #154360, #1f618d);
    color: white;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
}

    .rights-section h3 {
        margin-bottom: 15px;
        font-size: 1.4rem;
        color: white;
    }

.rights-list {
    list-style-type: none;
    margin: 15px 0;
}

    .rights-list li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .rights-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #ffc107;
            font-weight: bold;
        }

.cookies-info {
    background-color: #f0f7ff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.cookie-types {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.cookie-type {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    flex: 1;
    min-width: 200px;
}

    .cookie-type h4 {
        color: #154360;
        margin-bottom: 10px;
    }

.policy-footer {
    background-color: #154360;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    border-radius: 10px 10px 0 0;
}

.policy-footer p{
    color: white;
}

.policy-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-title {
    color: #1e4a6e;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.section-content {
    padding-left: 15px;
}

    .section-content p {
        margin-bottom: 15px;
    }

.highlight {
    background-color: #e8f4fc;
    border-left: 4px solid #2a5a8c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.warning {
    background-color: #ffeaea;
    border-left: 4px solid #e74c3c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.deadlines {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.deadline-item {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
}

    .deadline-item h4 {
        color: #1e4a6e;
        margin-bottom: 10px;
    }

    .deadline-item p {
        font-size: 0.9rem;
    }

.solutions-section {
    background: linear-gradient(135deg, #1e4a6e, #2a5a8c);
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    color: white;
}
    .solutions-section h3, .solutions-section h4, .solutions-section p{
        color: white;
    }

    .solutions-section h3 {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

.solutions-list {
    list-style-type: none;
}

    .solutions-list li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .solutions-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #ffc107;
            font-weight: bold;
        }

.requirements-list {
    margin-left: 20px;
    margin-bottom: 15px;
}

    .requirements-list li {
        margin-bottom: 10px;
    }

.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.payment-method {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    flex: 1;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.contact-info {
    background: linear-gradient(135deg, #1a5276, #2874a6);
    color: white;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
}

    .contact-info h3, .contact-info p {
        color: white;
    }

    .contact-info h3 {
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .contact-info ul {
        list-style-type: none;
    }

    .contact-info li {
        margin-bottom: 10px;
        padding-left: 25px;
        position: relative;
    }

        .contact-info li:before {
            content: "➤";
            position: absolute;
            left: 0;
            color: #ffc107;
        }

.faq-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-question {
    color: #0d4a6c;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 600;
}

.faq-answer {
    padding-left: 15px;
    margin-bottom: 30px;
}

    .faq-answer p {
        margin-bottom: 15px;
    }

.intro-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

    .intro-section p {
        margin-bottom: 15px;
        font-size: 1.05rem;
    }

.terms-section {
    background: white;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-title {
    color: #1a3c5c;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.section-content {
    padding-left: 15px;
}

    .section-content p {
        margin-bottom: 15px;
    }

.highlight {
    background-color: #e8f4fc;
    border-left: 4px solid #2a4c7d;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.note {
    background-color: #fff8e1;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.warning {
    background-color: #ffeaea;
    border-left: 4px solid #e74c3c;
    padding: 15px;
    margin: 15px 0;
    border-radius: 0 4px 4px 0;
}

.subsection-title {
    color: #2a4c7d;
    margin: 20px 0 15px 0;
    font-size: 1.3rem;
}

.prohibited-activities {
    background-color: #f0f7ff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

    .prohibited-activities ul {
        margin-left: 20px;
    }

    .prohibited-activities li {
        margin-bottom: 10px;
    }

@media (max-width: 768px) {
    header h1 {
        font-size: 2rem;
    }

    .policy-section {
        padding: 15px;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .deadline-item {
        min-width: 100%;
    }

    .faq-section {
        padding: 15px;
    }

    .faq-question {
        font-size: 1.2rem;
    }

    .policy-section {
        padding: 15px;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .payment-method {
        min-width: 100%;
    }

    .policy-section {
        padding: 15px;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .data-type, .cookie-type {
        min-width: 100%;
    }

    .policy-section {
        padding: 15px;
    }

    .section-title {
        font-size: 1.3rem;
    }

    .terms-section {
        padding: 15px;
    }

    .section-title {
        font-size: 1.3rem;
    }
}

/* ===== E-COMMERCE STYLES ===== */

/* Hero Section con aspecto comercial */
.ecommerce-hero {
    /*background: linear-gradient(135deg, #1a3c5c 0%, #37596d 100%);*/
    background-image: url(/img/hero-carousel/1.png);
    height: 100vh;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content {
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary-large, .btn-secondary-large {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 1.25rem;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 24px;
    padding: 12px 30px;
}

    .btn-primary-large:hover, .btn-secondary-large:hover {
        text-decoration: none;
        color: white;
        transform: translateY(-2px);
    }

    .btn-secondary-large:hover {
        border-color: #194c6b;
        color: #194c6b !important;
    }

    /*  .btn-secondary-large:hover, .btn-secondary-large a:hover {
        border-color: #4c8fb7;
        color: #4c8fb7 !important;
    }*/
    /* Product Grid Mejorada */
    .products-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 2rem;
        margin-top: 2rem;
    }

.product-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff6b35;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.product-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 1.5rem;
}

.product-category {
    color: #6c757d;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.product-description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.price-current {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
}

.price-original {
    font-size: 1rem;
    color: #6c757d;
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.btn-add-to-cart {
    background: #37596d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    width: 100%;
    transition: background 0.3s ease;
    cursor: pointer;
}

    .btn-add-to-cart:hover {
        background: #2a4758;
    }

/* Header de E-commerce */
.ecommerce-header {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-top {
    background: #2c3e50;
    color: white;
    padding: 8px 0;
    font-size: 0.9rem;
}

.header-main {
    padding: 1rem 0;
}

.search-bar {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

    .search-bar input {
        flex: 1;
        padding: 10px 15px;
        border: 2px solid #37596d;
        border-right: none;
        border-radius: 25px 0 0 25px;
    }

    .search-bar button {
        background: #37596d;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 0 25px 25px 0;
        cursor: pointer;
    }

.header-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.cart-icon {
    position: relative;
    color: #2c3e50;
    text-decoration: none;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff6b35;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Featured Categories */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.category-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    cursor: pointer;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-card:hover .category-image {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,1));
    color: white;
    padding: 1.5rem;
}

.category-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Testimonials de E-commerce */
.testimonials-ecommerce {
    background: #f8f9fa;
    padding: 4rem 0;
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
}

.testimonial-rating {
    color: #ffc107;
    margin-bottom: 1rem;
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.testimonial-author {
    font-weight: 600;
    color: #2c3e50;
}

/* Newsletter Section */
.newsletter-section {
    background: linear-gradient(135deg, #37596d 0%, #2c3e50 100%);    
    padding: 4rem 0;
    text-align: center;
}

    .newsletter-section h2, .newsletter-section p{
        color: white;
    }

    .newsletter-form {
        display: flex;
        max-width: 400px;
        margin: 2rem auto 0;
    }

    .newsletter-form input {
        flex: 1;
        padding: 12px 15px;
        border: none;
        border-radius: 25px 0 0 25px;
    }

    .newsletter-form button {
        background: #ff6b35;
        color: white;
        border: none;
        padding: 12px 25px;
        border-radius: 0 25px 25px 0;
        cursor: pointer;
        font-weight: 600;
    }

/* Quick Actions */
.quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 3rem 0;
}

.action-card {
    text-align: center;
    padding: 2rem 1rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

    .action-card:hover {
        transform: translateY(-5px);
    }

.action-icon {
    font-size: 2.5rem;
    color: #37596d;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .products-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .search-bar {
        margin: 1rem 0;
    }
}