/**
* Template Name: OnePage
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
    --default-font: "sahel_fd", "tahoma", "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "sahel_fd", "Nunito", sans-serif;
    --nav-font: "sahel_fd", "Inter", sans-serif;
}


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
    --background-color: #ffffff; /* Background color for the entire website, including individual sections */
    --background-dark: rgba(0 ,0,0,1); /* Background color for the entire website, including individual sections */
    --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
    /*--heading-color: #004D98; !* Color for headings, subheadings and title throughout the website *!*/
    --heading-color: #1c398e; /* Color for headings, subheadings and title throughout the website */
    /*--accent-color: #A00042; !* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out *!*/
    --accent-color: #a3004c; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
    --master-color: #0D1A56;
    --secondary-color: #3a4753;
    --background: #f8fafc;
    --foreground: #0c0c1d;
    --card: #f8fafc;
    --card-foreground: #45556c;
    --popover: #ffffff;
    --popover-foreground: #0c0c1d;
    --primary: #a3004c;
    --primary-foreground: #ffffff;
    --secondary: #1c398e;
    --secondary-foreground: #f8fafc;
    --secondary-hover: #fccee8;
    --secondary-hover2: #ff97d4;
    --muted: #f1f5f9;
    --muted-foreground: #0c0c1d;
    --accent: #ffffff;
    --accent-foreground: #364153;
    --destructive: #a3004c;
    --destructive-foreground: #f8fafc;
    --border: #dfe6e9;
    --input: #dfe6e9;
    --ring: #a3004c;
    --chart-1: #a3004c;
    --chart-2: #1c398e;
    --chart-3: #364153;
    --chart-4: #45556c;
    --chart-5: #f1f5f9;
    --sidebar: #f1f5f9;
    --sidebar-foreground: #0c0c1d;
    --sidebar-primary: #a3004c;
    --sidebar-primary-foreground: #ffffff;
    --sidebar-accent: #1c398e;
    --sidebar-accent-foreground: #f1f5f9;
    --sidebar-border: #dfe6e9;
    --sidebar-ring: #a3004c;
    --font-sans: Vazirmatn, sans-serif;
    --font-serif: Vazirmatn, ui-serif, Georgia, Cambria, 'Times New Roman', Times,
    serif;
    --font-mono: Vazirmatn, Fira Code, monospace;
    --radius: 0.625rem;
    --shadow-2xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
    --shadow-xs: 0px 4px 8px -2px hsl(0 0% 0% / 0.05);
    --shadow-sm: 0px 4px 8px -2px hsl(0 0% 0% / 0.1),
    0px 1px 2px -3px hsl(0 0% 0% / 0.1);
    --shadow: 0px 4px 8px -2px hsl(0 0% 0% / 0.1),
    0px 1px 2px -3px hsl(0 0% 0% / 0.1);
    --shadow-md: 0px 4px 8px -2px hsl(0 0% 0% / 0.1),
    0px 2px 4px -3px hsl(0 0% 0% / 0.1);
    --shadow-lg: 0px 4px 8px -2px hsl(0 0% 0% / 0.1),
    0px 4px 6px -3px hsl(0 0% 0% / 0.1);
    --shadow-xl: 0px 4px 8px -2px hsl(0 0% 0% / 0.1),
    0px 8px 10px -3px hsl(0 0% 0% / 0.1);
    --shadow-2xl: 0px 4px 8px -2px hsl(0 0% 0% / 0.25);

    --nav-color: #1c398e; /* The default color of the main navmenu links */
    --nav-hover-color: #A00042; /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #1c398e; /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #A00042; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}




/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    --background-color: #f6fafd;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #060606;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #252525;
    --contrast-color: #ffffff;
}

.dark-background2 {
    --background-color: #44505C;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #44505C;
    --contrast-color: #ffffff;
}

.dark-background3 {
    --background-color: #3A4753;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #3A4753;
    --contrast-color: #ffffff;
}

.accent-background {
    --background-color: #A00042;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #ffffff;
    --surface-color: #469fdf;
    --contrast-color: #ffffff;
}

