/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.loc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
 
.loc-wrapper {
    width: 100%;
}

.loc-container {
    /* padding: 20px; */
    display: flex;
    justify-content: space-between;
    /* gap: 20px; */
}

.loc-content {
    width: 100%;
}
.loc-wrapper * {
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
ul.breadcrumb {
    padding: 10px 16px 0px 0px;
    list-style: none;
    margin-bottom: 45px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 20px;
    font-family: 'MONTSERRAT';
}
ul.breadcrumb li+li:before {
    padding: 4px;
    color: black;
    content: "/\00a0";
}
/* ul.breadcrumb li a {
    color: #363636;
    text-decoration: none;
} */
.loc-term-group {
    margin-top: 40px;
}
.loc-card-link {
    font-size: 12px;
    color: #9acd32;
    text-decoration: none;
}
.loc-card-body {
    position: absolute;
    bottom: 50px;
    top: 50px;
    left: 15px;
    right: 15px;
    z-index: 2;
    text-align: center;
}
.loc-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.loc-card {
    position: relative;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.loc-card-body {
    position: absolute;
    bottom: 50px;
    top: 50px;
    left: 15px;
    right: 15px;
    z-index: 2;
    text-align: center;
}
h3.loc-card-title {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 28px;
    font-style: normal;
    letter-spacing: 0.1px;
}
.loc-card-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}


h2.loc-sidebar-title {
    letter-spacing: 0.1px;
    font-size: 28px;
    font-family: 'Roboto';
}
h2.loc-sidebar-title {
    letter-spacing: 0.1px;
    font-size: 28px;
    font-family: 'Roboto';
}


.divider-line {
    border: none;
    border-top: 1px solid #EAEAEA;
    margin: 12px 0;
}


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

dd, dl, dt, li, ol, ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end: 0;
    margin-block-start: 0;
    outline: 0;
    vertical-align: baseline;
}

li.loc-item {
    cursor: pointer;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #000F06;
    list-style-type: none;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #EAEAEA;
}

span.text-rights {
    float: inline-end;
}

a.cat-text.active {
    font-weight: bold;
    color: #2a7f3f !important;
}

a {
    background-color: transparent;
    color: #c36;
    text-decoration: none;
}
/* @media (max-width: 1024px) {
    li.loc-item {
        font-size: 18px !important;
    }
}
a.cat-text.active {
    font-weight: bold;
    color: #2a7f3f !important;
}
span.text-rights {
    float: inline-end;
}

@media (max-width: 667px) {
    .loc-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
         .loc-container {
        padding: 20px;
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: var(--flex-wrap-mobile);
    }
}
@media (max-width: 1024px) {
    .loc-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        width: 100%;
        margin-top: 30px;
    }
      li.loc-item {
        font-size: 18px !important;
    }
}
 */
/* ================================
   RESPONSIVE OVERRIDE ONLY
   Existing CSS remains unchanged
================================ */

/* Large Desktop */
@media (min-width: 1200px) {
    .loc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
    }

    .loc-container {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .loc-content {
        width: 100%;
        min-width: 0;
    }

    .loc-card {
        width: 100%;
    }
}


/* Desktop / Laptop */
@media (min-width: 1025px) and (max-width: 1199px) {
    .loc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
    }

    .loc-container {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
    }

    .loc-content {
        width: 100%;
        min-width: 0;
    }

    .loc-card {
        width: 100%;
    }
}


/* Tablet */
@media (min-width: 668px) and (max-width: 1024px) {
    .loc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 25px;
        width: 100%;
    }

    .loc-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .loc-content {
        width: 100%;
        min-width: 0;
    }

    .loc-card {
        width: 100%;
        height: 280px;
    }

    .loc-card-body {
        left: 15px;
        right: 15px;
    }

    h3.loc-card-title {
        font-size: 26px;
    }

    .loc-card-text {
        font-size: 15px;
    }
}


/* Mobile */
@media (max-width: 667px) {
    .loc-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
        width: 100%;
    }

    .loc-container {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .loc-content {
        width: 100%;
        min-width: 0;
    }

    .loc-card {
        width: 100%;
        height: 280px;
    }

    .loc-card-body {
        left: 15px;
        right: 15px;
        top: 40px;
        bottom: 40px;
    }

    h3.loc-card-title {
        font-size: 24px;
    }

    .loc-card-text {
        font-size: 14px;
    }

    li.loc-item {
        font-size: 17px !important;
    }
}


/* Small Mobile */
@media (max-width: 480px) {
    .loc-container {
        padding: 15px;
    }

    .loc-grid {
        gap: 15px;
    }

    .loc-card {
        height: 250px;
    }

    .loc-card-body {
        left: 12px;
        right: 12px;
        top: 35px;
        bottom: 35px;
    }

    h3.loc-card-title {
        font-size: 22px;
    }

    .loc-card-text {
        font-size: 13px;
    }

    li.loc-item {
        font-size: 16px !important;
        padding: 10px 15px 10px 0;
    }

    h2.loc-sidebar-title {
        font-size: 24px;
    }

    ul.breadcrumb {
        margin-bottom: 30px;
    }
}


/* Extra Small Mobile */
@media (max-width: 360px) {
    .loc-container {
        padding: 12px;
    }

    .loc-grid {
        gap: 12px;
    }

    .loc-card {
        height: 230px;
    }

    h3.loc-card-title {
        font-size: 20px;
    }

    .loc-card-text {
        font-size: 12px;
    }

    li.loc-item {
        font-size: 15px !important;
    }
}


/* Prevent horizontal overflow on every screen */
.loc-wrapper,
.loc-container,
.loc-content,
.loc-grid,
.loc-card {
    max-width: 100%;
}

.loc-grid > * {
    min-width: 0;
}