 * { margin: 0; padding: 0; box-sizing: border-box; }

  

  body {
    font-family: 'Poppins', sans-serif;
    background: #0d1b2e;
    color: #ffffff;
    overflow-x: hidden;
  }

  /* NOISE TEXTURE OVERLAY */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
  }

  /* ===================== NAVBAR ===================== */
  .navbar {
    background: rgba(13,27,46,0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(200,168,75,0.2);
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: all 0.4s ease;
  }

  .navbar.scrolled {
    background: rgba(13,27,46,0.99);
    box-shadow: 0 4px 40px rgba(0,0,0,0.5);
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 3px 0;
    text-decoration: none;
  }

  .aldar-brand-logo {
  
    position: relative;
  }
  .aldar-brand-logo img{
  
width: 155px;
  
position: relative;
  }
  .aldar-brand-logo svg {
    width: 100%;
    height: 100%;
  }

  .aldar-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
  }

  .aldar-brand-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
  }

  .aldar-brand-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    color: #9a9667;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8) !important;
    padding: 12px 25px !important;
    transition: color 0.3s;
    position: relative;
  }

  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 16px;
    right: 16px;
    height: 1px;
    background: #9a9667;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #9a9667 !important;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    transform: scaleX(1);
  }

  /* DROPDOWN */
  .dropdown-menu {
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-top: 2px solid #9a9667;
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    min-width: 260px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
    animation: dropDown 0.3s ease;
  }

  @keyframes dropDown {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .dropdown-item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75) !important;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s;
    border-left: 2px solid transparent;
  }

  .dropdown-item i {
    width: 16px;
    color: #9a9667;
    font-size: 0.8rem;
  }

  .dropdown-item:hover {
    background: rgba(200,168,75,0.1);
    color: #9a9667 !important;
    border-left-color: #9a9667;
    padding-left: 24px;
  }

  .dropdown-divider { border-color: rgba(200,168,75,0.2); }

  /* HOVER DROPDOWN FOR DESKTOP */
  @media (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  .aldar-nav-cta {
    background: #9a9667;
    color: #0d1b2e !important;
    padding: 8px 20px !important;
    border-radius: 4px;
    font-weight: 700;
    margin-left: 10px;
    align-self: center;
    transition: all 0.3s !important;
    margin-top: -2px;
  }

  .aldar-nav-cta::after { display: none !important; }

  .aldar-nav-cta:hover {
    background: #e0c06a !important;
    color: #0d1b2e !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(200,168,75,0.4);
  }

  /* ===================== HERO ===================== */
  #hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
  }


