﻿html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins, sans-serif;
    overflow-wrap: break-word;
}


/* ===================== Body ===================== */
.Body {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
    color: ghostwhite;
    width: 100%;
    max-width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.85)), url(web-img/bg.jpg);
}


/* ===================== Mouse glow ===================== */
.mouse-glow {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(76, 209, 55, 0.2) 0%, rgba(76, 209, 55, 0) 70%);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease-out;
}


/* ===================== Navbar (single row on every screen size, scales instead of wrapping) ===================== */
.navbar {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: clamp(6px, 1.6vw, 10px) clamp(8px, 2.2vw, 16px);
    border-radius: 30px;
    display: inline-block;
    width: 97vw;
    max-width: 620px;
    box-sizing: border-box;
}

.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar ul li {
    padding: clamp(6px, 1.6vw, 12px) clamp(6px, 1.4vw, 18px);
    cursor: pointer;
    z-index: 1;
    flex-shrink: 1;
    min-width: 0;
}

.navbar ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    white-space: nowrap;
    font-size: clamp(0.5rem, 2.1vw, 1rem);
    transition: 0.5s;
}

#marker {
    position: absolute;
    height: 100%;
    width: 0;
    background: #4cd137;
    border-radius: 8px;
    transition: left 0.5s ease, width 0.5s ease;
    top: 0;
    box-shadow: 0 0 8px #4cd137;
    z-index: 1;
}


/* ===================== Clock (always sits to the left of the photo) ===================== */
#clock-container {
    color: #00ff00;
    font-family: 'Denk One', sans-serif;
    text-align: center;
    z-index: 10;
    transition: all 0.3s ease;
}

#digital-clock {
    font-size: 28px;
    font-weight: bold;
}

#day-name {
    font-size: 20px;
    color: #fff;
}

#full-date {
    font-size: 18px;
    color: #ccc;
}


/* ===================== Mobile scroll menu icon ===================== */
#scroll-menu-icon {
    display: none;
    position: fixed;
    top: 25px;
    left: 20px;
    width: 45px;
    height: 30px;
    cursor: pointer;
    z-index: 3000;
    flex-direction: column;
    justify-content: space-between;
}

#scroll-menu-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: #00ff00;
    border-radius: 10px;
    transform-origin: center;
    transition: transform 0.4s ease, opacity 0.25s ease, background 0.3s ease;
    animation: hamburgerGlow 2.2s ease-in-out infinite;
}

/* stagger the glow slightly per bar so it feels alive rather than a flat blink */
#scroll-menu-icon span:nth-child(2) {
    animation-delay: 0.2s;
}

#scroll-menu-icon span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes hamburgerGlow {
    0%, 100% {
        box-shadow: 0 0 2px rgba(0, 255, 0, 0.25);
    }
    50% {
        box-shadow: 0 0 10px rgba(0, 255, 0, 0.95), 0 0 18px rgba(76, 209, 55, 0.5);
    }
}

/* menu open state: bars morph smoothly into an X and the glow animation is
   suspended so the transform reads cleanly */
#scroll-menu-icon.active span {
    animation: none;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.95);
}

#scroll-menu-icon.active span:nth-child(1) {
    transform: translateY(13.5px) rotate(45deg);
}

#scroll-menu-icon.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

#scroll-menu-icon.active span:nth-child(3) {
    transform: translateY(-13.5px) rotate(-45deg);
}

#side-drawer {
    position: fixed;
    top: 0;
    left: -100%;
    width: 250px;
    max-width: 80%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    transition: 0.5s ease;
    z-index: 2500;
}

#side-drawer.open {
    left: 0;
}

.drawer-content {
    padding-top: 80px;
}

.drawer-content ul {
    list-style: none;
    padding: 0;
}

.drawer-content ul li a {
    display: block;
    padding: 15px 25px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    border-bottom: 1px solid #222;
    transition: 0.3s;
}

.drawer-content ul li a:hover {
    background: #00ff00;
    color: black;
}


/* ===================== Profile / Hero ===================== */
/* Grid দিয়ে ৩টা কলাম বানানো হয়েছে: বাম (ঘড়ি) | মাঝখান (ছবি) | ডান (খালি/spacer)
   এতে ছবি সবসময় পেজের ঠিক মাঝখানে থাকবে, আর ঘড়ি সবসময় ছবির বাম পাশেই থাকবে,
   কোনো screen size এ ঘড়ি ছবির উপরে/নিচে/ডানে চলে যাবে না। */
