
[class*="__title"]{
  font-size: clamp(28px,3.5vw,65px) !important;
}


.serv_srt {
  padding-top: 135px;
}

.serv_srt__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serv_srt_txt {
  max-width: 60%;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.serv_srt_txt > p {
  font-size: clamp(16px,3.5vw,24px);
  line-height: clamp(18px,4.5vw,29px);
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
  scrollbar-color: #fff500 #000000;
}
.service__title {
  font-weight: 600;
  margin-bottom: 60px;
}

.serv_srt_img>img{
width: 100%;
}

.service__title > span {
  color: #fff500;
}

.triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #fff500 transparent transparent transparent;
  animation: triangleRotate 3s 1s 1;
  transform: rotate(0deg);
  margin: 35px auto;
}

@keyframes triangleRotate {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.block__title {
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  line-height: 70%;
  text-align: left;
  margin-top: 80px;
}

.prtf_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-top: 120px;
  align-items: stretch;
}

.prtf_item {
  border: 1px solid #fff;
  width: 30%;
  overflow: hidden;
}
.prtf_item > img {
  width: 100%;
}

.prtf_item.last {
  border-radius: 0px 0px 150px 0px;
  position: relative;
}

.prtf_item.last p {
  position: absolute;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  bottom: 40px;
  left: 30px;
}

.prtf_item.last div {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #d2fb3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prtf_item.last > div > svg {
  transform: rotate(-45deg);
}

.services-cont {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  border-top: 1px solid #fff;
  margin-top: 70px;
  gap: 20px;
}

.serv-item {
  width: calc(24% - 20px);
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-family: 'Montserrat',sans-serif;
  font-size: clamp(12px,1.5vw,45px);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: 500ms;
}

.serv-item:hover{
  background-color: #fff;
  color: #000000;
}

.relserv__container{
  margin-top: 200px;
}

.serv_contact{
  align-items: start;
  justify-content: start;
}

.cont-ci{
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  align-items: center;
  border: 1px solid #d2fb3d;
  color: #fff;
  justify-content: center;
  font-family: 'Montserrat',sans-serif;
font-size: 26px;
font-weight: 600;
line-height: 32px;
position: absolute;
}

.contact-circles{
  display: flex;
  flex-direction: column;
  position: relative;
  /* width: 300px; */
}

.serv-form{
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}

.cont-ci:last-child{
  top: 400px;
}
.cont-ci:nth-child(2){
  background: rgb(210, 251, 61);
  color: #000000;
  top: 200px;
  z-index: 2;
}

.accordion__container .label::after{
  content: none !important;
}

.accordion__container .label{
  padding-left: 0px;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

.ask_acardion .container.active .content{
  height: auto;
}

.content{
  padding: 10px 0 0 43px;
}

.accordion .container .label > img{
  width: 50px;
}

.accordion .label > img {
  transform: rotate(0deg);
  transition: 500ms;
}


.mySwiper.sing{
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
.mySwiper.sing .rect_item{
    width: calc(33.33% - 32px); /* Adjust the width to fit three items per row */
    /* height: 346px; */
    margin: 16px;
}

.prtf__container{
  position: relative;
}

.zeeg-inline-widget{
  width: 80% !important;
}


@media screen and (max-width:1250px) {
  .block__title {
    margin-top: 100px;
  }
  .accordion__container  .label{
    padding-left: 0 !important;
  }
  .accordion__container  .content{
    padding-left: 60px !important;
  }
}

@media screen and (max-width:992px) {
  .serv_srt__container{
    flex-direction: column;
  }
  .serv_srt_txt{
    max-width: 100%;
  }
  .wyg_label{
    color: #d2fb3d !important;
  }
  .wyg_label>img{
    display: none;
  }

  .container.wyg{
    border-bottom:1px solid #d2fb3d;
  }

  .mySwiper.sing{
    margin-top: 24px;
  }

  .mySwiper.sing .rect_item{
    width: calc(50% - 36px);
  }

  .contact-circles{
    display: none;
  }
  .zeeg-inline-widget{
    width: 100% !important;
  }
  .f_menu{
    width: 100%;
  }

  .serv_contact{
    padding-bottom: 0;
  }
}