/*!
Theme Name: bankacredins-ks
Theme URI: http://underscores.me/
Author: Landmark Technologies
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bankacredins-ks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bankacredins-ks is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Accessibility
--------------------------------------------- */

/* ==========================================================================
   Permabjtja
   1. Slider
   2. Home page
   3. Individe page
   4. LLOGARI RRJEDHËSE
   ========================================================================== */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ==========================================================================
   Stilimi:
   ========================================================================== */
/* ==========================================================================
   1. Local Fonts (Open Sans v44 - Self Hosted)
   ========================================================================== */

/* Light (300) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-300.woff2') format('woff2');
}

/* Regular (400) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-500.woff2') format('woff2');
}

/* Semi-Bold (600) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-600.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-700.woff2') format('woff2');
}

/* Extra-Bold (800) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/open-sans-v44-latin-800.woff2') format('woff2');
}




/* ==========================================================================
   2. Base Variables & Global Resets
   ========================================================================== */
:root {
    --font-primary: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #F6F6F6;
}

body,
input,
button,
select,
textarea {
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.container {
    width: 100%;
    max-width: 1648px;
    margin-inline: auto;
    box-sizing: border-box;
	
}
@media (max-width: 1919px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }}
	
.exchange-row--header {
    display: none;
}
.mb-mobile {
    display: none;
}


.menu-toggle {
    display: none; /* shfaqet vetëm në mobile, shih media query poshtë */
}

.exchangeheader-row {
    display: none; /* shfaqet vetëm në mobile, shih media query poshtë */
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1025px) {
    /* Fshehim aksionet specifike të mobile-it */
    .mobile-menu-actions {
        display: none !important;
    }

    .header-actions-desktop {
        display: flex;
        align-items: center;
        gap: 12px;
    }
}
	

/* ==========================================================================
   3. HEADER MAIN STRUCTURE
   ========================================================================== */

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}


.header-container {
    width: 100%;
    max-width: 1648px; 
    height: 100%;
    margin: 0 auto;
    padding: 0; 
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 24px;
}

/* --------------------------------------------------------------------------
   LOGO
   -------------------------------------------------------------------------- */
.site-branding {
    justify-self: start;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
}

.site-logo {
    display: block;
    width: 209px;
    height: 40px;
}

/* --------------------------------------------------------------------------
   NAVIGIMI
   -------------------------------------------------------------------------- */
.main-navigation {
    justify-self: center;
    display: flex;
    align-items: center;
    height: 100%;
}


.primary-menu,
.main-navigation ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px; 
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.main-navigation > .primary-menu > li,
.main-navigation ul > li {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

.main-navigation a {
    font-family: var(--font-primary, 'Open Sans', sans-serif);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #363636;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.main-navigation a:hover {
    color: #EFC611;
}


.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_ancestor > a {
    color: #EFC611;
}

/* --------------------------------------------------------------------------
   BUTONAT (Credins Online / Kërko)
   -------------------------------------------------------------------------- */
.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 20px; /* literal sipas Figma */
}

.btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 26px;
    gap: 10px;
    height: 50px;
    border-radius: 10px;
    font-family: var(--font-primary, 'Open Sans', sans-serif);
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-yellow {
    width: 207px;
    background: #EFC611;
    color: #FFFFFF;
}

.btn-yellow:hover {
    background: #dfb70c;
}

.btn-blue {
    width: 139px;
    background: #002E6D;
    color: #FFFFFF;
}

.btn-blue:hover {
    background: #001f4a;
}

.btn:active {
    transform: scale(0.97);
}

.btn-icon {
    flex: none;
    display: block;
}

/* --------------------------------------------------------------------------
   SUBMENU DROPDOWN 
   -------------------------------------------------------------------------- */
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: block;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    list-style: none;
    width: max-content;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.main-navigation ul ul ul {
    top: 0;
    left: -999em;
    border-radius: 0 10px 10px 10px;
    border-left: 1px solid #EFEFEF;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0;
    border-radius: 10px 0 0 10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul li {
    min-width: 238px;
	/* width: fit-content; */
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    box-sizing: border-box;
    position: relative;
}

.main-navigation ul ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 20px;
    margin: 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    background-color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease;
    max-width: 238px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
}

.main-navigation ul ul li.menu-item-has-children > a::after {
    content: '›';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    margin-left: auto;
    padding-left: 10px;
    color: #363636;
    transition: color 0.2s ease;
    flex-shrink: 0; /* Parandalon shtypjen e shigjetës kur teksti është i gjatë */
}
.main-navigation ul ul li.menu-item-has-children:hover > a::after,
.main-navigation ul ul li.menu-item-has-children > a:hover::after {
    color: #EFC611;
}


.main-navigation ul ul > li:first-child > a {
    border-top-left-radius: 10px;
}

.main-navigation ul ul > li:last-child > a {
    border-bottom-left-radius: 10px;
}

.main-navigation ul ul > li:hover > a,
.main-navigation ul ul > li > a:hover {
    background-color: #002E6D;
    color: #FFFFFF;
}

.main-navigation ul ul > li:hover > a::after {
    color: #EFC611;
}

.main-navigation ul ul ul > li > a {
    font-weight: 500;
    color: #363636;
    background-color: #ffffff;
    border-radius: 0;
}

.main-navigation ul ul ul > li:hover > a,
.main-navigation ul ul ul > li > a:hover {
    background-color: #F4F6F9;
    color: #002E6D;
}

/* ==========================================================================
   RESPONSIVE — HEADER
   ========================================================================== */

/* Ekrane mesatare: shto padding anësor pasi max-width:1648px
   arrin buzët e viewport-it, dhe ngushto disi gap-et */
@media (max-width: 1700px) {
    .header-container {
        padding: 0 24px;
    }
}

@media (max-width: 1400px) {
    .primary-menu,
    .main-navigation ul {
        gap: 20px;
    }

    .header-actions {
        gap: 12px;
    }
}

/* Ekrane tablet të mëdha: fsheh tekstin "Kërko", mbaj vetëm ikonën */
@media (max-width: 1200px) {
    .btn-blue {
        width: 50px;
        padding: 11px;
    }

    .btn-search-text {
        display: none;
    }
}

/* Breakpoint kryesor: nga këtu e poshtë, navigimi bëhet drawer mobile */
@media (max-width: 1024px) {

    /* Layout-i i Header-it: Logo majtas | Search ne mes | Hamburger djathtas */
    .header-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 16px !important;
        position: relative !important;
    }

    .site-branding {
        order: 1 !important;
        flex-shrink: 0 !important;
    }

    .header-actions {
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        margin-left: auto !important;
        margin-right: 12px !important;
    }

    .main-navigation {
        order: 3 !important;
        position: static !important;
    }

    .desktop-only {
        display: none !important;
    }

    /* Stili i butonit Kërko ne mes */
    .header-search-btn {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        background-color: #002E6D !important;
        color: #FFFFFF !important;
        border: none !important;
        cursor: pointer !important;
    }

    /* Ikona Hamburger ne te djathte */
    .menu-toggle {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        width: 40px !important;
        height: 40px !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        position: relative !important;
        z-index: 10001 !important;
    }

    .menu-toggle-bar {
        display: block !important;
        width: 22px !important;
        height: 2px !important;
        background-color: #002E6D !important;
        border-radius: 2px !important;
        transition: transform 0.25s ease, opacity 0.25s ease !important;
    }

    .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) { 
        transform: translateY(7px) rotate(45deg) !important; 
    }
    .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) { 
        opacity: 0 !important; 
    }
    .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) { 
        transform: translateY(-7px) rotate(-45deg) !important; 
    }

    /* Paneli Anësor (Drawer) - Me lartësi fikse dhe Flexbox vertikal */
    .menu-drawer {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: min(320px, 85vw) !important;
        height: 100vh !important;
        height: 100dvh !important; /* Mban parasysh bar-in e shfletuesit ne celular */
        background: #FFFFFF !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15) !important;
        transform: translateX(100%) !important;
        transition: transform 0.3s ease-in-out !important;
        z-index: 9999 !important;
        padding: 60px 16px 16px 16px !important;
        display: flex !important;
        flex-direction: column !important;
        box-sizing: border-box !important;
    }

    .main-navigation.toggled .menu-drawer {
        transform: translateX(0) !important;
    }

    /* ZONA E MENYSË ME SCROLL (Përmban të gjitha linjat që butoni të mbetet gjithmonë i dukshëm) */
    .main-navigation .primary-menu,
    .main-navigation ul {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        overflow-y: auto !important; /* Detyron scroll vetem te menyja */
        flex: 1 1 auto !important; /* Merr gjithe hapesiren e lire, pa shtyre butonin jashte */
    }

    .main-navigation ul > li {
        width: 100% !important;
        height: auto !important;
        display: block !important;
        position: relative !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
        float: none !important;
        clear: both !important;
    }

    .main-navigation a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 0 !important;
        width: 100% !important;
        color: #363636 !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        text-decoration: none !important;
        box-sizing: border-box !important;
    }

    /* CORREGGIM I NËN-MENYSË ME VIJËN TË VERDHË */
    .main-navigation ul ul {
        position: static !important;
        display: none !important;
        width: 100% !important;
        background: #FFFFFF !important;
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.06) !important;
        border-radius: 8px !important;
        border-left: 3px solid #EFC611 !important; /* Vija e verdhe vetem brenda bllokut */
        padding: 6px 8px !important;
        margin: 4px 0 10px 0 !important;
        box-sizing: border-box !important;
        height: auto !important;
        overflow: hidden !important; /* Parandalon daljen e vijes jashte bllokut */
    }

    /* Hapja e nën-menysë */
    .main-navigation ul li.focus > ul,
    .main-navigation ul li.open > ul,
    .main-navigation ul li.current-menu-ancestor > ul {
        display: block !important;
    }

    .main-navigation ul ul li {
        width: 100% !important;
        border-bottom: none !important;
        margin-bottom: 2px !important;
        clear: both !important;
    }

    .main-navigation ul ul li a {
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #363636 !important;
        padding: 8px 10px !important;
        border-radius: 6px !important;
        display: flex !important;
        justify-content: space-between !important;
    }

    /* Stili aktiv i nën-nivelit (si p.sh Llogari) */
    .main-navigation ul ul li.focus > a,
    .main-navigation ul ul li.current-menu-item > a,
    .main-navigation ul ul li.menu-item-has-children.focus > a {
        background-color: #002E6D !important;
        color: #FFFFFF !important;
        font-weight: 700 !important;
    }

    /* BUTONI CREDINS ONLINE - I FIKSUAR NE FUND TE EKRANIT */
    .mobile-menu-actions {
        display: flex !important;
        width: 100% !important;
        padding-top: 12px !important;
        margin-top: 8px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
        flex-shrink: 0 !important; /* Nuk e lejon te zbrese apo te tretet */
        background: #FFFFFF !important;
    }

    .mobile-menu-actions .btn-fullwidth {
        width: 100% !important;
        height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        background-color: #EFC611 !important;
        color: #002E6D !important;
        font-weight: 700 !important;
        font-size: 14px !important;
        border-radius: 6px !important;
        text-decoration: none !important;
    }

    /* Sfondi overlay */
    .main-navigation.toggled::before {
        content: '' !important;
        position: fixed !important;
        inset: 0 !important;
        background: rgba(0, 0, 0, 0.4) !important;
        z-index: 9998 !important;
    }
}
@media (max-width: 480px) {
    .site-logo {
        width: 160px;
        height: auto;
    }
}


/* ==========================================================================
   4. Hero Slider Section (Full-width 1920px Viewport)
   ========================================================================== */
.hero-slider-section {
    width: 100%; /* Shtrihet plotësisht në 1920px */
    position: relative;
    z-index: 1;
}
.hero-caption {
    display: none;
}