.default-background {
    --background-color: #004D98;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --accent-color: #ffffff;
    --surface-color: #A00042;
    --contrast-color: #ffffff;
}


/* Smooth scroll */
:root {
    scroll-behavior: smooth;
}
/* ==================== */


.news-slider-item img{
    height: 180px !important;
    width: auto !important;
    float: left;
}
.carousel-indicators.carouselNewsIndicators {
    bottom: -2rem; /* فاصله از پایین اسلایدر - اختیاری */
}

.carousel-indicators.carouselNewsIndicators button {
    background-color: #000 !important; /* مشکی کردن indicator ها */
    opacity: 0.5; /* شفافیت حالت عادی */
    width: 30px;
    height: 3px;
    margin: 0 4px;
}

.carousel-indicators.carouselNewsIndicators button.active {
    background-color: #000 !important;
    opacity: 1; /* کاملاً مشکی برای اسلاید فعال */
}

/* اگر می‌خواهید بک‌گراند سفید پشت indicatorها داشته باشید */
.carousel-indicators.carouselNewsIndicators {
    /*background-color: rgba(255, 255, 255, 0.8);*/
    padding: 8px 12px;
    border-radius: 20px;
    /*width: auto;*/
    /*left: auto;*/
    /*right: auto;*/
    bottom: -10px;
    margin-botton:10px;
}

.news-slider-content{
    background: rgba(255, 255, 255, 0.64);
    border: #aaa 1px dashed;
    border-radius: 4px;
    margin: 10px;
}

.slider-hot {
    background-color: var(--secondary) !important;
    color: white;
}

.slider-hot .hot-star {
    max-width: 120px;
    margin-bottom: .5rem;
}

.slider-hot #newestHeading {
    font-weight: 700;
    font-size: 1.5rem;
}

.slider-hot .owl-carousel .card {
    background: var(--surface-color);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.slider-hot .owl-carousel .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}

.slider-hot .owl-carousel .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.slider-hot .owl-carousel .fix_height_title {
    min-height: 3.2em;
    line-height: 1.6em;
    font-size: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.slider-hot .owl-carousel .fix_height_title a {
    color: var(--heading-color);
}

.slider-hot .owl-carousel .btn-success {
    background-color: var(--primary);
    border-color: var(--primary);
}

.slider-hot .owl-carousel .btn-success:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

/* Carousel needs horizontal padding so nav buttons don't overlap items,
   and overflow:hidden on the stage so loop peeks don't leak on the side */
.slider-hot .owl-carousel {
    padding: 0 50px;
}

.slider-hot .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

/* Owl nav buttons — center-aligned, sitting in the carousel padding */
.slider-hot .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.slider-hot .owl-carousel .owl-nav button.owl-prev,
.slider-hot .owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9) !important;
    color: var(--secondary) !important;
    font-size: 1.25rem !important;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: background-color .2s ease;
}

.slider-hot .owl-carousel .owl-nav button.owl-prev:hover,
.slider-hot .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.slider-hot .owl-carousel .owl-nav button.owl-prev { right: 8px; }
.slider-hot .owl-carousel .owl-nav button.owl-next { left: 8px; }

@media (max-width: 575.98px) {
    .slider-hot .owl-carousel {
        padding: 0 40px;
    }
}

.slider-hot .owl-carousel .owl-dots {
    margin-top: .75rem;
    text-align: center;
}

.slider-hot .owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .5);
    width: 8px;
    height: 8px;
    margin: 4px;
}

.slider-hot .owl-carousel .owl-dots .owl-dot.active span,
.slider-hot .owl-carousel .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* Porto-style helpers used in the markup */
.nav-center-images-only .owl-nav { top: 35%; }
.stage-margin .owl-stage-outer { padding: 0 6px; }

/* ----------------------------------------
   Online Shop slider (slider-shop)
   ---------------------------------------- */
.slider-shop {
    background-color: #f5f6fa;
    color: var(--default-color);
}

.slider-shop .shop_block {
    position: relative;
}

.slider-shop .shop-side-panel {
    background-color: var(--primary);
    color: #fff;
    border-radius: 16px;
    padding: 2rem 1rem;
    min-height: 320px;
}

