/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.entry-header {
  margin: 0 0 0px !important;
}
.jeg_main .jeg_content {
  padding: 0px 0 40px !important;
}

.leoContent3 .ad-position-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ad-position-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  padding: 6px 0;
  color: #000;
}

.ad-position-list li i {
  color: green;
  font-size: 18px;
}


.leoContent p {
   font-family: 'Open Sans', arial, sans-serif;
   font-size: 22px;
   line-height: 28px;
   margin-bottom: 30px;
   color: #FFFFFF;
}

.leoContent2 p {
   font-family: 'Open Sans', arial, sans-serif;
   font-size: 22px;
   line-height: 28px;
   color: #000;
   margin-bottom: 30px;
   line-height: 1.5
}

.leoContent3 p {
   font-family: 'Open Sans', arial, sans-serif;
   font-size: 18px;
   color: #000;
   line-height: 1.6
}

.vc_do_icon {margin-bottom: 0px !important;}
.vc_btn3.vc_btn3-color-orange, .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
  background-color: #EDB500 !important;
}
.jeg_footer_content .container {max-width: 1900px !important}


/* Main Table */
.service-table {
  width: 90%;
  margin: 0 auto !important;
  border-collapse: collapse;
}

.service-table tbody tr {
  background: transparent !important;
  color: #FFFFFF;
  border-bottom: unset !important;
}
}
.service-table tbody tr:hover {
  background: transparent !important;
  color: inherit;
}


.service-table td {
  border: none;
  vertical-align: top;
  padding: 20px !important;
  width: 50%;
}

/* Flex Box Layout */
.service-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Icon Styling */
.service-icon {
  font-size: 52px;
  color: #fff;
}

/* Heading Styling */
.service-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

/* Paragraph Styling */
.service-content p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 1.25em !important;
  text-align: center;
}


.apply-btn {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
}

.apply-btn:hover {
    background: #005177;
    color: #fff;
}

.careerbox .jeg_pl_lg_7 {
  background: transparent;
  border: unset;
  margin-bottom: 40px;
  overflow: visible;
}

.job-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

/* Job Card */
.job-card {
    background: #1c1c1cad;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(226, 174, 53, 0.18);
    transition: 0.3s;
    max-width: 750px;
    margin: 0 auto;
    text-align: left;
}

.job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(226, 174, 53, 0.10);
}

/* Title */
.job-title {
    font-size: 22px;
    font-weight: 700;
    margin:0 0 15px;
}

.job-title a {
    color: #fff;
    text-decoration: none;
}

.job-title a:hover {
    color: #00bfff;
}

/* Description */
.job-desc {
    font-size: 15px;
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Buttons Wrapper */
.job-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Common Button Style */
.job-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

/* Read More Button */
.read-more-btn {
    background: #ffffff;
    color: #000;
}

.read-more-btn:hover {
    background: #f2f2f2;
}

/* Apply Button */
.apply-btn {
    background: linear-gradient(135deg, #0073aa, #005177);
    color: #fff;
}

.apply-btn:hover {
    background: #005177;
}


/* Main Form Wrapper */
#acym_fulldiv_formAcym50441 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}

/* Form Fields Layout */
#acym_fulldiv_formAcym50441 .acym_form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input Field Box */
#acym_fulldiv_formAcym50441 input[type="text"],
#acym_fulldiv_formAcym50441 input[type="email"] {
    width: 100%;
    padding: 14px 15px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: 0.3s ease;
    background: #f9f9f9;
}

/* Input Focus Effect */
#acym_fulldiv_formAcym50441 input[type="text"]:focus,
#acym_fulldiv_formAcym50441 input[type="email"]:focus {
    border-color: #007bff;
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
}

/* Subscribe Button Wrapper */
#acym_fulldiv_formAcym50441 .acysubbuttons {
    margin-top: 10px;
    text-align: center;
}

/* Subscribe Button Style */
#acym_fulldiv_formAcym50441 .subbutton {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #007bff, #0056d2);
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Button Hover */
#acym_fulldiv_formAcym50441 .subbutton:hover {
    background: linear-gradient(90deg, #0056d2, #003c9e);
    transform: translateY(-2px);
}

/* Error Message Styling */
#acym_fulldiv_formAcym50441 .acym__field__error__block {
    color: red;
    font-size: 13px;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 600px) {
    #acym_fulldiv_formAcym50441 {
        padding: 18px;
    }

    #acym_fulldiv_formAcym50441 .subbutton {
        font-size: 15px;
    }
}

