/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./component/servicesComponent/ourServices/ourServices.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.ourServices_ourServiceContainer___zVSX{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 3rem;
    padding:0rem 4rem;
    /* margin-bottom: 5rem; */
}
.ourServices_ourServiceheading__JsoZ_{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
}
.ourServices_ourServiceheading__JsoZ_ h3{
    width: 700px;
    text-align: center;
}
.ourServices_ourServiceheading__JsoZ_ h3 span{
    color: #A00418;
    font: 800;
}
.ourServices_ourServiceheading__JsoZ_ h5{
    font-weight: 400;
}
.ourServices_ourServiceBoxesContainer___Sqx_{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
/* .ourServiceBoxes{
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
} */
.ourServices_ourServiceBoxes__JKT65{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
}
.ourServices_ourServiceBox___xIfQ{
    height: 250px;
    width: 300px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ourServices_ourServiceBoxContent__xpQc3 {
    position: absolute;  
    bottom: 0;        
    left: 0;
    right: 0;
    height: 250px;
    width: 300px;
    background-color: rgba(122, 0, 16, 0.7);
    padding: 2rem 1rem;
    transform: translateY(-300px); 
    opacity: 0;           
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    gap: 1rem;
}
.ourServices_ourServiceBoxContent__xpQc3 h6{
    text-align: center;
}
.ourServices_ourServiceBoxContent__xpQc3 p{
    font-size: 0.83rem;
}
.ourServices_ourServiceBox___xIfQ:hover .ourServices_ourServiceBoxContent__xpQc3 {
    transform: translateY(0); 
    opacity: 1;              
}

.ourServices_ourServiceCarouselContainer__qVkAV {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: auto auto;
}
.ourServices_dotContainer__mCLfb{
    opacity: 0;
    visibility: hidden;
    height: 0px;
}

/* responsive */
@media only screen and (max-width:680px){
    .ourServices_ourServiceContainer___zVSX{
        margin-bottom: 4rem;
        padding:0rem 2rem;
        gap: 2rem;
    }
    .ourServices_ourServiceheading__JsoZ_ h3{
        width: auto;
        text-align: center;
    }
    .ourServices_ourServiceCarouselContainer__qVkAV {
        width: 100%;
        visibility: visible;
        opacity: 1;
        height: auto;
        margin: auto auto;
    }
    .ourServices_ourServiceBoxesContainer___Sqx_{
        visibility: hidden;
        display: none;
        opacity: 0;
    }
    .ourServices_ourServiceBox___xIfQ{
       height: 0;
       width: 0;
    }
    .ourServices_ourServiceCarouselContainer__qVkAV .ourServices_ourServiceBox___xIfQ{
        height: 300px;
        width: 100%;
    }
    .ourServices_carousel__1c_Sl .ourServices_slide__CMjBI{
        margin-left:auto !important; 
        margin-right: auto !important;
        text-align: left !important;
    }
    .ourServices_dotContainer__mCLfb{
        display: flex;
        justify-content: center;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .ourServices_ourServiceBoxContent__xpQc3{
        width: 100%;
        height: 100%;
    }
    .ourServices_ourServiceBoxesContainer___Sqx_{
        align-items: center;
        justify-content: center;
    }
    .ourServices_navdot__XhdC6 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.8rem;
        height: 0.8rem;
        border: 2px solid #A00418; 
        margin: 5px;
        border-radius: 50%;
        cursor: pointer;
      }
      .ourServices_navinside__EiO_m{
        font-size: 2rem;
        color:transparent;
      }
      .ourServices_navdot__XhdC6.ourServices_current__JB5Gr {
        color: #A00418;
        background-color: #A00418;
      }
      .ourServices_navdot__XhdC6.ourServices_current__JB5Gr .ourServices_nav-inside__xfu_N {
        /* color: #A00418; */
        background-color: #A00418;
      }
}
@media only screen and (min-width:680px) and (max-width:999px){
    .ourServices_ourServiceContainer___zVSX{
        padding:0rem 3rem;
    }
    .ourServices_ourServiceBoxes__JKT65{
        gap: 2rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .ourServices_ourServiceBox___xIfQ{
        height: 280px;
        width: 300px;
    }
    .ourServices_ourServiceBoxContent__xpQc3 {
        padding: 1.5rem;
        height: 280px;
        width: 300px;
    }
}
@media only screen and (min-width:999px) and (max-width:1299px){
    .ourServices_ourServiceContainer___zVSX{
        padding:0rem 3rem;
    }
    .ourServices_ourServiceBoxes__JKT65{
        gap: 1rem;
    }
    .ourServices_ourServiceBox___xIfQ{
        height: 280px;
        width: 310px;
    }
    .ourServices_ourServiceBoxContent__xpQc3 {
        padding: 1.5rem;
        height: 280px;
        width: 310px;
    }
}
