.partnerSec{
position: relative;
overflow:hidden;
}

.partnerText{
    padding: 40px 0 40px 40px;
    background: var(--white);
    position: relative;
   
}
.companyRow{
    position: relative;
}
.aboutCompany{
    padding:60px;
    background: #f7f7f7;
  

}
.partnerText:after{
    content:"";
    position: absolute;
    right:-200px;
    top:0;
    width: 200px;
    height: 100%;
    background: var(--white);
    transform: scaleX(-10px);
}
.partnerImg{
    position: relative;
    height: 400px;
    width: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    overflow: hidden;

    
}

.partnerImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fits properly */
}

.partnerSec .circle-container {
    position: absolute;
    top: -250px;
    right: 0; /* Adjust to fit properly */
    width: 400px; /* Adjust based on design */
    height: 400px;
    z-index: -1;
  }
  .partnerSec .circle-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    clip-path: inset(50% 0 0 0); /* Creates a semi-circle */
    animation: pulseAnimation 6s infinite alternate ease-in-out;
  }
  .partnerSec .circle-container::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: rgba(237, 237, 235,0.4);
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    top: 10%;
    left: 10%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 1s;
  }
  .partnerSec .circle-container div {
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    top: 20%;
    left: 20%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 2s;
  }
  @keyframes pulseAnimation {
    0% {
      transform: scale(0.9);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.05);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
      opacity: 0.8;
    }
  }






.productRange{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.rangeSlider .slick-arrow  {
    width: 40px;
    height: 40px;
    background:rgba(255,255,255,0.7);
    border-radius: 50%;
    mix-blend-mode: screen;
   
}
.rangeSlider .slick-dots{
    bottom:-30px;
}
.rangeSlider .slick-dots > li{
    border:1px solid #ccc;
    border-radius: 50%;
    padding: 2px;
}
.rangeSlider .slick-dots > li > button {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 50%;

   
}
.rangeSlider .slick-dots > li.slick-active > button{
    background: var(--black);
}
.rangeSlider .slick-prev:before, .rangeSlider .slick-next:before{
    margin-top: -7px;
    width: 15px;
    height: 15px;
}
.rangeSlider .slick-prev{
    left:20px;
}
.rangeSlider .slick-prev:before{
    margin-left: -3px;
}
.rangeSlider .slick-next{
    right:20px;
}
.rangeSlider .slick-next:before{
    margin-left: -10px;
}
.productRange .circle-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -280px; /* Adjust to fit properly */
    width: 400px; /* Adjust based on design */
    height: 400px;
    z-index: -1;
  }

  .circle-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff9e7;
    border-radius: 50%;
    clip-path: inset(0 0 0 50%); /* Creates a semi-circle */
    animation: pulseAnimation 6s infinite alternate ease-in-out;
  }

  .circle-container::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: rgba(255, 204, 0, 0.4);
    border-radius: 50%;
    clip-path: inset(0 0 0 50%);
    top: 10%;
    left: 10%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 1s;
  }

  .circle-container div {
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: #fed55f;
    border-radius: 50%;
    clip-path: inset(0 0 0 50%);
    top: 20%;
    left: 20%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 2s;
  }

  .globalPresence {
    overflow: hidden;
    position: relative;
  }

  .globalPresence  .circle-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -250px; /* Adjust to fit properly */
    width: 400px; /* Adjust based on design */
    height: 400px;
    z-index: -1;
  }
  .globalPresence .circle-container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    clip-path: inset(0 50% 0 0); /* Creates a semi-circle */
    animation: pulseAnimation 6s infinite alternate ease-in-out;
  }
  .globalPresence .circle-container::after{
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: rgba(237, 237, 235,0.4);
    border-radius: 50%;
    clip-path: inset(0 50% 0 0);
    top: 10%;
    left: 10%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 1s;
  }
  .globalPresence .circle-container div {
    position: absolute;
    width: 60%;
    height: 60%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    clip-path: inset(0 50% 0 0);
    top: 20%;
    left: 20%;
    animation: pulseAnimation 6s infinite alternate ease-in-out 2s;
  }
  @keyframes pulseAnimation {
    0% {
      transform: scale(0.9);
      opacity: 0.8;
    }
    50% {
      transform: scale(1.05);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
      opacity: 0.8;
    }
  }

  .bottomBox{
    background:#f7f7f7;
    padding: 60px;
    border-top: 10px solid var(--primary);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

@media(max-width: 767px){
    .partnerText{
        padding: 0;
        background: transparent;
    }
    .partnerText:after{
        display: none;
    }
    .partnerImg img{
        position: static;
        object-fit: contain;
    }
    .productRange .circle-container{
        display: none;
    }
    .bottomBox{
      padding: 30px;
      font-size: 15px;
    }
    .aboutCompany{
      padding: 15px;
      background: transparent;
    }
}