@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

:root {
    --primary: #8B5FBF;
    --primary-light: #9B7BC6;
    --primary-dark: #6A4A9C;
    --white: #FFFFFF;
    --light-gray: #F5F5F7;
    --dark-gray: #333333;
    --text: #2C2C2C;
}

.upto2{
    margin-left: auto;
    font-size: xx-large;
    text-decoration: none;
}

.upto{
     margin-left: auto;
    background-color: darkcyan;
    text-decoration: none;
    border-radius: 8px;
    font-size: xx-large;
}

.upto:hover{
    background-color: cadetblue;
}

.video{
    width: 700px;
    border-radius: 30px;
    overflow: noneSS;
    pointer-events: none;
    box-shadow: 0 20px 50px rgba(0,  0, 0, 35 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
    border-color: darkslateblue
}

#ramadanBanner {
  position: fixed;
  top: -50px; /* يبدأ فوق الشاشة */
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f39c12, #e74c3c);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: top 1s ease-out;
}

.video::before{
    content: "";
    position: absolute, inset;
    background-image: linear-gradient(rgba(255,255,255,0,0.07)
    1px);
     box-shadow: 0 20px 50px rgba(0,  0, 0, 35 1px, transparent 1px);
    background-size: 36px 36px;
    pointer-events: none;
}


    body {
      background:
        radial-gradient(circle at top, rgba(74, 137, 255, 0.22), transparent 32%),
        radial-gradient(circle at 18% 20%, rgba(124,255,212,0.12), transparent 24%),
        linear-gradient(180deg, #040913 0%, #05070d 36%, #010203 100%);
      color: var(--text);
      font-family: var(--font-body);
      font-size: 16px;
      line-height: 1.7;
      overflow-x: hidden;
      min-height: 100vh;
      position: relative;
      isolation: isolate;
    }
*{
    scroll-behavior: smooth;
}

.employe0 {
    color: var(--primary);
}

.employe3 {
    color: var(--primary);
}

.employe5 {
    color: var(--primary);
}

.pemploye {
    font-size: large;
}

.projects p {
    text-align: center;
    font-size: xx-large;
    color: var(--primary);
}

.projects {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: center;
    color: var(--primary);
    font-size: larger;
}

.projects p {
    color: var(--primary);
    font-size: larger;
}

.projects a {
    color: #eeeeee;
    border-radius: 8px;
    font-size: x-large;
    background-color: var(--primary-light);
    text-align: center;
    align-items: center;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
}

.projects a:hover {
    color: var(--primary-light);
    background-color: var(--primary-dark);
}

.apro {
    text-align: center;
}

.h1employe {
    color: var(--primary);
}

body {
  background: linear-gradient(270deg, white, #C3A6FF);
  background-size: 400% 400%;
  animation: gradientMove 15s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.hzflappys {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.hzcoina{
    text-decoration: none;
        padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-align: center;
    min-width: 180px;
}

.hzcoina:hover{
    background-color: #8B5FBF;
    color: #eeeeee;
}

img.hzfalppys {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.hzflappysa {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    background-color: var(--white);
    color: var(--text);
}

.site-chatbot {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: min(360px, calc(100vw - 24px));
    z-index: 2500;
}

.site-chatbot__panel[hidden] {
    display: none !important;
}

.site-chatbot__toggle,
.site-chatbot__reveal,
.site-chatbot__action,
.site-chatbot__chip,
.site-chatbot__send,
.site-chatbot__input {
    font-family: inherit;
}

.site-chatbot__toggle,
.site-chatbot__reveal {
    width: 100%;
    border: none;
    cursor: pointer;
}

.site-chatbot__toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 62px;
    padding: 11px 14px;
    border-radius: 22px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.97), rgba(139, 95, 191, 0.96));
    box-shadow:
        0 14px 30px rgba(74, 49, 109, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.site-chatbot__toggle:hover {
    transform: translateY(-2px);
    box-shadow:
        0 18px 36px rgba(74, 49, 109, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.site-chatbot__toggle-mark {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 800;
    flex-shrink: 0;
}

.site-chatbot__toggle-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    text-align: start;
}

.site-chatbot__toggle-title {
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1.1;
}

.site-chatbot__toggle-subtitle {
    font-size: 0.73rem;
    line-height: 1.2;
    opacity: 0.82;
}

.site-chatbot__toggle-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7cffd4;
    box-shadow: 0 0 0 0 rgba(124, 255, 212, 0.45);
    animation: chatbotPulse 1.8s infinite;
    flex-shrink: 0;
}

.site-chatbot__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: 100%;
    max-height: min(560px, 74vh);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(139, 95, 191, 0.16);
    background: rgba(255, 255, 255, 0.97);
    box-shadow:
        0 24px 60px rgba(25, 16, 45, 0.2),
        0 8px 18px rgba(139, 95, 191, 0.1);
    backdrop-filter: blur(14px);
    animation: chatbotPanelIn 0.24s ease;
}

.site-chatbot__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.98), rgba(139, 95, 191, 0.95));
}

