/* -----------------------Global Typography Start----------------------- */

body,
p,
span {
  font-family: "Merriweather Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif !important;
}

/* -----------------------Global Typography End----------------------- */
/* -----------------------Container left right padding to match header Start----------------------- */
.container_padding {
  padding-left: 5%;
  padding-right: 5%;
}

/* -----------------------Container left right padding to match header End----------------------- */

/* -----------------------Home Page Hero Start----------------------- */
.dot_animation_container > span {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
}

/* -----------------------Home Page Hero End----------------------- */

/* -----------------------Home Page Marquee Start----------------------- */
.marquee_section {
  width: 100%;
  overflow: hidden;
  background: #00433c;
  color: #fff;
}

.marquee-track {
  display: flex;
  padding: 0px;
  width: max-content;
  animation: scrollLoop 30s linear infinite;
}

.marquee-content {
  display: flex;
  gap: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.dot {
  color: #e8a020;
}

.highlight {
  color: #e8a020;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* -----------------------Home Page Marquee End----------------------- */

/* -----------------------Home Page News & Updates Start----------------------- */

.home_blogs .elementor-shortcode .rt-container-fluid {
  padding-left: 0px !important;
}

.home_blogs .elementor-shortcode .rt-container-fluid .entry-title {
}

.home_blogs .tpg-excerpt {
}

/* Step 1: Make parent flexible */
.home_blogs .rt-detail {
  display: flex;
  flex-direction: column;
}

/* Step 2: Move category above title */
.home_blogs .rt-detail .categories-links {
  order: -2;
  margin-bottom: 8px;
}

/* Step 3: Keep title after category */
.home_blogs .rt-detail .entry-title {
  order: -1;
}

/* Step 4: Move date near bottom */
.home_blogs .rt-detail .date {
  order: 3;
  margin-top: 10px;
  font-size: 13px;
  color: #777;
}

/* Step 5: Read more stays at bottom */
.home_blogs .rt-detail .post-meta {
  order: 4;
}

/* Step 6: Remove folder icon */
.home_blogs .categories-links i {
  display: none !important;
}

.date i {
  display: none !important;
}

/* Step 7: Clean category style */
.home_blogs .categories-links a {
  color: #00433c !important;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Step 8: Optional spacing fix */
.home_blogs .post-meta-user {
  display: contents;
  /* flatten structure for better control */
}

/* -----------------------Home Page News & Updates End----------------------- */

/* -----------------------Home Page Prefix Start----------------------- */
.blue_prefix > p,
.orange_prefix > p {
  position: relative;
  padding-left: 40px;
  /* space for line */
}

.blue_prefix > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 30px;
  /* line length */
  height: 2px;
  /* thickness */
  background: #00433c;
  /* your color */
}

.heading_prefix {
  position: relative;
  padding-left: 40px;
}

.heading_prefix::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 30px;
  /* line length */
  height: 2px;
  /* thickness */
  background: #00433c;
  /* your color */
}

.orange_prefix > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 30px;
  /* line length */
  height: 2px;
  /* thickness */
  background: #e8a020;
  /* your color */
}

/* -----------------------Home Page Prefix End----------------------- */

/* -----------------------Management Team Start----------------------- */
/* .management_description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;

  padding: 0;
  margin: 0;
}

.management:hover .management_description {
  max-height: 455px;
  opacity: 1;
  transform: translateY(0);
  background-color: #0A1628;
} */

.our_story {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #00433c;
  padding: 20px 0px;
}

