@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Federant&family=Gilda+Display&family=Grey+Qo&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mozilla+Text:wght@200..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --primary-blue: #2563eb;
    --success-green: #10b981;
    --warning-yellow: #f59e0b;
    --dark-gray: #64748b;
    --light-gray: #f1f5f9;
    --white: #ffffff;
    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.1);
    --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

a {
    text-decoration: none;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #dcecf416;
    line-height: 1.6;
    color: #2e2e3d;

}




h1,
h2,
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

p {
    font-size: 17px;
    /* line-height: 1.6; */
}

.container-fluid {
    max-width: 80%;
}

.header {
    background: var(--white);
    box-shadow: var(--shadow-soft);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav__data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.nav__toggle {
    display: none;
    flex-direction: column;

    cursor: pointer;
}

.nav__toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-blue);
    transition: all 0.3s ease;
}

.nav__toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav__toggle.active span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.memberanimation {
    animation-name: memberanim !important;
    animation-duration: 0.2s !important;

}

.member-active {
    display: block !important;
}

.reservation-tittle {
    background-color: #667eea;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2;

    font-size: 0.8em;
    padding: 6px 7px;
    text-align: center;
    border-radius: 5px;
}

/* navbar style */
.navbar-custom {
    background-color: #26355D !important;
    padding: 0.5rem 1rem;
}

.navbar-custom .navbar-brand {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: 600;
}

.navbar-custom .nav-link {
    color: #ffffff !important;
    font-size: 0.9rem;
    margin-right: 1.5rem;
    position: relative;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

}

.navbar-custom .nav-link:hover {
    color: #ffffff;
}

.navbar-custom .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.navbar-custom .nav-link:hover::after {
    width: 100%;
}

.navbar-custom .btn-custom {
    background-color: #FBC522;
    color: #ffffff !important;
    border: none;
    padding: 0.25rem 1rem;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.navbar-custom .btn-custom:hover {
    background-color: #e62e2e;
}

.navbar-custom .dropdown-toggle::after {
    display: none;
}

.navbar-custom .dropdown-menu {
    background-color: #26355D;
    border: none;
    padding: 0.5rem 0;
}

.navbar-custom .dropdown-item {
    color: #ffffff !important;
    padding: 0.5rem 1.5rem;
}

.navbar-custom .dropdown-item:hover {
    background-color: #2d3e63;
    color: #00c4cc;
}

.dropdown__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.dropdown__group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dropdown__icon i {
    font-size: 1.5rem;
    color: var(--primary-blue);
}

.dropdown__title {
    font-size: 1.1rem;
    font-weight: 600;
}

.dropdown__description {
    font-size: 0.9rem;
    color: var(--dark-gray);
}

.dropdown__list {
    list-style: none;
    padding: 0;
}

.dropdown__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: var(--dark-gray);
    padding: 0.5rem 0;
}

.dropdown__link:hover {
    color: var(--primary-blue);
}

.nav__right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.btn-primary {
    background: var(--primary-blue);
    color: var(--white);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #5B73E8;
    color: white;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--light-gray);
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    opacity: 0.2;
    transform: rotate(-15deg);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.2;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--dark-gray);
    margin-bottom: 2rem;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
}

.stat-label {
    font-size: 0.9rem;
    color: var(--dark-gray);
}

.hero-buttons .btn {
    transition: transform 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateY(-3px);
}

