

:root {
    --primary-color: var(--color-rank-1);
    --primary-dark: var(--color-rank-7);
    --primary-light: var(--color-rank-11);
    --secondary-color: var(--color-rank-3);
    --secondary-light: var(--color-rank-12);
    --dark-color: var(--color-rank-8);
    --light-color: var(--color-rank-4);
    --gray-color: var(--color-rank-5);
    --gray-light: var(--color-rank-6);
    --white-color: var(--color-rank-2);
    --success-color: var(--color-rank-13);
    --danger-color: var(--color-rank-9);
    --font-primary: 'Poppins', sans-serif;
    --shadow-sm: 0 2px 8px var(--color-rank-18);
    --shadow-md: 0 4px 16px var(--color-rank-19);
    --shadow-lg: 0 8px 30px var(--color-rank-26);
    --transition: all 0.3s ease;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.7;
    color: var(--secondary-color);
    background-color: var(--white-color);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

a:hover {
    color: var(--primary-color);
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 500;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-white {
    background-color: var(--white-color);
    color: var(--secondary-color);
    font-weight: 500;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
}

.btn-white:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}

.section-padding {
    padding: 80px 0;
}

.section-header {
    margin-bottom: 50px;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.3;
}

.section-title span {
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary-dark {
    background-color: var(--secondary-color);
}

.header-top a:hover {
    color: var(--primary-color) !important;
}

.sticky-nav {
    padding: 15px 0;
    box-shadow: none;
    transition: var(--transition);
}

.sticky-nav.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 10px 0;
    box-shadow: var(--shadow-md);
    background-color: var(--white-color) !important;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-icon {
    width: 45px;
    height: 45px;
    background: var(--primary-color);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 20px;
}

.brand-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
}

.navbar-nav .nav-link {
    color: var(--secondary-color);
    font-weight: 500;
    padding: 10px 18px !important;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}



.dropdown-menu {
    border: none;
    box-shadow: var(--shadow-lg);
    border-radius: var(--radius-md);
    padding: 15px 0;
    min-width: 220px;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    color: var(--secondary-color);
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--light-color);
    color: var(--primary-color);
}

.nav-search-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--light-color);
    color: var(--secondary-color);
}

.nav-search-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.btn-quote {
    padding: 10px 24px;
}

.offcanvas-header .brand-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.offcanvas-header .brand-text {
    font-size: 20px;
}

/* Mobile Nav Improvements */
.mobile-nav .nav-link {
    padding: 12px 15px !important;
    border-bottom: 1px solid var(--gray-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--secondary-color);
    font-weight: 500;
}

.mobile-nav .nav-link.active {
    color: var(--primary-color);
    background-color: var(--light-color);
}

.mobile-nav .dropdown-toggle::after {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.mobile-nav .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.mobile-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    float: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    background-color: var(--color-rank-4);
    width: 100%;
}

.mobile-nav .dropdown-item {
    padding: 10px 15px 10px 30px;
    font-size: 14px;
    border-bottom: 1px solid var(--color-rank-20);
    color: var(--gray-color);
}

.mobile-nav .dropdown-item:active,
.mobile-nav .dropdown-item:focus,
.mobile-nav .dropdown-item:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-slide .slide-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-slide .slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide .slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--color-rank-27) 0%, var(--color-rank-21) 50%, var(--color-rank-16) 100%);
    z-index: 2;
}

.hero-slide .slide-content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}

.hero-slide .slide-content h1 {
    font-size: 56px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-slide .slide-content p {
    font-size: 18px;
    color: var(--color-rank-22);
    margin-bottom: 30px;
    line-height: 1.8;
}

.hero-slide .slide-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.play-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white-color);
    font-weight: 500;
}

.play-btn .icon {
    width: 55px;
    height: 55px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
    transition: var(--transition);
}