.heading_style {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.07em;
  color: #0a1628;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}

/* -----------------------Management Team End----------------------- */

/* -----------------------Our Journey Start----------------------- */
/* ===== SECTION ===== */
/* .our_journey .timeline {
  position: relative;
  max-width: 1000px;

  margin: auto;
  padding: 40px 20px;
}


.our_journey .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
  transform: translateX(-50%);
}


.our_journey .timeline-item {
  position: relative;
  width: 50%;
  padding: 40px 0;
}


.our_journey .timeline-item.left {
  left: 0;
  text-align: right;
  padding-right: 60px;
}


.our_journey .timeline-item.right {
  left: 50%;
  text-align: left;
  padding-left: 60px;
}


.our_journey .timeline-item::before {
  content: "";
  position: absolute;
  top: 45px;
  width: 10px;
  height: 10px;
  background: #00433C;
  border-radius: 50%;
  z-index: 2;
}

.our_journey .timeline-item.left::before {
  right: -5px;
}

.our_journey .timeline-item.right::before {
  left: -5px;
}


.our_journey .timeline-item .content {
  max-width: 420px;

}


.our_journey .timeline-item .content h3 {
 
  font-size: 48px;
  line-height: 1;
  color: #00433C;
  margin-bottom: 5px;
}


.our_journey .timeline-item .content h4 {
 
  font-size: 17px;
  font-weight: 700;
  color: #0a1628;
  margin-bottom: 8px;
}


.our_journey .timeline-item .content p {
  font-size: 13.5px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}


.our_journey .timeline-item.highlight::before {
  background: #f5a623;
}


.our_journey .timeline-item .content {
  transition: 0.3s ease;
}

.our_journey .timeline-item:hover .content {
  transform: translateY(-5px);
} */

.timeline_new {
  padding: 5px 0;
  background: linear-gradient(180deg, #f8fafb 0%, #f2f7f6 100%);
  overflow: hidden;
  position: relative;
}

/* =========================
TOP HEADING
========================= */

.timeline_top_heading {
  text-align: center;
  margin-bottom: 80px;
}

.timeline_top_heading span {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #00433c;
  text-transform: uppercase;
}

.timeline_top_heading span::before,
.timeline_top_heading span::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e8a020;
}

.timeline_top_heading h2 {
  margin-top: 18px;

  font-size: 58px;
  line-height: 1.1;
  color: #071c2f;
  font-weight: 600;
}

/* =========================
ROW
========================= */

.timeline_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  gap: 16px;

  position: relative;
}

/* MAIN LINE */

.timeline_row::before {
  content: "";

  position: absolute;
  top: 52px;
  left: 50%;

  transform: translateX(-50%);

  width: calc(100% - 40px);
  height: 2px;

  background: #dbe5e3;
}

/* =========================
CARD
========================= */

.timeline_card {
  position: relative;
  width: 100%;
  max-width: 220px;
  z-index: 2;
}

/* ICON */

.timeline_icon {
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background: #00433c;
  border: 6px solid #f8fafb;
  box-shadow: 0 0 0 2px #00433c;
  position: relative;
  z-index: 3;
}

/* ACTIVE ICON */

.timeline_card.active .timeline_icon {
  background: #e8a020;
  box-shadow: 0 0 0 2px #e8a020;
}

/* CONNECTOR */

.timeline_connector {
  width: 2px;
  height: 40px;

  background: #dbe5e3;

  margin: auto;
}

/* =========================
CONTENT
========================= */

.timeline_content {
  background: rgba(255, 255, 255, 0.88);
  min-height: 300px;
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 18px;
  border: 1px solid #00433c;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);

  transition: 0.35s ease;
}

/* ACTIVE CARD */

