.worker-categories-card {
    overflow: hidden;
}

.worker-categories-card img {
    transition: transform 0.5s ease-in-out !important;
}

.worker-categories-card:hover img {
    transform: scale(1.1); 
}

.worker-categories-card {
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.worker-categories-card:hover h3 {
    color: #17B8AB !important; 
    transition: all 0.3s ease;
}

.worker-categories-card:hover .elementor-icon, 
.worker-categories-card:hover i, 
.worker-categories-card:hover svg {
    fill: #17B8AB !important; 
    color: #17B8AB !important;
    transition: all 0.3s ease;
}

.worker-categories-card:hover .elementor-icon-wrapper,
.worker-categories-card:hover .elementor-icon,
.worker-categories-card:hover svg {
    transform: translateX(05px);
    transition: all 0.3s ease;
}
/*Application process section*/
.choose-us-card:hover .elementor-icon {
    transform: scale(1.1); /* 1.2 mane 20% boro hobe */
    transition: all 0.2s ease-in-out; /* Smoothly boro hobe */
}
.choose-us-card .elementor-icon {
    transition: all 0.2s ease-in-out;
}
/* Services card  */
.services-card .elementor-icon {
    transition: transform 0.4s ease; /* Rotation smooth korar jonno */
}
.services-card:hover .elementor-icon {
    transform: rotate(-20deg);
}
/*Contact Form*/
.link-texts a {
    color: #7a7a7a
;
    text-decoration: none !important;
}
.link-texts a:hover {
    color: #14B8B1 !important;
    text-decoration: none !important;
}
.bred-crumbb a {
    text-decoration: none !important;
}
.cf7-wrapper {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  max-width: 820px;
border: 2px solid #F1EFED;
}

.cf7-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #111;
}

.cf7-row {
  display: flex;
  gap: 22px;
  margin-bottom: 18px;
}

.cf7-col {
  width: 50%;
}

.cf7-col-full {
  width: 100%;
  margin-bottom: 20px;
}
.cf7-wrapper label {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #222;
    margin-bottom: -15px;
    display: block;
}
.cf7-wrapper input,
.cf7-wrapper textarea,
.cf7-wrapper select {
  width: 100%;
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  outline: none;
  background: #fff;
}
div.cf7-wrapper textarea {
    height: 120px !important;
    min-height: 120px !important;
}
.cf7-wrapper input:focus,
.cf7-wrapper textarea:focus,
.cf7-wrapper select:focus {
  border-color: #8d0b3a;
}

.cf7-btn-wrap {
  margin-top: 10px;
}

.cf7-wrapper input[type="submit"] {
  width: 100%;
	transition: 0.3s;
  background: #37c3cd;
  color: #ffffff;
  padding: 14px;
  border-radius: 30px;
  border: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.cf7-wrapper input[type="submit"]:hover {
  background: #14B8B1;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .cf7-wrapper label {
        font-size: 12px !important;
    }
    .cf7-row {
        display: flex;
        gap: 5px !important;
        margin-bottom: 5px !important;
    }
    .cf7-wrapper {
        padding: 15px !important;
    }
}
