:root {
    --primary-color: #1a73e8;
    --text-color: #333;
    --background-color: #f5f5f5;
    --white: #ffffff;
    --border-color: #ddd;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
}

.container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: var(--white);
    border-radius: 8px;
    box-shadow: 0 2px 10px var(--shadow-color);
}

h1 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    text-align: center;
}

.subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

input, select, textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #1557b0;
}

.icon {
    font-size: 1.2rem;
}

.agreement-terms {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border-color);
}

.agreement-terms h2 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.terms-section {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.terms-section h3 {
    color: #444;
    margin-bottom: 0.5rem;
}

.terms-section p {
    color: #666;
    margin-bottom: 0.75rem;
}

.pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #f1f3f4;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.pdf-link:hover {
    background-color: #e8f0fe;
    border-color: var(--primary-color);
}

.pdf-icon {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .container {
        margin: 1rem;
        padding: 1rem;
    }
}
.header {
    background-color: #ffffff;
    color: #2196f3;
    padding: 20px 0;
}

.header .logo {
    color: #2196f3;
    font-size: 1.5rem;
    text-decoration: none;
}
.footer-single-item {
    margin-bottom: 25px
}

.footer-single-item p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}

.footer-single-item .logo {
    margin-bottom: 30px;
    display: inline-block
}

.footer-single-item .social-link li {
    display: inline-block;
    margin-left: 6px
}

.footer-single-item .social-link li:last-child {
    margin-left: 0
}

.footer-single-item .social-link li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(253, 98, 25, .15);
    text-align: center;
    font-size: 20px;
    color: #030303
}

.footer-single-item .social-link li a:hover {
    background-color: #fd6219;
    border-color: #fd6219;
    color: #fff
}

.footer-single-item h3 {
    font-size: 20px;
    margin-bottom: 30px
}

.footer-single-item .useful-link {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-single-item .useful-link li {
    margin-bottom: 8px
}

.footer-single-item .useful-link li:last-child {
    margin-bottom: 0
}

.footer-single-item .useful-link li a {
    font-size: 18px;
    text-decoration: none
}

.footer-single-item .contact-info {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-single-item .contact-info li {
    margin-bottom: 10px
}

.footer-single-item .contact-info li:last-child {
    margin-bottom: 0
}

.footer-single-item .contact-info li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

.footer-single-item .contact-info li a:hover {
    color: #030303
}

.footer-single-item .form-control {
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

.footer-single-item .send-btn {
    font-size: 24px;
    color: #fd6219;
    margin-left: 20px
}

.footer-single-item.style-two h3 {
    font-size: 22px
}

.footer-single-item.style-two p {
    font-weight: 400;
    color: #a9a9af;
    font-size: 16px;
    max-width: 300px
}

.footer-single-item.style-two .social-link li a {
    background-color: #191928;
    color: #fff;
    border-color: #191928
}

.footer-single-item.style-two .social-link li a:hover {
    background-color: #dcfd68;
    color: #030303
}

.footer-single-item.style-two .useful-link li a {
    color: #a9a9af;
    position: relative;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400
}

.footer-single-item.style-two .useful-link li a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4px;
    height: 4px;
    background-color: #a9a9af;
    border-radius: 50px
}

.footer-single-item.style-two .useful-link li a:hover {
    color: #dcfd68
}

.footer-single-item.style-two .contact-info li {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    margin-bottom: 20px
}

.footer-single-item.style-two .contact-info li:last-child {
    margin-bottom: 1px
}

.footer-single-item.style-two .contact-info li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #191928;
    display: inline-block;
    color: #dcfd68;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.footer-single-item.style-two .contact-info li span {
    color: #a9a9af;
    font-weight: 400;
    font-size: 16px
}

.footer-single-item.style-two .contact-info li a {
    color: #a9a9af;
    font-weight: 400;
    font-size: 16px
}

.footer-single-item.style-two .contact-info li a:hover {
    color: #dcfd68
}

.footer-single-item.style-three h3 {
    color: #fff
}

.footer-single-item.style-three p {
    font-weight: 400
}

.footer-single-item.style-three .social-link li a {
    color: #fff
}

.footer-single-item.style-three .form-control {
    background-color: #171717;
    border-color: #171717;
    color: #fff
}

.footer-single-item.style-three .form-control::placeholder {
    color: #575757
}

.footer-single-item.style-three .contact-info li a {
    font-weight: 400
}

.footer-single-item.style-three .contact-info li a:hover {
    color: #fd6219
}

.copy-right {
    border-top: 1px solid #f4f4f4;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

.copy-right span {
    color: #1974fd
}

.copy-right.style-two {
    border: none;
    font-weight: 400;
    color: #a9a9af;
    font-size: 16px
}

.copy-right.style-two span {
    color: #dcfd68
}

.copy-right.style-three {
    border-color: #171717
}

.copyright-area {
    background-color: #191928
}
