.elementor-989 .elementor-element.elementor-element-cfe3ad3{--display:flex;--padding-top:60px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-989 .elementor-element.elementor-element-b7a0017{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-989 .elementor-element.elementor-element-b7a0017:not(.elementor-motion-effects-element-type-background), .elementor-989 .elementor-element.elementor-element-b7a0017 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-989 .elementor-element.elementor-element-b7a0017{--content-width:895px;}}@media(max-width:767px){.elementor-989 .elementor-element.elementor-element-cfe3ad3{--padding-top:50px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-989 .elementor-element.elementor-element-b7a0017{--padding-top:60px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for html, class: .elementor-element-8fbcf41 */html {
  scroll-behavior: smooth;
}

.jobcard-container {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: #fff6e8;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  color: #3c2b21;
}

.jobcard-heading {
  color: #e63946;
  font-size: 28px;
  margin-bottom: 16px;
}

.jobcard-intro {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.jobcard-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.jobcard-details li {
  font-size: 16px;
  margin: 10px 0;
}

.jobcard-details a {
  color: #1d72b8;
  text-decoration: none;
}

.jobcard-details a:hover {
  text-decoration: underline;
}

.jobcard-cta {
  font-size: 16px;
  font-weight: 500;
  color: #4b2e83;
  margin-top: 30px;
}

.jobcard-cta .apply-btn {
  color: #ec1c3c;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}


.jobcard-apply-blink {
  color: #ec1c3c;
  font-weight: bold;
  animation: jobcard-blink 1s infinite;
}

@keyframes jobcard-blink {
  0% { opacity: 1; }
  50% { opacity: 0.2; }
  100% { opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-29813ee *//* ========== GRID LAYOUT ========== */
.cf7-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
  margin-bottom: 20px;
}

.cf7-col {
  width: 48%;
}

.cf7-col.full-width {
  width: 100%;
}

/* ========== MOBILE RESPONSIVENESS ========== */
@media (max-width: 768px) {
  .cf7-col {
    width: 100% !important;
  }
}

/* ========== COMMON FIELD STYLES ========== */
.cf7-grid input,
.cf7-grid select,
.cf7-grid textarea {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  border-radius: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease;
}

.cf7-grid textarea {
  min-height: 120px;
  resize: vertical;
  border-radius: 20px;
}

/* ========== FILE INPUT STYLES ========== */
.cf7-grid input[type="file"] {
  height: 48px;
  border-radius: 30px;
  cursor: pointer;
      padding: 9px 12px;
  background: #fff;
  font-size: 15px;
}

input[type="file"]::-webkit-file-upload-button {
  background: #000;
  color: #fff;
  padding: 6px 18px;
  border: none;
  border-radius: 25px;
  margin-right: 15px;
  font-weight: 600;
  cursor: pointer;
}

input[type="file"]::file-.elementor-989 .elementor-element.elementor-element-29813ee-button {
  background: #000;
  color: #fff;
  padding: 6px 18px;
  border: none;
  border-radius: 25px;
  margin-right: 15px;
  font-weight: 600;
  cursor: pointer;
}

input[type="file"]::-webkit-file-upload-button:hover,
input[type="file"]::file-.elementor-989 .elementor-element.elementor-element-29813ee-button:hover {
  background-color: #222;
}

/* ========== SUBMIT BUTTON ========== */
input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 30px;
  width: 20%
}

@media (max-width: 768px) {
  .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
  }
}

input[type="submit"]:hover {
  background: #222;
}/* End custom CSS */