.omor-image {
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
    align-items: center;
    column-gap: 2vw;
    padding: 5px;
    margin-top: 60px;
    width: 100%;
}

#clock-container {
    grid-column: 1;
    justify-self: end;
}

.profile-image-box {
    grid-column: 2;
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.profile-image {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    max-width: 100%;
    border: 4px solid #2a3b4c;
    object-fit: cover;
}

.hero-content {
    text-align: center;
    font-weight: bold;
    width: 90%;
}

.hero-content p {
    font-size: clamp(18px, 5vw, 25px);
    font-weight: bold;
    letter-spacing: 1px;
}

.smoke-wrapper {
    color: #4cd137;
    font-size: clamp(16px, 4vw, 24px);
    font-weight: bold;
    min-height: 40px;
}

.letter {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(10px);
    white-space: pre;
}

.letter.fade-in {
    animation: smokeIn 0.5s ease-out forwards;
}

.letter.fade-out {
    animation: smokeOut 0.5s ease-in forwards !important;
}

@keyframes smokeIn {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes smokeOut {
    to {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(-15px);
    }
}


.hero {
    width: 100%;
    max-width: 100%;
}

/* ===================== About ===================== */
.About {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.About h2 {
    display: inline-block;
    margin-top: 50px;
    color: white;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 5px;
    background-color: rgba(30, 41, 59, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.About h2:hover {
    transform: scale(1.1);
    background-color: #4cd137;
    color: black;
    border: 1px solid #222;
    box-shadow: 0 0 15px rgba(76, 209, 55, 0.5);
}

.About p {
    line-height: 1.6;
    align-items: center;
    text-align: left;
    background-color: rgba(30, 41, 59, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 250px;
    max-width: 1000px;
    width: 90%;
    margin: 40px auto 10px;
}

.about-cards {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
}

.info-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid #222;
    border-radius: 12px;
    padding: 15px 20px;
    gap: 15px;
    flex: 0 1 auto;
    width: max-content;
    min-width: 200px;
    max-width: 100%;
}

.card-icon i {
    font-size: 30px;
    color: #4cd137;
}

.card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.card-text p {
    display: inline-block;
    text-align: center;
    margin: 10px auto;
}


/* ===================== Contact button + arrows ===================== */
.btn {
    right: 20px;
    color: white;
    top: 60px;
    z-index: 999;
    position: fixed;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    background-color: rgba(30, 41, 59, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.btn:hover {
    transform: scale(1.1);
    background-color: #4cd137;
    color: black;
    border: 1px solid #222;
    box-shadow: 0 0 15px rgba(76, 209, 55, 0.5);
}

.fixed-arrow {
    position: fixed;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: white;
    color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
    transition: 0.3s;
    border: rgba(0, 0, 0, 0.1) solid 2px;
}

.fixed-arrow.down {
    left: 30px;
}

.fixed-arrow.up {
    right: 30px;
}

.fixed-arrow:hover {
    background-color: #4cd137;
    color: black;
    transform: scale(1.1);
}

.fixed-arrow.down:hover {
    transform: translateY(10px);
}

.fixed-arrow.up:hover {
    transform: translateY(-10px);
}


/* ===================== Thank you box ===================== */
.thank-you-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thank-you-p p {
    font-weight: bold;
    margin-top: 50px;
    padding: 5px 15px;
    width: fit-content;
    border-radius: 5px;
    border: 1px solid #222;
    margin-bottom: 1px;
    transition: transform 0.3s ease;
    background-color: rgba(30, 41, 59, 0.7);
    border: 2px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.thank-you-p p:hover {
    color: black;
    transform: scale(1.1);
    background-color: #4cd137;
    text-shadow: 0 0 1px #4cd137;
}

.side-arrow {
    color: white;
    font-size: 20px;
    display: inline-block;
}

.thank-you-text {
    background-color: white;
    padding: 5px 10px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    z-index: 100;
    color: #ffffff;
    position: relative;
    user-select: none;
    transition: transform 0.5s, box-shadow 0.2s, background-color 0.3s, color 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.thank-you-text:hover {
    transform: scale(1.1);
    background-color: hotpink;
    color: white;
    border: 1px solid #222;
}

.thank-you-text:active {
    transform: scale(0.95);
}

.heart {
    position: absolute;
    font-size: 25px;
    pointer-events: none;
    z-index: 50;
    top: 50%;
    left: 50%;
    opacity: 0;
    animation: explode-and-fall var(--duration) ease-out forwards;
}

@keyframes explode-and-fall {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
        transform: translate(var(--x), var(--y)) scale(1.2);
    }

    100% {
        transform: translate(var(--x-end), 500px) scale(0.5) rotate(var(--rotation));
        opacity: 0;
    }
}


/* ===================== Footer ===================== */
.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-links a {
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
}

.social-links i {
    font-size: 28px;
    color: white;
    transition: 0.3s ease;
    padding: 5px 0;
    margin-top: 5px;
}

.social-links i:hover {
    color: #4cd137;
    transform: translateY(-5px);
    text-shadow: 0 0 1px #4cd137;
}

footer {
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #2c3e50;
    padding: 15px 10px;
    margin-top: 5px;
}

footer p {
    margin-top: 8px;
    font-size: 0.9rem;
}


/* ===================== Responsive breakpoints ===================== */

/* Small tablets / large phones */
@media (max-width: 768px) {
    .omor-image {
        gap: 3vw;
        margin-top: 40px;
    }

    #digital-clock {
        font-size: 20px;
    }

    #day-name {
        font-size: 15px;
    }

    #full-date {
        font-size: 13px;
    }

    .btn {
        top: auto;
        bottom: 100px;
        right: 15px;
        padding: 10px 18px;
        font-size: 13px;
    }

    .fixed-arrow {
        width: 42px;
        height: 42px;
        bottom: 20px;
    }

    .fixed-arrow.down {
        left: 15px;
    }

    .fixed-arrow.up {
        right: 15px;
    }

    .About p {
        width: 95%;
        padding: 12px 15px;
    }

    .thank-you-text {
        font-size: 24px;
    }
}

/* Phones */
@media (max-width: 480px) {
    .profile-image {
        width: 150px;
        height: 150px;
    }

    .omor-image {
        grid-template-columns: minmax(65px, 1fr) auto minmax(65px, 1fr);
        column-gap: 2.5vw;
        margin-top: 30px;
    }

    #digital-clock {
        font-size: 16px;
    }

    #day-name {
        font-size: 12px;
    }

    #full-date {
        font-size: 11px;
    }

    .btn {
        right: 10px;
        bottom: 90px;
        padding: 8px 14px;
        font-size: 12px;
    }

    .fixed-arrow {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .info-card {
        min-width: 160px;
        padding: 12px 15px;
    }

    .thank-you-text {
        font-size: 20px;
        padding: 5px 8px;
    }

    footer p {
        font-size: 0.8rem;
    }
}

/* =====================================================================
   PREMIUM EXPANSION — new sections added below.
   Existing rules above are untouched: clock, mouse-glow, navbar glow,
   black+green theme, hero, footer, thank-you effect all preserved.
===================================================================== */

/* ---------- Hero extras ---------- */
.hero-subtitle {
    margin-top: 15px;
    color: #cfd8dc;
    font-size: clamp(14px, 3vw, 17px);
    font-weight: normal;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta-row {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

/* ---------- Shared premium buttons ---------- */
.btn-primary,
.btn-outline {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-primary {
    background: #4cd137;
    color: black;
    border: 1px solid #222;
    box-shadow: 0 0 12px rgba(76, 209, 55, 0.4);
}

.btn-primary:hover {
    transform: scale(1.06);
    box-shadow: 0 0 22px rgba(76, 209, 55, 0.75);
}

.btn-outline {
    background: rgba(30, 41, 59, 0.7);
    color: white;
    border: 2px solid rgba(76, 209, 55, 0.5);
}

.btn-outline:hover {
    transform: scale(1.06);
    background-color: #4cd137;
    color: black;
    box-shadow: 0 0 15px rgba(76, 209, 55, 0.5);
}

.full-width { width: 100%; }

/* ---------- Shared premium section shell ---------- */
.premium-section {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    color: #4cd137;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-title {
    font-size: clamp(26px, 5vw, 38px);
    color: white;
    margin-bottom: 12px;
}

.section-subtitle {
    color: #b9c2c9;
    max-width: 650px;
    margin: 0 auto 40px;
    font-size: clamp(14px, 3vw, 16px);
}

/* ---------- Glassmorphism card base ---------- */
.glass-card,
.service-card,
.why-card,
.tech-category,
.mv-card,
.testimonial-card,
.quick-link-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* ---------- Reveal on scroll ---------- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.show {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- Mission / Vision / Process ---------- */
.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 90%;
    max-width: 1000px;
    margin-top: 30px;
}

.mv-card {
    padding: 25px 20px;
}

.mv-card:hover {
    transform: translateY(-8px);
    border-color: #4cd137;
    box-shadow: 0 0 18px rgba(76, 209, 55, 0.35);
}

.mv-icon {
    font-size: 26px;
    color: #4cd137;
    margin-bottom: 10px;
}

.mv-card h3 {
    color: white;
    margin-bottom: 8px;
}

.mv-card p {
    color: #b9c2c9;
    font-size: 14px;
    text-align: center;
}

/* ---------- Services ---------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
    width: 100%;
}

.service-card {
    padding: 30px 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #4cd137;
    box-shadow: 0 0 25px rgba(76, 209, 55, 0.35);
}

.service-icon {
    font-size: 32px;
    color: #4cd137;
    margin-bottom: 15px;
}

.service-card h3 {
    color: white;
    margin-bottom: 10px;
    font-size: 19px;
}

.service-desc {
    color: #b9c2c9;
    font-size: 14px;
    margin-bottom: 15px;
}

.service-features {
    list-style: none;
    margin-bottom: 15px;
}

.service-features li {
    color: #dfe6e9;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.service-features i {
    color: #4cd137;
    margin-right: 6px;
}

.service-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.service-tech span {
    font-size: 11.5px;
    padding: 4px 10px;
    border-radius: 20px;
    background: rgba(76, 209, 55, 0.12);
    color: #4cd137;
    border: 1px solid rgba(76, 209, 55, 0.3);
}

.service-cta {
    margin-top: auto;
    color: #4cd137;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-cta i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.service-cta:hover i {
    transform: translateX(4px);
}

/* ---------- Why choose me ---------- */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: 100%;
}

.why-card {
    padding: 28px 20px;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: #4cd137;
    box-shadow: 0 0 18px rgba(76, 209, 55, 0.3);
}

.why-icon {
    font-size: 28px;
    color: #4cd137;
    margin-bottom: 12px;
}

.why-card h3 {
    color: white;
    margin-bottom: 8px;
    font-size: 17px;
}

.why-card p {
    color: #b9c2c9;
    font-size: 13.5px;
}

/* ---------- Technologies ---------- */
.tech-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    width: 100%;
}

.tech-category {
    padding: 24px 20px;
    text-align: left;
}

.tech-category:hover {
    transform: translateY(-6px);
    border-color: #4cd137;
    box-shadow: 0 0 16px rgba(76, 209, 55, 0.3);
}

.tech-category h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 14px;
}

.tech-category h3 i {
    color: #4cd137;
    margin-right: 8px;
}

.tech-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-badge {
    font-size: 12.5px;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #dfe6e9;
    transition: 0.3s ease;
}

.tech-badge:hover {
    background: #4cd137;
    color: black;
    border-color: #4cd137;
}

/* ---------- How I Work timeline ---------- */
.timeline {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 39px;
    width: 2px;
    background: linear-gradient(to bottom, rgba(76, 209, 55, 0.7), rgba(76, 209, 55, 0.05));
}

.timeline-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 18px 10px;
    text-align: left;
    position: relative;
}

.timeline-number {
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(30, 41, 59, 0.85);
    border: 2px solid #4cd137;
    color: #4cd137;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Denk One', sans-serif;
    z-index: 1;
    box-shadow: 0 0 12px rgba(76, 209, 55, 0.4);
}

.timeline-body h3 {
    color: white;
    font-size: 17px;
    margin-bottom: 4px;
}

.timeline-body p {
    color: #b9c2c9;
    font-size: 13.5px;
}

/* ---------- Testimonials ---------- */
.testimonial-slider {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-track {
    position: relative;
    min-height: 190px;
}

.testimonial-card {
    padding: 35px 30px;
    text-align: left;
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.testimonial-card.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
}

.quote-icon {
    color: #4cd137;
    font-size: 22px;
    margin-bottom: 12px;
}

.testimonial-card p {
    color: #dfe6e9;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-author {
    color: #4cd137;
    font-weight: bold;
    font-size: 13.5px;
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.testimonial-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: 0.3s ease;
}

.testimonial-dots .dot.active {
    background: #4cd137;
    box-shadow: 0 0 8px #4cd137;
}

/* ---------- FAQ ---------- */
.faq-list {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    text-align: left;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(76, 209, 55, 0.4);
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 18px 20px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
}

.faq-icon {
    color: #4cd137;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.open .faq-answer {
    max-height: 250px;
}

.faq-answer p {
    padding: 0 20px 18px;
    color: #b9c2c9;
    font-size: 14px;
}

/* ---------- CTA banner ---------- */
.cta-banner {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 900px;
    margin: 40px auto;
    padding: 50px 30px;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(76, 209, 55, 0.18), rgba(30, 41, 59, 0.8));
    border: 2px solid rgba(76, 209, 55, 0.4);
    box-shadow: 0 0 30px rgba(76, 209, 55, 0.2);
}

.cta-banner h2 {
    color: white;
    font-size: clamp(24px, 5vw, 32px);
    margin-bottom: 10px;
}

.cta-banner p {
    color: #dfe6e9;
    margin-bottom: 22px;
}

/* ---------- Contact ---------- */
.contact-grid {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: left;
}

.contact-quick-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 420px;
}

.quick-link-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    text-decoration: none;
    color: white;
}

