/* CSS RESET & VARIABLES */
:root {
    --bg-dark: #0f1011;
    --bg-card: #161719;
    --primary-lime: #d4ff2a;
    --text-white: #ffffff;
    --text-muted: #999999;
    --font-main: 'Plus Jakarta Sans', sans-serif;
    --transition-smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-dark);
    color: var(--text-white);
    font-family: var(--font-main);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* NAVBAR STYLES */
.navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    background: rgba(15, 16, 17, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-container {
   width: 90%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-white);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary-lime);
    border-radius: 50%;
}

.nav-links {
    display: flex;
    gap: 32px;
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 32px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition-smooth);
}

.nav-links a:hover, .nav-links a.active {
    color: var(--primary-lime);
}

/* BUTTONS */
.btn-primary-sm {
    background-color: var(--primary-lime);
    color: #000;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-smooth);
}

.btn-primary-sm:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 255, 42, 0.25);
}

.btn-primary {
    background-color: var(--primary-lime);
    color: #000;
    padding: 16px 32px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-smooth);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(212, 255, 42, 0.3);
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 100vh;
    padding-top: 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.15;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background-color: var(--primary-lime);
    top: 10%;
    left: -10%;
}

.shape-2 {
    width: 500px;
    height: 500px;
    background-color: #ffffff;
    bottom: -10%;
    right: -10%;
}

.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.hero-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-tag {
    color: var(--primary-lime);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 16px;
}

.hero-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.highlight-text {
    color: var(--primary-lime);
}