.play-btn:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px var(--color-rank-28);
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    color: var(--white-color);
    width: 50px;
    height: 50px;
    background-color: var(--color-rank-15);
    border-radius: 50%;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
    font-size: 18px;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background-color: var(--primary-color);
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--color-rank-17);
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    background-color: var(--white-color);
}

.services-section {
    padding: 100px 0;
    background-color: var(--white-color);
}

.service-card {
    padding: 40px 30px;
    background-color: var(--white-color);
    border-radius: var(--radius-md);
    text-align: center;
    transition: var(--transition);
    height: 100%;
    border: 1px solid transparent;
}

.service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.service-card .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--light-color);
    color: var(--primary-color);
    font-size: 32px;
    transition: var(--transition);
}

.service-card:hover .icon {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.service-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-card p {
    color: var(--gray-color);
    font-size: 15px;
    margin-bottom: 20px;
}

.service-card .read-more {
    color: var(--primary-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-card .read-more i {
    transition: var(--transition);
}

.service-card:hover .read-more i {
    transform: translateX(5px);
}

.about-section {
    padding: 100px 0;
    background-color: var(--light-color);
}

.about-image {
    position: relative;
}

.about-image .main-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.about-image .main-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.about-image .video-box {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 200px;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.about-image .video-box img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.about-image .video-box .play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-rank-16);
}

.about-image .video-box .play-icon a {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

.about-content {
    padding-left: 30px;
}

.about-content .section-subtitle {
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-content p {
    color: var(--gray-color);
    margin-bottom: 20px;
}

.about-content .signature {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.about-content .signature img {
    height: 50px;
}

.about-features {
    margin-top: 30px;
}

.about-feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.about-feature-item .icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

.about-feature-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-feature-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.references-section {
    padding: 80px 0;
    background-color: var(--secondary-color);
}

.references-section .section-title {
    color: var(--white-color);
}

.reference-item {
    padding: 30px;
    background-color: var(--color-rank-23);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: var(--transition);
}

.reference-item:hover {
    background-color: var(--color-rank-15);
}

.reference-item img {
    max-height: 50px;
    opacity: 0.7;
    transition: var(--transition);
}

.reference-item:hover img {
    opacity: 1;
}

.products-section {
    padding: 100px 0;
    background-color: var(--white-color);
}

.product-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background-color: var(--white-color);
    height: 100%;
}

.product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.product-card .product-image {
    position: relative;
    overflow: hidden;
}

.product-card .product-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-card .product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--color-rank-21), transparent);
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.product-card .product-overlay .btn {
    transform: translateY(20px);
    transition: var(--transition);
}

.product-card:hover .product-overlay .btn {
    transform: translateY(0);
}

.product-card .product-content {
    padding: 25px;
}

.product-card .product-category {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: block;
}

.product-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-card h4 a:hover {
    color: var(--primary-color);
}

.product-card .product-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.faq-section {
    padding: 100px 0;
    background-color: var(--light-color);
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: var(--radius-md) !important;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.faq-section .accordion-button {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    color: var(--secondary-color);
    background-color: var(--white-color);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: none;
}

.faq-section .accordion-button::after {
    background-size: 16px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-section .accordion-body {
    padding: 25px;
    color: var(--gray-color);
    line-height: 1.8;
}

.cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: var(--color-rank-15);
    border-radius: 50%;
}

.cta-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: var(--color-rank-23);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.cta-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 18px;
    color: var(--color-rank-22);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.page-banner {
    position: relative;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-banner .banner-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.page-banner .banner-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--color-rank-29) 0%, var(--color-rank-30) 100%);
    z-index: 2;
}

.page-banner .banner-content {
    position: relative;
    z-index: 3;
}

.page-banner .banner-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 15px;
}

.page-banner .breadcrumb {
    background: transparent;
}

.page-banner .breadcrumb-item a {
    color: var(--color-rank-31);
}

.page-banner .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.page-banner .breadcrumb-item.active {
    color: var(--primary-color);
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: var(--color-rank-17);
}

.main-footer {
    background-color: var(--secondary-color);
}

