
body {
  overflow-x: hidden;  
  width: 100%;         
}

.hero{
  position: relative;
}

.overlay-gradient-video{
  position: absolute;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #2E2E2E 0%, rgba(46, 46, 46, 0.09) 100%);
  top: -25px;
  z-index: 1;
}

.hero-video {
  position: absolute;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.video-bg { 
  position: absolute; /* instead of fixed */
  inset: 0; 
  z-index: -2; 
}
.video-bg video { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
}
.scrim { 
  position: absolute; 
  inset: 0; 
  background: rgba(0,0,0,0.55); 
  z-index: -1; 
}

.show-mobile{
  display: none;
}


/* Hero text */
.hero-text { margin-top: 130px;}
.hero-text p{
  font-size: 20px;
font-weight: 400;
}

.top-heading{
  font-weight: 500;
  font-size: 64px;
  font-weight: 700;
}


/* Semi-circle product arc */
.semi-circle-container {
  position: relative;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-name{
      font-size: 19px;
    font-weight: 400;
    color: #E0E0E0;
}

#arcMenu .item:hover .product-name{
  color: #fff;
}

.semi-circle {
    position: relative;
    width: 100vmin;
    height: 130vmin;
    top: 40px;
    left:2px
}

.item {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}

.item {
    left:44%;  
    top:90% 
    /* Adjust dimensions as needed */
}
.item .icon-wrapper {
  display: flex;
  flex-direction: column;   /* stack icon above text */
  align-items: center;      /* center horizontally */
  justify-content: center;
}

.item .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0.3rem;
  opacity: 0;                /* hidden initially */
  transform: translateY(10px); /* start slightly below */
  transition: all 0.4s ease; 
  pointer-events: none; 
  margin-bottom: -17px;
}

.item:hover .icon {
  opacity: 1;
  transform: translateY(0);
}


.item:nth-child(1) {
    /* Far left (-90°) */
    transform: rotate(-70.62deg) translateY(-490px) rotate(8deg);
}
.item:nth-child(2) {
    /* Left middle (-45°) */
    transform: rotate(-35.62deg) translateY(-445px) rotate(-2deg);
}
.item:nth-child(3) {
    /* Top center (0°) */
    transform: rotate(36.07deg) translateY(-470px) rotate(0deg);
}
.item:nth-child(4) {
    /* Top center (0°) */
    transform: rotate(-5deg) translateY(-430px) rotate(4deg);
}

.item:nth-child(5) {
    /* Far right (+90°) */
    transform: rotate(70.72deg) translateY(-475px) rotate(-9deg);  /* Negative of the arc angle */
}


.show-mobile{
  display: none;
}
/* Foreground images animation */
.foreground-image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  animation: slideUp 1.2s ease forwards;
  z-index: 1;
}
#image-1 { top: 42%!important; width: 85%; animation-delay: 0.3s; }
#image-2 { top: 52%; width: 65%; animation-delay: 0.6s; }
#image-3 { top: 69%; width: 45%; animation-delay: 0.9s; }

@keyframes slideUp {
  to { opacity: 1; transform: translate(-50%, 0); }
}
#arcMenu .item {
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
  text-decoration: none;
}

@media (min-width:1500px) {
  .semi-circle {
    position: relative;
    width: 100vmin;
    height: 130vmin;
    top: 10px;
    left:2px
}
}


/* Responsive (mobile ≤990px) */
@media (max-width: 990px) {
/*  .row {
  margin: 0 !important;
  
}*/

.show-mobile{
      display: block;
    }

    .show-desktop{
      display: none;
      
    }
    .semi-circle {
        top: 50px;
        top: 48px;
        left: 18px;
    }
    .semi-circle-container {
    /* position: relative; */
    /* height: 55vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1; */
  display: none;

}
  .hero-video { min-height: 70vh; justify-content: flex-start;}
  .hero-text h1 { font-size: 1.6rem; }
  .hero-text p { font-size: 0.9rem; }

  .product-name{
      font-size: 1rem;
   
}

.show-mobile{
  display: block;
}

.show-desktop{
  display: none;
}

  .semi-circle { width: 100vmin; height: 60vmin; }

  .item { font-size: 0.8rem; }
  .item .icon { width: 28px; height: 28px; }

  /* Reposition items for mobile arc */
  .item:nth-child(1) { transform: rotate(-62deg) translateY(-65vmin) rotate(-4deg); }
  .item:nth-child(2) { transform: rotate(-35deg) translateY(-66vmin) rotate(-0deg); }
  .item:nth-child(3) { transform: rotate(25deg) translateY(-63vmin) rotate(6deg); }
  .item:nth-child(4) { transform: rotate(-12deg) translateY(-65vmin) rotate(9deg); }
  .item:nth-child(5) { transform: rotate(47deg) translateY(-51vmin) rotate(12deg); }

  /* Images scaling */
  #image-1 { top: 69.2%!important; width: 100%; }
#image-2 { top: 72.9%; width: 86.3%; }
#image-3 { top: 81.5%!important; width: 64.2%!important; }

}