.timeline_card.active .timeline_content {
  background: linear-gradient(180deg, #00433c 0%, #01211e 100%);

  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* HOVER */

.timeline_card:hover .timeline_content {
  transform: translateY(-8px);

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* =========================
YEAR
========================= */
.timeline_content h3 {
  display: block;
  background-color: #00433c;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 18px;
  color: #fff;
}

/* ACTIVE YEAR */

.timeline_card.active .timeline_content h3 {
  color: #e8a020;
  background-color: #fff;
}

/* =========================
TITLE
========================= */

.timeline_content h4 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 18px;
  color: #071c2f;
  font-weight: 700;
}

/* =========================
TEXT
========================= */

.timeline_content p {
  font-size: 13px;
  line-height: 1.7;
  color: #000000;
  font-weight: 300;
}

/* ACTIVE CARD TEXT */

.timeline_card.active .timeline_content h4,
.timeline_card.active .timeline_content p {
  color: rgba(255, 255, 255, 0.92);
}

/* =========================
MOBILE
========================= */

@media (max-width: 991px) {
  .timeline_new {
    padding: 5px 0;
  }

  .timeline_row {
    flex-direction: column;
    gap: 40px;
  }

  .timeline_row::before {
    width: 2px;
    height: 100%;

    left: 12px;
    top: 0;

    transform: none;
  }

  .timeline_card {
    max-width: 100%;

    padding-left: 55px;
  }

  .timeline_icon {
    margin: 0;

    position: absolute;
    left: 0;
    top: 0;
  }

  .timeline_connector {
    display: none;
  }

  .timeline_top_heading h2 {
    font-size: 42px;
  }
}

/* -----------------------Our Journey End----------------------- */

/* -----------------------Newsletter start----------------------- */
/* .fluentcrm_form .ff-t-column-1 {
  flex-basis: 100% !important;
} */

.newsletter_container form {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
}

/* -----------------------Newsletter end----------------------- */

/* -----------------------Career Start----------------------- */
.career_card:hover .career_card_heading p {
  color: white !important;
}

.career_card:hover .career_card_para p {
  color: #fff !important;
}

/* MAIN ITEM */
.open_positions .awsm-lists {
  border: unset !important;
}

.open_positions .awsm-job-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px !important;
  border-bottom: 1px solid #e5e7eb;
}

.open_positions .awsm-list-item {
  border-left: 3px solid #2a7ce100 !important;
}

.open_positions .awsm-list-item:hover {
  background-color: #f7f9fb !important;
  border-left: 3px solid #00433c !important;
}

/* MAKE BOTH COLUMNS FLEX */
.open_positions .awsm-list-left-col,
.open_positions .awsm-list-right-col {
  display: flex;
  flex-direction: column;
}

/* ===== LEFT COLUMN FIX ===== */
.open_positions .awsm-list-left-col {
  flex: 1;
}

/* TITLE */
.open_positions .awsm-job-post-title {
  font-family: "Merriweather Sans", sans-serif !important;
  order: 2;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  color: #0a1628;
  margin: 5px 0;
}

/* ===== MOVE CATEGORY TO LEFT ===== */
.open_positions .awsm-job-specification-job-category {
  position: absolute;
  left: 15px;
  top: 11px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #00433c;
  margin-bottom: 5px;
}

.open_positions .awsm-job-specification-job-type {
  position: absolute;
  right: 160px;
  top: 48px;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  background: #e8f2ff;
  color: #00433c;
  border-radius: 2px;
}

/* ===== MOVE LOCATION BELOW TITLE ===== */
.open_positions .awsm-job-specification-job-location {
  position: absolute;
  left: 15px;
  top: 65px;
  font-size: 12.5px;
  color: #000;
  display: flex;
}

/* REMOVE ICONS */
.open_positions .awsm-job-icon-500px {
  display: none;
}

/* ===== RIGHT COLUMN ===== */
.open_positions .awsm-list-right-col {
  align-items: flex-end;
}

/* BUTTON */
.open_positions .awsm-job-more-container a {
  background: #00433c;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.open_positions .awsm-job-more-container a:hover {
  background-color: #01211e;
}

/* IMPORTANT: relative parent */
.open_positions .awsm-job-item {
  position: relative;
  padding-left: 0;
  padding-top: 25px;
}

/* -----------------------Career End----------------------- */
/* -----------------------Contact Start----------------------- */
/* INPUT FIELDS */
.contact_us_form .forminator-ui input,
.contact_us_form .forminator-ui textarea,
.contact_us_form .forminator-ui select {
  height: 55px;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #f7f9fb;
  font-size: 14px;
  color: #0a1628;
}

/* TEXTAREA HEIGHT */
.contact_us_form .forminator-ui textarea {
  height: 140px;
  resize: none;
}

/* LABEL */
.contact_us_form .forminator-ui label {
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8a9ab0;
  margin-bottom: 6px;
}

/* BUTTON */
.contact_us_form .forminator-ui .forminator-button {
  background: #00433c;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

/* BUTTON HOVER */
.contact_us_form .forminator-ui .forminator-button:hover {
  background: #00433c;
}

/* REMOVE DEFAULT HEAVY STYLES */
.contact_us_form .forminator-ui {
  background: transparent !important;
  border: none !important;
}

.contact_us_form .forminator-ui input::placeholder,
.contact_us_form .forminator-ui textarea::placeholder {
  font-size: 14px;
}

.phone_number .forminator-error-message {
  display: none !important;
}

.phone_number .phone-error {
  background-color: #f9e4e8;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 2px;
  line-height: 2em;
  margin-top: 5px;
}

.phone_number .forminator-field > span:first-of-type {
  display: none !important;
}

/* .forminator_select_box .forminator-custom-form-2741{
  background-color: #f7f9fb !important;
  font-size: 12px !important;
} */

/* Dropdown container */
.forminator-select-dropdown {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f7f9fb !important;
  padding: 8px 0;
  box-shadow: 0 10px 30px rgba(10, 22, 40, 0.08);
}

.selection .select2-selection {
  border-radius: 6px !important;
  background-color: #f7f9fb !important;
  padding: 7px 16px !important;
}

.forminator_select_box .select2-results__option {
  font-size: 14px;
  color: #0a1628;
  padding: 12px 16px;
  transition: all 0.2s ease;
}

.forminator_select_box .select2-results__option--highlighted {
  background: #f1f5f9 !important;
  color: #0a1628;
}

.forminator_select_box .select2-results__option[aria-selected="true"] {
  background: #e8f0fe;
  color: #00433c;
}

.forminator_select_box .select2-results::-webkit-scrollbar {
  width: 6px;
}

.forminator_select_box .select2-results::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.forminator_select_box .select2-results::-webkit-scrollbar-thumb {
  background: #00433c;
  border-radius: 4px;
}

/* -----------------------Contact End----------------------- */

.button_style1 {
  background-color: #00433c;
  color: white;
  border: 1.5px solid #00433c;
}

.button_style1:hover {
  background-color: #01211e;
  color: white;
  border: 1.5px solid #00433c;
}

.button_style2:hover {
  border: 1.5px solid #e8a020;
  color: #e8a020;
}

.gradient_background_style1 {
  background: linear-gradient(135deg, #0a2e26 0%, #1f7a5a 60%, #f5a623 120%);
}

/* .manufacturing_stages_card:hover .card_number {
  background-color: #e8a020 !important;
} */

.overlay_container {
  position: relative;
  overflow: hidden;
}

.overlay_container::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 30%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.35) 60%,
    rgba(0, 0, 0, 0.12) 75%,
    rgba(0, 0, 0, 0.02) 100%
  );

  z-index: 1;
}

