.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background-color: #25D366;
    color: #fff;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}
.whatsapp-button:hover {
    background-color: #128C7E;
    color: #fff;
}

.footer-language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-language-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.footer-language-item.active {
    border-color: #b68c5a;
    color: #b68c5a;
    background-color: rgba(182, 140, 90, 0.12);
}
.footer-language-item:hover {
    border-color: #b68c5a;
    color: #b68c5a;
}

.team-item-one .team-content ul.social-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.team-item-one .team-content ul.social-link li {
    margin: 0;
}
.team-item-one .team-content ul.social-link li a {
    width: 38px;
    height: 38px;
    background-color: #b68c5a;
    color: #fff;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(182, 140, 90, 0.35);
}
.team-item-one .team-content ul.social-link li a:hover {
    background-color: #162542;
    color: #fff;
}

.counter-area-one {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    align-items: center;
}
.counter-item-one {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.counter-item-one .icon {
    margin-right: 20px;
}
.counter-item-one .icon i {
    margin-bottom: 0;
    font-size: 50px;
}
.counter-item-one .content h2 {
    font-size: 48px;
}
@media (max-width: 767px) {
    .counter-item-one {
        justify-content: center;
        margin-bottom: 25px;
    }
}

.testimonial-wrapper-one .testimonial-slider-one {
    padding-left: 0;
    text-align: center;
}
.testimonial-wrapper-one .testimonial-item .wt-content h3 {
    text-align: center;
}
.testimonial-wrapper-one .wt-title-thumb {
    justify-content: center;
}
.testimonial-wrapper-one .wt-title-thumb .wt-thumb {
    margin-right: 15px;
}
.testimonial-wrapper-one .wt-title-thumb .wt-title {
    text-align: left;
}
.testimonial-wrapper-one .testimonial-slider-one .slick-dots {
    display: flex;
    justify-content: center;
}

.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li {
    margin: 0;
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a {
    width: 40px;
    height: 40px;
    background-color: #b68c5a;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(182, 140, 90, 0.35);
}
.footer-wrapper-one .footer-widget .widget.about-widget .share ul.social-link li a:hover {
    background-color: #fff;
    color: #162542;
}

.blog-post-item-two .post-thumbnail {
    height: 460px;
}
.blog-post-item-two .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 991px) {
    .blog-post-item-two .post-thumbnail {
        height: 380px;
    }
}

.contact-area .contact-map-box {
    height: 420px;
}
.contact-area .contact-map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.contact-info-card {
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(22, 37, 66, 0.08);
    padding: 38px 24px 32px;
    text-align: center;
    height: 100%;
    border-top: 3px solid #b68c5a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(22, 37, 66, 0.12);
}
.contact-info-card .icon {
    margin-bottom: 16px;
}
.contact-info-card .icon i {
    width: 68px;
    height: 68px;
    border: 1px solid #b68c5a;
    background-color: rgba(182, 140, 90, 0.08);
    color: #b68c5a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-info-card:hover .icon i {
    background-color: #b68c5a;
    color: #fff;
}
.contact-info-card h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #b68c5a;
    letter-spacing: 0.4px;
}
.contact-info-card p,
.contact-info-card p a {
    margin-bottom: 0;
    color: #162542;
    word-break: break-word;
    line-height: 1.6;
}
.contact-info-card p a:hover {
    color: #b68c5a;
}
.contact-info-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}
.contact-info-split-item {
    padding: 0 14px;
}
.contact-info-split-item + .contact-info-split-item {
    border-left: 1px solid rgba(182, 140, 90, 0.22);
}
.contact-info-split-item .icon i {
    width: 56px;
    height: 56px;
    font-size: 20px;
}
@media (max-width: 991px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

.gallery-item-one .gallery-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.case-item-three .case-img {
    position: relative;
    overflow: hidden;
}
.case-item-three .case-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.case-details-wrapper .case-img img {
    width: 100%;
}
.service-share .item-heading,
.service-tags .item-heading {
    font-size: 18px;
    margin-bottom: 12px;
    color: #162542;
}
.service-share ul.social-link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.service-share ul.social-link li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #b68c5a;
    color: #fff;
}
.service-share ul.social-link li a:hover {
    background-color: #162542;
    color: #fff;
}
.service-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.service-tags ul li span {
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(22, 37, 66, 0.07);
    color: #162542;
    font-size: 13px;
}
.sidebar-consultant-widget {
    padding: 40px 30px;
    background-color: rgba(182, 140, 90, 0.07);
}
.sidebar-consultant-widget .widget-title {
    margin-bottom: 10px;
}
.sidebar-consultant-widget .form_control {
    width: 100%;
    margin-bottom: 12px;
    height: 55px;
    padding: 0 20px;
    background-color: #fff;
    border: none;
}
.sidebar-consultant-widget textarea.form_control {
    height: 120px;
    padding-top: 15px;
}
.sidebar-consultant-widget .main-btn {
    width: 100%;
    text-align: center;
}

.error-content .error-number {
    display: block;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 140px;
    line-height: 1;
    font-weight: 700;
    color: #b68c5a;
    margin-bottom: 20px;
}
.error-content h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #162542;
}
.error-content p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #162542;
}
@media (max-width: 767px) {
    .error-content .error-number {
        font-size: 90px;
    }
    .error-content h2 {
        font-size: 28px;
    }
}

.blog-description img {
    max-width: 100%;
    height: auto;
}
.blog-details-container .blog-post-item .post-share-tag {
    margin-top: 40px;
}
.blog-details-container .blog-post-item .post-share-tag .social-share {
    float: none;
}
.blog-details-container .blog-post-item .post-share-tag .post-tag-cloud {
    margin-top: 20px;
}
.blog-details-container .comments-area .comments-list .comment.comment-reply {
    margin-left: 60px;
}

.hero-slider-one .slick-arrow {
    width: 56px;
    height: 56px;
    z-index: 5;
    color: #fff;
    background-color: #b68c5a;
    border: 1px solid #b68c5a;
    box-shadow: 0 6px 18px rgba(22, 37, 66, 0.25);
    font-size: 18px;
}
.hero-slider-one .slick-arrow.prev {
    left: 30px;
}
.hero-slider-one .slick-arrow.next {
    right: 30px;
}
.hero-slider-one .slick-arrow:hover {
    background-color: #162542;
    border-color: #162542;
    color: #fff;
}
@media (max-width: 767px) {
    .hero-slider-one .slick-arrow {
        width: 44px;
        height: 44px;
        font-size: 15px;
    }
    .hero-slider-one .slick-arrow.prev {
        left: 15px;
    }
    .hero-slider-one .slick-arrow.next {
        right: 15px;
    }
}


