.cursor-letter {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.cursor-letter svg path,
.cursor-letter svg rect,
.cursor-letter svg polygon,
.cursor-letter svg polyline,
.cursor-letter svg line {
  fill: rgb(0, 0, 0);
  stroke: rgb(255, 255, 255);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  backdrop-filter: blur(20px); 
}

.contact-section {
  padding: 0px 20px;
  background: #000;
  color: white;
  font-family: sans-serif;
}

.containner {
  max-width: 1200px;
  margin: auto;
}


.head-er h2 {
  color: #ccc;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.head-er p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 40px;
  text-align: center;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.glass-card {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  flex: 1;
  min-width: 300px;
}

.glass-card-01 {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  flex: 1;
  min-width: 300px;
  background: rgba(255, 255, 255, 0.05);
}
.glass-card-01:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(244 255 0 / 66%);
}


.form-card form input,
.form-card form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  background: #222;
  color: white;
  font-size: 14px;
}

.form-card form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #444;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-card form button:hover {
  background: #666;
}

.contact-locations {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-locations-c {
  display: flex;
  flex-direction: row; 
  gap: 20px;
  justify-content: space-between; 
  flex-wrap: wrap;
}

.location-card .info p {
  display: flex;
  align-items: center;
  color: #bbb;
  margin-top: 10px;
}

.location-card .info svg {
  margin-right: 10px;
  stroke: #bbb;
}


.scroller {
  max-width: 700px;
}

.clint h2{
  color: black;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: linear-gradient(-90deg,
          transparent,
          white 20%,
          white 80%,
          transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
  width: 100px;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller .scroller__inner img {
  width: 150px;
}

.scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
      transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
      transform: translate(calc(-50% - 0.5rem));
  }
}

.test {
  background: red !important;
}

.clint{
  margin-bottom: 20px;
}


.clint h2 {
  font-family: "Asul", serif;
  margin: 0 auto;
  font-size: 60px;
  line-height: 200%;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -0.0465em;
  text-align: center;
  background: linear-gradient(-215deg, #ffffff 2.9%, #ffffff 85.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clint {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 150px;
  background: rgb(0, 0, 0);
}


@media screen and (max-width:600px){
  
  .clint h1{
      font-size: 45px;
  }

  .app .fade{
      font-size: 30px;
      margin: 30px;
  }

  .app{
      height: 45vh;
  }

  .scroller .scroller__inner img {
      width: 100px;
  }
   .clint {
    padding: 0px;
  }
  .services-section {
    padding: 100px 20px;
  }
  .techno-section.visible .top {
    font-size: 52px;
  }
  .contact_form h2 span {
    font-size: 30px;
  }
  form{
    margin-top: 40px;
  }
}

@media screen and (min-width:600px) {
  .clint h1{
      font-size: 40px;
  }
 
}

.map-embed-inside {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

/* Optional: remove the old .map-section */
.map-section {
  display: none;
}


/* Base path styles */
.service-icon .icon-svg path,
.service-icon .icon-svg circle,
.service-icon .icon-svg polygon {
  stroke-dasharray: 70;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s ease;
}

/* Hover animation */
.location-card:hover .icon-svg path,
.location-card:hover .icon-svg circle,
.location-card:hover .icon-svg polygon {
  stroke-dashoffset: 60;
  animation: draw 1s ease forwards;
}
.location-header {
  display: flex;
  align-items: center;       
  justify-content: center;   
  gap: 10px;
  margin-bottom: 20px;
}

.globe-icon {
  color: #facc15;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.location-header h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

/* Optional draw animation keyframes (if needed for smoother feel) */
@keyframes draw {
  from {
    stroke-dashoffset: 60;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 600px) {
    .paddig-co {
        padding: 20px;
    }

    .scroller[data-animated="true"] .scroller__inner {
        width: -moz-max-content;
        width: max-content;
        flex-wrap: nowrap;
        animation: scroll 20s linear infinite;
        -webkit-animation: scroll 20s linear infinite;
    }
     .scroller__inner {
        width: max-content;
        display: flex;
        flex-wrap: nowrap;
        animation: scroll 3s linear infinite;
    }

    .scroller {
        overflow-x: hidden;
        width: 100vw;
    }

.scroller[data-animated="true"] {
    --_animation-duration: 10s;
}

}
