.scroll-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    border-radius: 16px;
    background: 
    radial-gradient(2% 10% at 20% 23%, rgba(22, 24, 29, 0.00) 0%, transparent 100%), 
    radial-gradient(46.1% 29.97% at 71.79% 33.52%, rgba(255, 19, 93, 0.07) 0%, rgba(255, 19, 93, 0.00) 100%), 
    radial-gradient(36.48% 23.71% at 20.56% 64.08%, rgba(0, 224, 255, 0.07) 0%, rgba(0, 224, 255, 0.00) 100%);
    flex-direction: column;
    font-size: 15px;
}


/* .hero-bg {
    background: url(/assets/img/agent-main.png) no-repeat center center;
    height: 100vh;
    width: 100vw;
    background-size: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent)
} */

.boxpod-dark-book {
    height: auto!important;
}



.hero-bg {
     background: url(../img/background-screens.png)  no-repeat center center,  
    radial-gradient(2% 10% at 20% 23%, rgba(22, 24, 29, 0.00) 0%, transparent 100%), 
    radial-gradient(46.1% 29.97% at 71.79% 33.52%, rgba(255, 19, 93, 0.07) 0%, rgba(255, 19, 93, 0.00) 100%), 
    radial-gradient(36.48% 23.71% at 20.56% 64.08%, rgba(0, 224, 255, 0.07) 0%, rgba(0, 224, 255, 0.00) 100%);
    height: 140vh;
    width: 100vw;
    background-size: 170%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    background-position-y: calc(100vh - 350px), 50%, 50%, 50%;
}



.scrollOne {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.scroll {
    position: relative;
    display: flex;
    width: 90vw;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent)
}

.scroll div {
    white-space: nowrap;
    animation: scroll var(--time) linear infinite;
    animation-delay: calc(var(--time)*-1);

}

.scroll div:nth-child(2) {
    animation: scroll2 var(--time) linear infinite;
    animation-delay: calc(var(--time)/-2);
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.scroll div span {
    display: inline-flex;
    margin: 8px;
    background: #1D2026;
    color:#E8E8FB;
    padding: 16px 16px;
    border-radius: 8px;
    transition: 0.5s ease-out;
    width:240px;
    height:160px;
    text-wrap:wrap;
    flex-direction: column;
}

.scroll div span span {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 10px;
    background-color: #444;
    position: relative;
}

.scroll div span h1 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 16px;
    color:#E8E8FB;
    letter-spacing: 0.6pt;
}

.scroll div span p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #646B82;
    line-height: 21px;
}

.scroll div span img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.scroll div span:hover {
    background: #3fd2f9;
    cursor: pointer;
}

.imgBox div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px 0px 0;   
}

.imgBox img {
    width: 80px;
    height: 80px;
    margin: 0 96px 72px 0;
    max-width: fit-content;
    padding: 12px;
    opacity: 1;
}

.imgBox .container2 img {
    width: 260px;
    height: auto;
    margin: 0 40px 24px 0;
    max-width: fit-content;
    padding: 0px;
    opacity: 1;
}

.postGroup .item .imgBox img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.boxpod {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #2B303B);
    
    background: var(--pod-bg);
    /* Drop */
    box-shadow: 1px 0px 0px 0px #101115;
    width: 80px;
    height: 80px;
}

.boxpod-agent {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #2B303B);
    background: var(--pod-bg);
    /* Drop */
    box-shadow: 1px 0px 0px 0px #101115;
    width: 242px;
    text-wrap: wrap!important;
}



.boxpod-light {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #eeeeee);
    padding: 32px!important;
    background: #EEEEEF;
    /* Drop */
    box-shadow: 1px 0px 0px 0px #FFFFFF;
    width: 100%!important;
    height: 100%!important;
}

.teamItem .boxpod-light {
    border-radius: 24px;
    background-image: url(../img/batch-chatb.png);
    width: 100%!important;
    height: 300px!important;
  
    
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out; /* Adjust the time to your choice */
    overflow: hidden;
}

.teamItem .boxpod-light:hover {   
    background-image: url(../img/batch-chatb.png);
    transition: background-size 0.2s ease-in-out; /* Adjust the time to your choice */
    background-size: 120%; /* The size you want to grow to, feel free to adjust */

}

.teamItem .boxpod-dark {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #eeeeee);
    padding: 32px 32px 0 32px!important;
    background: #16181D;
    /* Drop */
    box-shadow: 1px 0px 0px 0px #FFFFFF;
    width: 100%!important;
    height: 100%!important;
    transition: all 0.2s ease-out;
}

