* {
    padding: 0; 
    margin: 0; 
} 

body {
    font-family: plus-jakarta-sans, sans-serif; 
    box-sizing: border-box; 
}

.logo img {
    height: 50px; 
    width: auto; 
}

.menuOptions {
    display: flex;  
    justify-content: space-between; 
    align-items: center;
    gap: 5px; 
} 

.menuOptions a:link, .menuOptions a:active, .menuOptions a:visited {
    color: black;
    font-weight: 500; 
    text-decoration: none;
}

.callVector {
    margin-right: 1rem; 
}

.call {
    display: flex;
} 

.callInfo { 
    font-family: manrope, sans-serif;
}

.callNumber {
    font-size: 12px; 
    font-weight: bold;
}

.callText {
    font-size: 9px; 
}

#specialization {
    height: 50vh; 
} 

.spText {
    display: flex; 
    flex-direction: column; 
    width: 30%; 
    justify-content: center; 
    align-items: start;
} 

.spTextHeader {
    font-size: 3rem; 
    margin: 0;
} 

.spImg img {
    width: 70%;
}

#about {
    min-height: 80vh;
}

#about header {
    font-size: 3rem; 
    line-height: 100%; 
    letter-spacing: -1px;
    font-family: archivo, sans-serif;
}

#helping {
    height: 100vh; 
    gap: 60px;
}



.helpingText {
    gap: 20px; 
}

.helpingText img {
    width: 50px; 
    height: auto;
}

.helpingHeader {
    font-size: 2rem; 
    font-family: archivo, sans-serif;
}

.helpingSubheader {
    color: #1b763e;
}

.helpingBody {
    font-size: .9rem; 
    letter-spacing: -1px;
}

#transforming {
    height: 80vh;
}

.trans {
    gap: 50px;
} 

.transImg {
    width: 40%; 
    height: auto;
}

.transText {
    max-width: 50%;
}

.transSubheader {
    color: #eec044;
} 

.transHeader {
    font-size: 2rem; 
    font-weight: bold;
}

.trans1 {
    position: absolute; 
    top: 0; 
    left: 0;
}

.trans2 {
    position: absolute; 
    bottom: 0; 
    right: 0;
}

.solutions {
    display: flex; 
    width: 30%;
    justify-content: space-around;
    align-items: center;
    padding: 3px 3px;
    background-color: greenyellow; 
    color: black;   
}  

/* VISION */ 

#vision {
    height: 90vh;  
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    background-image: url("wheat.png"); 
    background-size: cover;
}

.visionImg {
    width: 38%; 
    height: 280px; 
    overflow: hidden;  
} 

#vision img {
    height: 100%; 
    width: 100%;
} 

.visionTextHeader {
    font-size: 1.7rem; 
    line-height: 120%;
}

.visionTextBody {
    font-size: 4rem; 
    line-height: 110%;
} 

.visionLabel {
    font-size: .9rem;
    line-height: 100%; 
    letter-spacing: -1px;
}

#review {
    min-height: 80vh;
}

.reviewSubheader {
    font-size: 1.2rem; 
    color: #eec044;
}

.reviewHeader {
    font-size: 2.3rem; 
    font-weight: bold;
}

.author {
    font-weight: bold;
}

#contact {
    min-height: 120vh;
}

.formSubheader {
    font-size: 1.2rem; 
    color: #eec044;
}

.formHeader {
    font-size: 2.3rem; 
    font-weight: bold;
}

#name, #email, #message, #name:focus, #email:focus, #message:focus {
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    outline: 0;
    font-size: 1rem;
}

.agreeLabel {
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 28px;
  font-size: 16px;
}

/* Hide default checkbox */
.agreeLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #e9ecef;
  border-radius: 0.25rem; 
  border: 1px solid #4baf47;

  /* CENTER CONTENT */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover */
.agreeLabel:hover .checkmark {
  background-color: #ced4da;
}

/* Checked state */
.agreeLabel input:checked ~ .checkmark {
  background-color: #4baf47;
}

/* Checkmark (hidden) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show checkmark */
.agreeLabel input:checked ~ .checkmark::after {
  display: block;
}

/* Checkmark style */
.checkmark::after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}


#contactForm button {
    background-color: #4baf47; 
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0;
    outline: 0;
}

/* FOOTER */ 

footer {
    height: 60vh; 
    background-color: #1e1f17;
    color: white;
}

/* Footer logo only */
.footerLogo img {
    height: 42px;
    width: auto;
}

/* Social icons under logo */
.desc > div:last-child img {
    height: 50px;
    width: auto;
    margin-right: 12px;
}

/* Explore & contact icons */
.explore img {
    height: 10px;
}

.footerContact img {
    height: 13px;
}


.desc {
    gap: 20px; 
    font-size: .9rem;
}

.exploreHeader, .footerContactHeader { 
    font-size: 1.2rem;  
    /* border-bottom: 5px solid #2a834f; */
}

.exploreBody {
    font-size: .9rem; 
    color: #e5e5e5;
}

.footerContact {
    font-size: .9rem;
}

.contactInput input, .contactInput input:focus {
    height: 50px;
    width: 270px;
    font-size: .8rem;
    border: 0;
    outline: none;
    border-bottom-left-radius: 10px; 
    border-top-left-radius: 10px;
}

.sendCont {
    height: 50px; 
    width: 50px;
    border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px;
}

#copyright {
    height: 10vh; 
    background-color: #1f1e17; 
    color: #a5a49a; 
    font-size: .8rem;
}