/*
Theme Name: Hallo Elementor Child
Template: hello-elementor
*/







.page-header {
    display: none;
}


/* .site-header .site-navigation-toggle .site-navigation-toggle-icon{
        margin-right: 145px;
} */

.site-header .site-navigation-toggle .site-navigation-toggle-icon{
    position: absolute;
    right: 50%;
}
.site-navigation-toggle-holder{
        padding: 22px 15px !important;
}



/* Hide hamburger lines */
.site-navigation-toggle-icon::before,
.site-navigation-toggle-icon::after{
    display: none !important;
}

/* Replace middle line with chevron down */
.site-navigation-toggle-icon{
    width: auto !important;
    height: auto !important;
    background: none !important;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #1E3A8A;
    position: relative;
}

.site-navigation-toggle-icon::before{
    display: block !important;
    content: "\f078"; /* chevron down */
}




.elementor-active .site-navigation-toggle-icon::before,
.menu-open .site-navigation-toggle-icon::before{
    content: "\f077" !important;
}

.site-navigation-toggle-icon{
    width: 16px !important;
    height: 16px !important;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
    background: none !important;
}

.site-navigation-toggle-icon::before,
.site-navigation-toggle-icon::after{
    display:none !important;
}









.agent-row{
display:flex;
gap: 7px;
align-items:center;
justify-content:space-between;
padding: 5px 6px;
border-bottom:1px solid #dcdcdc;
font-family:Arial;
}

.agent-green {
    background: #e8f2e8;
    width: 100%;
    margin-bottom: 10px;
}

.agent-white{
background:#ffffff;
}

.agent-id {
    font-weight: 600;
    font-size: 14px;
}

.agent-type {
    font-size: 14px;
    font-weight: 600;
}


.site-badge {
background: #e4e4e4;
padding: 3px 4px;
border-radius: 6px;
font-size: 11px;
font-weight: 600;
display: inline-block;
margin-bottom: 4px;
}

img.emoji {
font-size: 12px !important;
padding: 2px 2px;
height: 10px;
width: 10px;
border-radius: 100%;
background-color: #fff !important;
}

.agent-phone a {
text-decoration: none;
color: #000;
font-size: 13px;
font-weight: 600;
}

.ovijog{
text-align:right;
}

.ovijog a{
text-decoration:none;
color:#000;
font-weight:600;
font-size: 12px;
}








.quick-agent-green {
background: #e8f2e8;
width: 100%;
margin-bottom: 10px;
padding: 20px;
}
.quick-agent-green .agent-id {
font-weight: 800;
font-size: 17px;
}
.quick-agent-green .agent-sites {
padding: 7px 0px;
}

.quick-agent-green .site-badge {
    background: #e4e4e4;
    padding: 6px 11px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: #000000;
}



.quick-agent-green img.emoji {
padding: 2px 2px;
height: 15px !important;
width: 15px !important;
border-radius: 100% !important;
padding: 3px !important;
background-color: #25d366 !important;
}
.quick-agent-green .agent-phone a {
font-size: 14px;
background-color: #1A3A2A;
color: #f5c400;
padding: 6px 12px;
border-radius: 7px;
}




/* quick agent white */

.quick-agent-white {
background: #8ffd8f;
width: 100%;
margin-bottom: 10px;
padding: 20px;
}
.quick-agent-white .agent-id {
font-weight: 800;
font-size: 17px;
}
.quick-agent-white .agent-sites {
padding: 7px 0px;
}
.quick-agent-white .site-badge {
    background: #e4e4e4;
    padding: 6px 11px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    color: #000000;

}
.quick-agent-white img.emoji {
padding: 2px 2px;
height: 15px !important;
width: 15px !important;
border-radius: 100% !important;
padding: 3px !important;
background-color: #25d366 !important;
}
.quick-agent-white .agent-phone a {
font-size: 14px;
background-color: #1A3A2A;
color: #f5c400;
padding: 6px 12px;
border-radius: 7px;
}











/* home page slider */

.rh-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* track */
.rh-slider-track {
    display: flex !important;
    transition: transform 0.8s ease-in-out !important;
}

/* each slide */
.rh-slide {
    min-width: 100%;
    flex: 0 0 100%;
    border-radius: 20px;
}

/* image control */
.rh-slide img {
    width: 80%;
    height: 215px !important; /* 🔥 height control */
    margin: 0% auto !important;
    object-fit: cover !important; /* crop without distortion */
    display: block;
    border-radius: 20px;
}



/* dots container */
.rh-dots {
    text-align: center;
    margin-top: 10px;
}

/* each dot */
.rh-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

/* active dot */
.rh-dot.active {
    background: #000;
    transform: scale(1.2);
}













/* .rh-slider {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 12px;
}

.rh-slider-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease-in-out;
}

.rh-slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    flex-shrink: 0;
}


.rh-slider-track {
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
} */






/* .rh-slider {
    position: relative;
    overflow: hidden;
}

.rh-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.rh-slide.active {
    opacity: 1;
    z-index: 2;
}
.rh-slider {
    position: relative;
    width: 100%;
    height: 180px; 
    overflow: hidden;
    border-radius: 12px;
}

.rh-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    cursor: pointer;
}

.rh-slide.active {
    opacity: 1;
    z-index: 2;
}

.rh-slider {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}






.rh-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.05);
    transition: opacity 0.8s ease, transform 1s ease;
    cursor: pointer;
}

.rh-slide.active {
    opacity: 1;
    transform: scale(1);
}



.rh-slide {
    transform: translateX(30px) scale(1.05);
}

.rh-slide.active {
    transform: translateX(0) scale(1);
}



.site-footer{
display: none;
}
h1.entry-title {
    display: none;
} */



