    body {
      background-color: #0F0F0F;
      color: white;
      margin: 0;
      font-family: 'Poppins', sans-serif;
    }

    .navbar {
      padding: 1rem 0;
    }

    .navbar-brand img {
      height: 30px;
    }

    .navbar-nav .nav-link {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff !important;
      margin-right: 15px;
      font-family: 'Poppins', sans-serif;
    }

    .navbar-nav .nav-link.active {
      color: #f55c47 !important;
    }

    .btn-login {
      background-color: #f55c47;
      color: white;
      border: none;
      padding: 0.4rem 1rem;
      border-radius: 8px;
      margin-right: 10px;
    }

    .btn-track {
      background-color: transparent;
      color: white;
      border: 1px solid white;
      padding: 0.4rem 1rem;
      border-radius: 8px;
    }

    .btn-track:hover {
      background-color: white;
      color: black;
    }

    .carousel {
      border-radius: 20px;
      overflow: hidden;
    }

    .carousel-item {
      height: 100vh;
      max-height: 700px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 20px;
    }

    .carousel-caption {
      position: relative;
      z-index: 2;
      bottom: 0%;
      text-align: left;
    }

    .carousel-caption h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 3rem;
        font-weight: 600;
      }

      .carousel-caption p {
        font-family: 'Open Sans', sans-serif;
        font-size: 1.1rem;
        font-weight: 400;
        max-width: 600px;
        color:#FFFFFF;
      }

    .btn-custom {
      padding: 0.7rem 1.5rem;
      font-size: 1rem;
      margin-right: 10px;

    }
    .btn-danger {
        background-color: #DF3E25;
    }

    @media (max-width: 992px) {
      .carousel-caption h1 {
        font-size: 2rem;
      }

      .carousel-caption p {
        font-size: 1rem;
      }

      .carousel-item {
        border-radius: 0;
      }
    }
    
.feature-box {
  color: white;
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.feature-box h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.feature-box p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}