.hero-image {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.hero-img:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.dashboard-preview,
.preview-header,
.preview-dots,
.preview-title,
.preview-content,
.preview-stats,
.preview-stat,
.preview-chart,
.chart-bars,
.bar {
    display: none;/
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--dark-gray);
    font-weight: 500;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Apps Section */
.apss-h6 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.apps-p {
    font-size: 1.5rem;
    color: var(--dark-gray);
}

/* Features List Section */
.menus-tittle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

/* -------------------------- */
.home-head-bg {
    border-radius: 0% 0% 10% 15%;
    background: linear-gradient(135deg, #2c3666 0%, #35204b 100%);
    height: 65vh;
    display: flex;
    align-items: center;
    margin-top: -50px;
}

.reservation-section {
    background-color: #F1F3FB;
    position: relative;
    overflow: hidden;
    color: #122955;
    min-height: 200px;

}

.reservation-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 4 64 4" preserveAspectRatio="none"><path fill="%23122955" d="M64 6 C32 0 32 12 0 6 L0 8 L64 8 Z"></path></svg>') no-repeat;
    background-size: 100% 100%;
}

.reservation-img {
    max-width: 90%;
    height: auto;
}

.reservation-img {
    max-width: 100%;
    height: auto;
}


.res21 {
    background-color: #122955 !important;
    margin-top: 120px;
    padding-bottom: 200px;
    padding-top: 50px;
    position: relative;

}

/* Features Section */
.features-section {
    margin-top: -220px;
    /* Ruaj distancën nga reservation-section */
    padding: 5rem 0;
    position: relative;
    /* Zëvendëso absolute me relative */
    text-align: center !important;
}

/* Ruaj stilin e tjerëve siç është */
.nav-tabs {
    border: none;
    background: #122955;
    justify-content: center;
    padding: 2rem 0;
}

.nav-tabs .nav-link {
    border: none;
    background: #122955;
    color: var(--dark-gray);
    font-weight: 600;
    font-size: 15px;
    padding: 0.75rem 1.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    color: #5B73E8;
}

.nav-tabs .nav-link.active {

    background-color: #122955;
    color: #7d91eb;
    border-bottom: 3px solid #5170f0;
}

.tab-content {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem;
}

.learn-button {
    color: #5B73E8;
    border: 1px solid #5B73E8;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.learn-button:hover {
    background: #5B73E8;
    color: var(--white);
}


.custom-buttons {
    position: fixed;
    bottom: 100px;
    right: 35px !important;
    z-index: 1001;
}

.btn-back-to-top {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background-color: #667eea;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-back-to-top:hover {
    background-color: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}



.hero-sale {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e1e5f74f;
}

button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;

}

button.learn-more {
    width: 15rem;
    height: auto;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #7354AF;
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #7354AF;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

button:hover .button-text {
    color: #fff;
}

.salee {
    padding-top: 30px !important;
}

.pos-section {
    background: #F1F3FB;
}

.pos-section h2 {
    font-size: 1.8rem;
    line-height: 1.4;
}

/* .feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1rem;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-weight: 600;
} */

.feature-icon {
    font-size: 1.3rem;
    color: #122955;
}

.learn-btn {
    font-weight: 600;
    color: #122955;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.learn-btn:hover {
    color: #5B73E8;
}

.feature-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0.75rem 1rem;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

.col-md-3:first-child .feature-box::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 1px;
    background: #ccc;
}

.col-md-3:last-child .feature-box::before {
    content: "";
    position: absolute;
    left: -140px;
    top: 50%;
    transform: translateY(-50%);
    width: 140px;
    height: 1px;
    background: #ccc;
}

.feature-box:hover {
    background: #f0f4ff;
    border-color: #5B73E8;
    color: #5B73E8;
}


.hero-sale {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    min-height: 400px;
    position: relative;
    overflow: hidden;
}



.text-primary-custom {
    color: #6366f1;
}

.text-secondary-custom {
    color: #454e67;
}

/* Logo Container */
.logo-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    height: 100%;
    align-items: center;
}

.logo-item {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

    position: relative;
}

.logo-item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.logo-item:nth-child(1) {
    animation-delay: 0s;
}

.logo-item:nth-child(2) {
    animation-delay: -1s;
}

.logo-item:nth-child(3) {
    animation-delay: -2s;
}

.logo-item:nth-child(4) {
    animation-delay: -3s;
}

.logo-image {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-item:hover .logo-image {
    transform: scale(1.1);
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-10px) rotate(1deg);
    }

    50% {
        transform: translateY(-20px) rotate(0deg);
    }

    75% {
        transform: translateY(-10px) rotate(-1deg);
    }
}

/* Shimmer Effect */
@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Pulse Effect for Logo Items */
@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    50% {
        box-shadow: 0 15px 40px rgba(99, 102, 241, 0.2);
    }
}

.logo-item:hover {
    animation: pulse 2s infinite;
}

/* Background decoration */
.hero-sale::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

.hero-sale::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}






/* analytics section */
.analytics-section {
    background: #fff;
}

.analytics-section h2 {
    font-size: 2rem;
    line-height: 1.3;
    color: #122955;
}

.analytics-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.analytics-section .btn-primary {
    background-color: #122955;
    border: none;
    font-weight: 600;
}

.analytics-section .btn-primary:hover {
    background-color: #122955;
}

.analytics-section .btn-link {
    color: #122955;
    font-size: 1rem;
}

.analytics-section .btn-link:hover {
    color: #122955;
}

/* Dekori solid */
.decor-bg {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 510px;
    height: 350px;
    background: #D6D9F0;
    border-radius: 8px;
    z-index: 1;
}