.site-chatbot__brand {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
}

.site-chatbot__avatar {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.88rem;
    font-weight: 800;
    flex-shrink: 0;
}

.site-chatbot__meta {
    min-width: 0;
}

.site-chatbot__meta h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.site-chatbot__subtitle {
    margin: 5px 0 0;
    font-size: 0.82rem;
    line-height: 1.5;
    opacity: 0.9;
}

.site-chatbot__actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.site-chatbot__action {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.site-chatbot__action:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}

.site-chatbot__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: flex-start;
    margin: 14px 16px 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(139, 95, 191, 0.1);
    color: var(--primary-dark);
    font-size: 0.77rem;
    font-weight: 700;
}

.site-chatbot__status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.7;
}

.site-chatbot__status[data-mode="live"] {
    background: rgba(61, 190, 145, 0.14);
    color: #18795e;
}

.site-chatbot__status[data-mode="fallback"] {
    background: rgba(255, 193, 7, 0.14);
    color: #8c5b00;
}

.site-chatbot__messages {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 210px;
    max-height: 250px;
    margin: 12px 16px 0;
    padding: 14px;
    overflow-y: auto;
    border-radius: 18px;
    border: 1px solid rgba(139, 95, 191, 0.1);
    background: linear-gradient(180deg, rgba(250, 247, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.site-chatbot__messages::-webkit-scrollbar {
    width: 7px;
}

.site-chatbot__messages::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(139, 95, 191, 0.22);
}

.site-chatbot__row {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    animation: chatbotMessageIn 0.18s ease;
}

.site-chatbot__row::before {
    content: attr(data-badge);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.68rem;
    font-weight: 800;
    flex-shrink: 0;
}

.site-chatbot__row--bot::before {
    background: rgba(139, 95, 191, 0.12);
    color: var(--primary-dark);
}

.site-chatbot__row--user {
    justify-content: flex-end;
}

.site-chatbot__row--user::before {
    order: 2;
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.96), rgba(139, 95, 191, 0.9));
    color: var(--white);
}

.site-chatbot__message {
    max-width: calc(100% - 36px);
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 0.94rem;
    line-height: 1.65;
    text-align: start;
}

.site-chatbot__message--bot {
    background: #ffffff;
    color: var(--text);
    border: 1px solid rgba(139, 95, 191, 0.1);
    border-bottom-left-radius: 6px;
}

.site-chatbot__message--user {
    color: var(--white);
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.96), rgba(139, 95, 191, 0.92));
    border-bottom-right-radius: 6px;
}

.site-chatbot__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px 0;
}

.site-chatbot__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border: 1px solid rgba(139, 95, 191, 0.14);
    border-radius: 999px;
    background: #ffffff;
    color: var(--primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease;
}

.site-chatbot__chip:hover {
    transform: translateY(-1px);
    background: #f5efff;
}

.site-chatbot__form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 14px 16px 16px;
}

.site-chatbot__input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(139, 95, 191, 0.16);
    border-radius: 16px;
    background: #ffffff;
    color: var(--text);
    font-size: 0.94rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.site-chatbot__input:focus {
    border-color: rgba(139, 95, 191, 0.32);
    box-shadow: 0 0 0 4px rgba(139, 95, 191, 0.1);
}

.site-chatbot__send {
    min-width: 96px;
    min-height: 50px;
    padding: 0 16px;
    border: none;
    border-radius: 16px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.98), rgba(139, 95, 191, 0.94));
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(106, 74, 156, 0.22);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.site-chatbot__send:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(106, 74, 156, 0.28);
}

