/* ------------------------------------
    Custom Styles for Chemical Industry Website
---------------------------------------*/

/* Logo Text Styling */
.header-area .logo-area .site-logo-text {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    transition: all 0.5s ease 0s;
    margin-top: 25px;
}

.header-area .logo-area .site-logo-text:hover {
    opacity: 0.8;
}

.header-area .logo-area .site-logo-text .logo-main-text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    transition: all 0.5s ease 0s;
}

.header-area .logo-area .site-logo-text:hover .logo-main-text {
    color: #ee0548;
}

.header-area .logo-area .site-logo-text .logo-sub-text {
    display: block;
    font-size: 12px;
    color: #646464;
    font-weight: 400;
    letter-spacing: 2px;
}

/* About Section Background */
.home-page-about-area.bg-gray {
    background: #f5f5f5;
}

/* Footer Logo Styling */
.footer-top-area .single-footer .site-logo-text {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    transition: all 0.5s ease 0s;
}

.footer-top-area .single-footer .site-logo-text:hover {
    opacity: 0.8;
}

.footer-top-area .single-footer .site-logo-text .logo-main-text {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}

.footer-top-area .single-footer .site-logo-text:hover .logo-main-text {
    color: #ee0548;
}

.footer-top-area .single-footer .site-logo-text .logo-sub-text {
    display: block;
    font-size: 11px;
    color: #cccccc;
    font-weight: 400;
    letter-spacing: 2px;
}

/* Mobile Menu Logo Styling */
.mobile-site-logo {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    padding: 10px 0;
}

.mobile-site-logo .mobile-logo-main {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.mobile-site-logo .mobile-logo-sub {
    display: block;
    font-size: 10px;
    color: #cccccc;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Footer Contact Info Styling */
.footer-top-area .single-footer .contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 0;
}

.footer-top-area .single-footer .contact-info i {
    font-size: 24px;
    color: #ee0548;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer-top-area .single-footer .contact-info:hover i {
    background: #ee0548;
    color: #ffffff;
    transform: rotate(360deg);
}

.footer-top-area .single-footer .contact-info .info-content {
    text-align: left;
}

.footer-top-area .single-footer .contact-info .info-label {
    display: block;
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 2px;
}

.footer-top-area .single-footer .contact-info .info-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
}