.hero-swiper {
    width: 100%;
    padding-bottom: 45px !important;  /* mbetet fiks, është shiriti i pagination */
    background-color: #FFFFFF !important;
    position: relative;
    box-sizing: border-box;
}

.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1920 / 630;
	 background-image: var(--slide-bg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero-swiper .swiper-pagination {
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 10 !important;
    background-color: #FFFFFF;
}

.hero-swiper .swiper-pagination-bullet {
    width: 20px !important;
    height: 10px !important;
    background-color: #002E6D !important;
    opacity: 0.3 !important;
    border-radius: 4px !important;
    margin: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
    width: 50px !important;
    height: 10px !important;
    background-color: #EFC611 !important;
    opacity: 1 !important;
    border-radius: 4px !important;
}


/* ==========================================================================
   5. CSS per kartat ne disa faqe
   ========================================================================== */

.karta-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 1 403px;
    width: 403px;
    max-width: 100%;
    min-height: 522px; 
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}	
.karta-image {
    width: 100%;
    aspect-ratio: 403 / 262;
    overflow: hidden;
    background: transparent;
}

.karta-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.karta-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
 
    padding: 29px 32px 0 23px;
    flex: 1 1 auto; 
}

.karta-text-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    flex: 0 0 auto; 
}

.karta-title {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    color: #002E6D;
    margin: 0;
}

.karta-description {
    width: 100%;
   
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
}

.karta-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
   
}

.karta-link-text {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
    white-space: nowrap;
}

.karta-arrow {
    width: 22.55px;
    height: 22.55px;
    flex: none;
    display: block;
    transform: matrix(1, 0, 0.01, 1, 0, 0); 
}	

.payment-section-wrapper {
    width: 100%;
    padding: 40px 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.payment-container-main {
    max-width: 1648px;
    margin: 0 auto;
}

.payment-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.payment-card-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    min-height: 220px;
    box-sizing: border-box;
}

.payment-card-item:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

.payment-bg-blue {
    background-color: #002b66;
    color: #ffffff;
}

.payment-bg-yellow {
    background-color: #ffcc00;
    color: #002b66;
}

.payment-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.payment-icon-box svg {
    stroke: currentColor;
}

.payment-text-title {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 320px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .payment-grid-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .payment-grid-box {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .payment-card-item {
        padding: 30px 20px;
        min-height: 180px;
    }

    .payment-text-title {
        font-size: 16px;
    }
}

/* ==========================================================================
   5. Services Cards Section (Saktësisht 1648px Gjerësi Totale)
   ========================================================================== */
.services-cards-section {
    position: relative;
    width: 100%;
	 padding-top:60px;
	 padding-bottom:40px;
}

 .cards-container {
    
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px; 
    position: relative;
    box-sizing: border-box;
} 

.service-card {
    flex: 1;
    height: 250px;
    background: rgba(0, 46, 109, 0.15);
    border-radius: 30px;
    padding: 46px 40px 46px 71px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.card-icon-wrapper {
    flex-shrink: 0;
}

.icon-circle {
    width: 100px;
    height: 100px;
    background: rgba(0, 46, 109, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0 0 5px 0;
}

.card-description {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 19px 0;
    max-width: 446px;
}

.btn-more {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 22px;
    gap: 15px;
    width: 200px;
    height: 50px;
    background: #002E6D;
    border-radius: 10px;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.btn-more:hover {
    background-color: #001f4a;
}

.btn-more span {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

/* Floating Chat Trigger (Fixed përgjatë gjithë faqes) */
.floating-chat-btn {
    position: fixed !important;
    top: 95vh !important;
    transform: translateY(-50%) !important;
	right: max(24px, calc(50vw - 920px));
	left: auto !important;
	bottom: auto !important;
   
    width: 80px;
    height: 80px;
    z-index: 1000;
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: transform 0.2s ease;
}

.floating-chat-btn:hover {
    transform: translateY(-50%) scale(1.08) !important;
}

.floating-chat-btn svg {
    width: 80px;
    height: 80px;
    display: block;
}


/* ==========================================================================
   6. Banner Section (Credins Online )
   ========================================================================== */
.banner-credins-online {
    width: 100%;
    padding-top:0px;
	padding-bottom:20px;
}




.banner-inner {
    width: 100%;
    height: 250px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 71px;
    overflow: hidden;
    box-sizing: border-box;
    
    /* Pjesa e sfondit */
    background-image: url('assets/images/credins3.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-color: rgba(239, 198, 17, 0.15);
}

.banner-content {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    padding-right: 20px;
}

.banner-icon-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-icon-bg {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #EFC611;
    opacity: 0.3;
    border-radius: 50%;
}

.banner-icon {
    position: relative;
    z-index: 1;
}

.banner-text-group {
    display: flex;
    flex-direction: column;
}

.banner-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0 0 4px 0;
}

.banner-description {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 19px 0;
}

.banner-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 22px;
    gap: 15px;
    width: 200px;
    height: 50px;
    background: #002E6D;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.banner-btn:hover {
    background-color: #001f4a;
}

.banner-btn span {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.banner-btn .btn-arrow-circle {
    width: 28px;
    height: 28px;
    background-color: #FDFDFD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.banner-btn:hover .btn-arrow-circle {
    transform: translateX(4px);
}





/************************** Mobile bank ***************************/
.mobile-bank-section {
  
    margin: 40px auto;
    box-sizing: border-box;
}

.mobile-bank-container {
   
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mobile-bank-bg-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.mobile-bank-content {
    position: absolute;
    left: 71px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 650px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.mobile-bank-title {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 16px 0;
    white-space: nowrap;
}

.mobile-bank-title .text-highlight {
    color: #EFC611;
}

.mobile-bank-text {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0.9;
    margin: 0 0 32px 0;
    max-width: 480px;
}

.mobile-bank-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.btn-apliko {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 28px;
    height: 48px;
    background: #EFC611;
    border-radius: 10px;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: transform 0.2s ease;
}

.btn-apliko:hover {
    transform: translateY(-2px);
}

.mobile-bank-actions a.app-badge {
    display: inline-flex;
    align-items: center;
    height: 48px;
    text-decoration: none;
    line-height: 0;
    color: transparent;
}

.mobile-bank-actions a.app-badge img {
    height: 48px;
    width: auto;
    display: block;
    object-fit: contain;
}

.section-header {
    width: 100%;
    max-width: 1648px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
	
}

.section-title {
   
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0;
}

.section-subtitle {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
    max-width: 584px;
}


.features-section {
    width: 100%;
    padding: 20px 0;
}

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

.feature-card {
    width: 100%;
    height: 220px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 46, 109, 0.3);
    border-radius: 20px;
    padding: 41px 30px 41px 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 46, 109, 0.6);
    box-shadow: 0 10px 25px rgba(0, 46, 109, 0.08);
}

.card-icon-box {
    width: 83px;
    height: 83px;
    min-width: 83px;
    background: rgba(0, 46, 109, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-heading {
    
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #002E6D;
    margin: 0 0 3px 0;
}

.card-text {
    
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 18px 0;
    max-width: 285px;
}

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: fit-content;
}

.card-link span {
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
}

.card-link .arrow-icon {
    width: 22.5px;
    height: 22.5px;
    transition: transform 0.2s ease;
}

.card-link:hover .arrow-icon {
    transform: translateX(4px);
}

.news-header-section {
    width: 100%;
    padding-top: 90px;
	padding-bottom: 0px ;
}

.services-header-section {
    width: 100%;
    padding-top: 70px;
	padding-bottom: 0px ;
}



.news-header-container {
   
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    
}

.news-header-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.news-title {
    
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0;
}

.news-subtitle {
    
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
    max-width: 650px;
}

.news-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.news-view-all span {
    
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
}
.arrow-icon-yellow {
    width: 22.55px;
    height: 22.55px;
    transition: transform 0.2s ease;
}

.arrow-icon-yellow path {
    stroke: #EFC611;
}

.news-view-all:hover .arrow-icon-yellow {
    transform: translateX(4px);
}

.news-view-all:hover .arrow-icon {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .news-header-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}

.news-cards-section {
    width: 100%;
    padding-top: 20px;
	 padding-bottom: 60px;
}

.news-cards-grid {
   
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
   
}

.news-card {
    width: 100%;
    height: 484px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.news-card-image {
    width: 100%;
    height: 262px;
    overflow: hidden;
}

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

.news-card:hover .news-card-image img {
    transform: scale(1.04);
}

.news-card-body {
    padding: 29px 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.news-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-card-title {
    
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #002E6D;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-description {
    
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-top: 15px;
}

.news-card-link span {
    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
}

.news-card-link:hover .arrow-icon-yellow {
    transform: translateX(4px);
}
/* ==========================================
   LOAN CALCULATOR STYLES
   ========================================== */

.loan-calculator-section {
   width: 100%;
	padding-top:50px;
	padding-bottom:50px;
}

.calculator-inner {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 42px;   
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    box-sizing: border-box;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
}

/* Anën e Majtë - Formular */
.calculator-left {
    flex: 1;
    max-width: 650px;
}

.calc-title {
    
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0 0 8px 0;
}

.calc-subtitle {
    
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 30px 0;
}

.calc-form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(50% - 13px);
}

.form-group.full-width {
    width: 100%;
}

.input-label {
    font-size: 16px;
    font-weight: 700;
     line-height: 22px;
    color: #002E6D;
}

.input-box {
     width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(54, 54, 54, 0.2);
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.input-box input {
    font-weight: 600;
    font-size: 16px;
    color: #363636;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
}

/* Custom Select Dropdowns */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper.inline-dropdown {
    width: auto;
}

.custom-select,
.custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    cursor: pointer;
}

.currency-select {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: 600;
}

.chevron-icon {
    transition: transform 0.2s ease;
}

.custom-select-wrapper.open .chevron-icon {
    transform: rotate(180deg);
}

/* Dropdown Menu (Position Absolute - Nuk ushtron presion mbi elementet poshtë) */
.dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 6px 0;
    margin: 0;
    z-index: 999;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-menu.small-dropdown {
    width: 110px;
    right: 0;
    left: auto;
}

.custom-select-wrapper.open .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.dropdown-menu li:hover {
    background-color: #002e6d;
    color: #ffffff;
}

/* Sliders */
.range-slider {
    margin-top: 10px;
}

.slider-input {
    width: 100%;
    accent-color: #002e6d;
    cursor: pointer;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888888;
	
    margin-top: 4px;
}

/* Action Buttons */
.calc-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
}

.btn-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 240px;
    height: 50px;
    background: #EFC611;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.btn-apply:hover {
    background: #dfb70c;
}

.btn-apply span {
    
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.btn-learn-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.btn-learn-more span {
    
    font-weight: 600;
    font-size: 18px;
    color: #002E6D;
}

.btn-learn-more:hover .arrow-icon-yellow {
    transform: translateX(4px);
}

/* Anën e Djathtë - Karta Blu */
.calculator-right-card {
    width: 840px;
    min-height: 417px;
    background: #002E6D;
    border-radius: 20px;
    padding: 37px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.card-info-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #EFC611;
    margin: 0 0 30px 0;
}

.info-body {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.results-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 300px;
}

.info-grid {
    display: grid;
    grid-template-columns: 300px 2px 1fr;   /* kolona 1 | vija | kolona 2 */
    column-gap: 19px;
    row-gap: 14px;
    align-items: end;                        /* çdo qelizë rreshtohet në bazament */
}

/* Kolona 1: Kësti Mujor / Pagesa Totale / Interesi Total */
.result-item {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Vija ndarëse: shtrihet nga rreshti 1 deri në fund (1 / -1) për të mbuluar të 3 rreshtat */
.vertical-divider {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: stretch;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
}

/* Kolona 2: Norma konkuruese / Aprovim i shpejtë / Këshillim profesional */
.benefit-item {
    grid-column: 3;
    display: flex;
    align-items: center;   /* brenda vetë item-it, icon+text mbeten të qendërzuara mes tyre */
    gap: 18px;
}

.result-item label {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.result-box {
    width: 300px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(54, 54, 54, 0.2);
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    
    font-weight: 600;
    font-size: 16px;
    color: #363636;
}

.benefits-column {
    display: flex;
    flex-direction: column;
    gap: 38px;
    flex: 1;
    padding-top: 27px;
}

.benefit-icon {
    width: 47px;
    height: 47px;
    min-width: 47px;
    background: #93A6BF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-text h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #EFC611;
    margin: 0 0 2px 0;
}

.benefit-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin: 0;
}

/* --- Exchange rate --- */
.exchange-rate-section {
    width: 100%;
    /* padding: 40px 24px; */
	padding-top: 60px;
	padding-bottom: 150px;
    box-sizing: border-box;
}

.exchange-rate-wrapper {
    box-sizing: border-box;
}


.exchange-rate-card {
    width: 100%;
    padding: 42px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
}

.exchange-rate-card__header {
    margin-bottom: 32px;
}

.exchange-rate-card__title {
    
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0 0 4px 0;
}

.exchange-rate-card__subtitle {
   
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
}

.exchange-rate-card__content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(20px, 3vw, 40px);
}

.exchange-rate-card__column {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exchange-rate-card__separator {
    width: 2px;
    height: 100%;
    min-height: 140px;
    background-color: #363636;
    opacity: 0.2;
}

.exchange-row {
    display: flex;
    align-items: center;
    min-width: 0;
}

.exchange-row__currency {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    min-width: 0;
    margin-right: clamp(12px, 2vw, 41px);
    flex-shrink: 0;
}

.exchange-row__flag {
    width: 30px;
    height: 19.94px;
    border-radius: 3px;
    object-fit: cover;
    flex: none;
}

.exchange-row__code {
    width: auto;
    height: 27px;
    
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: rgba(42, 43, 42, 0.8);
    flex: none;
}

.exchange-row__rates {
    display: flex;
    align-items: center;
    gap: clamp(12px, 2vw, 50px);
    min-width: 0; 
    flex-shrink: 1;
}

.exchange-row__rate {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1vw, 20px); 
    line-height: 24px;
    color: rgba(42, 43, 42, 0.8);
    white-space: nowrap;
    flex: none;
}

.exchange-row__divider {
    width: 0px;
    height: 13px;
    border: 0.5px solid #2A2B2A;
    border-radius: 100px;
    flex: none;
}

.exchange-row__trend {
    display: flex;
    align-items: center;
    height: 27px;
    flex: none;
}

.exchange-row__trend-value {
    width: auto;
    height: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1vw, 20px);
    line-height: 27px;
    flex: none;
}

.exchange-row__icon {
    width: 24px;
    height: 24px;
    flex: none;
}

.exchange-row__trend--up { color: #39CC2C; }
.exchange-row__trend--down { color: #ED1C24; }
.exchange-row__trend--down .exchange-row__icon { transform: rotate(180deg); }

.exchange-rate-card__column:first-child .exchange-row__code {
    line-height: 20px;
}

.exchange-rate-card__column:last-child .exchange-row__code {
    line-height: 20px;
}

.treasury-description {
 margin-top: 32px;
	font-family: 'Inter', sans-serif;
	max-width:759px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #2A2B2A;
	opacity: 0.8;
	word-break: break-word;
}


@media (max-width: 1400px) {
	 .calc-actions {
	  margin-top: 25px;
	  flex-direction: column;
	}
	.btn-apply {
	  width: 100%;
	  
	}
	.calculator-right-card {

	  min-height: 487px;

	}
	.info-body {

	  margin-top: 2.5em;
	}
}

@media (max-width: 1280px) {
.calculator-right-card {
  width: 740px;
  
}
}

/* ==========================================================================
   TABLET RESPONSIVE STYLES (Max-Width: 1024px)
   ========================================================================== */

@media screen and (max-width: 1024px) {

    

    /* --- 1. Services Cards Section (Individë & Biznese) --- */
    .services-cards-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cards-container {
        flex-direction: column;
        gap: 20px;
    }

    .service-card {
        width: 100%;
        height: auto; /* Heqim lartësinë fikse për adaptim të përmbajtjes */
        padding: 30px 24px;
        gap: 24px;
        border-radius: 20px;
    }

    .card-description {
        max-width: 100%;
    }

    /* Floating Chat Button Adjustment */
    .floating-chat-btn {
        width: 60px;
        height: 60px;
        right: 16px; /* Pozicionohet afër anës së djathtë */
		top: 78vh !important;
    }

    .floating-chat-btn svg {
        width: 60px;
        height: 60px;
    }
	

   
   
	
	.banner-description {
 
  max-width: 590px;
}

   
    .mobile-bank-container {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobile-bank-bg-img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 20px;
    }

    

 

    /* --- 4. Features Section (6 Shërbimet) --- */
    
   
    .features-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Ndajmë në 2 kolona për tablet */
        gap: 20px;
    }

    .feature-card {
        padding: 24px;
        border-radius: 16px;
    }

    /* --- 5. News Header & Grid Section --- */
    .news-header-section {
        padding: 40px 0 20px 0;
    }

    .news-header-container {
        flex-direction: row;
        align-items: center;
        gap: 16px;
		
    }

   

    .news-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 lajme për rresht në tablet */
        gap: 24px;
    }

    .news-card {
        border-radius: 16px;
    }

    .news-card-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
	.calculator-inner {
  
  flex-direction: column;
}
.calculator-left {
  display: contents;
}

.calc-actions {
	order: 3;
	flex-direction: row;
}	

.calculator-inner {

  gap: 10px;
 
}
 .calculator-right-card {
    width: 100%;
  }
  
  .btn-apply { width: 240px; flex-shrink: 0; }
  .btn-learn-more { flex-shrink: 0; }
  .btn-learn-more span { white-space: nowrap; }
	
}



@media screen and (max-width: 820px) {
	 .exchange-rate-card__content {
        grid-template-columns: 1fr;
        gap: 24px;
    }
 
    .exchange-rate-card__separator {
        display: block;
        width: 100%;
        height: 2px;
        min-height: 0;
 
    }
 
    .exchange-rate-card__column {
        gap: 14px;
    }
	
	  .exchange-row__rates {
        flex: 1;
        justify-content: space-evenly;
    }
	
	
	}

/* ==========================================================================
   SMALL TABLET & PORTRAIT ADJUSTMENTS (Max-Width: 768px)
   ========================================================================== */

@media screen and (max-width: 768px) {

    /* Kalimi i kartave të shërbimeve dhe lajmeve në 1 kolonë të vetme */
    .features-grid,
    .news-cards-grid {
        grid-template-columns: 1fr;
    }
	
	.news-header-container {
    flex-direction: column;
    align-items: flex-start;
    
	}

    .service-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .card-content {
        align-items: center;
    }

    .card-title, 
    .banner-title {
        font-size: 24px;
        line-height: 32px;
    }

    .card-description,
    .banner-description {
        font-size: 16px;
        line-height: 22px;
    }
	
	  .info-body {
    margin-top: 0em;
  }
  
  .results-column {
  
  width: 200px;
}
.result-box {
  width: 200px;
  
}
.info-grid {
 
  grid-template-columns: 200px 2px 1fr;
  
}
  
}


/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */

.site-footer {
    width: 100%;
    background-color: #002E6D;
    padding: clamp(40px, 5vw, 65px) 0 30px 0;
    box-sizing: border-box;
    color: #FFFFFF;
}

.site-footer__container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* Përshtatet me rrjedhshmëri nga 20px në mobile deri në 136px në desktop brenda 1920px */
    padding: 0 clamp(20px, 7.08vw, 136px);
    box-sizing: border-box;
}

.site-footer__main {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
}

/* Desktop Large (Mbi 1024px kalon në Flex Horizontal) */
@media (min-width: 1025px) {
    .site-footer__main {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(30px, 3vw, 50px);
    }
}

/* --- Brand Section --- */
.site-footer__brand {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 1025px) {
    .site-footer__brand {
        width: clamp(280px, 24vw, 458px);
        flex-shrink: 0;
    }
}

.site-footer__logo {
    width: clamp(220px, 16.5vw, 317px);
    height: auto;
    max-width: 100%;
    margin-bottom: clamp(30px, 5.8vw, 112px);
    display: block;
}

.site-footer__domain {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 1.1vw, 21px);
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0 0 29px 0;
    word-break: break-word;
	max-width: 260px;
}

/* --- Socials --- */
.site-footer__socials {
    display: flex;
    align-items: center;
    gap: 16px;
	margin-top:25px;
}

.site-footer__social-link {
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover {
    opacity: 0.7;
    transform: translateY(-2px);
}

.site-footer__social-link:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 4px;
    border-radius: 2px;
}

/* --- Navigation Grid --- */
.site-footer__nav {
    display: grid;
    /* Mobile First layout: 1 ose 2 kolona */
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    width: 100%;
}

/* Desktop layout për 5 kolonat */
@media (min-width: 1200px) {
    .site-footer__nav {
        grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(200px, auto);
        gap: clamp(20px, 2.5vw, 50px);
        flex-grow: 1;
    }
}

.site-footer__col {
    display: flex;
    flex-direction: column;
}

.site-footer__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 17px 0;
}

.site-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin-top: 10px;
}

.site-footer__list li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #FFFFFF;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.2s ease;
    display: inline-block;
}