.footer-top {
    padding: 80px 0;
}

.footer-widget .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget .footer-logo .brand-icon {
    background: var(--primary-color);
}

.footer-widget .footer-logo .brand-text {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
}

.footer-widget .widget-title {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-widget .widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--color-rank-24);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 12px;
    color: var(--primary-color);
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--color-rank-24);
}

.footer-contact li i {
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 3px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background-color: var(--color-rank-15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

.footer-social a:hover {
    background-color: var(--primary-color);
}

.footer-bottom {
    background-color: var(--dark-color);
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: var(--color-rank-17);
    font-size: 14px;
}

.footer-bottom-links a:hover {
    color: var(--primary-color);
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: var(--shadow-md);
}

.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: var(--secondary-color);
    transform: translateY(-5px);
}

.editor-content {
    line-height: 1.9;
}

.editor-content p {
    margin-bottom: 20px;
    color: var(--gray-color);
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.editor-content h1 {
    font-size: 32px;
}

.editor-content h2 {
    font-size: 28px;
}

.editor-content h3 {
    font-size: 24px;
}

.editor-content h4 {
    font-size: 20px;
}

.editor-content ul,
.editor-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.editor-content li {
    margin-bottom: 10px;
    color: var(--gray-color);
}

.editor-content blockquote {
    background-color: var(--light-color);
    border-left: 4px solid var(--primary-color);
    padding: 25px 30px;
    margin: 30px 0;
    font-style: italic;
    font-size: 18px;
    color: var(--secondary-color);
}

.editor-content img {
    border-radius: var(--radius-md);
    margin: 20px 0;
}

.blog-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    background-color: var(--white-color);
    height: 100%;
}

.blog-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.blog-card .blog-image {
    position: relative;
    overflow: hidden;
}

.blog-card .blog-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-card .blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 8px 15px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 600;
}

.blog-card .blog-content {
    padding: 25px;
}

.blog-card .blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--gray-color);
}

.blog-card .blog-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.blog-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}

.blog-card h4 a:hover {
    color: var(--primary-color);
}

.blog-card .read-more {
    color: var(--primary-color);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sidebar-widget {
    background-color: var(--white-color);
    border-radius: var(--radius-md);
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-sm);
}

.sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary-color);
}

.sidebar-widget .search-form {
    position: relative;
}

.sidebar-widget .search-form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-sm);
}

.sidebar-widget .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background-color: var(--primary-color);
    border: none;
    color: var(--white-color);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.sidebar-widget .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget .category-list li {
    border-bottom: 1px solid var(--gray-light);
}

.sidebar-widget .category-list li:last-child {
    border-bottom: none;
}

.sidebar-widget .category-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: var(--secondary-color);
}

.sidebar-widget .category-list a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.sidebar-widget .category-list span {
    background-color: var(--light-color);
    padding: 3px 10px;
    border-radius: var(--radius-sm);
    font-size: 13px;
}

.sidebar-widget .recent-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray-light);
}

.sidebar-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-widget .recent-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.sidebar-widget .recent-post h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sidebar-widget .recent-post h6 a:hover {
    color: var(--primary-color);
}

.sidebar-widget .recent-post .date {
    font-size: 13px;
    color: var(--gray-color);
}

.topbar-filter {
    background-color: var(--light-color);
    padding: 15px 20px;
    border-radius: var(--radius-md);
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.topbar-filter .result-count {
    font-weight: 500;
}

.topbar-filter select {
    padding: 8px 35px 8px 15px;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-sm);
    background-color: var(--white-color);
}

.price-range-inputs {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price-range-inputs input {
    width: 100px;
    padding: 8px 12px;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-sm);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, var(--color-rank-32), var(--color-rank-33));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item .gallery-overlay a {
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 20px;
    transform: scale(0);
    transition: var(--transition);
}

.gallery-item:hover .gallery-overlay a {
    transform: scale(1);
}

.pagination {
    gap: 10px;
}

