/*
Theme Name: Site Buyers (custom)
Description: Site Buyers custom theme.
Version: 1.0
*/

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #333;
    background: #fff;
}

#header-area {
  background-image:
    linear-gradient(to bottom, rgba(45,82,160,0.92), rgba(30,55,125,0.98)),
    radial-gradient(circle at 15% 20%, rgba(59,130,246,0.45), transparent 55%),
    radial-gradient(circle at 85% 80%, rgba(16,185,129,0.28), transparent 50%),
    linear-gradient(120deg, rgba(59,130,246,0.18), rgba(16,185,129,0.15), rgba(45,82,160,0.22));
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, 700px 700px, 700px 700px, cover;
  background-position: center, 0 0, bottom right, center;
  padding: 30px 0;
}

#header-area a {
    color: #fffaf5;
}

#header-area li {
    font-size: 1em;
    margin: 10px 30px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#logo {
    margin: 5px 0 0 0;
}

#logo img {
    max-width: 240px;
    height: auto;
}

.btn-header {
  font-size: 1em;
  background: linear-gradient(135deg, #1c9c91, #22c55e);
  border-radius: 4px;
  margin: 5px 0 0 0;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(34,197,94,0.25);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.btn-header::before {
    content: "\203A";
    display: inline-block;
    margin-right: 0.4em;
    font-size: 1.1em;
    transform: translateY(-1px);
}

#lead-home {
  position: relative;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,0.35) 0%, transparent 110px),
    radial-gradient(circle at 20% 0%, rgba(255,255,255,0.28), transparent 55%),
    radial-gradient(circle at 80% 100%, rgba(255,255,255,0.16), transparent 35%),
    repeating-radial-gradient(circle at center,
      rgba(255,255,255,0.10) 0 1px,
      transparent 1px 14px
    ),
    linear-gradient(135deg, #0f766e 0%, #2563eb 50%, #22c55e 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
  background-size: 100% 110px, 100% 100%, 100% 100%, auto, 100% 100%;
  background-position: top, center, center, center, center;
  padding: 120px 0 120px 0;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

#lead-home a {
    color: #fff;
}

#lead-home h1 {
    font-size: 3.4em;
    font-weight: 700;
    color: #fffaf5;
    padding: 0;
    margin: 0 0 15px 0;
}

#lead-home h2 {
    font-size: 1.6em;
    font-weight: 300;
    color: #d4f1f9;
    padding: 0;
    margin: 0 0 60px 0;
}

#lead-home h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: #fffaf5;
    padding: 0;
    margin: 0 0 30px 0;
}

.btn-lead-home {
    font-size: 1.2em;
    background: linear-gradient(135deg, #27d2c2, #3be178);
    border-radius: 4px;
    margin: 0 0 60px 0;
    padding: 20px 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    color: #0b1a29;
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.16),
        0 0 5px rgba(59,225,120,0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}


.btn-lead-home:hover {
    transform: translateY(-1px);
    box-shadow: 
        0 3px 8px rgba(0, 0, 0, 0.2),
        0 0 5px rgba(255, 200, 0, 0.3);
}

.btn-lead-home:active {
    transform: translateY(0);
    box-shadow: 
        0 1px 4px rgba(0, 0, 0, 0.12),
        0 0 3px rgba(255, 200, 0, 0.2);
}

.btn-lead-home::before {
    content: "\203A";
    display: inline-block;
    margin-right: 0.4em;
    font-size: 1.1em;
    transform: translateY(-1px);
}

.box-internal {
    font-size: 1em;
    color: #777;
    background-color: #fff;
    border: 4px solid #e4e4e4;
    border-radius: 0;
    margin: 60px 0 90px 0;
    padding: 30px 60px 60px 60px;
    line-height: 25px;
}

.box-internal img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
}

.box-internal h1 {
    font-size: 1.6em;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-internal h3 {
    font-size: 1.6em;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.body-image {
    padding: 30px 0 30px 0;
}

#footer-area {
    position: relative;
    color: #fffaf5;
    background-image:
        linear-gradient(to top, rgba(255,255,255,0.35) 0%, transparent 110px),
        radial-gradient(circle at 15% 100%, rgba(255,255,255,0.28), transparent 55%),
        radial-gradient(circle at 85% 0%, rgba(255,255,255,0.16), transparent 55%),
        repeating-radial-gradient(circle at center,
            rgba(255,255,255,0.10) 0 1px,
            transparent 1px 14px
        ),
        linear-gradient(135deg, #0f766e 0%, #2563eb 50%, #22c55e 100%);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, no-repeat;
    background-size: 100% 110px, 100% 100%, 100% 100%, auto, 100% 100%;
    background-position: bottom, center, center, center, center;
    padding: 90px 0 0 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}

#footer-area h3 {
    font-size: 1.4em;
    font-weight: 300;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer-area li {
    list-style: none;
}

#footer-area a {
    color: #fffaf5;
    text-decoration: none;
}

#copyright {
    color: #fffaf5;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin: 60px 0 0 0;
    padding: 30px 0 30px 0;
}

.section-divider {
  height: 2px;
  width: 50%;
  margin: 60px auto;
  background-color: #e4e4e4;
}

.wpcf7-submit {
    color: #fff;
    font-size: 1em;
    background-color: #0c4881;
    border-radius: 5px;
    border: none !important;
    padding: 20px 30px 20px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.wpcf7-text {
    display: block;
    width: 100%;
    height: 54px;
    padding: 10px 15px 10px 15px;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;    
}

.wpcf7-textarea {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;    
}

.form-group select {
    height: 65px;
    font-weight: 600;
    background-color: #f3f4f3;
    border: none !important;
    border-radius: 5px;
    text-indent: 5px; 
    opacity: 0.8;
}

.form-group input {
    font-weight: 600;
    background-color: #f3f4f3;
    border: none !important;
    border-radius: 5px;
    padding: 35px 20px 31px 15px;
    opacity: 0.8;
}