:root {
    --secondary-color: #6e736c;
}

.social-icons a {
    text-decoration: none;
    color: var(--secondary-color) !important;
}

#footer {
    background: #f9fdef !important;
}

.footer-newletter {
    background: none !important;
}

#footer {
    background: #f6f6f6;
    padding: 30px 0
}
#footer p {
    color: #888;
    font-size: 14px
}
#footer a {
    color: #1f386e
}
#footer a:hover {
    color: #9ed086
}

.footer-payment-icons {
    margin: 20px 0;
}
.footer-payment-icons a {
    display: inline-block;
}
.footer-payment-icons img {
    margin-top: 8px;
}

@media (max-width: 767px) {
.footer-payment-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-payment-icons a,  .footer-payment-icons img {
    margin: 5px auto;
}
}
/* Social Icons Styles Vertical */
.social-icons-container {
    margin: 0;
}
.social-icons-container h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}
.social-icons {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin: 20px 0;/* justify-content: center; */
}
.social-icons li {
    margin: 0;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    padding: 0 !important;
}
.social-icons a:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.social-icons i {
    font-size: 18px;
}

@media (max-width: 768px) {
.social-icons {
    justify-content: center;
}
.social-icons-container h3 {
    text-align: center;
}
}
#contact {
    padding: 50px 0 60px;
    background: #f9fdef;
    color: #6e736c
}
#contact .section-title {
    margin-bottom: 40px
}
#contact h2 {
    color: #6e736c;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px
}
#contact h4 {
    color: #6e736c;
    margin-top: 22px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.09)
}
#contact form {
    padding-top: 20px
}
#contact h3 {
    font-size: 17px;
    font-weight: 600
}
#contact .text-danger {
    color: #c03;
    text-align: left
}
#contact .btn-custom {
    margin: 0 auto;
    border: 2px solid #196421;
    color: #fff;
    width: 99%;
    background-color: #196421;
}
#contact .btn-custom:hover {
    color: #1f386e;
    background: #fff
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
#contact .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent
}
#contact .contact-item {
    margin-right: 20px;
    font-weight: 700;
    display: block
}
#contact .contact-item span {
    color: #bed086;
    display: block
}
#contact .social {
    border-top: 1px solid rgba(0,0,0,.09);
    padding-top: 50px;
    margin-top: 50px;
    text-align: center
}
#contact .social ul li {
    display: inline-block;
    margin: 0 20px
}
#contact .social i.fa {
    font-size: 24px;
    padding: 10px;
    color: #bed086;
    transition: all .3s
}
#contact .social i.fa:hover {
    color: #9ed086
}


