/* Main CSS */
.img-fluid-logo {
    width: 40%;
    height: auto;
}
.img-fluid-smartwm {
    width: 80%;
    height: auto;
}

.herosmartwm {
    width: 100%;
    height: 100vh;
    background: url(../img/smartwm/background_smartwmBannerNew2.png) top center no-repeat;
    background-size: cover;
  }
.asset-left {
    padding: 2%;
    border-radius: 20px;
    background-color: rgba(48, 42, 114);
    border-radius: 20px;


}
.asset-middle {
    font-size: 20px;
    padding: 5%;
    background-color: rgba(48, 42, 114);
    border-radius: 20px;


}
.asset-right { 
    font-size: 20px;
    background-color: rgba(84, 80, 131, 0);
    border-color: #fff;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    display: grid;
}

.products-button {
    z-index: 1;
    position: relative;
    top: 20px;
}

.box-h3 {
    color: white;
    text-align: start;
}

.box-p {
    color: white;
    text-align: start;
    font-size: 20px;
}

.box-img {
    max-width: 50% !important;
    position: relative !important;
    display: grid !important;
    left: 50% !important;
}

.inner-div {
    text-align: center;
    margin: 13px;
    font-size: 18px;
    padding: 2%;
    background-color: rgba(48, 42, 114);
    border-radius: 20px;
    display: list-item;
    
}

.sahpe {
    padding: 2%;
    background-color: rgba(35, 37, 93);
    border-radius: 20px;

}

.sahpe2 {
    padding: 2%;
    background-color: rgba(10, 7, 45);
    border-radius: 20px;


}

.border-sahpe {
    margin: 1%;
    border-radius: 20px;
    box-shadow: 0px 0 5px rgb(255, 255, 255);

}

.grid-wrapper>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* Ensure child elements stay within the div */
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    /* Smooth transition */
}

.image-container:hover img {
    transform: rotate(5deg) scale(1.23);
    /* Rotate and zoom the image */
}

.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}

.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.image-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.233);
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.pricing .box-smartwm {
    padding: 0px 0px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.pricing .box-smartwm:hover {
    transform: scale(1.1);

}

.card_shadow2 {
    
    box-sizing: content-box;
    text-align: center;
    align-items: center;
    position: relative;
    border: 10px;
    border-color: chartreuse;
    background-color: white;
    width: 150px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    border-radius: 10px;

}

.card_shadow {

    box-sizing: content-box;
    text-align: center;
    align-items: center;
    margin-top: 10% !important;
    margin-bottom: 10% !important;
    margin-left: 15% !important;
    position: relative;
    border: 10px;
    border-color: chartreuse;
    background-color: white;
    width: 250px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    border-radius: 18px;

}

.card_shadow_0 {

    box-sizing: content-box;
    text-align: center;
    align-items: center;
    position: relative;
    border: 10px;
    background-color: white;
    width: 500px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s;
    border-radius: 10px;

}

.card_shadow:hover {
    box-shadow: 0 0 20px rgba(147, 220, 0);
}


@media (max-width: 991px) {
    .cardimg {
        width: 100% !important;
    }
}

.circle {
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: rgb(10, 71, 115);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
   
    margin-left: -10%;
    margin-top: -69%;

}

/* Mobile styles */
@media only screen and (max-width: 767px) {
    .circle {
        width: 140px;
        height: 140px;
        margin-left: 1px;
        margin-top: -200px;
    }

    .visitor-management{
        padding: 0px !important;
    }

    .smartwm-para{
        font-size: 1rem !important;
    }
}

.card-stack {
    position: relative;
    width: 100px;
    /* Adjust as needed */
    height: 100px;
    /* Adjust as needed */
}

.card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Border to simulate image frame */
    animation-duration: 3s;
    animation-delay: 3s;
    /* Animation duration */
    animation-timing-function: ease;
    /* Animation timing function */
    animation-fill-mode: forwards;
    /* Animation fill mode */
}

.cards-1 {
    position: absolute;
    height: 119px;
    width: 119px;
    transform-origin: left bottom;
    margin-top: 0px;
    margin-left: 120px;
    top: 0px;
    left: 0px;
}

.cards-2 {
    position: absolute;
    height: 119px;
    width: 119px;
    transform-origin: left bottom;
    margin-top: 258px;
    margin-left: 50px;
    top: 0px;
    left: 70px;
    bottom: 0px;
}

.cards-3 {
    position: absolute;
    height: 119px;
    width: 119px;
    transform-origin: left bottom;
    margin-top: 63px;
    margin-left: 500px;
    top: 0px;
    right: 0px;

}

.cards-4 {
    position: absolute;
    z-index: 1;
    background-color: rgb(1, 41, 112);
    height: 72px;
    width: 184px;
    transform-origin: left bottom;
    margin-top: 374px;
    margin-left: 18rem;
    border-radius: 7px;
    top: 0px;
    right: 95px;
}