.precision-section {
  padding: 100px 33px;
  background: 
    linear-gradient(
      269.86deg,
      rgba(0, 0, 0, 0.32) 7.75%,
      rgba(255, 255, 255, 0.064) 48.32%,
      rgba(0, 0, 0, 0.32) 86.33%
    ),
    url(/assets/images/contact-bg.webp) no-repeat center center;
  background-size: cover; /* Ensure image covers the section */
   
}

.precision-section h2 {
  font-size: 42px;
}

.precision-section .highlight {
  font-size: 42px;
}

.more-para{
  font-weight: 700;
  text-decoration:  none;
}

.more-para:hover{
  color: #fff;
  text-decoration:  none;
}

.more {
  display: inline-flex;         
  align-items: center;
  justify-content: center;
  width: 18px;                  
  height: 18px; 
  color: #000;
  font-weight: 400;
  border-radius: 50%;           
  background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
}

.more img{
  width: 10px;                  
  height: 10px; 
}


.applications-section {
    padding: 100px 33px 120px;
    background: #2E2E2E; 
}

/* ===== Section Header ===== */
.applications-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  /* background-color: #2E2E2E; */
}

.view-all {
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;

}

/* ===== Carousel Wrapper ===== */
.carousel-wrapper {
  position: relative;
  margin-top: 150px;
  overflow: visible; /* allow cards to overflow */
  height: 530px;     /* enough space for desktop cards */

}

.carousel {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 0;
  height: 100%;
    /* background-color: #2E2E2E; */
}

/* ===== Card Base ===== */
.card {
  position: absolute;
  width: 517px;
  height: 480px; /* default side card */
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s ease;
  opacity: 0.5;
  z-index: 0;
  top: -50px; /* lift upward */
}

.card img {
  width: 100%;
  height: 100%;
}

.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  font-weight: 700;
  font-size: 20px;
}


/* ===== Middle Card ===== */
.card.active {
  width: 550px;
  height: 590px;  /* bigger */
  transform: translateX(0) scale(1.05);
  opacity: 1;
  z-index: 3;
  top: -100px; /* lifted more */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 75.93%, rgba(0, 0, 0, 0.89) 91.25%);
  box-shadow: 0px 6px 10.2px 4px #0024F280;
  text-align: center;

}

/* ===== Side Cards ===== */
.card.left {
  transform: translateX(-430px) scale(1.11);
  z-index: 1;
  text-align: start;
}
.card.right {
  transform: translateX(430px) scale(1.11);
  z-index: 1;
  text-align: end;
}

/* ===== Arrows ===== */
.carousel-btn {
  background: transparent;
  color: #0024F2;
  border: none;
  font-size: 38px;
  cursor: pointer;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  z-index: 10;
  transition: color 0.3s ease;
}
.carousel-btn.prev { left: 20px; }
.carousel-btn.next { right: 20px; }

.cut {
  position: relative;
  height: calc(100vh - 11.9%); /* shrink section height */
  overflow: hidden;
}

.hidedesk
{
  display: none;
}


@media (max-width: 990px) {
  .carousel-wrapper {
    height: 330px;
  }

  .card {
    width: 220px;
    height: 320px;
    top: -60px;
  }

  .card.active {
    width: 260px;
    height: 380px;
    top: -90px;
  }

  .card.left {
    transform: translateX(-50px) scale(1.05);
  }
  .card.right {
    transform: translateX(50px) scale(1.05);
  }

  .carousel-btn {
    font-size: 28px;
  }

    .item .icon {
    opacity: 1 !important;         /* always visible */
    transform: translateY(0) !important; 
    pointer-events: auto !important;
  }
  
.hidedesk
{
          display: contents;
}
.hidemob
{
  display: none;
}
}



