    :root{
      --bg:#0a0d14;
      --text:#0f172a;
      --muted:#5b677a;
      --brand:#1e90ff;
      --brand2:#2563eb;
      --card:#ffffff;
      --searchGrad: linear-gradient(135deg,#1f6aff 0%, #2a9fff 100%);
      --yellow:#f6c20f;
      --ring: rgba(30,144,255,.25);
      --shadow: 0 24px 56px rgba(15,23,42,.16);
      --radius: 18px;

      --primary-color:#ffffff;
      --secondary-color:#FF6B6B;
      --accent-color:#4ECDC4;
      --dark-text:#1f2937;
      --light-bg:#f6f8fc;
      --gradient: linear-gradient(135deg, #14b9be, #1b8ccd, #14b9be 100%);
    }

    *{box-sizing:border-box}
    html,body{margin:0; scroll-behavior:smooth}
    body, .gtranslate_wrapper{
      font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Noto Sans Ethiopic", sans-serif;
      color:var(--text);
      background:linear-gradient(180deg,#f7f9ff 0%, #f3f6fb 30%, #eef2f7 100%);
      -webkit-tap-highlight-color: transparent;
      min-height:100vh; overflow-y:auto;
    }

      .goog-te-banner-frame, iframe.goog-te-banner-frame { display: none !important; }
  /* Reset the body offset Google adds when the banner is visible */
  body { top: 0 !important; }
  /* Optional: hide the tooltip balloon that sometimes appears */
  #goog-gt-tt, .goog-te-balloon-frame { display: none !important; }

  #lang-switch{
    position: fixed; right: 12px; bottom: 12px; z-index: 99999; width: 260px;
    font-family:"Noto Sans","Noto Sans Ethiopic",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
    transition: all 0.3s ease;
  }
  .gt-panel{
    background:#fff; border:1px solid #e5e7eb; border-radius:12px; box-shadow:0 10px 28px rgba(0,0,0,.14);
    height:25vh; overflow-y:auto; padding:8px; display:flex; flex-direction:column; gap:6px;
    transition: all 0.3s ease;
  }
  .gt-item{ display:flex; align-items:center; gap:8px; padding:8px 10px; border-radius:8px; cursor:pointer; white-space:nowrap }
  .gt-item:hover{ background:#f3f4f6 }
  .gt-flag{ width:20px; height:14px; background-size:cover; background-position:center; border-radius:2px; flex:none }
  /* Keep our switcher text from being translated */
  #lang-switch, #lang-switch * { class: notranslate; }

  /* Language selector states */
  .lang-selector-expanded .gt-panel {
    height: 25vh;
    opacity: 1;
    visibility: visible;
  }
  
  .lang-selector-collapsed {
    width: 60px;
    height: 60px;
  }
  
  .lang-selector-collapsed .gt-panel {
    height: 60px;
    width: 60px;
    padding: 8px;
    overflow: hidden;
  }
  
  .lang-selector-collapsed .gt-item {
    display: none;
  }
  
  .lang-selector-collapsed .gt-item.selected {
    display: flex;
    justify-content: center;
    padding: 8px;
  }
  
  .lang-selector-collapsed .gt-item.selected .gt-flag {
    width: 24px;
    height: 18px;
  }
  
  .lang-selector-collapsed .gt-item.selected span:not(.gt-flag) {
    display: none;
  }

  /* Bottom language dropdown button */
  .bottom-lang-dropdown {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99999;
  }
  
  .bottom-lang-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 25px;
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "Noto Sans", "Noto Sans Ethiopic", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  }
  
  .bottom-lang-button:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,.18);
    transform: translateY(-2px);
  }
  
  .bottom-lang-button .gt-flag {
    width: 20px;
    height: 14px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    flex: none;
  }
  
  .bottom-lang-button .lang-name {
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
  }
  
  .bottom-lang-button i {
    color: #64748b;
    font-size: 12px;
    transition: transform 0.3s ease;
  }
  
  .bottom-lang-button:hover i {
    transform: rotate(180deg);
  }

  /* Dropdown for collapsed state */
  .lang-dropdown {
    position: fixed;
    bottom: 82px;
    right: 12px;
    z-index: 99998;
    width: 260px;
    max-height: 300px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(0,0,0,.14);
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  
  .lang-dropdown.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  
  .lang-dropdown-content {
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .lang-dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .lang-dropdown-item:hover {
    background: #f3f4f6;
  }
  
  .lang-dropdown-item .gt-flag {
    width: 20px;
    height: 14px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    flex: none;
  }

  /* Scroll-based visibility */
  .lang-selector-hidden {
    display: none !important;
  }

    img,video{max-width:100%;height:auto;display:block;}
    header{position:sticky;top:0;z-index:1000;}
    body.modal-open{ overflow:hidden; }

    .mainlogo{
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}



    @keyframes scaleFadeLoop {
  0%   { transform: scale(1);    opacity: 1;   }
  50%  { transform: scale(1.28); opacity: 0.65;}
  100% { transform: scale(1);    opacity: 1;   }
}

/* 2) A soft halo ring that scales out and fades away repeatedly */
@keyframes haloPulse {
  0%   { transform: scale(1);   opacity: 0.35; }
  70%  { transform: scale(1.45);opacity: 0;    }
  100% { transform: scale(1.15);opacity: 0;    }
}

/* Apply to any button */
.pulse-loop{
  position: relative;
  will-change: transform, opacity;
  animation: scaleFadeLoop 1.6s ease-in-out infinite;
}

/* Halo ring */
.pulse-loop::after{
  content:"";
  position:absolute;
  inset:-6px;                /* slightly larger than the button */
  border-radius: inherit;    /* follow button’s shape */
  background: currentColor;  /* uses the button's text/icon color */
  filter: blur(10px);        /* soft glow */
  z-index:-1;
  opacity:0;
  animation: haloPulse 1.6s ease-out infinite;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce){
  .pulse-loop, .pulse-loop::after{ animation: none; }
}

/* Back-and-forth tilt animation */
@keyframes tiltIcon {
  0%   { transform: rotate(0deg); }
  30%  { transform: rotate(24deg); }  /* tilt right */
  100% { transform: rotate(0deg); }   /* back to normal */
}

/* Apply to the phone icon */
.phone-icon {
  display: inline-block;
  animation: tiltIcon 1.5s ease infinite;
  transform-origin: center; /* ensures rotation is around center */
}

/* Up-and-down floating animation */
@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-8px); } /* move up */
  100% { transform: translateY(0); }   /* back down */
}

