
:root {
    --primary-color: #303430;
    --secondary-color: #177E38;
    --text-color: #8E908B;
    --white-color: white;
    --border-color: #E2E4E2;
    --footer-bg: #111111;
     --black-color: #000000; 
     --gray-color: #B4B4B4;
     --light-gray-color: #F7F7F7;
    --font-family: 'Mona Sans', sans-serif;
    --shadow-light: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    --shadow-heavy: 0px 8px 40px 0px rgba(189, 189, 189, 0.28);
    --box-shadow-light: 0px 2px 12px 0px #00000014;
    --box-shadow-heavy: 0px 8px 40px 0px #BDBDBD47;
    

    

   /* Font sizes */
    --h1-size: 48px;
    --h2-size: 40px;
    --h3-size: 32px;
    --h4-size: 24px;
    --h5-size: 18px;
    --h6-size: 16px;

  /* Font weights */
    --h1-weight: 600;
    --h2-weight: 500;
    --h3-weight: 600;
    --h4-weight: 600;
    --h5-weight: 500;
    --h6-weight: 400;


  /* Line height */
    --h1-height: 60px;
    --h2-height: 50px;
    --h3-height: 40px;
    --h4-height: 36px;
    --h5-height: 26px;
--h6-height: 20px;
   --p-height: 24px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    margin: 0px !important;
}
body {
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: white;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    color: var(--primary-color);
	line-height: var(--h1-height);
}

h2 {
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    color: var(--primary-color);
line-height: var(--h2-height);
}

h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
line-height: var(--h3-height);
}

h4 {
    font-size: var(--h4-size);
    font-weight: var(--h4-weight);
    color: var(--primary-color);
line-height: var(--h4-height);
}

h5 {
    font-size: var(--h5-size);
    font-weight: var(--h5-weight);
    color: var(--primary-color);
line-height: var(--h5-height);
}

h6 {
    font-size: var(--h6-size);
    font-weight: var(--h6-weight);
    color: var(--primary-color);
line-height: var(--h6-height);
}

p {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
line-height: var(--p-height);
    margin: 0px;
    padding: 0px;
}

a {
    color: var(--secondary-color);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
ul li{
    list-style-type: none;
}
.wrapper {
    max-width: 1400px; 
    margin: 0 auto; 
    width: 100%;
    padding: 0 60px;
}


button{
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-family: var(--font-family);
    padding: 16px 20px;
    border: none;
    border-radius: 28px;
    font-size: var(--h6-size);
    cursor: pointer;
}


/* =========== utlity classes =====   */
.primary-button {
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-family: var(--font-family);
    padding: 20px 24px;
    border: none;
    border-radius: 28px;
    font-size: var(--h6-size);
    max-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.primary-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.secondary-button {
    background-color: var(--white-color);
    color: var(--black-color);
    font-family: var(--font-family);
    padding: 20px 24px;
    border-radius: 28px;
    max-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: var(--h6-size);
    cursor: pointer;
   box-shadow: var(--box-shadow-light);
    transition: all 0.3s ease;
}

.secondary-button:hover {

    transform: translateY(-2px);
}


/* ---- custom input -------  */
.custom-input{
  border: 1px solid var(--border-color);
  border-radius: 28px;
  max-height: 52px;
  color: var(--primary-color);
  font-size: 14px;
  padding: 16px;
  outline: none;
  background-color: #fff;
  width: 100%;
}

input::placeholder {
  color: var(--gray-color);
}



/* -------- custom country code input with label and flag ----   */
.inputs-row-wrapper{
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-input-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}
.custom-input-wrapper  label {
  font-size: var(--font-size-h6);
  font-weight: 400;
  color: var(--primary-color);
}

.iti--separate-dial-code .iti__selected-flag,
.iti__selected-flag {
  background-color: transparent !important;
  border-right: 1px solid var(--border-color);

  padding: 0 !important;
}
.iti__selected-dial-code {
  color: var(--primary-color);
}
.country-code-input-wrapper {
  position: relative;
}
.country-code-input-wrapper input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 20px;
  display: inline-block;
  outline: none;
  padding-left: 100px !important;
}
.country-code-input-wrapper .icon {
  position: absolute;
  left: 80px;
  font: 14px;
  z-index: 10;
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-right: 33px !important;
}
.iti__arrow {
  display: none;
}


/* ------------custom dropdown --------- */
.customDropdown {
  position: relative;
  display: inline-block;
  width: 100%;
   font-family: var(--font-family-base);
}

.customDropdown-btn .dropdown-arrow {
  transition: transform 0.3s ease;
}

.customDropdown-btn.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Custom Options Container */
.customDropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white-color);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  display: none;
  z-index: 10;
  width: 100%;
  min-height: 20px;
  overflow-y: auto;
  padding: 8px 0;
}

/* Show Dropdown */
.customDropdown-options.show {
  display: block;
}

/* Custom Dropdown Option */
.customDropdown-option {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.2s ease;
}

.customDropdown-option:hover {
  background: #f5f5f5;
}

.customDropdown-option .option-text {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 400;
}

.customDropdown-option .check-icon {
  font-size: 20px;
  color: inherit;
  display: none;
}

/* Show Check Icon for Active Option */
.customDropdown-option.active .check-icon {
  display: inline-block;
}
.customDropdown-option.active .check-icon,
.customDropdown-option.active .option-text {
  color: var(--secondary-color);
  font-weight: 500;
}


@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
  :root {
    --font-size-h1: 36px;
    --font-size-h2: 30px;
    --font-size-h3: 24px;
    --font-size-h4: 20px;
    --font-size-h5: 16px;
    --font-size-h6: 14px;
}
  .secondary-button {
    padding: 16px 20px;
  }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 14px;
    }
   .form-wrapper-petition {
    flex-direction: column;
    gap: 0px;
}
.form-wrapper-petition {
    gap: 0px !important;
}
input.wpcf7-form-control.wpcf7-text {

    width: 100%;
}

}



/* =========== Top Hero Header =====   */
.top-hero{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    position: relative;
  }
  .top-hero-content {
    background-color: #177E38B8;
    border-radius: 12px;
    width: 40%;
    padding: 40px;
}
.top-hero-content img {
    position: absolute;
    top: 90px;
    left: 28%;
}
.top-hero-content img {
    width: 128px;
    height: 129px;
}
.top-hero-content h1, .top-hero-content p {
    color: var(--white-color);
}
.top-hero-content h1{
    padding-bottom: 16px;
}
.top-hero-content p{
    width: 75%;
}
@media (max-width: 862px) {
 .top-hero-content{
    width: 100%;
    padding: 20px;
 }
 .top-hero-content img {
    position: absolute;
    top: 60px;
    right: 15px;
    left: unset;
}
.top-hero-content p {
    width: 65%;
}
}
.form-wrapper-petition {
    display: flex;
    gap: 28px;
}
input.wpcf7-form-control.wpcf7-text {
    padding: 16px;
    border-radius: 28px;
    border: 1px solid #E2E4E2;
    margin-bottom: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #E2E4E2;
    border-radius: 12px;
    padding: 16px;
    height: 182px;
    font-family: 'Mona Sans';
    font-size: 14px;
    color: #B4B4B4;
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.primary-button {
    width: 100%;
    height: 52px !important;
    padding: 0px;
}