.site-footer__list li a:hover {
    opacity: 1;
}

.site-footer__list li a:focus-visible {
    outline: 2px solid #FFFFFF;
    outline-offset: 2px;
    opacity: 1;
}

.site-footer__list--contacts li a {
    white-space: nowrap;
}

/* --- Bottom Copyright --- */
.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 25px;
    text-align: center;
}

.site-footer__copyright {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
}
@media (max-width: 1536px) {
.site-footer__container {
 
  padding: 0 clamp(20px, 2.08vw, 136px);

}
}
@media (max-width: 1280px) {
.site-footer__container {
 
  padding: 0 clamp(20px, 2.08vw, 136px);
  
}}
@media (max-width: 1400px) {
	.site-footer__container {
		padding: 0 40px;
	}

	.site-footer__nav {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 30px;
	}
	.site-footer__domain {
  max-width: 100%;
}
	
}


/* ==========================================================================
   GLOBAL BREADCRUMBS STYLES (PËR TË GJITHA FAQET)
   ========================================================================== */
   
.page-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 12px;
}

.page-breadcrumbs a,
.page-breadcrumbs .separator,
.page-breadcrumbs .current,
.page-breadcrumbs .current-ancestor,
.page-breadcrumbs .breadcrumb-group {
    
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.page-breadcrumbs a,
.page-breadcrumbs .breadcrumb-group {
    font-weight: 400;
    line-height: 150%;
    opacity: 0.9;
	 text-decoration: none;
}

.page-breadcrumbs a:hover {
    opacity: 1;
    color: #EFC611;
}

.page-breadcrumbs .separator {
    font-weight: 400;
    opacity: 0.6;
}

.page-breadcrumbs .current {
    font-weight: 600;
    line-height: 150%;
    color: #EFC611;
}

@media (max-width: 768px) {
    .page-breadcrumbs {
        gap: 6px;
    }

    .page-breadcrumbs a,
    .page-breadcrumbs .separator,
    .page-breadcrumbs .current {
        font-size: 12px;
    }
}


/* ==========================================================================
   BAZA E PËRBASHKËT: PAGE WRAPPER + HERO (përdoret nga çdo faqe e brendshme)

   Konsolidon .XXX-page-wrapper, .XXX-hero-section, .XXX-hero-container,
   .XXX-hero-title dhe .XXX-content-section që përsëriteshin identike
   në Llogari, Financime, Kush Jemi, Çmimore, Oferta dhe Degët.

   PËRDORIMI NË TEMPLATE (zëvendëso klasat e vjetra me këto):
     <main class="page-wrapper">
       <section class="page-hero XXX-hero-bg">
         <div class="page-hero__container">
           <h1 class="page-hero__title">...</h1>
         </div>
       </section>
       <section class="page-content-section"> ... </section>
     </main>

   Secila faqe mban VETËM modifikatorin e sfondit (XXX-hero-bg) —
   e vetmja gjë realisht unike mes tyre.
   ========================================================================== */

.page-wrapper {
    width: 100%;
    background-color: #F6F6F6;
    position: relative;
    padding-bottom: 80px;
}

.page-hero {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center; /* .llogari-hero-bg e mbivendos me right center */
    background-size: cover;
    box-sizing: border-box;
}

.page-hero__container {
    width: 100%;
    max-width: 1648px;
    height: 100%;
    margin: 0 auto;
    /* padding: 0 40px; */
	
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* Modifikator vetëm për Llogarinë — e vetmja faqe që ka gap mes
   breadcrumb-it dhe titullit të menaxhuar nga kontejneri, jo nga
   margin i fëmijës (siç bëjnë të tjerat). Shto këtë klasë të dytë
   VETËM te .page-hero__container i page-llogari-rrjedhese.php */
.llogari-hero-gap {
    gap: 15px;
}

.page-hero__title {
    
    font-weight: 700;
    font-size: 50px;
    line-height: 82px;
    color: #FFFFFF;
    margin: 0;
}

.page-content-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
}

/* --------------------------------------------------------------------------
   RESPONSIVE — një herë e vetme për të gjitha faqet
   -------------------------------------------------------------------------- */
@media (max-width: 1537px) {
    .page-hero__container {
        padding: 0 24px;
    }
}

@media (max-width: 1024px) {
    .page-hero__title {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .page-hero {
        height: auto;
        padding: 40px 0;
    }

    .page-hero__title {
        font-size: 32px;
    }
}
/* ==========================================================================
   END: BASE PAGE WRAPPER/HERO
   ========================================================================== */

/* --------------------------------------------------------------------------
   MODIFIKATORËT E SFONDIT — e vetmja gjë unike për secilën faqe
   -------------------------------------------------------------------------- */

.llogari-hero-bg {
    background-image: linear-gradient(85.62deg, rgba(0, 46, 109, 0.5) 40.46%, rgba(0, 46, 109, 0) 96.44%), 
                      var(--hero-bg, url('assets/images/llogari_rrjedhese/rrjedhese2.png'));
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-bg {
    background-image: linear-gradient(85.62deg, rgba(0, 46, 109, 0.5) 40.46%, rgba(0, 46, 109, 0) 96.44%), var(--hero-bg);
    
    /* Sigurohu që background-i të shfaqet saktë */
    background-size: cover;
    
    background-repeat: no-repeat;
}

.financime-hero-bg {
    background-image: linear-gradient(0deg, rgba(0, 46, 109, 0.5), rgba(0, 46, 109, 0.5)),
                       url('assets/images/financime/financime2.png');
}

.kushjemi-hero-bg {
    background-image: linear-gradient(0deg, rgba(0, 46, 109, 0.5), rgba(0, 46, 109, 0.5)),
                       url('assets/images/kush_jemi/kushjemi.png');
}

.cmimore-hero-bg {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                       url('assets/images/cmimore/cmimore.png');
}

.oferta-hero-bg {
    
    background-image: linear-gradient(85.62deg, rgba(0, 46, 109, 0.5) 40.46%, rgba(0, 46, 109, 0) 96.44%), var(--hero-bg, url('assets/images/oferta/oferta.png'));
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.degjet-hero-bg {
   
	 background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--hero-bg, url('assets/images/deget/deget.png'));
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.individe-hero-bg {
 background-image: linear-gradient(85.62deg, rgba(0, 46, 109, 0.5) 15.42%, rgba(0, 46, 109, 0) 46.56%),
 url('assets/images/individe/individe.png');
 background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 768px) {
    .hero-bg {
        background-image: linear-gradient(85.62deg, rgba(0, 46, 109, 0.5) 40.46%, rgba(0, 46, 109, 0) 96.44%), var(--hero-bg-mobile);
        background-position: center center; /* Shpesh në mobile do pozicionimin në qendër */
    }
}



/* --------------------------------------------------------------------------
   3. Individe page
   -------------------------------------------------------------------------- */



.ind-container {
    width: 100%;
    max-width: 1648px;
    margin: 0 auto;
    /* padding-left: 136px; */
    /* padding-right: 136px; */
    box-sizing: border-box;
}



/* 2. Cards Sections */
.ind-cards-section {
  /*   padding-top: 50px;
    padding-bottom: 50px; */
	padding: 40px 20px 0 20px;
	
}

.ind-section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin-bottom: 25px;
}

.ind-cards-grid {
    width: 100%;
    max-width: 1648px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 11px;
    row-gap: 20px;
}

/* @media (max-width: 1440px) {
    .ind-container {
        padding-left: 80px;
        padding-right: 80px;
    }
} */

@media (max-width: 1024px) {
    .ind-container {
        padding-left: 48px;
        padding-right: 48px;
    }

   
}

@media (max-width: 768px) {
    .ind-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    

   

    .ind-cards-section {
        padding-top: 35px;
        padding-bottom: 35px;
    }

   
    .ind-card-item {
        flex-basis: 100%;
        width: 100%;
        min-height: auto;
    }

    .ind-card-content {
        padding-bottom: 24px;
    }
}

@media (max-width: 480px) {
	
	
	
   

   
    .ind-card-content {
        padding: 18px;
        gap: 14px;
    }

    .ind-card-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .ind-card-description {
        font-size: 15px;
        line-height: 1.4;
    }
}
/* ==========================================================================
   END: INDIVIDE PAGE MODULE
   ========================================================================== */
/* ==========================================================================
   4. LLOGARI RRJEDHËSE PAGE
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. MAIN CONTENT CARD (FRAME 823)
   Hero + wrapper tashmë vijnë nga baza e përbashkët (.page-wrapper,
   .page-hero.llogari-hero-bg, .page-hero__container.llogari-hero-gap,
   .page-hero__title). Këtu mbetet vetëm karta e brendshme.
   -------------------------------------------------------------------------- */

.llogari-content-card {
    width: 100%;
    max-width: 1648px;
    /* min-height: 776px; */
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 35px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.content-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
	 overflow-x: hidden;
}
.content-block p,
.content-block li,
.content-block td,
.content-block th {
    overflow-wrap: break-word;
    word-break: break-word;
}

.content-block img,
.content-block figure {
    max-width: 100%;
    height: auto;
}

.content-block figure {
    margin: 0 0 1.5rem 0;
}
.content-block h2
{
	font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
    margin: 0;
	padding: 10px 0;
	
}

.content-block p
{
	font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: rgba(54, 54, 54, 0.8);
  margin: 0;
}

.content-block p strong
{
	font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #002E6D;
  margin: 0;
}
/* 1. TABELAT */
.content-block table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 46, 109, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.content-block th {
  background-color: #002E6D;
  color: #FFFFFF !important;
  font-weight: 700;
  padding: 14px 18px;
  border-bottom: 3px solid #EFC611;
  text-align: left;
}

.content-block td {
  padding: 14px 18px;
  color: #363636;
  border-bottom: 1px solid rgba(0, 46, 109, 0.15);
  font-size: 15px;
}

.content-block tbody tr:nth-child(even) {
  background-color: rgba(0, 46, 109, 0.05);
}

.content-block tbody tr:hover {
  background-color: rgba(239, 198, 17, 0.15);
}

/* Responsive në Mobile */
@media screen and (max-width: 600px) {
  .content-block figure.wp-block-table,
  .content-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* 2. LISTAT */
.content-block ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 1.5rem;
}

.content-block ul li {
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 10px;
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
}

.content-block ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #EFC611;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.1);
}
.content-domain-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
    margin: 0;
}

.content-domain-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: rgba(54, 54, 54, 0.8);
    margin: 0;
}