.site-chatbot__reveal {
    display: none;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--white);
    background: linear-gradient(135deg, rgba(106, 74, 156, 0.98), rgba(139, 95, 191, 0.94));
    box-shadow: 0 12px 28px rgba(74, 49, 109, 0.28);
}

.site-chatbot__reveal-mark {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.site-chatbot.is-hidden {
    width: 52px;
}

.site-chatbot.is-hidden .site-chatbot__toggle,
.site-chatbot.is-hidden .site-chatbot__panel {
    display: none !important;
}

.site-chatbot.is-hidden .site-chatbot__reveal {
    display: inline-flex;
}

@keyframes chatbotPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(124, 255, 212, 0.45);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(124, 255, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(124, 255, 212, 0);
    }
}

@keyframes chatbotPanelIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes chatbotMessageIn {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    padding: 15px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.employe1 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: var(--primary-dark);
    position: relative;
}

.brand {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo {
    background: var(--white);
    color: var(--primary);
    font-weight: bold;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.employe2 {
    text-decoration: none;
    font-weight: bold;
    font-size: xx-large;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: right;
    color: darkslateblue;
    background-color: #eeeeee;
}

.employe2:hover {
    color: #eeeeee;
    background-color: darkslateblue;
}

.brand-title {
    font-weight: 700;
    font-size: 22px;
}

.brand-sub {
    font-size: 14px;
    opacity: 0.9;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

nav ul li a {
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
}

nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

nav .btn {
    background: var(--white);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}

nav {
    background: var(--primary-light);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #eeeeee;
}

nav:hover {
    background: var(--primary);
    transform: translateY(-2px);
    color: var(--primary-dark);
}
.hero {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    overflow: hidden;
}

/* الفيديو بالخلفية */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

/* طبقة لون فوق الفيديو */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(139, 95, 191, 0.7);
    z-index: -1;
}

/* محتوى الهيدر */
.hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}


.hero-card {
    max-width: 800px;
    padding: 30px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}

.lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    padding: 0 10px;
}

.hero-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    text-align: center;
    min-width: 180px;
}

.cta-primary {
    background: var(--white);
    color: var(--primary);
}

.cta-secondary {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.section {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 30px 0;
}

.section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: var(--primary-dark);
    position: relative;
    line-height: 1.2;
}

.section h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary);
    border-radius: 2px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.card {
    background: var(--white);
    border-radius: 16px;
    padding: 25px 20px;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    border-top: 4px solid var(--primary);
    margin: 0 auto;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.card i {
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 20px;
}

.card h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

.card p {
    color: var(--dark-gray);
    font-size: 1rem;
}

.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.about-text {
    flex: 1;
    min-width: 300px;
    padding: 20px;
}

.about-text p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.6;
}

.about-media {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.about-media img {
    width: 100%;
    max-width: 500px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact {
    background: var(--white);
    border-radius: 16px;
    padding: 40px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin: 40px auto;
}

.contact h2 {
    margin-bottom: 25px;
}

.contact p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
    padding: 0 10px;
}

.contact a {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    word-break: break-all;
}

.contact a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-dark);
    transform: translateY(-5px);
}

footer {
    text-align: center;
    padding: 30px 20px;
    background: var(--dark-gray);
    color: var(--white);
    margin-top: 60px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    font-size: 22px;
    font-weight: bold;
    color: var(--primary-light);
}

.footer-linksa{
        display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--primary);
        background: var(--white);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}



.footer-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a{
        color: var(---white);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.back{
    background-color: var(--primary-light);
}

.footer-linksa{
        color: var(--primary);
    text-decoration: none;

    font-size: 1rem;
}   

.footer-linksa a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    background-color: var(--light-gray);
}

.footer-links a:hover {
    color: var(--primary-light);
}

.copyright {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4;
}

.footer-logo1 {
    color: #eeeeee;
    border-radius: 10px;
    background-color: var(--primary);
}

.footer-logo1:hover {
    background-color: #eeeeee;
    color: var(--primary);
}


