* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.logo-locomate {
    border-bottom: transparent;
    font-weight: 700;
    font-size: 32px;
    line-height: 15px;
    
    text-decoration: none !important;
}
.header {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px 60px;
    z-index: 1000;
}
.container {
    width: 100%;
    max-width: 1450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
}
.container1 {
     overflow-x: hidden;
    width: 100%;
    
    display: flex;
    justify-content: space-evenly;
    
    margin:0 auto;
}
.logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}


    .logo img {
    width: 60px;
    height: 60px;
}


.nav {
    display: flex;
    gap: 2rem;
}

.nav a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    transition: color 0.3s ease;
    
    color: #D0D0D2;
  
}

.nav a:hover {
    color: #1e90ff;
}

.demo-btn {
    background: #0050ff;
    color: #fff;
    align-content: center;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
    width: 128px;
    height: 43px;
    text-align: center;
    vertical-align: middle;
}

.demo-btn:hover {
    background: #003bb3;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    display: block;
}

/* Responsive styles */
/* Default: hidden on mobile */
.nav {
    display: flex;
    gap: 2rem;
}

@media (max-width: 768px) {
    .nav {
        position: absolute;
        top: 70px;
        right: 20px;
        flex-direction: column;
        background: rgba(0,0,0,0.9);
        padding: 1rem 2rem;
        border-radius: 8px;
        display: none;  /* <-- hides it by default on mobile */
    }
    .loco-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 20px !important; 
    flex-wrap: wrap;
}
.floating-phone {
    height: auto;
    width: 280px;
}
.feature-section {
    display: flex
;
    align-items: center;
    justify-content: center;
     padding: 0px;
    color: #fff;
    flex-wrap: wrap;
}


    .nav.show {
        display: flex;
        text-align: left;
        width: 100%;
        background-color: black;
        /* padding: 0px; */
        margin: 10px auto;
        width: 100%;
        flex-direction: column;
        align-content: center;
    }
    }

.menu-toggle {
    display: none;
}


 .features-section {
  
    justify-content: space-between;
    padding: 150px 125px 50px 125px;
    min-height: 100vh;
}


.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
       padding: 50px 125px 0px 125px;
    min-height: 100vh;
}

.hero-content {
    max-width: 60%;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
        color: #ffffff;
        text-align:left;
}

.hero-content h1 span {
    color: #0066ff;
}

.hero-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #cccccc;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 1rem;
    transition: 0.3s ease;
}

.btn.primary {
    background: #0066ff;
    color: white;
}

.btn.primary:hover {
    background: #004ccf;
}

.btn.secondary {
    border: 1px solid #666;
    color: white;
    background: transparent;
}

.btn.secondary:hover {
    border-color: #fff;
    color: #ddd;
}

.coming-soon {
    color: #888;
    font-size: 0.95rem;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 40px 5%;
    }
.menu-toggle {
    display: flex;
}
   .core-features-wrap {
    display: flex
;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    /* margin: 40px auto 0; */
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
}









.features-section {
    
        padding: 0px 12%;
    
        width: 100%;
}

.features-section h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color:#ffffff;
}
.features-container {
    display: flex;
    align-items: center;    /* aligns items to the top */
    justify-content: center;    /* center the whole block horizontally */
    gap: 60px;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: nowrap;
}
.features-container-accordian {
    width: 53%;
}

.features-list {
    flex: 1;  /* takes half of the space */
}

.features-image {
    flex: 1;  /* takes half of the space */
    display: flex;
    justify-content: center;
}


.features-list {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    
}

.feature-item {
    background: none;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
    color: #ffffffe3;
    font-weight: 500 !important;
    font-size: 20px !important;
}

.feature-item h3 {
    font-weight: 500 !important;
    font-size: 20px !important;
    margin: 10px;
    color: #ffffffc4;
}

.feature-item .icon {
    margin-right: 10px;
}

.feature-item p {
    color: #cccccc;
    font-size: 0.95rem;
    line-height: 1.6;
        border: none;
    background-color: transparent;
}

.feature-item.active {
    background: white;
    color: #111;
}

.feature-item.active p {
    color: #333;
    
}