.ban-1im{
    position: absolute;
    width: 1033px;
    top: -296px;
    right: -189px;
    border-radius: 30px;
    z-index: -1;
}



  .aldar-hero-bg {
    position: absolute;
    inset: 0;
    /* background:
      radial-gradient(ellipse 80% 60% at 70% 40%, rgba(200,168,75,0.07) 0%, transparent 70%),
      radial-gradient(ellipse 50% 80% at 10% 80%, rgba(21,35,56,0.9) 0%, transparent 60%),
      linear-gradient(135deg, #0d1b2e 0%, #0a1520 50%, #0f1f35 100%); */
    background: url(../images/bg1a.webp);
    background-size: cover;
  }

  .aldar-hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(200, 168, 75, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 168, 75, 0.04) 1px, #0000007d 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 60% 50%, #000f2a 20%, transparent 70%);
  }

  .aldar-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orbFloat 8s ease-in-out infinite;
  }

  .aldar-hero-orb-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(200,168,75,0.12) 0%, transparent 70%);
    top: -100px; right: -50px;
    animation-delay: 0s;
  }

  .aldar-hero-orb-2 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(28,47,74,0.8) 0%, transparent 70%);
    bottom: 50px; left: 10%;
    animation-delay: 3s;
  }

  @keyframes orbFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.05); }
  }

  .hero-content {position: relative;z-index: 2;margin-top: -83px;}

  .aldar-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a9667;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 0.8s ease forwards 0.3s;
  }

  .aldar-hero-eyebrow::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #9a9667;
  }

  .aldar-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 6vw, 75px);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 11px;
    color: #9a9667;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.5s;
  }

  .aldar-inner-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 6vw, 56px);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 11px;
    color: #9a9667;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.5s;
  }

  .aldar-hero-title .aldar-line-gold { color: #9a9667; }
  .aldar-hero-title .aldar-line-outline {
    -webkit-text-stroke: 1px rgba(255,255,255,0.3);
    color: transparent;
  }

  .aldar-hero-desc {
    font-size: 1.05rem;
    color: #8fa3bc;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 16px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.7s;
  }

  .aldar-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 44px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.85s;
  }

  .hero-badge {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a9667;
    background: rgba(200,168,75,0.1);
    border: 1px solid rgba(200,168,75,0.3);
    padding: 6px 14px;
    border-radius: 30px;
  }

  .aldar-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 1s;
  }

  .aldar-btn-gold {
    background: #9a9667;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .aldar-btn-gold::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
  }

  .aldar-btn-gold:hover {
    color: #0d1b2e;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(200,168,75,0.4);
  }

  .aldar-btn-gold:hover::before { left: 100%; }

  .aldar-btn-outline-gold {
    background: transparent;
    color: #9a9667;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 1px solid #9a9667;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
  }

  .aldar-btn-outline-gold:hover {
    background: rgba(200,168,75,0.1);
    color: #9a9667;
    transform: translateY(-2px);
  }

  /* HERO RIGHT - CARD STACK */
  .aldar-hero-visual {
    position: relative;
    opacity: 0;
    display: table-caption;
    animation: fadeRight 1s ease forwards 0.6s;
  }

  @keyframes fadeRight {
    from { opacity: 0; transform: translateX(40px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  .aldar-hero-card-main {
    background: linear-gradient(135deg, #1c2f4a, #152338);
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 16px;
    padding: 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  }

  .aldar-hero-card-main::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9a9667, transparent);
  }

  .aldar-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .aldar-stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.03);
    border-radius: 10px;
    border: 1px solid rgba(200,168,75,0.1);
    transition: all 0.3s;
  }

  .aldar-stat-item:hover {
    background: rgba(200,168,75,0.06);
    border-color: rgba(200,168,75,0.3);
    transform: translateY(-2px);
  }

  .aldar-stat-num {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #9a9667;
    display: block;
  }

  .aldar-stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8fa3bc;
    margin-top: 4px;
    display: block;
  }

  .aldar-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .aldar-service-tag {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    background: rgba(200,168,75,0.1);
    border: 1px solid rgba(200,168,75,0.25);
    border-radius: 4px;
    color: #e0c06a;
  }

  .aldar-hero-card-float {
    position: absolute;
    background: #152338;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    animation: floatCard 6s ease-in-out infinite;
    font-family: 'Poppins', sans-serif;
  }

  .aldar-hero-card-float-1 {
    top: -267px;
    right: 20px;
    animation-delay: 0s;
  }

  .aldar-hero-card-float-2 {
    top: 168px;
    left: -30px;
    animation-delay: 2s;
  }

  @keyframes floatCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  .float-icon {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: rgba(200,168,75,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .float-text .ft-label {
    font-size: 0.65rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8fa3bc;
    display: block;
  }

  .float-text .ft-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    display: block;
  }

  /* ===================== SECTION COMMONS ===================== */
  section { position: relative; z-index: 1; }

  .aldar-section-pad { padding: 100px 0; }

  .aldar-section-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a9667;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
  }

  .aldar-section-label::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #9a9667;
    flex-shrink: 0;
  }

  #about .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #214370;
  }

  #about .aldar-section-desc {
    color: #636566;
    font-size: 1rem;
    line-height: 1.8;
  }


#services  .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
  }