/* Borderat dekorativë */
.border-decor {
    position: absolute;
    top: 100px;
    right: 10%;
    width: 370px;
    height: 400px;
    border: 15px solid #7354AF;
    border-radius: 6px;
    opacity: 0.4;
    z-index: 2;
}

.main-imginv {
    max-width: 450px;
    /* border-radius: 8px; */
    margin-top: 100px;
    right: 100px;
    position: relative;
    z-index: 3;
}

/* Imazhet */
.main-img {
    max-width: 450px;
    /* border-radius: 8px; */
    margin-top: 250px;
    right: 100px;
    position: relative;
    z-index: 3;
}

.circle-img {

    width: 240px;
    height: 240px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -30px;
    right: -60px;
    border: 4px solid #fff;
    z-index: 3;
}

/* Borderat dekorativë */
.border-decor012 {
    position: absolute;
    top: 100px;
    right: 10%;
    width: 350px;
    height: 370px;
    border: 15px solid #7354AF;
    border-radius: 6px;
    opacity: 0.4;
    z-index: 2;
}

/* Imazhet */
.main-img012 {
    max-width: 500px;
    /* border-radius: 8px; */
    margin-top: 60px;
    right: 70px;
    position: relative;
    z-index: 3;
}

.decor-bg012 {
    position: absolute;
    top: 40px;
    right: 14px;
    width: 510px;
    height: 400px;
    background: #D6D9F0;
    border-radius: 8px;
    z-index: 1;
}

/* -----------------end------------------- */


.more-section {
    padding: 100px 100px;
    /* background: #F1F3FB; */

}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.more-content {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    /* për responsive */
}

.more-item {
    flex: 1 1 45%;
    min-width: 300px;
}

.more-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.more-item p {
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
}

/* ----------- */


.testimonial-section {

    padding-top: 100px;
    padding-bottom: 100px;

    margin: auto;
    display: flex;
    align-items: flex-start;

}

.testimonial-text {
    flex: 1;
}

.testimonial-text h2 {
    font-size: 50px;
    background: var(--gradient-primary);
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 140px;
    line-height: 1.2;
}

.slider-controls {
    display: flex;
    gap: 10px;
    margin-top: 20px;

}

.slider-controls button {
    width: 50px;
    height: 50px;
    border: 2px solid #7354AF;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #7354AF;
    transition: 0.3s;

}

.slider-controls button:hover {
    background: #7354AF;
    color: white;
}

.slider {
    flex: 2;
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.card2 {
    width: 360px;
    height: 550px;
    border-radius: 15px;
    padding: 25px;
    margin-right: 25px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* First card2 (blue background) */
.card2.blue {
    background: #122955;
    color: white;
}

.card2.blue h3 {
    font-size: 18px;
    margin-top: 10px;
}

.card2.blue p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #d4e8e8;
}

.author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.author img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

/* Second card2 (image background) */
.card2.image-card2 {
    background: url('../assets/Pricing/restaurant-img.jpg') no-repeat center/cover;
    position: relative;
    color: white;
}

.card2.image-card2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.card2.image-card2 .content {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.card2.image-card2 h4 {

    font-size: 16px;
    color: #FFD57D;

}

.card2.image-card2 h3 {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
}

.card2.image-card2 button:hover {
    background: #007b84;
}


.star {
    margin-top: 120px;
}

.raportim h6 {
    color: #7354AF;
}

/* ------------------------- */
.section-other {
    padding: 100px;
    background-color: #f1f3fb91;
}


.feature-box1 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e0d6f3;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
}

.feature-box1:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none;
}

.feature-box1:hover h5 {
    color: #7354AF;
}

.feature-box1:hover a {
    color: #7354AF;
    text-decoration: underline;
}

/* --------------- */
.cta-section {
    background: #122955;
    /* ngjyra e errët */
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 300px;
    position: relative;
    overflow: hidden;
}

.cta-text {
    max-width: 50%;
    z-index: 2;
    position: relative;
}

.cta-text h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cta-text button {
    padding: 12px 30px;
    background: #005C73;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.cta-text button:hover {
    background: #007B92;
}

.cta-image {
    position: relative;
    z-index: 2;
}