/* --------------------------------------------------------------------------
   2. RELATED SERVICES SECTION (GROUP 2 & FRAME 826)
   -------------------------------------------------------------------------- */
.llogari-related-section {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}

.llogari-related-container {
    width: 100%;
    max-width: 1648px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.llogari-related-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    margin: 0;
}

.llogari-cards-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
    width: 100%;
}
/* ==========================================================================
   END: LLOGARI RRJEDHËSE PAGE MODULE
   ========================================================================== */


/* ==========================================================================
   5. FINANCIME PAGE
   ========================================================================== */

/* Hero + wrapper vijnë nga baza e përbashkët. Këtu mbeten vetëm
   kartela e tab-eve (unike për këtë faqe) dhe karta e përmbajtjes. */

.financime-tabs-card {
    display: inline-flex;       /* Përshtatet fiks pas madhësisë së tab-eve */
    max-width: 100%;            /* Nuk del jashtë ekranit në celularë */
    flex-direction: column;
    padding: 20px 25px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 16px;
    box-sizing: border-box;
}

/* Lista që lejon tab-et të kalojnë në rresht të ri kur mbërrijnë në fund të ekranit */
.financime-tabs-list {
    display: flex;
    flex-wrap: wrap;           /* Lejon kalimin në rresht tjetër */
    gap: 12px 15px;            /* Hapësira mes tab-eve */
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Siguron që secili tab të ruajë madhësinë e vet */
.financime-tabs-list li {
    flex-shrink: 0;
}

.financime-tabs-list li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #002E6D;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.financime-tabs-list li a:hover {
    color: #EFC611;
}

.financime-tabs-list li.is-active a {
    font-weight: 700;
    color: #EFC611;
}

.financime-content-card {
    width: 100%;
    max-width: 1648px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.financime-lead {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 29px 0;
    max-width: 1588px;
}

.financime-section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #002E6D;
    margin: 0 0 10px 0;
}

.financime-section-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 48px 0;
    max-width: 1588px;
}

/* ==========================================================================
   Shtesë për Tab-et Dinamike të Financimeve
   ========================================================================== */

/* Fsheh përmbajtjen e tab-eve që nuk janë aktive */
.financime-tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

/* Shfaq vetëm tab-in aktiv */
.financime-tab-pane.active {
    display: block;
}

/* Efekti i butë i shfaqjes (Fade In) */
@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translateY(4px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* --------------------------------------------------------------------------
   FORMULARI I APLIKIMIT
   -------------------------------------------------------------------------- */
.financime-form {
    margin-top: 10px;
}

.financime-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 10px;
    margin-bottom: 29px;
}

.financime-field {
    position: relative;
}

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

.financime-field input,
.financime-field select {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 14px 22px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    appearance: none;
    -webkit-appearance: none;
}



.financime-field input::placeholder {
    color: #363636;
    opacity: 0.4;
}

.financime-field input:focus,
.financime-field select:focus {
    outline: none;
    border-color: #002E6D;
}

.financime-field--select select {
    padding-right: 44px;
    cursor: pointer;
}

.financime-field--select .financime-select-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 0.5;
    pointer-events: none;
}

/* --------------------------------------------------------------------------
   PYETJA PO / JO
   -------------------------------------------------------------------------- */
.financime-question-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0 0 14px 0;
}

.financime-radio-group {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
}

.financime-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.financime-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.financime-radio input[type="radio"]:checked {
    background: #002E6D;
    border-color: #002E6D;
}

.financime-radio input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.financime-radio span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
}

/* --------------------------------------------------------------------------
   PËLQIMI
   -------------------------------------------------------------------------- */
.financime-consent {
    margin-bottom: 40px;
}