.pagination .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm) !important;
    border: none;
    color: var(--secondary-color);
    font-weight: 500;
    box-shadow: var(--shadow-sm);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.contact-info-box {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    height: 100%;
    text-align: center;
    transition: var(--transition);
}

.contact-info-box:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.contact-info-box .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 28px;
    transition: var(--transition);
}

.contact-info-box:hover .icon {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.contact-info-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-box p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.contact-form {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.contact-form .form-control {
    padding: 15px 20px;
    border: 1px solid var(--gray-light);
    border-radius: var(--radius-sm);
    margin-bottom: 20px;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--color-rank-25);
}

.contact-form textarea {
    min-height: 150px;
    resize: none;
}

.map-wrapper {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 120px;
}

.map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: none;
    filter: grayscale(100%);
    transition: var(--transition);
}

.map-wrapper:hover iframe {
    filter: grayscale(0%);
}

.values-card {
    padding: 30px;
    background-color: var(--white-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    text-align: center;
    height: 100%;
    transition: var(--transition);
}

.values-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.values-card .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 32px;
}

.values-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.values-card p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--primary-color);
}

.timeline-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
    border: 3px solid var(--white-color);
    box-shadow: 0 0 0 3px var(--primary-color);
}

.timeline-item .year {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    margin-bottom: 15px;
}

.timeline-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-item p {
    color: var(--gray-color);
    margin-bottom: 0;
}

.job-card {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    transition: var(--transition);
}

.job-card:hover {
    box-shadow: var(--shadow-lg);
}

.job-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-card .job-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: var(--gray-color);
}

.job-card .job-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.product-detail-gallery {
    position: relative;
}

.product-detail-gallery .main-image {
    border-radius: var(--radius-md);
    overflow: hidden;
    margin-bottom: 15px;
}

.product-detail-gallery .main-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.product-detail-gallery .thumb-images {
    display: flex;
    gap: 10px;
}

.product-detail-gallery .thumb-images .thumb {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: var(--transition);
    border: 2px solid transparent;
}

.product-detail-gallery .thumb-images .thumb.active,
.product-detail-gallery .thumb-images .thumb:hover {
    opacity: 1;
    border-color: var(--primary-color);
}

.product-detail-gallery .thumb-images .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-info h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail-info .product-category {
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.product-detail-info .product-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.product-detail-info .product-description {
    color: var(--gray-color);
    margin-bottom: 25px;
    line-height: 1.8;
}

.product-specs {
    margin-bottom: 25px;
}

.product-specs li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--gray-light);
}

.product-specs li:last-child {
    border-bottom: none;
}

.product-specs li strong {
    color: var(--secondary-color);
}

.product-specs li span {
    color: var(--gray-color);
}

.share-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.share-buttons span {
    font-weight: 600;
    margin-right: 10px;
}

.share-buttons a {
    width: 40px;
    height: 40px;
    background-color: var(--light-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}

.share-buttons a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.related-products {
    padding: 80px 0;
    background-color: var(--light-color);
}

.ilan-card {
    background-color: var(--white-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    height: 100%;
}

.ilan-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.ilan-card .ilan-image {
    position: relative;
    overflow: hidden;
}

.ilan-card .ilan-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: var(--transition);
}

.ilan-card:hover .ilan-image img {
    transform: scale(1.05);
}

.ilan-card .ilan-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 5px 12px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 600;
}

.ilan-card .ilan-content {
    padding: 25px;
}

.ilan-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ilan-card h4 a:hover {
    color: var(--primary-color);
}

.ilan-card .ilan-meta {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--gray-color);
    margin-bottom: 15px;
}

.ilan-card .ilan-meta i {
    color: var(--primary-color);
    margin-right: 5px;
}

.ilan-card p {
    color: var(--gray-color);
    font-size: 14px;
    margin-bottom: 0;
}

.filter-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.filter-tags a {
    padding: 8px 20px;
    border: 1px solid var(--gray-light);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}

