@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.banner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding-top: 117px;
  overflow: visible;
}

@media (max-width: 1679px) {
  .banner {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 65px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 0;
    margin-top: 90px;
    height: auto;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .bnr-left {
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner .bnr-left {
    padding: 50px 0;
  }
}

.label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 18%;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;
}

.bnr-title {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
}

.inr-title {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.inr-title1 {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 1199px) {
  .bnr-title {

    font-size: 50px;
    line-height: 70px;
  }

  .inr-title {
    font-size: 45px;
    line-height: 50px;
  }

  .inr-title1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .bnr-title {
    font-size: 40px;
    line-height: 45px;
  }

  .inr-title {
    font-size: 35px;
    line-height: 40px;
  }

  .inr-title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt,
.inr-title1 .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-txt1 {
  background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.desc,
.desc1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #bbb;
}

.desc1 {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 1679px) {
  .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {

  .desc,
  .desc1 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
  }

}

@media (max-width: 579px) {
  .desc {
    font-size: 13px;
    line-height: 19px;
  }
}

.banner .bnr-left .bnr-btn {
  background-color: #2F30F2;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  margin-top: 45px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .bnr-left .bnr-btn span {
  position: relative;
  z-index: 1;
}

.banner .bnr-left .bnr-btn span::after {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-left: 13px;
  background: url(../img/btn-icon.svg) no-repeat center;
  background-size: contain;
}

.banner .bnr-left .bnr-btn:hover {

  background: linear-gradient(to bottom, #6b4eff, #3a35ff);
}

.banner .bnr-left .bnr-btn1 {
  background-color: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 45px;
  transition: all 0.6s ease;
}

.banner .bnr-left .bnr-btn1 :hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}


.banner .img-blk {
  max-width: 800px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: -100px;
}

.banner .img-blk img {
  max-width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.banner .img-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}



@media (max-width: 768px) {
  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }

  .banner .img-blk .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 8, 20, 0.5);
  }

  .banner .bnr-left {
    padding: 30px 0;
  }

  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }
}


.embeddedlinux {
  width: 100%;
  height: 730px;
  background: url("../img/embeddedlinux/banerbg.png") no-repeat center center;
  width: 100%;
  object-fit: fit;
  background-size: cover;
  position: relative;
  z-index: -0;
  top: 0px;
  bottom: 0px;
}

.embeddedlinux .services-wrapper {
  width: 100%;
  max-width: 750px;
  padding: 40px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(20, 40, 60, 0.35), rgba(5, 15, 25, 0.6));
  box-shadow:
    inset 0 0 40px rgba(0, 200, 255, 0.08),
    0 25px 60px rgba(0, 0, 0, 0.6);

}

/* ===== GRID ===== */
.embeddedlinux .services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ===== CARD ===== */
.embeddedlinux .service-card {
  padding: 25px 25px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 0 25px rgba(0, 200, 255, 0.05),
    0 15px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.35s ease;
}

/* ===== HOVER EFFECT ===== */
.embeddedlinux .service-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 0 30px rgba(0, 200, 255, 0.12),
    0 25px 50px rgba(0, 0, 0, 0.8);
}

/* ===== TITLE ===== */
.embeddedlinux .service-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #00c6ff;
}

/* ===== TEXT ===== */
.embeddedlinux .service-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #cfd8e3;
}

/* ===== RESPONSIVE ===== */
@media (max-width:768px) {
  .embeddedlinux .services-grid {
    grid-template-columns: 1fr;
  }
}

/*-----------------our services------------------------*/
.services {
  padding: 0px;
}

.embedded .desc {
  max-width: 800px;
  margin: 0 auto;
}

.services .container {

  margin: 0 auto;
  text-align: center;
}

.services .col-lg-3 {
  padding: 20px;
}

.services::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* ---------- Card ---------- */
.card {
  position: relative;
  width: 100%;
  height: 550px;
  color: #fff;
  font-weight: normal;
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 20px;
  overflow: hidden;
  color: white;
  transition: all 0.6s ease;
  margin-top: 30px;
}

/* ---------- Image ---------- */
.image-container {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

/* Gradient overlay */
.image-container .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 17, 31, 0.95) 0%, rgba(10, 17, 31, 0.4) 60%, transparent 100%);
  transition: opacity 0.5s ease;
}

/* ---------- Text Content ---------- */
.card-content {
  position: relative;
  padding: 5px 25px 10px 25px;
  text-align: left;
  height: 100%;
  display: flex;
  margin-top: -15px;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 350px;
}

.card-content h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  max-width: 85%;
  line-height: 28px;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}


/* ---------- Hover List ---------- */
.hover-list {
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  padding-left: 25px;
  top: 70px;

  transition: all 0.8s cubic-bezier(0.25, 1, 0.3, 1);
}