.slider-shop .shop-side-icon {
    font-size: 3.5rem;
    color: #fff;
    margin-bottom: 1rem;
    opacity: .95;
}

.slider-shop .shop-side-title {
    font-weight: 700;
    font-size: 1.6rem;
    margin: .5rem 0 1.25rem;
    color: #fff;
}

.slider-shop .shop-side-btn {
    background: transparent;
    color: #fff !important;
    border: 1.5px solid #fff;
    border-radius: 999px;
    padding: .55rem 1.25rem;
    font-weight: 600;
    transition: background-color .2s ease, color .2s ease;
}

.slider-shop .shop-side-btn:hover {
    background: #fff;
    color: var(--primary) !important;
}

.slider-shop .owl-carousel .shop-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.slider-shop .owl-carousel .shop-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
}

.slider-shop .owl-carousel .shop-card-img-wrap {
    display: block;
    overflow: hidden;
}

.slider-shop .owl-carousel .shop-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.slider-shop .owl-carousel .shop-card:hover .shop-card-img {
    transform: scale(1.04);
}

.slider-shop .owl-carousel .shop-card-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    background: var(--secondary);
    color: #fff !important;
    padding: .65rem 1rem;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none;
    transition: background-color .2s ease;
    margin-top: auto;
}

.slider-shop .owl-carousel .shop-card-buy:hover {
    background: var(--primary);
}

.slider-shop .owl-carousel .shop-card-buy-text {
    flex: 1;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slider-shop .owl-carousel .shop-card-buy i {
    font-size: 1.05rem;
}

/* Carousel needs horizontal padding so nav buttons don't overlap items,
   and overflow:hidden on the stage so loop peeks don't leak on the side */
.slider-shop .owl-carousel {
    padding: 0 50px;
}

.slider-shop .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

/* Owl nav buttons for shop slider */
.slider-shop .owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.slider-shop .owl-carousel .owl-nav button.owl-prev,
.slider-shop .owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff !important;
    color: var(--primary) !important;
    font-size: 1.25rem !important;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: background-color .2s ease, color .2s ease;
}

.slider-shop .owl-carousel .owl-nav button.owl-prev:hover,
.slider-shop .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--primary) !important;
    color: #fff !important;
}

.slider-shop .owl-carousel .owl-nav button.owl-prev { right: 8px; }
.slider-shop .owl-carousel .owl-nav button.owl-next { left: 8px; }

@media (max-width: 575.98px) {
    .slider-shop .owl-carousel {
        padding: 0 40px;
    }
}

.slider-shop .owl-carousel .owl-dots {
    margin-top: .75rem;
    text-align: center;
}

.slider-shop .owl-carousel .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 8px;
    height: 8px;
    margin: 4px;
}

.slider-shop .owl-carousel .owl-dots .owl-dot.active span,
.slider-shop .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

@media (max-width: 767.98px) {
    .slider-shop .shop-side-panel {
        min-height: 0;
        padding: 1.5rem 1rem;
        margin-bottom: 1rem;
    }
    .slider-shop .shop-side-icon {
        font-size: 2.5rem;
        margin-bottom: .5rem;
    }
    .slider-shop .shop-side-title {
        font-size: 1.25rem;
    }
}

/* ----------------------------------------
   Latest news/articles slider (slider-latest)
   ---------------------------------------- */
.slider-latest {
    position: relative;
    background-image: url('/img/bg_support.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--default-color);
    isolation: isolate;
}

.slider-latest::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: -1;
}

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

/* Equal-height items + clip stage so loop peeks don't leak on the side */
.slider-latest .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.slider-latest .owl-carousel .owl-stage {
    display: flex;
}

.slider-latest .owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.slider-latest .owl-carousel .owl-item > .latest-card {
    width: 100%;
}

.slider-latest .owl-carousel .latest-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    transition: background-color .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.slider-latest .owl-carousel .latest-card-img-wrap {
    overflow: hidden;
    display: block;
}