/* ===== Hero Section ===== */
.hero {
  position: relative;
  height: 75vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

/* Content */
.hero-content {
  position: relative;
  /* max-width: 700px; */
  z-index: 2;
  padding: 0 33px;
}

.hero-content h1 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 50%;
}

.hero-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}


.hero-btn:hover {
  background: #3a82f7;
}

  .text-center1 {
    text-align: center !important;
    margin-top: 40px;
}
.mttop {
    width: 60%;
    margin-bottom: 60px;
}
/* ===== Responsive Styles ===== */
@media (max-width: 990px) {
  .hero {
    height: auto;
    text-align: center;
    justify-content: center;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    width: 100%;
            margin-top: 15px;
}
  .hero-content button {
    margin-bottom: 0;
}

  /* .hero-btn {
    padding: 10px 22px;
    font-size: 14px;
  } */
}




/* 📱 Responsive */
@media (max-width: 990px) {
  .allpadding{
    padding:30px;
  }
  .precision-section h2 {
    font-size: 24px;
    text-align: left;
  }
  .precision-section p {
    /* text-align: left; */
    margin-top: 30px;
  }
  .precision-section .more-link {
    text-align: center;
    display: block;
  }
  .precision-section .highlight {
    font-size: 28px;
  }
  .text-center {
    text-align: center !important;
    margin-top: 40px;
}
.mttop {
    margin-top: 31px;
    width: 96%;
    margin-bottom: 41px;
}
}



.products-section {
  background: #2E2E2E;
  padding: 100px 32px 80px;
}

/* Top Products */
.top-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.product-card {
  background: #090909;
  border-radius: 15px;
  transition: all 0.3s ease;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* height: 425px; */
  text-align: center;
  position: relative; /* for arrow positioning */
}

.product-card .card-text {
  flex: 1;
}

.img-wrapper {
  margin-top: auto;   /* push to bottom */
  width: 100%;
}

.img-wrapper img {
  width: 100%;        /* stretch across card */
  height: auto;       /* keep aspect ratio */
  object-fit: cover;  /* cover horizontally if needed */
  display: block;
}

.img-wrapper1 {
  align-self: flex-end;     /* pushes image to the right in column layout */
  margin-right: 0;          /* make sure it's flush right */
  margin-top: auto;         /* pushes image to the bottom */
}

.img-wrapper1 img {
  max-width: 500px;
  height: auto;
  display: block;
  margin-top: -30px;
}

.bottom_img{
  max-width: 400px;

}

.product-card h4 {
  text-align: start;
  padding: 30px 40px;
  text-decoration: none;
}

.product-card:hover h4 {
  text-decoration: none;
}

.product-card p {
  text-align: left;
  color: #FFFFFFB2;
  text-decoration: none;
  padding: 0px 40px;
  margin-bottom: 0px;
}

.product-card:hover p {
  text-decoration: none;
}

.product-card:hover {
box-shadow: 0px 0px 9.9px 3px #0024F280;
text-decoration: none;
}

/* Hover arrow */
.card-link {
  position: absolute;
  bottom: 0px;
  left: 25px;
  color: #fff;
  font-size:34px;
  opacity: 0;
  color: #0024F2;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
}

.product-card:hover .card-link {
  opacity: 1;
  transform: translateY(-3px);
}

/* Bottom products */
.bottom-products .product-card {
  text-align: left;
  align-items: flex-start;
  gap:2px;
  position: relative;
  overflow: hidden;
}

.bottom-products img {
  max-width: 500px;
  margin-top: 32px;
  margin-left: 32px;
}

.bottom-products .product-card img.arrow{
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  bottom: 28px;
  left: 0;
}

#oem{
 margin-left: 350px;
}
.why-choose-section
{
  display: none;
}
.btnstyle
{
  margin-top: 20px;
}
/* Responsive breakpoints */
@media (max-width: 1440px) {
  .top-products {
    grid-template-columns: repeat(5, 1fr);
  }
  .bottom-products img {
    max-width: 500px;
    margin-top: -30px;
    margin-left: 32px;
}
}

