
.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
/*background: rgba(0,0,0,0.6);*/
display: none;
justify-content: center;
align-items: center;
z-index: 9999;
}

.popup-box {
background: #fff;
padding: 30px;
width: 450px;
border-radius: 10px;
text-align: center;
position: relative;
box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.popup-box input {
width: 100%;
margin-bottom: 10px;
padding: 10px;
}

.popup-box button {
background: var(--tg-theme-primary);
color: #fff;
padding: 10px;
border: none;
width: 100%;
cursor: pointer;
}

.close-btn {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
}

.floating-contact-buttons {
position: fixed;
right: 20px;
bottom: 30px;
display: flex;
flex-direction: column;
gap: 15px;
z-index: 9999;
}

.contact-btn {
width: 55px;
height: 55px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 22px;
position: relative;
text-decoration: none;
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
transition: 0.3s ease;
}

.call-btn {
background: #007bff;
}

.whatsapp-btn {
background: #25D366;
}

.contact-btn:hover {
transform: scale(1.1);
}

/* Ripple Animation */
.contact-btn .ripple {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: rgba(255,255,255,0.4);
animation: ripple 1.5s infinite;
z-index: -1;
}

@keyframes ripple {
0% {
transform: scale(1);
opacity: 0.7;
}
100% {
transform: scale(1.8);
opacity: 0;
}
}

/* Mobile Responsive */
@media (max-width: 576px) {
.floating-contact-buttons {
right: 15px;
bottom: 20px;
}
}

img, svg {
vertical-align: middle;
}
.tg-header-contact-icon {
color: var(--tg-common-white); 
border: 1.2px solid var(--tg-border-2); 
border-radius: 100px; 
width: 36px;
text-align: center;
height: 36px;
text-align: center;
line-height: 34px;
display: inline-block;
}

html,body{

overflow-x: hidden;
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
/*content: "\f078";*/
display: block;
font-family: var(--tg-ff-fontawesome);
font-size: 12px;
font-weight: 700;
margin-left: 4px;
display: none !important
;
}
.tg-footer-link ul li a{
padding: 0px;
}
.tg-footer-copyright{
padding: 0px;
}
.tg-footer-social a i {
border-radius: 31px;
width: 40px;
height: 40px;
text-align: center;
line-height: 43px;
background: var(--tg-grey-1);
display: inline-block;
color: var(--tg-common-white);
margin-right: 10px;
flex: 0 0 auto;
}.hero-overlay-gradient{
    position: absolute;
    inset: 0;
    z-index: 9;
    pointer-events: none;
    background: radial-gradient(
        circle at top right,
        rgba(0,0,0,.9) 0%,
        rgba(0,0,0,0) 60%
    );
}