.cta-image img {
    max-width: 520px;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* Rrethi dekorativ */
.cta-image::after {
    content: "";
    position: absolute;
    top: 60px;
    /* zhvendoset poshtë imazhit */
    margin-left: 45%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: #3E5187;
    /* blu tjetër dekorative */
    border-radius: 50%;
    z-index: 1;
}

@media(max-width:1700px){
    .cta-image::after{
        margin-left: 60%;
    }
}

.feature-box1 {
    margin-top: 20px !important;
}

.reservation-tittle1 {
    background-color: #667eea;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2;

    font-size: 0.7em;

    text-align: center;
    border-radius: 5px;
}

/* ----------------------cmimet ------------*/

.analytics-section {
    background: #fff;
}

.analytics-section h2 {
    font-size: 2rem;
    line-height: 1.3;
    color: #122955;
}

.analytics-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

.analytics-section .btn-primary {
    background-color: #122955;
    border: none;
    font-weight: 600;
}

.analytics-section .btn-primary:hover {
    background-color: #122955;
}

.analytics-section .btn-link {
    color: #122955;
    font-size: 1rem;
}

.analytics-section .btn-link:hover {
    color: #122955;
}

/* -----------------end------------------- */


/* Borderat dekorativë */
.border1-decor {
    position: absolute;
    top: 100px;
    right: -5%;
    width: 570px;
    height: 550px;
    border: 15px solid #7354AF;
    border-radius: 6px;
    opacity: 0.4;
    z-index: 2;
}

/* Imazhet */
.main1-img {
    max-width: 700px;
    /* border-radius: 8px; */
    margin-top: 230px;
    right: -50px;
    position: relative;
    z-index: 3;
}

.circle1-img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: -40px;
    left: 90px;

    z-index: 3;
}

/* Dekori solid */
.decor1-bg {
    position: absolute;
    top: 20px;
    right: -130px;
    width: 490px;
    height: 420px;
    background: #D6D9F0;
    border-radius: 8px;
    z-index: 1;
}

.fa-circle-check {
    color: #FFC720;
    font-size: 20px;
}

.pricing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;

}

.pricing-section h2 {
    font-size: 28px;
    margin-bottom: 40px;
}

.pricing-card1s {

    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;

}

.card1 {
    position: relative;
    flex: 1 1 300px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        transparent 150px,
        white 150px,
        white 100%
    ),
    url(/assets/Pricing/Untitled\ design\ \(1\).jpg) top center no-repeat;
    background-size: cover, cover;
    border-radius: 12px;
    padding: 35px 45px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
}

.card1 {
    position: relative;
    flex: 1 1 300px;
    background: white;
    border-radius: 12px;
    padding: 35px 45px;
    padding-top: 170px; /* Hapësirë për header të rrotulluar */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.card1::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    right: -20px;
    height: 180px;
    background: url(/assets/Pricing/Untitled\ design\ \(1\).jpg);
    background-size: cover;
    background-position: center;
    transform: rotate(-3deg);
    transform-origin: top center;
    z-index: 0;
    border-radius: 12px 12px 0 0;
}

.card1 > * {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.card1:hover {
    transform: translateY(-6px);
}

.card1 h3 {
    position: absolute;
    top: 0px; /* Më lart, brenda background-it */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95); /* Pak transparent */
    backdrop-filter: blur(10px); /* Blur effect (moderne) */
    display: inline-block;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
    z-index: 2;
    white-space: nowrap;
}

.price {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    z-index: 2;
    top: 20px;
    left: 65%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 40px 24px;
    position: absolute;
    width: 100%;
    height: auto;
    color: white;

}




.buttons {
    margin-top: 20px;
}

.btn31 {
    display: inline-block;
    padding: 10px 9px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    margin: 5px;
}


.btn31-outline {
    border: 1px solid #1a1aff;
    color: #1a1aff;
    background: transparent;
}

.btn31-outline:hover {
    background: #1a1aff;
    color: white;
}

.note {
    font-size: 12px;
    margin-top: 15px;
    color: #777;
}




.management-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;

    padding: 60px 20px;
    gap: 40px;

}

.management-text {

    flex: 1;
    z-index: 2;
}

.management-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.management-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.management-image {
    flex: 1;
    position: relative;
    z-index: 2;
}

.management-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 8px;
    position: relative;
    z-index: 3;
}

/* Dekorimet pas fotos */
.shape {
    position: absolute;
    border-radius: 20px;
    z-index: 1;
}

.shape.blue {
    width: 200px;
    height: 200px;
    background: #D6DDF6;
    top: -60px;
    left: -60px;
    border-radius: 30% 70% 70% 30% / 40% 30% 70% 60%;
}

.shape.red {
    width: 80px;
    height: 80px;
    background: #f1e2b7;
    bottom: -30px;
    right: 180px;
    transform: rotate(45deg);
}

