.loading-container { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.95); z-index: 9999; } .loading-spinner { width: 50px; height: 50px; border: 4px solid #f3f3f3; border-top: 4px solid #3b7ef6; border-radius: 50%; animation: spin 1s linear infinite; margin-bottom: 20px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .loading-text { color: #64748b; font-size: 16px; font-weight: 500; margin: 0; } .loading-container.hidden { display: none; } .smart_credit_section { padding: 170px 0 0px; background: linear-gradient( 124deg, #fff 41.46%, var(--Core-Slate-100, #f1f5f9) 105.57% ); } .smart_credit_section .hero-title { font-size: 3rem; font-weight: 700; color: #2c3e50; margin-bottom: 1rem; text-align: center; } .smart_credit_section .hero-title .highlight { color: #007bff; font-style: normal; } .search-filter-bar { display: flex; gap: 1rem; margin-bottom: 2rem; align-items: center; justify-content: space-between; } .filter-toggle-btn { gap: 0.5rem; background: #fff; color: #2c3e50; border: 0; padding: 0.75rem 1rem; border-radius: 0 80px 80px 0; border: 1px solid var(--Brand-Colors-Brand-Color-1, #d8e5fd); background: var(--Color-Grey-White, #fff); box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.1); font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; width: 100%; padding: 21px 60px; text-align: left; } .filter-toggle-btn.active { border-radius: 0 80px 0 0; border: 1px solid #d8e5fd; box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.1); width: 420px; transition: all 0.3s ease; padding: 21px 20px; } .search-sort-container { margin-left: 200px; } .filter-toggle-btn svg { width: 18px; height: 18px; stroke-width: 2; } .search-container { width: 100%; max-width: 430px; margin-bottom: 40px; margin-left: auto; margin-right: auto; } .content-wrapper.filter-open .search-container { margin-left: 0; margin-right: 0; } .search-input-wrapper { position: relative; display: flex; align-items: center; border-radius: var(--Button-Button-Radius, 80px); border: 1px solid var(--Brand-Colors-Brand-Color-1, #d8e5fd); background: var(--Color-Grey-White, #fff); box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.1); padding: 18px 32px; transition: all 0.3s ease; } .search-input-wrapper:focus-within { border-color: var(--Brand-Colors-Brand-Color-1, #3b7ef6); box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.15); } .search-input { flex: 1; border: none; outline: none; font-size: 18px; padding: 0; background: transparent; } .search-input::placeholder { color: #64748b; } .search-input-container { position: relative; width: 100%; } .search-placeholder { position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 4px; pointer-events: none; color: #64748b; font-size: 18px; transition: all 0.3s ease; z-index: 1; } .search-input:focus + .search-placeholder { opacity: 0; visibility: hidden; } .placeholder-text { color: #64748b; } .scrolling-words { position: relative; height: 0.9rem; line-height: normal; overflow: hidden; display: inline-block; min-width: 80px; } .scrolling-word { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; color: #64748b; font-weight: 500; animation: scrollWords 4.5s infinite; opacity: 0; } .scrolling-word:nth-child(1) { animation-delay: 0s; } .scrolling-word:nth-child(2) { animation-delay: 1.5s; } .scrolling-word:nth-child(3) { animation-delay: 3s; } @keyframes scrollWords { 0%, 20% { opacity: 0; transform: translateY(20px); } 25%, 45% { opacity: 1; transform: translateY(0); } 50%, 70% { opacity: 0; transform: translateY(-20px); } 75%, 100% { opacity: 0; transform: translateY(-20px); } } .search-btn { background: none; border: none; padding: 0rem; cursor: pointer; color: #64748b; transition: color 0.3s ease; display: flex; align-items: center; justify-content: center; } .search-btn:hover { color: #007bff; } .search-btn svg { width: 24px; height: 24px; } .sort-container { display: flex; padding: var(--Spacing-Spacing-xs, 16px); padding-right: 15px; align-items: center; gap: 0; border-radius: var(--Button-Button-Radius, 80px); border: 1px solid var(--Brand-Colors-Brand-Color-1, #d8e5fd); background: var(--Color-Grey-White, #fff); box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.1); width: 100%; max-width: 430px; margin: 0 auto; transition: all 0.3s ease; position: relative; } .sort-container:focus-within { border-color: var(--Brand-Colors-Brand-Color-1, #3b7ef6); box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.15); } .sort-dropdown { flex: 1; width: 100%; border: none; background: transparent; font-size: 16px; font-weight: 500; cursor: pointer; outline: none; color: #1a214d; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: none; position: relative; z-index: 2; padding: 0 16px; line-height: 1.5; transition: color 0.3s ease; } .sort-dropdown option { -webkit-appearance: none; appearance: none; list-style: none; } @supports (-webkit-appearance: none) { .sort-dropdown option { background: white; -webkit-appearance: none; appearance: none; } .sort-dropdown option:checked { background: #3b7ef6; color: white; -webkit-appearance: none; appearance: none; } } .sort-dropdown:hover { color: #3b7ef6; } .sort-dropdown:invalid, .sort-dropdown option[value=""][disabled] { color: transparent; } .sort-dropdown option { padding: 12px 16px; font-size: 16px; font-weight: 500; color: #1a214d; background: white; border: none; -webkit-appearance: none; appearance: none; list-style: none; } .sort-dropdown option:not([value=""]) { color: #1a214d; padding: 12px 16px; } .sort-dropdown option:hover { background: #f8f9fa; color: #3b7ef6; } .sort-dropdown option:checked { background: #3b7ef6; color: white; font-weight: 600; -webkit-appearance: none; appearance: none; } @supports (-webkit-appearance: none) { .sort-dropdown option { -webkit-appearance: none !important; appearance: none !important; list-style: none !important; } .sort-dropdown option:checked { -webkit-appearance: none !important; appearance: none !important; } } @media screen and (-webkit-min-device-pixel-ratio: 0) { .sort-dropdown option { -webkit-appearance: none; appearance: none; background-image: none; } .sort-dropdown option:checked { -webkit-appearance: none; appearance: none; background-image: none; } } .sort-dropdown:focus { outline: none; color: #3b7ef6; } .sort-dropdown-label { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #9ca3af; pointer-events: none; z-index: 1; transition: opacity 0.3s ease; } .sort-dropdown-label.hidden { opacity: 0; visibility: hidden; } .sort-container svg { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); flex-shrink: 0; pointer-events: none; z-index: 3; width: 18px; height: 18px; } .select2-container { width: 100% !important; left: 0 !important; } .select2-container--default .select2-selection--single { height: auto !important; border: none !important; background: transparent !important; padding: 0 !important; border-radius: 0 !important; } .select2-container--default .select2-selection--single .select2-selection__rendered { color: #64748b !important; font-size: 18px !important; font-weight: 500 !important; padding: 0 !important; line-height: 1.5 !important; } .select2-container--default .select2-selection--single .select2-selection__arrow { display: none !important; } .select2-dropdown { border: 1px solid #3b7ef6 !important; border-radius: 12px !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important; margin-top: 4px !important; width: 100% !important; top: 20px !important; overflow: hidden; } .select2-container--default .select2-results__option { padding: 12px 16px !important; color: #1a214d !important; font-size: 1rem !important; font-weight: 500 !important; } .select2-container--default .select2-results__option--highlighted[aria-selected] { background: #3b7ef6 !important; color: white !important; } .select2-container--default .select2-results__option[aria-selected="true"] { background: #f8f9fa !important; color: #3b7ef6 !important; } .select2-container--default .select2-results__option:hover { background: #f8f9fa !important; color: #3b7ef6 !important; } .filters-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; grid-column: 1 / -1; transition: all 0.3s ease; } .content-wrapper.filter-open .filters-info { grid-column: 2 / -1; } .filter-count { font-weight: 600; color: #171717; margin: 0; } .clear-all-btn { background: none; border: none; color: #171717; font-weight: 600; cursor: pointer; font-size: 18px; transition: color 0.3s ease; } .clear-all-btn:hover { color: #0056b3; } .filter-badges { display: flex; flex-wrap: wrap; background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0v6M0 6h6' stroke='%23d4e3fd' stroke-width='1' fill='none'/%3E%3C/svg%3E"); background-color: #f7faff; background-size: 12px 12px; background-repeat: repeat; border-radius: 80px; border: 1px solid #bbdefb; padding: 1.5rem; margin-bottom: 56px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); grid-column: 1 / -1; transition: all 0.3s ease; gap: 18px; align-items: center; justify-content: flex-start; min-height: 60px; } .filter-badges::-webkit-scrollbar { display: none; height: 0px; width: 0px; } .content-wrapper.filter-open .filter-badges { grid-column: 2 / -1; } .filter-badge { display: flex; align-items: center; border-radius: 80px; border: 0; background: rgba(187, 222, 251, 0.5); color: #171717; padding: 8px 16px; font-size: 16px; font-weight: 500; white-space: nowrap; flex-shrink: 0; gap: 8px; } .filter-badge .remove-badge { background: #1a214d; border: none; color: #ffffff; font-size: 14px; cursor: pointer; padding: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s ease; font-weight: bold; flex-shrink: 0; line-height: 1; margin-left: 4px; } .filter-badge .remove-badge:hover { background: #3b7ef6; transform: scale(1.1); } .filter-tag { display: flex; align-items: center; border-radius: 80px; border: 0; background: rgba(187, 222, 251, 0.5); color: #171717; padding: 8px 16px; font-size: 16px; font-weight: 500; white-space: nowrap; flex-shrink: 0; } .filter-tag p { margin: 0; color: #171717; font-size: 18px; font-weight: 400; } .remove-filter { background: #1a214d; border: none; color: #ffffff; font-size: 12px; margin-left: 8px; cursor: pointer; padding: 0; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s ease; font-weight: bold; flex-shrink: 0; } .remove-filter:hover { background: #3b7ef6; transform: scale(1.1); } .content-wrapper { display: grid; grid-template-columns: minmax(150px, 200px) 1fr minmax(150px, 200px); gap: 0px; align-items: start; transition: all 0.3s ease; margin-top: 3rem; max-width: 100%; } .content-wrapper.filter-open { grid-template-columns: minmax(200px, 350px) 1fr minmax(150px, 200px); } .filter-container { position: absolute; left: 0; overflow: visible; } .filter-expanded { position: absolute; top: 100%; left: 0; width: 200px; height: auto; background: white; z-index: 1000; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s ease; } .filter-expanded.active { opacity: 1; visibility: visible; transform: translateY(0); width: 420px; } .filter-expanded .filter-content { padding: 0; border: 1px solid #d8e5fd; box-shadow: 0 4px 0 0 rgba(59, 126, 246, 0.1); } .cards-grid { grid-column: 1 / -1; transition: all 0.3s ease; } .content-wrapper.filter-open .cards-grid { grid-column: 2 / -1; } .filter-sidebar { background: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: absolute; top: 0; left: 0; width: 300px; height: fit-content; max-height: calc(100vh - 4rem); overflow-y: auto; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 10; } .filter-sidebar.active { opacity: 1; visibility: visible; position: relative; } .filter-header { padding: 1.25rem 1.5rem; border-bottom: 1px solid #e9ecef; background: white; border-radius: 16px 16px 0 0; } .filter-header h3 { font-size: 1.1rem; font-weight: 700; color: #2c3e50; margin: 0; text-align: center; } .filter-group { margin-bottom: 12px; padding: 0 1rem; padding-bottom: 12px; border-bottom: 1px solid #d8e5fd; } .filter-group .search-box { margin: 0 0 0.75rem 0; } .filter-group:first-child { padding-top: 1rem; } .filter-group h4 { font-size: 16px; font-weight: 700; color: #2c3e50; margin-bottom: 0.75rem; padding-bottom: 0.375rem; display: inline-block; letter-spacing: 0.5px; } .filter-group.mb-0 { margin-bottom: 0; border-bottom: none; } .filter-actions { display: none !important; gap: 12px; padding: 1.5rem; border-top: 1px solid #d8e5fd; margin-top: 1rem; } .filter-clear-btn, .filter-apply-btn { flex: 1; padding: 12px 24px; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; border: none; } .filter-clear-btn { background: #f1f5f9; color: #2c3e50; } .filter-clear-btn:hover { background: #e2e8f0; } .filter-apply-btn { background: #3b7ef6; color: #fff; } .filter-apply-btn:hover { background: #2d5fd4; } .search-box { position: relative; margin-bottom: 0.75rem; margin: 0 12px; display: flex; align-items: center; border-radius: 80px; border: 1px solid var(--Core-Slate-200, #e2e8f0); background: var(--Color-Grey-White, #ffffff); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; } .filter-search { flex: 1; border: none; outline: none; font-family: "Lato", sans-serif; font-size: 14px; width: 100%; font-weight: 400; padding: 10px 16px; background: transparent; color: var(--Text-Color-Text-Dark-1, #262626); } .filter-search:focus { outline: none; } .filter-search::placeholder { color: var(--Core-Slate-500, #64748b); } .filter-search-btn { background: var(--Brand-Colors-Brand-Color-1, #3b7ef6); border: none; padding: 10px; color: var(--Color-Grey-White, #ffffff); cursor: pointer; transition: all 0.3s ease; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; margin-right: 4px; flex-shrink: 0; } .filter-search-btn:hover { background: var(--Brand-Colors-Brand-color-2, #1a214d); transform: scale(1.05); } .filter-search-btn svg { width: 14px; height: 14px; } .contact-person-img { min-width: 600px; height: auto; border-radius: 16px; object-fit: cover; position: absolute; bottom: -79px !important; left: -41px !important; } .filter-options { max-height: 250px; overflow-y: auto; padding-right: 0.5rem; } .filter-option { display: flex; align-items: center; padding: 0.5rem 0.75rem; cursor: pointer; transition: background-color 0.3s ease; border-radius: 6px; margin-bottom: 0.2rem; } .category-section .filter-option { padding: 0.5rem 0px; } .filter-option:hover { background: #f8f9fa; } .filter-option input[type="checkbox"] { display: none; } .checkmark { width: 18px; height: 18px; border: 2px solid #e9ecef; border-radius: 4px; margin-right: 0.625rem; position: relative; transition: all 0.3s ease; flex-shrink: 0; } .filter-option input[type="checkbox"]:checked + .checkmark { background: #3b7ef6; border-color: #3b7ef6; } .filter-option input[type="checkbox"]:checked + .checkmark::after { content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 12px; font-weight: bold; } .option-text { flex: 1; font-size: 14px; color: #1a214d; font-weight: 600; line-height: 1.4; } .count { color: #64748b; font-size: 0.8rem; margin-left: 0.5rem; font-weight: 400; } .category-section { margin: 0.75rem 0; padding-left: 12px; } .category-section h5 { font-size: 14px; font-weight: 600; color: #525252; margin: 0 0 0.5rem 0; letter-spacing: 0.5px; } .salary-slider { position: relative; margin-bottom: 1rem; } .slider { width: 100%; height: 8px; border-radius: 4px; background: #e9ecef; outline: none; -webkit-appearance: none; appearance: none; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #ffc107; cursor: pointer; border: 3px solid white; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } .slider::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: #ffc107; cursor: pointer; border: 3px solid white; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); } .slider-labels { display: block; margin-top: 0.5rem; font-size: 0.7rem; color: #64748b; font-weight: 500; position: relative; width: calc(100% - 20px); height: 20px; margin-left: 10px; padding: 0; } .slider-labels span { position: absolute; display: flex; flex-direction: column; align-items: center; transform: translateX(-50%); } .slider-labels span:nth-child(1) { left: 0%; } .slider-labels span:nth-child(2) { left: 19.15%; } .slider-labels span:nth-child(3) { left: 46.81%; } .slider-labels span:nth-child(4) { left: 68.09%; } .slider-labels span:nth-child(5) { left: 89.36%; } .slider-labels span:nth-child(6) { left: 100%; } .salary-input { display: flex; align-items: center; gap: 0.5rem; justify-content: flex-start; background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 0.5rem 0.75rem; } .salary-value { border: none; background: transparent; font-size: 14px; font-weight: 600; color: #2c3e50; flex: 1; min-width: 0; text-align: left; } .salary-value:focus { outline: none; } .currency { font-size: 14px; color: #64748b; font-weight: 500; white-space: nowrap; flex-shrink: 0; display: flex; align-items: center; } .cards-grid { transition: all 0.3s ease; display: grid !important; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)) !important; gap: 24px !important; align-items: stretch; } .content-wrapper.filter-open .cards-grid { grid-template-columns: repeat(2, 1fr); } .credit-card { display: flex; flex-direction: column; background: #eff6ff; border: 1px solid; border: 1px solid rgba(59, 126, 246, 1); border-radius: 32px; position: relative; margin-top: 24px; min-width: 330px !important; flex-shrink: 0 !important; } .credit-card.benefits-expanded { align-self: start; height: auto !important; } .card-visual { margin: 4px; border-top-left-radius: 28px; border-top-right-radius: 28px; padding: 44px 16px 16px 16px; background-color: #b8cdfd; border: 1px solid rgba(191, 219, 254, 1); background-image: radial-gradient(circle, #b8cdfd 2px, transparent 2.5px), linear-gradient(to right, rgba(255, 255, 255, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 1px, transparent 1px); background-size: 4px 4px, 1px 1px, 1px 1px; background-position: 4px 4px, 0 0, 0 0; } .card-visual img { border-radius: 16px; height: 200px; object-fit: contain; width: 100%; min-height: 200px; display: block; background-color: rgba(255, 255, 255, 0.1); } .card-visual img[alt="Card image unavailable"] { background-color: rgba(255, 255, 255, 0.2); opacity: 0.3; } .card-front { padding: 1.5rem; height: 100%; display: flex; flex-direction: column; justify-content: space-between; color: white; position: relative; z-index: 2; } .card-header { display: flex; justify-content: space-between; align-items: center; } .contactless-icon { opacity: 0.8; } .card-number { font-size: 1.25rem; font-weight: 600; letter-spacing: 2px; margin: 1rem 0; } .card-footer { margin-top: auto; } .card-holder { display: flex; align-items: center; gap: 1rem; } .chip { width: 40px; height: 30px; background: linear-gradient(45deg, #ffd700, #ffed4e); border-radius: 4px; position: relative; } .chip::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 20px; height: 15px; border: 2px solid #333; border-radius: 2px; } .holder-info { flex: 1; } .holder-name { font-size: 16px; font-weight: 600; margin-bottom: 0.25rem; } .valid-thru { font-size: 0.8rem; opacity: 0.8; } .card-details { flex-grow: 1; display: flex; flex-direction: column; padding: 24px; } .bank-info { gap: 16px; display: flex; flex-direction: row; margin-bottom: 24px; } .bank-logo { border-radius: 8px; width: 30px; height: 30px; } .bank-info h3 { font-size: 22px; font-weight: 600; color: #2c3e50; margin: 0; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; padding-right: 16px; flex: 1; min-width: 0; } .card-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 24px; } .stat { padding: 16px; text-align: center; border-radius: 16px; border: 1px solid #e9ecef; background: #f8f9fb; box-shadow: 0 2px 0 0 rgba(59, 126, 246, 0.2); } .stat-value { font-size: 1rem; font-weight: 700; color: #1a214d; margin-bottom: 0.25rem; text-align: left; margin: 0; } .stat-label { font-size: 0.7rem; color: rgba(0, 0, 0, 0.7); line-height: 1.2; text-align: left; margin: 0; } .benefits { flex-grow: 1; overflow: hidden; transition: max-height 0.3s ease; } .benefits.expanded { overflow-y: auto; overflow-x: hidden; } .benefits.expanded::-webkit-scrollbar { width: 6px; } .benefits.expanded::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; } .benefits.expanded::-webkit-scrollbar-thumb { background: #3b7ef6; border-radius: 10px; } .benefits.expanded::-webkit-scrollbar-thumb:hover { background: #1a214d; } .benefits h4 { font-size: 18px; font-weight: 600; color: #1a214d; margin-bottom: 1rem; } .benefits-list { list-style: none; padding: 0; margin: 0; } .benefits-list li { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 16px; color: #2c3e50; line-height: 1.4; } .benefits-list li p { margin: 0; font-size: 14px; color: #525252; line-height: 1.4; } .benefits-list li svg { flex-shrink: 0; margin-top: 0.1rem; } .view-more-container { margin-top: 12px; margin-bottom: 0; } .view-more-link, .view-less-link { display: inline-block; font-weight: 600; font-size: 14px; color: #3b7ef6; cursor: pointer; text-decoration: none; transition: color 0.3s ease; } .view-more-link:hover, .view-less-link:hover { color: #1a214d; text-decoration: underline; } .benefits-list .more { margin-top: 20px; margin-bottom: 0px; font-weight: 700; color: #3b7ef6; cursor: pointer; } .card-actions { display: flex; gap: 0.75rem; margin-top: 1.5rem; } .btn-primary, .btn-secondary { flex: 1; padding: 0.75rem 1rem; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; border-radius: 80px; cursor: pointer; transition: all 0.3s ease; } .btn-primary { background: #007bff; color: white; max-width: fit-content; } .btn-primary.apply-btn { background: #007bff; color: white; max-width: unset; width: 100%; } .btn-primary:hover { background: #0056b3; transform: translateY(-1px); } .btn-primary.disabled, .btn-primary:disabled { background: #e9ecef; color: #adb5bd; cursor: not-allowed; opacity: 0.6; pointer-events: none; } .btn-primary.disabled:hover, .btn-primary:disabled:hover { background: #e9ecef; transform: none; } .btn-secondary { background: transparent; color: #007bff; border: 2px solid #007bff; } .cancel_cta .btn-secondary { background: transparent; color: #007bff; border: 2px solid #007bff; max-width: 150px; width: 100%; } .btn-secondary:hover { background: #007bff; color: white; } .hero-subtitle { font-size: 18px; font-weight: 500; color: #404040; } .compare-label { gap: 24px; padding: 12px 32px; display: flex; position: absolute; top: -24px; right: -1px; border-radius: 9999px; border-bottom-right-radius: 0px; align-items: center; font-size: 18px; font-weight: 700; color: #171717; cursor: pointer; transition: all 0.3s ease; background-color: #fff; border: 1px solid #3b7ef6; } .compare-label input[type="checkbox"] { display: none; } .compare-label .checkmark { width: 24px; height: 24px; border: 2px solid #000; margin: 0; } .compare-label input[type="checkbox"]:checked + .checkmark { background: #0056b3; } .compare-label input[type="checkbox"]:checked + .checkmark::after { content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 10px; font-weight: bold; } .show-more-section { text-align: center; margin-top: 30px; } .show-more-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: #1a214d; border: none; padding: 0.75rem 1rem; font-size: 18px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-family: "Lato", sans-serif; } .show-more-btn:hover { color: #3b7ef6; transform: translateY(-1px); } .show-more-btn svg { transition: transform 0.3s ease; } .show-more-btn:hover svg { transform: translateY(1px); } .additional-card { transition: all 0.3s ease; opacity: 0; transform: translateY(20px); } .additional-card.show { opacity: 1; transform: translateY(0); } .contact-form-section { padding: 30px 0; background: white; } .contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .contact-info { display: flex; flex-direction: column; align-items: center; text-align: center; } .contact-image { margin-bottom: 2rem; } .contact-text h2 { font-size: 2rem; font-weight: 700; color: #2c3e50; margin-bottom: 1rem; } .contact-text p { font-size: 1.1rem; color: #64748b; line-height: 1.6; max-width: 400px; } .contact-form { background: #f8f9fa; padding: 2rem; border-radius: 16px; } .contact-form .mb-4 { margin-bottom: 1rem !important; } .contact-form .row .mb-4 { margin-bottom: 1rem !important; } .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow { display: block !important; height: 64px !important; right: 1rem !important; top: 0 !important; } .contact-form .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #666 transparent transparent transparent !important; border-width: 6px 6px 0 6px !important; margin-top: -3px !important; } .contact-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #3b7ef6 transparent !important; border-width: 0 6px 6px 6px !important; margin-top: -3px !important; } .form { display: flex; flex-direction: column; gap: 1.5rem; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; } .form-group.full-width { grid-column: 1 / -1; } .form-group label { display: block; font-size: 16px; font-weight: 600; color: #2c3e50; margin-bottom: 0.5rem; } .form-group input { width: 100%; padding: 0.75rem 1rem; border: 2px solid #e9ecef; border-radius: 8px; font-size: 18px; transition: all 0.3s ease; } .form-group input:focus { border-color: #007bff; outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1); } .select-wrapper { position: relative; } .select-wrapper svg { position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #64748b; pointer-events: none; } .apply_modal { z-index: 10002 !important; background: #3a2f2f8a; } .apply_modal .modal-backdrop { z-index: 10001 !important; } .apply_modal .modal-dialog, .apply_modal .modal-content { z-index: 10002 !important; } .apply_modal.fade .modal-dialog { top: 45%; transition: transform 0.3s ease-out; transform: translate(0, -50%); } .apply_modal .modal-dialog { max-width: 700px; } .apply_modal.fade .modal-dialog .modal-content { background-color: #edf2ff; border-radius: 24px; padding: 20px; } .apply_modal .modal-body { padding: 0.75rem; } .apply_modal .modal-body .row.mb-3 { margin-bottom: 0rem !important; } .apply_modal .modal-body .mb-3 { margin-bottom: 0rem !important; } .apply_modal .modal-body .mb-4 { margin-bottom: 0.75rem !important; } .apply_modal .modal-body .col-md-6 { padding-left: 0.5rem; padding-right: 0.5rem; } .apply_modal .modal-body .row { margin-left: -0.5rem; margin-right: -0.5rem; } .apply_modal .modal-body .form-label { margin-bottom: 0.375rem !important; font-size: 0.875rem !important; font-weight: 600; } .apply_modal .modal-body .form-control, .apply_modal .modal-body .form-select { padding: 0.5rem 0.75rem; font-size: 0.875rem !important; height: 40px !important; line-height: 1.5; } .apply_modal .phone-input-inner { height: 40px !important; } .apply_modal .phone-input-inner input { height: 40px !important; padding-left: 3.75rem !important; } .apply_modal .modal-body label[for="phoneInput"] { margin-top: 4px; } .apply_modal .modal-body .form-control::placeholder { font-size: 0.875rem !important; } .apply_modal .modal-body .invalid-feedback { font-size: 0.75rem !important; margin-top: 0.25rem; } .apply_modal .phone-input-wrapper { margin-bottom: 0; } .apply_modal .col-md-6:has(.phone-input-wrapper) { display: flex; flex-direction: column; } .apply_modal .col-md-6:has(.phone-input-wrapper) .invalid-feedback { display: block !important; width: 100%; margin-top: 0.25rem; margin-bottom: 0; white-space: normal; word-wrap: break-word; overflow: visible; position: relative; z-index: 1; font-size: 0.75rem !important; } .apply_modal .select2-container.is-invalid .select2-selection--single { border: 1px solid #dc3545 !important; } .apply_modal .select2-container.is-invalid .select2-selection--single:focus { border: 1px solid #dc3545 !important; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important; } .apply_modal .mb-4:has(select.is-invalid) .select2-container .select2-selection--single, .apply_modal .position-relative:has(select.is-invalid) .select2-container .select2-selection--single { border: 1px solid #dc3545 !important; } .apply_modal .mb-4:has(select.is-invalid) .select2-container .select2-selection--single:focus, .apply_modal .position-relative:has(select.is-invalid) .select2-container .select2-selection--single:focus { border: 1px solid #dc3545 !important; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important; } .apply_modal .modal-body .select2-container { width: 100% !important; display: block !important; } .apply_modal .modal-body .select2-container--default .select2-selection--single { height: 40px !important; min-height: 40px !important; border: 1px solid #ced4da !important; border-radius: 30px !important; background-color: #fff !important; padding: 0 0.75rem !important; display: flex !important; align-items: center !important; } .apply_modal .modal-body .select2-container--default .select2-selection--single .select2-selection__rendered { color: #374151 !important; font-size: 0.875rem !important; font-weight: 500 !important; padding-left: 0 !important; line-height: 1.5 !important; } .apply_modal .modal-body .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #6c757d !important; font-size: 0.875rem !important; } .apply_modal .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow { display: block !important; height: 40px !important; right: 0.5rem !important; top: 0 !important; } .apply_modal .modal-body .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #495057 transparent transparent transparent !important; border-width: 5px 5px 0 5px !important; margin-top: -2px !important; } .apply_modal .modal-body .select2-container--default.select2-container--focus .select2-selection--single, .apply_modal .modal-body .select2-container--default.select2-container--open .select2-selection--single { border-color: #86b7fe !important; border-radius: 0.375rem !important; box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important; } .apply_modal .modal-body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #0d6efd transparent !important; border-width: 0 5px 5px 5px !important; margin-top: -2px !important; } .apply_modal .modal-body .select2-dropdown { border: 1px solid #ced4da !important; border-radius: 0.375rem !important; font-size: 0.875rem !important; } .apply_modal .modal-body .select2-dropdown.apply-promo-dropdown, .apply_modal .modal-body .select2-dropdown { top: calc(100% - 15px) !important; } .apply_modal .modal-body .select2-container--default .select2-results__option { padding: 0.5rem 0.75rem !important; font-size: 0.875rem !important; } .apply_modal .phone-prefix { font-size: 0.875rem !important; padding: 0.5rem 0.75rem !important; width: auto; min-width: fit-content; } .apply_modal .phone-input-inner input { padding-left: 3rem !important; } .apply_modal .monthly-income-placeholder { font-size: 0.875rem !important; left: 20px !important; top: 40px !important; transform: none !important; } .apply_modal .mb-4.position-relative:has(input.is-invalid) .monthly-income-placeholder, .apply_modal .position-relative:has(input.is-invalid) .monthly-income-placeholder, .apply_modal .mb-4.position-relative:has(.invalid-feedback:not(:empty)) .monthly-income-placeholder, .apply_modal .position-relative:has(.invalid-feedback:not(:empty)) .monthly-income-placeholder { top: 40px !important; transform: none !important; left: 15px !important; } .apply_modal .btn-lg { padding: 0.5rem 2.5rem !important; font-size: 0.875rem !important; } .apply_modal .modal-title { font-weight: 700; font-size: 24px; color: #1a214d; } @media (max-width: 991px) { .apply_modal .modal-dialog { position: fixed !important; bottom: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; height: auto !important; max-height: 90vh !important; transform: translateY(100%) !important; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important; top: auto !important; } .apply_modal.show .modal-dialog, .apply_modal.fade.show .modal-dialog { transform: translateY(0) !important; } .apply_modal .modal-content { border-radius: 24px 24px 0 0 !important; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important; margin: 0 !important; border: none !important; } .apply_modal .modal-backdrop { background-color: rgba(0, 0, 0, 0.5) !important; } } @media (max-width: 1360px) { .content-wrapper { grid-template-columns: 150px 1fr 150px; } .content-wrapper.filter-open { grid-template-columns: 300px 1fr 150px; } .filter-toggle-btn.active { width: 300px; } .filter-expanded.active { width: 300px; } .cards-grid { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); } .content-wrapper.filter-open .cards-grid { grid-column: 2 / -1; grid-template-columns: repeat(2, 1fr); } } @media (max-width: 1200px) and (min-width: 992px) { .content-wrapper { grid-template-columns: 180px 1fr 180px; } .content-wrapper.filter-open { grid-template-columns: 320px 1fr 180px; } .cards-grid { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); } .content-wrapper.filter-open .cards-grid { grid-column: 2 / -1; grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 14px !important; } .contact-person-img { min-width: 200px; max-width: 200px; height: auto; } .search-input-wrapper, .sort-container { padding: 12px; padding-right: 44px; } .search-placeholder { font-size: 14px; } .scrolling-words { height: 1rem; margin-top: 1px; line-height: 0.5px; vertical-align: baseline; } .scrolling-word { line-height: 1.5; display: inline-flex; align-items: baseline; } .smart_credit_section { padding: 100px 0 40px; } .smart_credit_section .hero-title { font-size: 2rem; } .smart_credit_section p { font-size: 1rem; } .apply_modal .modal-dialog { position: fixed !important; bottom: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; height: auto !important; max-height: 90vh !important; transform: translateY(100%) !important; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important; top: auto !important; } .apply_modal.show .modal-dialog, .apply_modal.fade.show .modal-dialog { transform: translateY(0) !important; } .apply_modal .modal-content { border-radius: 24px 24px 0 0 !important; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important; margin: 0 !important; border: none !important; } .apply_modal .modal-backdrop { background-color: rgba(0, 0, 0, 0.5) !important; } .cards-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .card-stats { grid-template-columns: 1fr; gap: 0.75rem; } .card-actions { flex-direction: column; } } @media (max-width: 576px) { .filter-tag { justify-content: space-between; } .contact-form { padding: 1.5rem; } .contact-text h2 { font-size: 1.5rem; } } @media (max-width: 1024px) { .btn-primary, .btn-secondary { font-size: 14px; } } @media (max-width: 991px) { .btn-primary, .btn-secondary { font-size: 14px; } .mobile-filter-btn { display: flex !important; pointer-events: auto !important; cursor: pointer !important; z-index: 1000 !important; } * { box-sizing: border-box; } .mobile-filter-btn * { pointer-events: none; } .mobile-filter-btn { pointer-events: auto !important; position: fixed !important; z-index: 10001 !important; } .smart_credit_section { padding: 80px 0 40px; } .smart_credit_section .container { padding: 0 10px; max-width: 100%; } .smart_credit_section .hero-title { font-size: 2rem; line-height: 1.2; } .smart_credit_section p { font-size: 14px; } .content-wrapper { display: flex !important; flex-direction: column !important; gap: 1rem; margin-top: 1.5rem; grid-template-columns: 1fr !important; width: 100% !important; max-width: 100% !important; padding: 0 !important; } .filter-container { display: none !important; } .search-container { display: flex; flex-direction: column; gap: 1rem; max-width: 100%; margin-bottom: 1rem; } .search-input-wrapper { width: 100%; } .sort-container { width: 100%; min-width: auto; max-width: 100%; margin-bottom: 40px; } .select2-container { width: 100% !important; } .select2-dropdown { width: 100% !important; max-width: 100% !important; } .applied-filters { margin-bottom: 1rem; padding: 0 5px; } .filters-info { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin-bottom: 1rem; } .filter-badges { justify-content: flex-start; gap: 0.5rem; width: 100%; flex-wrap: wrap; padding: 1rem; } .filter-tag { font-size: 0.8rem; padding: 0.4rem 0.8rem; white-space: nowrap; flex-shrink: 0; } .cards-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 1rem; grid-column: 1 / -1 !important; width: 100% !important; padding: 0 !important; } .credit-card { width: 100% !important; margin: 0 !important; border-radius: 16px !important; margin-bottom: 1rem !important; max-width: 100% !important; box-sizing: border-box !important; } .card-details { padding: 1rem; } .bank-info { margin-bottom: 1rem; padding-bottom: 0.75rem; } .bank-info h3 { font-size: 1.1rem; margin-bottom: 0.5rem; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; padding-right: 16px; flex: 1; min-width: 0; } .card-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; } .stat { padding: 0.4rem; text-align: left; background: #f8f9fa; border-radius: 8px; border: 1px solid #e0e7ff; } .stat-value { font-size: 16px; font-weight: 600; color: #1a214d; margin-bottom: 0.25rem; } .stat-label { font-size: 0.7rem; color: #64748b; font-weight: 500; } .benefits h4 { font-size: 1rem; margin-bottom: 0.75rem; } .benefits-list { display: flex; flex-direction: column; gap: 0.5rem; } .benefits-list li { padding: 0.5rem; font-size: 0.85rem; display: flex; align-items: center; gap: 0.5rem; } .card-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1rem; } .btn-primary, .btn-secondary { padding: 0.75rem 1rem; font-size: 16px; width: 100%; max-width: 100%; } .compare-checkbox { position: absolute; top: -18px; right: -2px; padding: 0; font-size: 0.8rem; background: rgba(255, 255, 255, 0.98); border-radius: 25px; border: 1px solid #bcd3fc; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); backdrop-filter: blur(10px); z-index: 10; } .compare-checkbox .compare-label { display: flex; align-items: center; gap: 0.5rem; margin: 0; font-weight: 500; color: #1a214d; font-size: 14px; } .compare-checkbox input[type="checkbox"] { width: 16px; height: 16px; margin: 0; } .show-more-btn { width: 100%; margin-top: 1rem; } .mobile-filter-btn { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: #3b7ef6; border: none; box-shadow: 0 4px 12px rgba(59, 126, 246, 0.3); cursor: pointer; transition: all 0.3s ease; position: fixed; bottom: 20px; right: 20px; z-index: 1000; } .mobile-filter-btn:hover { background: #1a214d; transform: scale(1.05); } .mobile-filter-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none; align-items: flex-end; opacity: 0; visibility: hidden; transition: all 0.3s ease; } .mobile-filter-overlay.show { opacity: 1; visibility: visible; } .mobile-filter-popup { background: white; width: 100%; max-height: 85vh; border-radius: 20px 20px 0 0; transform: translateY(100%); transition: transform 0.3s ease; overflow-y: auto; } .mobile-filter-overlay.show .mobile-filter-popup { transform: translateY(0); } .mobile-filter-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.5rem 1rem 1.5rem; border-bottom: 1px solid #e9ecef; position: sticky; top: 0; background: white; z-index: 10; } .mobile-filter-header h3 { font-size: 1.25rem; font-weight: 600; color: #1a214d; margin: 0; } .mobile-filter-close { background: none; border: none; padding: 0.5rem; cursor: pointer; border-radius: 50%; transition: background-color 0.2s ease; } .mobile-filter-close:hover { background-color: #f8f9fa; } .mobile-filter-content { padding: 1.5rem; max-height: calc(85vh - 140px); overflow-y: auto; } .mobile-filter-content .filter-group { margin-bottom: 2rem; padding: 0; border: 0; } .option-text { font-size: 14px; } .mobile-filter-content .filter-group h5 { font-size: 1.1rem; font-weight: 600; color: #1a214d; margin-bottom: 1rem; } .mobile-filter-content .search-box { margin: 0; margin-bottom: 1rem; } .mobile-filter-content .filter-options { display: flex; flex-direction: column; gap: 0.75rem; } .mobile-filter-content .filter-option { padding: 0.75rem; border-radius: 8px; background: #f8f9fa; border: 1px solid #e9ecef; transition: all 0.2s ease; } .mobile-filter-content .filter-option:hover { background: #e9ecef; border-color: #3b7ef6; } .mobile-filter-content .category-section { margin-bottom: 1.5rem; } .mobile-filter-content .category-section h5 { font-size: 1rem; font-weight: 600; color: #3b7ef6; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e9ecef; } .mobile-filter-content .salary-slider-container { margin-top: 1rem; margin-bottom: 1rem; } .mobile-filter-content .slider-labels { display: block; margin-bottom: 0.5rem; font-size: 16px; color: #64748b; position: relative; width: calc(100% - 20px); height: 20px; margin-left: 10px; padding: 0; } .mobile-filter-content .slider-labels span { position: absolute; display: flex; flex-direction: column; align-items: center; transform: translateX(-50%); } .mobile-filter-content .slider-labels span:nth-child(1) { left: 0%; } .mobile-filter-content .slider-labels span:nth-child(2) { left: 19.15%; } .mobile-filter-content .slider-labels span:nth-child(3) { left: 46.81%; } .mobile-filter-content .slider-labels span:nth-child(4) { left: 68.09%; } .mobile-filter-content .slider-labels span:nth-child(5) { left: 89.36%; } .mobile-filter-content .slider-labels span:nth-child(6) { left: 100%; } .mobile-filter-content .slider { width: 100%; margin: 0; } .mobile-filter-content .slider::-webkit-slider-thumb { z-index: 2; } .mobile-filter-content .slider::-moz-range-thumb { z-index: 2; } .mobile-filter-content .salary-input { display: flex; align-items: center; justify-content: flex-start; gap: 0.5rem; margin-top: 1rem; } .mobile-filter-content .salary-input input { width: 120px; padding: 0.5rem; border: 1px solid #3b7ef6; border-radius: 8px; text-align: left; font-weight: 600; } .mobile-filter-content .currency { font-weight: 600; color: #3b7ef6; white-space: nowrap; flex-shrink: 0; display: flex; align-items: center; } .mobile-filter-actions { display: none !important; gap: 0.75rem; padding: 1rem; border-top: 1px solid #e9ecef; position: sticky; bottom: 0; background: white; z-index: 10; } .mobile-clear-btn, .mobile-apply-btn { flex: 1; padding: 0.625rem 0.875rem; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; } .mobile-clear-btn { background: #f8f9fa; color: #64748b; border: 1px solid #dee2e6; border-radius: 8px; } .mobile-clear-btn:hover { background: #e9ecef; } .mobile-apply-btn { background: #3b7ef6; color: white; border: none; } .mobile-apply-btn:hover { background: #1a214d; } } @media (max-width: 768px) { .apply_modal .modal-dialog { position: fixed !important; bottom: 0 !important; left: 0 !important; right: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; height: auto !important; max-height: 90vh !important; transform: translateY(100%) !important; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important; top: auto !important; } .apply_modal.show .modal-dialog, .apply_modal.fade.show .modal-dialog { transform: translateY(0) !important; } .apply_modal .modal-content { border-radius: 24px 24px 0 0 !important; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important; margin: 0 !important; border: none !important; padding: 0 !important; } .apply_modal .modal-backdrop { background-color: rgba(0, 0, 0, 0.5) !important; } .smart_credit_section { padding: 80px 0 40px; } .smart_credit_section .container { padding: 0 20px; max-width: 100%; } .smart_credit_section .hero-title { font-size: 2rem; line-height: 1.2; } .smart_credit_section p { font-size: 14px; } .content-wrapper { display: flex !important; flex-direction: column !important; gap: 1rem; margin-top: 1.5rem; } .filter-container { display: none !important; } .search-container { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1rem; } .search-input-wrapper { width: 100%; } .sort-container { width: 100%; min-width: auto; margin-bottom: 40px; } .select2-container { width: 100% !important; } .select2-dropdown { width: 100% !important; max-width: 100% !important; } .applied-filters { margin-bottom: 1rem; padding: 0 5px; } .filters-info { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin-bottom: 1rem; } .filter-badges { justify-content: flex-start; gap: 0.5rem; width: 100%; flex-wrap: wrap; padding: 1rem; } .filter-tag { font-size: 0.8rem; padding: 0.4rem 0.8rem; white-space: nowrap; flex-shrink: 0; } .cards-grid { display: flex !important; flex-direction: column !important; gap: 1rem; } .credit-card { width: 100%; margin: 0; border-radius: 16px !important; margin-bottom: 1rem; } .card-details { padding: 1rem; } .bank-info { margin-bottom: 1rem; padding-bottom: 0.75rem; } .bank-info h3 { font-size: 1.1rem; margin-bottom: 0.5rem; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; padding-right: 16px; flex: 1; min-width: 0; } .card-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; } .stat { padding: 0.5rem; text-align: left; background: #f8f9fa; border-radius: 8px; border: 1px solid #e0e7ff; } .stat-value { font-size: 16px; font-weight: 600; color: #1a214d; margin-bottom: 0.25rem; } .stat-label { font-size: 0.7rem; color: #64748b; font-weight: 500; } .benefits h4 { font-size: 1rem; margin-bottom: 0.75rem; } .benefits-list { display: flex; flex-direction: column; gap: 0.5rem; } .benefits-list li { padding: 0.5rem; font-size: 0.85rem; display: flex; align-items: center; gap: 0.5rem; } .card-actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1rem; } .btn-primary, .btn-secondary { padding: 0.75rem 1rem; font-size: 16px; width: 100%; } .compare-checkbox { position: absolute; top: 1rem; right: 1rem; padding: 0.6rem 1rem; font-size: 0.8rem; background: rgba(255, 255, 255, 0.98); border-radius: 25px; border: 1px solid #bcd3fc; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); backdrop-filter: blur(10px); z-index: 10; } .compare-checkbox .compare-label { display: flex; align-items: center; gap: 0.5rem; margin: 0; font-weight: 500; color: #1a214d; font-size: 14px; } .compare-checkbox input[type="checkbox"] { width: 16px; height: 16px; margin: 0; } .show-more-btn { width: 100%; margin-top: 1rem; } .mobile-filter-btn { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background: #3b7ef6; border: none; box-shadow: 0 4px 12px rgba(59, 126, 246, 0.3); cursor: pointer; transition: all 0.3s ease; position: fixed; bottom: 20px; right: 20px; z-index: 1000; } .mobile-filter-btn:hover { background: #1a214d; transform: scale(1.05); } .mobile-filter-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999; display: none; align-items: flex-end; opacity: 0; visibility: hidden; transition: all 0.3s ease; } .mobile-filter-overlay.show { opacity: 1; visibility: visible; } .mobile-filter-popup { background: white; width: 100%; max-height: 85vh; border-radius: 20px 20px 0 0; transform: translateY(100%); transition: transform 0.3s ease; overflow-y: auto; } .mobile-filter-overlay.show .mobile-filter-popup { transform: translateY(0); } .mobile-filter-header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.5rem 1rem 1.5rem; border-bottom: 1px solid #e9ecef; position: sticky; top: 0; background: white; z-index: 10; } .mobile-filter-header h3 { font-size: 1.25rem; font-weight: 600; color: #1a214d; margin: 0; } .mobile-filter-close { background: none; border: none; padding: 0.5rem; cursor: pointer; border-radius: 50%; transition: background-color 0.2s ease; } .mobile-filter-close:hover { background-color: #f8f9fa; } .mobile-filter-content { padding: 1.5rem; max-height: calc(85vh - 140px); overflow-y: auto; } .mobile-filter-content .filter-group { margin-bottom: 2rem; padding: 0; border: 0; } .option-text { font-size: 14px; } .mobile-filter-content .filter-group h5 { font-size: 1.1rem; font-weight: 600; color: #1a214d; margin-bottom: 1rem; } .mobile-filter-content .search-box { margin: 0; margin-bottom: 1rem; } .mobile-filter-content .filter-options { display: flex; flex-direction: column; gap: 0.75rem; } .mobile-filter-content .filter-option { padding: 0.75rem; border-radius: 8px; background: #f8f9fa; border: 1px solid #e9ecef; transition: all 0.2s ease; } .mobile-filter-content .filter-option:hover { background: #e9ecef; border-color: #3b7ef6; } .mobile-filter-content .category-section { margin-bottom: 1.5rem; } .mobile-filter-content .category-section h5 { font-size: 1rem; font-weight: 600; color: #3b7ef6; margin-bottom: 0.75rem; padding-bottom: 0.5rem; border-bottom: 1px solid #e9ecef; } .mobile-filter-content .salary-slider-container { margin-top: 1rem; margin-bottom: 1rem; } .mobile-filter-content .slider-labels { display: block; margin-bottom: 0.5rem; font-size: 16px; color: #64748b; position: relative; width: calc(100% - 20px); height: 20px; margin-left: 10px; padding: 0; } .mobile-filter-content .slider-labels span { position: absolute; display: flex; flex-direction: column; align-items: center; transform: translateX(-50%); } .mobile-filter-content .slider-labels span:nth-child(1) { left: 0%; } .mobile-filter-content .slider-labels span:nth-child(2) { left: 19.15%; } .mobile-filter-content .slider-labels span:nth-child(3) { left: 46.81%; } .mobile-filter-content .slider-labels span:nth-child(4) { left: 68.09%; } .mobile-filter-content .slider-labels span:nth-child(5) { left: 89.36%; } .mobile-filter-content .slider-labels span:nth-child(6) { left: 100%; } .mobile-filter-content .slider { width: 100%; margin: 0; } .mobile-filter-content .slider::-webkit-slider-thumb { z-index: 2; } .mobile-filter-content .slider::-moz-range-thumb { z-index: 2; } .mobile-filter-content .salary-input { display: flex; align-items: center; justify-content: flex-start; gap: 0.5rem; margin-top: 1rem; } .mobile-filter-content .salary-input input { width: 120px; padding: 0.5rem; border: 1px solid #3b7ef6; border-radius: 8px; text-align: left; font-weight: 600; } .mobile-filter-content .currency { font-weight: 600; color: #3b7ef6; white-space: nowrap; flex-shrink: 0; display: flex; align-items: center; } .mobile-filter-actions { display: none !important; gap: 0.75rem; padding: 1rem; border-top: 1px solid #e9ecef; position: sticky; bottom: 0; background: white; z-index: 10; } .mobile-clear-btn, .mobile-apply-btn { flex: 1; padding: 0.625rem 0.875rem; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.3s ease; } .mobile-clear-btn { background: #f8f9fa; color: #64748b; border: 1px solid #dee2e6; border-radius: 8px; } .mobile-clear-btn:hover { background: #e9ecef; } .mobile-apply-btn { background: #3b7ef6; color: white; border: none; } .mobile-apply-btn:hover { background: #1a214d; } } @media (max-width: 480px) { .smart_credit_section .container { padding: 0 15px; } .smart_credit_section .hero-title { font-size: 1.75rem; } .card-details { padding: 0.75rem; } .bank-info h3 { font-size: 1rem; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; padding-right: 16px; flex: 1; min-width: 0; } .stat { padding: 0.4rem; background: #f8f9fa; border-radius: 6px; border: 1px solid #e0e7ff; } .stat-value { font-size: 0.85rem; font-weight: 600; color: #1a214d; margin-bottom: 0.2rem; } .stat-label { font-size: 0.65rem; color: #64748b; font-weight: 500; } .benefits h4 { font-size: 16px; } .benefits-list li { padding: 0.4rem; font-size: 0.8rem; margin-bottom: 0; } .btn-primary, .btn-secondary { padding: 14px 39px; font-size: 0.85rem; } .compare-checkbox { top: -24px; right: -2px; padding: 0; border: 0; } .mobile-filter-btn { width: 45px; height: 45px; bottom: 15px; right: 15px; } .mobile-filter-actions { padding: 0.625rem; gap: 0.5rem; } .mobile-clear-btn, .mobile-apply-btn { padding: 0.5rem 0.625rem !important; font-size: 13px !important; border-radius: 8px !important; } } .comparison-canvas { position: fixed; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid #e2e8f0; box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1); z-index: 1000; transform: translateY(100%); transition: transform 0.3s ease-in-out; padding: 10px 0; } .comparison-canvas.show { transform: translateY(0); } .comparison-content { display: flex; align-items: center; justify-content: space-between; max-width: 1232px; margin: 0 auto; padding: 0 20px; gap: 20px; } .selected-cards { display: flex; gap: 23px; flex: 1; overflow-x: auto; } .selected-card { position: relative; border-radius: 12px; padding: 15px 15px 10px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.2s ease; } .selected-card .remove-card { position: absolute; top: 5px; right: 5px; background: #1a214d; border: none; border-radius: 50%; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; color: #fff; transition: all 0.2s ease; } .selected-card .remove-card:hover { background: #ff4444; color: white; } .selected-card .bank-logo { color: white; font-size: 12px; font-weight: 600; margin-bottom: 8px; } .selected-card .card-number { color: white; font-size: 14px; font-weight: 500; margin-bottom: 4px; } .selected-card .card-holder { color: rgba(255, 255, 255, 0.8); font-size: 12px; margin-bottom: 4px; } .selected-card .card-expiry { color: rgba(255, 255, 255, 0.8); font-size: 12px; } .selected-card .card-image-container { flex: 1; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; min-height: 0; overflow: hidden; } .selected-card .card-image { width: 100%; height: 100%; min-width: 0; max-width: 100%; max-height: 120px; object-fit: contain; object-position: center; border-radius: 6px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); display: block; } .selected-card .card-info { display: flex; flex-direction: column; align-items: center; text-align: center; } .selected-card .card-info .bank-logo { font-size: 11px; font-weight: 600; color: white; margin: 0; } .comparison-actions { display: flex; gap: 8px; align-items: center; } .btn-compare { background: linear-gradient(135deg, #3b7ef6 0%, #2563eb 100%); color: white; border: none; padding: 12px 24px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; box-shadow: 0 2px 8px rgba(59, 126, 246, 0.3); min-width: 100px; } .btn-compare:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(59, 126, 246, 0.4); } .clear-all { color: #0a0a0a; text-decoration: underline; font-size: 18px; cursor: pointer; transition: color 0.2s ease; } .clear-all:hover { color: #374151; } @media (max-width: 768px) { .show-more-section { margin-top: 0; } .comparison-content { flex-direction: column; gap: 15px; padding: 0 15px; align-items: stretch; min-width: 0; } .selected-cards { width: 100%; display: flex; gap: 10px; overflow-x: hidden; min-height: 0; min-width: 0; flex-wrap: nowrap; } .selected-card { flex: 1 1 0; min-width: 0; height: 100px; padding: 12px; box-sizing: border-box; } .selected-card .card-image-container { min-height: 0; min-width: 0; flex: 1; overflow: hidden; display: flex; align-items: center; justify-content: center; } .selected-card .card-image { width: 100%; height: 100%; min-width: 0; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; display: block; } .selected-card .card-info .bank-logo { font-size: 10px; } .comparison-actions { flex-direction: row; gap: 15px; } .btn-compare { padding: 10px 20px; font-size: 13px; } } @media (max-width: 576px) { .selected-cards { gap: 8px; } .selected-card { height: 90px; padding: 10px; } .selected-card .remove-card { width: 20px; height: 20px; font-size: 12px; top: 4px; right: 4px; } .comparison-actions { gap: 10px; } .btn-compare { padding: 8px 16px; font-size: 12px; } } @media (max-width: 480px) { .comparison-canvas { padding: 8px 0; } .comparison-content { gap: 10px; padding: 0 10px; } .selected-cards { gap: 6px; } .selected-card { height: 82px; padding: 6px; } .selected-card .remove-card { width: 18px; height: 18px; font-size: 10px; top: 2px; right: 2px; } .comparison-actions { flex-shrink: 0; gap: 8px; justify-content: center; } .btn-compare { padding: 8px 14px; font-size: 12px; } }