  .portfolio__items--thumbnail::before{
        border-radius: 50%;
    }
    .portfolio__items--thumbnail__link{
        border-radius: 50%;
        box-shadow: 0.5pc 0pc;
    }
    .portfolio__items--thumbnail__link:hover{
        box-shadow: none;
    }

    .categories__content{
        60rem
    }

    .counterup__banner--inner{
        padding: 40px 0;
    }
    .counterup__banner--items {
    border:none;
    border-radius:none;
    padding:none;
    background:none;
    box-shadow:none;
    }

    .b-style{
    border-left: 3px solid #e91e63;
    padding-left: 20px;
    }

    .categories__content--title{
        font-size: 2.5rem;
        margin-bottom: 0;
    }

  .why-choose-us {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .why-choose-us h2 {
      font-size: 2.2em;
      margin-bottom: 40px;
      font-weight: 600;
    }

    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
    }

    .feature-box {
      max-width: 100%;
      text-align: left;
      box-shadow: 1px 2px 5px;
      padding: 20px;
      border-radius: 8px;
    }

    .feature-box h3 {
      font-size: 1.2em;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .feature-box p {
      font-size: 1em;
      color: #555;
    }

    .central-image-wrapper {
      position: relative;
      width: 420px;
      height: 420px;
      margin: 40px auto;
    }

    .circle-image {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .circle-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .overlay-img {
      position: absolute;
      width: 100px;
      height: 80px;
      border: 4px solid white;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .img1 { top: 0; left: 0; transform: translate(-40%, -40%); }
    .img2 { top: 0; right: 0; transform: translate(40%, -40%); }
    .img3 { bottom: 0; left: 0; transform: translate(-40%, 40%); }
    .img4 { bottom: 0; right: 0; transform: translate(40%, 40%); }

    .bottom-text {
      margin-top: 40px;
      font-size: 1.1em;
      color: #444;
    }

    .cta-button {
      display: inline-block;
      margin-top: 20px;
      padding: 12px 24px;
      background: black;
      color: white;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }

    .cta-button:hover {
      background: #333;
    }

    @media (max-width: 768px) {
      .features {
        flex-direction: column;
        align-items: center;
        margin: 20px;
      }

      .feature-box {
        max-width: 100%;
        text-align: center;
      }

      .central-image-wrapper {
        width: 280px;
        height: 280px;
      }

      .overlay-img {
        width: 70px;
        height: 55px;
      }
    }

    .about__content{
        color: #fff;
    }
     .about__content >p{
        color: #fff;
    }
      .about__content--maintitle{
    font-size: 7rem;
    line-height: 7.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 3px 2px grey;
      }
      .f-ctrl{
        font-size: 2.2rem;
        line-height: 1.5;
      }
      .contact__form--textarea{
        height: 51px;
      }

      .choiceus__content--desc{
        margin-bottom: 10px;
      }