.shape.gray {
    width: 50%;
    height: 90%;
    border: 6px solid #eee;
    top: -70px;
    left: 240px;
    z-index: 0;
}

/* Forma jeshile në cep të majtë */
.corner-green {

    position: absolute;
    top: 0;
    left: -190px;
    width: 350px;
    height: 350px;
    background: #576eaf;
    border-radius: 40px;
    transform: rotate(45deg);
    z-index: -1;
}

.management-section1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 150px;
    padding-bottom: 100px;

    z-index: 1;
}

/* --------------- */
.cta-section18 {
    background: #122955;
    /* ngjyra e errët */
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 300px;
    position: relative;
    overflow: hidden;
    
}

.cta-text18 {
    max-width: 50%;
    z-index: 2;
    position: relative;
}

.cta-text18 h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.cta-text18 button {
    padding: 12px 30px;
    background: #005C73;
    border: none;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.cta-text18 button:hover {
    background: #007B92;
}

.cta-image18 {
    position: relative;

    z-index: 2;
}

.cta-image18 img {
    max-width: 520px;
    margin-top: -40px;
    left: 25%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* Rrethi dekorativ */
.cta-image18::after {
    content: "";
    position: absolute;
    top: 200px;
    /* zhvendoset poshtë imazhit */
    left: 29%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: #3E5187;
    /* blu tjetër dekorative */
    border-radius: 50%;
    z-index: 1;
}

/* end */


.custom-card {
    background-color: #EFF2FF;
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card-img {
    width: 100%;
    height: auto;
    display: block;
}

.card-body {
    padding: 20px;
}

.card-text {
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.4;
}

.card-info {
    font-size: 15px;
    color: #555;
}


.faq-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;

}

.faq-title {

    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.faq-question:hover {
    color: #FFC720;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-icon {
    font-size: 22px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-bg1 {
    background: url('../assets/Pricing/apps-img.png') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;


}

#contactForm {
    background-position: 95% 10%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 40px;
    height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contactForm input,
#contactForm textarea {
    padding: 8px 8px 8px 35px;
    /* Mbaj vetëm një padding */
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    /* Siguro sfond të bardhë për inputet */
    border: 1px solid #ced4da;
    /* Bordurë e qartë nga Bootstrap */
    margin-bottom: 16px;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: #6c757d;
    /* Gri e errët për placeholder */
    opacity: 1;
    /* Siguro dukshmëri të plotë */
}

#contactForm input:focus,
#contactForm textarea:focus {
    outline: none;
    border-color: #007bff;
    /* Ngjyrë fokusi nga Bootstrap */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    /* Hije fokusi */
}

#contactForm .icon-field {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    /* Ngjyrë gri për ikonat */
}

.contact-button {
    background-color: #3E5187 !important;
    color: #fff !important;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactForm .form-control {
    display: block;
    padding: .375rem .75rem .375rem 2.5rem;
    width: 100%;
    padding: .375rem .75rem .375rem 2.5rem;
    /* Shto padding majtas për ikonën */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    background-color: #E7EAFC;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #ffffff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.icon-field {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #535353;
    font-size: 16px;
}

.circle-container {
    position: relative;
    margin-left: 120px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #7355B1;
    position: relative;
    margin-top: -100px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 24px;
}

.circle {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #7355B1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.icon {
    color: white;
}

.circle:hover {
    background-color: white;
}

.circle:hover .icon {
    color: #7355B1;
}


.funx-bg1 {
    background: url('../assets/back/onboarding_05.jpg') rgba(0, 0, 0, 0.818);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;


}

.funx-list {
    list-style: none;
    /* hiq pikat default */
    padding: 0;
    margin: 0;
}

.funx-list li {
    position: relative;
    background: #f8f9ff;

    padding: 5px 14px 10px 35px;
    border-radius: 12px;

    font-size: 16px;
    color: #333;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.funx-list li::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #7354AF;
    /* ngjyra e ikonës */
}




.rest-bg1 {
    background: url('../assets/Pricing/rest.jpg') rgba(0, 0, 0, 0.637);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
}

.funksionalitet-bg1 {
    background: url('../assets/Pricing/funksionalitertttt.jpg') rgba(0, 0, 0, 0.637);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
}


.progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.active {
    background: #00aaff;
}

form {
    text-align: left;
}

label {
    display: block;
    margin: 10px 0 5px;
}

input,
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.next,
.submit {
    background-color: #007bff;
    color: white;
}

.back {
    background-color: #6c757d;
    color: white;
}

button:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
}