.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease
}

.whatsapp-float:hover {
    transform: scale(1.1)
}

.whatsapp-float img {
    width: 32px;
    height: 32px
}

.hidden-seo-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 20px !important
}

.rounded-7 {
    border-radius: 7px !important
}

.orange {
    border: 1px solid #25d366
}

.w-100 {
    width: 100% !important
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden
}

.accordion-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    transition: background .3s ease
}

.accordion-header:hover {
    background: #f8f9fa
}

.accordion-icon {
    transition: transform .3s ease;
    font-size: 1rem;
    color: #666
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg)
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    padding: 0 24px
}

.accordion-content p {
    margin: 20px 0;
    color: #555;
    line-height: 1.6
}

.accordion-item.active .accordion-content {
    max-height: 500px
}

#cookieConsent.cookie-banner-modern {
    position: fixed;
    bottom: 30px;
    left: 30px;
    max-width: 380px;
    width: calc(100% - 60px);
    z-index: 1000000 !important;
    /* Chatbot'un üzerinde olmalı (Chatbot 99999) */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(162, 131, 75, 0.2);
    display: none;
    flex-direction: column;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: 'Open Sans', sans-serif;
    pointer-events: auto !important;
    isolation: isolate;
}

#cookieConsent .cookie-inner {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 15px;
    position: relative;
    z-index: 2;
}

#cookieConsent .cookie-icon {
    font-size: 32px;
    color: #a2834b;
    margin-bottom: 5px;
}

#cookieConsent .cookie-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

#cookieConsent .cookie-content a {
    color: #a2834b;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2.5px solid rgba(162, 131, 75, 0.3);
    transition: all 0.3s ease;
    cursor: pointer !important;
    display: inline-block;
    padding-bottom: 2px;
}

#cookieConsent .cookie-content a:hover {
    color: #00204c;
    border-color: #00204c;
}

#cookieConsent .cookie-actions {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

#cookieConsent button {
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex: 1;
}

#cookieConsent .cookie-btn-accept {
    background: #a2834b;
    color: #fff;
    box-shadow: 0 4px 15px rgba(162, 131, 75, 0.3);
}

#cookieConsent .cookie-btn-accept:hover {
    background: #00204c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 32, 76, 0.3);
}

#cookieConsent .cookie-btn-deny {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #e9ecef;
}

#cookieConsent .cookie-btn-deny:hover {
    background: #e9ecef;
    color: #333;
}

@media (max-width: 576px) {
    #cookieConsent.cookie-banner-modern {
        left: 15px !important;
        right: 15px !important;
        bottom: 20px !important;
        width: auto !important;
        max-width: none !important;
        transform: none !important;
        margin: 0 !important;
        animation: fadeInUp 0.8s ease-out forwards !important;
    }
}

.blog-classic .row {
    display: flex;
    flex-wrap: wrap
}

.blog-classic .col-lg-4 {
    display: flex;
    margin-bottom: 30px
}

.blog-classic .news-block {
    width: 100%;
    display: flex;
    flex-direction: column
}

.blog-classic .news-block .inner-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    transition: transform .3s ease, box-shadow .3s ease
}

.blog-classic .news-block .inner-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12)
}

.blog-classic .news-block .image {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.blog-classic .news-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.blog-classic .news-block .inner-box:hover .image img {
    transform: scale(1.05)
}

.blog-classic .news-block .lower-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px
}

.blog-classic .news-block .lower-content h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 12px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-classic .news-block .lower-content h3 a {
    color: #222;
    transition: color .3s ease
}

.blog-classic .news-block .lower-content h3 a:hover {
    color: #a2834b
}

.blog-classic .news-block .lower-content .text {
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-classic .news-block .lower-content .btn-box {
    margin-top: auto;
    padding-top: 10px
}

@media(max-width:991px) {
    .blog-classic .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:767px) {
    .blog-classic .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .blog-classic .news-block .image {
        height: 200px
    }

    .blog-classic .news-block .lower-content h3 {
        min-height: auto
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(30px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section::before,
.banner-section .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.85) 0%, rgba(20, 20, 20, 0.8) 100%) !important;
    z-index: 1;
}

.banner-section .slide .auto-container {
    position: relative;
    z-index: 2;
}

.banner-section h2 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 25px;
    animation: fadeInUp 1s ease forwards;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.banner-section .title {
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    color: #a2834b;
    animation: fadeInLeft 0.8s ease forwards;
}

.banner-section .text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 600px;
    animation: fadeInUp 1.2s ease forwards;
}

.banner-section .btns-box {
    animation: fadeInUp 1.4s ease forwards;
}

.banner-section .social-nav li a {
    transition: all 0.3s ease;
}

.banner-section .social-nav li a:hover {
    background: #a2834b;
    transform: translateY(-3px);
}

.banner-section h2 .highlight {
    color: #a2834b;
    position: relative;
}

.banner-section h2 .highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #a2834b 0%, transparent 100%);
    border-radius: 2px;
}

.banner-section .title-icon {
    font-size: 20px;
    margin-right: 8px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stats .stat-item {
    text-align: center;
}

.hero-stats .stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #a2834b;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.hero-stats .stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.btn-style-three {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
    color: #ffffff !important;
}

.btn-style-three:hover {
    background: #a2834b !important;
    border-color: #a2834b !important;
    color: #ffffff !important;
}

.btn-style-one {
    background: linear-gradient(90deg, #a2834b 0%, #8b6e3a 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(162, 131, 75, 0.2) !important;
    border: none !important;
    transition: all 0.4s ease !important;
}

.btn-style-one:hover {
    background: #222222 !important;
    color: #ffffff !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-2px);
}

.services-section {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%) !important;
    position: relative !important;
}

.services-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to top, rgba(34, 34, 34, 0.02) 0%, transparent 100%);
    pointer-events: none;
}

.services-section .inner-container {
    margin-top: 0 !important;
}

.services-section .sec-title {
    margin-bottom: 60px;
}

.services-section .sec-title .text {
    max-width: 600px;
    margin: 20px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.btn-style-two {
    background: #222222 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    transition: all 0.4s ease !important;
}

.btn-style-two:hover {
    background: #a2834b !important;
    color: #ffffff !important;
    box-shadow: 0 15px 30px rgba(162, 131, 75, 0.4) !important;
    transform: translateY(-3px);
}

.services-badge {
    display: inline-block;
    padding: 8px 24px;
    background: linear-gradient(135deg, rgba(162, 131, 75, 0.1) 0%, rgba(34, 34, 34, 0.08) 100%);
    color: #a2834b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(162, 131, 75, 0.2);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.srv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px 28px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 32, 76, 0.06);
    box-shadow: 0 4px 20px rgba(0, 32, 76, 0.04);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.srv-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #a2834b, #222222);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.srv-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(225, 161, 34, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    transition: all 0.5s ease;
}

.srv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(162, 131, 75, 0.15);
    text-decoration: none;
}

.srv-card:hover::before {
    transform: scaleX(1);
}

.srv-card:hover::after {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(162, 131, 75, 0.08) 0%, transparent 70%);
}

.srv-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.srv-number {
    font-size: 38px;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    color: rgba(0, 32, 76, 0.06);
    line-height: 1;
    transition: all 0.4s ease;
}

.srv-card:hover .srv-number {
    color: rgba(162, 131, 75, 0.15);
}

.srv-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    transition: all 0.4s ease;
    font-size: 28px;
    line-height: 1;
    color: var(--srv-color, #a2834b);
    background: var(--srv-bg, linear-gradient(135deg, rgba(162, 131, 75, 0.12) 0%, rgba(34, 34, 34, 0.04) 100%));
}

.srv-icon::before {
    font-family: "Flaticon" !important;
    font-style: normal;
}

