/**
* Theme Name: Hiringhub Child
* Description: This is a child theme of Hiringhub, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: hiringhub
* Version: 1.1
*/

.main-slider .swiper-slide {
    height: auto !important;
} 
.te-icon svg {
    overflow: visible;
}
.how-its-work-style1__single .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    left: -40px;
    width: 100px !important;
    height: 100px !important;
    border-radius: 6px;
    background-color: #e12727;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.te-icon svg {
    width: unset !important;
}
.main_sliedr .main-slider__nav {
    display: none;
}
.advant .why-choose-style3__single .icon-box {
    background-color: #ffffff !important;
} 
.advant .why-choose-style3__single {
    height: 570px;
}
.list .text.normal__text li {
    list-style-type: disc;
}
.list .text.normal__text {
    padding-left: 30px;
}




/*11-11-25 services cpt posts*/
.service-grid-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.service-search {
    width: 40%;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 16px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: left;
}
.service-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: 0.3s;
    padding-bottom: 20px;
    padding: 20px !important;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.service-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.service-title {
    margin: 15px 0 10px 0px;
    font-family: "DM Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: -0.04em;
    word-spacing: 0em;
    color: var(--e-global-color-31fe5a5);
}
.service-excerpt {
    font-family: var(--thm-font);
    color: var(--thm-body-font-color);
    font-size: var(--thm-body-font-size);
    font-weight: var(--thm-body-font-weight);
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: calc(1.5em * 3) !important;
    line-height: 1.45em;
    overflow: hidden;
    min-height: 77px;
}
.service-btn {
    display: inline-block;
    background: #0FA26D;
    color: white;
    padding: 8px 24px;
    margin-top: 20px;
    transition: 0.25s;
    background-color: var(--e-global-color-84e1b05);
    font-family: "Lora", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}
.service-btn:hover {
    background: #062a26;
    color: #ffffff;
    transition: 0.5s all;
}
.service-grid-wrapper input:focus {
    border-color: #23423F;
    outline: none;
}
.service-search::placeholder {
    color: #6a726f;
}



















/*Responsive Media Query */

@media (max-width:768px){

.advant .why-choose-style3__single {
    height: 450px;
}
.service-search {
    width: 50%;
}
}
@media (max-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 414px) {
    .service-search {
        width: 100%;
    }
}