.slider-latest .owl-carousel .latest-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.slider-latest .owl-carousel .latest-card-body {
    padding: 1.1rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.slider-latest .owl-carousel .latest-card-title {
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 .55rem;
    color: var(--heading-color);
    line-height: 1.5;
    transition: color .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 3em;
}

.slider-latest .owl-carousel .latest-card-desc {
    font-size: .9rem;
    line-height: 1.8;
    color: #6b7280;
    margin: 0 0 1rem;
    transition: color .3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slider-latest .owl-carousel .latest-card-more {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 700;
    font-size: .9rem;
    color: var(--primary);
    transition: color .3s ease;
}

/* Hover state — card turns dark blue, text becomes white, image zooms */
.slider-latest .owl-carousel .latest-card:hover {
    background: var(--secondary);
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(28, 57, 142, .25);
}

.slider-latest .owl-carousel .latest-card:hover .latest-card-title,
.slider-latest .owl-carousel .latest-card:hover .latest-card-desc,
.slider-latest .owl-carousel .latest-card:hover .latest-card-more {
    color: #fff;
}

.slider-latest .owl-carousel .latest-card:hover .latest-card-img {
    transform: scale(1.08);
}

/* Carousel needs horizontal padding so nav buttons don't overlap items */
.slider-latest .owl-carousel {
    padding: 0 50px;
}

/* Owl nav buttons */
.slider-latest .owl-carousel .owl-nav {
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    pointer-events: none;
}

.slider-latest .owl-carousel .owl-nav button.owl-prev,
.slider-latest .owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff !important;
    color: var(--secondary) !important;
    font-size: 1.25rem !important;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    transition: background-color .2s ease, color .2s ease;
}

.slider-latest .owl-carousel .owl-nav button.owl-prev:hover,
.slider-latest .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--secondary) !important;
    color: #fff !important;
}

.slider-latest .owl-carousel .owl-nav button.owl-prev { right: 8px; }
.slider-latest .owl-carousel .owl-nav button.owl-next { left: 8px; }

@media (max-width: 575.98px) {
    .slider-latest .owl-carousel {
        padding: 0 40px;
    }
}

.slider-latest .owl-carousel .owl-dots {
    margin-top: .75rem;
    text-align: center;
}

.slider-latest .owl-carousel .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 8px;
    height: 8px;
    margin: 4px;
}

.slider-latest .owl-carousel .owl-dots .owl-dot.active span,
.slider-latest .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--secondary);
}

/* ----------------------------------------
   Footer menu (owl carousel)
   ---------------------------------------- */
.footer-menu {
    margin-bottom: 1.5rem;
}

.footer-menu-owl .owl-stage-outer {
    overflow: hidden;
}

.footer-menu-owl .footer-menu-col {
    padding: 0 1.25rem;
    position: relative;
    text-align: center;
}

/* Dashed vertical divider between columns (on the right edge of each non-first col) */
.footer-menu-owl .footer-menu-col::before {
    content: '';
    position: absolute;
    top: 2.25rem;
    bottom: .25rem;
    right: 0;
    border-right: 1px dashed rgba(255, 255, 255, .25);
}

.footer-menu-owl .owl-item:first-child .footer-menu-col::before {
    display: none;
}

.footer-menu-owl .footer-menu-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--secondary-hover, #fccee8);
    margin: 0 0 1rem;
    letter-spacing: .02em;
}

.footer-menu-owl .footer-menu-title a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-menu-owl .footer-menu-title a:hover {
    color: #fff;
}

.footer-menu-owl .footer-menu-sub {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu-owl .footer-menu-sub li {
    margin: 0 0 .55rem;
}

.footer-menu-owl .footer-menu-sub a {
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-menu-owl .footer-menu-sub a:hover {
    color: #fff;
}

/* Owl dots — bottom-centered, no nav arrows */
.footer-menu-owl .owl-nav { display: none; }

.footer-menu-owl .owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.footer-menu-owl .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .3);
    width: 8px;
    height: 8px;
    margin: 4px;
}

.footer-menu-owl .owl-dots .owl-dot.active span,
.footer-menu-owl .owl-dots .owl-dot:hover span {
    background: #fff;
}