/* Gradients */
.gradient-1 {
  background: linear-gradient(to bottom right, #171A1C00, #712B2127, #FF452866);
}
.gradient-2 {
  background: linear-gradient(to bottom right, #171A1C00, #3E207274, #6D28D966);
}

.gradient-3 {
  background: linear-gradient(to bottom right, #171A1C00, #0B3C6134, #005DA566);
}
.gradient-4 {
  background: linear-gradient(to bottom right, #0F0F0F00, #73261A19, #DF3E251A);
}
.gradient-5 {
  background: linear-gradient(to bottom, rgba(23, 26, 28, 0),rgba(62, 32, 114, 0.45),rgba(109, 40, 217, 0.4));
}
.gradient-6 {
  background: linear-gradient(to bottom right, black,black,rgba(11, 60, 97, 0.2),rgba(0, 93, 165, 0.4));
}
.client-logo {
  max-height: 40px;
  opacity: 0.9;
  transition: transform 0.3s ease;
  max-width: 100%
}

.client-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}


.blog-card h6 {
  font-weight: 400;
  line-height: 1.4;
}

.blog-card img {
  object-fit: cover;
  width: 100%;
  height: 180px;
  border-radius: 12px;
}


.bg-dark {
  background: linear-gradient(to bottom right, #171A1C00, #712B2127, #FF452866);
}

.pricing-card {
  min-height: 630px; /* adjust based on your image */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1.25rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.pricing-card ul.pricing-list li {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0.75rem 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.pricing-card ul.pricing-list li:first-child {
  border-top: none;
}

.pricing-card h5,
.pricing-card button {
  font-family: 'Segoe UI', sans-serif;
  font-size: 13px;
  font-weight: 600;
}


.achievement-card{
 padding:30px;
 min-width: 26%;
 min-height:382px;
     border-radius: 8px;
}
.achievement-card .bottom-div{
    position: relative;
    top: 60%;
    
}





/* Footer Styles */
.footer-dark {
    background-color: #141719;
    color: #ffffff;
    position: relative;
}

/* Brand Section */
.footer-brand .brand-logo {
    color: #ffffff;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background-color: #e74c3c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.brand-text {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffffff;
}

.footer-description {
    color: #cccccc;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Newsletter Form */
.newsletter-form .input-group {
    border-radius: 8px;
    overflow: hidden;
}

.newsletter-input {
    border: 1px solid #555;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 8px 0 0 8px;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-input:focus {
    background-color: #3a3a3a;
    border-color: #e74c3c;
    color: #ffffff;
    box-shadow: none;
}

.btn-submit {
    background-color: #e74c3c;
    border: none;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0 8px 8px 0;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #c0392b;
    color: #ffffff;
}

/* Quick Links */
.footer-title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #e74c3c;
}

/* Contact Info */
.contact-info .contact-text {
    color: #cccccc;
    line-height: 1.6;
    font-size: 0.95rem;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-icon {
    width: 24px;
    height: 24px;
    background-color: #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 12px;
    color: #ffffff;
}

.btn-contact {
    background-color: #e74c3c;
    border: none;
    color: #ffffff;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.btn-contact:hover {
    background-color: #c0392b;
    color: #ffffff;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #444;
    margin-top: 2rem;
    position: relative;
}

.copyright {
    color: #999;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    justify-content: center;
}

.legal-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: #e74c3c;
}

/* Social Links */
.social-links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.social-link {
    width: 36px;
    height: 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
}


/* Responsive Design */
@media (max-width: 768px) {
    .footer-legal {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    
    .social-links {
        justify-content: flex-start;
        margin-top: 1rem;
    }
    
    .footer-bottom .row > div {
        text-align: left !important;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-input,
    .btn-submit {
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .btn-submit {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .footer-dark .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .brand-logo {
        justify-content: center;
        text-align: center;
    }
    
    .footer-description {
        text-align: center;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .footer-title {
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
}

.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}



.timeline {
  position: relative;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: -6%;
  top: 8px;
  z-index: 1;
  border: 2px solid white;
  background:rgba(163, 237, 218, 1)
}

.timeline-content {
  margin-left: 2.5rem;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.solution-second-container{
    background-color: rgb(241, 241, 229);
    color:#0F0F0F
}


    .chart-card {
      background-color: #1c1c1c;
      border-radius: 20px;
      padding: 20px;
      min-height: 350px;
    }
    .bar-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      font-size: 14px;
      margin-bottom: 5px;
    }
    .progress {
      height: 12px;
      background-color: #2b2b2b;
    }
    .progress-bar {
      background-color: #ff4528;
    }
    
    .solution-clients{
        margin-bottom: 100px !important;
    }   
    
#doughnutChart {
  max-width: 280px;
  margin: 0 auto;
}

.solution-third-container{
    color:#0F0F0F;
    border-radius: 8px;
    color:white;
    padding:20px;
}
.logistics-img{
    max-height: 600px;
    max-width:100%;
    border-radius: 20px;
}


.accordion-header{
    background: black;
}
.accordion-item {
      background-color: #000;
      border: 1px solid #333;
      border-radius: 12px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .accordion-button {
      color: white;
      border: none;
      font-weight: bold;
      padding-right: 3rem;
      position: relative;
      background: black !important;
      color:white !important;
    }

    .accordion-button::after {
      content: '+';
      font-size: 1.2rem;
      color: white;
      background-color: black;
      border: 2px solid white;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 1rem;
      top: 20%;
      transform: translateY(-50%);
      transition: all 0.3s ease;
    }

    .accordion-button:not(.collapsed)::after {
      content: '-';
      background-color: white;
      color: black;
      border: 2px solid black;
    }

    .accordion-body {
      color: #ddd;
      background-color: #1a1a1a;
    }
    
    
      .accordion-button::after {
      background-image: none !important;
      transform: none !important;
    }
    
    
    
    /* The overall container, applying the full pill shape */
.tracking-container {
    max-width: 500px;
    border-radius: 24px; /* Key: Make the whole group rounded */
    overflow: hidden;    /* Key: Ensure children don't bleed out */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important; /* Stronger custom shadow */
    background: #F1F1E5
}

/* Input field specific overrides */
.tracking-input-override {
    background-color: #F1F1E5;
    color: #7E7E76; /* Darker text for input */
    border: none; /* Remove default border */
    /* Resetting Bootstrap's default border-radius for input within input-group */
    border-radius: 20px !important;

}

.tracking-input-override::placeholder {
    opacity: 1; /* Ensures placeholder is not transparent */
}

.tracking-input-override:focus {
    background-color: var(--tracking-input-bg); /* Keep background on focus */
}

/* Button specific overrides */
.tracking-button-override {
    background-color: #DF3E25;
    color: white; 
    font-weight: bold;
    border-radius: 12px !important;
    margin: 5px;
}

.tracking-button-override:hover,
.tracking-button-override:focus {
    border-color: var(--tracking-button-hover-bg) !important;
    box-shadow: none !important; /* Remove Bootstrap's focus shadow */
    background: #DF3E25;
}


    .blog-card img {
      border-radius: 12px;
      object-fit: cover;
      height: 180px;
    }
    .filter-btn {
      font-size: 14px;
      padding: 6px 12px;
      border: none;
      background-color: transparent;
      color: #fff;
      cursor: pointer;
    }
    .filter-btn.active {
      background-color: #FF4528;
      border-radius: 20px;
    }
    .blog-meta i {
      margin-right: 5px;
      color: #bbb;
    }
    .blog-meta span {
      font-size: 13px;
      color: #ccc;
    }
    .search-bar {
      border: none;
      border-bottom: 1px solid #999;
      background-color: transparent;
      color: #fff;
      padding-left: 30px;
    }
    .search-bar::placeholder {
      color: #aaa;
    }
    .search-icon {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      color: #aaa;
    }
    
    
      .btn-primary-custom {
      background-color: #e74c3c;
      border: none;
      color: white;
    }

    .btn-outline-custom {
      border: 1px solid white;
      color: white;
    }

    .story-card {
      background-color: #1a1a1a;
      border-radius: 12px;
      border: 1px solid #333;
      overflow: hidden;
      transition: transform 0.3s;
    }

    .story-card:hover {
      transform: translateY(-5px);
    }

    .story-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .story-tags span {
      background-color: #333;
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 0.8rem;
      margin-right: 8px;
      color: #ccc;
      display: inline-block;
    }

    .read-btn {
      color: #fff;
      font-weight: 500;
      font-size: 0.9rem;
    }

    .read-btn i {
      margin-left: 4px;
    }
    
    
.mt-10{ margin-top: 10rem !important;}
.mt-9{ margin-top: 9rem !important;}
.mt-8{ margin-top: 8rem !important;}
.mb-10{ margin-bottom: 10rem !important;}


.faq-page {
      background-color: #121212;
      color: #fff;
    }

    .faq-page .faq-sidebar {
      background-color: #1e1e1e;
      border-radius: 12px;
    }

    .faq-page .faq-sidebar a {
      color: #bbb;
      text-decoration: none;
      padding: 10px 16px;
      display: block;
    }

    .faq-page .faq-sidebar a.active,
    .faq-page .faq-sidebar a:hover {
      color: #fff;
      font-weight: 600;
    }

    .faq-page .faq-card {
      background-color: #1a1a1a;
      border: 1px solid #2c2c2c;
      border-radius: 12px;
    }

    .faq-page .faq-scrolling-x {
      overflow-x: auto;
      white-space: nowrap;
    }

    .faq-page .faq-scrolling-x a {
      display: inline-block;
      color: #bbb;
      padding: 10px 16px;
      text-decoration: none;
    }

    .faq-page .faq-scrolling-x a.active,
    .faq-page .faq-scrolling-x a:hover {
      color: #fff;
      font-weight: 600;
    }

    .faq-page .text-muted-light {
      color: #ccc;
    }
    
    
     .map-wrapper    { position:relative;  margin:auto; }
  .ksa-map        { width:100%; height:auto; }
  /* demo marker styles */
  .marker, .info-card { position:absolute; transform:translate(-50%,-50%); }
  .marker          { width:36px; border-radius:50%; border:3px solid #000; }
  .info-card       { top:46%; left:38%; background:#fff; color:#000;
                     border-radius:8px; padding:10px 14px; font-size:13px; width:160px; }
  .bullet          { list-style:none; padding-left:0; }
  .bullet li::before { content:""; display:inline-block; width:10px; height:10px;
                          background: linear-gradient(to bottom, #C31432, #240B36);  border-radius:50%; margin-right:10px; }
  /* spacing */
  .map-section { padding:4rem 1rem; }    
  
  
/* =====  WRAPPER  ===== */
.stack{
  position:relative;
  width:clamp(310px,80vw,420px);
  height:92px;               /* height of one card */
  margin:80px auto;
  perspective:1500px;
  overflow:visible;
  text-align: left;
}

/* =====  CARD  ===== */
.card{
  position:absolute;inset:0;
  padding:14px 18px 14px 85px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  border:1px solid rgba(0,0,0,.06);
  display:flex;flex-direction:column;justify-content:center;
  transition:transform .55s cubic-bezier(.3,.7,.3,1),opacity .55s ease;
  pointer-events:none;                 /* only top card gets wheel */
}

.card::before{
  content:'';
  position:absolute;
  left:5px;                 /* same left offset */
  top:50%;
  width:78px;
  height:72px;
  translate:0 -50%;
  background:#fff url('../images/notification-logo.png') center/70% no-repeat;

}

/* title row */
.card h4{font-size:.93rem;font-weight:700;line-height:1.2;color:#222;display:inline}
.time{float:right;font-size:.72rem;font-weight:600;color:#6b7280}

/* message */
.card p{font-size:.83rem;color:#444;margin-top:2px;line-height:1.35}

/* =====  STACK EFFECT  ===== */
.card.below{
  pointer-events:none;
  filter:blur(1.2px) saturate(.7);
}

/* demo button */
button.demo{
  display:block;margin:40px auto;padding:10px 26px;font-size:16px;border-radius:8px;border:none;cursor:pointer;
}
.tracked-card{
    width: 62%;
    padding: 4%;
    background: white;
    border-radius: 10px;
    color:black;
    position: relative;
    top: 5%;
}
.tracked-card h3{
    color: #DF3E25;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
}
.tracked-card p{
    font-size: 12px;
    color:#373E4E;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.tracked-card .border-right-gray{
    border-right: 3px solid #222631;
}



/* map style */



    .status-active{
        padding :4px;
        background : #A3EDDA61;
        border-radius: 5px;
        font-size: 14px;
    }
    
        .knobContainer {
            text-align: center;
            margin: 10px;
        }

        .knobContainer canvas {
            cursor: pointer;
        }
        
        .mapael .mapTooltip {
            position: absolute;
            border-radius: 4px;
            padding: 10px;
            z-index: 1000;
            max-width: 228px;
            display: none;
            color: #232323;
            width: 228px !important;
            height: 100px;
            z-index: 100000000;
            background: white;
        }
        
        .mapael .zoomButton {
            background-color: #fff;
            border: 1px solid #ccc;
            color: #000;
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            border-radius: 3px;
            cursor: pointer;
            position: absolute;
            top: 0;
            font-weight: bold;
            left: 10px;

            -webkit-user-select: none;
            -khtml-user-select : none;
            -moz-user-select: none;
            -o-user-select : none;
            user-select: none;
        }

        /* Reset Zoom button first */
        .mapael .zoomReset {
            top: 10px;
        }

        /* Then Zoom In button */
        .mapael .zoomIn {
            top: 30px;
        }

        /* Then Zoom Out button */
        .mapael .zoomOut {
            top: 50px;
        }
/* style of IOS stack slider */

    #ios‑notify {
    position: fixed;
    top: -100px;                      /* start hidden above the viewport */
    left: 50%;
    transform: translateX(-50%);
    width: clamp(280px, 90vw, 350px);
    background: #1c1c1e;             /* dark translucent card */
    color: #fff;
    padding: 12px 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border-radius: 18px;
    backdrop-filter: blur(20px);
    opacity: 0;                      /* fade in */
    z-index: 1090;                   /* above modals & navbars */
    transition: top .45s cubic-bezier(.30,.7,.30,1), opacity .45s ease;
}

#ios‑notify.show {
    top: 16px;        /* slide into view */
    opacity: 1;
}

#ios‑notify .ios‑notify__title   { font-weight: 600; font-size: .95rem; line-height: 1.2; }
#ios‑notify .ios‑notify__message { font-size: .85rem; line-height: 1.35; margin-top: 2px; color: #d1d1d6; }
.rounded-bk{
color: rgba(163, 237, 218, 1);
  padding: 5px;
  padding: 22px 13px;
  border: none;
  background: black;
  top: 19%;
}

.h-90{
    height: 90%
}

.timeline-line{
    top: 5.5% !important;
    color:rgba(255, 255, 255, 0.6);
}
.stack-optimized{
      position:relative;
  width:clamp(310px,80vw,420px);
  height:92px;
  perspective:1500px;
  overflow:visible;
  margin: 10px 25px !important;
}

.text-a-direction{
    text-align: left
}