.icon{
    padding: 0 10px;
}
.icon:hover{
    background-color: aliceblue;
    padding: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}
.card-img-top{
    height: 200px;
    object-fit: cover;
    border-radius: 50px 0px;
     box-shadow: 4px 4px 5px gray;
}
p {
  font-family: "Siemreap", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8em;
    font-size: 18px;
}

.icon-location{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(29, 172, 229);
    color:white;
    border-radius: 50%;
    margin: auto;
}
.footer-list{
    text-decoration: none;
    color: rgb(212, 211, 211);
    font-size: 16px;
    display: inline-block; 
    transition: color 0.3s ease, transform 0.3s ease;
}
.footer-list a:hover{
    text-decoration: none;
    color: #a0a0a0;
    font-size: 16px;
    transform: scale(1.05);
}


.icon-scale {
    display: inline-block;
    transition: transform 0.3s ease;
}

.icon-scale:hover {
    transform: scale(1.2);
}

.card {
    display: inline-block;
    transition: transform 0.3s ease;
    cursor: pointer;
    border-radius: 50px 0px 0px 0px;
    box-shadow: 2px 4px 10px rgb(150, 150, 150);
}

.card:hover {
    transform: scale(1.1);
}


.bg-footer{
    background-color: #000;
}
.bg-footer h6{
    color: white
}
.bg-footer a{
    display: inline-block;
    color: rgb(212, 211, 211);
    text-decoration: none;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}
.bg-footer a:hover {
    transform: scale(1.2);
    color:red;
}

.bg { 
    background: linear-gradient(135deg, white, aliceblue);
}

.img-app {
    width: 100%;
    margin-bottom: 10px;
}

/* iPad and up (tablets, small laptops) */
@media (min-width: 768px) {
    .img-app {
        width: 50%;
    }
}

/* Optional: larger laptops/desktops (same as 50%, or adjust if needed) */
@media (min-width: 1024px) {
    .img-app {
        width: 50%;
    }
}