.srv-card:hover .srv-icon {
    background: linear-gradient(135deg, #222222 0%, #333333 100%);
    transform: rotate(-5deg) scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    color: var(--srv-color, #a2834b);
    filter: brightness(1.2);
}

.srv-card:nth-child(1) .srv-icon {
    --srv-color: #a2834b;
    --srv-bg: linear-gradient(135deg, rgba(162, 131, 75, 0.14) 0%, rgba(162, 131, 75, 0.04) 100%);
}

.srv-card:nth-child(2) .srv-icon {
    --srv-color: #2e7d6f;
    --srv-bg: linear-gradient(135deg, rgba(46, 125, 111, 0.14) 0%, rgba(46, 125, 111, 0.04) 100%);
}

.srv-card:nth-child(3) .srv-icon {
    --srv-color: #7b3f3f;
    --srv-bg: linear-gradient(135deg, rgba(123, 63, 63, 0.14) 0%, rgba(123, 63, 63, 0.04) 100%);
}

.srv-card:nth-child(4) .srv-icon {
    --srv-color: #3d6b99;
    --srv-bg: linear-gradient(135deg, rgba(61, 107, 153, 0.14) 0%, rgba(61, 107, 153, 0.04) 100%);
}

.srv-card:nth-child(5) .srv-icon {
    --srv-color: #8b6b2e;
    --srv-bg: linear-gradient(135deg, rgba(139, 107, 46, 0.14) 0%, rgba(139, 107, 46, 0.04) 100%);
}

.srv-card:nth-child(6) .srv-icon {
    --srv-color: #5a7a3a;
    --srv-bg: linear-gradient(135deg, rgba(90, 122, 58, 0.14) 0%, rgba(90, 122, 58, 0.04) 100%);
}

.srv-card:nth-child(7) .srv-icon {
    --srv-color: #6b4f8a;
    --srv-bg: linear-gradient(135deg, rgba(107, 79, 138, 0.14) 0%, rgba(107, 79, 138, 0.04) 100%);
}

.srv-card:nth-child(8) .srv-icon {
    --srv-color: #c0743a;
    --srv-bg: linear-gradient(135deg, rgba(192, 116, 58, 0.14) 0%, rgba(192, 116, 58, 0.04) 100%);
}

.srv-card:nth-child(9) .srv-icon {
    --srv-color: #4a7b8a;
    --srv-bg: linear-gradient(135deg, rgba(74, 123, 138, 0.14) 0%, rgba(74, 123, 138, 0.04) 100%);
}

.srv-title {
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.srv-card:hover .srv-title {
    color: #a2834b;
}

.srv-desc {
    color: #888;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 20px 0;
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
}

.srv-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 32, 76, 0.06);
}

.srv-link-text {
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.srv-card:hover .srv-link-text {
    color: #a2834b;
}

.srv-arrow {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.06) 0%, rgba(34, 34, 34, 0.02) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #222222;
    transition: all 0.4s ease;
}

.srv-card:hover .srv-arrow {
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%);
    color: #ffffff;
    transform: translateX(3px);
    box-shadow: 0 4px 15px rgba(162, 131, 75, 0.3);
}

@media (max-width:991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width:575px) {
    .services-section {
        padding: 60px 0 !important;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .srv-card {
        padding: 24px 22px;
    }

    .srv-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

.welcome-section {
    padding: 100px 0 !important;
    padding-bottom: 100px !important;
    background: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}

.welcome-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(162, 131, 75, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.about-image-wrapper {
    position: relative;
    display: inline-block;
}

.welcome-section .image-column {
    padding: 0 15px !important;
}

.welcome-section .image-column .image {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
}

.welcome-section .image-column .image::before {
    display: none !important;
}

.welcome-section .image-column .image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to top, rgba(34, 34, 34, 0.3) 0%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

.welcome-section .image-column .image img {
    transition: transform 0.6s ease !important;
    width: 100% !important;
    display: block !important;
}

.welcome-section .image-column .image:hover img {
    transform: scale(1.05) !important;
}

.about-decoration-dots {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(circle, #a2834b 2px, transparent 2px);
    background-size: 16px 16px;
    opacity: 0.3;
    z-index: -1;
}

.welcome-section .exp-box {
    position: absolute !important;
    bottom: -30px !important;
    right: -20px !important;
    background: linear-gradient(135deg, #222222 0%, #1a1a1a 100%) !important;
    border-radius: 20px !important;
    padding: 25px 30px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    z-index: 10 !important;
    border: 3px solid rgba(162, 131, 75, 0.3) !important;
}

.exp-icon {
    font-size: 36px;
    line-height: 1;
}

.exp-info {
    display: flex;
    flex-direction: column;
}

.welcome-section .exp-box .count {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #a2834b !important;
    font-family: 'Oswald', sans-serif !important;
    line-height: 1 !important;
}

.welcome-section .exp-box .text {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    line-height: 1.3 !important;
}

.welcome-section .content-column .inner-column {
    padding: 40px 20px 40px 50px !important;
}

.about-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(162, 131, 75, 0.1) 0%, rgba(34, 34, 34, 0.05) 100%);
    color: #a2834b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 15px;
    border: 1px solid rgba(162, 131, 75, 0.2);
}

.welcome-section .sec-title {
    margin-bottom: 30px !important;
}

.welcome-section .sec-title .title {
    display: none !important;
}

.welcome-section .sec-title h2 {
    color: #222222 !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    position: relative !important;
    padding-bottom: 20px !important;
}

.welcome-section .sec-title h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #a2834b 0%, #222222 100%) !important;
    border-radius: 2px !important;
}

.about-text-content {
    margin-bottom: 30px;
}

.about-text-content p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    margin-bottom: 0 !important;
    text-align: justify;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-feature-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(162, 131, 75, 0.3);
}

.about-feature-item span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.about-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.about-buttons .theme-btn {
    background: linear-gradient(135deg, #222222 0%, #1a1a1a 100%) !important;
    color: #ffffff !important;
    padding: 14px 32px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border: none !important;
    transition: all 0.4s ease !important;
}

.about-buttons .theme-btn:hover {
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(162, 131, 75, 0.3) !important;
}

.about-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-contact-icon {
    font-size: 20px;
}

.about-contact-link:hover {
    color: #a2834b;
    transform: translateX(5px);
}

@media (max-width:991px) {
    .welcome-section .content-column .inner-column {
        padding: 40px 15px !important;
    }

    .welcome-section .sec-title h2 {
        font-size: 30px !important;
    }

    .welcome-section .exp-box {
        right: 10px !important;
        bottom: -20px !important;
    }
}

@media (max-width:767px) {
    .welcome-section {
        padding: 60px 0 !important;
    }

    .about-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .welcome-section .content-column .inner-column {
        padding: 30px 15px !important;
    }
}

.fact-counter-style-three {
    position: relative;
    padding: 100px 0;
}

.fact-counter-style-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%);
    z-index: 1;
}

.fact-counter-style-three .auto-container {
    position: relative;
    z-index: 2;
}

.fact-counter-style-three .inner {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.4s ease;
}

.fact-counter-style-three .inner:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.fact-counter-style-three .count-outer {
    font-size: 56px;
    font-weight: 800;
    color: #a2834b;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

.fact-counter-style-three .counter-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-section {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #222222 0%, #1a1a1a 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(162, 131, 75, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(162, 131, 75, 0.03) 0%, transparent 40%);
    pointer-events: none;
}

.testimonial-section .sec-title h2 {
    color: #ffffff !important;
}

.testimonial-section .sec-title .text {
    color: rgba(255, 255, 255, 0.6) !important;
    max-width: 550px;
    margin: 15px auto 0;
    font-size: 15px;
    line-height: 1.7;
}

.testimonial-badge {
    display: inline-block;
    padding: 8px 24px;
    background: rgba(162, 131, 75, 0.15);
    color: #a2834b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 20px;
    border: 1px solid rgba(162, 131, 75, 0.25);
}

.testimonial-container {
    position: relative;
    z-index: 1;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 50px;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 24px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #a2834b 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(162, 131, 75, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.testimonial-quote-icon {
    margin-bottom: 15px;
}

.testimonial-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
    font-style: italic;
}

.testimonial-rating {
    margin-bottom: 15px;
    display: flex;
    gap: 3px;
}

.testimonial-rating span {
    color: #a2834b;
    font-size: 16px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-avatar {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(162, 131, 75, 0.3);
}

.testimonial-author-info h5 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 2px 0;
}

.testimonial-author-info span {
    color: #a2834b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-form-wrapper {
    max-width: 650px;
    margin: 0 auto;
}

.testimonial-form-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.testimonial-form-header {
    margin-bottom: 30px;
}

.testimonial-form-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.testimonial-form-header h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.testimonial-form-header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.testimonial-form {
    text-align: left;
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.form-field input,
.form-field textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 18px;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-field input:focus,
.form-field textarea:focus {
    border-color: #a2834b;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(162, 131, 75, 0.15);
}

.form-field textarea {
    resize: vertical;
    min-height: 100px;
}

.testimonial-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    width: 100%;
    justify-content: center;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(162, 131, 75, 0.3);
}

.testimonial-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(162, 131, 75, 0.4);
    background: linear-gradient(135deg, #8b6e3a 0%, #7a5f2f 100%);
}

.testimonial-submit-btn svg {
    transition: transform 0.3s ease;
}

.testimonial-submit-btn:hover svg {
    transform: translateX(5px);
}

@media (max-width:991px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width:767px) {
    .testimonial-section {
        padding: 60px 0 !important;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .testimonial-form-card {
        padding: 25px;
    }
}

.brands-section {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%) !important;
    position: relative;
    overflow: hidden;
}

.brands-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#a2834b 1px, transparent 1px), radial-gradient(#222222 1px, transparent 1px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 0.03;
    z-index: 0;
    pointer-events: none;
}