@media (max-width: 990px) {
  .products-section {
  padding: 35px 4px 0px 4px;
}


#oem{
 margin-left: 0px;
}

  .top-products {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card img{
    margin-right: -150px;
  }
  .bottom-products img {
  max-width: 285px;
}

    .allpadding {
        padding: 50px 0px 25px 0px;
    }
        .text-center {
        text-align: center !important;
        margin-top: 100px;
    }
        .text-center1 {
        text-align: center !important;
        margin-top: 25px;
        margin-bottom: 25px;
    }
  .product-card h4 {
        text-align: start;
        font-size: 24px;
        padding: 28px 0px 6px 25px;
    }
.product-card p {
    text-align: left;
    color: #FFFFFFB2;
    padding: 0px 25px;
    margin-bottom: 0px;
}
    .product-card img {
        margin-right: -33px;
    }
    .btnstyle {
    margin-top: -34px;
}
.padddstyle
{
  padding-bottom: 35px;
}
.bottom-products
{
      padding-bottom: 36px;
}
}

@media (max-width: 768px) {
  .top-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-products .product-card {
    text-align: center;
    align-items: center;
  }

  .bottom-products img {
    margin: 20px auto 0;
  }
}

@media (max-width: 480px) {
  .top-products {
    grid-template-columns: 1fr;
  }
}


.infrastructure-section {
  background: #090909;
  color: #fff;
  padding: 100px 33px 120px;
  overflow: hidden;
  position: relative;
}

/* Flex Layout */
.infra-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  position: relative;
}

/* Left Content */
.infra-left {
  flex: 2;
  position: relative;
  z-index: 2; /* keep above background */
}

/* Grid */
.infra-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Right Side Background Image */
.infra-image {
    position: absolute;
    top: -75px;
    right: -49px;
    bottom: -36px;
    width: 43%;
    background: url(/assets/images/index/precision_manufacturing.png) no-repeat right center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    opacity: 0.9;
    z-index: 1;
}

/* Items */
.infra-item {
  background: transparent;
  position: relative;
  border-radius: 15px;
  padding: 30px;
  transition: all 0.3s ease;
}


.infra-item::before {
  content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 0px;
    background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: background 0.3s ease;
}

.infra-item:hover::before {
  content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: background 0.3s ease;
}



.infra-item .infra-icon {
  width: 50px;
  height: 50px;
}
.infra-item h3 {
  font-weight: 600;
  margin-top: 15px;
}
.infra-item p {
  font-weight: 400;
  line-height: 1.5;
}
.infra-item:hover {
  /* border: 2px solid #F6F6F682; */
}
.mtopstyle {
  margin-top: -30px !important;
}