/* On small screens drop the divider — items stack one per slide */
@media (max-width: 767.98px) {
    .footer-menu-owl .footer-menu-col::before {
        display: none;
    }
    .footer-menu-owl .footer-menu-col {
        padding: 0 .5rem;
    }
}

/* ----------------------------------------
   Footer overhaul — lift the look
   (uses #footer for specificity over main.css)
   ---------------------------------------- */
#footer.footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #2c3744 0%, #1d2530 100%);
    border-top: none;
}

/* Top gradient accent strip */
#footer.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 50%, var(--primary) 100%);
    z-index: 2;
}

/* Soft glow shape — visual interest, kept behind content */
#footer.footer::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: -180px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(28, 57, 142, .25), transparent 70%);
    z-index: 0;
}

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

#footer.footer .footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

/* Headings — accent underline */
#footer.footer h4 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    padding-bottom: .6rem;
    position: relative;
    display: inline-block;
}

#footer.footer h4::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

/* Footer about: logo / brand / description */
#footer.footer .footer-about .logo {
    align-items: flex-start;
    gap: 1rem;
}

#footer.footer .footer-about .logo img {
    max-height: 90px;
}

#footer.footer .footer-about .logo h3 {
    color: #fff !important;
    font-size: 1.5rem;
    margin: 0 0 .5rem;
}

#footer.footer .footer-about p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.9;
    margin-top: .35rem;
}

/* Link list hover micro-interaction */
#footer.footer .footer-links ul li a {
    color: rgba(255, 255, 255, .72);
    transition: color .25s ease, padding-right .25s ease;
}

#footer.footer .footer-links ul li a:hover {
    color: #fff;
    padding-right: .4rem;
}

/* Contact info — colored prefix on hover */
#footer.footer .footer-contact p {
    margin-bottom: .55rem;
}

#footer.footer .footer-contact .about_link {
    color: rgba(255, 255, 255, .75);
    transition: color .25s ease;
}

#footer.footer .footer-contact .about_link:hover {
    color: var(--primary);
}

/* Social links — round, accent on hover */
#footer.footer .social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .9);
    margin-left: .5rem;
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
}

#footer.footer .social-links a:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    transform: translateY(-3px);
}

/* Trust seal column — nicer framing */
#footer.footer .footer-links a > img {
    background: rgba(255, 255, 255, .85);
    padding: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    transition: transform .3s ease, box-shadow .3s ease;
    max-width: 110px;
}

#footer.footer .footer-links a > img:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
}

/* Copyright bar — separate visually with a darker tint */
#footer.footer .container.copyright {
    margin-top: 1.75rem !important;
    padding: 1.5rem 0 1.25rem;
    background-color: rgba(0, 0, 0, .25) !important;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    position: relative;
}

#footer.footer .container.copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: var(--primary);
}

#footer.footer .container.copyright p {
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    margin: 0;
}

#footer.footer .container.copyright .sitename strong {
    color: var(--primary) !important;
}

#footer.footer .container.copyright .credits {
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
    margin-top: .35rem;
}

#footer.footer .container.copyright .credits a {
    color: rgba(255, 255, 255, .8);
    transition: color .25s ease;
}

#footer.footer .container.copyright .credits a:hover {
    color: var(--primary);
}

/* Re-tune footer-menu to match the new footer atmosphere */
#footer.footer .footer-menu {
    margin-bottom: 2.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(255, 255, 255, .08);
}

#footer.footer .footer-menu-owl .footer-menu-title {
    color: #fff;
}

#footer.footer .footer-menu-owl .footer-menu-title a:hover {
    color: var(--primary);
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
    #footer.footer .footer-top {
        padding-top: 40px;
    }
    #footer.footer .footer-about .logo {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    #footer.footer .social-links {
        justify-content: center;
    }
    #footer.footer h4 {
        margin-top: 1rem;
    }
}


.pagination li.disabled, .pagination li a {
	/* width: 14px; */
	/* height: 14px; */
	background: #eee;
	margin: 4px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
}