.teamItem .boxpod-dark:hover {   
    transition: border 0.3s ease-out;
    border: 1px solid var(--Stroke, #000);
    padding: 24px 24px 0 24px!important;
}

.grabme:hover {
    cursor: grab;
}

.boxpod-dark {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #2B303B);
    background: var(--pod-bg);
    padding: 24px 32px;
    box-shadow: 1px 0px 0px 0px #101115;
    /* Drop */
   
    width: 100%!important;
    /* height: 80vh!important; */
    transition: all 0.2s ease-out;
}

 .boxpod-light {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #eeeeee);
    padding: 24px!important;
    background: #f6f6fd;
    /* Drop */
    box-shadow: 1px 0px 0px 0px #FFFFFF;
    width: 100%!important;
    height: 100%!important;
    transition: 0.2s ease-out;
}

.selected-image {
    outline: 1px solid var(--blue-light); /* Customize the color and width as needed */
    outline-offset: -2px; /* Adjust if you want some space between the image and the outline */
    transition: 0.2s ease-out;
}

.selected-text {
    background: var(--blue-light)!important;
    color:var(--dt-body-bg)!important;
    transition: 0.2s ease-out;
}

#displayImage {
    transition: 0.2s ease-out;
}

.full-screen-video-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.full-screen-video-modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width:100%; /* You can adjust this */
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000; /* Sit on top */
}


.video-size {
    /* width: 50%; */
    height: auto;
}


.hero-image-carousel {
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 60%; /* Adjust based on layout */
    margin: 0 auto; /* Center carousel */
}

.hero-image-carousel .image-wrapper {
    display: flex;
    transition: transform 0.5s ease-out; /* Smooth transition for the transform */
}

.hero-image-carousel img {
    width: 33.33%; /* Adjust to display 3 images at a time */
    transition: opacity 0.5s ease-out;
    opacity: 0.7; /* Less focus for non-central images */
}

.hero-image-carousel img.center {
    opacity: 1;
}


.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease-out;
}

.dot.active {
    background-color: #717171;
}




 .boxpod-light-01 {
    border-radius: 24px;
    background-image: url(../img/batch-chata.png);
    width: 100%!important;
    height: 300px!important;
  
    
    background-size: 50%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out; /* Adjust the time to your choice */
    overflow: hidden;
}

 .boxpod-light-01:hover {   
    background-image: url(../img/batch-chata.png);
    transition: background-size 0.2s ease-in-out; /* Adjust the time to your choice */
    background-size: 120%; /* The size you want to grow to, feel free to adjust */

}

.play-white {
    padding: 0 0px;
}

.boxpod-dark .play-white {
    padding: 4px 8px 0px 4px;
}


.boxpod-dark .play-white a {
    color: var(--blue-light);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out; 
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding: 4px 0px 8px;
}

.play-white a{
    color: var(--blue-light);
    text-decoration: none;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}


.play-white a::before {
    width: 16px;
    height: 16px;
    content: url(../img/playbutton-dark.svg);
    padding: 0px 4px 0px 0;
    vertical-align: middle;
}

 a .video-sizer {
    height: 40px;
    width: 40px!important;
    transition: background-color 0.2s ease-out !important;
    border-radius: 20px;
    border: 1px solid var(--Stroke, var(--blue-light));
    margin: 0 auto;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 0px;
    background:  url(../img/playbutton2.svg) no-repeat center center, var(--blue-light)!important;
    transition: all 0.3s ease-out !important;
    background-size:100%!important;
}

.videosubtext {
    text-align: center;
    color: #565c6f;
    width: 50%;
    margin: 16px auto;
}

a .video-sizer img {
    width: 40px;
    height: 40px;
    justify-self: center;

}

a .video-sizer:hover {
    border-color: var(--blue-light);
    /* transition: background-image 0.2s ease-out !important; */
    background: url(../img/playbutton2.svg) no-repeat center center, var(--blue-light) !important;
    background-size: 140% !important;
    cursor: pointer;
    transition: all 0.3s ease-out !important;
}

.businessOverview .boxpod-light {
    background-color: var(--dt-light-01);
    width: 80px;
    height: auto;
}

.businessOverview .boxpod-split {
    background-color: var(--dt-light-01);
    width: 80px;
    height: auto;
    border-radius: 0 24px 24px 0;
     border: 1px solid var(--Stroke, #eeeeee);
     padding: 32px;
}


@media (max-width: 767px) {

    .hero-subtitle {
        width: 360px!important;
        margin: 0 auto!important;
    }

    .pod-flex-column-33 {
        height: auto !important;
    }
 
    .boxpod-dark {
        padding: 24px!important;
    }
    .hero-bg {
    /* height: 100vh; */
    width: 100vw;
    background-size: 240%;
    background-position-y: calc(100vh - 250px), 50%, 50%, 50%;
}

    a .video-sizer {
        max-width: 240px !important;
    }

    .imgBox .container2 img {
        width: 150px;
        height: auto;
        margin: 0 40px 24px 0;
        max-width: fit-content;
        padding: 0px;
        opacity: 1;
    }

    .boxpod-agent {
        border-radius: 10px;
    }

    .imgBox img {
        width: 64px;
        height: 64px;
        margin: 0 40px 24px 0;
        max-width: fit-content;
        padding: 12px;
        opacity: 1;
}
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 1s forwards;
}

/* Fade Out */
@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.fade-out {
    animation: fadeOut 1s forwards;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #008CBA;
    color: white;
    border: none;
    border-radius: 5px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    background-color: var(--dt-body-bg);
    margin: 15% auto;
    padding: 20px;
    border: 1px solid rgb(44 44 44);
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: var(--blue-light);
    text-decoration: none;
    cursor: pointer;
}