/* ===================================
    Eventful
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');
/* variable */
:root {     
    --base-color: #78b10e;
    --base-color-700: #3e5e04;
    --dark-gray: #384744; 
    --medium-gray: #7c7a75;
    --alt-font: "Playfair Display", serif;
    --primary-font: 'DM Sans', sans-serif;
} 
/* reset */
body {
    font-size: 17px;
    line-height: 28px; 
    overflow-x: hidden;
}
.alt-font{ 
    word-spacing: -1px;
}
.map .alt-font {
    word-spacing: normal;
}
.ws-minus-10px{
    word-spacing: -10px;
}
.ws-minus-3px{
    word-spacing: -3px;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}
html, body {
    overflow-x: hidden;
}
.h-700 {
    height: 650px !important;
}
/* header */
header .navbar-brand img {
    max-height: 65px;
    height: 65px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.3px;
    padding: 10px 15px;
}
header .navbar-brand {
    padding: 25px 0;
}
/* bg color */
.bg-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(to right, #2b3a31, #3F452C, #665921, #8D6E17, #AD7F0F);
}
.bg-gradient-corduroy-green-dark-goldenrod-dark {
    background: rgb(38,59,46);
    background: linear-gradient(34deg, rgba(38,59,46,1) 0%, rgba(102,89,33,1) 50%, rgba(173,127,15,1) 100%);
}
.bg-gradient-corduroy-green-dark-goldenrod-transparent {
    background-image: linear-gradient(to top right, rgba(43, 58, 49,.8), rgba(63, 69, 44,.7), rgba(141, 110, 23,.8), rgba(141, 110, 23,.8), rgb(173, 127, 15));
}
.bg-zircon-grey {
    background-color: #D7E2E0;
}
.bg-racing-green {
    background-color: #242E2C;
}
.bg-white-yellow {
    background-color: #f9f4e8;
}
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.8);
}
/* text color */
.text-gradient-corduroy-green-dark-goldenrod {
    background-image: linear-gradient(90deg,rgba(44, 59, 49, 1) 0%, rgba(138, 154, 91, 1) 53%, rgba(182, 212, 102, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-light-conch-green {
    color: #A7B3B1;
}
.text-dark-golden-yellow {
    color: #B6840D;
}
/* heading */
h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h3 {
    line-height: 3rem;
}
/* border color */
.border-color-dark-golden-yellow {
    border-color: #B6840D !important;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    font-weight: 600;
    letter-spacing: 1px;
}
.btn.with-rounded > span {
    border-radius: 4px;
}
.btn.with-rounded.btn-large > span {
    line-height: 32px;
}
.btn.with-rounded.btn-large > span {
    right: 12px;
}
.btn.with-rounded.btn-extra-large > span {
    right: 14px;
}
.btn.with-rounded.btn-medium > span {
    right: 10px;
}
.btn.btn-very-small {
    padding: 8px 16px;
    font-size: 12px;
}
.btn.with-rounded.btn-extra-large {
    padding-right: 75px;
}
.btn.with-rounded.btn-large {
    padding-right: 60px;
}
.btn.with-rounded.btn-medium {
    padding-right: 55px;
}
.btn.with-rounded.btn-small {
    padding-right: 50px;
}
.btn.with-rounded.btn-very-small {
    padding-right: 40px;
}
.btn-gradient-green {
    background-image: linear-gradient(to right, #2C3B31, #8A9A5B, #2C3B31);
    background-size: 200% auto;
    color: var(--white);
}
.btn-gradient-lighter-green {
    background-image: linear-gradient(to right, #487056, #99ad5e, #487056);
    background-size: 200% auto;
    color: #FFFFFF;
}
.btn.btn-base-color {
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);
}
/* progress bar style */
.progress-bar-style-01 .progress {
    height: 7px;
    border-radius: 6px;
}
.progress-bar-style-01 .progress .progress-bar {
    border-radius: 6px;
}
/* pag title style */
.page-title-extra-large h1 {
    font-size: 3.8rem;
    line-height: 3.8rem;
    word-spacing: -1px;
}
.page-title-extra-large h2 {
    font-size: 19px;
    line-height: 34px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.placeholder-light::-webkit-input-placeholder { color: var(--white) !important; text-overflow: ellipsis; opacity:0.7; }
.placeholder-light::-moz-placeholder { color: var(--white) !important; text-overflow: ellipsis; opacity:0.7; }
.placeholder-light:-ms-input-placeholder { color: var(--white) !important; text-overflow: ellipsis; opacity:0.7; }
/* contact form style 03 */
.contact-form-style-03 {
    margin-bottom: -125px;
}
/* interactive banner */
.interactive-banner-style-02.hover-box * {
    will-change: auto;
}
/* footer */
footer {
    padding-top: 90px;
    padding-bottom: 30px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
}
footer .footer-logo img {
    max-height: 110px;
}
footer .nav-link {
    color: #A7B3B1;
    font-size: 15px;
    line-height: normal;
}
footer .medium-icon a {
    font-size: 18px;
}
footer .medium-icon li {
    margin: 0 3px;
}
.scroll-top-arrow {
    position: fixed;
    right: 24px;
    bottom: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: var(--dark-gray);
    box-shadow: 0 12px 24px rgba(36, 46, 44, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 120;
}
.scroll-top-arrow.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top-arrow-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid var(--dark-gray);
    margin-bottom: -2px;
}
.scroll-top-arrow:hover {
    color: var(--dark-gray);
    transform: translateY(-2px);
}
.scroll-top-arrow:hover .scroll-top-arrow-icon {
    border-bottom-color: var(--base-color);
}
/* google map */
#map .gmnoprint[data-control-width="40"] {  
    bottom: 30px !important;
    top: auto !important;
}
.social-icon-style-09 ul.light li a {
    border-color: rgba(255, 255, 255, 0.2);
}
/* media query responsive */
@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 16px;
    }
    footer .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 991px) {
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .contact-form-style-03 {
        margin-bottom: 75px;
    }
    .md-h-500 {
        height: 500px !important;
    }
}
@media (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer {
        padding-top: 90px;
    }
    .contact-form-style-03 {
        margin-bottom: 50px;
    }
    .sm-h-400 {
        height: 400px !important;
    }
}
@media (max-width: 575px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer {
        padding-top: 60px;
        margin-top: -30px;
    }
    .large-icon a {
        font-size: 22px;
        width: 50px;
        height: 50px;
    }
}

/* Blog Slider Equal Height - Force all cards to same height */
.blog-slider-equal-height .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.blog-slider-equal-height .swiper-slide .blog-box {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.rich-text-block li {
    list-style-type: disc;
}

.blog-content img
{
    border-radius: 10px;
}

.blog-custom article:hover .blog-image img
{
    transform: scale(1.07);
}

.blog-custom article .blog-image img
{
    -webkit-transition: .6s 
cubic-bezier(.37, 0, .63, 1);
    transition: .6s 
cubic-bezier(.37, 0, .63, 1);
    will-change: transform;
}

.article-list .card:hover .blog-image img
{
    transform: scale(1.07);
}

.article-list .card .blog-image img
{
    -webkit-transition: .6s 
cubic-bezier(.37, 0, .63, 1);
    transition: .6s 
cubic-bezier(.37, 0, .63, 1);
    will-change: transform;
}

.custom-grid-content h1, .blog-article-content h1
{
    font-size: 3rem;
}

.custom-grid-content h2, .blog-article-content h2
{
    font-size: 2.8rem;
}

.custom-grid-content h3, .blog-article-content h3
{
    font-size: 2.6rem;
}

.custom-grid-content h4, .blog-article-content h4
{
    font-size: 1.6rem;
    font-weight: 500;
}

.custom-grid-content h5, .blog-article-content h5
{
    font-size: 1.4rem;
    font-weight: 500;
}

.custom-grid-content li, .blog-article-content li
{
    list-style-type: disc;
}

.gallery-wrapper li
{
    list-style-type: none;
}

.navbar .navbar-nav .nav-item .nav-link.active
{
    color: var(--base-color-700);
}

.custom-grid-content li p, .blog-article-content li p
{
    margin-bottom: 10px;
}

.custom-grid-content table {
    width: 100%;
    border-collapse: collapse;
    /* margin: 2.5rem 0; */
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--dark-gray);
    box-shadow: 0 12px 30px rgba(36, 46, 44, 0.06);
}

.custom-grid-content table p 
{
    margin-bottom: 0;
}

.custom-grid-content th {
    padding: 20px 24px;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.2px;
    background-color: rgba(120, 177, 14, 0.12);
    color: var(--dark-gray);
    border-bottom: 1px solid rgba(56, 71, 68, 0.18);
}

.custom-grid-content tbody td {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(56, 71, 68, 0.12);
}

.custom-grid-content tbody tr:nth-of-type(even) {
    background-color: rgba(56, 71, 68, 0.05);
}

.custom-grid-content tbody tr:last-child td {
    /* border-bottom: none; */
}

.custom-grid-content tbody tr:hover {
    background-color: rgba(120, 177, 14, 0.08);
}

/* Merged cells styling */
.custom-grid-content td[colspan]:not(:first-child),
.custom-grid-content th[colspan]:not(:first-child),
.custom-grid-content td[rowspan="2"]:not(:first-child),
.custom-grid-content td[rowspan="3"]:not(:first-child),
.custom-grid-content td[rowspan="4"]:not(:first-child),
.custom-grid-content td[rowspan="5"]:not(:first-child),
.custom-grid-content td[rowspan="6"]:not(:first-child),
.custom-grid-content td[rowspan="7"]:not(:first-child),
.custom-grid-content td[rowspan="8"]:not(:first-child),
.custom-grid-content td[rowspan="9"]:not(:first-child),
.custom-grid-content td[rowspan="10"]:not(:first-child),
.custom-grid-content th[rowspan="2"]:not(:first-child),
.custom-grid-content th[rowspan="3"]:not(:first-child),
.custom-grid-content th[rowspan="4"]:not(:first-child),
.custom-grid-content th[rowspan="5"]:not(:first-child),
.custom-grid-content th[rowspan="6"]:not(:first-child),
.custom-grid-content th[rowspan="7"]:not(:first-child),
.custom-grid-content th[rowspan="8"]:not(:first-child),
.custom-grid-content th[rowspan="9"]:not(:first-child),
.custom-grid-content th[rowspan="10"]:not(:first-child) {
    border-left: 1px solid rgba(56, 71, 68, 0.12);
}

.custom-grid-content td[rowspan="2"]:not(:first-child),
.custom-grid-content td[rowspan="3"]:not(:first-child),
.custom-grid-content td[rowspan="4"]:not(:first-child),
.custom-grid-content td[rowspan="5"]:not(:first-child),
.custom-grid-content td[rowspan="6"]:not(:first-child),
.custom-grid-content td[rowspan="7"]:not(:first-child),
.custom-grid-content td[rowspan="8"]:not(:first-child),
.custom-grid-content td[rowspan="9"]:not(:first-child),
.custom-grid-content td[rowspan="10"]:not(:first-child),
.custom-grid-content th[rowspan="2"]:not(:first-child),
.custom-grid-content th[rowspan="3"]:not(:first-child),
.custom-grid-content th[rowspan="4"]:not(:first-child),
.custom-grid-content th[rowspan="5"]:not(:first-child),
.custom-grid-content th[rowspan="6"]:not(:first-child),
.custom-grid-content th[rowspan="7"]:not(:first-child),
.custom-grid-content th[rowspan="8"]:not(:first-child),
.custom-grid-content th[rowspan="9"]:not(:first-child),
.custom-grid-content th[rowspan="10"]:not(:first-child) {
    background-color: white;
}

.custom-grid-content td[rowspan="2"]:not(:first-child):hover,
.custom-grid-content td[rowspan="3"]:not(:first-child):hover,
.custom-grid-content td[rowspan="4"]:not(:first-child):hover,
.custom-grid-content td[rowspan="5"]:not(:first-child):hover,
.custom-grid-content td[rowspan="6"]:not(:first-child):hover,
.custom-grid-content td[rowspan="7"]:not(:first-child):hover,
.custom-grid-content td[rowspan="8"]:not(:first-child):hover,
.custom-grid-content td[rowspan="9"]:not(:first-child):hover,
.custom-grid-content td[rowspan="10"]:not(:first-child):hover,
.custom-grid-content th[rowspan="2"]:not(:first-child):hover,
.custom-grid-content th[rowspan="3"]:not(:first-child):hover,
.custom-grid-content th[rowspan="4"]:not(:first-child):hover,
.custom-grid-content th[rowspan="5"]:not(:first-child):hover,
.custom-grid-content th[rowspan="6"]:not(:first-child):hover,
.custom-grid-content th[rowspan="7"]:not(:first-child):hover,
.custom-grid-content th[rowspan="8"]:not(:first-child):hover,
.custom-grid-content th[rowspan="9"]:not(:first-child):hover,
.custom-grid-content th[rowspan="10"]:not(:first-child):hover {
    background-color: rgba(120, 177, 14, 0.08);
}

.custom-grid-content tbody td[colspan],
.custom-grid-content tbody td[rowspan] {
}

.custom-grid-content caption {
    margin-top: 12px;
    font-size: 0.9rem;
    color: var(--medium-gray);
    text-align: left;
}

@media (max-width: 767px) {
    .custom-grid-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
        display: block;
    }

    .custom-grid-content table {
        min-width: 640px;
        display: table;
    }

    .custom-grid-content th,
    .custom-grid-content tbody td {
        white-space: nowrap;
    }
}

@media (max-width: 575px) {
    .custom-grid-content table {
        font-size: 15px;
    }

    .custom-grid-content thead th,
    .custom-grid-content tbody td {
        padding: 12px 16px;
    }
}

.header-language-switcher {
    display: inline-flex;
    align-items: center;
}

.language-link {
    text-decoration: none;
    padding: 0 5px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.language-link:hover {
    opacity: 1;
}

.language-link.active {
    opacity: 1;
    font-weight: 600;
}

.language-separator {
    opacity: 0.5;
    margin: 0 2px;
}

/* .accordion .accordion-item.active-accordion .accordion-header .accordion-title
{
    color: var(--base-color);
} */

.accordion .accordion-item.active-accordion .accordion-header .accordion-title:after {
  content: '';
  width: 15%;
  height: 2px;
  background: var(--base-color);
  position: absolute;
  bottom: -5px;
  left: 0;
}