.filter-tags a:hover,
.filter-tags a.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.make-sticky {
    position: sticky;
    top: 120px;
}

.make-sticky-important {
    position: sticky !important;
    top: 120px !important;
}

.aspect-ratio-16-9 {
    aspect-ratio: 16/9;
}

.aspect-ratio-4-3 {
    aspect-ratio: 4/3;
}

.aspect-ratio-1-1 {
    aspect-ratio: 1/1;
}

@media (max-width: 1199.98px) {
    .hero-slide .slide-content h1 {
        font-size: 46px;
    }

    .about-image .video-box {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991.98px) {
    .hero-slide {
        height: 70vh;
        min-height: 500px;
    }

    .hero-slide .slide-content h1 {
        font-size: 38px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }


    .section-title {
        font-size: 30px;
    }

    .footer-bottom-links {
        justify-content: flex-start;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .section-padding {
        padding: 60px 0;
    }

    .hero-slide {
        height: 65vh;
        min-height: 450px;
    }

    .hero-slide .slide-content h1 {
        font-size: 32px;
    }

    .hero-slide .slide-content p {
        font-size: 16px;
    }

    .page-banner {
        height: 280px;
    }

    .page-banner .banner-title {
        font-size: 32px;
    }

    .cta-content h2 {
        font-size: 32px;
    }

    .product-detail-info h1 {
        font-size: 26px;
    }

    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hero-slide .slide-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-range-inputs input {
        width: 80px;
    }
}

/* ========================================
   Product Detail Gallery Slider
======================================== */
.product-detail-gallery {
    position: relative;
}

.product-slider-wrapper {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background-color: var(--light-color);
}

.product-main-slider {
    width: 100%;
}

.product-main-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-main-slider .swiper-slide a {
    display: block;
    position: relative;
    width: 100%;
}

.product-main-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

.product-main-slider .zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 20px;
    opacity: 0;
    transition: var(--transition);
}

.product-main-slider .swiper-slide a:hover .zoom-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Slider Navigation Buttons */
.product-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--secondary-color);
    font-size: 18px;
    cursor: pointer;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.product-slider-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-slider-btn.swiper-button-disabled:hover {
    background-color: var(--white-color);
    color: var(--secondary-color);
}

.product-slider-prev {
    left: 15px;
}

.product-slider-next {
    right: 15px;
}

/* Thumbnail Slider */
.product-thumb-slider {
    margin-top: 15px;
}

.product-thumb-slider .swiper-slide {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
    opacity: 0.6;
}

.product-thumb-slider .swiper-slide:hover,
.product-thumb-slider .swiper-slide-thumb-active {
    border-color: var(--primary-color);
    opacity: 1;
}

.product-thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .product-slider-btn {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .product-slider-prev {
        left: 10px;
    }

    .product-slider-next {
        right: 10px;
    }

    .product-thumb-slider .swiper-slide {
        width: 60px;
        height: 60px;
    }
}

/* ========================================
   Product Tabs - Modern Design
======================================== */
.product-tabs {
    border: none;
    gap: 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.product-tabs::-webkit-scrollbar {
    display: none;
}

.product-tabs .nav-item {
    flex: 0 0 auto;
}

.product-tabs .nav-link {
    border: 2px solid var(--gray-light);
    border-radius: var(--radius-md);
    padding: 16px 28px;
    font-weight: 600;
    font-size: 15px;
    color: var(--secondary-color);
    background-color: var(--white-color);
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.product-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--color-rank-25), transparent);
    transition: left 0.5s ease;
}

.product-tabs .nav-link:hover::before {
    left: 100%;
}

.product-tabs .nav-link i {
    font-size: 18px;
    transition: var(--transition);
}

.product-tabs .nav-link:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.product-tabs .nav-link:hover i {
    transform: scale(1.1);
}

.product-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    border-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 4px 15px var(--color-rank-34);
}

.product-tabs .nav-link.active i {
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }
}

