.contact-feature .media-body {
    max-width: 200px;
    word-wrap: break-word;
}
.breadcumb-menu li:last-child {
    color: #fff;
}
.breadcumb-menu li:after {
    color: #fff;
}
.breadcumb-title,
.breadcumb-menu li a {
    text-decoration: underline;
}
.footer-widget.widget_nav_menu a {
    padding-left: 0;
}
.footer-all-widget-wrapper .footer-right-wrap .footer-item-wrap {
    grid-template-columns: 1fr 1fr 1fr;
}
.main-menu a,
.th-btn,
.footer-widget .widget_title {
    text-transform: initial;
}
.contact-form-thumb {
    background: url("/assets/img/about/about-1-middle.jpg");
    background-size: cover;
    background-position: center;
}
.contact-feature {
    padding: 35px 20px;
}
.contact-feature .media-body {
    max-width: 350px;
    word-wrap: break-word;
}
.footer-widget.widget_nav_menu a:before {
    display: none;
}
/* Cookie Consent Popup */
.cookie-consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.cookie-consent-overlay.show {
    display: flex;
}

.cookie-consent-popup {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 90%;
    padding: 40px;
    position: relative;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-consent-popup h3 {
    color: #00252d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cookie-consent-popup p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: "Inter", sans-serif;
}

.cookie-consent-popup .consent-text {
    margin-bottom: 10px;
}

.cookie-consent-popup .privacy-link {
    color: #00252d;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s ease;
}

.cookie-consent-popup .privacy-link:hover {
    color: #004d5c;
}

.cookie-consent-btn {
    background-color: #00252d;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100%;
    margin-top: 10px;
}

.cookie-consent-btn:hover {
    background-color: #004d5c;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 37, 45, 0.3);
}

@media (max-width: 768px) {
    .cookie-consent-popup {
        padding: 30px 20px;
    }

    .cookie-consent-popup h3 {
        font-size: 20px;
    }

    .cookie-consent-popup p {
        font-size: 14px;
    }
}
