.wp-mobile-logo{
    display: none;
}
@media (max-width:1024px) {
    .wp-mobile-logo{
        display: inline;
    }
    .wp-mobile-header{
        justify-content: space-between;
    }
    .wp-mobile-header .wp-mobile-toggle
    {
        width: 50%;
    }
}
.cta-section {
    position: relative;
    z-index: 0;
}

.cta-section::before {
    position: absolute;
    z-index: -1;
    content: '';
    inset: 0;
    background: url('../../wp-content/uploads/2023/12/contour-YWTAFK7.jpg');
    background-position: center;
    background-size: 1920px;
    animation: moveBg 60s linear infinite;
}

@keyframes moveBg {
    0%,100% {
        background-position: 0 0;
    }
    50% {
        background-position: -500px -100px;
    }
}

.cta-section::after {
    position: absolute;
    z-index: -1;
    content: '';
    inset: 0;
    background: #ff7f00bf;
}

.cta-section button {
    border: 1px solid #fff;
    background: #ff7f00bf;
    margin: 5px;
}

.cta-section button.bg-dark {
    background: #1C1B1FBF;
    border-color: #1C1B1F;
}

@media(max-width:576px) {
    .cta-section button {
        width: 100%;
    }
}

.text-center {
    text-align: center;
}

.service-popup {
    position: fixed;
    top: -3rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(3px);
    transition: 0.5s;
}

.service-popup.show {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.service-popup a {
    width: 80%;
    max-width: 410px;
    text-align: center;
    overflow: hidden;
    border-radius: 26px;
}
.service-popup form {
    width: 80%;
    max-width: 700px;
    text-align: center;
    overflow: hidden;
    border-radius: 16px;
    border: 6px solid #ff7f00;
    background: #fff;
    padding: 1rem;
}

.service-popup a button {
    width: 100%;
}

.homepagevideo {
    max-height: 70dvh;
    object-fit: cover;
    pointer-events: none;
}
.imageslider.owl-carousel {
    width: 100% !important;   /* Full parent width */
    height: 100% !important;  /* Full parent height */
}

.imageslider.owl-carousel .owl-stage-outer,
.imageslider.owl-carousel .owl-stage,
.imageslider.owl-carousel .owl-item,
.imageslider.owl-carousel .item {
    height: 100% !important; /* Make all inner elements match height */
}

.imageslider.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or contain, depending on your need */
}
.image-slider {
    border: 8px solid #ff7f00;
    border-right: none;
    border-left: none;
}

.image-slider h3 {
    color: var(--e-global-color-accent);
    font-family: "Jacques Francois", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
}

.imageslider.owl-carousel img {
    object-fit: cover;
    /* aspect-ratio: 3; */
}
.home-slider
{
    position: relative;
    padding-bottom: 0;
}
.home-slider .imageslider.owl-carousel
{
    position: absolute;
    top: 0;
    z-index: -1;
    min-height: 100%;
}
.query-here{
    position: fixed;
    z-index: 200;
    cursor: pointer;
    top: 50%;
    left: -58px;
    padding: 4px 18px;
    font-weight: 700;
    font-size: 1.3rem;
    transform: rotate(90deg) translateY(0);
}
.chaty-icon.channel-icon-WhatsApp .chaty-svg
{
    background: #fff !important;
    padding: 8px;
}

.custom-team-card :is(.profile-title,.profile-designation){
    color: #000 !important;
}
.custom-team-card :is(.profile-body,.profile-designation)
{
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
}