@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    font-weight: 450;
    font-size: 14px;
    background-color: #0A0F0F;
    color: #B8C9C5;
}

.navbar {
    padding: 20px 0;
    background-color: #0A0F0F;
}

.nav-link,
.nav-link:hover {
    color: #B8C9C5 !important;
}

.start-btn,
.start-btn:hover {
    background-color: #52BFB4;
    color: #FCFDE9;
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    border-radius: 30px;
}

.logo {
    width: 160px;
}

/* Hero Section Container */
.hero-section {
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    justify-content: center;
    background: linear-gradient(to right, rgba(15, 20, 32, 0.85) 30%, rgba(15, 20, 32, 0.2) 100%),
        url('image/heroooo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 2rem 4rem;
}


/* Content Layout */
.hero-container {
    max-width: 60%;
    width: 100%;
    z-index: 2;
}

.hero-content {
    max-width: 620px;
}

.hero-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #3DA89E;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 3.5rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #B8C9C5;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.hero-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #B8C9C5;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

/* Buttons Styling */
.hero-buttons {
    display: flex;
    gap: 1.2rem;
    align-items: center;
}



.buton2 {
    color: #B8C9C5;
    border: 1px solid rgba(222, 233, 230, 0.15);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.buton2:hover {
    border: 1px solid #3DA89E;
    color: #3DA89E;

}

.icon {
    width: 16px;
    height: 16px;
}

.sector {
    padding: 100px 0;
}

.mini-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.title {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 400;
    color: #F4F7F6;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.detalis {
    letter-spacing: 4px;
    text-transform: uppercase;

}


.sessions-card {
    flex: 1;
    background-color: #0f1516;
    border: 1px solid #1a2324;
    border-radius: 16px;
    padding: 40px;
}

.sessions-list {
    list-style: none;
}

.sessions-list li {
    font-size: 14px;
    color: #a3a8a9;
    margin-bottom: 24px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

.sessions-list li:last-child {
    margin-bottom: 0;
}

.sessions-list li::before {
    content: "•";
    color: #4da699;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

.experience {
    background-color: #111A19;
}

/* Stili i Kartës */
.experience-card {
    background-color: #13201F;
    border: 1px solid rgba(222, 233, 230, 0.15);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Ikonat */
.card-icon {
    color: #4da699;
    font-size: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 14px;
}

.card-text {
    font-size: 14px;
    color: #8c9394;
    font-weight: 300;
    line-height: 1.6;
}

.video-overlay {
    position: absolute;
    bottom: 14px;
    left: 14px;
}

.video-tag {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
}

/* Paketat e cmimeve */

.pricing-section {
    padding: 100px 24px;
    display: flex;
    justify-content: center;
    background-color: #0b0f10;
}

.premium-bg {
    background-color: #080c0d;
    border-top: 1px solid #141b1c;
}

.pricing-container {
    max-width: 1200px;
    width: 100%;
}

.pricing-header {
    margin-bottom: 60px;
    text-align: left;
}

.pricing-subtitle {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #4da699;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px;
}

.pricing-main-title {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.premium-grid {
    grid-template-columns: repeat(3, 1fr);
}

.pricing-card {
    background-color: #0f1516;
    border: 1px solid #1a2324;
    border-radius: 16px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pricing-card:hover {
    border-color: #243335;
    transform: translateY(-4px);
}


.card-meta {
    margin-bottom: 20px;
}

.card-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
}

.card-price {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
}

.price-type {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #656d6e;
    font-weight: 300;
}

/* Përshkrimi i Kartës */
.card-desc {
    font-size: 14px;
    color: #949a9b;
    font-weight: 300;
    line-height: 1.6;
}

.card-includes {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px dashed #1a2324;
}

.card-includes h4 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4da699;
    margin-bottom: 6px;
}

.card-includes p {
    font-size: 13px;
    color: #788081;
    font-weight: 300;
}

/* Footer / Lokacioni poshtë */
.pricing-footer {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #1a2324;
    padding-top: 40px;
}

.pricing-footer p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 8px;
}

.pricing-footer span {
    font-size: 13px;
    color: #535b5c;
    font-style: italic;
}

.end {
    text-align: end;
}

.item-testimonials {
    background-color: #0F1516;
    border-radius: 20px;
    padding: 60px 20px;

}

.mini-title2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.form-control {
    background-color: #0F1516 !important;
    color: #a3a8a9 !important;
    border: 1px solid rgba(222, 233, 230, 0.616);
}

input::placeholder,
textarea::placeholder {
    color: #a3a8a9 !important;
}

.logo-power {
    width: 80px;
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: rgb(37, 211, 102);
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
    z-index: 1000;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 768px) {

    .pricing-grid,
    .premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-main-title {
        font-size: 30px;
    }

    .pricing-section {
        padding: 60px 16px;
    }

    .foto {
        display: none;
    }
}

@media(max-width:500px) {
    .hero-container {
        max-width: 100%;
    }

    .hero-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .buton2 {
        padding: 10px 15px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .title {
        font-size: 30px;
    }

    .pricing-grid,
    .premium-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-description {
        font-size: 14px;
    }

    .mini-title {
        font-size: 1.3rem;
    }

    .end {
        text-align: start;
    }

    .sessions-card {
        padding: 20px;
    }
}

/* ============================================
   ANIMATIONS & SCROLL EFFECTS
   ============================================ */

/* Fade-up: elementi fillon invisible dhe lëviz lart */
[data-animate] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-animate="fade-in"] {
    transform: translateY(0);
}

[data-animate="slide-left"] {
    transform: translateX(-40px);
}

[data-animate="slide-right"] {
    transform: translateX(40px);
}

[data-animate].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* Stagger delays për kartat */
[data-delay="100"] {
    transition-delay: 0.1s;
}

[data-delay="200"] {
    transition-delay: 0.2s;
}

[data-delay="300"] {
    transition-delay: 0.3s;
}

[data-delay="400"] {
    transition-delay: 0.4s;
}

[data-delay="500"] {
    transition-delay: 0.5s;
}

[data-delay="600"] {
    transition-delay: 0.6s;
}

/* Hero animacione në load */
.hero-subtitle {
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

.hero-title {
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.hero-section .mini-title {
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.55s both;
}

.hero-description {
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s both;
}

.hero-buttons {
    animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.85s both;
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Navbar scroll effect */
.navbar {
    transition: box-shadow 0.4s ease, padding 0.4s ease;
}

.navbar.scrolled {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.5);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Nav links underline micro-interaction */
.nav-link {
    position: relative;
    padding-bottom: 4px !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #52BFB4;
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Start button shimmer */
.start-btn {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.start-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: skewX(-20deg);
    transition: left 0.55s ease;
}

.start-btn:hover::after {
    left: 160%;
}

.start-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(82, 191, 180, 0.3);
}

/* buton2 micro-interaction */
.buton2 {
    transition: border-color 0.3s ease, color 0.3s ease,
        transform 0.25s ease, box-shadow 0.25s ease !important;
}

.buton2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(61, 168, 158, 0.15);
}

/* Experience cards hover */
.experience-card {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease !important;
}

.experience-card:hover {
    transform: translateY(-6px);
    border-color: rgba(77, 166, 153, 0.4) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(77, 166, 153, 0.15);
}

.experience-card:hover .card-icon {
    animation: iconPulse 0.6s ease;
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

/* Sessions card subtle glow */
.sessions-card {
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.sessions-card:hover {
    border-color: rgba(77, 166, 153, 0.3);
    box-shadow: 0 0 30px rgba(77, 166, 153, 0.08);
}

/* Pricing card hover enhance */
.pricing-card {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease !important;
}

.pricing-card:hover {
    border-color: rgba(77, 166, 153, 0.35) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
}

/* Gallery hover */
.gallery-section img,
.gallery-section video {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.5s ease !important;
}

.gallery-section img:hover,
.gallery-section video:hover {
    transform: scale(1.025) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Contact cards */
.item-testimonials {
    transition: border-color 0.35s ease, transform 0.35s ease;
    border: 1px solid transparent;
}

.item-testimonials:hover {
    border-color: rgba(77, 166, 153, 0.2);
    transform: translateY(-3px);
}

/* WhatsApp pulse */
.whatsapp-float {
    animation: waPulse 2.5s infinite;
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* ============================================ */

@media(max-width:450px) {
    .hero-section {
        padding-left: 8px;
        padding-right: 8px;
    }


    .start-btn,
    .start-btn:hover,
    .buton2 {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 14px;
    }
}






.gallery-large {
    width: 100%;
    height: 650px;
    object-fit: contain;
    border-radius: 20px;
}

.gallery-img {
    width: 100%;
    /* height:350px; */
    object-fit: cover;
    border-radius: 20px;
}

.gallery-video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.gallery-large-small {
    width: 100%;

    object-fit: cover;
    border-radius: 20px;
}

.gallery-section img,
.gallery-section video {
    transition: .4s ease;
}

.gallery-section img:hover,
.gallery-section video:hover {
    transform: scale(1.03);
}

@media(max-width:991px) {

    .gallery-large,
    .gallery-video,
    .gallery-large-small,
    .gallery-img {
        height: auto;
    }
}