.expertServices  .back{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .expertServices .back .flipPara p{
  font-weight: 600;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.6;
  line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  }
  .expertServices .back .flipPara{
  display: flex;
  align-items: flex-end;
  }
  
  .expertServices .back {
  transform: rotateY(180deg);
  background-color: #fff;
  border: 1px solid rgb(241, 242, 246);
  padding: 1rem;
  border-radius: 20px;
  }
  
  .expertServices{
  padding: 2rem 0;
  background-color: #fafafa;
  padding-top: 6rem;
  }
  .expertServices h2{
  font-weight: 700;
  color: rgb(49, 66, 89);
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
  }
  .expertServices .sectionPara {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.2rem;
  color: #575766;
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 1.4rem;
  }
  .expertServices .for {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #000;
  }
  
  .expertServices .expertItem {
  width: 350px;
  background-color: #fff;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: .3s ease;
  max-width: 100%;
  cursor: pointer;
  }
  @media(max-width:991px){
    .expertServices h2{
      font-size: 2rem;
      line-height: 1.6;
    }
  }
  .expertServices .expertItem img{
  height: 140px;
  margin-bottom: .5rem;
  max-width: 100%;
  object-fit: contain;
  }
  .expertServices .expertItem:hover{
  background-color: #f0f2fe;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  }
  .expertServices .expertItem .desc h3{
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #000;
  }
  .step .secHead{
    font-weight: 600;
    font-size: 1.2rem;

  }
  .expertServices .expertItem .desc p{
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  color: #575766;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  }
  /* appointment of director */
  /* single form */
    .singlePageForm {
      max-width: 850px;
      margin: 40px auto;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      padding: 40px 50px;
      color: #333;
    }
    .singlePageForm h2 {
      font-size: 1.5rem;
      border-bottom: 2px solid #4a90e2;
      padding-bottom: 6px;
      margin-bottom: 20px;
      color: #1b3a6e;
      font-weight: 600;
    }
    .singlePageForm .form-group {
      margin-bottom: 18px;
    }
    .singlePageForm label {
      display: block;
      margin-bottom: 6px;
      font-weight: 600;
    }
    .singlePageForm input,
    .singlePageForm select,
    .singlePageForm textarea {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: .85rem;
      transition: border-color 0.3s ease;
      font-weight: 500;
    }
    .singlePageForm input:focus,
    .singlePageForm select:focus,
    .singlePageForm textarea:focus {
      outline: none;
      border-color: #4a90e2;
    }
    .singlePageForm .form-section {
      margin-bottom: 35px;
    }
    /* .singlePageForm .upload-group input[type="file"] {
      border: none;
    } */
    .singlePageForm .submitBtn {
      background: #4a90e2;
      color: #fff;
      border: none;
      padding: 12px 28px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 1rem;
      transition: background 0.3s;
      font-weight: 500;
      text-transform: uppercase;
    }
    .singlePageForm .submitBtn:hover {
      background: #357acb;
    }
    .singlePageForm .form-control{
        box-shadow: none;
    }
    .singlePageForm .form-select{
    box-shadow: none;
    }
    .singlePageForm small{
        font-weight: 500;
        font-size: .8rem;
        display: block;
        margin-top: .5rem;
    }
    .topSection{
        padding-top: 6rem;
    }
   .topSection .container{
        max-width: 850px;
    }
    section h1{
        font-weight: 600;
        font-size: 1.6rem;
        text-align: center;
    }
    /* custome dpdown checkboxes */
   
.multiCheckboxDropdown .dropdown-toggle::after {
  display: none !important;
}

/* svg rotation animation controlled by .rotated */
.multiCheckboxDropdown .dropdown-icon svg {
  transition: transform 0.28s ease;
  transform-origin: 50% 50%;
}

/* rotated state */
.multiCheckboxDropdown .dropdown-icon.rotated svg {
  transform: rotate(180deg);
}

/* menu sizing */
.multiCheckboxDropdown .dropdown-menu {
  max-height: 220px;
  overflow-y: auto;
  min-width: 220px;
}

/* checkbox item layout */
.multiCheckboxDropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* checkbox size */
.multiCheckboxDropdown input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.multiCheckboxDropdown .btn{
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .85rem;
    transition: border-color 0.3s ease;
    font-weight: 500;
}
.multiCheckboxDropdown .btn span{
    color: #000;
}
.multiCheckboxDropdown .dropdown-menu{
   width: 100%;
}
.multiCheckboxDropdown .dropdown-menu .dropdown-item{
   font-size: .85rem;
   padding-left: 0;
}
.singlePageForm span.text-danger{
  font-weight: 500;
  font-size: .8rem;
  margin-top: .5rem;
  display: block;
}
.singlePageForm .alert-success{
  font-weight: 500;
  font-size: .85rem;
}
.singlePageForm .alert-success{
  font-weight: 500;
  font-size: .85rem;
}
.singlePageForm .alert-success .btn-close{
  box-shadow: none !important ;
}