.footer .footer-socila-icon a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F84E77;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 15px;
}

.footer .footer-socila-icon a:hover {
    background: #ff6347;
}

.footer .footer-links {
    margin: 0;
}

.footer .footer-links li+li {
    padding-top: 10px;
}

.footer .footer-links li a {
    position: relative;
}

.footer .footer-links li a:after {
    content: "";
    position: absolute;
    width: 0px;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    transition: ease all 0.35s;
    background: #F84E77;
}

.footer .footer-links li a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.footer .footer-top {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.footer .footer-top h5,
.footer .footer-top .h5 {
    position: relative;
    font-size: 1.2rem;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .footer .footer-top {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .footer .footer-top {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}

.footer {

  background-color: #263238;
}
.footer .footer-border-top {
    border-top: 1px solid 263238(255, 255, 255, 0.1);
}

.footer .footer-border-top.dark {
    border-top: 1px solid 263238(16, 16, 16, 0.1);
}

.footer .footer-border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-border-bottom.dark {
    border-bottom: 1px #ff6347
}

.bg-dark-gradient {
    
    background-size: cover;
    background-position: center;

}


.white-link a {
    color: rgba(255, 255, 255, 0.65);
}

a {
    text-decoration: none
}

.text-white{
color:#fff !important;
}

.zen-bg-light {
    background-color: #fff2ed;
}
.zen-input {
    border: 1px solid #ff9980;
    border-left: none;
    box-shadow: none !important;
    color: #333;
}
.zen-input:focus {
    border-color: #ff6347;
}
.zen-btn {
    background-color: #ff6347;
    border-color: #ff6347;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(255, 99, 71, 0.2);
}
.zen-btn:hover, .zen-btn:focus {
    background-color: #ff5233;
    border-color: #ff5233;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(255, 99, 71, 0.3);
}
.zen-input-group .input-group-text {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border: 1px solid #ff9980;
    border-right: none;
}
.zen-input-group .zen-btn {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.zen-font {
    font-family: 'Zen Antique', serif;
}

.text-primary {
    color: #ff6347 !important;
}
.hover-primary:hover {
    color: #ff6347 !important;
    text-decoration: none;
}
.newsletter-section {
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}



.zen-bg {
background-color: #ff6347;
border-color: #ff6347;
}
.zen-bg-light {
background-color: #fff5f2;
}
.text-primary {
color: #ff6347 !important;
}
.zen-btn {
background-color: #ff6347;
border-color: #ff6347;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(255, 99, 71, 0.2);
}
.zen-btn:hover {
background-color: #ff5233;
border-color: #ff5233;
transform: translateY(-2px);
box-shadow: 0 6px 8px rgba(255, 99, 71, 0.3);
}
.zen-btn-outline {
border-color: rgba(255, 255, 255, 0.5);
transition: all 0.3s ease;
}
.zen-btn-outline:hover {
background-color: #ff6347;
border-color: #ff6347;
color: #fff !important;
transform: translateY(-2px);
}
.hover-primary:hover {
color: #ff6347 !important;
text-decoration: none;
}
.zen-input-group .input-group-text {
border-top-left-radius: 2rem;
border-bottom-left-radius: 2rem;
}
.zen-input {
border-left: none;
box-shadow: none !important;
}
.zen-shadow {
box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.1);
}
.zen-footer {
background-color: #181818;
}
.zen-list li {
margin-bottom: 1rem;
}
.zen-list a {
position: relative;
padding-left: 1.5rem;
}
.zen-list a::before {
content: "✦";
position: absolute;
left: 0;
color: #ff6347;
opacity: 0;
transition: opacity 0.3s ease;
}
.zen-list a:hover::before {
opacity: 1;
}
.zen-hr {
border-color: rgba(255, 255, 255, 0.1);
}
.zen-opacity {
opacity: 0.9;
transition: opacity 0.3s ease;
}
.zen-opacity:hover {
opacity: 1;
}
