﻿@media only screen and (max-width: 500px) {
    .scroll-down-circle {
        display: none !important;
    }

    .mwl-inner {
        display: none !important;
    }
    .divvvpadddingg {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(38px, 5vw, 187px)!important;
        margin-bottom:40px;
        text-align:center;
    }
}
@media only screen and (min-width: 1200px) {

    #page-header.ph-cap-xxlg .ph-caption-title-ghost {
        font-size: calc(0px + 12vw) !important;
    }
}
@media (min-width: 531px) and (max-width: 1000px) {
    body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 500px !important;
        padding-bottom: 260px !important;
    }
    .divvvpadddingg {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

    .ph-image-inner {
        position: relative;
        display: inline-block;
    }

        .ph-image-inner img {
            display: block;
            width: 100%;
            height: auto;
        }

        .ph-image-inner .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            pointer-events: none;
            z-index: 999999;
            border-radius: 50px;
        }

.divvvpadddingg{
    padding-right:45px;
    padding-left:45px;
}

@media (min-width: 768px) {
    .tt-grid.ttgr-gap-1 .ttgr-item-inner {
        margin: 0 0.3vw 0.4vw 0.3vw;
    }
}

.svg-button {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 80px;
    cursor: pointer;
}

    /* Inner Text */
    .svg-button .tt-big-round-ptn-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: optika-light;
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 1.2;
        z-index: 2;
    }

    /* SVG Border */
    .svg-button svg.svg-border {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .svg-button svg rect {
        fill: transparent;
        stroke: #ff5722;
        stroke-width: 3;
        stroke-dasharray: 700;
        stroke-dashoffset: 700;
        rx: 38;
        ry: 38;
        animation: draw-border 2s linear infinite alternate, glow-border 2s ease-in-out infinite alternate;
    }

/* Border draw animation */
@keyframes draw-border {
    from {
        stroke-dashoffset: 700;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Glow animation */
@keyframes glow-border {
    0% {
        stroke: #ff5722;
        filter: drop-shadow(0 0 0px #ff5722);
        -webkit-filter: drop-shadow(0 0 0px #ff5722);
    }

    50% {
        stroke: #00bcd4;
        filter: drop-shadow(0 0 10px #00bcd4);
        -webkit-filter: drop-shadow(0 0 10px #00bcd4);
    }

    100% {
        stroke: #ff5722;
        filter: drop-shadow(0 0 0px #ff5722);
        -webkit-filter: drop-shadow(0 0 0px #ff5722);
    }
}


/* Optional: text glow pulse */
.svg-button .tt-big-round-ptn-inner {
    animation: text-glow 2s ease-in-out infinite alternate;
}

@keyframes text-glow {
    0% {
        text-shadow: 0 0 0px #ff5722;
    }

    50% {
        text-shadow: 0 0 8px #00bcd4, 0 0 16px #00bcd4;
    }

    100% {
        text-shadow: 0 0 0px #ff5722;
    }
}

.animated-world-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.world-svg {
    width: 100px;
    height: 100px;
    transform-origin: 50% 50%;
    animation: rotate-globe 10s linear infinite;
}

/* Rotate the globe */
@keyframes rotate-globe {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tt-heading.tt-heading-xxxlg .tt-heading-title {
    font-size: clamp(40px, 5vw, 187px);
    font-weight: normal !important;
}
.tttlink {
    margin-top: auto;
    margin-bottom: auto;
}

.tttrowwdiv {
    position: relative;
    height: auto; /* container height adjusts automatically */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tttrowwdiv::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%; /* image height fixed */
        background: var(--section-image1) center center / cover no-repeat;
        opacity: 0.25;
        z-index: -1; /* behind content */
    }

.whatsapp-float {
    display: none !important;
}