﻿@font-face {
    font-family: 'optika-light';
    src: url('../fonts/optika-light.otf') format('opentype');
}
@font-face {
    font-family: 'optika-thin';
    src: url('../fonts/optika-thin.otf') format('opentype');
}
.ph-image-cover-5 .ph-image-inner::before
{
    opacity:0.7!important;
}
@media only screen and (min-width: 1200px) {
    #page-header.ph-cap-xxlg .ph-caption-title-ghost {
        font-size: calc(0px + 12vw) !important;
    }
}
.tt-text-reveal > span {
    position: relative;
    display: inline;
    color: var(--tt-text-color);
    -webkit-text-fill-color: var(--tt-linear-text-bg-color);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 100%;
    will-change: background-size;
}
.tttrowwdiv4 {
    position: relative;
    height: auto; /* container height adjusts automatically */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tttrowwdiv4::after {
        content: "";
        position: absolute;
        right: 20%;
        top: 0;
        bottom: 0;
        transform: translateX(50%);
        width: 100%;
        background: var(--section-image1) center center / cover no-repeat;
        opacity: 0.5;
        z-index: -1; /* behind content */
    }
.whoweare {
    margin-bottom: 50px !important;
}
@media only screen and (min-width: 1200px) {

    .tttrowwdiv4::after {
        width: 50% !important;
    }
}
.tt-heading-title {
    margin: 0;
    text-transform: uppercase;
    font-family: optika-light;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
}

.tt-heading.tt-heading-xxxlg .tt-heading-title {
    font-size: clamp(64px, 9vw, 187px);
    font-weight:normal!important;
}

.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: simplonmono-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);
    }
}

/* Optional: animate continents stroke-draw */
.continent {
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: draw 3s linear infinite alternate;
}

.fontsmall2 {
    font-size: 40px;
    font-style: italic;
}
.ttsss {
    padding: 0 0 !important;
}

.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;
}

@media only screen and (max-width: 500px) {
    .scroll-down-circle {
        display: none !important;
    }

    .mwl-inner {
        display: none !important;
    }
    .ph-ghost-parallax{
        font-size:55px!important;
    }
    @media (max-width: 540px) {
        body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
            padding-top: 300px!important;
            padding-bottom: 260px!important;
        }
    }

    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(60px, 10vw, 187px)!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;
    }

    .tt-heading.tt-heading-xxxlg .tt-heading-title {
        font-size: clamp(55px, 15vw, 187px) !important;
    }


    .line22 {
        word-spacing: -20px;
    }

    .tt-section p {
        font-size: 16px !important;
    }

    .tt-section {
        padding-bottom: 0 !important;
    }

    .teamm figure {
        height: 380px !important;
        margin-bottom: 10px;
    }

    .tttrowwdiv2 {
        align-items: center !important;
    }

        .tttrowwdiv2::before {
            width: 70% !important;
            height: 70% !important;
        }

    .tttrowwdiv3::before {
        width: 70% !important;
    }

    .tttrowwdiv3::after {
        width: 70% !important;
    }

    .lineforour {
        font-size: 120px !important;
    }

    .heeroww2 {
        text-align: center !important;
    }

    .logoicon3 {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 540px) {
    body.ph-image-on #page-header:not(.project-info-list-on) .page-header-inner {
        padding-top: 300px !important;
        padding-bottom: 260px !important;
    }

    

    .tt-section p {
        font-size: 16px !important;
    }

    .tt-section {
        padding-bottom: 0 !important;
    }

    .teamm figure {
        height: 380px !important;
        margin-bottom: 10px;
    }

    .tttrowwdiv2::before {
        width: 70% !important;
        height: 70% !important;
        top: 0;
        bottom: 0;
    }

    .div1 {
        display: none !important;
    }

    .tttrowwdiv3::before {
        width: 70% !important;
    }

    .tttrowwdiv3::after {
        width: 70% !important;
    }


    .h2our {
        text-align: center;
    }

    .heeroww2 {
        text-align: center !important;
    }


    .headddddd {
        font-size: clamp(50px, 4vw, 187px) !important;
    }

    .logoicon3 {
        height: 70px !important;
        width: 70px !important;
    }
}

.logoicon3 {
    width: 100px;
    height: 100px;
}
.line22 {
    width: 100% !important;
}
.line2 {
    display: inline-block;
}

.line22 {
    width: 100% !important;
}

.social-buttons > ul > li a{
    border:1px solid white;
    border-radius:50px;
    margin-left:10px;
}

.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999999999;
}

    .whatsapp-float a {
        width: 55px;
        height: 55px;
        background: white;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 28px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        text-decoration: none;
        transition: 0.3s;
    }

        .whatsapp-float a:hover {
            transform: scale(1.1);
        }