.faces {
    margin-right: 5px;
    margin-top: 4px;
    height: 43px;
    width: 173px;
    z-index: 2;
    position: relative;
}

/* Mobile styles */
@media only screen and (max-width: 767px) {
    .card-stack {
        width: 80px;
        height: 80px;
    }

    .cards-1,
    .cards-2,
    .cards-3 {
        width: 100px;
        height: 100px;


    }

    .cards-1 {
        top: 70px;
        left: -100px;
    }

    .cards-2 {
        top: 50px;
        left: -29px;
    }

    .cards-3 {
        right: 20px;
        top: 12px;
    }

    .cards-4 {
        display: none;

    }

    .faces {
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 4px;
        height: 78px;
        width: 240px;

    }
}

/* Tablet styles */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .smartwm-para{
        font-size: 2rem !important;
    }

    .visitor-management{
        padding: 50px;
    }

    .card-stack {
        width: 130px;
        height: 130px;
    }

    .cards-1,
    .cards-2,
    .cards-3 {
        width: 100px;
        height: 100px;
    }

    .cards-1 {
        top: 70px;
        left: -124px;
    }

    .cards-2 {
        top: 153px;
        left: -64px;
    }

    .cards-3 {
        right: 80px;
        top: 12px;
    }

    .cards-4 {
        height: 90px;
        width: 300px;
        right: 200px;
        top: 140px;

    }

    .faces {
        margin-right: 5px;
        margin-left: 5px;
        margin-top: 4px;
        height: 60px;
        width: 240px;

    }


}

/* Desktop styles */
@media only screen and (min-width: 1024px) {

    .visitor-management{
        padding: 50px;
    }

.smartwm-para{
        font-size: 2.6rem !important;
    }
    /* Adjust desktop-specific styles here */
    .card-stack {
        width: 90px;
        height: 90px;
    }

    .cards-1 {
        margin-left: 62px;
    }

    .cards-2 {
        margin-left: -11px;
    }

    .cards-3 {
        margin-left: 400px;
    }

    .cards-4 {
        margin-left: 13rem;
    }

    .cards-1,
    .cards-2,
    .cards-3 {
        width: 90px;
        height: 90px;
    }
}



@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-10deg);
    }
}

@keyframes rotate3 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(15deg);
    }
}

@keyframes rotate4 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-20deg);
    }
}

.card11 {
    justify-content: center;
    padding: 4%;
    z-index: 4;
    background-image: linear-gradient(180deg, rgb(88, 80, 80), rgb(255, 255, 255), rgb(255, 255, 255));
    border-color: rgb(97, 78, 206);
    border-width: 5px;
    /* Red with 30% transparency */
    animation-name: rotate1;
    /* Apply rotate1 animation */
}

.card12 {
    z-index: 3;
    background-color: rgb(76, 105, 177);
    /* Green with 50% transparency */
    animation-name: rotate2;
    /* Apply rotate2 animation */
}

.card13 {
    z-index: 2;
    background-color: rgb(76, 105, 177);
    /* Blue with 70% transparency */
    animation-name: rotate3;
    /* Apply rotate3 animation */
}

.card14 {
    z-index: 1;
    background-color: rgba(162, 173, 230, 0.836);
    /* Yellow with 90% transparency */
    animation-name: rotate4;
    /* Apply rotate4 animation */
}

/* /////////////////////////////////////////////////////////////// */
.card21 {
    justify-content: center;
    padding: 4%;
    z-index: 4;
    background-image: linear-gradient(180deg, rgb(88, 80, 80), rgb(255, 255, 255), rgb(255, 255, 255));
    border-color: rgba(42, 176, 221);
    border-width: 5px;
    /* Red with 30% transparency */
    animation-name: rotate1;
    /* Apply rotate1 animation */
}

.card23 {
    z-index: 2;
    background-color: rgba(120, 204, 236);
    /* Blue with 70% transparency */
    animation-name: rotate3;
    /* Apply rotate3 animation */
}

.card24 {
    z-index: 1;
    background-color: rgb(180, 225, 245);
    /* Yellow with 90% transparency */
    animation-name: rotate4;
    /* Apply rotate4 animation */
}

/* /////////////////////////////////////////////////////////////// */
.card31 {
    justify-content: center;
    padding: 4%;
    z-index: 4;
    background-image: linear-gradient(180deg, rgb(88, 80, 80), rgb(255, 255, 255), rgb(255, 255, 255));
    border-color: rgba(39, 168, 51);
    border-width: 5px;
    /* Red with 30% transparency */
    animation-name: rotate1;
    /* Apply rotate1 animation */
}

.card33 {
    z-index: 2;
    background-color: rgba(122, 197, 136);
    /* Blue with 70% transparency */
    animation-name: rotate3;
    /* Apply rotate3 animation */
}

.card34 {
    z-index: 1;
    background-color: rgba(179, 220, 197);
    /* Yellow with 90% transparency */
    animation-name: rotate4;
    /* Apply rotate4 animation */
}

/* ////////////    Button      //////////////// */