.feature-item.active {
    color: #0050ff !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    }
.features-image img {
    width: 100%;
    max-width: 245px;
    height: 500px;
}
.accordion {
  background-color: transparent !important;
  color: #444;
  cursor: pointer;
  padding: 10px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .feature-item active {
  background-color: #ffffff !important;
}


.panel {
  padding: 10px 18px;
    color: black;
  display: none;
  background-color: white;
  overflow: hidden;
}
 .demo-menu {
        display:none;
    }

/* Mobile Responsive */
@media (max-width: 992px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .features-list {
        align-items: center;
    }

    .feature-item {
        text-align: center;
    }
}
.features-content-wrapper .features-content {
    display: none;
    background: white;
    color: #111;
    padding: 20px 25px;
    border-radius: 12px;
}

.features-content-wrapper .features-content.active {
    display: block;
}

.feature-item.active {
    background: rgba(255, 255, 255, 0.1);
    padding:10px;
}


 .profile-data {
         margin: 0px !important;
    padding: 0px !important;
 }




.story-section {
   font-family:Inter;
   color: #ffffffc4;
    margin: 0;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

h1 {
    color: #ffffff;
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size: 35px;
    font-family: Inter;
}
p {
       font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: Inter;
    text-align: justify;
}
.our-story {
    width: 1000px;
    padding: 50px;
    margin: 50px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 31%);
    background-image: url(https://thelocomate.com/images/our-story-bg.png);
    background-size: cover;
    background-position: center;
}
@media (max-width: 768px) {
    .our-story {
    width: auto;
    padding: 10px;
    margin: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
 .demo-menu {
        display:block;
    }
}






.active {
    background-color: #ffffff00 !important;
}


.statistics {
    display: flex;
    width: 100%;
  padding: 0px 60px 50px 60px;
   justify-content: center;  /* Centers horizontally */
    align-items: center;  
    overflow: hidden;
   
}

.stats-panel {
    width: 35%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;  /* Centers horizontally */
    align-items: center;  
}


.stats-box3 i, .stats-box1 i, .stats-box2 i {
    font-size: 30px;
    margin-bottom: 10px;
    background-color: grey;
    padding: 10px;
    border-radius: 8px;
}
.stats-box3 h4, .stats-box1 h4, .stats-box2 h4 {
    margin: 0;
    font-size: 20px;
    font-weight:700;
    font-weight: bold;
}

.stats-box3 p, .stats-box1 p, .stats-box2 p {
    margin: 10px 0 0;
    font-size: 0.9em;
    line-height: 1.4;
}

.image-panel {
    width: 60%;
    overflow: hidden;
    padding:20px;
}

.image-panel img {
    width: 100%;
   height: 1000px;
    display: block;
}
.stats-box1 {
    position: relative;
    display: flex;
    justify-content: center;  
    align-items: center;      
    padding: 15px 35px;
    margin: 15px;
    height: 300px;
    width: 400px;
    background-image: url(https://thelocomate.com/images/frame-1.png);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: white;
}
.stats-box2 {
    position: relative;
    display: flex;
    justify-content: center;  
    align-items: center;      
    padding: 15px 35px;
    margin: 15px;
    height: 300px;
    width: 400px;
    background-image: url(https://thelocomate.com/images/frame-2.png);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: white;
}
 .stats-box3 {
    position: relative;
    display: flex;
    justify-content: center;  
    align-items: center;      
    padding: 15px 35px;
    margin: 15px;
    height: 300px;
    width: 400px;
    background-image: url(https://thelocomate.com/images/frame-3.png);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: white;
}

.stats-box1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay, adjust opacity as needed */
    z-index: 1;
}


.stats-box1 > * {
    position: relative;
    z-index: 2;
}
.stats-box2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay, adjust opacity as needed */
    z-index: 1;
}

.stats-box2 > * {
    position: relative;
    z-index: 2;
}
.stats-box3::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay, adjust opacity as needed */
    z-index: 1;
}

.stats-box3 > * {
    position: relative;
    z-index: 2;
}
.stats-content {
    width:300px;
}
.image-panel1 {
width:800px; 
height:996px;
}
.dot.active {
  background-color: red !important;
}


@media (max-width: 768px) {
   
.stats-panel {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
h1 {
    color: #ffffff;
    text-align: center;
    margin: 0px;
    font-size: 32px;
}
.statistics {
    display: inline-block;
    width: 100%;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
   
    padding: 10px 10px 30px 10px; 
}

.image-panel {
    width: 100%;
    padding: 0px 50px;
    overflow: hidden;
}
.image-panel1 {
width:100%; 
height:auto;
}
}

.dot .active {
   background-color:#663c89 !important; 
}





    .testimonial-slider {
  max-width: 1000px;
  margin: 0px auto;
      padding: 20px 100px;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align:center;
}

.testimonial-slide {
  display: none;
  animation: fadeIn 0.6s;
  background-color:transparent;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-content p {
  font-size: 16px;
  line-height: 1.5;
  font-family:Inter;
  margin-bottom: 22px;
  text-align: center;
}

.testimonial-profile {
  display: flex;
  align-items: center;           /* Vertically center-align items */
  justify-content: center;       /* Horizontally center-align items */
  gap: 10px;
  flex-wrap: nowrap;             /* Keep the items in one line */
  width: 100%;                   /* Ensure it takes up the full width of the parent */
  text-align: center;            /* Optional: If you want to ensure any text is centered */
}


.testimonial-profile > div {
  margin-right: auto;
}

.testimonial-profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.testimonial-profile strong {
  font-size: 1.05rem;
}

.testimonial-profile span {
  font-size: 0.92rem;
  color: #b0a6c6;
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.testimonial-controls .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #fff3;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
  cursor: pointer;
}

.testimonial-controls .dot.active {
  background-color: #fff;
}

.testimonial-profile .company-logo {
  width: 50px;
  height: auto;
}

@media (max-width: 480px) {
  .testimonial-slider {
    padding: 18px 8px 14px 8px;
    max-width: 98vw;
  }

  .testimonial-content p {
    font-size: 0.98rem;
  }

  .testimonial-profile img {
    width: 38px;
    height: 38px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial-slide.active {
    display: block;
    background-color: transparent !important;
    padding:20px;
}

  @import url('https://fonts.googleapis.com/css?family=Montserrat:700,400&display=swap');

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

   


    .loco-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
     padding:  150px 120px 50px 120px;

      flex-wrap: wrap;
    
    }

    .text-content {
      
      flex: 1;
        display: flex;
    flex-direction: column;
    justify-content: center;
    }

    .text-content h5 {
      font-size: 1rem;
      color: #aaa;
      text-transform: uppercase;
      margin-bottom: 0.5rem;
    }

    .text-content h1 {
          font-size: 48px;
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: Inter;
    text-align: left;
    }

    .text-content p {
      font-size: 1rem;
      line-height: 1.6;
      color: #ccc;
    }

    .image-content {
      display: flex;
      
      position: relative;
      flex: 1;
      flex-wrap: wrap;
      justify-content: center;
    }

    .phone {
      position: relative;
    }

    .phone img {
      
      border-radius: 20px;
    }

    .caption-left,
    .caption-right {
      position: absolute;
      color: #fff;
      font-size: 0.9rem;
      max-width: 150px;
    }

  .caption-left {
    width: 150px;
    bottom: 80px;
    text-align: center;
}
    .caption-right {
    text-align: left;
    right: 60px;
    bottom: -30px;
}

   .arrow {
    position: absolute;
    width: 150px;
}
    .arrow-left {
      bottom: 25%;
    width: 180px;
    z-index: 1;
    margin-left: 20px;
    height: 250px;
    }
  

    .arrow-right {
         right: 20%;
    bottom: 5%;
    }

    .feature-section {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      flex-wrap: wrap;
    }
.feature-image-left {
    width:45%;
}
   .feature-content-right {
      width:45%; 
      padding: 20px 60px 20px 0px;
   }
    .feature-content-left {
      width:45%; 
      padding: 20px 0px 20px 60px;
   }

  .text-container, .text-side {
    flex: 1 1 400px;
    max-width: 100%;
    padding: 20px;
    text-align: justify;
}

    .text-container h2,
    .text-side h2 {
      font-size: 32px;
    font-weight: 600;
    font-family: Inter;
    text-align:left;
    margin-bottom:20px;
    }

    .text-container p,
    .text-side p {
         font-size: 20px;
    font-family: Inter;
      line-height: 1.6;
      color: #ccc;
    }
    .floating-phone {
    height: 550px;
    width: 280px;
}
   .phone-glow-bg {
   background: radial-gradient(circle at center, rgb(184 134 238), #1b1b2c00 60%);
    padding: 3rem;
    /* border-radius: 1rem; */
    display: flex
;
    justify-content: center;
    align-items: center;
}
 .phone-glow-bg1 {
   background: radial-gradient(circle at center, rgb(184 134 238), #1b1b2c00 60%);
    padding: 3rem;
    /* border-radius: 1rem; */
    display: flex
;
  justify-content: center;
    align-items: center;
}
.feature-section {
  padding: 40px 20px;
}

.feature-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.feature-image-left, .feature-content-left {
  flex: 1;
  min-width: 300px;
}

.phone-glow-bg {
  text-align: center;
}

.floating-phone {
  max-width: 100%;
  height: auto;
}

.text-container {
  padding: 20px;
}
.feature-wrapper1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Mobile: stack image first */
@media (max-width: 768px) {
  .feature-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
    .phone-glow-bg {
   background: radial-gradient(circle at center, rgb(184 134 238), #1b1b2c00 60%);
    padding: 6rem;
    /* border-radius: 1rem; */
    display: flex
;
    justify-content: center;
    align-items: center;
}
 .phone-glow-bg1 {
   background: radial-gradient(circle at center, rgb(184 134 238), #1b1b2c00 60%);
    padding: 6rem;
    margin-top: -30px;
    /* border-radius: 1rem; */
    display: flex
;
  justify-content: center;
    align-items: center;
}
.feature-image-left {
    width:100% !important;
            margin-top: -50px;
}
}

.locoamte {
    text-align:left;
}
    @media (max-width: 768px) {
      .loco-section,
      .feature-section {
        flex-direction: column;
        text-align: center;
      }
 
    .caption-right  {
        display: block;
                right: 0px;
        bottom: -60px;
    
}
.arrow-right {
    right: 5%;
    bottom: -10%;
}

    }
   @media (max-width: 768px) {
    .arrow-left {
        width: 70px !important;
        height: 100px;
    }
}

.cta-container {
    font-family:Inter;
    color: #fff;
    align-items: center;
    text-align: center;
       padding: 50px 100px 100px 100px;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: -100;
       

}

.contact-button:hover {
  background: #f0f0f0;
}

 .container-demo {
    margin: 0;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 150px 100px 100px 100px;
}
.cta-content p {
  font-size: 1.2em;
  margin-bottom: 20px;
  line-height: 1.6;
      text-align: center;
}


.contact-button {
    display: inline-block;
    padding: 20px 24px;
  
    background-color: white !important;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
   
    font-weight: bold;
    width: 700px;
    /* height: 110px; */
    transition: transform 0.2s ease-in-out;
}


@media (max-width: 600px) {
    .contact-button {
        padding: 10px 20px;
    }
    .contact-button {
           display: inline-block;
        padding: 20px 24px;
        background-color: #E0EAFC;
        /* background-color: rgba(255, 255, 255, 0.1) !important; */
        color: #333;
        text-decoration: none;
        border-radius: 20px;
        border: 7px solid rgb(25 21 44 / 87%);
        font-weight: bold;
        width: auto;
        /* height: 110px; */
        transition: transform 0.2s ease-in-out;
}
}


/* Mobile Responsive */
@media (max-width: 600px) {
  .testimonial-section {
    padding: 20px;
  }

  .testimonial-content p {
    font-size: 1em;
  }

  .contact-button {
    padding: 10px 20px;
  }
}






footer {
  background-color: #16161F;
  color: #fff;
  padding:   80px 120px 10px 120px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
      padding-bottom: 50px;
  max-width: 1300px;
  margin: auto;
}

.footer-logo-section {
  
  margin-bottom: 20px;
  width:45%;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-tagline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color:#D0D0D2;
}

.footer-description {
  font-size: 16px;
  line-height: 1.6;
}

.footer-links-section {
  display: flex;
  gap: 20px;
  flex: 2 1 400px;
  margin-bottom: 20px;
}

.footer-links-column {
  flex: 1;
}

.footer-links-column h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-links-column ul {
  list-style: none;
  padding: 0;
}

.footer-links-column li {
  margin-bottom: 8px;
  font-size:16px;
}

.footer-links-column a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links-column a:hover {
  color: #fff;
}

.footer-contact-section {
  flex: 1 1 200px;
  display: flex;
  width:18%;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #2a2a2a;
  font-size: 0.8em;
}
.copyrights {
    margin-bottom:0px;
    text-align:center;
    font-size:16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .caption-left {
    width: 80px;
    bottom: -50px;
    text-align: left;
}
footer {
    background-color: #16161F;
    color: #fff;
    padding: 20px;
}
    .demo-btn {
        display: none;
    }

  .footer-logo-section,
  .footer-links-section,
  .footer-contact-section {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links-section {
    flex-direction: column;
    align-items: center;
  }

  .footer-links-column {
    width: 100%;
  }

  .footer-contact-section {
    justify-content: center;
  }
  
    .footer-links-column {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    
}
.footer-container {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
    padding:10px;
    max-width: 1200px;
    margin: auto;
}
}




















.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-decoration: none;
    color: white;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 60px;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  background-color: transparent;
}

.header.scrolled {
  background-color: black;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  display: flex;
    flex-direction: row;
    justify-content: space-around;
}


.first-section {
    background-image: url(https://thelocomate.com/images/locomoto-v2-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    min-height: 100%;
}

.first-section1 {
     background-image: url(https://thelocomate.com/images/bg-img-1920-width1.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}
.first-section2 {
     background-image: url(https://thelocomate.com/images/locomate-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}

.features-image {
  background-image: url('https://thelocomate.com/images/Rectangle-1.png'); /* Replace with your actual image path */
  background-size: contain;       /* Scales image to cover the container */
  background-position: center;   /* Centers the image */
  background-repeat: no-repeat;  /* Prevents tiling */
  width: 590px;                   /* Adjust as needed */
  height: 540px;                /* Adjust height as needed */
}


.border-image-radius {
  display: inline-block;
  border-radius: 20px;
  
     background-color: rgba(255, 255, 255, 0.1);
  border: 7px solid transparent; 
}
  
      body {
  margin: 0;
  font-family:Inter;
  background: linear-gradient(to bottom right, #000, #1a1a1a);
  color: white;
      overflow-x: hidden;
}
.about-section {
    padding: 150px 120px 50px 120px;
    max-width:100% !important;
   justify-content: space-between;
    width: 100%;
    display: flex;
    gap: 60px;
        align-content: center;

}
.text-content h4 {
  color: #aaa;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 5px;
}

.text-content h2 {
     font-size: 48px;
    font-weight: bold;
    font-family: Inter !important;
  
  margin-bottom: 25px;
}

.text-content p {
  font-size: 16px;
  font-family:inter;
  line-height: 1.6;
      margin-bottom: 0px;
  max-width: 700px;
}

.image-grid {
  display: grid;

  gap: 20px;
  margin-top: 40px;
}

.image-pop {
  position: relative;
  display: inline-block;
  width: fit-content;
     
    margin-top: 30px;
}

.base-image {
  display: block;
 
  height: auto;
      margin-left: 100px;
      width: 80%
      height: 300px;
}

.image-box {
  position: absolute;
  top: 0; /* Position the overlay image at the top */
  left: 0;
  width: 100%;
}

.overlay-image {
  margin-top:-200px;
  display: block;
        width: 300px;
    height: 220px;

    border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}


.tagline {
    position: absolute;
    bottom: 20px;
    width: 150px;
    font-weight: 500;
    background-color: #1e90ff;
    padding: 20px;
    font-size: 18px;
    z-index: 1;
    border-radius: 6px;
    color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    left: 200px;
    text-align: center;
}


.image-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.image-box {
  position: relative;
}



/* Mobile Responsive */
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: 1fr;
  }

  .text-content h2 {
    font-size: 2rem;
  }

  .text-content p {
    font-size: 1rem;
  }
}







.team-section {
  
  width: 100%;
    padding: 0px 120px;
  margin: 0 auto;
}

.team-header h2 {
     font-size: 48px;
    font-weight: bold;
    font-family: Inter !important;
    margin-bottom:20px;
}
.team-header h5 {
    font-size: 24px;
    font-family: Inter;
    margin-bottom:20px;
}
.team-header p {
  color: #ccc;
  font-size:20px;
  margin-bottom: 40px;
}

.team-grid {
  
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex: 1 1 30%;
gap:20px;

}

.team-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  display: flex;
    flex-direction: column;
    justify-content: space-between;
        width: 48%;
}

.team-card img {
  width: 100%;
  height:400px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.team-card h3 {
  margin: 10px 0 5px;
  font-size: 1.2rem;
    text-align: left;

  font-weight: 600;
}
.team-card .role {
    font-size: 16px;
    color: #cacaca;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 500;
}

.team-card .desc {
font-size: 16px;
  color: #ccc;
  margin-bottom: 10px;
  height: auto;
      text-align: justify;
}

.team-card .quote {
  font-style: italic;
  font-size: 0.85rem;
  color: #bbb;
  margin-bottom: 15px;
}
.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    font-size:20px;
}

.social-icons img {
  width: 20px;
  height: 20px;
  filter: brightness(1.1);
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.2);
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .team-header h2 {
    font-size: 2rem;
  }

  .team-header p {
    font-size: 0.95rem;
  }

  .team-card h3 {
    font-size: 1rem;
  }

  .team-card .desc,
  .team-card .quote {
    font-size: 16px;
  }
}

.image-grid1 {
     width:48%;
}
.first-section {
    background-image: url(https://thelocomate.com/images/locomoto-v2-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
}.map-bg {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
      z-index: 1;
}

/* Pseudo-element to animate the background separately */
.map-bg::before {
    content: "";
    height: 100%;
    position: absolute;
    inset: 0;
    background-image: url(https://thelocomate.com/images/map-1920.png);
    background-size: cover;
    /* background-position: center; */
    background-repeat: no-repeat;
    z-index: -1;
    animation: toggleBg 7s infinite;
}

@keyframes toggleBg {
  10%, 71% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.safety-section {
  padding: 120px;
  
}

.container-about-cta {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.image-box img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.text-box {
  flex: 1;
  min-width: 280px;
}

.text-box h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}
.text-box h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.text-box p {
  font-size: 20px;
  color: #ccc;
  line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .text-box h2 {
    font-size: 1.5rem;
  }
  
.border-image-radius {
  display: inline-block;
  border-radius: 20px;
  
     background-color: transparent;
  border: 7px solid transparent; 
}
}
.container-about-cta {
    display: flex;
    align-content: center;
    justify-content: space-around;
    gap: 50px;
}
.image-boxshade {
    box-shadow: -8px 8px 20px rgb(233 228 146 / 20%);
    border-radius: 12px;
}
  









.nav a.active {
    color: #ffffff;
    font-weight: 700;
    text-underline-offset: 10px;
    text-decoration: underline;
    
    
}


.contact-submit {

display: flex;
    justify-content: flex-end;
}
   
    .container2 {
      max-width: 1350px;
      margin: 40px auto;
      padding: 20px;
      background: rgba(36, 38, 58, 0.9);
      border-radius: 20px;
      box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
      border: 1px solid rgba(255,255,255,0.1);
      display: flex;
      gap: 0;
      flex-wrap: wrap;
    }
    .contact-info, .contact-form {
      flex: 1 1 320px;
      min-width: 300px;
      padding: 30px 20px;
      box-sizing: border-box;
    }
    .contact-info {
      background: rgba(44, 46, 66, 0.9);
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    .contact-info h2 {
      margin: 0 0 20px 0;
      font-size: 1.4em;
      font-weight: bold;
    }
    .contact-info p, .contact-info a {
      margin: 8px 0;
      color: #fff;
      text-decoration: none;
      font-size: 1em;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .contact-info .icon {
      font-size: 1.2em;
      margin-right: 8px;
    }
    .contact-form {
      background: transparent;
      border-radius: 0 20px 20px 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .contact-form label {
      font-size: 16px;
      margin-bottom: 4px;
    }
    .contact-form input, .contact-form textarea {
      width: 100%;
      padding: 10px 12px;
      margin-bottom: 10px;
      border: none;
      border-radius: 8px;
      background: #23243a;
      color: #fff;
      font-size: 1em;
      box-sizing: border-box;
      resize: none;
    }
    .contact-form input[type="checkbox"] {
      width: 18px;
      height:18px;
      margin-right: 8px;
      accent-color: #5c7cfa;
    }
    .contact-form .row {
      display: flex;
      gap: 14px;
    }
    .contact-form .row > div {
      flex: 1;
      border-bottom: 1px solid grey;
    }
    .contact-form button {
     
      color: #ffffff;
      padding: 12px 28px;
      border-radius: 8px;
      font-size: 20px;
      border:none;
      cursor: pointer;
      margin-top: 10px;
      width: max-content;
    align-items: flex-end;
    text-align: right;
 background-color: rgba(255, 255, 255, 0.2);
    }
    .contact-form button:hover {
      background: #3b5bdb;
    }
    .contact-form .subscribe {
      display: flex;
      align-items: center;
      font-size: 0.98em;
      margin-bottom: 10px;
    }
    .contact-title {
      text-align: center;
      margin-top: 35px;
      margin-bottom: 10px;
      font-size: 2.3em;
      font-weight: bold;
    }
    .contact-subtitle {
      text-align: center;
      margin-bottom: 35px;
      font-size: 1.2em;
      color: #ccc;
    }
    .letter-send {
    display: flex;
    justify-content: flex-end;  /* Align content to the right horizontally */
    align-items: flex-end;      /* Align content to the bottom vertically (if needed) */
    
    text-align: right;          /* Affects text inside the container */
}

    @media (max-width: 700px) {
      .container {
        flex-direction: column;
        padding: 0;
        border-radius: 0;
      }
      
.team-section {
  
  width: 100%;
    padding: 20px;
  margin: 0 auto;
}
.team-grid {
    width: 100%;
    display: flex
;
    flex-wrap: nowrap;
    justify-content: center;
    flex: 1;
    gap: 20px;
    flex-direction: column;
}
.team-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.safety-section {
    padding: 20px;
}
      .contact-info, .contact-form {
        border-radius: 0;
        padding: 22px 14px;
      }
      .contact-info {
        border-radius: 20px;
      }
      .contact-form {
        border-radius: 0 0 20px 20px;
      }
    }




      
    .contact-container {
      display: flex;
      background-color: rgba(255, 255, 255, 0.05) !important;
      border-radius: 15px;
      overflow: hidden;
      max-width: 1350px;
      margin: auto;
      padding: 50px;
      
    }

    .contact-info {
      flex: 1;
      padding: 40px;
        background: rgba(255, 255, 255, 0.07) !important;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .contact-info h2 {
      margin-bottom: 20px;
      font-size: 24px;
    }

    .info-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
    }

    .contact-form {
      flex: 1.5;
      padding: 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form-row {
      display: flex;
      gap: 20px;
    }

    .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    input, textarea {
      background: rgba(255, 255, 255, 0.1);
      border: none;
      padding: 10px;
      color: white;
      border-radius: 5px;
      font-size: 14px;
    }

    textarea {
      resize: vertical;
      height: 80px;
    }

    .form-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .form-footer label {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
    }

    button {
      
      cursor: pointer;
      font-size: 14px;
    }

    button:hover {
      background: #4f46e5;
    }
  

.container-contact {
      margin: 0 auto;
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  gap: 0;
  flex-wrap: wrap;

  /* Transparent background (5% opacity) */
  background-color: rgba(255, 255, 255, 0.05);
    }
    .contact-info, .contact-form {
      flex: 1 1 320px;
      min-width: 200px;
      padding: 10px;
      box-sizing: border-box;
    }
    .contact-info {
    background-color: rgba(255, 255, 255, 0.1);/* 10% opacity black */
  padding: 30px;
  border-radius: 20px;
      
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
  
    .contact-info h2 {
      margin: 0 0 20px 0;
       font-size: 32px;
      font-weight: 600;
    }
    .contact-info p, .contact-info a {
      margin: 8px 0;
      color: #fff;
      text-decoration: none;
      font-size: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .contact-info .icon {
      font-size: 1.2em;
      margin-right: 8px;
    }
    .contact-form {
      background: transparent;
      border-radius: 0 20px 20px 0;
      display: flex;
      flex-direction: column;
      gap: 18px;
          padding: 50px 50px 0px 50px;

    }
    .contact-form label {
      font-size: 16px;
      margin-bottom: 4px;
    }
   .contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    border-radius: 0px;
    background: none;
    color: #fff;
    font-size: 1em;
    box-sizing: border-box;
    resize: none;
}
    .contact-form input[type="checkbox"] {
      
      margin-right: 8px;
      accent-color: #5c7cfa;
      width: 18px;
      height:18px;
    }
    .contact-form .row {
      display: flex;
      gap: 14px;
    }
    .contact-form .row > div {
      flex: 1;
      border-bottom: 1px solid grey;
    }
    
    .contact-form .subscribe {
      display: flex;
      align-items: center;
      font-size: 0.98em;
      margin-bottom: 10px;
    }
    .contact-title {
      text-align: center;
      margin-top: 35px;
      margin-bottom: 10px;
      font-size: 48px;
      font-weight: bold;
    }
   .contact-subtitle {
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    color: #ccc;
}
    .letter-send {
    display: flex;
    justify-content: flex-end;  /* Align content to the right horizontally */
    align-items: flex-end;      /* Align content to the bottom vertically (if needed) */
    
    text-align: right;          /* Affects text inside the container */
}

    @media (max-width: 700px) {
      .container {
        flex-direction: column;
        padding: 0;
        border-radius: 0;
      }
      .contact-info, .contact-form {
        border-radius: 0;
        padding: 0px 14px;
      }
      .contact-info {
        border-radius: 20px 20px 0 0;
      }
      .contact-form {
        border-radius: 0 0 20px 20px;
      }
    }
    
    .contact-section 
    {
        padding:100px;
    }
    
    .container2 {
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}
  .message-row {
      border-bottom: 1px solid grey;
  }
.image-panel1 {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.swiper {
  padding: 20px 0;
}


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: none;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

 .dot:hover {
 background-color: blue !important;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

 @media (max-width: 700px) {
.feature-content-right {
    width: 45%;
    padding: 0px;
}
.feature-content-left {
    width: 45%;
    padding: 0px;
}
.statistics-heading {
           padding-top: 30px;
}
.cta-heading {
    font-size: 28px;
}
.text-container {
    padding: 0px;
}
.feature-section {
    padding: 0px 20px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}
.core-features-wrap {
   margin:0px;
     gap: 10px !important;
     margin:0px !important;
}
.image-panel img {
    width: 100%;
    height: auto;
    display: block;
}

.contact-section {
    padding: 100px 10px;
}
    .contact-info {
        border-radius: 20px;
                padding: 10px;
    }
    .contact-info h2 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.footer-tagline {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.logo {
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}
    
    .container-contact {
    margin: 0px auto; 
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.contact-form {
    padding:20px 0px 0px 0px;
}

.about-section {
        width: 100%;
    display: flex;
    padding: 0px;
    flex-direction: column;
}
.text-content {
    width:100%;
      
}
.container1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    width: 100%;
    
}
.image-grid1 {
    width: 100%;
}
.base-image {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 72px;
    width: 270px;
    height: 300px;
}
.overlay-image {
    margin-top: -200px;
    display: block;
    width: 200px;
    height: 180px;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.tagline {
    position: absolute;
    bottom: -40px;
    width: 120px;
            left: 50px !important;
    background-color: #1e90ff;
    padding: 8px 12px;
    font-size: 0.9rem;
    z-index: 1;
    border-radius: 6px;
    color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    left: 15vw;
    text-align: left;
}
.about-images {
    width:100%;
}
.image-boxshade {
        width: 100%;
}
    .container1 {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
       overflow-x: hidden;
    width: 100%;
    padding: 100px 20px;
    }
    .container-demo {
    text-align: center;
    padding: 150px 0px;
}
 .container-demo1 {
    text-align: center;
    padding: 50px 0px;
}
.image-content {
    display: flex
;
    position: relative;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.feature-content-right, .feature-content-left {
    width: 100%;
    
}
.loco-section {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 150px 20px 20px 20px;
        flex-wrap: wrap;
}
.text-content h5 {
    font-size: 1rem;
    color: #aaa;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
.phone img {
    border-radius: 20px;
    width: 300px;
}
.hero-content {
    max-width: 600px;
    
    padding: 100px 0px 0px 0px;
}


.hero-content h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: left;
}
.features-section {
    padding: 0px;
    width: 100%;
}
.features-section h2 {
   
        font-size: 34px;
    margin-bottom: 0px; 
    color: #ffffff;
}
.core-features-accordion {
    padding: 20px;
    flex: 1;
    min-width: 100%;
}
.cta-container {
   font-family:Inter;
    color: #fff;
    align-items: center;
    text-align: center;
 
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index: -100;
   padding:50px 30px;
}
}
.container-demo1 {
    padding:60px 0px;
}
@media (max-width: 700px) {
    .container {
        flex-direction: row;
        padding: 0;
        border-radius: 0;
        gap: 10px;
    }
}
@media (max-width: 768px) {
    .loco-section, .feature-section {
        flex-direction: row;
        text-align: center;
    }
    .contact-container {
    display: flex
;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1350px;
    margin: auto;
    padding: 20px;
    flex-direction: column;
}
}
@media (max-width: 768px) {
    .loco-section, .feature-section {
        flex-direction: column;
        text-align: center;
    }
}


.hide-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



 .options-container, .location-container, .sharing-container,  .container-contacts  {
     padding-top:60px;
 }
 .emergency {
     font-size: 20px;
    font-weight: 400;
        margin: 10px;
    color: black;
 }
 
   .search-box {
      display: flex;
      align-items: center;
     
    }
    .search-box input {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-size: 16px;
    }
    .header-sos {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      padding:0px 10px;
    }
    .header h2 {
      margin: 0;
      font-size: 18px;
    }
    .contact-list {
      list-style: none;
      padding: 0;
    }
    .contact {
      display: flex;
      align-items: center;
      margin: 15px 0;
    }
    .contact img {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      margin-right: 10px;
    }
    .status-dot {
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-left: 5px;
    }
    .red { background-color: red; }
    .green { background-color: green; }
    .info {
         display: flex
;
    flex-direction: column;
    text-align: left;
    }
    .info b {
        font-size: 16px;
    color: black;
    }
    .info-text {
        
    color: black;
    }
    .share-btn {
      background-color: #d93025;
      color: white;
      border: none;
      padding: 12px;
      width: 100%;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }
    .sos-slide {
      margin-top: 15px;
      padding: 10px;
      background-color: #000;
      color: white;
      text-align: center;
      font-size: 14px;
      border-radius: 4px;
    }
 .share-section-1 {
         background-color: white !important;
    padding: 10px;
 }
 .share-section-2 {
         background-color: black;
    /* padding: 20px; */
    width: 100%;
    margin: 0px;
    
    
 }
 .user-info {
     width:100%;
 }
 .content-section::-webkit-scrollbar {
  display: none;
}

.container-contacts::-webkit-scrollbar {
  display: none;
}
.content-section {
  -ms-overflow-style: none;  
  scrollbar-width: none;   
}
.container-contacts {
  -ms-overflow-style: none;  
  scrollbar-width: none;   
}
 
 .sharing-container {
  max-width: 500px;
      margin: 10px 0px;
  font-family: sans-serif;
      padding: 60px 0px 0px 0px;
      background-color: black;
}
.you-are-sharing {
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    color: black;
        padding: 0px;
    margin: 0px;
}
.share-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  text-align:left;
  padding: 10px 0px;
}

.share-info {
  max-width: 70%;
}

.share-title {
  font-weight: bold;
  font-size: 16px;
      color: black;
}

.share-desc {
  color: gray;
  font-size: 12px;
  margin: 4px 0 10px;
}

.avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
}

.share-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Toggle Switch Styling */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: black;
}
input:checked + .slider:before {
  transform: translateX(20px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

/* Add Button */
.add-btn {
  background: none;
  border: 2px solid black;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

 
 .bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}

.bottom-nav i {
  font-size: 1.5rem;
  color: black;
}

.bottom-nav i.active {
  color: #007bff; /* highlighted icon color */
  background-color: #e0f0ff;
  padding: 10px;
  border-radius: 12px;
}
       .mockup {
      width: 300px;
      height: 600px;
      border: 12px solid #000;
      border-radius: 40px;
      background: #fff;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      position: relative;
    }
    .screen {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #000;
      color: #fff;
    }
    .start-button {
      padding: 10px 20px;
      background: #4CAF50;
      border: none;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
    }
    .app-content { display:flex; flex-direction: column; height: 100%; }
    .header-mockup {
         background: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    position: absolute;

    }
    .logo { font-weight: bold; font-size: 1.2em; }
    .profile { width: 35px; height: 35px; border-radius: 50%; background: gray; }
    .main {
      
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #000;
      
    }
    .content-section {
      display: none;
    justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      height: 100%;
      width: 100%;
      height: 530px;
      
  overflow-y: auto;
  overflow-x:hidden;
    }
    .chat-item {
            display: flex;
    align-content: center;
    justify-content: center;
}
    }
   
    .footer {
      display: flex !important;
      justify-content: space-around;
      padding: 10px 0;
      background: #000;
      
    }
    .footer {
        display:flex !important;
            height: 40px;
    }
    .footer button {
      background: none;
      border: none;
      color: #fff;
      cursor: pointer;
      font-size: 18px;
          width: 100%;
      transition: transform 0.2s ease;
    }
    .footer button:hover {
      transform: scale(1.2);
    }
    .footer button:active {
    height: 40px;
    transform: scale(1.2);
    
    width: 200px;
    }
    .tab-image {
      width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
    
.images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-items: center;
    padding: 10px;
}
.options-panel::-webkit-scrollbar {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: space-between;/* Chrome, Safari, Opera */
}

.options-buttons {
    text-align: center;
    margin: 10px 0;
    display: flex;
        justify-content: center;
}
.options-buttons button {
  margin: 5px;
    padding: 5px 10px;
  border: none;
width:120px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
      display: flex;
    gap: 0;
  transition: background 0.3s, transform 0.2s;
}



.options-buttons button.active {
    background: #000000 !important;
    color: white;
    margin: 0px;
   
}
.options-buttons button {
    margin: 0px;
    
    border: 1px solid grey;
    background: #fcfcfc;
    color: #040404;
   
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}
.chats {
    border-radius: 0px 10px 10px 0px !important;
      
}
 .status {
   border-radius: 10px 0px 0px 10px !important;
}






.chat-app {
  width: 100%;
  max-width: 400px;
  position: relative;
}


.search-bar {
  display: flex;
  align-items: center;
  flex: 1;

    border-radius: 8px;
    padding: 5px 12px;
}
.fas {
    font-weight: 900;
    color: black;
}

.search-bar .icon {
  margin-right: 8px;
  font-size: 16px;
}

.search-bar input {
  border: none;
  outline: none;
  flex: 1;
}

.network-button {
  background: none;
  border: none;
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
}

.chat-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 5px;
}
.co
.chat-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.avatar {
  width: 45px;
  height: 45px;
  background: #000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.chat-details {
  flex: 1;
  margin-left: 10px;
}

.chat-name {
  font-weight: bold;
}

.chat-message {
  color: #666;
  font-size: 13px;
}

.chat-meta {
  text-align: right;
}

.chat-meta .time {
  font-size: 12px;
  color: #333;
}

.chat-meta .status {
  font-size: 11px;
  color: #888;
}


.search-section {
    display:flex;
}
 .fab {
  position: absolute;
    bottom: 20px;
    right: 0px;
   top: 138%;
  background: none;
  color: black;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
 
}
.plus {
  position: absolute;
      top: 30px;
    right: -5px;
  background: red;
  color: white;
  font-size: 14px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.fab.show-plus .plus {
  display: flex;
}
.images-status {
width: 120px;
    height: 200px;
}


.location-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}

.destination-input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.categories {
  display: flex;
  justify-content: center;   /* Align in the center */
  gap: 4px;                 /* Space between buttons */
 
  
  padding: 5px;
  border-radius: 12px;
}

.category-btn {
  display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  cursor: pointer;
  font-size: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.category-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 1);
}
.maps-section {
    background-size: cover !important;
    height: 420px;
    background: url(https://thelocomate.com/images/maps.png) no-repeat center;
}
.location1 {
        padding: 0px 10px;
}




 .profile {
            width: 38px;
            height: 38px;
            background: #eee;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
        }
        .status-row {
            display: flex;
            align-items: center;
            margin-top: 10px;
            gap: 12px;
        }
        .status-dot {
            width: 10px;
            height: 10px;
            background: #bbb;
            border-radius: 50%;
        }
        .status-label {
            font-size: 15px;
            font-weight: bold;
        }
        .icon-row {
            display: flex;
            
            margin: 12px 0 0 0;
        }
        .icon-btn {
            width: 32px;
            height: 32px;
            
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            
            cursor: pointer;
        }
        .greeting {
    margin: 20px 0 8px 0;
    font-size: 20px;
    font-weight: 500;
    color: black;
    text-align: left;
}
   .section-label {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
    text-align: left;
}
        .input-row {
            display: flex;
            gap: 8px;
            margin-bottom: 10px;
        }
        .circle-input {
            flex: 1;
            padding: 10px 8px;
            border-radius: 8px;
            border: 1px solid #ddd;
            font-size: 15px;
        }
        .send-btn {
            background: #222;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 0 14px;
            font-size: 18px;
            cursor: pointer;
        }
        .toggle-row {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }
      .toggle-label {
    font-size: 14px;
    color: #3b3b3b;
}
        .toggle-switch {
            width: 38px;
            height: 22px;
            background: #222;
            border-radius: 11px;
            position: relative;
            cursor: pointer;
        }
        .toggle-knob {
            width: 18px;
            height: 18px;
            background: #fff;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            left: 18px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .alert-row {
            display: flex;
            gap: 12px;
            margin-bottom: 18px;
        }
        .alert-btn {
            flex: 1;
            border: 1.5px solid #bbb;
            border-radius: 10px;
            padding: 14px 10px;
            background: #fafafa;
            font-size: 15px;
            text-align: left;
            cursor: pointer;
        }
        .alert-btn .alert-title {
            font-weight: bold;
            font-size: 15px;
        }
        .alert-btn .alert-desc {
            font-size: 12px;
            color: #666;
        }
        .feed-section {
            margin-bottom: 60px;
             overflow: hidden;
        }
        .feed-label {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 8px;
        }
        .feed-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }
        .feed-avatar {
            width: 32px;
            height: 32px;
            background: #eee;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
        }
     .feed-info {
    flex: 1;
    text-align: left;
}
       .feed-name {
    font-weight: 500;
    color: black;
}
        .feed-status {
            font-size: 13px;
            color: #666;
        }
        .feed-time {
            font-size: 12px;
            color: #aaa;
        }
        .sos-bar {
            position: fixed;
            left: 0;
            bottom: 0;
            width: 100vw;
            background: #111;
            color: #fff;
            padding: 13px 0;
            font-size: 16px;
            text-align: center;
            letter-spacing: 1px;
        }
     .container-home {
    overflow-x: hidden;
    width: 100%;
    padding: 10px;
}
        
         .container-contacts {
                overflow-x: hidden;
                   padding-top: 60px 10px 0px 10px;
   
    width: 100%;
        }
         .profile-icon {
      width: 32px;
      height: 32px;
      background: #eee;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .search-bar {
      width: 90%;
      margin: 0 auto 10px auto;
      display: block;
      padding: 9px 12px;
      
      font-size: 1em;
    }
    .section-title {
      font-size: 1.1em;
      font-weight: bold;
         margin: 18px 0 8px 0px;

      display: flex;
      align-items: center;
    }
    .section-title .icon {
      margin-left: 8px;
      font-size: 1em;
    }
    .contact-list {
      margin: 0;
      padding: 10px;
      list-style: none;
    }
    .contact-item {
      display: flex;
      align-items: center;
     
      border-bottom: 1px solid #eee;
      background: #fff;
    }
    .contact-item:nth-child(even) {
      background: #f3f3f3;
    }
    .contact-avatar {
      width: 40px;
      height: 40px;
      background: #ddd;
      border-radius: 50%;
      margin-right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3em;
    }
    .contact-info {
      flex: 1;
    }
    .contact-name {
      font-weight: bold;
      font-size: 1.1em;
    }
    .contact-status {
      font-size: 0.9em;
      color: #888;
    }
    .share-btn {
      width: 90%;
      margin: 18px auto 8px auto;
      display: block;
      padding: 12px;
      background: #f00c0c;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 1em;
      cursor: pointer;
      font-weight: bold;
    }
    .sos-bar {
      background: #222;
      color: #fff;
      text-align: center;
      padding: 12px 0;
      font-size: 0.97em;
      border-radius: 0 0 10px 10px;
      margin-top: 10px;
    }
    .sos-bar .icon {
      margin-right: 8px;
    }
    .nav-bar {
      display: flex;
      justify-content: space-around;
      padding: 10px 0 0 0;
      background: #fff;
      border-top: 1px solid #eee;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: 350px;
    }
    .nav-bar .nav-icon {
      font-size: 1.2em;
      color: #888;
    }
    
    
img-profile {
    display: block;
    margin: 20px auto;
    border-radius: 50%;
}

label {
    display: block;
    margin-top: 10px;
    text-align: left;
}

input[type="text"],
input[type="number"],
input[type="tel"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
   
   
    box-sizing: border-box;
}
.profile-details {
    padding:10px;
    padding-top: 60px;
}

h6 {
    font-size:20px;
}

   .header-title {
      font-weight: bold;
      font-size: 1.1em;
    }
    .header-avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
    }
    h2 {
      font-size: 1.2em;
      font-weight: 400;
      margin: 18px 0 12px 0;
    }
    .section {
      margin-bottom: 18px;
          text-align: center;
    }
    .section-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 2px;
    }
    .section-labels {
      flex: 1;
      min-width: 0;
    }
    .section-title {
      font-size: 1.07em;
      font-weight: 400;
      margin-bottom: 1px;
      color: red;
    }
    .section-desc {
      font-size: 0.85em;
      color: #333;
      margin-bottom: 0;
      line-height: 1.2;
      font-weight: 300;
    }
    .avatars-row {
      display: flex;
      gap: 7px;
      margin: 7px 0 0 0;
    }
    .panda-avatar {
      width: 36px;
      height: 36px;
      display: inline-block;
    }
    .switch-plus-col {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      margin-left: 10px;
    }
    .toggle-switch {
      width: 38px;
      height: 22px;
      position: relative;
      display: inline-block;
    }
    .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0; left: 0;
      right: 0; bottom: 0;
      background-color: #222;
      border-radius: 22px;
      transition: .2s;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 2px;
      bottom: 2px;
      background-color: #fff;
      border-radius: 50%;
      transition: .2s;
    }
    .toggle-switch input:checked + .slider {
      background-color: #111;
    }
    .toggle-switch input:checked + .slider:before {
      transform: translateX(16px);
    }
    .plus-btn {
      width: 32px;
      height: 32px;
      background: none;
      border: 2px solid #111;
      color: #111;
      border-radius: 50%;
      font-size: 1.3em;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin-top: 4px;
    }
    .divider {
      margin: 22px 0 10px 0;
      border: none;
      border-top: 1px solid #eee;
    }
    .bottom-bar {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100vw;
      background: #111;
      color: #fff;
      text-align: center;
      font-size: 1em;
      padding: 11px 0 13px 0;
      letter-spacing: 1px;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .sos-arrow {
      margin-right: 8px;
      font-size: 1.2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .phone {
      
     
      border-radius: 30px;
      
      
    }

    .header {
      padding: 15px;
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-weight: bold;
      font-size: 18px;
    }

    .tabs {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding: 10px 0;
    }

    .tab {
      padding: 6px 16px;
      border-radius: 20px;
      border: 1px solid #000;
      cursor: pointer;
    }

    .tab.active {
      background: #000;
      color: #fff;
    }

   .search-bar {
    display: flex
;
    width: 100%;
        padding: 0px 10px;
    /* margin: 10px; */
    /* width: 100%; */
    align-items: center;
    justify-content: space-between;
}

    .search-bar input {
    margin-right: 10px;
    flex: 1;
    padding: 8px;
    border: 1px solid #050505;
    
    }

    .chat-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .chat-item {
      display: flex;
      align-items: center;
         margin: 0px 10px 0px 10px;
 
    padding: 0px 10px 10px 10px;
      gap: 10px;
      border-bottom: 1px solid #eee;
    }

    .chat-item img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .chat-info {
      flex: 1;
      text-align:left;
      font-family: Inter !important;
    }

    .chat-info .name {
      font-weight: 600;
      color: black;
      font-family: Inter !important;
    }

    .chat-info .message {
      font-size: 13px;
      color: gray;
      font-family: Inter !important;
    }

    .time {
      font-size: 12px;
      color: gray;
      font-family: Inter !important;
    }

    .bottom-nav {
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      border-top: 1px solid #eee;
    }

    .bottom-nav i {
      font-size: 18px;
    }

    .chat-fab {
      position: absolute;
         bottom: 0px;
    right: 20px;
      background: #007aff;
      color: white;
      padding: 12px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
    }
    
    
    
    
    
    
    
    
    
    
    
    .card {
         background-color: #000000;
    padding: 15px;
    margin-bottom: 1px;
    border-bottom: 1px solid grey;
    
    }

    .card-header {
    display: flex
;
    
    margin-bottom: 10px;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0px;
    align-content: center;
}

    .profile-pic {
      width: 50px;
      height: 50px;
      border-radius: 50%;
    margin-right:10px;
    }

   

  .user-info .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.icon-group {
  display: flex;
  gap: 10px;
}


    .status {
      font-size: 0.8em;
      color: #aaa;
      margin-top: 2px;
    }

    .icons {
      margin: 10px 0;
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .icons i {
    font-size: 10px;
    color: white;
}

    .buttons {
      display: flex;
      gap: 10px;
      margin-top: 5px;
    }

   .buttons button {
    flex: 1;
    padding: 10px;
    border: 2px solid grey;
    border-radius: 5px;
    background-color: #111111;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

  .sos {
    background-color: #040404;
    color: white;
    width: 100%;
    padding: 12px;
    /* border-radius: 12px; */
    text-align: center;
    /* margin: 15px 0; */
    font-weight: bold;
    font-size: 0.95em;
}



    @media (max-width: 480px) {
      .card {
        padding: 10px;
      }

      .icons {
        justify-content:  normal;
      }

      .buttons button {
        font-size: 0.9em;
        padding: 8px;
      }

     

      .sos {
        font-size: 0.85em;
      }
    }
 
    @media (max-width: 600px) {   
    
    .logo-image {
            width: 45px;
    height: 38px;
}
    }
    .logo-locomate {
    font-weight: 700;
    font-size: 28px;
    line-height: 15px;
}

}


    .top-bar {
      background: #000;
      color: #fff;
      padding: 10px 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .top-bar .status {
      font-weight: bold;
      color: #00ff47;
      font-size: 25px;
      font-family:Inter;
    }

    .top-bar .icons img,
    .top-bar .avatar {
      width: 28px;
      height: 28px;
      margin-left: 10px;
      border-radius: 50%;
    }

    .circle-note {
      background: #000000;
      color: #fff;
      padding: 10px 15px;
      font-size: 14px;
      display: flex;
          width: 100%;
      justify-content: space-between;
      align-items: center;
    }

    .ping-toggle {
          padding: 15px;
    color: black;
    font-size: 14px;
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    }

    .feed {
      padding: 15px;
      width: 100%;
    }

    .stories {
         display: flex
;
    gap: 10px;
    /* padding: 0px 20px; */
    width: max-content;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    }

    .stories img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #2196f3;
    }

   
    .message-card {
      margin: 15px;
      background: #111;
      color: #fff;
      width: 95%;
      padding: 10px;
      border-radius: 12px;
      font-size: 13px;
      position: relative;
    }

    .message-card .status {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 12px;
      color: yellow;
    }

    .sos-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #000;
      color: #fff;
      text-align: center;
      padding: 15px;
      font-size: 16px;
    }
.top-bar {
     padding: 10px;
    display: flex
;
    width: 100%;
    margin: 0px;
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    background-color: black;
}
    .bottom-nav {
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background: #fff;
      border-top: 1px solid #ccc;
    }

    .bottom-nav img {
      width: 24px;
      height: 24px;
    }
    
    .new1 {
        display: flex
;
    align-items: center;
   
    justify-content: flex-start;
    vertical-align: middle;
    }
    .new {
            display: flex
;
    flex-direction: row;
    vertical-align: middle;
     justify-content: flex-start;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    }
    
    .demo-new {
            border-radius: 50%;
    margin-right: 10px;
    }
    .feed {
    padding: 15px;
    width: 100%;
    color: black;
    margin: 0px;
    text-align: left;
    font-size: 30px;
    padding: 0px 10px;
}
 .post {
      margin-top: 10px;
      display: flex;
      font-size: 12px;
       flex-direction: row;
    vertical-align: middle;
     justify-content: flex-start;
    align-content: center;
    align-items: center;
   
    }





    @import url('https://fonts.googleapis.com/css?family=Montserrat:700,400&display=swap');

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background-color: #0e0e0e;
      color: #fff;
    }


    .loco-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 150px 100px;
      flex-wrap: wrap;
    
    }

    .text-content {
      max-width: 600px;
      flex: 1;
      padding: 1rem;
    }

    .text-content h5 {
      font-size: 1rem;
      color: #aaa;
      text-transform: uppercase;
      margin-bottom: 0.5rem;map
    }

    .text-content h1 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .text-content p {
      font-size: 1rem;
      line-height: 1.6;
      color: #ccc;
    }

    .image-content {
      display: flex;
      
      position: relative;
      flex: 1;
      flex-wrap: wrap;
      justify-content: center;
    }

    .phone {
      position: relative;
    }

    .phone img {
      
      border-radius: 20px;
    }

    .caption-left,
    .caption-right {
      position: absolute;
      color: #fff;
      font-size: 0.9rem;
      max-width: 150px;
    }

    .caption-left {
      width: 200px;
    bottom: 100px;
    }

    .caption-right {
    text-align: left;
    right: 60px;
    bottom: -30px;
}

   .arrow {
    position: absolute;
    width: 150px;
}
    .arrow-left {
      bottom: 25%;
    width: 180px;
    z-index: 1;
    margin-left: 20px;
    height: 250px;
    }
  

    .arrow-right {
         right: 25%;
    bottom: 5%;
    }

    .feature-section {
      display: flex;
      align-items: center;
      justify-content: center;
      
      padding: 4rem 2rem;
      
      color: #fff;
      flex-wrap: wrap;
    }

   .feature-content-right {
      width:55% !important; 
      padding: 20px 60px 20px 0px;
   }
    .feature-content-left {
      width:45%; 
      padding: 20px 0px 20px 60px;
   }

  .text-container, .text-side {
    flex: 1 1 400px;
    max-width: 100%;
    padding: 20px;
    text-align: justify;
}

    .text-container h2,
    .text-side h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .text-container p,
    .text-side p {
      font-size: 1rem;
      line-height: 1.6;
      color: #ccc;
    }
    .floating-phone {
    height: 550px;
    width: 280px;
}
   .phone-glow-bg {
   background: radial-gradient(circle at center, rgb(184 134 238), #1b1b2c00 55%);
    padding: 3rem;
    /* border-radius: 1rem; */
    display: flex
;
    justify-content: center;
    align-items: center;
}
.locoamte {
    text-align:left;
}
    @media (max-width: 768px) {
      .loco-section,
      .feature-section {
        flex-direction: column;
        text-align: center;
      }
 .arrow-right {
            right: 15% !important;
    bottom: 0%;
    }
    .caption-right {
    text-align: left;
    right: 0px;
    bottom: -40px;
}
.arrow-left {
   bottom: 25%;
        width: 180px;
        z-index: 1;
        margin-left: 0px;
        width: 80px !important;
        height: auto;
}
.caption-left {
          width: 100px;
        /* top: -80px; */
        bottom: -30px;
}
.floating-phone {
    height: auto !important;
    width: 280px;
}
.feature-content-right {
     padding:  10px 10px 50px 10px;
                margin-top: -80px;
   
    width: 100% !important;
}
.feature-section {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-top: -50px;
}
.feature-content-left {
        width: 100% !important;
    padding: 10px !important;
     margin-top: -80px;
}
.phone-glow-bg  {
    padding: 6rem !important;
}
.arrow {
    position: absolute;
    width: 100px !important;
}
    }
    
    
    
.circle-note {
    padding-top:80px;
}
  .top-bar {
      position:absolute !important;
  }  
a {
  text-decoration: none;
}
    /* Core Features Section Background */
.core-features {
  background: radial-gradient(circle at center, #4e2f8e, #2c1d4a);
  color: #fff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.core-features::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png'); /* light dotted pattern */
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

/* Wrap the feature + image */
.core-features-wrap {
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
      align-items: center;
      max-width: 1500px;
  margin: 40px auto 0;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Accordion Container */
.core-features-accordion {
  flex: 1;
  min-width: 300px;
}

/* Accordion Button Style */
.core-accordion-btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  text-align: left;
  padding: 16px 12px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.core-accordion-btn:hover,
.core-accordion-btn.active {
  background-color: rgba(255, 255, 255, 0.1);
 
}

/* Feature Title (with emoji) */
.core-feature-title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* Accordion Panel */
.core-panel {
  display: none;
  background-color: white;
  color: black;
  margin: 0 0 16px 0;
  padding: 14px 18px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Image Box Preview */
.core-image-box {
    flex: 1;
    min-width: 50%;
    display: flex;
    
    justify-content: center;
    align-items: center;
   max-height: 100%;
    padding: 20px;
}

.core-image-box img {
  max-width: 50%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
 .coming-soon {
      display: none;
      margin-left: 10px;
      color: gray;
      font-style: italic;
    }

    .btn:hover + .coming-soon {
      display: inline;
    }
.rand {
        background-color: #eef;
    color: black;
    font-weight: 600;
    border-bottom: 1px solid grey;
    width:250px; background-color:#eef; font-weight:600;
}
  .form-group-subscribe {
          vertical-align: middle;
    display: flex
;
    flex-direction: row;
    align-content: center;
}
  
  
  .example{
      text-decoration:underline;
       border-bottom: 1px solid grey;
      
  }
  
  
  .footer button {
  background: none;
  border: none;
  padding: 10px;
  font-size: 20px;
  color: #555;
  transition: all 0.3s ease;
}

.footer button.active {
  border-bottom: 2px solid #007BFF;
  background-color: #e6f0ff;
  color: #007BFF;
  transform: scale(1.1);
}






/* === Common Styles === */
.demo-box-content {
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.demo-box-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}
.demo-button {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.demo-button:hover {
  background: #0056b3;
}

/* === Sticky Tab === */
.sticky-tab {
  position: fixed;
  background: #672fa1;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
  height: auto;
  width: max-content;
  overflow: visible;
  line-height: 1;
  animation: pulse-glow 1.5s infinite;
}

.sticky-tab .arrow-icon {
  display: none;
}
.sticky-tab .text-label {
  display: inline;
}

@keyframes pulse-glow {
  0% { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }
  50% { box-shadow: 0 0 20px #a978ff, 0 0 30px #a978ff; }
  100% { box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); }
}
.sticky-tab:hover {
  background: #222;
}

/* === Mobile Styles (max-width: 768px) === */
@media (max-width: 768px) {
  .sticky-tab {
    bottom: 0px;
    right: 0px;
    left: auto;
    top: auto;
    margin: 0;
    transform: none;
    rotate: 0deg;
    border-radius: 10px 10px 0px 0;
    padding: 12px 16px;
    font-size: 18px;
    z-index: 1001;
  }
.close-button {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff !important;
}
  .sticky-tab .text-label {
    display: none !important;
  }
  .sticky-tab .arrow-icon {
    display: inline;
    font-size: 20px;
    color: white;
  }

  .demo-box {
    position: fixed;
    right: 10px;
    bottom: -320px;
    width: 280px;
    height: 300px;
    background: #672fa1 !important;
    transition: bottom 0.4s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 12px;
    overflow: hidden;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .demo-box.open {
    bottom: 60px; /* Adjust based on sticky tab height */
  }

  .demo-box-content p {
    color: #000;
  }
  
/* Box content */
.demo-box-content {
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.demo-box-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Demo button */
.demo-button {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.demo-button:hover {
  background: #0056b3;
}

}

/* === Desktop Styles (min-width: 769px) === */
@media (min-width: 769px) {
  .sticky-tab {
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%) rotate(-90deg);
    margin-left: 20px;
  }
  .close-button {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff !important;
}


  .sticky-tab .text-label {
    display: inline;
  }
  .sticky-tab .arrow-icon {
    display: none;
  }

  .demo-box {
    position: fixed;
    top: 50%;
    left: -320px;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background: #672fa1 !important;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease;
    z-index: 1000;
    border-radius: 0 8px 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .demo-box.open {
    left: 0;
  }
  
/* Box content */
.demo-box-content {
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.demo-box-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Demo button */
.demo-button {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.demo-button:hover {
  background: #0056b3;
}

}








/* Box content */
.demo-box-content {
  text-align: center;
  padding: 20px;
  cursor: pointer;
}
.demo-box-content p {
  font-size: 16px;
  margin-bottom: 16px;
  color: #ffffff;
}

/* Demo button */
.demo-button {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.demo-button:hover {
  background: #0056b3;
}













    .demo-section {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      padding: 150px 20px 40px 20px;
      width: 100%;
    }

    .demo-section1 {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px 110px;
      width: 100%;
      box-sizing: border-box;
    }

    .video-block,
    .video-block1 {
      flex: 1 1 300px;
      max-width: 100%;
      text-align: center;
    }

    .video-block video {
      width: 350px;
      height: auto;
      border-radius: 70px;
      display: block;
      margin: 0 auto;
    }

    .video-block1 video {
      width: 100%;
      max-width: 500px;
      height: auto;
      border-radius: 45px;
      display: block;
      margin: 0 auto;
    }

    .video-block h1,
    .video-block1 h1 {
      font-size: 1.2rem;
      margin-top: 10px;
      color: #ffffff;
    }

    @media (max-width: 768px) {
      .demo-section {
        padding: 150px 10px 20px 10px;
      }

      .demo-section1 {
        padding: 20px 10px 20px 10px;
      }

      .video-block h1,
      .video-block1 h1 {
        font-size: 1rem;
      }

      .video-block video,
      .video-block1 video {
        max-width: 100%;
      }
    }

    @media (max-width: 480px) {
      .demo-section {
        padding: 150px 10px 20px 10px;
      }

      .demo-section1 {
        padding: 20px 10px 20px 10px;
      }

      .video-block,
      .video-block1 {
        flex: 1 1 100%;
      }

      .video-block h1,
      .video-block1 h1 {
        font-size: 0.95rem;
      }
    }

    .play-pause-button {
      margin-top: 10px;
      padding: 10px 20px;
      font-size: 1rem;
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .play-pause-button:hover {
      background-color: #333;
    }
    video.no-controls::-webkit-media-controls {
  display: none !important;
}

video.no-controls::-webkit-media-controls-start-playback-button {
  display: none !important;
}

video.no-controls::-webkit-media-controls-volume-slider {
  display: none !important;
}

video.no-controls::-webkit-media-controls-current-time-display {
  display: none !important;
}

.play-pause-button, .video {
  touch-action: manipulation; /* prevents zooming on tap */
}
.video {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}