.brands-section .sec-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.brands-section .sec-title h2 {
    color: #222222;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: -0.5px;
    background: linear-gradient(45deg, #222222 0%, #444444 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.brands-section .sec-title .text {
    max-width: 650px;
    margin: 20px auto 0;
    color: #556070;
    font-size: 16px;
    line-height: 1.8;
}

.brands-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    background: #ffffff;
    color: #a2834b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(162, 131, 75, 0.15);
    border: 1px solid rgba(162, 131, 75, 0.2);
    transition: all 0.3s ease;
}

.brands-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #a2834b;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(162, 131, 75, 0.8);
}

.brands-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(162, 131, 75, 0.25);
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

@media (max-width:1200px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:768px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:480px) {
    .brands-grid {
        grid-template-columns: 1fr;
    }
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 40px -10px rgba(34, 34, 34, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.brand-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.05) 0%, rgba(162, 131, 75, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    pointer-events: none;
}

.brand-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 4px rgba(255, 255, 255, 0.5);
    border-color: rgba(162, 131, 75, 0.3);
    background: #ffffff;
}

.brand-card:hover::after {
    opacity: 1;
}

.brand-logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

.brand-card:hover .brand-logo {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 0 0 5px rgba(255, 255, 255, 0.8);
}

.brand-logo img {
    max-width: 60%;
    max-height: 60%;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.4s ease;
}

.brand-card:hover .brand-logo img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.brand-name {
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    letter-spacing: 0.3px;
}

.brand-card:hover .brand-name {
    color: #a2834b;
}

.brand-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 34, 34, 0.05);
    color: #222222;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    z-index: 1;
}