.product-tab-content {
    background-color: var(--white-color);
    border: 2px solid var(--gray-light);
    border-radius: var(--radius-md);
    padding: 35px;
    margin-top: 20px;
    box-shadow: var(--shadow-sm);
}

.product-tab-content .tab-pane {
    animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.service-detail-gallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .product-tabs {
        gap: 8px;
    }

    .product-tabs .nav-link {
        padding: 14px 22px;
        font-size: 14px;
    }

    .product-tabs .nav-link i {
        font-size: 16px;
    }

    .product-tab-content {
        padding: 25px;
    }

    html,body {
        overflow-x: hidden;
    }
}

@media (max-width: 767.98px) {
    .product-tabs {
        gap: 6px;
        padding-bottom: 5px;
    }

    .product-tabs .nav-link {
        padding: 12px 18px;
        font-size: 13px;
    }

    .product-tabs .nav-link i {
        font-size: 14px;
    }

/*     .product-tabs .nav-link span {
        display: none;
    } */

    .product-tabs .nav-link i {
        margin: 0;
    }

    .product-tab-content {
        padding: 20px;
    }
}

@media (max-width: 575.98px) {
    .product-tabs .nav-link {
        padding: 10px 16px;
    }
}

/* ========================================
   Editor Content - CKEditor Styles
======================================== */
.editor-content {
    line-height: 1.8;
    color: var(--secondary-color);
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-bottom: 0.8em;
    font-weight: 600;
    color: var(--secondary-color);
}

.editor-content h1 {
    font-size: 32px;
}

.editor-content h2 {
    font-size: 28px;
}

.editor-content h3 {
    font-size: 24px;
}

.editor-content h4 {
    font-size: 20px;
}

.editor-content h5 {
    font-size: 18px;
}

.editor-content h6 {
    font-size: 16px;
}

.editor-content p {
    margin-bottom: 1em;
}

.editor-content ul,
.editor-content ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.editor-content li {
    margin-bottom: 0.5em;
}

.editor-content blockquote {
    padding: 20px 25px;
    margin: 1.5em 0;
    border-left: 4px solid var(--primary-color);
    background-color: var(--light-color);
    font-style: italic;
    color: var(--gray-color);
}

/* Table Styles for CKEditor */
.editor-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    border: 1px solid var(--gray-light);
}

.editor-content table th,
.editor-content table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid var(--gray-light);
    vertical-align: middle;
}

.editor-content table th {
    background-color: var(--light-color);
    font-weight: 600;
    color: var(--secondary-color);
}

.editor-content table td {
    color: var(--secondary-color);
}

.editor-content table tbody tr:hover {
    background-color: var(--color-rank-35);
}

/* Responsive Table */
@media (max-width: 767.98px) {
    .editor-content table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .editor-content table th,
    .editor-content table td {
        padding: 10px 12px;
        font-size: 14px;
        white-space: nowrap;
    }
}

/* Additional Editor Content Styles */
.editor-content img {
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    margin: 1em 0;
}

.editor-content a {
    color: var(--primary-color);
    text-decoration: underline;
}

.editor-content a:hover {
    color: var(--primary-dark);
}

.editor-content code {
    background-color: var(--light-color);
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.editor-content pre {
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 15px;
    border-radius: var(--radius-md);
    overflow-x: auto;
    margin: 1.5em 0;
}

.editor-content pre code {
    background: transparent;
    padding: 0;
    color: var(--white-color);
}

/* Service Detail Gallery */
.service-detail-gallery .gallery-popup {
    transition: var(--transition);
}

.service-detail-gallery .gallery-popup:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.service-detail-gallery .gallery-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--color-rank-16);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.service-detail-gallery .gallery-popup:hover .gallery-overlay {
    opacity: 1;
}

.service-detail-gallery .gallery-overlay i {
    color: var(--white-color);
    font-size: 24px;
    transform: scale(0);
    transition: var(--transition);
}

.service-detail-gallery .gallery-popup:hover .gallery-overlay i {
    transform: scale(1);
}

