﻿.custom-shape-divider-top-1736322299 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1736322299 svg {
        position: relative;
        display: block;
        width: calc(166% + 1.3px);
        height: 231px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-top-1736322299 .shape-fill {
        fill: #FFFFFF;
    }

.iconPosition {
    height: 4rem;
    padding-left: 0.4rem;
    width: calc(var(--cnvs-featured-box-icon) + var(--cnvs-featured-box-padding-x)* 2);
}

.listimg {
    padding: 1rem;
    background-color: cornflowerblue;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

    .listimg img {
        margin-right: 1rem;
    }

.hero-card {
    position: absolute;
    right: -25%;
    bottom: -40%;
}

.heroh2font {
    font: 700 3rem / 3.75rem Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
}

.heropfontsize {
    font-size: 1.2rem;
}

.Abouth2font {
    font-family: Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
    font-size: 1.5rem !important;
    letter-spacing: -.1px;
}

.Aboutpfont {
    font-family: Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.cardbg {
    background-color: #fff;
    border-radius: 36px;
}

.containerBg {
    background-color: #f5a48445;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 36px;
}

.usecasebg {
    background-color: #f3f5fa;
    border-radius: 36px;
    min-height: 350px;
}




/* iPhone Image */
.device-image {
    width: 100%;
    height: auto;
    z-index: 2; /* Frame sits above the video */
}

/* Video Styling */
.device-video {
    position: absolute;
    top: 2%; /* Adjust to align with iPhone screen */
    left: 6%; /* Adjust to align with iPhone screen */
    width: 90%; /* Fits inside the iPhone's screen */
    height: 96%; /* Fits inside the iPhone's screen */
    object-fit: cover; /* Ensures the video fills the area */
    border-radius: 20px; /* Adds rounded corners for realism */
    z-index: 1; /* Video is beneath the iPhone frame */
}


.usecaseDeviceBg {
    background-color: antiquewhite;
    border-radius: 36px;
}

a:hover .h-bg-danger {
    background-color: #1c4bae !important;
    transition: background-color 0.3s ease; /* Smooth transition */
}

.image-container {
    position: relative;
    display: inline-block;
}


    .image-container:hover .play-icon {
        background: #74a2e7; /* Highlight effect on hover */
    }


.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #8fb4eb;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .play-icon i {
        font-size: 1.5rem; /* Adjust size relative to play icon */
        color: white;
    }

.image-container .play-icon:hover {
    background: #74a2e7; /* Highlight effect on hover */
}

.image-container img {
    display: block;
    width: 100%; /* Ensure image is responsive */
    height: auto;
}

.headerbgclr {
    background-color: #7920fd;
}


.shadow {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.rounded {
    border-radius: 15px;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-blue-circle {
    width: 600px;
    height: 600px;
    background: linear-gradient(151deg, rgba(149,213,225,1) 0%, rgba(149,192,220,1) 100%); /* Light blue color */
    border-radius: 50%;
    position: absolute;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%);
    z-index: 0; /* Place behind content */
}


.textbg {
    width: 320px;
    min-height: 220px;
    border-radius: 18px;
}

.playbtn-icon {
    width: 120px;
    height: 50px;
}

.bg-Light-blue {
    background-color: #8fb4eb;
}

.text-clr {
    color: #3d80e4;
}

.play-btn-blue {
    width: 130px; /* Set fixed width */
    height: 60px; /* Set fixed height */
    font-size: 2rem; /* Adjust icon size */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    border-radius: 50%; /* Make it circular */
    background-color: #1e90ff; /* Light blue color */
    color: #fff; /* White text color */
}

.textbg a {
    color: #8fb4eb;
}

    .textbg a:hover {
        color: #74a2e7;
    }

.diagonal-shape {
    clip-path: polygon(0 0, 100% 0, 100% 15vh, 0 30vh); /* Adjust using vh for height */
}

.SideImage-container {
    position: absolute;
    right: -50px;
    top: 10%;
    transform: rotate(-5deg);
    width: 50%;
    z-index: 0;
}

    .SideImage-container img {
        width: 100%;
        border-radius: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.OurProductLogobg {
    max-width: 150px;
    border: 0;
    background-color: #e9f2fa;
    height: 75px;
    border-radius: 10px;
    clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0% 100%)
}
/*Testimonial Design*/

.testimonial-card {
    position: relative;
    background-color: #ffffff;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 2rem;
    min-height: 340px;
}

    .testimonial-card::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background-color: #ffffff;
        border-right: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        transform: translateX(-50%) rotate(45deg);
    }




.stars {
    color: #ffc107;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}


/*Help style*/

.help-section {
    background-color: #eef0ff; /* Light violet background */
    padding: 4rem 2rem;
    position: relative;
    border-radius: 20px;
    
}

.help-title {
    color: #0d6efd; /* Bootstrap primary blue */
    font-size: 5rem;
    font-weight: bold;
}

.contact-btn {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 30px;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

    .contact-btn:hover {
        background-color: #0041bd;
    }

.contact-info {
    font-size: 1.1rem;
    margin-top: 2rem;
    color: #000;
    font-weight: bold;
}

.phone-image {
    position: absolute;
    top: 30%;
    right: 30%;
    transform: translate(50%, -50%);   
}

@media (max-width: 768px) {
    .phone-image {
        position: static;
        transform: none;
        margin-top: 2rem;
    }
}


/*About my world video style*/

.video-container {
    position: relative;
    width: 100%;   
    overflow: hidden;
}

    .video-container video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 1;
}

    .text-overlay h1 {
        font-size: 3rem;
        font-weight: bold;
    }

    .text-overlay p {
        font-size: 1.2rem;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity for readability */
    z-index: 0;
}

/*Need Help*/
.NeedHelp {
    background: linear-gradient(#ffffff 50%, #0d6efd 50%);   
}

/*Mobile Layout size*/
.img-mob-size{
    width:350px;
}






/*.shape-body {
    background:  #e8f4ff;    
}

.shape-container {
    width: 100%;
    max-width: 400px;
    height: 200px;
    position: relative;
    overflow: hidden;
    background: white;        
}

    .shape-container::before {
        content: "";
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 120px;
        background: #e8f4ff;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
    }*/
/*.shape-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 220px;*/ /* Slightly larger than the shape */
/*display: flex;
    justify-content: center;
    align-items: center;
}

.entry-img {
    position: absolute;
    top: -20px;*/ /* Adjust to overlay */
/*left: 50%;
    transform: translateX(-50%);
    width: 70%;*/ /* Adjust width as needed */
/*max-width: 250px;*/ /* Limit image size */
/*z-index: 2;
}

.shape-container {
    width: 100%;
    height: 200px;
    background: white;
    position: absolute;
    bottom: -150px;    
    z-index: 1;
}

    .shape-container::before {
        content: "";
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 120px;
        background: #e8f4ff;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        z-index: 0;
    }*/
.shape-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 220px; /* Ensure height accommodates the image */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible; /* Prevents clipping */
}

/* Ensure the image overlays the shape properly */
.entry-img {
    position: absolute;
    top: -115px; /* Moves image upwards for overlay */
    left: 50%;
    transform: translateX(-50%);
    width: 80%; /* Adjust size for better balance */    
    z-index: 2; /* Ensures it stays above the shape */
}

/* Shape Background */
.shape-container {
    width: 100%;
    height: 200px;
    background: white;
    position: absolute;
    bottom: -100px; /* Moves shape down to balance */
    z-index: 1;   
}

    /* Soft background blending */
    .shape-container::before {
        content: "";
        position: absolute;
        top: -30px; /* Adjust for smooth overlay */
        left: 0;
        width: 100%;
        height: 120px;
        background: #e8f4ff;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        z-index: 0;
    }
