/*
Theme Name: trimurtigroup
Author: Algopage Team
Theme URL: https://www.trimurtigroup.biz/
Author URl: https://www.algopage.com/
Description: 
Version: 1.0.3
*/
.top-bar-dark {
    background: #0e0e0e;
    border-bottom: 1px solid #1d1d1d;
    color: #d2c7b8;
    font-size: 14px;
    font-weight: 500;
}

.top-bar-dark .top-left i {
    color: #ffffff;
    margin-right: 6px;
    background: #761e26bf;
    padding: 7px;
    border-radius: 40%;
    border: 1px solid #817c7c;
}


.social-icon-dark {
    color: #ffffff;
    font-size: 18px;
    transition: 0.3s;
    background: #5c1a20;
    height: 30px;
    width: 30px;
    padding: 6px;
    border-radius: 32%;
    border: 1px solid #817c7c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.social-icon-dark:hover {
    color: #c8a56a;
    transform: translateY(-2px) scale(1.1);
}
.top-left .top-link {
    color: inherit;          
    text-decoration: none;
    margin-left: 5px;
    transition: 0.3s ease;
}

.top-left .top-link:hover {
    color: #c8a56a;          
    text-decoration: none;
}
/* Floating Transparent Header */
.floating-header {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 17px 0;
    z-index: 999999;
    background: #ffdddd;
    border-bottom: 1px solid rgba(0,0,0,0.81);
    transition: all 0.3s ease;
    box-shadow: 0px 0px 16px #761e26;
    backdrop-filter: blur(0px);
}


/* Shrink on scroll */
.floating-header.scrolled {
    padding: 10px 0;
    background: rgb(245 225 225);
    backdrop-filter: blur(4px);
    top: 0;   /* ALWAYS AT TOP */
}



/* Logo */
.header-logo img {
    height: 69px;
    width: 241px;
    transition: 0.3s;
    /* filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.8)); */
}

img.gd-img {
    height: 34px;
    width: 39px;
}
img.trimurti-img {
    height: 28px;
    width: 142px;
    margin-top: 7px;
}
header.floating-header.scrolled img.trimurti-img {
 height: 26px;
    width: 146px;
    margin-top: 22px;
}
header.floating-header.scrolled img.gd-img {
    height: 50px;
    width: 53px;
}
.floating-header.scrolled .header-logo img {
    height: 60px;
}

/* Menu Styling */
.header-menu ul li {
    list-style: none;
    margin-left: 35px;
}

.header-menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: 0.3s ease;
}

.header-menu ul li a:hover {
    color: #8e1c4b;
}

/* Responsive */
@media (max-width: 768px) {
    .header-menu ul {
        display: none; /* Later convert to mobile menu */
    }
}