.quick-link-card:hover {
    transform: translateY(-5px);
    border-color: #4cd137;
    box-shadow: 0 0 15px rgba(76, 209, 55, 0.3);
}

.quick-link-card i {
    font-size: 24px;
    color: #4cd137;
    flex-shrink: 0;
}

.quick-link-card h3 {
    font-size: 14px;
    margin-bottom: 3px;
}

.quick-link-card p {
    font-size: 12.5px;
    color: #b9c2c9;
}

/* ---------- Responsive additions ---------- */

/* Tablets / small laptops */
@media (max-width: 1024px) {
    .premium-section {
        width: 94%;
        padding: 50px 18px;
    }
}

@media (max-width: 768px) {
    .premium-section { padding: 45px 15px; }
    .timeline::before { left: 34px; }
    .timeline-number { width: 48px; height: 48px; font-size: 13px; }
}

@media (max-width: 480px) {
    .services-grid, .why-grid, .tech-categories, .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    .hero-cta-row { flex-direction: column; align-items: center; }
}

/* Small phones / narrow foldables (e.g. iPhone SE, Galaxy Fold cover screen) */
@media (max-width: 380px) {
    .omor-image {
        grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
        column-gap: 1.5vw;
        margin-top: 25px;
    }

    .profile-image {
        width: 120px;
        height: 120px;
    }

    #digital-clock {
        font-size: 13px;
    }

    #day-name {
        font-size: 10px;
    }

    #full-date {
        font-size: 9px;
    }

    .btn {
        padding: 7px 12px;
        font-size: 11px;
    }

    .fixed-arrow {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .thank-you-text {
        font-size: 18px;
    }
}

/* Short / landscape phone screens — keep fixed UI from overlapping content */
@media (max-height: 480px) and (orientation: landscape) {
    .fixed-arrow {
        width: 34px;
        height: 34px;
        bottom: 10px;
    }

    .btn {
        top: auto;
        bottom: 55px;
        padding: 8px 16px;
        font-size: 12px;
    }

    .omor-image {
        margin-top: 20px;
    }

    .profile-image {
        width: 110px;
        height: 110px;
    }
}

/* Large desktops / wide monitors — keep content from feeling lost in empty space */
@media (min-width: 1600px) {
    .premium-section {
        max-width: 1250px;
    }

    .About p {
        max-width: 1100px;
    }
}


/* ---------- Official technology logos inside badges/tags ---------- */
.tech-badge,
.service-tech span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.tech-badge i,
.service-tech span i {
    font-size: 16px;
    line-height: 1;
}

.tech-logo-img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.15));
}

.tech-category .tech-badge i,
.tech-category .tech-logo-img {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.tech-category .tech-badge {
    padding: 7px 14px 7px 10px;
}
