.text-dark-black {
    color: black;
}

.product-img {
    height: 450px;
}

.section-black {
    background-color: #f6f6f6
}

.main-menu .navbar-header .navbar-toggler:focus {
    border-color: grey;
}

.product-block .inner-box .lower-box {
    margin-top: 40px;
}

.sticky-header .main-menu .navigation > .current > a {
     color: #599b47 !important;
}

.sticky-header .main-menu .navigation > .current > a:before {
    position: absolute;
    content: '';
    top: 30px;
    left: 0px;
    width: 0px;
    bottom: 30px;
    z-index: -1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #eef2ed;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-item.lang-btn-option.current {
    color: white;
    background-color: rgba(0, 128, 0,0.5)
}


.contact-form-section .title-column .text
{
    color: grey;
}
.left-lang-bar {
    display: none;
}

@media only screen and (max-width: 1140px) {
    .left-lang-bar {
        display: block;
    }
}
@media only screen and (max-width: 1023px){

}

@media screen and (max-width: 991px) {
    .featured-block .inner-box {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .left-lang-bar {
        display: none;
    }
    .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
        background: green;
    }
    .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a
    {
        background: rgba(0, 128, 0,0.75)

    }

    .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border: none !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .main-menu .navbar-collapse > .navigation {
        background: white;
    }

    .contact-form-section .title-column .text
    {
        color: grey;
    }
}

/* ===== Thank-you page ===== */
.thank-you-section {
    position: relative;
    padding: 120px 20px;
    background:
        linear-gradient(135deg, rgba(89,155,71,0.35) 0%, rgba(89,155,71,0.55) 55%, rgba(64,118,50,0.65) 100%),
        #f4f9f1;
    overflow: hidden;
    text-align: center;
    color: #1f2d1a;
}

.thank-you-section::before,
.thank-you-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    z-index: 0;
}

.thank-you-section::before {
    width: 480px;
    height: 480px;
    top: -180px;
    left: -180px;
}

.thank-you-section::after {
    width: 360px;
    height: 360px;
    bottom: -160px;
    right: -120px;
    background: rgba(255, 255, 255, 0.06);
}

.thank-you-card {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 40px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.18);
    color: #2d3a44;
}

.thank-you-check {
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #599B47, #407632);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(89, 155, 71, 0.45);
    position: relative;
    animation: ty-pop 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28) both;
}

.thank-you-check::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(89, 155, 71, 0.35);
    animation: ty-pulse 2s ease-out infinite;
}

.thank-you-check svg {
    width: 56px;
    height: 56px;
    stroke: #ffffff;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: ty-draw 0.7s 0.25s ease-out forwards;
}

.thank-you-card h1 {
    font-size: 42px;
    line-height: 1.2;
    margin: 0 0 12px;
    color: #1f2d3a;
    font-weight: 700;
}

.thank-you-card h1 span {
    color: #599B47;
}

.thank-you-card .lead {
    font-size: 18px;
    line-height: 1.7;
    color: #5b6b78;
    margin: 0 auto 28px;
    max-width: 540px;
}

.thank-you-divider {
    width: 60px;
    height: 4px;
    margin: 0 auto 32px;
    background: #599B47;
    border-radius: 2px;
}

.thank-you-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
}

.ty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.ty-btn-primary {
    background: #599B47;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(89, 155, 71, 0.35);
}

.ty-btn-primary:hover {
    background: #407632;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(89, 155, 71, 0.45);
}

.ty-btn-outline {
    background: transparent;
    color: #599B47;
    border-color: #599B47;
}

.ty-btn-outline:hover {
    background: #599B47;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(89, 155, 71, 0.3);
}

.thank-you-meta {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px dashed #e2e8ed;
    font-size: 14px;
    color: #7a8893;
}

.thank-you-meta strong {
    color: #1f2d3a;
}

.thank-you-meta a {
    color: #599B47;
    text-decoration: none;
}

@keyframes ty-pop {
    0%   { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1);   opacity: 1; }
}

@keyframes ty-pulse {
    0%   { transform: scale(1);   opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

@keyframes ty-draw {
    to { stroke-dashoffset: 0; }
}

@media (max-width: 575px) {
    .thank-you-section { padding: 80px 16px; }
    .thank-you-card    { padding: 44px 24px; border-radius: 18px; }
    .thank-you-card h1 { font-size: 30px; }
    .thank-you-card .lead { font-size: 16px; }
    .thank-you-check   { width: 90px; height: 90px; }
    .thank-you-check svg { width: 46px; height: 46px; }
}