#focus  .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #214370;
  }




 .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #ffffff;
  }



  .aldar-section-desc {
    color: #8fa3bc;
    font-size: 1rem;
    line-height: 1.8;
  }

  .gold-text { color: #9a9667; }
  .aldar-divider-gold {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #9a9667, transparent);
    margin-bottom: 24px;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .aldar-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }

  .aldar-reveal.aldar-visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ===================== TICKER ===================== */
  .aldar-ticker-wrap {
    background: #9a9667;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
  }

  .aldar-ticker-track {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
  }

  .aldar-ticker-item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0d1b2e;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .aldar-ticker-item::after {
    content: 'Ã¢â€”â€ ';
    font-size: 0.5rem;
  }

  @keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ===================== ABOUT ===================== */
  #about {
    background: linear-gradient(180deg, #0d1b2e 0%, #152338 100%);
    background: #fff;
  }

  .aldar-about-card {
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
  }

  .aldar-about-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(200,168,75,0.05) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
  }

  .aldar-about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(200,168,75,0.4);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  }

  .aldar-about-card:hover::before { opacity: 1; }

  .aldar-about-icon {
    width: 56px; height: 56px;
    background: rgba(200,168,75,0.12);
    border: 1px solid rgba(200,168,75,0.25);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    font-size: 1.3rem;
    margin-bottom: 20px;
    transition: all 0.3s;
  }

  .aldar-about-card:hover .aldar-about-icon {
    background: rgba(200,168,75,0.2);
    transform: scale(1.1);
  }

  .aldar-about-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .aldar-about-card p {
    color: #8fa3bc;
    font-size: 0.92rem;
    line-height: 1.7;
  }

  /* CAPABILITY BARS */
  .aldar-cap-item { margin-bottom: 24px; }

  .aldar-cap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }

  .aldar-cap-name {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    color: #4c4c4c;
  }

  .aldar-cap-level {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9a9667;
  }

  .aldar-cap-bar {
    height: 4px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
    overflow: hidden;
    background: rgb(129 129 129 / 20%);
  }

  .aldar-cap-fill {
    height: 100%;
    background: linear-gradient(90deg, #9a9667, #e0c06a);
    border-radius: 10px;
    width: 0;
    transition: width 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  }

  /* ===================== SERVICES ===================== */
  #services {
    background: #0d1b2e;
    position: relative;
    background: url(../images/bg1a.webp);
    background-size: cover;
  }
  

  #services::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(200,168,75,0.04) 0%, transparent 60%);
  }

  .aldar-service-card {
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 16px;
    padding: 36px 28px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .aldar-service-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #9a9667, #e0c06a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
  }

  .aldar-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(200,168,75,0.35);
    box-shadow: 0 24px 70px rgba(0,0,0,0.5);
    color: inherit;
  }

  .aldar-service-card:hover::after { transform: scaleX(1); }

  .aldar-service-num {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(200,168,75,0.08);
    line-height: 1;
    margin-bottom: -10px;
    letter-spacing: -2px;
    transition: color 0.3s;
  }

  .aldar-service-card:hover .aldar-service-num { color: rgba(200,168,75,0.15); }

  .aldar-service-icon {
    width: 52px; height: 52px;
    background: rgba(200,168,75,0.1);
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    font-size: 1.2rem;
    margin-bottom: 18px;
    transition: all 0.4s;
  }

  .aldar-service-card:hover .aldar-service-icon {
    background: #9a9667;
    color: #0d1b2e;
    border-color: #9a9667;
    transform: rotate(-5deg) scale(1.1);
  }

  .aldar-service-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
  }

  .aldar-service-card p {
    color: #8fa3bc;
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .aldar-service-list {
    list-style: none;
    margin-top: 16px;
    padding: 0;
  }

  .aldar-service-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #8fa3bc;
    padding: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: color 0.3s;
  }

  .aldar-service-list li::before {
   
    content: '→';
    color: #9a9667;
    font-size: 0.8rem;
  }

  .aldar-service-card:hover .aldar-service-list li { color: rgba(255,255,255,0.7); }

  /* ===================== FOCUS AREAS ===================== */
  #focus {
    background: linear-gradient(180deg, #152338 0%, #0d1b2e 100%);
    background: #fff;
  }

  .aldar-focus-item {
    padding: 32px 0;
    border-bottom: 1px solid rgba(200,168,75,0.2);
    display: flex;
    align-items: center;
    gap: 32px;
    cursor: default;
    transition: all 0.3s;
  }

  .aldar-focus-item:last-child { border-bottom: none; }

  .aldar-focus-item:hover {/* padding-left: 16px; */}

  .aldar-focus-num {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: rgb(154 150 103 / 73%);
    min-width: 80px;
    transition: color 0.3s;
  }

  .aldar-focus-item:hover .aldar-focus-num { color: rgba(200,168,75,0.4); }

  .aldar-focus-content h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 8px;
    transition: color 0.3s;
    color: #525252;
  }

  .aldar-focus-item:hover .aldar-focus-content h4 { color: #9a9667; }

  .aldar-focus-content p {
    color: #8fa3bc;
    font-size: 0.92rem;
    line-height: 1.7;
    max-width: 600px;
  }

  .aldar-focus-arrow {
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(200,168,75,0.2);
    border: 1px solid rgb(70 70 68 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    color: #434342;
    font-size: 0.9rem;
    flex-shrink: 0;
    transition: all 0.3s;
  }

  .aldar-focus-item:hover .aldar-focus-arrow {
    background: #9a9667;
    color: #0d1b2e;
    border-color: #9a9667;
    transform: rotate(45deg);
  }

  /* ===================== LIFECYCLE ===================== */
  #lifecycle {
    background: #0d1b2e;
    position: relative;
    overflow: hidden;
    background: #fff;
  }

  #lifecycle::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(200,168,75,0.05) 0%, transparent 70%);
    pointer-events: none;
  }

  .lifecycle-card {
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 16px;
    padding: 36px 28px;
    position: relative;
    transition: all 0.4s;
    height: 100%;
  }

  .lifecycle-card:hover {
    border-color: rgba(200,168,75,0.35);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    transform: translateY(-4px);
  }

  .lifecycle-step {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9a9667;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .lifecycle-step::before {
    content: '';
    width: 20px; height: 1px;
    background: #9a9667;
  }

  .lifecycle-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .lifecycle-list {
    list-style: none;
    padding: 0;
  }

  .lifecycle-list li {
    font-size: 0.9rem;
    color: #8fa3bc;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
  }

  .lifecycle-list li i {
    color: #9a9667;
    font-size: 0.7rem;
    flex-shrink: 0;
  }

  .connector-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    font-size: 1.5rem;
    opacity: 0.4;
  }

  /* ===================== INDUSTRIES ===================== */
  #industries {
    background: #152338;
  }

  .aldar-industry-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 50px;
    padding: 14px 24px;
    margin: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    transition: all 0.3s;
    cursor: default;
  }

  .aldar-industry-pill:hover {
    background: rgba(200,168,75,0.1);
    border-color: rgba(200,168,75,0.4);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  }

  .aldar-industry-pill i {
    color: #9a9667;
    font-size: 1rem;
  }

  .aldar-perception-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 40px;
  }

  .aldar-perception-item {
    text-align: center;
    padding: 24px 16px;
    background: #1c2f4a;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 12px;
    transition: all 0.3s;
  }

  .aldar-perception-item:hover {
    border-color: rgba(200,168,75,0.3);
    transform: translateY(-4px);
  }

  .aldar-perception-item i {
    font-size: 1.5rem;
    color: #9a9667;
    margin-bottom: 12px;
    display: block;
  }

  .aldar-perception-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
  }

  /* ===================== WHY ALDAR ===================== */
  #why {
    background: #0d1b2e;
    position: relative;
    background: #fff;
  }

  .aldar-why-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(200,168,75,0.2);
    border-radius: 12px;
    background: #1c2f4a;
    margin-bottom: 16px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }

  .aldar-why-item:hover {
    border-color: rgba(200,168,75,0.4);
    transform: translateX(6px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.3);
  }

  .aldar-why-num {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #9a9667;
    min-width: 44px;
    line-height: 1;
    margin-top: 2px;
  }

  .aldar-why-content h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    color: #ffffff;
  }

  .aldar-why-content p {
    color: #8fa3bc;
    font-size: 0.87rem;
    line-height: 1.6;
    margin: 0;
  }

  .aldar-outcome-box {
    background: linear-gradient(135deg, rgba(200,168,75,0.08), rgba(200,168,75,0.02));
    border: 1px solid rgba(200,168,75,0.25);
    border-radius: 16px;
    padding: 36px;
    position: sticky;
    top: 100px;
  }

  .aldar-outcome-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
  }

  .aldar-outcome-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  .aldar-outcome-item:last-child { border-bottom: none; }

  .aldar-outcome-dot {
    width: 8px; height: 8px;
    background: #9a9667;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .aldar-outcome-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
    margin: 0;
    letter-spacing: 0.3px;
  }

  /* ===================== CTA ===================== */
  #cta {
    background: linear-gradient(135deg, #152338 0%, #1c2f4a 100%);
    border-top: 1px solid rgba(200,168,75,0.2);
    border-bottom: 1px solid rgba(200,168,75,0.2);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: url(../images/bg1a.webp);
    background-size: cover;
  }

  #cta::before {
    content: 'ALDAR';
    font-family: 'Poppins', sans-serif;
    font-size: 20vw;
    font-weight: 900;
    color: rgb(228 228 228 / 7%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: -5px;
  }

  .aldar-cta-content { position: relative; z-index: 1; }

  .aldar-cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .aldar-contact-detail {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
  }

  .aldar-contact-icon {
    width: 44px; height: 44px;
    background: rgba(200,168,75,0.1);
    border: 1px solid rgba(200,168,75,0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a9667;
    font-size: 1rem;
    flex-shrink: 0;
  }

  .aldar-contact-info .aldar-c-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8fa3bc;
    display: block;
  }

  .aldar-contact-info .aldar-c-value {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 500;
  }

  /* ===================== FOOTER ===================== */
  footer {
    background: #080e18;
    border-top: 1px solid rgba(200,168,75,0.2);
    padding: 60px 0 30px;
  }

  .aldar-footer-brand-name {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
  }

  .aldar-footer-brand-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9a9667;
    margin-bottom: 16px;
  }

  .aldar-footer-desc {
    color: #8fa3bc;
    font-size: 0.88rem;
    line-height: 1.7;
    max-width: 280px;
  }

  .aldar-footer-title {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #9a9667;
    margin-bottom: 20px;
  }

  .aldar-footer-links {
    list-style: none;
    padding: 0;
  }

  .aldar-footer-links li { margin-bottom: 10px; }

  .aldar-footer-links a {
    font-size: 0.9rem;
    color: #8fa3bc;
    text-decoration: none;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .aldar-footer-links a:hover {
    color: #9a9667;
    transform: translateX(4px);
  }

  .aldar-footer-links a::before {
    /* content: 'Ã¢â€ â€™'; */
    font-size: 0.75rem;
    content: '→';
    color: #393939;
    opacity: 1;
    transition: opacity 0.2s;
  }

  .aldar-footer-links a:hover::before { opacity: 1; }

  .aldar-footer-bottom {
    border-top: 1px solid rgba(200,168,75,0.2);
    padding-top: 24px;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .aldar-footer-copy {
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    color: #8fa3bc;
    letter-spacing: 0.5px;
  }

  .aldar-footer-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    color: #9a9667;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  /* ===================== SCROLL TOP ===================== */
  .aldar-scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: #9a9667;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d1b2e;
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    z-index: 9998;
    border: none;
    box-shadow: 0 4px 20px rgba(200,168,75,0.4);
  }

  .aldar-scroll-top.aldar-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .aldar-scroll-top:hover {
    background: #e0c06a;
    transform: translateY(-3px);
  }

  /* ===================== PARTICLES ===================== */
  #particles-canvas {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.4;
  }

  /* ===================== PAGE LOADER ===================== */
  #loader {
    position: fixed;
    inset: 0;
    background: #0d1b2e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease;
  }

  .aldar-loader-logo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
 .aldar-loader-logo img {
   width: 245px;
  }
  .aldar-loader-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a9667;
    margin-bottom: 40px;
  }

  .aldar-loader-bar {
    width: 200px;
    height: 2px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
  }

  .aldar-loader-fill {
    height: 100%;
    background: #9a9667;
    border-radius: 10px;
    animation: loaderAnim 1.5s ease forwards;
  }

  @keyframes loaderAnim {
    from { width: 0; }
    to   { width: 100%; }
  }

  /* ===================== HAMBURGER ===================== */
  .navbar-toggler {
    border: 1px solid rgba(200,168,75,0.3);
    padding: 6px 10px;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(200, 168, 75, 0.9)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  /* ===================== RESPONSIVE ===================== */
  @media (max-width: 991px) {
    .navbar-nav .nav-link {
      padding: 14px 0 !important;
    }
    .navbar-nav .nav-link::after { display: none; }
    .aldar-hero-visual { margin-top: 60px; }
    .aldar-hero-card-float-2 { display: none; }
    .connector-arrow { display: none; }
    .aldar-focus-item { flex-wrap: wrap; }
    .aldar-focus-arrow { display: none; }
    .aldar-outcome-box { position: static; margin-top: 40px; }
    .navbar-collapse {
      background: #152338;
      border: 1px solid rgba(200,168,75,0.2);
      border-radius: 12px;
      padding: 20px;
      margin-top: 10px;
    }
    .dropdown-menu { position: static !important; background: rgba(255,255,255,0.03); border: none; box-shadow: none; }
  }

  @media (max-width: 576px) {
    .aldar-section-pad { padding: 70px 0; }
    .aldar-hero-actions { flex-direction: column; }
    .aldar-hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.8rem, 6vw, 75px);
    font-weight: 800;
    line-height: 1.0;
    letter-spacing: -1px;
    margin-bottom: 28px;
    opacity: 0;
    animation: fadeUp 0.9s ease forwards 0.5s;
  }
    .aldar-stat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  }
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.top-itm-1{
    margin-top: 142px !important;
}
.aldar-lifecycle-wrapper { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 50px; }
    .aldar-life-card { background: linear-gradient(145deg, #152338, #1c2f4a); border: 1px solid rgba(200,168,75,0.15); border-radius: 20px; padding: 40px 30px; width: 100%; max-width: 280px; text-align: center; position: relative; transition: all 0.4s ease; overflow: hidden; }
    .aldar-life-card:hover { transform: translateY(-10px); border-color: #9a9667; box-shadow: 0 15px 40px rgba(200,168,75,0.2); }
    .aldar-life-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(200,168,75,0.1) 0%, transparent 60%); opacity: 0; transition: opacity 0.4s; }
    .aldar-life-card:hover::before { opacity: 1; }
    .aldar-life-step-num { font-size: 4rem; font-weight: 900; color: rgba(255,255,255,0.05); position: absolute; top: 10px; right: 20px; line-height: 1; transition: color 0.4s; }
    .aldar-life-card:hover .aldar-life-step-num { color: rgba(200,168,75,0.15); }
    .aldar-life-icon { width: 70px; height: 70px; background: rgba(200,168,75,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; color: #9a9667; margin: 0 auto 20px; position: relative; z-index: 2; transition: all 0.4s; }
    .aldar-life-card:hover .aldar-life-icon { background: #9a9667; color: #0a1321; transform: scale(1.1); box-shadow: 0 10px 20px rgba(200,168,75,0.4); }
    .aldar-life-card h4 { font-size: 1.3rem; font-weight: 700; color: #ffffff; margin-bottom: 15px; position: relative; z-index: 2; }
    .aldar-life-card p { font-size: 0.9rem; color: #8fa3bc; line-height: 1.6; position: relative; z-index: 2; }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#lifecycle .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #214370;
}

#lifecycle .aldar-section-desc {
    color: #636566;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 580px;
}

 #applications {
   
    background: url(../images/bg1a.webp);
    background-size: cover;
  }

  #why .aldar-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
    color: #214370;
}

#why .aldar-outcome-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #3c4550;
    margin: 0;
    letter-spacing: 0.3px;
}

#why .aldar-outcome-box p{   color: #3c4550; }

#why .aldar-outcome-box h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #2a3e5b;
}