.hero-subtitle {
    font-size: 20px;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.hero-meta {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.meta-item {
    font-size: 14px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-item i {
    color: var(--primary-lime);
}

/* HERO CENTER IMAGE */
.hero-center-image {
    display: flex;
    justify-content: center;
    position: relative;
}

.image-wrapper {
    width: 100%;
    max-width: 420px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}

.main-hero-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* HERO STATS RIGHT */
.hero-stats-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.stat-card {
    background-color: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.04);
    padding: 24px 32px;
    border-radius: 20px;
    transition: var(--transition-smooth);
    opacity: 0; /* <-- Ei line-ta add koro, jate reload-e jhatka na dey */
}

.stat-card:hover {
    transform: translateX(-8px);
    border-color: rgba(212, 255, 42, 0.2);
}

.stat-card h2 {
    font-size: 42px;
    font-weight: 800;
    color: var(--primary-lime);
    margin-bottom: 4px;
}

.stat-card p {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}

/* RESPONSIVE DESIGN FOR HERO */
@media (max-width: 1024px) {
    .hero-container {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center;
        gap: 60px;
    }
    .hero-content-left {
        align-items: center;
    }
    .hero-stats-right {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
    .stat-card:hover {
        transform: translateY(-8px);
    }
}
/* SECTION 3: MY SPECIALIZATIONS */
.spec-section {
    padding: 120px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.container-spec{
    width: 90%;
    margin: 0 auto;
}
.section-title-area {
    margin-bottom: 60px;
    text-align: center;
}

.sub-title {
    color: var(--primary-lime);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.section-main-title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.spec-card {
    background-color: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 24px;
    padding: 40px 30px;
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0; /* GSAP reveal er jonno early hide */
}

.spec-card .card-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-lime);
    margin-bottom: 30px;
    transition: var(--transition-smooth);
}

.spec-card .card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

.spec-card .card-desc {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.spec-card .card-link {
    color: var(--text-white);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-smooth);
}

.spec-card .card-link i {
   
    transition: var(--transition-smooth);
}

/* Hover effect for normal cards */
.spec-card:hover:not(.active) {
    transform: translateY(-10px);
    border-color: rgba(212, 255, 42, 0.2);
    background-color: #1c1d21;
}

.spec-card:hover .card-link {
    color: var(--primary-lime);
}

.spec-card:hover .card-link i {
    transform: translateX(5px);
}

/* Active Highlighted Card Style */
.spec-card.active {
    background: linear-gradient(145deg, #1c1d21 0%, #131416 100%);
    border: 1px solid rgba(212, 255, 42, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.spec-card.active .card-icon {
    background-color: var(--primary-lime);
    color: #000;
    border-color: var(--primary-lime);
    box-shadow: 0 8px 20px rgba(212, 255, 42, 0.2);
}

.btn-card-active {
    background-color: var(--primary-lime);
    color: #000;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition-smooth);
    width: 100%;
    justify-content: center;
}

.btn-card-active:hover {
    box-shadow: 0 10px 24px rgba(212, 255, 42, 0.3);
    transform: scale(1.02);
}

/* Responsive Grid */
@media (max-width: 1100px) {
    .spec-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
    .spec-grid { grid-template-columns: 1fr; }
}

/* SECTION 4: MY ADVANTAGES & BANNER STYLING */
.advantages-section {
    padding: 120px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 100px;
}

.adv-card {
    background-color: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 24px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: var(--transition-smooth);
    opacity: 0; /* JS dynamic trigger entry view */
}

.adv-icon-box {
    font-size: 40px;
    color: var(--text-muted);
    margin-bottom: 20px;
    transition: var(--transition-smooth);
}

.adv-percentage {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-white);
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.adv-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover Micro-interactions matching strict design scale */
.adv-card:hover {
    transform: scale(1.03);
    border-color: rgba(212, 255, 42, 0.25);
    background: linear-gradient(145deg, #1c1d21 0%, #131416 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.adv-card:hover .adv-icon-box {
    color: var(--primary-lime);
    transform: rotate(-5deg);
}

/* Booking CTA Area Layout */
.booking-banner {
    background-color: var(--primary-lime);
    border-radius: 32px;
    padding: 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    box-shadow: 0 30px 60px rgba(212, 255, 42, 0.1);
    opacity: 0;
}

.banner-text h2 {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1px;
}

.btn-black {
    background-color: #000;
    color: var(--primary-lime);
    padding: 18px 40px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: var(--transition-smooth);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.btn-black:hover {
    background-color: #161719;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive Media Controls */
@media (max-width: 1024px) {
    .advantages-grid { grid-template-columns: repeat(2, 1fr); }
    .booking-banner { flex-direction: column; text-align: center; gap: 35px; padding: 50px 40px; }
    .banner-text h2 { font-size: 30px; }
}
@media (max-width: 600px) {
    .advantages-grid { grid-template-columns: 1fr; }
}
/* --- Featured Projects Styles --- */
.featured-projects-section {
    background-color: #121212;
    padding: 100px 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.featured-projects-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-tag {
    color: #c5f82a; /* Exact layout lime green */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.projects-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 50px;
    position: relative;
}

/* Left Column Styling */
.projects-list-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-tab-item {
    padding: 30px 0;
    border-bottom: 1px solid #222222;
    cursor: pointer;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.project-tab-item:first-child {
    padding-top: 0;
}

.project-tab-item .project-category {
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
}

.project-tab-item .project-title {
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Super Hover & Active Animations */
.project-tab-item:hover .project-title {
    color: rgba(255, 255, 255, 0.8);
    transform: translateX(5px);
}

.project-tab-item.active .project-category {
    color: #c5f82a;
    transform: translateX(2px);
}

.project-tab-item.active .project-title {
    color: #c5f82a;
    font-weight: 600;
    transform: translateX(10px);
}

/* Right Preview Showcase Column */
.project-preview-col {
    flex: 1.2;
    position: relative;
    perspective: 1000px; /* 3D effect depth */
}

.preview-card {
    background-color: #161616;
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #222222;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.preview-card:hover {
    transform: translateY(-5px) rotateX(2px) rotateY(-2px);
}

.preview-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
    transform: scale(1);
}

/* Image Switching Zoom Effect */
.preview-card.switching img {
    opacity: 0;
    transform: scale(0.97) translateY(5px);
}

/* Dynamic Moving Dot styling */
.active-indicator-dot {
    position: absolute;
    right: -30px;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #c5f82a;
    border-radius: 50%;
    box-shadow: 0 0 15px #c5f82a;
    transition: top 0.5s cubic-bezier(0.25, 1, 0.5, 1); /* Ultra smooth translate tracking */
    pointer-events: none;
}

/* Bottom Actions Layout + Icon Animations */
.projects-footer {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.btn-all-projects {
    background-color: #c5f82a;
    color: #000000;
    border: none;
    padding: 14px 32px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
}

.btn-all-projects .icon-arrow {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-all-projects:hover {
    background-color: #b1e020;
    transform: translateY(-3px);
}

.btn-all-projects:hover .icon-arrow {
    transform: translateX(4px);
}

.btn-view-more {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: color 0.3s ease;
}

.btn-view-more .icon-arrow-inline {
    transition: transform 0.3s ease, stroke-width 0.3s;
}

.btn-view-more:hover {
    color: #c5f82a;
}

.btn-view-more:hover .icon-arrow-inline {
    transform: translateX(6px);
}
/* --- Global Scroll Animation Classes --- */
.scroll-anim-target {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.scroll-anim-target.reveal {
    opacity: 1;
    transform: translateY(0);
}

/* --- Feedback Section Styles --- */
.feedback-section {
    background-color: #121212;
    padding: 100px 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #1a1a1a;
}

.feedback-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.feedback-header {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 50px;
}

.feedback-header .section-title {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    color: #ffffff;
}

/* Slider Controls Layout Alignment */
.feedback-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 12px;
}

.nav-btn {
    background: transparent;
    border: 1px solid #333333;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-btn:hover {
    border-color: #c5f82a;
    color: #c5f82a;
    transform: scale(1.05);
}

.nav-btn:active {
    transform: scale(0.95);
}

/* Slider Viewport Framework */
.feedback-slider-container {
    overflow: hidden;
    width: 100%;
}

.feedback-track {
    display: flex;
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

/* Card Module Setup (100% design-matching pixel specifications) */
.feedback-card {
    min-width: calc(50% - 15px); /* Shows exactly 2 cards in desktop grid layout */
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #222222;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.feedback-card:hover {
    transform: translateY(-5px);
    border-color: #2a2a2a;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4);
}

.client-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
}

.client-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #222222;
    transition: border-color 0.3s ease;
}

.feedback-card:hover .client-avatar {
    border-color: #c5f82a;
}

.client-info .client-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.client-info .client-role {
    font-size: 13px;
    color: #888888;
}

/* Rating Stars Dynamic Sizing */
.client-rating {
    color: #c5f82a; /* Custom branding gold-lime stars */
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    gap: 4px;
}

.feedback-text {
    font-size: 16px;
    line-height: 1.6;
    color: #cccccc;
    font-style: italic;
}

/* Responsive adjustment for clean tracking */
@media (max-width: 768px) {
    .feedback-card {
        min-width: 100%;
    }
    .feedback-nav {
        position: relative;
        margin-top: 20px;
        justify-content: flex-start;
    }
}
/* --- Pricing Section Styles --- */
.pricing-section {
    background-color: #f7f7f2; /* Exact light cream background from design */
    padding: 120px 0;
    color: #121212;
    font-family: 'Inter', sans-serif;
}

.pricing-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.pricing-section .section-title {
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 60px;
    color: #121212;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
}

/* Pricing Card Layout */
.pricing-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 50px 40px;
    border: 1px solid #e5e5df;
    text-align: center;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

/* Middle Card Highlight / Active State */
.pricing-card.featured {
    background-color: #121212; /* Dark background for featured card */
    color: #ffffff;
    transform: scale(1.05); /* Slightly bigger as per design */
    box-shadow: 0 30px 60px rgba(0,0,0,0.15);
    z-index: 2;
}

/* Icon Container */
.pricing-icon-box {
    width: 64px;
    height: 64px;
    background-color: #c5f82a; /* Branding lime-green */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    color: #121212;
}

.pricing-card.featured .pricing-icon-box {
    background-color: #c5f82a;
}

.pricing-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    opacity: 0.7;
}

.pricing-price {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-price span {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6;
}

/* Divider Line */
.pricing-divider {
    height: 1px;
    background-color: rgba(0,0,0,0.08);
    width: 100%;
    margin-bottom: 30px;
}

.featured .pricing-divider {
    background-color: rgba(255,255,255,0.1);
}

/* Feature List */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    text-align: left;
}

.pricing-features li {
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-features li svg {
    color: #c5f82a;
    flex-shrink: 0;
}

/* Button Animations */
.btn-pricing {
    width: 100%;
    padding: 16px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #121212;
    background: transparent;
    transition: all 0.3s ease;
}

.pricing-card.featured .btn-pricing {
    background-color: #c5f82a;
    border-color: #c5f82a;
    color: #121212;
}

.btn-pricing:hover {
    background-color: #121212;
    color: #ffffff;
    transform: translateY(-3px);
}

.pricing-card.featured .btn-pricing:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #121212;
}

/* --- Scroll Animation Trigger --- */
.scroll-anim-target {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.scroll-anim-target.reveal {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }
    .pricing-card.featured {
        transform: scale(1);
    }
}
/* --- Blog Section Styles --- */
.blog-section {
    background-color: #121212; /* Dark frame mapping */
    padding: 100px 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #1a1a1a;
}

.blog-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.blog-section .section-title {
    font-size: 38px;
    font-weight: 600;
    margin-top: 12px;
}

/* Horizontal Grid Setup */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Blog Individual Card Architecture */
.blog-card {
    background-color: #1a1a1a;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #222222;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    border-color: #333333;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

/* Image Container with Smooth Parallax Zoom */
.blog-img-box {
    position: relative;
    width: 100%;
    padding-top: 60%; /* 16:10 Premium layout aspect ratio */
    overflow: hidden;
}

.blog-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-card:hover .blog-img-box img {
    transform: scale(1.05); /* Soft internal zoom framework */
}

/* Article Content Elements */
.blog-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-meta-date {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.blog-card:hover .blog-meta-date {
    color: #c5f82a; /* Shift to lime accent when hovering card */
}

.blog-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: rgba(255, 255, 255, 0.95);
}

/* Dynamic Text Arrow Action Link */
.blog-link {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.blog-link svg {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-card:hover .blog-link {
    color: #c5f82a;
}

.blog-card:hover .blog-link svg {
    transform: translateX(4px);
}

/* Header Action Button Layout styling */
.btn-all-articles {
    background: transparent;
    border: 1px solid #333333;
    color: #ffffff;
    padding: 12px 28px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-all-articles:hover {
    border-color: #c5f82a;
    color: #c5f82a;
    transform: translateY(-2px);
}

.btn-all-articles:hover .icon-arrow {
    transform: translateX(3px);
}

/* Responsive Fluid Adjustments */
@media (max-width: 992px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .blog-grid {
        grid-template-columns: 1fr;
    }
}
/* --- Contact & Footer Base Framework --- */
.contact-footer-section {
    background-color: #0d0d0d; /* Ultra dark bottom layout block */
    padding: 120px 0 40px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #1a1a1a;
}

.contact-footer-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: flex-start;
    margin-bottom: 100px;
}

.contact-heading {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 25px;
}

.contact-subtext {
    color: #888888;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.meta-link-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c5f82a;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: opacity 0.2s;
}

.meta-link-item:hover {
    opacity: 0.8;
}

/* Dynamic Floating Input Core Structure */
.contact-form-side form {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.input-group {
    position: relative;
    width: 100%;
}

.input-group input,
.input-group textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #333333;
    padding: 12px 0;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.input-group textarea {
    resize: none;
}

/* Floating Label Logic */
.input-group label {
    position: absolute;
    left: 0;
    top: 12px;
    color: #555555;
    font-size: 16px;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Label moves up dynamically on input focus or text length check */
.input-group input:focus ~ label,
.input-group input:not(:placeholder-shown) ~ label,
.input-group textarea:focus ~ label,
.input-group textarea:not(:placeholder-shown) ~ label {
    top: -16px;
    font-size: 12px;
    color: #c5f82a;
}

.input-group input:focus,
.input-group textarea:focus {
    border-bottom-color: #c5f82a;
}

/* Form Action Button */
.btn-submit-form {
    align-self: flex-start;
    background-color: #c5f82a;
    color: #000000;
    border: none;
    padding: 16px 36px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease, background-color 0.3s;
}

.btn-submit-form:hover {
    background-color: #b1e020;
    transform: translateY(-3px);
}

/* Instagram Stream Minimal Row */
.instagram-row-zone {
    border-top: 1px solid #1a1a1a;
    padding-top: 60px;
    margin-bottom: 60px;
}

.insta-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}

.insta-item-box {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Square template balance */
    border-radius: 8px;
    overflow: hidden;
    background-color: #1a1a1a;
    cursor: pointer;
}

.insta-item-box img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.insta-item-box:hover img {
    transform: scale(1.1) rotate(1deg);
}

/* Real Bottom Footer Architecture */
.final-footer-bar {
    border-top: 1px solid #1a1a1a;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.footer-nav-links {
    display: flex;
    gap: 30px;
}

.footer-nav-links a {
    color: #888888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-nav-links a:hover {
    color: #c5f82a;
}

.copyright-text {
    color: #444444;
    font-size: 13px;
}

/* Responsive Mapping breakpoints */
@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .insta-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .final-footer-bar {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
/* ==========================================================================
   ADDED RESPONSIVE CODE ONLY - DOES NOT CHANGE YOUR EXISTING LAPTOP DESIGN 
   ========================================================================== */

/* Large Displays & 2K Monitors Limit Control */
@media (min-width: 1441px) {
    .container, .container-spec, 
    .featured-projects-section .container, .feedback-section .container, 
    .pricing-section .container, .blog-section .container, 
    .contact-footer-section .container, .nav-container {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Tablet & Smaller Laptop Adaptation */
@media (max-width: 1200px) {
    .hero-container {
        grid-template-columns: 1fr 1fr;
    }
    .hero-stats-right {
        grid-column: span 2;
        flex-direction: row;
        justify-content: space-between;
    }
    .stat-card { flex: 1; text-align: center; }
    .spec-grid { grid-template-columns: repeat(2, 1fr); }
    .advantages-grid { grid-template-columns: repeat(2, 1fr); }
    .insta-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 992px) {
    .projects-wrapper { flex-direction: column; gap: 40px; }
    .project-preview-col { width: 100%; }
    .pricing-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; gap: 40px; }
    .pricing-card.featured { transform: scale(1); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 50px; }
}

/* Mobile Responsive Setup & Hamburger Drawer Code */
@media (max-width: 768px) {
    /* 1. Show the Hamburger Menu Button icon */
    .hamburger-menu {
        display: flex !important;
    }

    /* 2. Transform .nav-links into an animated Full-Screen mobile navigation drawer */
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%; /* Hidden off-screen by default */
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: rgba(22, 23, 25, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
        gap: 40px;
        padding: 0 !important;
        transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        z-index: 1000;
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.5);
    }

    /* Activated State via JavaScript click handler */
    .nav-links.active {
        right: 0;
    }

    .nav-links a {
        font-size: 20px;
    }

    /* Morphing Hamburger animation styles to an 'X' Cross */
    .hamburger-menu.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .hamburger-menu.open span:nth-child(2) { opacity: 0; }
    .hamburger-menu.open span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

    /* 3. Global Structural mobile grid collapses */
    .hero-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .hero-content-left { align-items: center; }
    .hero-meta { justify-content: center; }
    .hero-stats-right { grid-column: span 1; flex-direction: column; }
    
    .feedback-header { flex-direction: column; align-items: flex-start; gap: 20px; }
    .feedback-card { min-width: 100%; }
    .blog-header { flex-direction: column; align-items: flex-start; gap: 20px; }
    .blog-grid { grid-template-columns: 1fr; }
    .insta-grid { grid-template-columns: repeat(2, 1fr); }
    
    .final-footer-bar { flex-direction: column; text-align: center; }
    .footer-nav-links { flex-wrap: wrap; justify-content: center; gap: 20px; }
}

@media (max-width: 550px) {
    .spec-grid { grid-template-columns: 1fr; }
    .advantages-grid { grid-template-columns: 1fr; }
    .booking-banner { padding: 40px 24px; flex-direction: column; gap: 24px; text-align: center; }
}
/* ==========================================
   ONLY HAMBURGER MENU & DRAWERS SYSTEM
   ========================================== */

/* Base Desktop View Configuration */
.hamburger-menu {
    display: none; /* Desktop/Laptop e icon hide thakbe */
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 0;
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    background-color: #ffffff; /* Icon line color */
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Mobile & Tablet Breakpoint View (768px or lower) */
@media (max-width: 768px) {
    /* 1. Show Hamburger Icon button */
    .hamburger-menu {
        display: flex !important;
    }

    /* 2. Turning Hamburger lines into an "X" close mark on Active state */
    .hamburger-menu.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger-menu.open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.open span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* 3. Converting Nav-links container to a fully functional Sliding Drawer */
    .nav-links {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important; /* Hides menu off-screen instantly */
        width: 80% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background-color: rgba(22, 23, 25, 0.98) !important;
        backdrop-filter: blur(20px) !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
        gap: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
        z-index: 1000 !important;
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.5) !important;
    }

    /* 4. Active Trigger state when Javascript appends class */
    .nav-links.active {
        right: 0 !important; /* slides smoothly from right screen edge */
    }

    .nav-links a {
        font-size: 20px !important;
    }
}
/* ==========================================================================
   EXCLUSIVE ADD-ONS: HAMBURGER DRAWER & BLACK PLANET SMOKE CURSOR
   ========================================================================== */

/* Forcefully hide system default cursor on absolutely everything */
*, *::before, *::after, html, body, a, button, input, textarea, select, [role="button"] {
    cursor: none !important;
}

/* Base Canvas Layer configuration setup for Cursor Animation */
#custom-planet-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* Mouse touch dynamic path overlay ignore filter */
    z-index: 999999 !important; /* Forces it over absolutely every layer */
}

/* Base Desktop View Configuration for Hamburger */
.hamburger-menu {
    display: none; /* Desktop/Laptop e icon hide thakbe */
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    background: transparent;
    border: none;
    z-index: 1001;
    padding: 0;
}

.hamburger-menu span {
    width: 100%;
    height: 2px;
    background-color: #ffffff; /* Icon line color */
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Mobile & Tablet Breakpoint View (768px or lower) */
@media (max-width: 768px) {
    /* Show Hamburger Icon button */
    .hamburger-menu {
        display: flex !important;
    }

    /* Turning Hamburger lines into an "X" close mark on Active state */
    .hamburger-menu.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .hamburger-menu.open span:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.open span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    /* Converting Nav-links container to a fully functional Sliding Drawer */
    .nav-links {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important; /* Hides menu off-screen instantly */
        width: 80% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background-color: rgba(22, 23, 25, 0.98) !important;
        backdrop-filter: blur(20px) !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 0 !important;
        border: none !important;
        border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
        gap: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        transition: right 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
        z-index: 1000 !important;
        box-shadow: -20px 0 40px rgba(0, 0, 0, 0.5) !important;
    }

    /* Active Trigger state when Javascript appends class */
    .nav-links.active {
        right: 0 !important; /* slides smoothly from right screen edge */
    }

    .nav-links a {
        font-size: 20px !important;
    }
}