.brand-card:hover .brand-arrow {
    background: #222222;
    color: #ffffff;
    transform: translateX(5px) rotate(-45deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@media (max-width:991px) {
    .brands-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

@media (max-width:575px) {
    .brands-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .brand-card {
        padding: 20px 15px;
    }

    .brand-logo {
        width: 65px;
        height: 65px;
    }

    .brand-name {
        font-size: 12px;
    }
}

.theme-btn {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.theme-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.theme-btn:hover::after {
    width: 300px;
    height: 300px;
}

.theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@media (max-width:991px) {
    .banner-section h2 {
        font-size: 38px;
    }

    .services-section,
    .welcome-section,
    .testimonial-section {
        padding: 70px 0;
    }

    .services-block .inner-box {
        padding: 25px;
    }

    .comment-form {
        padding: 25px;
    }
}

@media (max-width:767px) {
    .hero-stats {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }

    .hero-stats .stat-item {
        flex: 0 0 calc(33.333% - 20px);
    }

    .hero-stats .stat-number {
        font-size: 28px;
    }

    .hero-stats .stat-label {
        font-size: 11px;
    }

    .banner-section .btns-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .banner-section .btns-box .theme-btn {
        margin-left: 0 !important;
    }
}

.page-title.style-two {
    position: relative;
    padding: 150px 0 100px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.page-title.style-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(34, 34, 34, 0.9) 0%, rgba(26, 26, 26, 0.7) 100%);
    z-index: 1;
}

.page-title .auto-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.page-title h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    animation: fadeInUp 0.8s ease forwards;
}

.page-breadcrumb {
    display: inline-block;
    padding: 10px 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1s ease forwards;
}

.page-breadcrumb li {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 5px;
}

.page-breadcrumb li a {
    color: #a2834b;
    transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.sidebar-page-container {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.sidebar-side {
    position: relative;
    padding-right: 15px;
}

.sidebar-widget {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    border: none;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}

.sidebar-title h5 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-title h5::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #a2834b 0%, transparent 100%);
    border-radius: 2px;
}

.service-list-widget ul {
    position: relative;
    z-index: 1;
}

.service-list-widget ul li {
    margin-bottom: 10px;
}

.service-list-widget ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: #ffffff;
    color: #555;
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.service-list-widget ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #222222 0%, #333333 100%);
    transition: width 0.4s ease;
    z-index: -1;
}

.service-list-widget ul li a:hover::before,
.service-list-widget ul li.active a::before {
    width: 100%;
}

.service-list-widget ul li a:hover,
.service-list-widget ul li.active a {
    color: #ffffff;
    border-color: #222222;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.service-list-widget ul li a span {
    font-size: 12px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.service-list-widget ul li a:hover span,
.service-list-widget ul li.active a span {
    opacity: 1;
    color: #a2834b;
    transform: translateX(5px);
}

.contact-widget {
    background: #222222;
    background-image: linear-gradient(135deg, rgba(34, 34, 34, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%);
    color: #ffffff;
    text-align: center;
    padding: 50px 30px !important;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}

.contact-widget::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(162, 131, 75, 0.1);
    border-radius: 50%;
    filter: blur(40px);
}

.contact-widget::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background: rgba(162, 131, 75, 0.05);
    border-radius: 50%;
    filter: blur(30px);
}

.contact-widget .widget-content {
    position: relative;
    z-index: 2;
}

.contact-widget .icon {
    font-size: 48px;
    color: #ffffff;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #a2834b 0%, #8b6e3a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 25px rgba(162, 131, 75, 0.4);
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        box-shadow: 0 0 0 0 rgba(162, 131, 75, 0.4);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(225, 161, 34, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(225, 161, 34, 0);
    }
}

.contact-widget h4 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 700;
}

.contact-widget .text {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.contact-widget .phone {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #a2834b;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.contact-widget .phone:hover {
    color: #ffffff;
    transform: scale(1.05);
}

.contact-widget .theme-btn {
    background: #ffffff !important;
    color: #222222 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 8px !important;
    border: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.contact-widget .theme-btn:hover {
    background: #a2834b !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.main-footer .contact-widget {
    background: none !important;
    background-image: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left !important;
    overflow: visible !important;
}

.main-footer .contact-widget::before,
.main-footer .contact-widget::after {
    display: none !important;
}

.main-footer .contact-widget ul li .icon {
    width: auto !important;
    height: auto !important;
    background: none !important;
    border-radius: 0 !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    animation: none !important;
    font-size: 18px !important;
    color: #a2834b !important;
    position: absolute !important;
    left: 0 !important;
    top: 3px !important;
}

.blog-detail .inner-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.blog-detail .image {
    margin: -40px -40px 40px -40px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.blog-detail .image img {
    width: 100%;
    transition: transform 0.5s ease;
}

.blog-detail .image:hover img {
    transform: scale(1.05);
}

.blog-detail .lower-content h3 {
    font-size: 32px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 4px solid #a2834b;
}

.blog-detail .lower-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.accordion-box {
    margin-top: 50px;
}

.accordion-box .title-box {
    margin-bottom: 30px;
}

.accordion-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
}

@media (max-width:768px) {
    .page-title.style-two {
        padding: 100px 0 60px;
    }

    .page-title h1 {
        font-size: 32px;
    }

    .blog-detail .inner-box {
        padding: 25px;
    }

    .blog-detail .image {
        margin: -25px -25px 25px -25px;
    }

    .blog-detail .lower-content h3 {
        font-size: 24px;
    }
}

.main-header {
    position: relative;
    z-index: 999;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    padding-top: 0 !important;
}

.header-upper .auto-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    height: 75px;
}

.header-upper .logo-box {
    float: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.header-upper .logo-box .logo img {
    max-height: 55px !important;
    width: auto;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(0);
}

.header-upper .nav-outer {
    float: none !important;
    display: flex !important;
    align-items: center;
    gap: 30px;
    height: 100%;
    flex: 1;
    justify-content: flex-end;
    flex-wrap: nowrap !important;
}

.main-menu {
    float: none !important;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 20px;
}

.main-menu .navigation {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: nowrap;
}

.main-menu .navigation>li {
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 12px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222222 !important;
    text-transform: uppercase;
    padding: 25px 0 !important;
    line-height: normal !important;
    opacity: 1 !important;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    transition: color 0.3s ease;
}

.main-menu .navigation>li>a::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #a2834b;
    transform: translateX(-50%);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu .navigation>li>a:hover::before,
.main-menu .navigation>li.current>a::before {
    width: 100%;
}

.main-menu .navigation>li>a:hover,
.main-menu .navigation>li.current>a {
    color: #a2834b !important;
}

.main-menu .navigation>li>ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 0;
    border-top: 3px solid #a2834b;
    min-width: 250px;
    top: 100%;
}

.main-menu .navigation>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li {
    border-bottom: none !important;
    margin: 0;
}

.main-menu .navigation>li>ul>li>a {
    padding: 12px 25px !important;
    font-size: 14px;
    color: #555 !important;
    display: block;
    transition: all 0.2s ease;
    font-weight: 500;
    text-transform: capitalize;
}

.main-menu .navigation>li>ul>li>a:hover {
    background: rgba(162, 131, 75, 0.05);
    color: #a2834b !important;
    padding-left: 30px !important;
}

.header-upper .outer-box {
    float: none !important;
    display: flex !important;
    align-items: center;
    height: 100%;
    margin-left: 0;
    flex-shrink: 0;
}

.header-upper .btn-box {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.header-upper .btn-box a,
.sticky-header .outer-box .btn-box a {
    background: linear-gradient(90deg, #a2834b 0%, #8b6e3a 100%) !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(162, 131, 75, 0.2) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: normal !important;
    margin-left: 15px;
    white-space: nowrap;
}

.header-upper .btn-box a:hover,
.sticky-header .outer-box .btn-box a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(162, 131, 75, 0.3) !important;
}

.sticky-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    padding: 0 !important;
    height: 70px !important;
}

.sticky-header .auto-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 70px !important;
}

.sticky-header .logo-box,
.sticky-header .logo {
    display: flex;
    align-items: center;
}

.sticky-header .logo img {
    max-height: 45px !important;
    width: auto;
}

.sticky-header .outer-box .btn-box a span,
.sticky-header .outer-box .btn-box a .txt {
    color: #ffffff !important;
}

.sticky-header .outer-box .btn-box a:hover,
.sticky-header .outer-box .btn-box a.theme-btn:hover {
    background: #222222 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3) !important;
    color: #ffffff !important;
}

.sticky-header .outer-box .btn-box a {
    padding: 8px 25px !important;
    font-size: 13px !important;
}

@media (max-width:991px) {
    .header-upper .auto-container {
        padding: 15px 20px;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-upper .nav-outer {
        display: block !important;
        height: auto;
    }

    .main-menu,
    .header-upper .btn-box {
        display: none !important;
    }

    .mobile-nav-toggler {
        display: block !important;
        color: #a2834b;
        font-size: 24px;
        cursor: pointer;
        margin-left: auto;
    }

    .nav-outer .mobile-nav-toggler {
        display: block !important;
    }

    .header-upper .logo-box .logo img {
        max-height: 45px !important;
    }
}

.header-upper .auto-container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    height: 75px;
}

.header-upper .logo-box {
    float: none !important;
    margin: 0;
    padding: 0;
}

.header-upper .logo-box .logo img {
    max-height: 55px;
    width: auto;
    transition: transform 0.3s ease;
}

.header-upper .nav-outer {
    float: none !important;
    display: flex !important;
    align-items: center;
    gap: 30px;
}

.main-menu {
    float: none !important;
}

.main-menu .navigation {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
}

.main-menu .navigation>li {
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    padding: 0 15px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222222 !important;
    text-transform: uppercase;
    padding: 25px 0 !important;
    line-height: 30px !important;
    opacity: 1 !important;
    letter-spacing: 0.5px;
    font-family: 'Oswald', sans-serif;
    transition: color 0.3s ease;
}

.main-menu .navigation>li>a::before {
    content: '';
    position: absolute;
    bottom: 18px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #a2834b;
    transform: translateX(-50%);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu .navigation>li>a:hover::before,
.main-menu .navigation>li.current>a::before {
    width: 100%;
}

.main-menu .navigation>li>a:hover,
.main-menu .navigation>li.current>a {
    color: #a2834b !important;
}

.main-menu .navigation>li>ul {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px 0;
    border-top: 3px solid #a2834b;
    min-width: 250px;
}

.main-menu .navigation>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu .navigation>li>ul>li {
    border-bottom: none !important;
    margin: 0;
}

.main-menu .navigation>li>ul>li>a {
    padding: 12px 25px !important;
    font-size: 14px;
    color: #555 !important;
    display: block;
    transition: all 0.2s ease;
    font-weight: 500;
    text-transform: capitalize;
}

.main-menu .navigation>li>ul>li>a:hover {
    background: rgba(162, 131, 75, 0.05);
    color: #a2834b !important;
    padding-left: 30px !important;
}

.header-upper .outer-box {
    float: none !important;
    display: flex !important;
    align-items: center;
}

.header-upper .btn-box {
    margin: 0 !important;
}

.header-upper .btn-box a,
.sticky-header .outer-box .btn-box a {
    background: linear-gradient(90deg, #a2834b 0%, #8b6e3a 100%) !important;
    color: #ffffff !important;
    padding: 12px 35px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(162, 131, 75, 0.2);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: normal !important;
    margin-left: 20px;
}

.header-upper .btn-box a::before,
.sticky-header .outer-box .btn-box a::before,
.btn-style-one::before,
.btn-style-two::before {
    display: none !important;
}

.header-upper .btn-box a:hover,
.sticky-header .outer-box .btn-box a:hover,
.header-upper .btn-box a.theme-btn:hover,
.sticky-header .outer-box .btn-box a.theme-btn:hover,
.header-upper .btn-box a:active,
.header-upper .btn-box a:focus {
    background: #222222 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-2px) !important;
    border: none !important;
}

.header-upper .btn-box a:hover .txt,
.header-upper .btn-box a:active .txt,
.header-upper .btn-box a:focus .txt,
.sticky-header .outer-box .btn-box a:hover .txt {
    color: #ffffff !important;
}

.header-upper .btn-box a .txt {
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.header-upper .btn-box a:hover .txt {
    color: #ffffff !important;
}

.sticky-header {
    position: fixed !important;
    top: -100px !important;
    left: 0;
    width: 100%;
    height: 90px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    z-index: 99999;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    transition: all 500ms ease !important;
}

body.fixed-header .sticky-header,
.sticky-header.fixed-header,
.fixed-header .sticky-header {
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sticky-header .auto-container {
    max-width: 1200px;
    width: 100%;
    height: 100% !important;
    margin: 0 auto;
    position: relative !important;
    padding: 0 15px !important;
}

.sticky-header .logo-box {
    position: absolute !important;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    z-index: 20;
}

.sticky-header .logo img {
    max-height: 50px !important;
    width: auto;
    display: block;
}

.sticky-header .nav-outer {
    position: absolute !important;
    right: 210px;
    top: 50%;
    transform: translateY(-50%);
    height: auto !important;
    display: flex !important;
    align-items: center !important;
}

.sticky-header .main-menu {
    float: none !important;
    margin: 0 !important;
}

.sticky-header .main-menu .navigation {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.sticky-header .main-menu .navigation>li {
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 0 15px !important;
    line-height: normal !important;
    display: block !important;
    font-size: 14px !important;
    color: #333 !important;
}

.sticky-header .outer-box {
    position: absolute !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    z-index: 20;
    display: block !important;
    width: auto !important;
    height: auto !important;
}

.sticky-header .outer-box .btn-box {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
}

.sticky-header .outer-box .btn-box a,
.sticky-header .outer-box .btn-box a.theme-btn,
div.sticky-header div.outer-box div.btn-box a {
    background: linear-gradient(90deg, #a2834b 0%, #8b6e3a 100%) !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    line-height: normal !important;
    white-space: nowrap !important;
    margin: 0 !important;
    transform: none !important;
}

.sticky-header .outer-box .btn-box a span,
.sticky-header .outer-box .btn-box a .txt {
    color: #ffffff !important;
}

.sticky-header .header-upper .btn-box a:hover,
.sticky-header .outer-box .btn-box a:hover {
    background: #222222 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3) !important;
}

.about-page-section {
    padding: 80px 0 10px;
    background: #ffffff;
}

.about-page-section .sec-title {
    margin-bottom: 10px !important;
}

.about-page-section .text {
    margin-bottom: 0 !important;
}

.about-page-section .text p:last-child {
    margin-bottom: 0 !important;
}

.about-page-section .image-column .image-box {
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
}

.about-page-section .image-column .image-box::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    border: 10px solid #f4f6f9;
    z-index: 1;
    transition: all 0.5s ease;
    pointer-events: none;
}

.about-page-section .image-column .image-box:hover::after {
    transform: translate(-15px, -15px);
    border-color: #a2834b;
}

.about-page-section .image-column img {
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.about-page-section .content-column .sub-title {
    color: #a2834b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.about-page-section .content-column h2 {
    font-size: 42px;
    color: #222222;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 800;
}

.experience-counter-section {
    background-color: #ffffff;
    padding: 100px 0 80px !important;
    border-bottom: 1px solid #f8f8f8;
}

.counter-item {
    margin-bottom: 40px;
    text-align: center;
}

.counter-inner {
    padding: 30px 20px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.counter-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #a2834b;
    transition: all 0.4s ease;
}

.counter-item:hover .counter-inner {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    border-color: #e5decb;
}

.counter-item:hover .counter-inner::before {
    height: 100%;
}

.counter-item .count {
    font-family: 'Bellefair', serif !important;
    font-size: 52px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
}

.counter-item .title {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #a2834b !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    display: block;
}

@media (max-width:767px) {
    .experience-counter-section {
        padding: 60px 0 20px !important;
    }

    .counter-item {
        margin-bottom: 25px;
    }

    .counter-inner {
        padding: 25px 15px;
        border-radius: 8px;
    }

    .counter-item .count {
        font-size: 42px !important;
    }

    .experience-counter-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .experience-counter-section .counter-item {
        width: 50%;
        max-width: 50%;
    }
}

.vision-mission-section {
    padding: 10px 0 80px;
    background: #ffffff;
}

.vision-card {
    position: relative;
    padding: 35px 30px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    transition: all 0.4s ease;
    height: 100%;
    text-align: center;
}

.vision-card:hover {
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-color: #a2834b;
}

.vision-card .icon {
    font-size: 45px;
    color: #a2834b;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.4s ease;
}

.vision-card:hover .icon {
    transform: scale(1.1) rotate(5deg);
}

.vision-card h3 {
    font-size: 22px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: 700;
}

.vision-card p {
    line-height: 1.6;
    color: #666;
    font-size: 14px;
}

.history-section {
    padding: 100px 0;
    background: #f4f6f9;
}

.timeline-box {
    position: relative;
    padding-left: 50px;
    border-left: 2px solid #a2834b;
    margin-bottom: 40px;
}

.timeline-box::before {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    width: 16px;
    height: 16px;
    background: #a2834b;
    border-radius: 50%;
}

.timeline-box .year {
    font-size: 24px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 10px;
    display: block;
}

.timeline-box h4 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.about-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #222222 0%, #1a1a1a 100%);
    color: #ffffff;
    text-align: center;
}

.about-cta-section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #ffffff;
}

.about-cta-section .theme-btn {
    background: #a2834b !important;
    color: #ffffff !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    box-shadow: 0 10px 20px rgba(162, 131, 75, 0.2);
    transition: all 0.3s ease !important;
}

.about-cta-section .theme-btn:hover,
.about-cta-section .theme-btn:active,
.about-cta-section .theme-btn:focus {
    background: #333333 !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.about-cta-section .theme-btn:hover .txt,
.about-cta-section .theme-btn:active .txt,
.about-cta-section .theme-btn:focus .txt {
    color: #ffffff !important;
}

.value-card .icon-box i,
.vision-card .icon {
    display: inline-block;
    font-family: 'Flaticon';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.values-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}

.value-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    height: 100%;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.value-card .icon-box {
    width: 80px;
    height: 80px;
    background: rgba(162, 131, 75, 0.1);
    color: #a2834b;
    font-size: 36px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.value-card:hover .icon-box {
    background: #a2834b;
    color: #ffffff;
}

.value-card h4 {
    color: #222222;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.value-card .text {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

.page-title {
    padding: 150px 0 100px !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
}

.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8) !important;
}

.page-title h1 {
    font-size: 54px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

.main-footer {
    background-color: #222222 !important;
    background-image: linear-gradient(135deg, #222222 0%, #1a1a1a 100%) !important;
    padding-top: 60px !important;
}

.main-footer .footer-widget h3,
.main-footer .footer-widget h5 {
    color: #ffffff !important;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    border-bottom: 2px solid rgba(162, 131, 75, 0.5);
    padding-bottom: 10px;
    margin-bottom: 25px !important;
    text-transform: uppercase;
    font-size: 20px;
}

.main-footer .text,
.main-footer p,
.main-footer .footer-list li a,
.main-footer .contact-widget li,
.main-footer .contact-widget li a {
    color: #dddddd !important;
    font-size: 15px;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.main-footer .contact-widget .icon {
    color: #a2834b !important;
    font-size: 18px;
    margin-right: 10px;
}

.main-footer .footer-list li a:hover,
.main-footer .contact-widget li a:hover {
    color: #a2834b !important;
    padding-left: 5px;
}

.main-footer .social-nav li a {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
}

.main-footer .footer-list li a:hover {
    color: #a2834b !important;
    padding-left: 5px;
}

.main-footer .logo-widget .social-nav li a:hover {
    background-color: #a2834b !important;
    border-color: #a2834b !important;
    transform: translateY(-3px);
}

.main-footer .footer-bottom {
    border-top: 1px solid rgba(162, 131, 75, 0.15) !important;
    background-color: #1a1a1a !important;
    margin-top: 40px;
}

.main-footer .footer-bottom .copyright {
    color: rgba(255, 255, 255, 0.5) !important;
}

.main-footer .footer-bottom .copyright strong {
    color: #a2834b !important;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
}

.main-footer .newsletter-form .form-group button {
    background: #a2834b !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.main-footer .newsletter-form .form-group button:hover {
    background: #ffffff !important;
    color: #222222 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.blog-search-section {
    background: #fcfcfc;
    border-bottom: 1px solid #f0f0f0;
}

.modern-search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.modern-search-box:focus-within {
    border-color: #a2834b;
    box-shadow: 0 15px 35px rgba(162, 131, 75, 0.1);
}

.modern-search-box input[type="search"] {
    width: 100%;
    border: none;
    background: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #222222;
    outline: none;
}

.modern-search-box .search-btn {
    background: #a2834b;
    color: #ffffff;
    border: none;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.modern-search-box .search-btn:hover {
    background: #222222;
    transform: scale(1.05);
}

.modern-search-box .clear-search {
    position: absolute;
    right: 110px;
    color: #999;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 5;
}

.modern-search-box .clear-search:hover {
    color: #e74c3c;
}

.premium-card.blog-inner-box {
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    z-index: 1;
}

.premium-card.blog-inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    border-color: #a2834b;
}

.premium-card .image-box {
    position: relative;
    overflow: hidden;
    height: 240px;
}

.premium-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.premium-card:hover .image-box img {
    transform: scale(1.1);
}

.premium-card .post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #a2834b;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    z-index: 2;
}

.premium-card .lower-content {
    position: relative;
    z-index: 10;
    padding: 30px;
    background: #ffffff;
}

.premium-card .lower-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.premium-card .lower-content h4 a {
    color: #222222;
    transition: all 0.3s ease;
}

.premium-card .lower-content h4 a:hover {
    color: #a2834b;
}

.premium-card .lower-content .text {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.premium-card .link-box {
    position: relative;
    z-index: 100;
    margin-top: 15px;
    display: block;
}

.premium-card .read-more-btn {
    position: relative;
    display: inline-block !important;
    font-weight: 700;
    color: #a2834b !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer !important;
    z-index: 1000 !important;
    pointer-events: auto !important;
    padding: 10px 20px 10px 0;
}

.premium-card .read-more-btn i {
    margin-left: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.premium-card .read-more-btn:hover {
    color: #222222 !important;
    text-decoration: none;
}

.styled-pagination {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

.styled-pagination ul {
    display: flex !important;
    justify-content: center !important;
    gap: 10px;
    list-style: none !important;
    padding: 0 !important;
}

.styled-pagination li {
    display: inline-block !important;
}

.styled-pagination li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    color: #222;
    font-weight: 700;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: 0.3s;
}

.styled-pagination li.active a,
.styled-pagination li a:hover {
    background: #a2834b !important;
    color: #fff !important;
    border-color: #a2834b !important;
    box-shadow: 0 5px 15px rgba(162, 131, 75, 0.3);
    transform: translateY(-3px);
}

.premium-card .link-box .read-more:hover i {
    transform: translateX(5px);
}

.blog-bottom-info {
    background: #fcfcfc;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
}

.principle-item {
    cursor: pointer;
}

.principle-item .inner-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    border-bottom: 3px solid transparent;
    text-align: center;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.principle-item:hover .inner-box {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-bottom-color: #a2834b;
}

.principle-item .icon-wrap {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: rgba(162, 131, 75, 0.1);
    color: #a2834b;
    font-size: 26px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.principle-item:hover .icon-wrap {
    background: #a2834b;
    color: #fff;
    transform: rotateY(360deg);
}

.principle-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.principle-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.modern-elegant-banner {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-top: 4px solid #a2834b !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.03) !important;
    padding: 60px 30px !important;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border-radius: 20px !important;
}

.modern-elegant-banner:hover {
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-2px);
}

.modern-elegant-banner .sub-title {
    display: inline-block;
    color: #a2834b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
}

.modern-elegant-banner .sub-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: 2px;
    background: #a2834b;
}

.modern-elegant-banner h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #222222 !important;
    text-transform: none !important;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}

.modern-elegant-banner p {
    font-size: 16px !important;
    color: #666666 !important;
    max-width: 750px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.rounded-50 {
    border-radius: 50px !important;
}

.swal-custom-popup {
    background: #1a1a1a !important;
    border: 1px solid rgba(162, 131, 75, 0.15) !important;
    border-radius: 16px !important;
    padding: 32px 24px 24px !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(162, 131, 75, 0.08) !important;
}

.swal-custom-popup .swal2-title {
    color: #fff !important;
    font-family: 'Bellefair', serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 4px !important;
}

.swal-custom-popup .swal2-html-container {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.swal-custom-popup .swal2-icon {
    border-color: rgba(162, 131, 75, 0.3) !important;
    margin: 0 auto 20px !important;
}

.swal-custom-popup .swal2-icon.swal2-success {
    border-color: rgba(162, 131, 75, 0.3) !important;
}

.swal-custom-popup .swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(162, 131, 75, 0.25) !important;
}

.swal-custom-popup .swal2-icon.swal2-success [class^='swal2-success-line'] {
    background-color: #a2834b !important;
}

.swal-custom-popup .swal2-icon.swal2-warning {
    border-color: rgba(162, 131, 75, 0.4) !important;
    color: #a2834b !important;
}

.swal-custom-popup .swal2-icon.swal2-error {
    border-color: rgba(220, 80, 80, 0.3) !important;
}

.swal-custom-popup .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    background-color: #dc5050 !important;
}

.swal-custom-confirm {
    background: #a2834b !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 12px 32px !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 12px rgba(162, 131, 75, 0.25) !important;
}

.swal-custom-confirm:hover {
    background: #8a6d3b !important;
    box-shadow: 0 6px 20px rgba(162, 131, 75, 0.35) !important;
}

.swal-custom-confirm:focus {
    box-shadow: 0 0 0 3px rgba(162, 131, 75, 0.2) !important;
}

.page-title.style-two {
    padding: 130px 0 100px !important;
    background-color: #1a1a1a !important;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.page-title.style-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.page-title.style-two h1 {
    font-family: 'Bellefair', serif !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    text-transform: capitalize !important;
}

.page-title .page-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.page-title .page-breadcrumb li {
    color: #a2834b !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.page-title .page-breadcrumb li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.sidebar-page-container {
    padding: 100px 0 !important;
    background-color: #ffffff !important;
}

.blog-detail .inner-box {
    margin-bottom: 50px;
}

.blog-detail .image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
}

.blog-detail .image img {
    width: 100%;
}

.blog-detail .lower-content h3 {
    font-family: 'Bellefair', serif !important;
    font-size: 36px !important;
    color: #1d2124 !important;
    margin-bottom: 30px !important;
    font-weight: 600 !important;
}

.blog-detail .text {
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #4a4a4a !important;
}

.blog-detail .text p {
    margin-bottom: 25px !important;
}

.sidebar-side {
    padding-left: 30px !important;
}

.sidebar {
    position: sticky !important;
    top: 100px;
}

.sidebar-widget {
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 35px 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.sidebar-widget:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sidebar-title h5 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #1a1a1a !important;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.sidebar-title h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: #a2834b;
}

.side-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.side-list li {
    margin-bottom: 12px !important;
}

.side-list li a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px !important;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    color: #444 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.side-list li.active a,
.side-list li a:hover {
    background: #a2834b !important;
    color: #fff !important;
    border-color: #a2834b !important;
    transform: translateX(5px);
}

.consult-widget {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    padding: 60px 40px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.consult-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #a2834b;
}

.consult-widget i.main-icon {
    font-size: 40px;
    color: #a2834b;
    margin-bottom: 30px;
    display: block;
}

.consult-widget h4 {
    font-family: 'Bellefair', serif !important;
    font-size: 28px !important;
    color: #1a1a1a !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
}

.consult-widget p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #666 !important;
    margin-bottom: 35px !important;
    padding: 0 10px;
}

.consult-widget .phone-number {
    font-size: 24px !important;
    color: #1a1a1a !important;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 40px !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.consult-widget .phone-number:hover {
    color: #a2834b !important;
}

.consult-widget .theme-btn {
    background: #1a1a1a !important;
    color: #fff !important;
    padding: 16px 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0 !important;
    transition: all 0.3s ease;
}

.consult-widget .theme-btn:hover {
    background: #a2834b !important;
    transform: translateY(-2px);
}

.blog-detail-header {
    padding: 60px 0 30px !important;
    background-color: #fcfcfc !important;
}

.header-content {
    background: #ffffff;
    padding: 45px 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.02);
}

.post-breadcrumb {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-bottom: 25px;
    font-size: 11px;
    color: #bbb;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.post-breadcrumb li a {
    color: #a2834b;
    text-decoration: none !important;
}

.post-breadcrumb li::after {
    content: '·';
    margin-left: 8px;
}

.post-breadcrumb li:last-child::after {
    display: none;
}

.post-cat-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    color: #a2834b;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.header-content h1 {
    font-family: 'Bellefair', serif !important;
    font-size: 42px !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin-bottom: 25px !important;
    font-weight: 400 !important;
}

.post-meta-minimal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #f8f8f8;
    font-size: 13px;
    color: #888;
}

.post-meta-minimal .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-meta-minimal .meta-item i {
    color: #a2834b;
    font-size: 14px;
}

.post-meta-minimal .meta-item strong {
    font-weight: 700;
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
}

.post-meta-minimal .meta-item:not(:last-child)::after {
    content: '•';
    margin-left: 15px;
    color: #ddd;
}

@media (max-width:767px) {
    .blog-detail-header {
        padding: 40px 0 20px !important;
    }

    .header-content {
        padding: 35px 20px;
        margin: 0 15px;
        border-radius: 6px;
    }

    .header-content h1 {
        font-size: 26px !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
        padding: 0 5px;
    }

    .post-meta-minimal {
        flex-direction: column !important;
        gap: 10px;
        padding-top: 15px;
    }

    .post-meta-minimal .meta-item:not(:last-child)::after {
        display: none;
    }

    .post-meta-minimal .meta-item {
        font-size: 12px;
    }

    .post-breadcrumb {
        flex-wrap: wrap;
        font-size: 10px;
        padding: 0 15px;
    }
}

.service-elite-signature {
    padding: 85px 0 65px !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f2f2f2;
}

.signature-container {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.elite-breadcrumb {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #ccc;
}

.elite-breadcrumb li a {
    color: #a2834b;
    text-decoration: none;
}

.elite-breadcrumb li:not(:last-child)::after {
    content: '·';
    margin-left: 15px;
    color: #eee;
}

.elite-title {
    font-family: 'Bellefair', serif !important;
    font-size: 44px !important;
    color: #1a1a1a !important;
    margin-bottom: 45px !important;
    font-weight: 400 !important;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.elite-meta-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    color: #777;
    font-size: 13px;
    padding-bottom: 30px;
}

.meta-unit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-unit i {
    color: #a2834b;
    font-size: 14px;
}

.meta-unit.dot {
    width: 4px;
    height: 4px;
    background: #e5decb;
    border-radius: 50%;
}

.signature-line {
    width: 60px;
    height: 2px;
    background: #a2834b;
    margin: 0 auto;
    opacity: 0.6;
}

@media (max-width:767px) {
    .service-elite-signature {
        padding: 60px 0 45px !important;
    }

    .elite-title {
        font-size: 32px !important;
        padding: 0 15px;
        margin-bottom: 35px !important;
    }

    .elite-meta-row {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 25px;
    }

    .meta-unit.dot {
        display: none;
    }
}

.post-meta span:not(:last-child)::after {
    content: '|';
    margin-left: 20px;
    color: #eee;
}

.post-meta span i {
    display: none !important;
}

.main-featured-image {
    margin-top: 40px;
    margin-bottom: 50px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.main-featured-image img {
    width: 100%;
    display: block;
}

.blog-premium-layout {
    padding-top: 20px !important;
}

.blog-sidebar-widget {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    padding: 35px !important;
    border-radius: 8px;
    margin-bottom: 50px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.blog-sidebar-widget:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.blog-sidebar-widget .widget-title {
    border-left: 4px solid #a2834b;
    padding-left: 20px;
    margin-bottom: 30px !important;
}

.blog-sidebar-widget .widget-title h5 {
    font-family: 'Bellefair', serif !important;
    font-size: 22px !important;
    color: #1a1a1a !important;
}

.blog-sidebar-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #a2834b;
}

.blog-side-list-premium {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-side-list-premium li {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #f2f2f2;
}

.blog-side-list-premium li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.side-post {
    display: flex !important;
    gap: 15px;
    align-items: flex-start;
}

.side-img {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.side-post:hover .side-img img {
    transform: scale(1.1);
}

.side-content {
    flex-grow: 1;
}

.side-cat {
    font-size: 10px;
    font-weight: 800;
    color: #a2834b;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

.side-content a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    line-height: 1.4 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.side-content a:hover {
    color: #a2834b !important;
}

.side-date {
    font-size: 11px;
    color: #999;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.lead-gen-widget {
    background: #ffffff !important;
    color: #1a1a1a !important;
    border: 1px solid #f0f0f0 !important;
    padding: 40px 30px !important;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.lead-gen-widget h5 {
    font-family: 'Bellefair', serif !important;
    font-size: 24px !important;
    margin-bottom: 15px !important;
    color: #1a1a1a !important;
}

.lead-gen-widget p {
    font-size: 14px;
    color: #666 !important;
    margin-bottom: 25px;
    line-height: 1.6;
}

.lead-gen-widget .form-group {
    margin-bottom: 15px;
}

.lead-gen-widget input {
    height: 52px !important;
    width: 100% !important;
    border: 1px solid #eee !important;
    background: #fbfbfb !important;
    padding: 0 20px !important;
    border-radius: 4px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

.lead-gen-widget .theme-btn {
    height: 52px !important;
    width: 100% !important;
    background: #1a1a1a !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none !important;
    transition: all 0.3s ease;
}

.lead-gen-widget .theme-btn:hover {
    background: #a2834b !important;
    transform: translateY(-2px);
}

.help-widget {
    background: #ffffff !important;
    padding: 45px 30px !important;
    border: 1px solid #f0f0f0 !important;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    position: relative;
    margin-bottom: 50px !important;
}

.help-widget::before,
.help-widget::after,
.help-widget *,
.help-widget *::before,
.help-widget *::after {
    content: none !important;
    background-image: none !important;
}

.help-widget::before,
.help-widget::after,
.help-widget :before,
.help-widget :after {
    display: none !important;
    content: none !important;
}

.help-title-box {
    margin-bottom: 20px !important;
    border: none !important;
    padding: 0 !important;
}

.help-title-box h5 {
    font-family: 'Bellefair', serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    text-align: center;
}

.help-widget p {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 25px !important;
    line-height: 1.6;
}

.help-phone-link {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #a2834b !important;
    display: block;
    margin-bottom: 30px !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.help-phone-link:hover {
    color: #1a1a1a !important;
}

.help-widget .theme-btn {
    height: 54px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    border-radius: 4px !important;
    background: #1a1a1a !important;
    color: #fff !important;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.3s ease;
}

.help-widget .theme-btn .txt {
    padding: 0 !important;
    margin: 0 !important;
}

.help-widget .theme-btn:hover {
    background: #a2834b !important;
    color: #fff !important;
}

.related-posts-section {
    padding: 100px 0 !important;
    background: #ffffff !important;
    border-top: 1px solid #eee;
}

.related-posts-section h3 {
    font-family: 'Bellefair', serif !important;
    font-size: 38px !important;
    color: #1a1a1a !important;
    text-align: center;
    margin-bottom: 70px !important;
    position: relative;
}

.related-posts-section h3::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #a2834b;
}

.el-post-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.el-post-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(162, 131, 75, 0.12);
    border-color: #e5decb;
}

.el-post-card .img-box {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.el-post-card .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.el-post-card:hover .img-box img {
    transform: scale(1.1);
}

.el-post-card .content-box {
    padding: 30px;
}

.el-post-card .post-tag {
    font-size: 11px;
    font-weight: 800;
    color: #a2834b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 12px;
}

.el-post-card h4 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

.el-post-card h4 a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.el-post-card h4 a:hover {
    color: #a2834b !important;
}

.el-post-card .post-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f8f8f8;
    padding-top: 20px;
    margin-top: 10px;
}

.el-post-card .post-date {
    font-size: 13px;
    color: #999;
}

.blog-author-card {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    color: #1a1a1a !important;
    padding: 50px !important;
    border-radius: 12px;
    margin-top: 80px;
    display: flex !important;
    align-items: center !important;
    gap: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.blog-author-card::after {
    content: 'AVUKAT';
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 80px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.02);
    letter-spacing: 10px;
}

.blog-author-card .avatar {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border: 4px solid #f8f8f8;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-author-card .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.blog-author-card .info h6 {
    color: #1a1a1a !important;
    font-family: 'Bellefair', serif !important;
    font-size: 28px !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
}

.blog-author-card .info p {
    color: #666 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
}

.blog-author-links {
    display: flex;
    gap: 15px;
}

.blog-author-links a {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #1a1a1a !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.blog-author-links a:hover {
    background: #a2834b;
    border-color: #a2834b;
    color: #fff !important;
    transform: translateY(-2px);
}

.blog-footer-actions {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blog-footer-actions .share-title {
    font-size: 11px;
    font-weight: 800;
    color: #999;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-share-icons {
    display: flex;
    gap: 15px;
}

.blog-share-icons a {
    width: 45px;
    height: 45px;
    background: #fdfdfd;
    border: 1px solid #eee;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.blog-share-icons a:hover {
    background: #a2834b;
    border-color: #a2834b;
    color: #fff;
    transform: scale(1.1);
}

.legal-disclaimer {
    background: #f8f8f8;
    padding: 30px;
    margin-top: 40px;
    border-left: 4px solid #a2834b;
    font-size: 13px;
    color: #888;
    line-height: 1.7;
}

@media (max-width:991px) {
    .sidebar-side {
        padding-left: 15px !important;
        margin-top: 60px;
    }
}

@media (max-width:767px) {
    .blog-author-card {
        flex-direction: column !important;
        text-align: center;
        padding: 40px 25px !important;
        gap: 25px;
    }

    .blog-author-card::after {
        display: none;
    }

    .blog-author-card .avatar {
        width: 110px;
        height: 110px;
    }

    .blog-author-links {
        justify-content: center;
        flex-wrap: wrap;
    }

    .blog-author-links a {
        width: 100%;
    }
}

/* PageSpeed Fix: Avoid non-composited animations on visibility (v54.0) */
.wow,
.wow *,
.srv-card,
.srv-icon,
.srv-number,
.srv-arrow,
[class*='flaticon-'] {
    transition-property: opacity, transform, background, color, border-color, box-shadow, filter !important;
}

/* SEO: Heading hierarchy fixes (v55.0) */
.testimonial-author-info h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 2px 0;
}

.testimonial-form-header h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* Sticky Header Layout Fix - ARAÇLAR eklendikten sonraki çakışma giderildi (v72) */
.sticky-header .auto-container {
    max-width: 1400px !important;
}

@media (min-width: 992px) {
    .sticky-header .pull-right {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        float: right !important;
        height: 70px;
    }

    .sticky-header .main-menu {
        float: none !important;
        display: flex !important;
        align-items: center !important;
        margin-right: 30px !important;
    }

    .sticky-header .main-menu .navigation {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sticky-header .main-menu .navigation>li {
        margin-left: 25px !important;
        margin-right: 0 !important;
        float: none !important;
        display: block !important;
        white-space: nowrap !important;
    }

    .sticky-header .main-menu .navigation>li>a {
        padding: 10px 0 !important;
        font-size: 15px !important;
        line-height: 50px !important;
    }

    .sticky-header .outer-box {
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
    }

    .sticky-header .outer-box .btn-box {
        float: none !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    .sticky-header .outer-box .btn-box .theme-btn {
        padding: 10px 22px !important;
        font-size: 14px !important;
    }

    .sticky-header .logo {
        padding: 10px 0 !important;
        flex-shrink: 0;
    }
}

/* Navbar Dropdown Genişletme - Uzun başlıkların sığması için (v73) */
.main-menu .navigation>li>ul {
    width: 300px !important;
    /* Standart 230px yetmiyordu */
}

.main-menu .navigation>li>ul>li>a {
    white-space: normal !important;
    /* Uzun metinlerin alt satıra geçmesine izin ver */
    line-height: 1.4 !important;
    padding: 12px 18px !important;
}

@media (min-width: 992px) and (max-width: 1250px) {
    .sticky-header .main-menu .navigation>li {
        margin-left: 10px !important;
    }

    .sticky-header .main-menu .navigation>li>a {
        font-size: 13px !important;
    }

    .sticky-header .outer-box .btn-box .theme-btn {
        padding: 10px 15px !important;
        font-size: 13px !important;
    }
}

/* Legal Document Style (Cookie Policy etc.) */
.legal-document-style {
    background: #ffffff;
    padding: 80px 100px !important;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    color: #333;
    line-height: 1.9;
    position: relative;
    overflow: hidden;
    font-size: 17px;
}

.legal-document-style::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #a2834b, #00204c);
}

.legal-document-style h2,
.legal-document-style h3 {
    color: #00204c;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f0f0f0;
    display: table;
    /* Başlığın genişliğine göre kenarlık */
    text-transform: uppercase;
    font-size: 24px !important;
    letter-spacing: 0.5px;
    word-break: normal;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.legal-document-style h2:first-child {
    margin-top: 0;
}

.legal-document-style p {
    font-size: 17px;
    margin-bottom: 25px;
    text-align: justify;
}

.legal-document-style ul {
    margin-bottom: 35px;
    padding-left: 25px;
}

.legal-document-style ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.legal-document-style ul li::before {
    content: '\f0a4';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #a2834b;
    font-size: 18px;
}

@media (max-width: 991px) {
    .legal-document-style {
        padding: 50px 40px !important;
    }
}

@media (max-width: 767px) {
    .legal-document-style {
        padding: 25px 12px !important;
        /* Yanlardaki boşluğu azaltarak metne yer açtık */
        font-size: 16px;
    }

    .legal-document-style h2,
    .legal-document-style h3 {
        font-size: 15px !important;
        margin: 25px auto 15px !important;
        text-align: center;
        display: block !important;
        line-height: 1.3;
        letter-spacing: -0.4px;
        padding: 0 0 10px 0;
        word-break: normal;
        overflow-wrap: break-word;
        border-bottom: 2px solid #f0f0f0;
        text-transform: none !important;
        font-weight: 700;
    }
}

/* Journey V7 Premium Section - Executive Path (Geri Getirilen) */
.journey-v6-section {
    position: relative;
    padding: 100px 0 90px;
    background: #ffffff;
}

.journey-v6-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.v6-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #a2834b, transparent);
    transform: translateX(-50%);
}

.v6-item {
    position: relative;
    width: 50%;
    margin-bottom: 25px;
}

.v6-left {
    left: 0;
    padding-right: 60px;
    text-align: right;
}

.v6-right {
    left: 50%;
    padding-left: 60px;
    text-align: left;
}

.v6-inner {
    position: relative;
    padding: 35px;
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 32, 76, 0.06);
    box-shadow: 0 10px 40px rgba(0, 32, 76, 0.03);
    transition: all 0.4s ease;
    z-index: 1;
}

.v6-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #a2834b;
    border-radius: 15px 0 0 15px;
    opacity: 0;
    transition: all 0.3s ease;
}

.v6-right .v6-inner::before {
    left: auto;
    right: 0;
    border-radius: 0 15px 15px 0;
}

.v6-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(162, 131, 75, 0.12);
    border-color: rgba(162, 131, 75, 0.3);
}

.v6-inner:hover::before {
    opacity: 1;
}

.v6-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #00204c 0%, #001533 100%);
    color: #a2834b;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(162, 131, 75, 0.2);
}

.v6-item:hover .v6-icon {
    background: linear-gradient(135deg, #a2834b 0%, #8a6d3b 100%);
    color: #fff;
    box-shadow: 0 10px 25px rgba(162, 131, 75, 0.4);
}

.v6-item:hover .v6-icon i {
    transform: scale(1.1);
}

.v6-step {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #a2834b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.v6-item h4 {
    font-size: 21px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
}

.v6-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.v6-marking {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #a2834b;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.v6-left .v6-marking {
    right: -10px;
}

.v6-right .v6-marking {
    left: -10px;
}

.v6-item:hover .v6-marking {
    background: #a2834b;
    box-shadow: 0 0 15px rgba(162, 131, 75, 0.6);
}

.v6-line-decor {
    position: relative;
    width: 60px;
    height: 3px;
    background: #00204c;
    margin: 15px auto 40px;
    border-radius: 2px;
}

.v6-line-decor::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #a2834b;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(162, 131, 75, 0.5);
}

/* Journey V7 Premium Section - Executive Path (Geri Getirilen) */
.journey-v6-section {
    position: relative;
    padding: 100px 0 90px;
    background: #ffffff;
}

.journey-v6-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 50px auto 0;
}

.v6-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #a2834b, transparent);
    transform: translateX(-50%);
}

.v6-item {
    position: relative;
    width: 50%;
    margin-bottom: 25px;
}

.v6-left {
    left: 0;
    padding-right: 60px;
    text-align: right;
}

.v6-right {
    left: 50%;
    padding-left: 60px;
    text-align: left;
}

.v6-inner {
    position: relative;
    padding: 25px;
    /* Kutucuklar küçültüldü */
    background: #fff;
    border-radius: 15px;
    border: 1px solid rgba(0, 32, 76, 0.06);
    box-shadow: 0 10px 40px rgba(0, 32, 76, 0.03);
    transition: all 0.4s ease;
    z-index: 1;
}

.v6-meta {
    display: flex;
    align-items: flex-start;
    /* İkon ve Yıl grubu için üstten hizalama */
    justify-content: space-between;
    margin-bottom: 20px;
}

.v6-icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Yılın ikonun tam altında olması için */
    gap: 8px;
}

.v6-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #00204c 0%, #001533 100%);
    color: #a2834b;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(162, 131, 75, 0.2);
}

.v6-year {
    font-size: 14px;
    font-weight: 700;
    color: #a2834b;
    font-family: 'Oswald', sans-serif;
}

.v6-left .v6-year {
    text-align: right;
    padding-right: 5px;
}

.v6-right .v6-year {
    text-align: right;
    /* İkon her zaman sonda olduğu için sağa yaslı */
    padding-left: 5px;
}

.v6-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(162, 131, 75, 0.12);
    border-color: rgba(162, 131, 75, 0.3);
}

.v6-item:hover .v6-icon {
    background: linear-gradient(135deg, #a2834b 0%, #8a6d3b 100%);
    color: #fff;
    box-shadow: 0 10px 25px rgba(162, 131, 75, 0.4);
}

.v6-item:hover .v6-icon i {
    transform: scale(1.1);
}

.v6-step {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: #a2834b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.v6-item h4 {
    font-size: 21px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
}

.v6-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.v6-marking {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 4px solid #a2834b;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.v6-left .v6-marking {
    right: -10px;
}

.v6-right .v6-marking {
    left: -10px;
}

.v6-item:hover .v6-marking {
    background: #a2834b;
    box-shadow: 0 0 15px rgba(162, 131, 75, 0.6);
}

.v6-line-decor {
    position: relative;
    width: 60px;
    height: 3px;
    background: #00204c;
    margin: 15px auto 40px;
    border-radius: 2px;
}

.v6-line-decor::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #a2834b;
}

/* Hakkımızda İstatistikleri - Executive Clean (V11) */
.executive-stats-section {
    position: relative;
    padding: 60px 0;
    background: #f9f9f9;
    /* Hafif kırık beyaz/gri arka plan */
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.02);
    /* Üstten ayıran yumuşak gölge */
}