.hover-list li {
  padding: 6px 0;
  font-size: 13px;
  color: #b9c1d2;
  transform: translateX(0px);
  transition: all 0.5s ease;
  text-align: left;
  line-height: normal;
  list-style: disc;
  line-height: 15px;
  font-weight: normal;
  margin-left: 20px;
}

.card ul li::marker {
  color: #00aaff;
}

/* ---------- Hover Effects ---------- */
.card:hover {
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}

.card:hover .hover-list {
  transform: translateX(-10px);
}

.card:hover .image-container img {
  transform: scale(1.3);
}




/* Animate list items one by one */



@media (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
}

/*------------------supported platforms-----------------------*/
.brand-list {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 1679px) {
  .brand-list {
    padding: 50px 0 0;
  }
}

@media (max-width: 1199px) {
  .brand-list {
    padding: 40px 0 0;
  }
}

@media (max-width: 991px) {
  .brand-list {
    padding: 30px 0 0 0;
  }
}

.brand-list .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1679px) {
  .brand-list .title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1441px) {
  .brand-list .title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 1199px) {
  .brand-list .title {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {
  .brand-list .title {
    font-size: 20px;
    line-height: 28px;
  }
}

.brand-list .title.gradient-text {
  background: linear-gradient(135deg, #FFFFFF 0%, #71717A 100%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.brand-list .logos-slider .slide {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

@media (max-width: 1679px) {
  .brand-list .logos-slider .slide {
    height: 90px;
  }
}

@media (max-width: 1199px) {
  .brand-list .logos-slider .slide {
    height: 80px;
  }
}

@media (max-width: 991px) {
  .brand-list .logos-slider .slide {
    height: 70px;
  }
}

@media (max-width: 479px) {
  .brand-list .logos-slider .slide {
    height: 50px;
  }
}

.brand-list .logos-slider .slide img {
  filter: grayscale(1);
  max-width: 100%;
}

@media (max-width: 479px) {
  .brand-list .logos-slider .slide img {
    max-width: 90px;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #020b18;
  padding: 24px 0;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 12s linear infinite;
  will-change: transform;
}

.marquee-set {
  display: flex;
}

.marquee-set img {
  height: 42px;
  margin-right: 36px;
  flex-shrink: 0;
  opacity: 0.9;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/*------------------custom Ip Integration-----------------------*/

.customip-sec {
  padding: 120px 0 0;
}

.customip-sec::before {
  content: "";
  width: 778px;
  height: 778px;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}

.customip-sec .inr-title,
.customip-sec .desc {
  text-align: center;
}

@media (max-width: 767px) {

  .customip-sec::before {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 1679px) {
  .customip-sec {
    padding: 80px 0 0;
  }
}

@media (max-width: 1441px) {
  .customip-sec {
    padding: 60px 0 0;
  }
}

@media (max-width: 1199px) {
  .customip-sec {
    padding: 40px 0 0;
  }
}

@media (max-width: 991px) {
  .customip-sec {
    padding: 30px 0 0;
  }
}

.customip-sec .services-section {
  padding: 80px 0;
}

.customip-sec .services-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  max-width: 1500px;
  margin: 48px 0 0;
}

@media (max-width: 991px) {
  .customip-sec .services-container {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.customip-sec .service-card {
  flex: 1;
  background: #111827;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: flex 0.6s ease, opacity 0.4s ease, box-shadow 0.4s ease;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .customip-sec .service-card {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .customip-sec .service-card {
    width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 479px) {
  .customip-sec .service-card {
    width: 100%;
    flex: 0 0 100%;
  }
}

.customip-sec .service-card .img-wrp {
  width: 100%;
  overflow: hidden;
}

.customip-sec .service-card .img-wrp img {
  height: 530px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.8s ease;
}

@media (max-width: 991px) {
  .customip-sec .service-card .img-wrp img {
    height: auto;
    width: 100%;
  }
}

.customip-sec .service-card.active {
  flex: 2.5;
  opacity: 1;
}

@media (max-width: 1199px) {
  .customip-sec .service-card.active {
    flex: 1.3;
  }
}

@media (max-width: 991px) {
  .customip-sec .service-card.active {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .customip-sec .service-card.active {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 479px) {
  .customip-sec .service-card.active {
    flex: 0 0 100%;
  }
}

.customip-sec .service-card.active img {
  transition: transform 0.8s ease;
}

.customip-sec .service-card .service-content p {
  font-size: 14px;
  line-height: 24px;
  color: #A1A1AA;
  margin-bottom: 16px;
  opacity: 0;
  transition: transform 0.8s ease;
}

.customip-sec .service-card.active .service-content p {
  opacity: 1;
}

.customip-sec .service-card .service-content {
  padding-left: 25px;
  transition: transform 0.8s ease;
}

.customip-sec .service-card .service-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #E4E4E7;
}

.customip-sec .service-card:hover .service-content {
  padding-left: 25px;
  transform: translateY(-50px);
}

@media (max-width: 1679px) {
  .customip-sec .service-card .service-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 1441px) {
  .customip-sec .service-card .service-content h3 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .customip-sec .service-card .service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .customip-sec .service-card .service-content h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .customip-sec .service-card .service-content h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  .customip-sec .service-card .service-content p {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .customip-sec .service-card .service-content p {
    display: block;
  }
}

@media (max-width: 579px) {
  .customip-sec .service-card .service-content p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .customip-sec .service-card .service-content p {
    font-size: 11px;
    line-height: 20px;
  }
}


@media (max-width: 991px) {
  .customip-sec .service-card {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .customip-sec .service-card {}

  .customip-sec .service-card img {
    height: 320px;
  }


}


/*---------------------timeline-----------------------*/
.timeline-section {

  display: flex;
  justify-content: center;
  padding: 60px 0 0;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.timeline-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/Ellipsert.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
}

.timeline-section .container {
  margin: 0 auto;
  text-align: center;
}

.timeline-section .desc {
  max-width: 800px;
  margin: 0 auto;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
}

/* Dashed line touches bottom of icons */
.timeline::before {
  content: "";
  position: absolute;
  top: 167px;
  left: 8%;
  right: 8%;
  border-bottom: 3px dashed rgba(255, 255, 255, 1);
  z-index: 0;
}

.timeline-step {
  position: relative;
  width: 16%;
  text-align: center;
  z-index: 2;
}

/* Icon circle */
.timeline-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.timeline-icon img {
  width: 147px;
  height: 150px;
}

/* Dark circle (dot) */
.timeline-dot {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #0a1633;
  border: 3px solid #eee;
  border-radius: 50%;
  z-index: 4;
}

/* Content boxes below the timeline */
.timeline-content {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  width: 218px;
  margin: 40px auto 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  position: relative;
  min-height: 200px;
}

.timeline-content:hover {
  box-shadow: 0 0 15px rgba(0, 119, 255, 0.3);
}

.timeline-content h3 {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 300;
  color: #eee;
  margin-bottom: 30px;
}

.timeline-content p {
  font-size: 14px;
  color: #cfd8e3;
  line-height: 1.5;
  transition: 0.6s;
  font-weight: 300;
}

.timeline-content p:hover {
  transform: translateY(-12px);
}

@media (max-width: 992px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline::before {
    display: none;
  }

  .timeline-step {
    width: auto;
    margin-bottom: 50px;
  }

  .timeline-icon {
    margin-bottom: 5px;
  }

  .timeline-dot {
    display: none;
  }

  .timeline-content {
    top: 0;
    margin-top: 15px;
    max-width: 300px;
  }
}

/*---------------------challenge box-----------------------*/
/* SECTION */
.challenge-section {
  padding: 10px 40px 50px;
}

.challenge-section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* MAIN BOX */
.challenge-box {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(to right,
      rgba(2, 11, 24, 0.95) 45%,
      rgba(80, 130, 190, 0.01) 100%),
    url("../img/embeddedlinux/challenge.png") center/cover no-repeat;
  padding: 70px 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* CONTENT */
.challenge-content {
  max-width: 520px;
  animation: fadeUp 1.2s ease forwards;
}

/* HEADING */
.challenge-content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 28px;
  color: #cfd6df;
}

.challenge-content h2 span {
  color: #1ea7ff;
}

/* LIST */
.challenge-content ul {
  list-style: none;
}

.challenge-content li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  font-size: 18px;
  color: #e1e6ec;
  line-height: 1.6;
  animation: fadeUp 1.2s ease forwards;
}

.challenge-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1ea7ff;
  font-size: 22px;
  line-height: 1;
}

/* ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .challenge-box {
    padding: 50px 30px;
  }

  .challenge-content h2 {
    font-size: 32px;
  }

  .challenge-content li {
    font-size: 16px;
  }
}

/*----------------------------technologies------------------*/
.technologies {
  padding: 40px 0 50px;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 70px;
  background-color: #0d1622;
  width: 100%;
  min-height: 350px;
}

.technologies .container {
  text-align: center;
}

.tech-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  max-width: 1100px;
  line-height: 1.8;
  margin: 0 auto;
  margin-top: 50px;
}

.tech-item {
  color: #e5e7eb;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
}

.tech-item::after {
  content: "|";
  position: absolute;
  right: -12px;
  color: #6b7280;
}

.tech-item:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .tech-item {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .tech-container {
    gap: 12px 16px;
  }

  .tech-item {
    font-size: 0.9rem;
  }
}