
/*new css 26-11-2025*/
    .img-holder {
    position: relative;
}

.img-main {
    width: 100%;
    border-radius: 10px;
}

/* card overlap effect */
.servi-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
  box-shadow: 0px 5px 14px 0px #0000004d;

    position: relative;
    z-index: 10;
  margin-right: -15rem;
}
.ser-card2{
    margin-right: 15rem;
}
.ttl-ser{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
        margin-bottom: 15px;
}
.market-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
   box-shadow:0px 5px 14px 0px #0000004d;

    position: relative;
    z-index: 10;
    margin-left: -12rem;  
}
  .apart-hld {
    padding: 2.5rem;
}

.apart-hld h3{
         text-align: start;
}
.related-box {
    border-width: 1px 0 1px 0; /* top | right | bottom | left */
    border-style: solid;
    border-color: #0000001F;

    padding: 20px;
    border-radius: 5px;
}


.rel-item {
    padding: 10px 20px;
}

.border-mid {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.rel-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.rel-link {
    font-size: 14px;
    color: #0F297A;
    text-decoration: underline;
}
.ser-btn{
    background: transparent!important;
    border: 1px solid white;
}
.ptb {
    padding: 4rem 0;
}
.arrow-rotate {
    display: inline-block;
    transform: rotate(-45deg); /* tilt upward */
    margin-left: 6px;          /* spacing */
    transition: 0.2s ease-in-out;
    position: relative;
    top: 1px;                 /* move slightly upward */
}

.btn:hover .arrow-rotate {
    transform: rotate(-45deg) translateX(3px); /* small move on hover */
}
.apart-hld h3 {
    font-size: 2rem;
    padding-bottom: 1.5rem;
    font-weight: 600;
    color: #0f297a;
    line-height:1.3;
    margin-left:1rem;
}
.shadow-box {
   box-shadow: 0px 0px 14px 0px #EAF1FFFA;
 
}
@media(max-width: 767px){
   
    .market-card {
        margin-left: 0; 
        margin-top: 20px;
    }
    .servi-card{
           margin-right: 0; 
        margin-top: 20px;
    }
    .servicesfooter {
    padding: 5rem 0;
}
.border-mid {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
}
.no-mob-view{
    display:none;
}
.ptb {
    padding: 4rem 0;
}
#top-s{
      padding: 0rem 0;
}

}