/* Keep content above overlay */
.overlay_container > * {
  position: relative;
  z-index: 2;
}

.overlay_container_style2 {
  position: relative;
  overflow: hidden;
}

/* .overlay_container_style2::before{
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(to right, rgb(1 85 74) 30%, rgb(0 67 60) 50%, rgb(0 65 60) 60%, rgb(0 67 60) 75%, rgb(0 67 60) 100%);

    z-index: 1;
} */

.overlay_container_style2::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(1, 85, 74, 1) 0%,
    rgba(1, 85, 74, 0.82) 25%,
    rgba(0, 67, 60, 0.55) 55%,
    rgba(0, 67, 60, 0.25) 75%,
    rgba(0, 67, 60, 0.05) 100%
  );

  z-index: 1;
}

/* Keep content above overlay */
.overlay_container_style2 > * {
  position: relative;
  z-index: 2;
}

/* ---------------------------------- */

.single-awsm_job_openings .post-layout {
  grid-template-columns: unset !important;
}

.single-awsm_job_openings .post-layout article {
  max-width: unset !important;
}

.single-awsm_job_openings aside,
.single-awsm_job_openings .sidebar {
  display: none;
}

.single-awsm_job_openings .content-area,
.single-awsm_job_openings .site-main {
  width: 100%;
  max-width: 100%;
}

.single-awsm_job_openings .author-box,
.single-awsm_job_openings .post-nav,
.single-awsm_job_openings .post-author {
  display: none !important;
}

/* ================================
   Job Apply Form Styling
================================ */

.awsm-job-form {
  margin-left: 100px;
  margin-right: 100px;
}

.awsm-job-form,
.awsm-application-form {
  background: #ffffff;
  padding: 40px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(10, 22, 40, 0.06);
}

/* Heading */
.awsm-job-form h2,
.awsm-application-form h2 {
  font-size: 22px;
  color: #0a1628;
  margin-bottom: 30px;
}

/* Labels */
.awsm-job-form label,
.awsm-application-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4a5568;
  margin-bottom: 10px;
}