.financime-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.financime-consent-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin: 4px 0 0 0;
    flex: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.financime-consent-row input[type="checkbox"]:checked {
    background: #002E6D;
    border-color: #002E6D;
}

.financime-consent-row input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.financime-consent-row label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
    cursor: pointer;
}

.financime-consent-legal {
    margin: 12px 0 0 24px;
    max-width: 1514px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
}

/* --------------------------------------------------------------------------
   IMAZHI SHTESË + BUTONI I DËRGIMIT
   -------------------------------------------------------------------------- */

.financime-submit-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 26px;
    gap: 10px;
    height: 50px;
    background: #EFC611;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    transition: background-color 0.2s ease;
}

.financime-submit-btn:hover {
    background-color: #dfb70c;
}

/* ==========================================================================
   CF7 BRIDGE — për formularin e Financimeve
   ========================================================================== */

.financime-radio-group .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}

.financime-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
	margin-right: 25px;
}

.financime-radio-group .wpcf7-list-item-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
}

.financime-consent .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.financime-consent .wpcf7-list-item {
    margin: 0;
}

.financime-consent .wpcf7-list-item-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
    cursor: pointer;
}

.financime-consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin: 4px 0 0 0;
    flex: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.financime-consent input[type="checkbox"]:checked {
    background: #002E6D;
    border-color: #002E6D;
}

.financime-consent input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-not-valid-tip {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ED1C24;
    margin-top: 4px;
}

.wpcf7-response-output {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border-radius: 10px !important;
    margin: 20px 0 0 0 !important;
}

.financime-form-image {
    margin-bottom: 32px;
}

.financime-form-image img {
    display: block;
    width: auto;
    height: 76px;
    object-fit: contain;
    border-radius: 2px;
}

/* --------------------------------------------------------------------------
   RESPONSIVE (specifike vetëm për Financimet)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .financime-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .financime-tabs-card {
        width: 100%;
        box-sizing: border-box;
    }

    .financime-tabs-list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .financime-radio-group {
        flex-wrap: wrap;
    }
}
/* ==========================================================================
   END: FINANCIME PAGE MODULE
   ========================================================================== */


/* ==========================================================================
   6. KUSH JEMI PAGE
   ========================================================================== */

/* Hero + wrapper vijnë nga baza e përbashkët. Padding-i i sipërm i
   .kushjemi-cards-section (50px) është i qëllimshëm, ndryshe nga
   .page-content-section (40px) — sipas Figma, jo gabim, prandaj
   mbetet klasë e veçantë, jo e konsoliduar me bazën. */

.kushjemi-cards-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 20px 0 20px;
    box-sizing: border-box;
}

.kushjemi-cards-grid {
    width: 100%;
    max-width: 1648px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 11px;
    row-gap: 20px;
}

@media (max-width: 1440px) {
    .kushjemi-cards-section {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 1024px) {
    .kushjemi-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .kushjemi-cards-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* ==========================================================================
   END: KUSH JEMI PAGE MODULE
   ========================================================================== */


/* ==========================================================================
   7. ÇMIMORE PAGE
   ========================================================================== */

/* Hero + wrapper vijnë nga baza e përbashkët. */

.cmimore-content-card {
    width: 100%;
    max-width: 1648px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 28px 38px 40px 38px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.cmimore-section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #002E6D;
    margin: 0 0 6px 0;
}

.cmimore-section-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
    max-width: 1129px;
}

.cmimore-divider {
    width: 138px;
    height: 0;
    border-top: 2px solid #EFC611;
    margin: 32px 0 33px 0;
}

.cmimore-cards-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 11px;
}

@media (max-width: 1440px) {
    .cmimore-content-card {
        padding: 28px 24px 40px 24px;
    }
}

@media (max-width: 1024px) {
    .cmimore-section-title {
        font-size: 26px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .cmimore-cards-row {
        justify-content: center;
    }
}
/* ==========================================================================
   END: ÇMIMORE PAGE MODULE
   ========================================================================== */
.njoftim-header-box {
    margin-bottom: 30px;
}

.njoftim-title {
    font-size: 28px;
    font-weight: 700;
    color: #002E6D; /* Ngjyra e markës tënde */
    line-height: 1.3;
    margin-bottom: 15px;
}

.njoftim-meta-lokacioni {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #4a5568;
    font-weight: 500;
}

.njoftim-meta-lokacioni .location-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #efc611; /* Kutia blu */
    padding: 6px;
    border-radius: 6px;
}

.njoftim-meta-lokacioni .location-icon svg {
    
    width: 14px;
    height: 14px;
}

.njoftim-excerpt {
    font-size: 38px;
    line-height: 1.6;
    color: #2d3748;
    font-weight: 400;
    background: #f8fafc;
    padding: 15px 20px;
    border-left: 4px solid #002E6D;
    border-radius: 0 6px 6px 0;
    margin-top: 15px;
	max-width:900px;
}

.njoftim-divider {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 5px 0;
}
/* Struktura Grid me 2 kolona për Desktop */
.njoftim-two-columns-layout {
    display: grid;
    grid-template-columns: 1fr 380px; /* Kolona e majtë merr pjesën tjetër, e djathta fikse 380px për formën */
    gap: 40px;
    align-items: start;
    margin-top: 30px;
}

/* Opsionale: E mban formën të fiksuar (sticky) ndërkohë që lexuesi bën scroll në tekst */
.form-sidebar-column {
    position: sticky;
    top: 30px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}
/* --- 1. Stilimi për Radio Buttons (Karriera) --- */
.karriera-radio-group .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
}

.karriera-radio-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-right: 25px;
}

.karriera-radio-group .wpcf7-list-item-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
}

/* --- 2. Stilimi për Checkbox / Acceptance (Karriera) --- */
.karriera-consent .wpcf7-acceptance {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.karriera-consent .wpcf7-list-item {
    margin: 0;
}

.karriera-consent .wpcf7-list-item-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #2A2B2A;
    opacity: 0.8;
    cursor: pointer;
}

.karriera-consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    margin: 4px 0 0 0;
    flex: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.karriera-consent input[type="checkbox"]:checked {
    background: #002E6D;
    border-color: #002E6D;
}

.karriera-consent input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* --- 3. Stilimi për fushën e ngarkimit të CV-së (File Upload) --- */
.karriera-field input[type="file"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2A2B2A;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.karriera-field input[type="file"]::file-selector-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #002E6D;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    transition: background-color 0.2s ease;
}

.karriera-field input[type="file"]::file-selector-button:hover {
    background-color: #001f4d;
}

/* Përshtatja automatike për Mobile dhe Tablet (ekrane nën 992px) */
@media screen and (max-width: 992px) {
    .njoftim-two-columns-layout {
        grid-template-columns: 1fr; /* Kalon në 1 kolonë të vetme */
        gap: 30px;
    }
    
    .form-sidebar-column {
        position: static; /* Hiqet sticky në mobile */
    }
}
/* ==========================================================================
   8. OFERTA PAGE
   ========================================================================== */

/* Hero + wrapper + content-section vijnë nga baza e përbashkët. */

.oferta-content-card {
    width: 100%;
    max-width: 1648px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 35px 40px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.oferta-banners-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 16px;
}

.oferta-banner-link {
    display: block;
    width: 100%;
    aspect-ratio: 774 / 300;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.oferta-banner-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.oferta-banner-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1440px) {
    .oferta-content-card {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .oferta-banners-grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 16px;
    }
}
/* ==========================================================================
   END: OFERTA PAGE MODULE
   ========================================================================== */

/* ==========================================================================
   9. DEGËT DHE ATM PAGE
   ========================================================================== */



.degjet-content-card {
    width: 100%;
    max-width: 1648px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 59px 40px 59px 56px;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.degjet-info-column {
    flex: 1 1 552px;
    min-width: 0;
    max-width: 552px;
}

.degjet-section {
    margin-bottom: 56px;
}

.degjet-section:last-child {
    margin-bottom: 0;
}

.degjet-section-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #002E6D;
    margin: 0 0 8px 0;
}

.degjet-divider {
    width: 138px;
    height: 0;
    border-top: 2px solid #EFC611;
    margin: 0 0 22px 0;
}

.degjet-info-row {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}

.degjet-info-row:last-child {
    margin-bottom: 0;
}

.degjet-info-icon {
    flex: none;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.degjet-info-icon svg {
    width: 15px;
    height: 15px;
}

.degjet-info-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #363636;
    opacity: 0.8;
    margin: 0;
}

.degjet-social-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.degjet-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #002E6D;
    transition: opacity 0.2s ease;
}

.degjet-social-link:hover {
    opacity: 0.7;
}

.degjet-social-link svg {
    width: 100%;
    height: 100%;
}

.degjet-map-column {
    flex: 1 1 1000px;
    min-width: 0;
    max-width: 1000px;
}

.degjet-map-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 658;
    object-fit: cover;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}

@media (max-width: 1440px) {
    .degjet-content-card {
        padding: 40px 24px;
    }
}

