.why-choose-us-rama{
   
background-image: url(/assets/images/home/why-choose-us-home/backg.png);
}
.why-choose-us-rama .inner-blur{
 
    background: linear-gradient(45deg,#1b405b,#1b405b, #4097f8);
   
}
.why-choose-us-rama .inner-blur .inner-why-choose{
    width: 90%;
    margin:auto;
    display: flex;
    align-items: center;

    justify-content: center;
    gap: 5%;
    padding: 3% 0%;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left{
    width:48%;
   
   padding: 20px 0px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .why-choose-top{
    display: flex;
    gap: 7px;
    letter-spacing: 2px;
    font-weight: 600;
  font-size: var(--main-heading);
    position: relative;
    color:var(--orange);
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .why-choose-top::before{
    content: " ";
    height: 2px;
    width: 100px;
    background:var(--orange);
    position: absolute;
    left: 5%;
   
    bottom: -5px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left h1{
    color:var(--white);
    padding: 15px 0px;
    font-family: var(--font-family);
    font-size:var(--sub-heading);
    font-weight: 600;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left h1 span{
    color:var(--orange);

}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left p{
    color: rgba(255,255,255,1);
letter-spacing: var(--paragraph-letter-spacing);
font-size: var(--paragraph);
font-family: var(--font-family);
    font-weight: 500;
    line-height: 25px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row{
display: flex;
align-items: center;
gap: 30px;
justify-content:center;
    margin: 30px 0px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box{
    display: flex;
    align-items: center;
    gap: 10px;
    background:#fff;
    border-radius: 50px 50px 50px 0;
    box-shadow: var(--box-shadow);
 
    overflow: hidden;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box .right-side{
 flex:1;
padding-top: 10px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box .right-side h3{
    font-size:20px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box .image{
    background:var(--orange);
    height:85px;
    width:85px;
    margin-left: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 2px;
     border-radius: 60px 60px 60px 0px;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box .image img{
    height: 100%;
    width: 60%;
    filter: brightness(0) invert(1);
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-left .first-row .left-box .right-side p{
    color:#19232b;
    padding: 0px 5px;
    letter-spacing: var(--paragraph-letter-spacing);
    font-size:var(--paragraph);
    font-family: var(--font-family);
    font-weight: 500;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-right{
    width:40%;
 position: relative;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-right::after{
    content: " ";
    position: absolute;
    right: -8px;
    bottom: 8px;
    height: 100%;
    width: 100%;
    background: var(--orange);
    border-radius: 20% 1%;
    z-index: 2;
}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-right img{
    height: 100%;
    width: 100%;
 border-radius: 20% 1%;
 position: relative;
         transition: transform 500ms;
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform-origin: center center;
     z-index: 45;

}
.why-choose-us-rama .inner-blur .inner-why-choose .why-choose-right img:hover{
    transform: perspective(100px) rotateX(0.03deg) rotateY(0deg) scaleX(1.010) scaleY(1.010);
}