/* Inputs + textarea */
.awsm-job-form input,
.awsm-job-form textarea,
.awsm-job-form select,
.awsm-application-form input,
.awsm-application-form textarea,
.awsm-application-form select {
  width: 100%;
  border: 1px solid #dbe2ea;
  background: #f8fafc;
  padding: 14px 16px;
  font-size: 15px;
  color: #0a1628;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Focus */
.awsm-job-form input:focus,
.awsm-job-form textarea:focus,
.awsm-job-form select:focus,
.awsm-application-form input:focus,
.awsm-application-form textarea:focus,
.awsm-application-form select:focus {
  border-color: #00433c;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 67, 60, 0.08);
}

/* Textarea */
.awsm-job-form textarea,
.awsm-application-form textarea {
  min-height: 160px;
  resize: vertical;
}

/* File upload */
.awsm-job-form input[type="file"],
.awsm-application-form input[type="file"] {
  border: none;
  padding: 0;
  background: transparent;
}

/* Checkbox area */
.awsm-job-form .awsm-application-privacy-policy,
.awsm-application-form .awsm-application-privacy-policy {
  margin-top: 20px;
  font-size: 14px;
  color: #4a5568;
}

/* Submit Button */
.awsm-job-form button,
.awsm-job-form input[type="submit"],
.awsm-application-form button,
.awsm-application-form input[type="submit"] {
  background: #00433c;
  color: #ffffff;
  border: none;
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

/* Hover */
.awsm-job-form button:hover,
.awsm-job-form input[type="submit"]:hover,
.awsm-application-form button:hover,
.awsm-application-form input[type="submit"]:hover {
  background: #01211e;
}

/* Spacing between fields */
.awsm-job-form p,
.awsm-application-form p {
  margin-bottom: 24px;
}

/* Required star */
.awsm-job-form .required,
.awsm-application-form .required {
  color: #d92d20;
}

.awsm-job-form-group.awsm-job-inline-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.awsm-job-form-group.awsm-job-inline-group input[type="checkbox"] {
  margin-top: 4px;
  width: 16px;
  height: 16px;
  accent-color: #00433c;
}

.awsm-job-form-group.awsm-job-inline-group label {
  margin: 0;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.awsm-job-specification-wrapper {
  display: flex;
  gap: 40px;
  padding-top: 20px;
}

.get_a_quote_menu,
.contact_us_menu {
  display: none;
}

#menu-header-menu {
  margin-left: 30px;
}

/* --------------------------Animation Start-------------------------- */

/* 
.slide-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.slide-left.active {
  opacity: 1;
  transform: translateX(0);
}


.slide-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.15s;
  will-change: transform, opacity;
}

.slide-right.active {
  opacity: 1;
  transform: translateX(0);
} */

/* Initial */
.slide-left,
.slide-right {
  transition: transform 0.1s linear;
  will-change: transform;
}

/* --------------------------Animation End-------------------------- */

html {
  scroll-behavior: smooth;
}

#join_the_team_section {
  scroll-margin-top: 180px;
}

.text_around_image {
  width: 500px;
  float: left;
  margin: 0 50px 50px 0;
  border-radius: 12px;
}

/* -------------------------- Hero slider Start-------------------------- */
.silder_heading_span {
  display: inline-block;
  font-family: "Merriweather", serif !important;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  color: #e8a020;
  text-transform: capitalize;
}

.slider_btn_container > div {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  justify-content: flex-start !important;
}

.slider_gradient {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.86) 80%,
    rgba(255, 255, 255, 0.7) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}
.slider_gradient2 {
  background: linear-gradient(
    90deg,
    rgba(0, 67, 60, 1) 70%,
    rgba(0, 67, 60, 0.86) 80%,
    rgba(0, 67, 60, 0.7) 90%,
    rgba(0, 67, 60, 0) 100%
  );
}

/* -------------------------- Hero slider End-------------------------- */

.border_style img {
  border-style: solid;
  border-width: 2px;
  border-color: #e8a020 #ffffff #e8a020 #ffffff;
}

.slider_text_background h4 {
  display: inline-block !important;
  background-color: #00433c !important;
  padding: 9px 20px !important;
  letter-spacing: 0.5px;
  border-radius: 5px;
}