@media (max-width: 1024px) {
    .degjet-content-card {
        flex-direction: column;
    }

    .degjet-info-column,
    .degjet-map-column {
        max-width: 100%;
        flex-basis: auto;
        width: 100%;
    }

    .degjet-map-column {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .degjet-section {
        margin-bottom: 40px;
    }
}
/* ==========================================================================
   END: DEGËT DHE ATM PAGE MODULE
   ========================================================================== */
   
   /* ==========================================================================
   MOBILE VIEW (≤480px) — sipas Figma 390px frame
   Vlerat me presje dhjetore të Figma-s (159.76px, 69.65px, etj.) janë
   rrumbullakosur në numra të plotë — standard profesional, s'ndikon
   dukshëm vizualisht.
   ========================================================================== */





@media (max-width: 480px) {


   
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }



    /* ----------------------------------------------------------------------
       HERO SLIDER — vetëm proporcioni i imazhit + pagination dots.
       Teksti/butonat mbi hero NUK ekzistojnë në HTML aktual — shiko shënimin
       në fund të përgjigjes.
       ---------------------------------------------------------------------- */
    .hero-swiper .swiper-wrapper,
    .hero-swiper .swiper-slide {
        aspect-ratio: 390 / 300; 
		background-image: var(--slide-bg-mobile);
    }

    /* Pagination: Figma i ka jashtë imazhit (bg #F6F6F6, jo bar i bardhë),
       me dots 20x10 (joaktiv, blu 0.3) dhe 50x10 (aktiv, verdhë) */
    .hero-swiper {
        padding-bottom: 25px !important;
    }

    .hero-swiper .swiper-pagination {
        position: static !important;
        height: auto !important;
        background-color: transparent;
        padding-top: 15px;
    }

    .hero-swiper .swiper-pagination-bullet {
        width: 20px !important;
        height: 10px !important;
    }

    .hero-swiper .swiper-pagination-bullet-active {
        width: 50px !important;
    }

    /* ------------------------------------------------------------------
       HERO CAPTION — Figma: titull 30/33, tekst 14/19 (width242),
       buton "Hap llogari" 155x36 (verdhë), buton "Mëso më shumë"
       155x36 (outline verdhë, tekst i bardhë)
       ------------------------------------------------------------------ */
    .hero-caption {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 29px; /* nga maja e Rectangle 1 (129 - 100) */
        left: 20px;
        width: 242px;
        z-index: 2;
    }

    .hero-caption__title {
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 30px;
        line-height: 33px;
        color: #FFFFFF;
        margin: 0;
    }

    .hero-caption__text {
        font-family: var(--font-primary);
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        margin: 6px 0 14px 0;
    }

    .hero-caption__actions {
		margin-top:160px;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

    .btn-hero-primary,
    .btn-hero-outline {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 155px;
        height: 36px;
         /* padding: 11px 26px; */
        border-radius: 10px;
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        text-decoration: none;
        box-sizing: border-box;
    }

    .btn-hero-primary {
        background: #EFC611;
        border: none;
    }

    .btn-hero-outline {
        background: transparent;
        border: 1px solid #EFC611;
    }


    /* ----------------------------------------------------------------------
       SERVICES CARDS — Figma Frame 11/12 (Individë, Biznes)
       350x160px, radius 13px, icon 70px i qendërzuar vertikalisht,
       titull 18/25, përshkrim 10/14, buton 123x36 me tekst 12/16.
       ---------------------------------------------------------------------- */
    .services-cards-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cards-container {
        gap: 10px; /* Figma: 623.76 - 454 - 159.76 = 10px */
    }

    .service-card {
        flex-direction: row;
        align-items: center;
        text-align: left;
        padding: 20px 24px 20px 18px;
        gap: 18px;
        border-radius: 13px;
        min-height: 160px;
    }

    .icon-circle {
        width: 70px;
        height: 70px;
    }

    .icon-circle svg {
        width: 38px;
        height: 38px;
    }

    .card-content {
        align-items: flex-start;
    }

    .card-title {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 2px 0;
    }

    .card-description {
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 15px 0;
        max-width: 195px;
    }

    .service-card .btn-more {
        width: 123px;
        height: 36px;
        padding: 5px 10px;
        gap: 7px;
        border-radius: 10px;
    }

    .service-card .btn-more span {
        font-size: 12px;
        line-height: 16px;
    }

    .service-card .btn-more svg {
        width: 16px;
        height: 16px;
    }


    /* ----------------------------------------------------------------------
       BANNER CREDINS ONLINE — Figma Frame 13: e njëjta "kartë kompakte"
       si Individë/Biznes (sfond i verdhë 0.15, PA foto laptopi), jo
       banner-i i gjerë i desktopit.
       ---------------------------------------------------------------------- */
    .banner-credins-online {
        padding-top: 0; /* vjen menjëherë pas kartave, gap 10px si ato */
        padding-bottom: 30px;
    }

    .banner-inner {
        background-image: none; /* heq laptop2.png të desktopit */
        background-color: rgba(239, 198, 17, 0.15);
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        height: auto;
        min-height: 160px;
        padding: 20px 24px 20px 18px;
        border-radius: 13px;
        gap: 18px;
    }

    .banner-content {
        padding-right: 0;
        gap: 18px;
    }

    .banner-icon-wrapper,
    .banner-icon-bg {
        width: 70px;
        height: 70px;
    }

    .banner-title {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 2px 0;
    }

    .banner-description {
        font-size: 10px;
        line-height: 14px;
        margin: 0 0 15px 0;
        max-width: 195px;
    }

    .btn-more {
        width: 123px;
        height: 36px;
        padding: 5px 10px;
        gap: 7px;
    }

    .btn-more span {
        font-size: 12px;
        line-height: 16px;
    }

    .btn-more .btn-arrow-circle {
        width: 16px;
        height: 16px;
    }

    .banner-media {
        display: none; /* s'ekziston në Frame 13 e Figma-s */
    }
	.banner-text-group .btn-more svg
	{
		width: 16px;
      height: 16px;
	}

   /* ----------------------------------------------------------------------
       MOBILE BANK — seksion i dedikuar (.mb-mobile), i pavarur nga
       .mobile-bank-section i desktop-it (i cili fshihet më poshtë).
       Figma Rectangle 8: 350x650, radius 20px.
       ---------------------------------------------------------------------- */
    .mobile-bank-section {
        display: none; /* zëvendësohet nga .mb-mobile në këtë breakpoint */
    }
 
    .mb-mobile {
        display: block;
        margin: 20px auto;
    }
 
    .mb-mobile__card {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        aspect-ratio: 350 / 650; /* Figma: Rectangle 8 */
    }
 
    .mb-mobile__bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
 
    .mb-mobile__content {
        position: absolute;
        top: 40px; /* Figma: 4837 - 4797 */
        left: 27px; /* Figma: 47 - 20 */
        width: 260px;
        display: flex;
        flex-direction: column;
    }
 
    .mb-mobile__title {
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 30px;
        line-height: 31px;
        color: #FFFFFF;
        margin: 0 0 17px 0; /* Figma: subtitle top109 - title(top40+h62)=7, +buffer */
    }
 
    .mb-mobile__title .text-highlight {
        color: #EFC611;
    }
 
    .mb-mobile__text {
        font-family: var(--font-primary);
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        opacity: 0.8; /* Figma: 0.8 */
        margin: 0 0 32px 0; /* Figma: button top181 - text(top109+h57)=15, +buffer */
    }
 
    .mb-mobile__cta {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 141px;
        height: 36px;
        /* padding: 11px 26px;  */
        background: #EFC611;
        border-radius: 10px;
        font-family: var(--font-primary);
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;
        color: #FFFFFF;
        text-decoration: none;
        box-sizing: border-box;
        align-self: flex-start;
    }
 
    .mb-mobile__badges {
        position: absolute;
        top: 566px; /* Figma: 5363 - 4797 */
        left: 40px; /* Figma: 59.86 - 20 */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px; /* Figma: 204.86 - 59.86 - 129 */
    }
 
    .mb-mobile__badge {
        height: 42px;
        display: inline-flex;
        line-height: 0;
    }
 
    .mb-mobile__badge img {
        width: 129px;
        height: 42px;
        display: block;
        filter: drop-shadow(0px 6px 15px rgba(0, 0, 0, 0.25));
    }
 
    /* ----------------------------------------------------------------------
       "NË SHËRBIM TË ÇDO NEVOJE..." + FEATURES — Figma titull 21/29,
       nëntitull 12/16; kartat (Frame 14-19) 350x145, radius13, icon 55px,
       titull 17/23, përshkrim 10/13
       ---------------------------------------------------------------------- */
    .section-header {
        gap: 4px;
		
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 21px;
        line-height: 29px;
    }

    .section-subtitle {
        font-size: 12px;
        line-height: 16px;
        max-width: 100%;
    }

    .features-section {
        padding: 0 0 20px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 7px; /* Figma: 4000.32 - 3849 - 144.74 = 6.58px */
    }

    .feature-card {
        height: auto;
        min-height: 145px;
        border-radius: 13px;
        padding: 24px 24px 24px 24px;
        gap: 18px;
    }

    .card-icon-box {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .card-icon-box svg {
        width: 29px;
        height: 29px;
    }

    .card-heading {
        font-size: 17px;
        line-height: 23px;
        margin: 0 0 3px 0;
    }

    .card-text {
        font-size: 10px;
        line-height: 13px;
        max-width: 188px;
        margin: 0 0 12px 0;
    }

    .card-link span {
        font-size: 12px;
        line-height: 16px;
    }

    .card-link .arrow-icon {
        width: 15px;
        height: 15px;
    }


    /* ----------------------------------------------------------------------
       NEWS SECTION — 1 kolonë e vetme (grid-template-columns tashmë
       vendoset nga @media 768px ekzistuese; këtu vetëm rregullim titujsh)
       ---------------------------------------------------------------------- */
    .news-header-section {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .news-title {
        font-size: 22px;
        line-height: 100%;
    }

    .news-subtitle {
        font-size: 12px;
          line-height: 1.5;
		padding-bottom:13px;
    }
	
	/* ------------------------------------------------------------------
       NEWS CARD — Figma Frame 16: 350x420, radius17, border 1px.
       Padding-i i Figma-s del pak asimetrik (top~25, right~28, bottom~16,
       left~20) — zhurmë nga auto-layout, e rrumbullakosur në vlera të
       pastra: 24px anash, 20px sipër/poshtë.
       ------------------------------------------------------------------ */
    .news-cards-grid {
        gap: 20px;
    }

    .news-card {
        height: 420.35px;
		
        border-radius: 17px;
        border-width: 1px;
    }

    .news-card-image {
        height: 228px; /* Figma: Rectangle 7 */
    }

    .news-card-body {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 17px; /* Figma: Frame 18 */
        padding: 20px 24px;
    }

    .news-card-text {
        gap: 7px; /* Figma: Frame 17 */
    }

    .news-card-title {
        font-size: 19px;
        line-height: 23px;
    }

    .news-card-description {
        font-size: 14px;
        line-height: 20px;
    }

    .news-card-link {
        gap: 9px; /* Figma: Frame 20 */
        margin-top: 0; /* hapësira vjen nga gap i .news-card-body tashmë */
    }

    .news-card-link span {
        font-size: 16px;
        line-height: 21px;
    }

    .news-card-link .arrow-icon-yellow {
        width: 20px;
        height: 20px;
    }



    /* ----------------------------------------------------------------------
       KALKULATORI — Figma: titull 22/30, nëntitull 12/14, input/select
       height ~36-37px radius7, buton 308x37 tekst13/18
       ---------------------------------------------------------------------- */
    .calculator-inner {
        padding: 24px 18px;
    }

    .calc-title {
        font-size: 22px;
        line-height: 30px;
    }

    .calc-subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .form-group {
        width: 100%; /* Figma: input-boxet zënë gjithë gjerësinë (309/350) */
    }

    .custom-select,
    .input-box {
        height: 36px;
        border-radius: 7px;
    }

    .custom-select span,
    .input-box input {
        font-size: 12px;
    }

    .input-label {
        font-size: 12px;
    }

    .range-labels {
        font-size: 10px;
    }
	
	.calc-actions {
  
    flex-direction: column;
    width:100%;
  }
  
  

    .btn-apply {
        width: 100%;
        height: 37px;
    }

    .btn-apply span {
        font-size: 13px;
    }
	.calc-actions .btn-apply svg 
	{
		width:16.61px;
		height:16.61px;
	}
	.btn-learn-more  svg 
	{
		width:16.61px;
		height:16.61px;
	}

    .btn-learn-more span {
        font-size: 13px;
    }

     .result-box {
        width: 213px;
        max-width: 100%;
        height: 35px;
        padding: 8px 11px;
        border-radius: 7px;
        font-size: 11px;
    }

    .info-grid {
        grid-template-columns: 1fr; /* Figma: kolona blu bëhet e vetme, s'ka më divider anësor */
        row-gap: 20px;
    }

    .vertical-divider,
    .benefit-item {
        display: none; 
    }
	
	
	.card-info-title {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 33px; /* Figma: 79.74 - (25.82+21) */
    }
	 .info-body {
        margin-top: 0;
        align-items: stretch;
    }

    .info-grid {
        grid-template-columns: 1fr;
        row-gap: 30px; /* Figma: 145.02 - 79.74 - 35.48 */
    }
				
				.calculator-right-card {
					 width: 100%;
        min-height: 0;
        padding: 37px 0px;
        border-radius: 14px;
		align-items: center;
  
  
 
}
 .result-item {
        gap: 5px; 
    }
 
    .result-item label {
        font-size: 11px;
        line-height: 15px;
    }
 


    /* ----------------------------------------------------------------------
       KURSI I KËMBIMIT — Figma: titull 22/30, nëntitull 14/19,
       rreshtat me gap ~18px mes tyre, treasury-description 14/19
       ---------------------------------------------------------------------- */
    .exchange-rate-card {
        padding: 24px 18px;
    }

    .exchange-rate-card__title {
        font-size: 22px;
        line-height: 30px;
    }

    .exchange-rate-card__subtitle {
        font-size: 14px;
        line-height: 19px;
    }
	.exchange-row__rate-label {
        display: none;
    }
	element {
}
  .exchange-row--header {
        display: flex;
        margin-bottom: 19px; /* Figma: 155 - (119+17) */
    }
 
    .exchange-row__currency--spacer {
        visibility: hidden;
        width: 63px; /* Figma Frame 406 — pa këtë, spacer bosh bie në 0px */
        flex-shrink: 0;
    }
 
    .exchange-row--header .exchange-row__divider {
        visibility: hidden;
    }
 
    .exchange-row__rate-header {
        
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: rgba(42, 43, 42, 0.8);
    }
 
    .treasury-description {
        font-size: 14px;
        line-height: 19px;
    }
 
 
 
     
	
	 .exchange-rate-card__separator {
    display: none;
   
  }
 .exchange-row__code {
  height: auto;
  font-size: 14px;
  line-height:100%;
}
.exchange-row__code

    .exchange-rate-card__column {
        gap: 18px;
    }
	.exchange-row__currency {
        gap: 5px; /* Figma: Frame 406 */
        margin-right: 16px; /* Figma: 95 - (16+63) = 16px */
    }

    .exchange-row__rates {
        flex: none;
        justify-content: flex-start;
        gap: 20px; /* Figma: Frame 407 */
    }
	
	.exchangeheader-row {
    display: flex;
    align-items: center;
    min-width: 0;
}


    .treasury-description {
        font-size: 14px;
        line-height: 19px;
    }


    /* ----------------------------------------------------------------------
       FOOTER — copyright dhe domain tashmë përdorin clamp() dhe
       përafrohen vetë me Figma-n; shtojmë vetëm rreshtimin e kontakteve
       ---------------------------------------------------------------------- */
    .site-footer__list--contacts li a {
        white-space: normal;
    }
	  .site-footer__container {
      padding: 0 20px;
    }
	
	   .site-footer__nav {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      
    }
	.site-footer__title {
 
 
  font-size: 18px;
  line-height: 100%;
  
}
	
	.site-footer__list li a {
 
  font-size: 16px;
  line-height: 100%;
  
}

 .site-footer__nav .site-footer__col:last-child {
        grid-column: 1 / -1;
    }
 
    .site-footer__list--contacts li a {
        white-space: nowrap;
    }
}
/* ============================================================
   KALKULATORI I KËMBIMIT VALUTOR (.calc-section)
   ============================================================ */

.calc2-section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-color: #F6F6F6;
}

/* Karta Kryesore e Kalkulatorit */
.calc2-card {
    width: 100%;
    max-width: 1648px;
    margin: 0 auto;
    padding: 42px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.04);
}

.calc2-card__header {
    margin-bottom: 32px;
}

.calc2-card__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #002E6D;
    margin: 0 0 4px 0;
}

