/* Set default font */
body {
    font-family: 'Crimson Text', serif;
}

/* Font sizes for headings */
h1 {
    font-size: 6em;
}
@media (max-width: 992px) {
    h1 { font-size: 4.5em;
    }
}
@media (max-width: 576px) {
    h1 { font-size: 4em;
    }
}

h2 {
    font-size: 4em;
}

h3 {
    font-size: 2.5em;
    font-style: italic;   
    font-weight: 600; /* Assuming 'SemiBold' is 600 weight */    
    margin-bottom: 1rem;
    margin-top: 1rem;        
}
@media (max-width: 768px) 
    {
    h3 { 
        font-size: 2em;
        text-align: left;    
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media (max-width: 992px) 
    {
    h3 { 
        font-size: 1.5em;
    }
}


h4 {
    font-size: 2em;
    
}

h5 {
    font-size: 1em;
}

p {
    color: #57585a;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;    
}


.section-1, .section-2, .section-3, .section-4, .section-5 {
    display: flex;
    align-items: center; /* Align vertically center */
    justify-content: center; /* Align horizontally center (if needed) */
}

.footer-body a {
    color: white;
  }


/* Section 1 - Plain Green Background */
.section-1 {
    background-color: #00af64;
    background-image: url(img/big-arrow.svg);    
    background-size: auto 72vh;
    background-repeat: no-repeat;
    background-position: right 100px center;    
    color: white;
}
@media (max-width: 992px) 
    {
    .section-1 { 
    background: url(img/big-arrow-mobile.svg) no-repeat bottom right / 55%;
    background-color: #00af64;        
    }
}
@media (max-width: 576px) 
    {
    .section-1 { 
    background: url(img/big-arrow-mobile.svg) no-repeat bottom right / 65%;
    background-color: #00af64;        
    }
}

/* Section 2 - Four Background Images */
.section-2 {
    background: url('img/bg-graph-bl.svg') no-repeat bottom left / 15%,
                url('img/bg-graph-br.svg') no-repeat bottom right / 45%,
                url('img/bg-graph-tl.svg') no-repeat top left / 38%,
                url('img/bg-graph-tr.svg') no-repeat top right / 14%;
    color: #00af64;
}
@media (max-width: 768px) 
    {
    .section-2 { 
    background: url('img/bg-graph-bl.svg') no-repeat bottom left / 41%,
                url('img/bg-graph-l-mobile.svg') no-repeat top right / 30%
        
    }
}

    


/* Section 3 - Green Arrow Background */
.section-3 {
    background-image: url('img/bg-green-arrow.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;    
}

/* Section 4 - Graph Background */
.section-4 {
    background-image: url('img/bg-graph.svg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #00af64;    
}

/* Section 5 - Plain Green Background */
.section-5 {
    background-color: #00af64;
    color: white;
    
}

/* Set heights for sections */
.section-1, .section-3 {
    min-height: 95vh;
}

/* Set heights for sections */
.section-2 {
    min-height: 95vh;
}

.section-4, .section-5 {
    min-height: 45vh;
}

/* Custom Padding for Containers */
.container {
    padding-left: 50px;
    padding-right: 50px;
}




@media (max-width: 992px) 
    {
    .container-submit { 
        padding-left: 0px;
        padding-right: 0px;

    }
}



.container-hero, .container-footer {
    max-width: 1280px;
}

.header-thismonth {
    max-width: 900px;
}
@media (max-width: 992px) 
    {
    .header-thismonth { 
        max-width: 700px;
    }
}




.body-thismonth {
    font-size: 1.4em;
    color: white;
}
@media (max-width: 576px) {
    .body-thismonth { 
    font-size: 1.2em;
    }
}
    

    

.jobsinpr-image {
    height: 1.4em;
    position: relative;    
    top: -10px
}
@media (max-width: 576px) {
    .jobsinpr-image { 
        font-size: 0.95em;
        top: 0px;
    }
}

.why-container {
    margin-bottom: 3em;
}
@media (max-width: 768px) 
    {
    .why-container { 
    margin-bottom: 1em;
    }
}


.why-box {
    background-color: white;
    border: 1px solid #00af64; /* Green border, 1px width */
    border-radius: 5px; /* 5px border radius */
    text-align: center;
    padding: 50px 20px;
    height: 350px;
}

@media (max-width: 768px) 
    {
    .why-box { 
        width: 100%;
        margin: auto;
        padding: 10px;
        display: flex;
        align-items: flex-start; /* Aligns all items to the start of the container */
        border: none;
        background-color:transparent;
    }
}
@media (max-width: 992px) 
    {
    .why-box { 
        padding: 10px;
        height: auto;
    }
}
    

.why-number {
    height: 40px;
    margin-bottom: 1rem;
    margin-top: 1rem;            
}
@media (max-width: 768px) 
    {
    .why-number { 
        padding: 0px 20px 0px 0px;
        height: 45px;
        margin-bottom: 0;
        margin-top: 6px;        
        
    }
}

.why-text-content {
    width: 100%;
}

.why-body {
    margin-bottom: 1rem;
    margin-top: 1rem;            
}
@media (max-width: 768px) 
    {
    .why-body { 
        font-size: 1em;
        text-align: left;
        margin-bottom: 0;
        margin-top: 0;  
        margin-right: 20px;
        margin-left: 2px;

    }
}


.why-header {
    text-align: center;
    font-size: 2em;
    margin-top: 0.25em;
}
@media (max-width: 768px) 
    {
    .why-header { 
        text-align: left; 
        font-size: 2.2em;
        margin-top: 50px;

    }
}


.brought-header {
    font-size: 2.2em;
}
@media (max-width: 768px) 
    {
    .brought-header { 
        font-size: 1.9em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}


.brought-body {
    font-size: 1.2em;
}
@media (max-width: 768px) 
    {
    .brought-body { 
        font-size: 1.1em;
    }
}


.input-container {
    position: relative;
    display: inline-block;
    width: 500px; /* Ensure full width for smaller screens */
}
@media (max-width: 576px) 
    {
    .input-container { 
        width: 100%;
        margin-bottom: 50px;
    }
}


.email-field {
    padding: 15px 10px;
    font-size: 14px;
    border: 2px solid #00af64;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-right: 120px; /* Make room for the button on larger screens */
    padding-left: 20px;
    background: transparent;
    font-family: 'Franklin Gothic ATF', sans-serif;    
    border: 1px solid white; /* Add a white border for visibility */
    border-radius: 30px;
    color: white; /* Set placeholder text color to white */    
    
}

.email-field::placeholder {
    color: white; /* Set placeholder text color to white */
    opacity: 1; /* Make sure it's fully opaque */
    text-transform: uppercase;
    letter-spacing: 2px;    
}

@media (max-width: 576px) 
    {
    .email-field { 
        width: 70%
    }
}



.signup-button {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid white; /* Add a white border for visibility */    
    border-radius: 30px;
    padding: 2px 50px;
    background-color: white;
    color: #00af64;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    z-index: 2;
    height: calc(100% - 8px);
    box-sizing: border-box;
    font-family: 'Franklin Gothic ATF', sans-serif;    
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 4px;
    margin-right: 4px;
    
}

.signup-button:hover {
    border: 2px solid #00af64;
    background: transparent; 
    border: 1px solid white; /* Add a white border for visibility */    
    color: white;

}

/* Adjustments for screens below 576px */
@media (max-width: 576px) {
    .email-field {
        padding-right: 10px; /* Reset padding to default for smaller screens */
    }

    .signup-button {
        position: static; /* Reset position to flow in document */
        width: 70%; /* Full width for the button */
        margin-top: 10px; /* Space between the field and the button */
        border-radius: 30px; /* Maintain border-radius consistency */
        height: auto; /* Adjust height automatically */
        padding: 15px 10px;
    }
}

.list-button {
    background-color: #00af64;
    border: none;
    border-radius: 30px;
    padding: 10px 50px;
    font-family: 'Franklin Gothic ATF', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
@media (max-width: 992px) 
    {
    .list-button { 
        padding: 20px 0px;
        width: 100%
    }
}
@media (max-width: 768px) 
    {
    .list-button { 
        padding: 10px 50px;
        max-width: 300px;
    }
}




.list-button:hover {
    background-color: #00a359;
    border: none;
    border-radius: 30px;
}

.submit-job {
    text-align: right;
    font-size: 2em;
}
@media (max-width: 768px) 
    {
    .submit-job { 
        text-align: center;
        font-size: 1.4em;
    }
}
@media (max-width: 992px) 
    {
    .submit-job { 
        font-size: 1.3em;

    }
}
@media (max-width: 1200px) 
    {
    .submit-job { 
        font-size: 1.5em;

    }
}



.highlight {
    background-image: url('img/highlight.svg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block; /* To apply background correctly */
    padding: 0 0px; /* Adjust padding as needed */
    /* Additional styling as required */
}


.footer-container {
    
}
@media (max-width: 992px) 
    {
    .footer-column { 
        text-align: center;
    }
}


.jobsinpr-footer-logo {
    margin-top: -13px;
}
@media (max-width: 992px) 
    {
    .jobsinpr-footer-logo { 
        margin-top: 50px;
        margin-bottom: 15px;
        width: 300px;
    }
}

.signup-footer {
    margin-bottom: inherit;
}
@media (max-width: 576px) 
    {
    .signup-footer { 
        margin-bottom: inherit;
    }
}


@media (max-width: 972px) 
    {
    .signup-footer { 
        margin-bottom: 100px;
    }
}

#signup-form {
    max-width: 100%;
}


.footer-body {
    color: white;
    padding-left: 30px;
    padding-right: 30px;
}

.wadds-logo {
    
}
@media (max-width: 768px) 
    {
    .wadds-logo { 
        width: 250px;
        max-width: 100%;
    }
}

.fix-width {
    width: 120px;
    display: inline-block;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: none;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: none;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #0079c1;
}

.accordion-text {
    color: #ffffff;
}

/* CSS for Demo */
.accordion-container {
  max-width: 600px;
  margin: 0 auto;
}