/* ===== TABLET RESPONSIVE ===== */

@media (max-width: 1024px) {
  .timeline_content {
    min-height: 150px;
  }
  .timeline_new{
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  #menu-header-menu {
    margin-left: 0px;
  }

  .slider_text_background h4 {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

   #n2-ss-3,
    #n2-ss-3 .n2-ss-slide{
        height: 55vh !important;
    }

  /* .our_journey .timeline-line {
    left: 20px;
  }

  .our_journey .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    text-align: left !important;
  }

  .our_journey .timeline-item.left,
  .our_journey .timeline-item.right {
    left: 0;
  }

  .our_journey .timeline-item::before {
    left: -5px !important;
    right: auto;
  }

  .our_journey .timeline-item .content {
    max-width: 100%;
  } */

  /* .management:hover .management_description {
    max-height: 730px;
    opacity: 1;
    transform: translateY(0);
    background-color: #0A1628;
  } */

  .card_image_center .elementor-widget-image {
    display: flex;
    justify-content: center;
  }

  .awsm-application-form {
    padding: 24px;
  }

  .awsm-job-form {
    margin-left: 0px;
    margin-right: 0px;
  }

  .awsm-job-form h2,
  .awsm-application-form h2 {
    font-size: 17px;
  }

  /* LIST WRAPPER */
  .open_positions .awsm-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* CARD */
  .open_positions .awsm-list-item {
    background: #ffffff;
    border: 1px solid #e5e7eb !important;
    border-left: 3px solid #00433c !important;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  /* ITEM */
  .open_positions .awsm-job-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px !important;
    gap: 18px;
  }

  /* RESET ABSOLUTE POSITIONS */
  .open_positions .awsm-job-specification-job-category,
  .open_positions .awsm-job-specification-job-location,
  .open_positions .awsm-job-specification-job-type {
    position: static;
  }

  /* CATEGORY */
  .open_positions .awsm-job-specification-job-category {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #00433c;
    margin-bottom: 4px;
  }

  /* TITLE */
  .open_positions .awsm-job-post-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
  }

  /* LOCATION */
  .open_positions .awsm-job-specification-job-location {
    font-size: 14px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* RIGHT COLUMN */
  .open_positions .awsm-list-right-col {
    width: 100%;
    align-items: flex-start;
    gap: 15px;
  }

  /* JOB TYPE BADGE */
  .open_positions .awsm-job-specification-job-type {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    background: #e8f2ff;
    color: #00433c;
    border-radius: 4px;
  }

  /* BUTTON */
  .open_positions .awsm-job-more-container {
    width: 100%;
  }

  .open_positions .awsm-job-more-container a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 14px 20px;
    border-radius: 6px;

    background: #00433c;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .open_positions .awsm-job-more-container a:hover {
    background: #01211e;
  }

  .awsm-job-form-inner {
    padding: 20px;
  }

  .awsm-job-form {
    padding: 0px;
  }

  .get_a_quote_menu {
    display: flex;
    background-color: #00433c;
    border: 1.5px solid #00433c;
    padding: 5px 25px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .get_a_quote_menu a {
    text-align: center;
    justify-content: center;
    color: #fff !important;
  }

  .contact_us_menu {
    display: flex;
    border: 1.5px solid #0a162817;
    padding: 5px 25px;
    margin-bottom: 15px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .contact_us_menu a {
    justify-content: center;
    color: #4a5568;
  }

  .contact_us_menu:hover a {
    color: #e8a020 !important;
  }

  .contact_us_menu:hover {
    border: 1.5px solid #e8a020;
  }

  .topbar,
  .alert-bar {
    display: none;
  }

  .nav-drop {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
  }

  /* Show when active */
  .menu-item-has-children.active .nav-drop {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .nav-drop {
    position: static;

    max-height: 0;
    overflow: hidden;

    opacity: 1;
    pointer-events: all;

    transform: none;

    box-shadow: none;
    border: none;

    padding-left: 16px;

    transition: max-height 0.3s ease;
  }

  /* OPEN STATE */
  .menu-item-has-children.active .nav-drop {
    max-height: 500px;
    margin-bottom: 10px;
  }

  .menu-item-has-children .chevron {
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.active .chevron {
    transform: rotate(-135deg);
  }
}