.service-detail-gallery .more-photos-overlay {
    position: absolute;
    inset: 0;
    background-color: var(--color-rank-36);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.service-detail-gallery .gallery-popup:hover .more-photos-overlay {
    background-color: var(--color-rank-37);
}

.service-detail-gallery .more-photos-overlay span {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
}

.object-fit-cover {
    object-fit: cover !important;
}

@media (max-width: 991.98px) {
    .service-detail-gallery .col-lg-8 {
        height: 300px;
    }

    .service-detail-gallery .col-lg-4 {
        height: auto;
    }

    .service-detail-gallery .col-lg-4 .col-6 {
        height: 150px;
    }
}

/* Service Slider Navigation */
.service-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: var(--transition);
}

.service-slider-btn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.service-slider-prev {
    left: 20px;
}

.service-slider-next {
    right: 20px;
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 991.98px) {
    .mobile-lang-switcher .d-flex a {
        align-items: center;
        justify-content: center;
        display: flex;
        width: 67px;
    }
}

@media (max-width:575.98px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }

    .faq-section {
        position: relative;
    }

    .faq-section .btn-primary {
        position: absolute;
        bottom: 40px;
    }

    .topbar-filter .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        width: 100%;
    }
}


/* whatsapp-Ã§errez */

.whatsapp-button {
    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 999;

    /* DiÄŸer elementlerin Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */
}

.whatsapp-button a {
    display: block;
}

.whatsapp-button img {
    width: 45px;

    /* Ä°kon boyutunu ayarlayabilirsiniz */

    height: 45px;

    border-radius: 50%;

    /* Yuvarlak gÃ¶rÃ¼nÃ¼m iÃ§in */

    box-shadow: 2px 2px 8px var(--color-rank-19);

    /* Hafif gÃ¶lge */

    transition: transform 0.3s ease-in-out;

    /* Hover efekti iÃ§in geÃ§iÅŸ */
}

.whatsapp-button img:hover {
    transform: scale(1.1);

    /* Hoverda hafif bÃ¼yÃ¼me efekti */
}

/* Ã§erez bandÄ± */

.cookie-banner {
    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #f8f8f8ef;

    color: var(--color-rank-14);

    padding: 15px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1000;

    /* DiÄŸer elementlerin Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */

    box-shadow: 0 -2px 5px var(--color-rank-38);

    transform: translateY(100%);

    /* BaÅŸlangÄ±Ã§ta aÅŸaÄŸÄ± kaydÄ±rarak gizle */

    opacity: 0;

    /* GÃ¶rÃ¼nÃ¼rlÃ¼ÄŸÃ¼ de sÄ±fÄ±ra indir */

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    /* OpaklÄ±k geÃ§iÅŸini de ekle */
}

.cookie-banner.show {
    transform: translateY(0);

    /* GÃ¶stermek iÃ§in yukarÄ± kaydÄ±r */

    opacity: 1;

    /* GÃ¶rÃ¼nÃ¼r yap */
}

.cookie-banner.hidden {
    transform: translateY(100%);

    opacity: 0;
}

.cookie-text {
    font-size: 16px;
}

.cookie-link {
    color: var(--primary);

    text-decoration: none;

    margin-left: 10px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-button {
    background-color: var(--primary-color);

    color: var(--color-rank-2);

    border: none;

    padding: 5px 15px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    transition: all 0.3s ease-in-out;
}

.cookie-button:hover {
    transform: translateY(-3px);
    background-color: var(--primary-dark);
}

/* Responsive TasarÄ±m */

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        text-align: center;
    }

    .cookie-text {
        margin-bottom: 10px;
    }

    .cookie-link {
        display: block;

        margin: 5px 0;
    }

    .cookie-button {
        width: 100%;
    }
}

/* Ã§erez bandÄ± */

/* whatsapp-Ã§errez */

/* formlarla */

.swal2-container {
    z-index: 99999999999 !important;
}

.swal2-container .select2-container {
    display: none;
}

