/*
Theme Name: aheadinc Kadence Child Theme
Theme URI: https://www.kadencewp.com/
Description: Child theme for the Kadence theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

.kadence-breadcrumbs-wrapper {
	margin: 20px 0;
	font-size: 14px;
}


.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}

.contact-info li {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.contact-info li a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info li a:hover {
    color: #ffffff;
}


.contact-info li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
}


.contact-info li a i {
    font-size: 14px;
}

/* Animate underline effect */
.site-header .menu>li>a {
    position: relative;
}

.site-header .menu>li>a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    /* Adjust this depending on your header height */
    height: 2px;
    width: 0%;
    background: #85bc40;
    transition: all 500ms ease;
}

.site-header .menu>li.current-menu-item>a::before,
.site-header .menu>li:hover>a::before {
    width: 100%;
}



.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 266px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 300px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;

    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -36px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #85bc40;
    z-index: 10;
}

.direction-r .flag:before {
    left: -36px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;

    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250, 80, 80);
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
    color: #85bc40;
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }

    .timeline li {
        padding: 2em 0;
    }

    .direction-l,
    .direction-r {
        float: none;
        width: 100%;

        text-align: center;
    }

    .flag-wrapper {
        text-align: center;
    }

    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }

    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 52%;
        content: ' ';
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 4px solid #85bc40;
        z-index: 10;
    }

    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }

    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }

    .direction-l .time-wrapper {
        float: none;
    }

    .direction-r .time-wrapper {
        float: none;
    }

    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

        z-index: 15;
    }

    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;

        z-index: 15;
    }

}

@media screen and (min-width: 400px) and (max-width: 660px) {

    .direction-l .desc,
    .direction-r .desc {
        margin: 1em 4em 0 4em;
    }

}

/* footer menu */
.footer-navigation .menu {
    flex-direction: column;
}

.ul#menu-explore a {
    color: #9ea0a9;

}

/* footer animation map */
.site-middle-footer-inner-wrap {
    position: relative;
}

.site-middle-footer-inner-wrap:before {
    position: absolute;
    content: '';
    background: url('http://localhost:10028/wp-content/uploads/2025/07/footer-pattern.png');
    width: 744px;
    height: 365px;
    top: 50px;
    right: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: float-bob-x;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 5;
}

/* Keyframes for X-axis float */
@keyframes float-bob-x {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-60px);
        /* Adjust how far it moves left */
    }

    100% {
        transform: translateX(0px);
    }
}

.subscribe-title {
    position: relative;
    font-size: 28px;
    line-height: 35px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 8px;
}

input#field39067fadb-b3 {
    position: relative;
    width: 692px;
    height: 50px;
    background: #2e3138;
    border: 1px solid #2e3138;
    padding: 10px 30px;
    border-radius: 30px;
    color: #ffffff;
    margin-right: 0px;
    transition: all 500ms ease;
}

.kt-inside-inner-col:hover::before {
    opacity: 0;
}

/* playicon video gallery */
.custom-video-box {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.custom-video-box img {
    width: 100%;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video-play-button {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #85bc40;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 24px;
    z-index: 2;
    transition: transform 0.3s ease;
}

.video-play-button:hover {
    transform: scale(1.1);
    background-color: #75a436;
}

/* Zoom/pulse ring animation */
.video-play-button .pulse-ring {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(133, 188, 64, 0.4);
    animation: zoom-ring 1.5s ease-out infinite;
    z-index: -1;
}

@keyframes zoom-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.7;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
}