/* ============ Career page CSS last modified on 30-11-2022 [17:10 Hours] ============ */
/* ========= Banner section CSS starts here ======== */
.career-banner .banner-wrapper {
  background-image: url(https://storage.googleapis.com/patkarandsons.appspot.com/banner-img5.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 500px;
}

.career-banner .banner-wrapper img.banner-icon {
  height: 160px;
  margin-top: 30px;
}

.career-banner .banner-wrapper .caption-logo-text h1 {
  font-size: 51.9px;
  line-height: 1.3;
  color: #f69520;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding-bottom: 25px;
  border-bottom: 4px solid #ffc878;
}

.career-banner .banner-wrapper .caption-logo-text h2 {
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
}

.career-banner .banner-content {
  position: relative;
  top: 200px;
}

/* ========= Banner section CSS ends here ======== */
/* ============ Contact Us + Office location card CSS begins here ============ */
.office-addresses {
  margin: 60px 0 30px 0;
}

.office-addresses .address-card-wrapper {
  height: auto;
  background: #f7f7f7;
  margin-bottom: 30px;
  box-shadow: 3px 3px 5px #d3d3d3;
  transition: all 0.3s;
}

.office-addresses .address-card-wrapper:hover {
  transform: scale(1.05);
  transition: all 0.5s;
  z-index: 100;
  box-shadow: 3px 3px 8px #d3d3d3;
}

.office-addresses .address-card-wrapper h3.card-title {
  margin: 0px;
  padding: 15px 20px;
  background-color: #64499a;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px 4px 0px 0px;
}

.office-addresses .address-card-wrapper .card-body {
  padding: 18px;
  font-size: 15px;
  line-height: 1.3;
}

.office-addresses .address-card-wrapper .card-body i.icon-color {
  color: #64499a !important;
}

.office-addresses .address-card-wrapper .card-body .address-phone,
.office-addresses .address-card-wrapper .card-body .address-email {
  margin-top: 20px;
}

/* =========== Custom (animation for links) CSS starts here ============ */
a.hover-animation {
  color: #64499a !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  display: inline-block !important;
  position: relative !important;
}

a.hover-animation:hover {
  text-decoration: none !important;
  color: #6887b4 !important;
  transition: all 0.3s ease-in-out !important;
}

a.hover-animation:after {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  transform: scaleX(0) !important;
  height: 4px !important;
  bottom: -6px !important;
  left: 0 !important;
  background-color: #6887b4 !important;
  transform-origin: bottom right !important;
  transition: transform 0.5s ease-out !important;
}

a.hover-animation:hover:after {
  transform: scaleX(1) !important;
  transform-origin: bottom left !important;
}

/* =========== Custom (animation for links) CSS ends here ============ */
/* ============= New Contact Us form design CSS starts here ============= */
.custom-form-group {
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 20px;
}

.margin-above-submit-button {
  margin-bottom: 15px;
}

.custom-form-group #messageBox {
  resize: vertical;
  height: 80px;
}

.custom-form-field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.custom-form-field::placeholder {
  color: transparent;
}

.custom-form-field:placeholder-shown ~ .custom-form-label {
  font-size: 16px;
  cursor: text;
  top: 0;
  font-weight: 500;
}

.custom-form-label,
.custom-form-field:focus ~ .custom-form-label {
  position: absolute;
  display: block;
  transition: 0.2s;
  font-size: 13px;
  color: #c3c3c3;
  font-weight: 500;
}

.custom-form-field:focus ~ .custom-form-label {
  color: #64499a;
}

.custom-form-field:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #64499a;
}

.custom-form-group .submit-button {
  border: none;
  padding: 10px;
  cursor: pointer;
  float: right;
  width: 23%;
  outline: none;
  background: #64499a;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 500;
}

.custom-form-group .submit-button:hover {
  background-color: #6887b4;
  transition: ease-out 0.5s;
}

.custom-form-group .submit-button:active {
  background-color: #6887b4;
}

/* ============= New Contact Us form design CSS ends here ============= */
/* ============ Contact Us + Office location card CSS ends here ============ */
.google-map-address {
  margin-bottom: 0;
}

body {
  overflow-x: hidden;
}