/* Responsive */
@media (max-width: 990px) {
  .infrastructure-section {
            padding: 30px 0px !important;
  }
  .infra-wrapper {
    flex-direction: column;
  }
  .infra-grid {
    grid-template-columns: 1fr;
  }
  .infra-image {
    width: 100%;
    min-height: 300px;
    background: url(/assets/images/index/precision_manufacturing_mobile.png) no-repeat right center;
    background-size: cover;
    margin-top: 20px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .mtopstyle {
    margin-top: -22px !important;
}
.infra-item {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s 
ease;
}

.infra-item p {
  font-size: 18px;
  color: #f8f9fa !important;
  font-weight: 400;
  line-height: 1.5;
}
}



.global-reach {
  background: #0a0a0a;
  color: #fff;
  padding: 33px;
}


/* World map */
.map-container {
  position: relative;
  margin: 60px auto;
  max-width: 100%;
}
.world-map {
  width: 100%;
  height: auto;
  display: block;
}

/* Markers */
.map-marker {
  position: absolute;
}
.marker-box {
  background: #fff;
  color: #000;
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  white-space: nowrap;
}

/* Country marker positions (adjusted for image) */
.canada { top: 25%; left: 18%; }
.germany { top: 20%; left: 54%; }
.brazil { top: 55%; left: 30%; }
.india { top: 45%; left: 68%; }
.australia { top: 70%; left: 80%; }

/* Bottom Stats */
.stats-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.stat {
  text-align: center;
  margin: 15px;
}

.stat p{
font-size: 20px;

}

.stat h3 {
  font-size: 54px;
}

/* Responsive */
@media (max-width: 990px) {
  .global-reach{
           padding: 30px 0px 40px !important;
  }
  .marker-box {
    font-size: 0.7rem;
    padding: 4px 8px;
  }
  .stats-row {
    /* flex-direction: column; */
    gap: 0;
  }

  .stat{
    width: 48%;
    text-align: center;
    margin: 0;
  }

  .map-container {
    margin: 0 auto;
  }
}



.partners-section {
  background: #222; /* Dark background */
  color: #fff;
  padding: 100px 19px;
}

.partners-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.partners-wrapper1 {
  display: flex;
  justify-content: end;
  align-items: center;

  flex-wrap: wrap;
}
.partners-wrapper2 {
  display: flex;
  justify-content: space-between;
  align-items: center;


}

/* Left text */
.partners-text {
  flex: 1;
  min-width: 300px;
}

/* Logos grid */

.partners-logos1 {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  min-width: 240px;
  border: 2px solid #F6F6F682;
}
.partners-logos11 {
  

  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  min-width: 291px;
  border: 2px solid #F6F6F682;
}
.logo-box {
  
   border: 2px solid #F6F6F682;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s;
}
.logo-box1 {
  
   
 
  text-align: center;
  padding: 30px;
  transition: transform 0.3s;
}

.logo-box img {
  max-height: 180px;
  width: auto;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 990px) {
  .partners-section{
    padding: 30px 0px;
  }
  .partners-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .partners-logos {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .partners-text {
    text-align: left;
  }
}



.map-image-container{
    position: relative;
  }

  .country-pins{
    position: absolute;
  }

  .country-pins::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 1px;
    border-radius: 8.48px;
    background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s 
ease;
    pointer-events: none;
    z-index: 0;
  }
  .country-pins img:hover{
    filter: drop-shadow(0px 4px 4px #00000040);
  }

  .country-pins:hover::after {
      opacity: 1;
  }

  .map-arrow-down{
    position: absolute;
    z-index: 5;
  }

  .india-pin{
    top: 31%;
    left: 67.3%;
  }

  .india-pin .map-arrow-down{
    bottom: -10px;
    left: 66%;
  }

  .brazil-pin{
    top: 54%;
    left: 21.3%;
  }

  .brazil-pin .map-arrow-down{
    bottom: -10px;
    left: 66%;
  }

  .usa-pin{
    top: 24%;
    left: 12.5%;
  }

  .usa-pin .map-arrow-down{
    bottom: -10px;
    left: 50%;
  }

  .norway-pin{
    top: 5%;
    left: 45.7%;
  }

  .norway-pin .map-arrow-down{
    bottom: -10px;
    left: 50%;
  }

  a.btn_all{
    text-decoration: none;
  }

  a.btn_all:hover{
    text-decoration: none;
  }

  .canada-pin{
    top: 7%;
    left: 12.5%;
  }

  .canada-pin .map-arrow-down{
    bottom: -10px;
    left: 66%;
  }

  .italy-pin{
    top: 16.7%;
    left: 45.7%;
  }

  .italy-pin .map-arrow-down{
    bottom: -10px;
    left: 66%;
  }

  .saudi-arabia-pin{
    top: 29.7%;
    left: 50%;
  }

  .saudi-arabia-pin .map-arrow-down{
    bottom: -10px;
    left: 81%;
  }

  .africa-pin{
    top: 43.7%;
    left: 43.7%;
  }

  .africa-pin .map-arrow-down{
    bottom: -10px;
    left: 75%;
  }

  .china-pin {
    top: 26.7%;
    left: 77.7%;
  }

  .china-pin .map-arrow-down{
    bottom: -10px;
    left: 50%;
  }

  .australlia-pin{
    top: 63.7%;
    left: 85.7%;
  }

  .australlia-pin .map-arrow-down{
    bottom: -10px;
    left: 50%;
  }

  .map-image-container.mobile{
      display: none;
    }

  @media (max-width: 990px) {

    .remove-brk-mobile{
      display: none;
    }

    .map-image-container.desktop{
      display: none;
    }

    .map-image-container.mobile{
      display: block;
    }

    .pin-image{
      height: 30px;
    }
  }


  

  @media (max-height: 773px) {
    .semi-circle {
        height: 99vmin !important;
    }
  }

  @media (max-height: 703px) {
    .semi-circle {
        height: 70vmin !important;
    }
  }

  @media (min-height: 1440px) {

        .semi-circle {
          height: 214vmin !important;
          left: 40px;
        }
  }


  .our-partners-section-starts{
    padding: 100px 33px;
    background: #2E2E2E;

  }

  .partners-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
  }

  .parterners-logo-containers{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .our-partners-column .image-container{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .our-partners-row{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .our-partners-column{
    width: 20%;
    aspect-ratio: 268.8/186.05;
    padding: 41px 35px;
    /* border: 1px solid #fff; */
  }

  .horizontal-line{
    height: 100%;
    position: absolute;
    width: 2px;
    bottom: 0;
  }

  .horizontal-line-1{
    right: 0;
  }

  .horizontal-line-2{
    right: 20%;
  }

  .horizontal-line-3{
    right: 40%;
  }

  .horizontal-line-4{
    right: 60%;
  }

  .horizontal-line-5{
    right: 80%;
    height: 75%;
  }

  .horizontal-line-6{
    right: 100%;
    height: 50%;
  }

  .horizontal-line::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 1px;
    border-radius: 8.48px;
    background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 1;
    transition: opacity 0.3s 
ease;
    pointer-events: none;
    z-index: 0;
  }


  .vertical-line{
    width: 100%;
    position: absolute;
    right: 0;
    height: 2px;
  }

  .vertical-line-1{
    top: 0;
    width: 60%;
  }

  .vertical-line-2{
    top: 25%;
    width: 80%;

  }

  .vertical-line-3{
    top: 50%;
  }

  .vertical-line-4{
    top: 75%;
  }

  .vertical-line-5{
    top: 100%;
  }


  .vertical-line::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 1px;
    border-radius: 8.48px;
    background: linear-gradient(90deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 1;
    transition: opacity 0.3s 
ease;
    pointer-events: none;
    z-index: 0;
  }

  .our-partners-column img{
    width: 90%;
    scale: 0.9;
    transition: scale 0.2s ease;
  }

  .our-partners-column:hover img{
    scale: 1;
  }

  .parterners-logo-containers.mobile{
    display: none;    
  }

  @media (max-width: 990px) {

    .our-partners-section-starts{
      padding: 30px 0 40px;
    }

    .parterners-logo-containers.desktop{
      display: none;    
    }
    .parterners-logo-containers.mobile{
      display: block
    }
    
    .our-partners-row{
      flex-wrap: wrap;
      justify-content: flex-start;
      position: relative;
    }

    .our-partners-column{
      width: 50%;
      padding: 28px 24px;
    }

    .partners-text-container{
      position: relative;
      width: 100%;
    }

    .vertical-line{
      height: 100%;
      left: 50%;
      right: auto;
      width: 2px;
    }

    .horizontal-line{
      width: 100%;
      top: 0;
      right: 0;
      height: 2px;
    }

    .vertical-line::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0px;
      padding: 1px;
      border-radius: 8.48px;
      background: linear-gradient(180deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
      opacity: 1;
      transition: opacity 0.3s 
  ease;
      pointer-events: none;
      z-index: 0;
    }

    .horizontal-line::after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0px;
      padding: 1px;
      border-radius: 8.48px;
      background: linear-gradient(90deg, #4C4C4C 0%, #FFFFFF 51.92%, #4C4C4C 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude;
      opacity: 1;
      transition: opacity 0.3s 
  ease;
      pointer-events: none;
      z-index: 0;
    }

    .horizontal-line-1{
      top: 11.11%;
    }
    .horizontal-line-2{
      top: 22.22%;
    }
    .horizontal-line-3{
      top: 33.33%;
    }
    .horizontal-line-4{
      top: 44.44%;
    }
    .horizontal-line-5{
      top: 55.55%;
    }
    .horizontal-line-6{
      top: 66.66%;
    }
    .horizontal-line-7{
      top: 77.77%;
    }
    .horizontal-line-8{
      top: 88.88%;
    }
  }