@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .site-chatbot {
        right: 12px;
        bottom: 12px;
        width: min(360px, calc(100vw - 24px));
    }

    .site-chatbot__toggle {
        padding: 12px 14px;
    }

    .site-chatbot__panel {
        max-height: min(70vh, 520px);
    }

    .site-chatbot__header {
        padding: 15px;
    }

    .site-chatbot__avatar {
        width: 40px;
        height: 40px;
    }

    .site-chatbot__messages {
        min-height: 190px;
        max-height: 34vh;
    }

    .site-chatbot__form {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .site-chatbot__send {
        width: 100%;
        min-height: 52px;
    }

    .menu-toggle {
        display: flex;
        order: 1;
    }
     .ramadan-banner {
        top: 10px;
     }
    .brand {
        order: 2;
        flex: 1;
        justify-content: center;
    }
    
    .nav-wrap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }
    
    /* Hide desktop navigation on mobile */
    nav {
        display: none !important;
    }
    
    .mobile-menu-container {
        order: 3;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }
    
    .video{
        width: 100%;
    }

    .nav-wrap {
        flex-direction: row;
        gap: 0;
    }
    
    nav ul {
        gap: 8px;
        justify-content: center;
    }
    
    nav ul li a {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .hero h1 {
        font-size: 2rem;
        padding: 0 10px;
    }
    
    .lead {
        font-size: 1.1rem;
        padding: 0 5px;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .cta-btn {
        width: 90%;
        max-width: 250px;
        padding: 14px 20px;
        font-size: 1rem;
    }
    
    .section {
        margin: 40px auto;
        padding: 20px 0;
    }
    
    .section h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .employe1 {
        font-size: 2rem;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .about {
        flex-direction: column;
        gap: 20px;
    }
    
    .about-text, .about-media {
        min-width: 100%;
    }
    
    .about-text p {
        font-size: 1rem;
        text-align: left;
        padding: 0 10px;
    }
    
    .projects {
        padding: 15px 10px;
    }
    
    .projects p {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .projects a {
        font-size: 1.1rem;
        padding: 12px 20px;
        width: 90%;
        max-width: 300px;
    }
    
    .card {
        padding: 20px 15px;
        margin: 0 10px;
    }
    
    .card i {
        font-size: 32px;
    }
    
    .card h4 {
        font-size: 1.3rem;
    }
    
    .pemploye {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .contact {
        padding: 30px 15px;
        margin: 30px 10px;
    }
    
    .contact p {
        font-size: 1rem;
        padding: 0 5px;
    }
    
    .social-links {
        gap: 12px;
    }
    
    .social-links a {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .footer-content {
        padding: 0 10px;
    }
    
    .footer-links {
        gap: 12px;
    }
    
    .footer-links a {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .site-chatbot {
        right: 10px;
        bottom: 10px;
        width: calc(100vw - 20px);
    }

    .site-chatbot__toggle {
        min-height: 58px;
        padding: 10px 12px;
    }

    .site-chatbot__toggle-subtitle {
        display: none;
    }

    .site-chatbot__panel {
        bottom: calc(100% + 10px);
    }

    .site-chatbot__subtitle {
        font-size: 0.78rem;
    }

    .site-chatbot__messages {
        margin: 10px 12px 0;
        padding: 12px;
    }

    .site-chatbot__chip {
        font-size: 0.76rem;
    }

    .site-chatbot__suggestions {
        padding: 10px 12px 0;
    }

    .site-chatbot__form {
        padding: 12px;
    }

    .menu-toggle {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .ramadan-banner {
        font-size: 1.2rem;
        padding: 8px 15px;
    }

    .mobile-menu a {
        padding: 15px 20px;
        font-size: 1.1rem;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .section h2 {
        font-size: 1.6rem;
    }
    
    .employe1 {
        font-size: 1.8rem;
    }
    
    .brand-title {
        font-size: 1.1rem;
    }
    
    .brand-sub {
        font-size: 0.8rem;
    }
    
    .projects p {
        font-size: 1.1rem;
    }
    
    .projects a {
        font-size: 1rem;
        padding: 10px 15px;
    }
}

/* Hide mobile menu on desktop */
@media (min-width: 769px) {
    .menu-toggle,
    .mobile-menu-container {
        display: none !important;
    }
}

@media (min-width: 769px) {
  .menu-toggle,
  .mobile-menu-container {
    display: none !important;
  }
}
.mobile-menu-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  background: #111;
  padding: 20px;
  z-index: 999;
}

.mobile-menu-container.active {
  display: block;
}

.menu-toggle {
  position: relative;
  z-index: 1000;
}