.calc2-card__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(54, 54, 54, 0.8);
    margin: 0;
}

/* Formularët dhe Grupet e Input-eve */
.calc2-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.calc2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.calc2-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calc2-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #363636;
}

/* Select & Input Styling */
.calc2-select, 
.calc2-input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 46, 109, 0.2);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #363636;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.calc2-select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23002E6D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
    cursor: pointer;
}

.calc2-select:focus, 
.calc2-input:focus {
    border-color: #002E6D;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.08);
}

.calc2-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.calc2-currency-tag {
    position: absolute;
    right: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #002E6D;
    pointer-events: none;
}

/* Kutia e Rezultatit */
.calc2-result-box {
    margin-top: 8px;
    padding: 24px;
    background-color: rgba(0, 46, 109, 0.08);
    border: 1px solid rgba(0, 46, 109, 0.2);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
}

.calc2-result-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(54, 54, 54, 0.8);
}

.calc2-result-value {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: 1.2;
    color: #002E6D;
}
.exchange-table2-wrapper {
    width: 100%;
    margin-bottom: 40px;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.exchange-table2-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.exchange-table2-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #002E6D;
    margin: 0;
}

.exchange-table2-date {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #363636;
    opacity: 0.85;
}

.exchange-table2-responsive {
    width: 100%;
    overflow-x: auto;
}

.exchange-table2 {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

/* Header-i me ngjyrë blu të errët #002E6D */
.exchange-table2 thead tr {
    background-color: #002E6D;
}

.exchange-table2 th {
    padding: 12px 24px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    border: none;
}

/* Rreshtat e tabelës */
.exchange-table2 tbody tr {
    border-bottom: 1px solid rgba(0, 46, 109, 0.08);
}

/* Rreshtat e alternuar me prapavijë të zbehtë si në figurë */
.exchange-table2 tbody tr:nth-child(even) {
    background-color: rgba(239, 198, 17, 0.08);
}

.exchange-table2 td {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
}

.exchange-table2 td.currency2-code {
    font-weight: 700;
    color: #002E6D;
}

/* Seksioni i Datës së Përditësuar */
.exchange-rate-update {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #002E6D;
    margin-bottom: 20px;
    background-color: rgba(239, 198, 17, 0.15);
    padding: 8px 16px;
    border-radius: 100px;
}

.exchange-rate-update svg {
    color: #EFC611;
    flex-shrink: 0;
}


/* ============================================================
   RESPONSIVE DESIGN (Përshtatja për Mobile & Tablet)
   ============================================================ */

@media screen and (max-width: 768px) {
    .calc2-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .calc2-card__title {
        font-size: 24px;
        line-height: 32px;
    }

    .calc2-card__subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .calc2-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    
	}
	.exchange-table2 th, 
    .exchange-table2 td {
        padding: 10px 14px;
        font-size: 14px;
    }

    .exchange-table2-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media screen and (max-width: 480px) {
    .calc2-section {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .calc2-card {
        padding: 20px 16px;
    }

    .calc2-select, 
    .calc2-input {
        height: 48px;
        font-size: 15px;
    }

    .calc2-result-box {
        padding: 16px;
    }

    .calc2-result-value {
        font-size: 26px;
    }

    .exchange-rate-update {
        font-size: 12px;
        padding: 6px 12px;
    }
}

//language

/* =========================================================
   CREDINS - LANGUAGE SWITCHER
   Final version
========================================================= */

/*
 * Wrapper.
 * Ky është reference point për dropdown-in.
 */
.language-switcher-wrap {
    position: relative !important;

    display: inline-flex !important;
    align-items: center;

    width: fit-content !important;
    min-width: 0 !important;

    flex: 0 0 auto !important;

    margin: 0;
    padding: 0;

    overflow: visible !important;
}


/* =========================================================
   DETAILS
========================================================= */

.language-dropdown {
    position: relative !important;

    display: inline-flex !important;

    width: fit-content !important;
    min-width: 0 !important;
    max-width: max-content !important;

    margin: 0;
    padding: 0;

    flex: 0 0 auto !important;

    overflow: visible !important;
}


/* Remove default details marker */
.language-dropdown > summary {
    list-style: none;
}

.language-dropdown > summary::-webkit-details-marker {
    display: none;
}

.language-dropdown > summary::marker {
    display: none;
    content: "";
}


/* =========================================================
   TRIGGER BUTTON
========================================================= */

.language-dropdown__trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    gap: 7px;

    width: auto !important;
    min-width: 82px;
    height: 44px;

    padding: 0 12px;

    margin: 0;

    background: #ffffff;

    border: 1px solid #b9c8dc;
    border-radius: 12px;

    color: #002e6d;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;

    cursor: pointer;

    user-select: none;

    box-sizing: border-box;

    box-shadow:
        0 3px 10px rgba(0, 46, 109, 0.05);

    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.language-dropdown__trigger:hover {
    background: #f8fafc;

    border-color: #002e6d;

    box-shadow:
        0 6px 18px rgba(0, 46, 109, 0.10);
}

.language-dropdown[open] .language-dropdown__trigger {
    background: #ffffff;

    border-color: #002e6d;

    box-shadow:
        0 6px 20px rgba(0, 46, 109, 0.12);
}


/* =========================================================
   GLOBE ICON
========================================================= */

.language-dropdown__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    color: #002e6d;
}

.language-dropdown__icon svg {
    display: block;

    width: 18px;
    height: 18px;
}


/* =========================================================
   CURRENT LANGUAGE CODE
========================================================= */

.language-dropdown__current {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #002e6d;

    font-size: 13px;
    font-weight: 700;

    line-height: 1;

    letter-spacing: 0.04em;

    text-transform: uppercase;
}


/* =========================================================
   CHEVRON
========================================================= */

.language-dropdown__chevron {
    display: block;

    width: 13px;
    height: 13px;

    flex: 0 0 13px;

    color: #64748b;

    transition: transform 0.18s ease;
}

.language-dropdown[open] .language-dropdown__chevron {
    transform: rotate(180deg);
}


/* =========================================================
   DROPDOWN PANEL
========================================================= */

.language-dropdown__menu {
    position: absolute !important;

    /*
     * Ankorohet te .language-dropdown,
     * jo te header-i.
     */
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;

    transform: none !important;

    width: 190px;
    min-width: 190px;
    max-width: calc(100vw - 24px);

    margin: 0;
    padding: 7px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e1e7ef;
    border-radius: 14px;

    box-shadow:
        0 18px 45px rgba(0, 46, 109, 0.14),
        0 4px 12px rgba(0, 0, 0, 0.05);

    z-index: 999999 !important;

    overflow: hidden;
}


/* =========================================================
   LANGUAGE ITEM
========================================================= */

.language-dropdown__item {
    display: flex !important;
    align-items: center;

    gap: 10px;

    width: 100%;
    min-height: 42px;

    padding: 8px 10px;

    margin: 0;

    box-sizing: border-box;

    border-radius: 9px;

    color: #24364f;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.2;

    text-decoration: none !important;

    background: transparent;

    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}

.language-dropdown__item:hover {
    background: #f3f6fa;

    color: #002e6d;

    text-decoration: none !important;
}

.language-dropdown__item.is-active {
    background: #edf4fc;

    color: #002e6d;

    font-weight: 600;
}


/* =========================================================
   FLAG
========================================================= */

.language-dropdown__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 23px;

    flex: 0 0 23px;
}

.language-dropdown__flag img {
    display: block;

    width: 21px;
    height: 14px;

    max-width: none;

    object-fit: cover;

    border-radius: 2px;

    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   LANGUAGE NAME
========================================================= */

.language-dropdown__name {
    display: block;

    flex: 1 1 auto;

    min-width: 0;

    white-space: nowrap;

    text-align: left;
}


/* =========================================================
   ACTIVE CHECK
========================================================= */

.language-dropdown__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    margin-left: auto;

    color: #002e6d;

    font-size: 14px;
    font-weight: 700;
}


/* =========================================================
   HEADER COMPATIBILITY
========================================================= */

.header-container,
.main-navigation,
.header-actions {
    overflow: visible !important;
}

