body {
    font-family: 'Red Rose', sans-serif;
}

.nav-link{
    color: #000000;
    font-size: 18px;
    font-family: 'Red Rose', display;
}
.nav-link:hover , .navbar-nav .nav-item .nav-link.active{
    color: #2DA884;
}
.home-m{
    background-image: url("./hero-image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}
.wh{
    width: 50px;
}
.row-last{
    width: 65%;
}
.row-last2{
    width: 100%;
}
/* .col-w{
    width: 28%;
} */
.list{
    list-style-type: none;
}
.bodr{
    border-top: 2px solid white;
}
.wdth{
    width: 200px;
}
.a{
    text-decoration: none;
    color: black;
    font-size: 25px;
}
.a1{
    text-decoration: none;
}
.display{
    display: flex;
    justify-content:center;
    align-items:center;
}
.f{
    font-size: 50px;
}
.icon-w{
    width: 35px;
    margin: 5px;
}
.bg{
    background-color:#E4F4EF;
}
.height{
    height: 500px;
}
.form-colWidth{
    width: fit-content;
}
.iwh{
    width: 690px;
}
.iwhh{
    width: 690px;
    height: 115px;
}
.unique{
    width: fit-content;
}
.fit{
    max-width: fit-content;
}
.icon-c{
    color: #2DA884;
    font-size: 3rem;
}
.icon-c2{
    color: #2DA884;
    font-size: 2rem;
}
.icon-c3{
    color:white;
    font-size: 2rem;
}
.bg2{
    background-color: #fbfbfb;
}
.shade{
    color: #2DA884;
}
.heading{
    color: #2DA884;
    font-size: 58px;
}
.shade:hover{
    color: #2D984D;
}
.shade2{
    color:#ffffff ;
}
.shade2:hover{
    color: #2DA884;
}
.footer-bg{
    background-color: #000000;
}

.top{
    margin-top: -9%;
}
.top2{
    margin-top: -12%;
}
.fs{
    font-size: 3rem;
}
.iframe-row{
    height:500px;
}

.shopping-icon {
    top: 10px;
    right: 20px;
    font-size: 20px;
    color:black;
    background-color:white; 
    padding: 10px;
    border-radius: 50%;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease; /* Smooth hover transition */
  }
  
  .position-relative:hover .shopping-icon {
    opacity: 1; /* Show on hover */
  }


  input:focus, textarea:focus {
    outline: none !important; /* Outline ko hatata hai */
    box-shadow: none !important; /* Shadow effect ko hatata hai */
    border:0.2px dotted gainsboro  !important; /* Default border color */
  }
  
  
