/* =========================================
   PHUNGO - REALISTIC TYPEWRITER HEADING
   ========================================= */

.mbr-section-title.typewriter-heading {
    position: relative;
}

/* Keep the original heading in the layout.
   It reserves the correct amount of space. */
.mbr-section-title.typewriter-heading .typewriter-original {
    visibility: hidden;
}

/* Typing layer */
.mbr-section-title.typewriter-heading .typewriter-display {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cursor */
.mbr-section-title.typewriter-heading .typewriter-cursor {
    display: inline-block;
    width: 3px;
    height: 0.85em;
    margin-left: 5px;
    vertical-align: -0.05em;
    background-color: currentColor;
    animation: typewriter-blink 0.7s step-end infinite;
}

/* Stop blinking before removing */
.mbr-section-title.typewriter-heading .typewriter-cursor.finished {
    animation: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Cursor animation */
@keyframes typewriter-blink {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* =========================================
   PHUNGO IMAGE SLIDER
   ========================================= */

.phungo-slider {
    position: relative;
    width: 35%;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* Slider track */
.phungo-slides {
    display: flex;
    width: 100%;
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.65, 0, 0.35, 1);
}

/* Each slide */
.phungo-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Images */
.phungo-slide img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* =========================================
   DOTS
   ========================================= */

.phungo-slider-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
}

.phungo-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    background: #000000;
    opacity: 0.3;
    transition: all 0.3s ease;
    cursor: pointer;
}

.phungo-dot.active {
    background: #fedd58;
    opacity: 1;
    transform: scale(1.15);
}


/* =========================================
   DESKTOP SPACING
   ========================================= */

@media (min-width: 992px) {

    .phungo-slider {
        width: 32%;
        margin-right: 4%;
    }

    .phungo-slider + .media-content {
        width: 64%;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 991px) {

    .phungo-slider {
        width: 100%;
        margin-right: 0;
    }

}

/* =========================================
   MOBILE BUTTON SCROLL ANIMATION
   ========================================= */

@media (max-width: 991px) {

    #header3-2p .mbr-section-btn a {
        opacity: 0;
        transform: translateX(-60px);
    }

    #header3-2p .mbr-section-btn.buttons-visible a {
        opacity: 1;
        transform: translateX(0);
        transition: opacity 1.8s ease, transform 1.8s ease;
    }

    #header3-2p .mbr-section-btn.buttons-visible a:nth-child(1) {
        transition-delay: 0s;
    }

    #header3-2p .mbr-section-btn.buttons-visible a:nth-child(2) {
        transition-delay: 0.18s;
    }

}

/* =========================================
   PHUNGO FEATURE CHECK ICONS
   ========================================= */

.phungo-feature {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(220, 220, 220, 0.35);
}

.phungo-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 24px;
    height: 24px;
    min-width: 24px;

    margin-right: 9px;

    background: #fedd58;
    color: #000000;

    border-radius: 50%;

    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

/* =========================================
   BLOCK MADE WIDER ON MOBILE
   ========================================= */

@media (max-width: 767px) {
    .cid-ujkMHRNdTy .container {
        width: 100%;
        max-width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .cid-ujkMHRNdTy .media-container-row {
        margin-left: 0;
        margin-right: 0;
    }

    .cid-ujkMHRNdTy .card {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .cid-ujkMHRNdTy .card-wrapper {
        width: 100%;
    }

    .cid-ujkMHRNdTy .card-box {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

/* =========================================
   PHUNGO - LATEST PROJECTS TITLE
   ========================================= */

#gallery5-3t .mbr-section-subtitle {
    display: block;
    width: 100%;

    margin: 0 0 30px 0 !important;
    padding: 9px 35px !important;

    background: #fedd58;
    color: #000000;
    line-height: 1.1;
    text-align: center;

    clip-path: none;
}

/* =========================================
   PHUNGO - WHY CHOOSE US FULL-WIDTH TITLE
   ========================================= */

#header15-3u .mbr-section-title {
    display: block;
    width: 100%;

    margin: 0 0 30px 0 !important;
    padding: 9px 35px !important;

    background: #fedd58;
    color: #000000;
    line-height: 1.1;
    text-align: left;

    clip-path: none;
}

/* =========================================
   PHUNGO - LARGE STANDALONE MENU LOGO
   ========================================= */

#menu1-2l .menu-logo {
    position: relative;
}

#menu1-2l .menu-logo img {
    position: absolute;
    top: 5px;

    height: 5.8rem !important;
    width: auto;

    z-index: 1000;
}

#menu1-2l .phungo-menu-icons {
    display: flex;
    align-items: center;
    margin-left: 120px;
}

#menu1-2l .phungo-menu-icons .soc-item {
    margin-left: 18px;
}

#menu1-2l .phungo-menu-icons .soc-item:first-child {
    margin-left: 0;
}

@media (max-width: 767px) {
    #menu1-2l .phungo-menu-icons {
        margin-left: 100px;
    }

    #menu1-2l .phungo-menu-icons .soc-item {
        margin-left: 15px;
    }
}