.header-actions {
    display: flex;
    align-items: center;

    gap: 14px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .header-actions {
        gap: 10px;
    }

    .language-dropdown__trigger {
        min-width: 76px;
        height: 42px;

        padding-left: 10px;
        padding-right: 10px;

        gap: 6px;
    }

    .language-dropdown__menu {
        width: 180px;
        min-width: 180px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .language-switcher-wrap {
        width: fit-content !important;

        flex: 0 0 auto !important;
    }

    .language-dropdown {
        width: fit-content !important;
    }

    .language-dropdown__trigger {
        min-width: 68px;
        height: 40px;

        padding: 0 9px;

        gap: 5px;

        border-radius: 10px;
    }

    .language-dropdown__icon {
        width: 16px;
        height: 16px;

        flex-basis: 16px;
    }

    .language-dropdown__icon svg {
        width: 16px;
        height: 16px;
    }

    .language-dropdown__current {
        font-size: 12px;
    }

    .language-dropdown__chevron {
        width: 12px;
        height: 12px;

        flex-basis: 12px;
    }

    .language-dropdown__menu {
        top: calc(100% + 7px) !important;

        right: 0 !important;
        left: auto !important;

        width: 180px;
        min-width: 180px;
        max-width: calc(100vw - 24px);

        border-radius: 12px;
    }

    .language-dropdown__item {
        min-height: 40px;

        padding: 8px 9px;

        font-size: 13px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .language-dropdown__menu {
        width: 170px;
        min-width: 170px;
    }
}


.exchange-rate-card__content--two-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: 32px;
    align-items: stretch;
}

.exchange-rate-card__content--two-columns .exchange-rate-card__column {
    width: 100%;
    min-width: 0;
}

.exchange-rate-card__content--two-columns .exchange-rate-card__separator {
    width: 1px;
    height: 100%;
    background: #e5e5e5;
}

.exchange-rate-card__content--two-columns .exchange-row {
    width: 100%;
}

.exchange-rate-card__content--two-columns .exchange-row__rates {
    flex: 1;
}


/* Mobile */
@media (max-width: 768px) {

    .exchange-rate-card__content--two-columns {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .exchange-rate-card__content--two-columns .exchange-rate-card__separator {
        display: none;
    }

    .exchange-rate-card__content--two-columns
    .exchange-rate-card__column:nth-of-type(3)
    .exchangeheader-row {
        display: none;
    }
}

.site-footer__deposit-insurance {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 14px;
}

.site-footer__deposit-insurance a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.ebanking-section-wrapper {
    width: 100%;
    padding: 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.ebanking-container-main {
    max-width: 1648px;
    margin: 0 auto;
}

.ebanking-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.ebanking-card-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 24px;
    text-decoration: none;
    border-radius: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    min-height: 140px;
    box-sizing: border-box;
}

.ebanking-card-item:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

.ebanking-bg-blue {
    background-color: #002b66;
    color: #ffffff;
}

.ebanking-bg-yellow {
    background-color: #ffcc00;
    color: #002b66;
}

.ebanking-text-title {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    max-width: 360px;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .ebanking-grid-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .ebanking-grid-box {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .ebanking-card-item {
        padding: 25px 20px;
        min-height: 110px;
    }

    .ebanking-text-title {
        font-size: 16px;
    }
}

/* Stilet kryesore për mjetin e gjetjes së kartave */
.find-cart-container {
    padding: 40px 0;
}

.find-cart {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: var(--radius-main, 16px);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
}

.find-cart .page-title {
    font-size: 1.75rem;
    color: var(--color-primary, #002E6D);
    margin-bottom: 30px;
    font-weight: 700;
}

.find-cart .choose-title {
    font-size: 1.1rem;
    color: var(--color-primary, #002E6D);
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}

/* Stilizimi i Select-eve */
.find-cart select.choose-category,
.find-cart select.chooseSegment,
.find-cart select.chooseCurrency {
    width: 100%;
    padding: 14px 18px;
    font-size: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #f9f9f9;
    color: var(--color-text, #363636);
    transition: all 0.3s ease;
    outline: none;
}

.find-cart select:focus {
    border-color: var(--color-primary, #002E6D);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 46, 109, 0.1);
}

/* Hapi i Zgjedhjes së Kartave (Radio me Imazhe) */
.find-cart .kredit-cart {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 15px;
}

.find-cart .container-check {
    cursor: pointer;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.find-cart .container-check input[type="radio"] {
    position: absolute;
    top: 10px;
    right: 10px;
    accent-color: var(--color-primary, #002E6D);
}

.find-cart .container-check img {
    max-width: 100%;
    height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.find-cart .container-check:hover {
    border-color: var(--color-primary, #002E6D);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
}

/* Kur një kartë është e zgjedhur (përmes Alpine.js input state) */
.find-cart .container-check input[type="radio"]:checked + img,
.find-cart .container-check:has(input[type="radio"]:checked) {
    border-color: var(--color-primary, #002E6D);
    background-color: rgba(0, 46, 109, 0.02);
}

/* Detajet e Kartës së Zgjedhur & Formulari Quform */
.find-cart .cart-details {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

.find-cart .cart-details h1 {
    font-size: 1.5rem;
    color: var(--color-primary, #002E6D);
    margin-bottom: 15px;
}

.find-cart .text-detail {
    font-size: 0.95rem;
    color: var(--color-text, #363636);
    line-height: 1.6;
    margin-bottom: 30px;
}

.find-cart .apliko-karte {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
}

.find-cart #acontactform {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary, #002E6D);
    margin-bottom: 20px;
}

/* Responsive për Mobile & Tabletë */
@media (max-width: 768px) {
    .find-cart {
        padding: 20px;
    }
    
    .find-cart .kredit-cart {
        grid-template-columns: 1fr;
    }
}


.faq-pagination {
    text-align: center;
    margin-top: 20px;
}
.faq-pagination button {
    margin: 0 5px;
    padding: 6px 12px;
    cursor: pointer;
}
.faq-pagination button.current {
    font-weight: bold;
    text-decoration: underline;
}
.faq-pagination button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}



.site-footer__deposit-insurance a:hover {
    text-decoration: underline;
}

/* =========================================================
   Credins Search Modal
========================================================= */

body.search-is-open {
    overflow: hidden;
}

.site-search {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 24px 40px;
}

.site-search[hidden] {
    display: none;
}

.site-search__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 35, 78, 0.78);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.site-search__panel {
    position: relative;
    width: min(820px, 100%);
    padding: 46px;
    background: #ffffff;
    border: 1px solid rgba(0, 46, 109, 0.08);
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 35, 78, 0.28);
    animation: credins-search-open 0.22s ease;
}

@keyframes credins-search-open {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.site-search__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dce4ed;
    border-radius: 50%;
    background: #ffffff;
    color: #002e6d;
    cursor: pointer;
}

.site-search__close:hover {
    background: #f5f7fa;
}

.site-search__header {
    padding-right: 52px;
    margin-bottom: 28px;
}

.site-search__eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #e9b900;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.site-search__header h2 {
    margin: 0 0 10px;
    color: #002e6d;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 700;
    line-height: 1.15;
}

.site-search__header p {
    max-width: 620px;
    margin: 0;
    color: #667385;
    font-size: 16px;
    line-height: 1.6;
}

.site-search__field {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px;
    border: 2px solid #dbe3eb;
    border-radius: 14px;
    background: #f8fafc;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.site-search__field:focus-within {
    border-color: #002e6d;
    box-shadow: 0 0 0 4px rgba(0, 46, 109, 0.08);
}

.site-search__icon {
    position: absolute;
    left: 22px;
    color: #002e6d;
    pointer-events: none;
}

.site-search__field input {
    flex: 1;
    min-width: 0;
    height: 58px;
    padding: 0 18px 0 54px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #152536;
    font: inherit;
    font-size: 17px;
}

.site-search__field input::placeholder {
    color: #8c99a8;
}

.site-search__field button {
    flex: 0 0 auto;
    height: 50px;
    padding: 0 28px;
    border: 0;
    border-radius: 9px;
    background: #f1c400;
    color: #002e6d;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.site-search__field button:hover {
    background: #ffd21a;
}

.site-search__suggestions {
    margin-top: 26px;
}

.site-search__suggestions > span {
    display: block;
    margin-bottom: 12px;
    color: #667385;
    font-size: 13px;
    font-weight: 600;
}

.site-search__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-search__chips a {
    display: inline-flex;
    align-items: center;
    padding: 9px 15px;
    border: 1px solid #dce4ed;
    border-radius: 999px;
    background: #ffffff;
    color: #002e6d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.site-search__chips a:hover {
    border-color: #002e6d;
    background: #002e6d;
    color: #ffffff;
}

/* =========================================================
   Search Results
========================================================= */

.credins-search-results {
    min-height: 70vh;
    background: #f6f8fb;
}

.credins-search-results__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.credins-search-results__hero {
    padding: 74px 0 66px;
    background: linear-gradient(120deg, #002e6d 0%, #0b4d91 100%);
    color: #ffffff;
}

.credins-search-results__eyebrow {
    color: #f1c400;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.credins-search-results__hero h1 {
    margin: 12px 0 8px;
    color: #ffffff;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.1;
}

.credins-search-results__hero p {
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.credins-results-search {
    display: flex;
    max-width: 720px;
    padding: 6px;
    background: #ffffff;
    border-radius: 12px;
}

.credins-results-search input {
    flex: 1;
    min-width: 0;
    padding: 0 20px;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 16px;
}

.credins-results-search button {
    min-height: 52px;
    padding: 0 30px;
    border: 0;
    border-radius: 8px;
    background: #f1c400;
    color: #002e6d;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.credins-search-results__content {
    padding: 58px 0 86px;
}

.credins-search-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.credins-search-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 45, 90, 0.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

.credins-search-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 45, 90, 0.10);
}

.credins-search-card__content {
    padding: 28px;
}

.credins-search-card__type {
    display: inline-block;
    margin-bottom: 12px;
    color: #b68d00;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.credins-search-card h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.3;
}

.credins-search-card h2 a {
    color: #002e6d;
    text-decoration: none;
}

.credins-search-card p {
    margin: 0 0 22px;
    color: #667385;
    line-height: 1.65;
}

.credins-search-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #002e6d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.credins-search-card__link span {
    color: #e9b900;
}

.credins-search-pagination {
    margin-top: 48px;
}

.credins-search-empty {
    max-width: 620px;
    padding: 42px;
    background: #ffffff;
    border: 1px solid #e4e9ef;
    border-radius: 16px;
}

.credins-search-empty h2 {
    margin-top: 0;
    color: #002e6d;
}

@media (max-width: 900px) {
    .credins-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {

    .site-search {
        align-items: flex-start;
        padding: 18px 12px;
        overflow-y: auto;
    }

    .site-search__panel {
        width: 100%;
        max-width: none;

        padding: 28px 20px 24px;

        border-radius: 20px;

        box-shadow:
            0 20px 60px rgba(0, 35, 80, 0.28);
    }

    /* Close button */
    .site-search__close {
        top: 16px;
        right: 16px;

        width: 40px;
        height: 40px;
    }

    /* Header */
    .site-search__header {
        padding-right: 44px;
        margin-bottom: 24px;
    }

    .site-search__eyebrow {
        margin-bottom: 8px;

        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .site-search__header h2 {
        margin-bottom: 8px;

        font-size: 28px;
        line-height: 1.15;
    }

    .site-search__header p {
        font-size: 15px;
        line-height: 1.5;
    }

    /* Search field wrapper */
    .site-search__field {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;

        padding: 0;

        border: 0;
        border-radius: 0;

        background: transparent;
        box-shadow: none;
    }

    .site-search__field:focus-within {
        border: 0;
        box-shadow: none;
    }

    /* Search icon */
    .site-search__icon {
        top: 17px;
        left: 17px;

        width: 21px;
        height: 21px;

        z-index: 2;
    }

    /* Input */
    .site-search__field input {
        width: 100%;
        height: 56px;

        padding:
            0
            16px
            0
            50px;

        border: 1.5px solid #dce4ed;
        border-radius: 12px;

        background: #ffffff;

        font-size: 16px;
    }

    .site-search__field input:focus {
        border-color: #003b78;

        box-shadow:
            0 0 0 4px rgba(0, 59, 120, 0.08);
    }

    .site-search__field input::placeholder {
        color: #98a5b3;
        font-size: 15px;
    }

    /* Search button */
    .site-search__field button {
        width: 100%;
        height: 52px;

        margin: 0;
        padding: 0 20px;

        border-radius: 11px;

        font-size: 15px;
    }

    /* Suggestions */
    .site-search__suggestions {
        margin-top: 24px;
    }

    .site-search__suggestions > span {
        margin-bottom: 12px;

        font-size: 12px;
    }

    .site-search__chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .site-search__chips a {
        justify-content: center;

        width: 100%;

        padding: 10px 12px;

        border-radius: 10px;

        font-size: 13px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .credins-search-grid {
        grid-template-columns: 1fr;
    }

    .credins-results-search {
        display: block;
    }

    .credins-results-search input {
        width: 100%;
        height: 54px;
    }

    .credins-results-search button {
        width: 100%;
    }
}