#why .aldar-section-desc {
    color: #636566;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 580px;
}

 .aldar-contact-form-box { background: rgba(255,255,255,0.03); border: 1px solid rgba(200,168,75,0.2); border-radius: 20px; padding: 40px; backdrop-filter: blur(10px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
    .form-control { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #ffffff; padding: 15px 20px; border-radius: 10px; font-size: 0.95rem; margin-bottom: 20px; transition: all 0.3s; }
    .form-control:focus { background: rgba(255,255,255,0.08); border-color: #9a9667; box-shadow: 0 0 15px rgba(200,168,75,0.2); color: #ffffff; }
    .form-control::placeholder { color: rgba(255,255,255,0.4); }
    .aldar-contact-info-wrap { padding-right: 40px; }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.aldar-footer-aldar-brand-name{}

.aldar-footer-aldar-brand-name img{
    width: 153px;
    margin-bottom: 30px;
}





  @media (max-width: 576px) {
.ban-1im {
    position: absolute;
    width: 401px;
    top: -127px;
    right: -2px;
    z-index: -1;
}

.aldar-hero-card-float-1 {
   display:none;
}
.aldar-hero-card-float-2 {
   display:none;
}


  }

/* --- Shared Internal Page Styles --- */
.aldar-page-header {
  padding: 180px 0 100px;
  background: url('../images/bg1a.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.aldar-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13, 27, 46, 0.9), rgba(13, 27, 46, 0.7));
  z-index: 1;
}

.aldar-page-header .container {
  position: relative;
  z-index: 2;
}

.aldar-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.aldar-breadcrumb li {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.aldar-breadcrumb li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s;
}

.aldar-breadcrumb li a:hover {
  color: #9a9667;
}

.aldar-breadcrumb li.active {
  color: #9a9667;
  font-weight: 700;
}

.aldar-breadcrumb li:not(:last-child)::after {
  content: '/';
  color: rgba(200, 168, 75, 0.4);
  font-size: 0.9rem;
}

/* SERVICE CONTENT */
.service-detail-section {
  padding: 100px 0;
  background: #ffffff;
}

.service-detail-section .aldar-section-title {
  color: #0d1b2e;
}

.service-main-img {
  border-radius: 24px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border: 1px solid rgba(13, 27, 46, 0.05);
}

.service-sidebar-box {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 35px;
  border: 1px solid rgba(13, 27, 46, 0.05);
  margin-bottom: 30px;
  color: #0d1b2e;
}

.sidebar-title {
  color: #0d1b2e;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #9a9667;
  display: inline-block;
}

.service-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-nav-list li {
  margin-bottom: 12px;
}

.service-nav-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid rgba(13, 27, 46, 0.05);
  border-radius: 12px;
  color: #0d1b2e;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.service-nav-list li a:hover,
.service-nav-list li a.active {
  background: #9a9667;
  color: #ffffff;
  border-color: #9a9667;
  transform: translateX(10px);
}

.service-nav-list li a i {
  font-size: 0.8rem;
  opacity: 0.6;
}

.cta-sidebar {
  background: #0d1b2e;
  color: #ffffff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-sidebar h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.feature-point {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-icon {
  width: 50px; height: 50px;
  background: rgba(200, 168, 75, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9667;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-text h5 {
  color: #0d1b2e;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-text p {
  color: #636566;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* PROCESS SECTION */
.process-section {
  padding: 100px 0;
  background: #0d1b2e;
}

.process-step {
  text-align: center;
  position: relative;
}

.step-num {
  width: 60px; height: 60px;
  background: #9a9667;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1b2e;
  font-weight: 800;
  font-size: 1.2rem;
  margin: 0 auto 25px;
  border: 5px solid rgba(255,255,255,0.1);
}

.process-step h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
.process-step p {
  color: #8fa3bc;
  font-size: 0.9rem;
}

/* --- Utility Classes for Clean HTML --- */
.z-index-2 { z-index: 2; }
.hero-visual-box { position: relative; padding: 30px 30px 50px 0; }
.text-gold { color: #9a9667; }
.text-gold-i { color: #9a9667 !important; }
.text-white { color: #ffffff; }
.font-poppins { font-family: 'Poppins', sans-serif; }
.mb-24 { margin-bottom: 24px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.p-16 { padding: 16px; }

/* Transition Delays */
.delay-100ms { transition-delay: 0.1s; }
.delay-150ms { transition-delay: 0.15s; }
.delay-200ms { transition-delay: 0.2s; }
.delay-300ms { transition-delay: 0.3s; }

/* Mission Box */
.mission-box-custom {
  background: #f8f9fa !important;
  border-left: 5px solid #9a9667 !important;
}
.mission-text {
  font-style: italic;
  color: #0d1b2e;
  font-weight: 500;
}

/* Additional Utilities */
.transmission-note {
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: 50px;
  background: rgba(200, 168, 75, 0.05);
}
.transmission-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9a9667;
}
.border-top-gold { border-top: 1px solid rgba(200, 168, 75, 0.2); }
.cta-desc { color: #8fa3bc; font-size: 1rem; line-height: 1.8; margin-bottom: 40px; }
.contact-link-white { color: #ffffff; text-decoration: none; }
.form-title-white { color: #ffffff; font-weight: 700; margin-bottom: 30px; }
.footer-contact-item { font-size: 0.88rem; color: #8fa3bc; margin-bottom: 6px; }
.footer-contact-item-no-mb { font-size: 0.88rem; color: #8fa3bc; }
.footer-cta-btn { font-size: 0.78rem; padding: 10px 20px; }

/* --- About Page Specific Styles --- */
.bg-white { background: #ffffff !important; }
.bg-white .aldar-section-title, .bg-white .aldar-cap-name { color: #0d1b2e !important; }
.bg-white .aldar-section-desc { color: #636566 !important; }
.bg-white .aldar-cap-bar { background: rgba(13, 27, 46, 0.1) !important; }

.bg-navy { background: #0d1b2e !important; }
.bg-navy .aldar-section-title { color: #ffffff !important; }

.about-feature-card {
  background: #f8f9fa;
  border: 1px solid rgba(13, 27, 46, 0.1);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s ease;
  height: 100%;
}
.about-feature-card:hover {
  transform: translateY(-10px);
  border-color: #9a9667;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.about-feature-card h4 { color: #0d1b2e; font-weight: 700; margin-bottom: 15px; }
.about-feature-card p { color: #636566; margin-bottom: 0; }

.mission-box-navy {
  background: linear-gradient(135deg, #1c2f4a, #0d1b2e);
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: 24px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
.mission-box-navy::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 4px; height: 100%;
  background: #9a9667;
}

.outcome-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(200,168,75,0.1);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.outcome-pill:hover {
  background: rgba(200,168,75,0.05);
  border-color: #9a9667;
  transform: translateX(10px);
}
.outcome-dot {
  width: 10px; height: 10px;
  background: #9a9667;
  border-radius: 50%;
  flex-shrink: 0;
}

/* --- Contact Page Specific Styles --- */
.aldar-contact-grid {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}

.contact-info-card {
  background: #f8f9fa;
  border: 1px solid rgba(13, 27, 46, 0.1);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.contact-info-card:hover {
  transform: translateY(-10px);
  border-color: #9a9667;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.contact-icon-box {
  width: 70px;
  height: 70px;
  background: rgba(200, 168, 75, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9667;
  font-size: 1.8rem;
  margin-bottom: 25px;
  border: 1px solid rgba(200, 168, 75, 0.3);
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-icon-box {
  background: #9a9667;
  color: #ffffff;
  transform: rotateY(360deg);
}

.contact-info-card h4 {
  color: #0d1b2e;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.contact-info-card p, .contact-info-card a {
  color: #636566;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.6;
  transition: color 0.3s;
}

.contact-info-card a:hover {
  color: #9a9667;
}

.aldar-form-container {
  background: linear-gradient(135deg, #1c2f4a, #0d1b2e);
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.aldar-form-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg, transparent, #9a9667, transparent);
}

.contact-left-info { margin-top: 30px; }

.left-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.left-info-icon {
  width: 40px;
  height: 40px;
  background: rgba(200, 168, 75, 0.1);
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9667;
  font-size: 1rem;
}

.left-info-text h6 {
  color: #9a9667;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.left-info-text p {
  color: #ffffff;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.form-group-custom { margin-bottom: 0; }

.form-control-custom {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  padding: 15px 20px !important;
  border-radius: 12px !important;
  transition: all 0.3s ease !important;
}

.form-control-custom:focus {
  border-color: #9a9667 !important;
  background: rgba(200, 168, 75, 0.05) !important;
  box-shadow: 0 0 15px rgba(200, 168, 75, 0.2) !important;
}

.form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.btn-submit-aldar {
  background: #9a9667;
  color: #0d1b2e;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 40px;
  border-radius: 12px;
  border: none;
  width: 100%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-submit-aldar:hover {
  background: #e0c06a;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(200, 168, 75, 0.4);
}

.map-section {
  padding: 50px 0 100px;
  background: #0d1b2e;
}

.map-wrapper {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(200, 168, 75, 0.2);
  height: 450px;
  filter: grayscale(1) invert(0.9) contrast(1.2);
  position: relative;
}

.map-overlay-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

/* --- Services Page Specific Styles --- */
.services-main-grid {
  padding: 100px 0;
  background: #0d1b2e;
}

.service-box-large {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 168, 75, 0.2);
  border-radius: 24px;
  padding: 45px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.service-box-large:hover {
  transform: translateY(-15px);
  border-color: #9a9667;
  background: rgba(200, 168, 75, 0.05);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}

.service-box-large::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 100px; height: 100px;
  background: linear-gradient(135deg, transparent, rgba(200, 168, 75, 0.05));
  border-radius: 100% 0 0 0;
}

.service-box-icon {
  width: 65px; height: 65px;
  background: rgba(200, 168, 75, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9a9667;
  font-size: 1.8rem;
  margin-bottom: 30px;
  border: 1px solid rgba(200, 168, 75, 0.2);
  transition: all 0.3s;
}

.service-box-large:hover .service-box-icon {
  background: #9a9667;
  color: #0d1b2e;
  transform: scale(1.1);
}

.service-box-large h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 20px;
  line-height: 1.4;
}

.service-box-large p {
  color: #8fa3bc;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}

.service-features-list li {
  color: #ffffff;
  font-size: 0.88rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-features-list li i {
  color: #9a9667;
  font-size: 0.8rem;
}

.service-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9a9667;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.service-link-btn:hover {
  gap: 15px;
  color: #ffffff;
}

.focus-section {
  padding: 100px 0;
  background: #ffffff;
}

.focus-section .aldar-section-title { color: #0d1b2e !important; }
.focus-section .aldar-section-desc { color: #636566 !important; }

.focus-card {
  background: #f8f9fa;
  border: 1px solid rgba(13, 27, 46, 0.1);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 20px;
  transition: all 0.3s;
}
.focus-card:hover {
  border-color: #9a9667;
  background: #ffffff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.focus-num {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(200, 168, 75, 0.2);
  line-height: 1;
}

.focus-card h4 {
  color: #0d1b2e;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.focus-card p {
  color: #636566;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* --- Projects Page Specific Styles --- */
.projects-gallery-section {
  padding: 100px 0;
  background: #ffffff;
}

.gallery-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.gallery-filter button {
  background: transparent;
  border: 1px solid rgba(13, 27, 46, 0.2);
  color: #0d1b2e;
  padding: 8px 24px;
  border-radius: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-filter button.active, 
.gallery-filter button:hover {
  background: #9a9667;
  color: #0d1b2e;
  border-color: #9a9667;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

.project-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 27, 46, 0.9) 0%, rgba(13, 27, 46, 0.2) 50%, transparent 100%);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.project-item:hover .project-overlay {
  opacity: 1;
}

.project-item:hover img {
  transform: scale(1.08);
}

.project-info {
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.project-item:hover .project-info {
  transform: translateY(0);
}

.project-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.project-category {
  color: #9a9667;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  width: 60px;
  height: 60px;
  background: rgba(200, 168, 75, 0.9);
  color: #0d1b2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.project-item:hover .project-zoom-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* LIGHTBOX OVERLAY */
#lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 15, 25, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

#lightboxOverlay.active {
  display: flex;
  opacity: 1;
}

#lightboxImage {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.5);
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#lightboxOverlay.active #lightboxImage {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.3s;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}

.lightbox-close:hover {
  color: #9a9667;
}

.lightbox-caption {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}