.stats-grid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.stat-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Kenar izleri daha saydam yapıldı */
    padding: 30px 20px;
    /* Kutucuklar küçültüldü */
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.4s ease;
    margin-bottom: 30px;
    overflow: hidden;
}

/* Sol taraftaki gizli sarı çizgi */
.stat-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #a2834b;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 40px rgba(162, 131, 75, 0.1);
    /* Saydam sarımsı bir gölge */
    border-color: rgba(162, 131, 75, 0.3);
    /* Fareyle gelince saydam sarı kenarlık */
}

/* Hover'da sarı çizginin gelmesi */
.stat-card:hover::after {
    width: 5px;
}

.stat-card .count-outer {
    display: block;
    font-size: 42px;
    /* Rakamlar küçültüldü */
    font-weight: 400;
    /* Yazılar inceltildi */
    color: #222222;
    margin-bottom: 5px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
}

.stat-card .sign {
    font-size: 24px;
    vertical-align: baseline;
    font-weight: 300;
    /* margin-left: 2px; */
    /* Removed as per instruction */
}

.stat-card .stat-label {
    font-size: 13px;
    font-weight: 600;
    /* Başlıklar biraz daha ince */
    color: #a2834b;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /* margin-top: 15px; */
    /* Removed as per instruction */
}

@media (max-width: 991px) {
    .executive-stats-section {
        padding: 40px 0 10px;
    }

    .stat-card {
        padding: 25px 10px;
        margin-bottom: 20px;
    }

    /* Kutular mobilde daha küçük */
    .stat-card .count-outer {
        font-size: 32px;
    }

    /* Rakamlar mobilde biraz daha küçük */
    .stat-card .sign {
        font-size: 18px;
    }

    .stat-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    /* Başlıklar mobilde daha küçük */
}

@media (max-width: 480px) {
    .row.clearfix {
        margin-left: -5px;
        margin-right: -5px;
    }

    /* Mobil yan boşlukları daralt */
    .stat-column {
        padding-left: 5px;
        padding-right: 5px;
    }

    .stat-card {
        padding: 20px 5px;
    }
}

@media (max-width: 911px) {
    .v6-line {
        left: 20px;
        transform: none;
    }

    .v6-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding: 0 0 0 50px !important;
        margin-bottom: 25px;
    }

    .v6-marking {
        left: 11px !important;
    }
}