.zorunlu-alanlar {
    display: flex;

    gap: 10px;

    flex-direction: column;
}

.zorunlu-alanlar span {
    color: var(--color-rank-9);

    font-size: 14px;

    font-weight: 500;
}

div:where(.swal2-container) div:where(.swal2-actions) .swal2-confirm {
    background-image: none;
    color: var(--color-rank-2);
    background-color: var(--primary-color);
}

/* Spinner Stili */

.custom-spinner {
    display: inline-block;

    width: 16px;

    height: 16px;

    border: 2px solid var(--color-rank-2);

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;

    margin-left: 8px;

    vertical-align: middle;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.navbar-brand img, footer .footer-logo img{
  object-position: left;
  object-fit: contain;
  width: 150px;
  height: auto;
}  

.custom-icon {
    width: 50%;
    height: 50%;
    background-color: var(--primary-color);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


.service-card:hover .icon .custom-icon {
    background-color: var(--white-color);
}


.gallery-item .gallery-overlay i {
    color: var(--white-color);
    font-size: 36px;
}

.btn-primary:active, .btn-primary:disabled {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.application-form {
    padding: 40px;
}

@media (max-width: 991.98px) {
    .application-form {
        padding: 30px;
    }
}

@media (max-width: 767.98px) {
    .application-form {
        padding: 30px 20px;
    }
}

.blog-card .blog-date {
    font-size: 12px;
    font-weight: 600;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 5px 10px;
    border-radius: var(--radius-sm);
}

.sidebar-widget .category-list a.active {
    color: var(--primary-color);
}

.post-tags span {
    font-weight: 600;
    color: var(--secondary-color);
}


.product-sidebar-container input::placeholder{
    font-size: 12px;
}

.price-range-inputs {
    flex-direction: column;
    flex-wrap: wrap;
}


.product-sidebar-container .filter-btn-area.make-float {
    position: sticky;
    bottom: 20px;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border-radius: var(--radius-md);
    background: var(--secondary-color);
    border: 1px solid var(--color-rank-39);
    box-shadow: 0 -4px 20px var(--color-rank-18);
    z-index: 1000;
}

.product-sidebar-container .filter-btn-area a.btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 0.75rem;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: var(--radius-sm);
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.product-sidebar-container .filter-btn-area a.btn-primary:hover {
    background-color: var(--color-rank-10);
    border-color: var(--color-rank-10);
    transform: translateY(-2px);
}

.product-sidebar-container .temizle-btn {
    color: var(--color-rank-2);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.product-sidebar-container .temizle-btn:hover {
    color: var(--primary-color);
    opacity: 1;
}

.product-sidebar-container .sidebar-widget .category-list li {
    border-bottom: none;
}

/* Alt kategori stilleri (level-1, level-2, vb.) */
.product-sidebar-container .sidebar-widget .category-list .level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    border-left: 2px solid var(--gray-light);
    margin-left: 10px;
    margin-bottom: 5px;
}

.product-sidebar-container .sidebar-widget .category-list .level-1 li {
    border-bottom: 1px solid var(--color-rank-20);
}

.product-sidebar-container .sidebar-widget .category-list .level-1 li:last-child {
    border-bottom: none;
}

.product-sidebar-container .sidebar-widget .category-list .level-1 a {
    display: block;
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.product-sidebar-container .sidebar-widget .category-list .level-1 a:hover,
.product-sidebar-container .sidebar-widget .category-list .level-1 a.active {
    color: var(--primary-color);
    padding-left: 8px;
}

/* Daha derin seviyeler için (level-2, level-3 vb.) */
.product-sidebar-container .sidebar-widget .category-list .level-2 {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    border-left: 2px solid var(--gray-light);
    margin-left: 10px;
}

.product-sidebar-container .sidebar-widget .category-list .level-2 a {
    font-size: 0.85rem;
    padding: 6px 0;
}

.bg-dark {
    background-color: var(--color-rank-8) !important;
}