/* Apply to phone icons */
.location-icon {
  display: inline-block;
  animation: floatUpDown 1.6s ease-in-out infinite;
}



.portfolio-carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.portfolio-carousel-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  width: 320px;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
  transition: box-shadow 0.3s;
}
.portfolio-carousel-btn:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
.portfolio-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  transform: scale(0.92) rotateY(30deg);
  transition: 
    opacity 0.7s cubic-bezier(.77,0,.18,1),
    transform 0.7s cubic-bezier(.77,0,.18,1);
  z-index: 1;
}
.portfolio-carousel-img.active {
  opacity: 1;
  transform: scale(1) rotateY(0deg);
  z-index: 2;
}
.portfolio-carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.38);
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.1em;
  border-radius: 0 0 18px 18px;
  z-index: 3;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}





.scrolling-announcement-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  height: 48vh;
  min-height: 260px;
  max-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.5rem;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 1px solid #e0e7ef;
}
.scrolling-announcement-viewport {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow-y: auto;
  scroll-behavior: smooth;
  /* Hide scrollbar for Chrome, Safari and Opera */
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}
.scrolling-announcement-content {
  font-size: 1.13rem;
  line-height: 1.7;
  color: #334155;
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  white-space: pre-line;
  user-select: text;
  background: transparent;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scrolling-announcement-viewport::-webkit-scrollbar {
  width: 7px;
  background: #f1f5f9;
}
.scrolling-announcement-viewport::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 6px;
}


    /* =========================
       TOP UTILITY BAR
    ========================== */
    .topbar {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0;

  /* Gradient background */
  background: linear-gradient(135deg, #ffffff00, #ffffff00, #ffffff00);
  background-size: 300% 300%;
  
  /* Animation */
  animation: gradientAnimation 8s ease infinite;
  
  /* Scroll behavior */
  transition: transform 0.3s ease;
}

.topbar-hidden {
  transform: translateY(-100%);
}

/* Keyframes for smooth animation */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

    .topbar-inner{
      position: fixed; top:10; left:0; right:0;
      width:100%; max-width:1200px; margin:0 auto; padding:12px 18px;
      display:flex; align-items:center; gap:12px; justify-content:space-between;
      background:rgba(255, 255, 255, 0.50);
      border-radius:999px;
      box-shadow: 0 10px 28px rgba(15,23,42,.15);
      backdrop-filter: blur(15px);
      border: 1px solid rgba(255,255,255,0.25);
    }
    .brand-chip{
      display:flex; align-items:center; gap:10px;
      background:#f1f5fb; border-radius:999px; padding:6px 12px;
      min-width:0; margin-right:auto; border:1px solid #e5edf8;
    }
    .brand-badge{ width:36px; height:36px; border-radius:999px; background:#0f172a; color:#fff; display:grid; place-items:center; font-weight:800; font-size:20px; }
    .brand-text{ font-weight:800; letter-spacing:.03em; white-space:nowrap }

    .topbar-right{ display:flex; align-items:center; gap:14px; margin-left:auto; }

    .hotline{
      display:flex; align-items:center; gap:10px; font-weight:700;
      background:#f7fafc; border-radius:999px; padding:8px 14px; border:1px solid #e7eef6;
      white-space:nowrap; color:#0f172a;
    }
    .hotline a{color:#0ea968; text-decoration:none; font-weight:800}
    .hotline .wh{width:28px; height:28px; border-radius:999px; display:grid; place-items:center; background:#e8fff2; color:#10b981; font-weight:800}

    .nav{display:flex; align-items:center; gap:22px}
    .nav a{
      text-decoration:none; color:#0f172a; font-weight:700; white-space:nowrap; position:relative;
    }
    .nav a::after{
      content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:transparent; transform:scaleX(0); transition:.2s;
    }
    .nav a:hover::after{ background:#0f172a; transform:scaleX(1); }

    .menu-toggle{
      display:none; border:0; background:#0f172a; color:#fff; width:42px; height:42px;
      border-radius:10px; align-items:center; justify-content:center; cursor:pointer;
    }
    .menu-toggle:active{transform:translateY(1px)}

    .scrim{ position:fixed; inset:0; background:rgba(15,23,42,.45); opacity:0; pointer-events:none; transition:.25s; z-index:999; }
    .scrim.open{opacity:1; pointer-events:auto}
    .mobile-nav{
      position:fixed; top:0; right:0; height:100dvh; width:86%; max-width:420px; background:#fff;
      box-shadow:0 20px 50px rgba(15,23,42,.35); transform:translateX(100%); transition:transform .25s ease;
      z-index:1000; display:flex; flex-direction:column; padding:18px; gap:6px; border-top-left-radius:20px; border-bottom-left-radius:20px;
    }
    .mobile-nav.open{transform:translateX(0)}
    .mobile-head{ display:flex; align-items:center; justify-content:space-between; padding-bottom:6px; border-bottom:1px solid #eef2f7; margin-bottom:6px; }
    .mobile-title{ font-weight:900; letter-spacing:.08em }
    .menu-close{ border:0; background:#f1f5f9; width:38px; height:38px; border-radius:10px; font-size:18px; cursor:pointer; }
    .mobile-link{ display:block; padding:14px; border-radius:12px; text-decoration:none; color:#0f172a; font-weight:800; }
    .mobile-link:active{background:#f8fafc}
    .mobile-sep{height:1px; background:#eef2f7; margin:6px 0}
    .mobile-hotline{ display:flex; align-items:center; gap:10px; background:#f7fafc; border:1px solid #e9eef5; padding:10px 12px; border-radius:12px; font-weight:700; margin-top:6px; }
    .mobile-signin{ display:flex; align-items:center; justify-content:center; gap:10px; margin-top:auto; background:#0f172a; color:#fff; text-decoration:none; padding:12px 16px; border-radius:14px; font-weight:900; }
    .mobile-signin .dot{width:10px; height:10px; border-radius:999px; background:#22c55e}

    /* =========================
       HERO
    ========================== */
    header.hero{
      position:relative; min-height:540px; display:flex; align-items:center; justify-content:center;
      /* background:#0b1220 url("https://images.unsplash.com/photo-1504194104404-433180773017?q=80&w=1600&auto=format&fit=crop") center/cover no-repeat; */
      color:#fff; padding:100px 16px 160px; overflow:hidden;
    }
    /* Hero Titles Animation */
.logo-stack .subtitle,
.logo-stack .title,
.logo-stack .tag {
  background: linear-gradient(135deg, #1ce3c2, #2563eb, #1ce3c2);
  background-size: 300% 300%;
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 6s ease infinite, fadeUp 1s ease forwards;
  opacity: 0;
}

/* Different delays for smooth staggered entry */
.logo-stack .subtitle {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 4px;
  animation-delay: 0.2s;
}
.footer-column a i {
  margin-right: 8px;
  font-size: 16px;
  transition: color 0.3s ease;
}

/* Optional: TikTok brand color on hover */
.footer-column a:hover i.fa-tiktok {
  color: #000000;
}

.logo-stack .title {
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 3px;
  animation-delay: 0.5s;
}
.logo-stack .tag {
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;
  color: #f0f0f0;
  animation-delay: 0.8s;
}

/* Gradient Flow Effect */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Fade-up entrance */
@keyframes fadeUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile-friendly scaling */
@media (max-width: 640px) {
  .logo-stack .subtitle {
    font-size: 26px;
  }
  #lang-switch{
    width: 25%;
  }
  .logo-stack .title {
    font-size: 42px;
  }
  .logo-stack .tag {
    font-size: 18px;
  }
}

    header.hero::after{
      content:""; position:absolute; inset:0; background:
        radial-gradient(1200px 520px at 60% -20%, rgba(30,144,255,.25), transparent 60%),
        linear-gradient(to bottom, rgba(8,14,26,.25) 0%, rgba(8,14,26,.55) 60%, rgba(8,14,26,.75) 100%);
    }
    .hero-inner{position:relative; z-index:1; width:100%; max-width:1200px; text-align:center}
    .logo-stack .subtitle{margin-bottom:6px; font-size:38px; font-weight:800; letter-spacing:.12em}
    .logo-stack .title{font-weight:900; letter-spacing:.02em; font-size:44px; line-height:1.02;}
    .logo-stack .tag{margin-top:12px; color:#e2e8f0; font-weight:600; opacity:.9}

    /* =========================
       SEARCH PANEL
    ========================== */
    .search-wrap{width:100%; display:flex; justify-content:center; position:relative; z-index:2; margin-top:-110px; padding:0 16px}
    .search-shell{width:100%; max-width:1100px; background:var(--searchGrad); border-radius:28px; padding:24px; box-shadow:var(--shadow)}
    .search-title{color:#fff; font-weight:800; font-size:32px; letter-spacing:.01em; margin:2px 6px 16px}

    .seg { border-bottom: 1px solid #eef2f7; padding: 12px 0; }
    .badge { background:#eef2ff; color:#3730a3; padding:2px 8px; border-radius:999px; font-size:12px; }
    .ac-item { padding: 8px 10px; cursor: pointer; font-size: 14px; }
    .ac-item:hover, .ac-item.active { background: #f3f4f6; }
    #from-list, #to-list{ max-height: 15rem; overflow-y:auto; box-shadow:0 8px 18px rgba(2,6,23,.08); border-radius:12px; }

    .search-card{ background:#fff; border-radius:18px; padding:16px; display:grid; grid-template-columns:1.3fr 1.3fr 1fr 1fr; gap:12px; align-items:end; border:1px solid #e8eef6 }
    .label{font-size:12px; font-weight:800; color:#334155; letter-spacing:.02em}
    .input,.select{height:46px; border-radius:12px; border:1px solid #e6ecf4; padding:0 14px; font-weight:600; color:#0f172a; outline:none; background:#fff}
    .input:focus,.select:focus{box-shadow:0 0 0 4px var(--ring); border-color:#93c5fd}
    .row2{display:flex; align-items:center; gap:16px; margin-top:12px; color:#0f172a; flex-wrap:wrap}
    .check{display:flex; align-items:center; gap:8px; font-weight:700}
    .check input{width:18px; height:18px}

    .btn{height:46px; border-radius:12px; border:none; background:var(--yellow); font-weight:800; cursor:pointer; padding:0 24px; transition:transform .05s ease, filter .2s ease}
    .btn:hover{filter:brightness(1.03)}
    .btn:active{transform:translateY(1px)}

    .dd{position:relative}
    .dd-panel{ position:absolute; left:0; top:calc(100% + 8px); width:320px; max-width:85vw; background:#fff; border:1px solid #e6ecf4; border-radius:14px; padding:12px; box-shadow:0 24px 56px rgba(2,6,23,.12); display:none; }
    .row{display:flex; justify-content:space-between; align-items:center; padding:8px 2px}
    .row .who{display:flex; flex-direction:column}
    .row .who small{color:#64748b; font-weight:600}
    .ctl{display:flex; align-items:center; gap:10px}
    .ctl button{width:32px; height:32px; border-radius:8px; border:1px solid #e6ecf4; background:#fff; font-size:18px; cursor:pointer}
    .ctl span{min-width:20px; text-align:center; font-weight:800}

    .dd-footer{display:flex; gap:8px; margin-top:10px}
    .dd-footer .select{flex:1}

    /* =========================
       EMBA SECTIONS
    ========================== */
    section{padding:6rem 5% 4rem; background:var(--light-bg)}
    section:nth-of-type(even){background:#fff}
    h2.section-title{ font-family:'Playfair Display',serif; color:var(--dark-text); font-size:2.25rem; margin-bottom:1rem; text-align:center; position:relative; }
    .section-title:after{ content:""; position:absolute; height:3px; width:80px; bottom:-10px; left:50%; transform:translateX(-50%); background:var(--gradient); border-radius:2px; }
    .section-subtitle{max-width:760px; margin:0 auto 2.25rem; text-align:center; color:#334155}


    #Book-Now{
        background: linear-gradient(135deg, #b9d0ff, #fff, #b1fff2);
  background-size: 300% 300%;
  
  /* Animation */
  animation: gradientAnimation 8s ease infinite;
    }
    .form-input{width:70%; margin:0 auto; background:#fff; border-radius:20px; padding:32px; box-shadow:0 20px 44px rgba(2,6,23,.10); border:1px solid #eef2f8}
    .form-row{display:flex; flex-wrap:wrap; gap:1.25rem; margin-bottom:1.25rem}
    .form-group{flex:1; min-width:220px}
    .form-group label{display:block; margin-bottom:.5rem; font-family:'Montserrat',sans-serif; font-weight:700; color:#1f3a8a; font-size:.9rem}
    .form-group input,.form-group select{width:100%; padding:10px; border:1px solid #dde6f3; border-radius:10px; font-family:'Montserrat',sans-serif}
    .form-group input:focus,.form-group select:focus{outline:none; box-shadow:0 0 0 4px rgba(37,99,235,.18)}
    .form-submit{text-align:center}

    /* Portfolio & Services */
    .portfolio-grid,.services-grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:1.5rem; margin-top:2.25rem}
    .portfolio-item{position:relative; overflow:hidden; border-radius:14px; height:240px; box-shadow:0 15px 30px rgba(0,0,0,.08); transition:transform .25s ease, box-shadow .25s ease}
    .portfolio-item img{width:100%; height:100%; object-fit:cover; transition:transform .35s}
    .portfolio-item:hover{transform:translateY(-6px); box-shadow:0 22px 44px rgba(0,0,0,.12)}
    .portfolio-item:hover img{transform:scale(1.06)}
    .portfolio-item .overlay{position:absolute; left:0; bottom:0; width:100%; padding:1.2rem; background:linear-gradient(to top, rgba(0,0,0,.75), transparent); color:#fff}
    .service-card{background:#fff; border-radius:14px; padding:1.6rem; text-align:center; box-shadow:0 18px 40px rgba(2,6,23,.08); border:1px solid #eef2f8}
    .service-card i{font-size:2rem; background:var(--gradient); -webkit-background-clip:text; background-clip:text; color:transparent; margin-bottom:.75rem}

    /* Contact */
    .contact-info{max-width:860px; margin:0 auto 2rem}
    .contact-item{background:#fff; padding:1.25rem; border-radius:12px; box-shadow:0 16px 34px rgba(2,6,23,.08); margin-bottom:.9rem; transition:transform .2s}
    .contact-item:hover{transform:translateY(-3px)}
    .contact-item i{font-size:1.25rem; background:var(--gradient); -webkit-background-clip:text; background-clip:text; color:transparent; margin-right:.5rem}

    /* Footer */
    footer{background:var(--gradient); color:#fff; padding:3rem 5%; text-align:center}
    .footer-content{display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1.5rem; text-align:left; margin-bottom:2rem}
    .footer-column h3{color:#fff; margin-bottom:.8rem; font-size:1rem; font-family:'Montserrat',sans-serif}
    .footer-column a{color:rgba(255,255,255,.88); text-decoration:none}
    .footer-column a:hover{color:#fff}
    .footer-bottom span{background:linear-gradient(90deg, #ffab36, #ffdf42, #ffab36); background-size:200% auto; -webkit-background-clip:text; background-clip:text; color:transparent; animation:shine 4s linear infinite}
    @keyframes shine{0%{background-position:0% 50%}100%{background-position:200% 50%}}

    /* Responsive */
    @media (max-width: 1100px){ .nav{display:none} .hotline{display:none} .menu-toggle{display:inline-flex} }
    @media (max-width:980px){ .search-card{grid-template-columns:1fr 1fr} .form-input{width:85%} .search-title{font-size:28px} }
    @media (max-width:640px){ .mainlogo{width: 60%;} .logo-stack .title{font-size:38px} .logo-stack .subtitle{font-size:26px; letter-spacing:.1em} .search-title{font-size:22px} .search-card{grid-template-columns:1fr} .form-input{width:92%} }
  

    /* From Uiverse.io by Ashon-G */ 
        .uiverse {
      --duration: 7s;
      --easing: linear;
      --c-color-1: rgba(255, 163, 26, 0.7);
      --c-color-2: #1a23ff;
      --c-color-3: #e21bda;
      --c-color-4: rgba(255, 232, 26, 0.7);
      --c-shadow: rgba(255, 223, 87, 0.5);
      --c-shadow-inset-top: rgba(255, 223, 52, 0.9);
      --c-shadow-inset-bottom: rgba(255, 250, 215, 0.8);
      --c-radial-inner: #ffd215;
      --c-radial-outer: #fff172;
      --c-color: #fff;
      -webkit-tap-highlight-color: transparent;
      -webkit-appearance: none;
      outline: none;
      position: relative;
      cursor: pointer;
      border: none;
      display: table;
      border-radius: 24px;
      padding: 0;
      margin: 0;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.02em;
      line-height: 1.5;
      color: var(--c-color);
      background: radial-gradient(
        circle,
        var(--c-radial-inner),
        var(--c-radial-outer) 80%
      );
      box-shadow: 0 0 14px var(--c-shadow);
      transition: background 0.6s ease-in-out; /* ✅ Smooth transition */
    }

    .uiverse:before {
      content: "";
      pointer-events: none;
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 24px;
      box-shadow:
        inset 0 3px 12px var(--c-shadow-inset-top),
        inset 0 -3px 4px var(--c-shadow-inset-bottom);
    }

    .uiverse .wrapper {
      -webkit-mask-image: -webkit-radial-gradient(white, black);
      overflow: hidden;
      border-radius: 24px;
      min-width: 132px;
      padding: 12px 0;
      position: relative;
    }

    .uiverse .wrapper span {
      display: inline-block;
      position: relative;
      z-index: 1;
    }

    /* ✅ Hover effect: button background turns green */
    .uiverse:hover {
      --duration: 1400ms;
      background: #edce00 !important; /* green */
    }

    /* ✅ Force all circles to green on hover + smooth transition */
    .uiverse .wrapper .circle {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      filter: blur(var(--blur, 8px));
      background: var(--background, transparent);
      transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
      animation: var(--animation, none) var(--duration) var(--easing) infinite;
      transition: background 0.6s ease-in-out, filter 0.6s ease-in-out; /* ✅ Smooth transition */
    }

    .searchbtn{
      color: #ffffff;
    }
    .searchbtn:hover{
      color: #000000;
    }

    .uiverse:hover .wrapper .circle {
      background: #e0c200 !important; /* green */
      filter: blur(14px); /* glowing effect */
    }

    /* Default circle colors */
    .uiverse .wrapper .circle.circle-1,
    .uiverse .wrapper .circle.circle-9,
    .uiverse .wrapper .circle.circle-10 {
      --background: var(--c-color-4);
    }

    .uiverse .wrapper .circle.circle-3,
    .uiverse .wrapper .circle.circle-4 {
      --background: var(--c-color-2);
      --blur: 14px;
    }

    .uiverse .wrapper .circle.circle-5,
    .uiverse .wrapper .circle.circle-6 {
      --background: var(--c-color-3);
      --blur: 16px;
    }

    .uiverse .wrapper .circle.circle-2,
    .uiverse .wrapper .circle.circle-7,
    .uiverse .wrapper .circle.circle-8,
    .uiverse .wrapper .circle.circle-11,
    .uiverse .wrapper .circle.circle-12 {
      --background: var(--c-color-1);
      --blur: 12px;
    }

    /* Circle positions and animations */
    .uiverse .wrapper .circle.circle-1 { --x: 0; --y: -40px; --animation: circle-1; }
    .uiverse .wrapper .circle.circle-2 { --x: 92px; --y: 8px; --animation: circle-2; }
    .uiverse .wrapper .circle.circle-3 { --x: -12px; --y: -12px; --animation: circle-3; }
    .uiverse .wrapper .circle.circle-4 { --x: 80px; --y: -12px; --animation: circle-4; }
    .uiverse .wrapper .circle.circle-5 { --x: 12px; --y: -4px; --animation: circle-5; }
    .uiverse .wrapper .circle.circle-6 { --x: 56px; --y: 16px; --animation: circle-6; }
    .uiverse .wrapper .circle.circle-7 { --x: 8px; --y: 28px; --animation: circle-7; }
    .uiverse .wrapper .circle.circle-8 { --x: 28px; --y: -4px; --animation: circle-8; }
    .uiverse .wrapper .circle.circle-9 { --x: 20px; --y: -12px; --animation: circle-9; }
    .uiverse .wrapper .circle.circle-10 { --x: 64px; --y: 16px; --animation: circle-10; }
    .uiverse .wrapper .circle.circle-11 { --x: 4px; --y: 4px; --animation: circle-11; }
    .uiverse .wrapper .circle.circle-12 { --blur: 14px; --x: 52px; --y: 4px; --animation: circle-12; }

    /* Animations */
    @keyframes circle-1 { 33% { transform: translate(0px, 16px); } 66% { transform: translate(12px, 64px); } }
    @keyframes circle-2 { 33% { transform: translate(80px, -10px); } 66% { transform: translate(72px, -48px); } }
    @keyframes circle-3 { 33% { transform: translate(20px, 12px); } 66% { transform: translate(12px, 4px); } }
    @keyframes circle-4 { 33% { transform: translate(76px, -12px); } 66% { transform: translate(112px, -8px); } }
    @keyframes circle-5 { 33% { transform: translate(84px, 28px); } 66% { transform: translate(40px, -32px); } }
    @keyframes circle-6 { 33% { transform: translate(28px, -16px); } 66% { transform: translate(76px, -56px); } }
    @keyframes circle-7 { 33% { transform: translate(8px, 28px); } 66% { transform: translate(20px, -60px); } }
    @keyframes circle-8 { 33% { transform: translate(32px, -4px); } 66% { transform: translate(56px, -20px); } }
    @keyframes circle-9 { 33% { transform: translate(20px, -12px); } 66% { transform: translate(80px, -8px); } }
    @keyframes circle-10 { 33% { transform: translate(68px, 20px); } 66% { transform: translate(100px, 28px); } }
    @keyframes circle-11 { 33% { transform: translate(4px, 4px); } 66% { transform: translate(68px, 20px); } }
    @keyframes circle-12 { 33% { transform: translate(56px, 0px); } 66% { transform: translate(60px, -32px); } }
  
  

    /* From Uiverse.io by nima-mollazadeh */ 
.button {
  position: relative;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(45deg, #2fffba, #bd2fda, #f03a98);
  padding: 14px 25px;
  border-radius: 10px;
  font-size: 1.25em;
  cursor: pointer;
}

.button span {
  position: relative;
  z-index: 1;
}

.button::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #2d6a84;
  border-radius: 9px;
  transition: 0.5s;
}

.button:hover::before {
  opacity: 0.7;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0px;
  background: linear-gradient(45deg, #2fffba, #bd2fda, #f03a98);
  border-radius: 9px;
  transition: 0.5s;
  opacity: 0;
  filter: blur(20px);
}

.button:hover:after {
  opacity: 1;
}


