.common {font-size: 17px;line-height: 26px;font-weight: 400;color: #444;}
.common section {background-color: #fefefe;}
.common .sectionTitle {position: relative;font-size:40px;font-weight: 600;color: #373334;margin-bottom: 10px;}
    
.btnLight {background-color: #d6d5d6;color: #373334;padding: 10px 20px;border-radius: 12px;}
.btnLight:hover {background-color: #5f5c5c;color: #fefefe;}
    
.btnDark {background-color: #5f5c5c;color: #fefefe;padding: 10px 20px;border-radius: 12px;}
.btnDark:hover {background-color: #d6d5d6;color: #373334;}
    
.hero-section {position: relative;padding: 0;}
.hero-section .hero-image {width: 91%;transform: translateY(0px) scale(1.2);}
.hero-section .hero-overlay {position: absolute;inset: 0;background-color: rgba(0,0,0,0.5);z-index: 2;}
.hero-section .hero-content {position: absolute;inset: 0;z-index: 3;display: flex;align-items: center;justify-content: center;}
.hero-section .hero-content .hero-heading {font-size: 55px;color: #fff;transform: translateY(0);will-change: transform;margin-bottom: 0;font-weight: 700;letter-spacing: 3px;}
.chatbot .hero-section .hero-content .hero-heading {font-size: 50px;}
.hero-section .hero-tabs-wrapper {position: absolute;bottom: 40px;left: 50%;transform: translateX(-50%);width: 90%;z-index: 5;display: flex;align-items: center;justify-content: center;gap: 25px;}
.hero-section .hero-tabs-wrapper .hero-tabs-label {color: #fff;font-size: 22px;font-weight: 500;white-space: nowrap;}
.hero-section .hero-tabs-wrapper .hero-tabs {display: flex;justify-content: center;flex-wrap: wrap;gap: 25px;}
.hero-section .hero-tabs-wrapper .hero-tabs .hero-tab {opacity: 0.8;cursor: pointer;transition: all 0.3s ease;}
.hero-section .hero-tabs-wrapper .hero-tabs .hero-tab:hover, .hero-section .hero-tabs-wrapper .hero-tabs .hero-tab.active {background-color: #fff;color: #373334;opacity: 1;}
    

.hero-video-scroll {position: relative;height: 150vh;padding: 0;overflow: visible;}
.hero-video-scroll .hero-bg {position: absolute;inset: 0;height: 100vh;background: url("https://www.govideopx.ae/assets/img/homepage/new/home-banner-bg.webp") center/cover no-repeat;}
.hero-video-scroll .hero-overlay {position: absolute;inset: 0;height: 100vh;background-color: rgba(0,0,0,0.45);z-index: 2;}
.hero-video-scroll .hero-sticky {position: sticky;top: 0;height: 100vh;overflow: hidden;z-index: 3;}
.hero-video-scroll .hero-content {position: absolute;inset: 0;z-index: 5;display: flex;align-items: center;justify-content: center;pointer-events: none;top: 22%;position: absolute;left: 50%;transform: translate(-50%, -50%);width: 100%;}
.hero-video-scroll .hero-heading {font-size: 100px;color: #fff;margin-bottom: 0;font-weight: 700;letter-spacing: 3px;transform: translateY(0);will-change: transform;}
.hero-video-scroll .hero-video-wrap {position: absolute;left: 50%;top: 58%;width: 42vw;max-width: 720px;border-radius: 22px;overflow: hidden;z-index: 4;transform: translate(-50%, -50%);will-change: width, top, border-radius;box-shadow: 0 30px 80px rgba(0,0,0,0.35);}
.hero-video-scroll .hero-video-wrap video {width: 100%;display: block;}
.hero-video-scroll .hero-tabs-wrapper {position: absolute;left: 50%;bottom: 40px;width: 90%;z-index: 6;transform: translateX(-50%);display: flex;align-items: center;justify-content: center;gap: 25px;will-change: bottom, transform;}
.hero-video-scroll .hero-tabs-label {color: #fff;font-size: 22px;font-weight: 500;white-space: nowrap;}
.hero-video-scroll .hero-tabs {display: flex;justify-content: center;flex-wrap: wrap;gap: 25px;}
.hero-video-scroll .hero-tab {opacity: 0.8;cursor: pointer;transition: all 0.3s ease;}
.hero-video-scroll .hero-tab:hover, .hero-video-scroll .hero-tab.active {background-color: #fff;color: #373334;opacity: 1;}

@media(max-width:767px) {
    .hero-video-scroll {height: 95vh;overflow: hidden;}
    .hero-video-scroll .hero-bg, .hero-video-scroll .hero-overlay {height: 95vh;}
    .hero-video-scroll .hero-content {padding: 0 15px;}
    .hero-video-scroll .hero-heading {font-size: 40px;line-height: 1.15;text-align: center;letter-spacing: 1px;}
    .hero-video-scroll .hero-sticky {height: 95vh;}
    .hero-video-scroll .hero-sticky .hero-video-wrap {top: 48%;width: 84vw;max-width: none;border-radius: 16px;}
    .hero-video-scroll .hero-sticky .hero-video-wrap .sound-toggle {top: 10px;left: 10px;font-size: 12px;padding: 7px 10px;gap: 6px;}
    .hero-video-scroll .hero-sticky .hero-video-wrap .sound-toggle i {width: 22px;height: 22px;line-height: 22px;}
    .hero-video-scroll .hero-sticky .hero-tabs-wrapper {width: 92%;bottom: 18px;flex-direction: column;gap: 12px;}
    .hero-video-scroll .hero-sticky .hero-tabs-wrapper .hero-tabs-label {font-size: 16px;}
    .hero-video-scroll .hero-sticky .hero-tabs-wrapper .hero-tabs {width: 100%;gap: 8px;display: grid;grid-template-columns: repeat(2, 1fr);}
    .hero-video-scroll .hero-sticky .hero-tabs-wrapper .hero-tabs .hero-tab {text-align: center;font-size: 13px;padding: 9px 8px;border-radius: 10px;}

}


.common section.feature-section {background-color: #d1d3d5;padding: 40px 0;}
.feature-section .feature-wrapper {position: relative;}
.feature-section .feature-wrapper .feature-card {display: none;}
.feature-section .feature-wrapper .feature-card.active {display: block;}
.feature-section .feature-wrapper .feature-card .feature-subtitle {font-size: 18px;font-weight: 600;margin-bottom: 5px;}
.feature-section .feature-wrapper .feature-card .feature-btn {background-color: #f5f5f5;transition: all 0.3s ease;margin: 0 auto;display: table;}
.feature-section .feature-wrapper .feature-card .feature-btn:hover {background-color: #5f5c5c;color: #fefefe;}
    
.video-section {position: relative;overflow: hidden;padding: 0;}
.video-section video {width: 100%;display: block;}
.video-section .sound-toggle {position: absolute;top: 45px;left: 20px;display: flex;align-items: center;gap: 12px;cursor: pointer;transition: all 0.3s ease;}
.video-section .sound-toggle i {width: 25px;height: 26px;background-color: #5f5c5c;border-radius: 50%;color: #fff;text-align: center;}
.video-section .sound-toggle:hover i {background-color: #fff;color: #5f5c5c;}
    
.homepagenew section.stats-section, .chatbot section.stats-section, .chatbot section.chatbot-barrier, .homepagenew section.customer-interactions, .voiceagent section.stats-section {background-color: #373334;color: #e6e7e7;}
.stats-section .stats-title, .customer-interactions .title {color: #fefefe;}
.stats-section .stats-subtitle {font-size: 20px;font-weight: 600;color: #fefefe;margin-bottom: 10px;}
.stats-section .stat-items {text-align: center;}
.stats-section .stat-items .stat-item {transition: transform 0.6s ease, opacity 0.6s ease, filter 0.6s ease;}
.stats-section .stat-items .stat-item .stat-inner {transform: translateY(120px);opacity: 0;filter: blur(12px);transition: transform 0.9s cubic-bezier(.22,.61,.36,1), opacity 0.9s ease, filter 0.9s ease;}
.stats-section .stat-items .stat-item.active .stat-inner {transform: translateY(0);opacity: 1;filter: blur(0px);}
.stats-section .stat-items .stat-item.prev .stat-inner {transform: translateY(-80px);opacity: 0.2;filter: blur(10px);}
.stats-section .stat-items .stat-item .stat-inner .stat-number {font-size: 60px;line-height: 80px;}
.stats-section .stat-items .stat-item .stat-inner .stat-text {font-size: 30px;line-height: 30px;}
.stats-section .stat-items .stat-item .stat-inner .stat-divider {position: relative;width: 85%;height: 3px;margin: 30px auto 15px;}
.stats-section .stat-items .stat-item .stat-inner .stat-divider::before {content: "";position: absolute;inset: 0;background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.08) 10%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.08) 90%, rgba(255,255,255,0));filter: blur(0.3px);}

.personalized-experience .desc {margin-bottom: 20px;}
.personalized-experience .interactive-experience {position: relative;}
.personalized-experience .main-image-wrapper {transition: transform 0.2s linear;text-align: center;}
.personalized-experience .main-image {/*width: 100%;*/width: 60%;}
.personalized-experience .floating-icon {position: absolute;transition: transform 0.2s linear;}
.personalized-experience .icon-audio {top: 10px;left: 50px;}
.personalized-experience .icon-voice {top: 10px;right: 60px;}
.personalized-experience .icon-bot {top: 105px;right: 50px;}
.personalized-experience .icon-video {bottom: 10px;left: 50px;}
.personalized-experience .icon-whatsapp {bottom: 0;right: 80px;}
.personalized-experience .flip-card {width: 150px;height: 80px;perspective: 1000px;}
.personalized-experience .flip-card-inner {position: relative;width: 100%;height: 100%;transition: transform 0.8s;transform-style: preserve-3d;}
.personalized-experience .flip-card:hover .flip-card-inner {transform: rotateY(180deg);}
.personalized-experience .flip-card-front, .personalized-experience .flip-card-back {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;border-radius: 12px;display: flex;align-items: center;justify-content: center;}
.personalized-experience .flip-card-front img {width: 100%;height: 100%;object-fit: cover;}
.personalized-experience .flip-card-back {background-color: #111;color: #fff;transform: rotateY(180deg);letter-spacing: 2px;}
.personalized-experience .floating-icon {animation: floatingAnimation 4s ease-in-out infinite;}
.personalized-experience .icon-voice {animation-delay: 1s;}
.personalized-experience .icon-bot {animation-delay: 2s;}
.personalized-experience .icon-whatsapp {animation-delay: 1.5s;}
@keyframes floatingAnimation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

.common section.brands-section {background-color: #f1f2f2;border-top: 2px solid #e7e7e7;border-bottom: 2px solid #e7e7e7;}
.brands-section .brands-title {text-align: center;}
.brands-section .brandsSwiper .swiper-slide {display: flex;align-items: center;justify-content: center;transition: opacity 0.5s ease, filter 0.5s ease, transform 0.5s ease;transition: transform 0.8s ease, opacity 0.8s ease;opacity: 0.5;}
.brands-section .brand-item {width: 200px;height: 120px;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease;}
.brands-section .brand-item img {max-width: 100%;max-height: 60px;object-fit: contain;transition: all 0.5s ease;}
.brands-section .brandsSwiper .swiper-slide-active, .brands-section .brandsSwiper .swiper-slide-next, .brands-section .brandsSwiper .swiper-slide-next + .swiper-slide, .brands-section .brandsSwiper .swiper-slide-next + .swiper-slide + .swiper-slide {opacity: 1;filter: blur(0px);transform: scale(1);}
.brands-section .brandsSwiper .swiper-slide-prev, .brands-section .brandsSwiper .swiper-slide-visible:last-child {opacity: 0.35;filter: blur(3px);transform: scale(0.9);}
.brands-section .brand-item:hover {transform: translateY(-6px);}
.brands-section .brandsSwiper .swiper-slide.edge-blur {opacity: 0.25 !important;filter: blur(3px);transform: scale(0.9);transition: all 0.5s ease;}
.brands-section .brandsSwiper::before {content: "";position: absolute;top: 0;left: 0;width: 200px;height: 100%;z-index: 20;pointer-events: none;backdrop-filter: blur(2px);}
.brands-section .brandsSwiper::after {content: "";position: absolute;top: 0;right: 0;width: 200px;height: 100%;z-index: 20;pointer-events: none;backdrop-filter: blur(2px);}
.brands-section .brandsSwiper .swiper-slide-visible {opacity: 1;}
.common section.customer-interactions {border-bottom: 2px solid #e7e7e7;}
.customer-interactions .customerInteractionImage {position: relative;display: none;}
.customer-interactions .customerInteractionImage .customerInteractionImageInner {position: absolute;bottom: 0;left: -20px;width: 85%;}
.customer-interactions .btn-group {display: flex;flex-wrap: wrap;justify-content: center;gap: 25px;}

.common section.personalized-video {padding-bottom:0;}
.personalized-video .stats {position: relative;background-image: url(../img/homepage/personalized-video-stats.webp);background-repeat: no-repeat;color: #fff;padding: 60px 20px;background-size: 100%;}
.personalized-video .stats .stat + .stat {margin-top: 30px;}
.personalized-video .stats .stat .statHeading {font-size: 70px;font-weight: 600;line-height: 80px;}
.personalized-video .stats .stat .statDesc {font-size: 20px;}

.parallax-video-section .sectionTitle {color: #fefefe;}
.parallax-video-section {padding: 0;color: #fefefe;}
.parallax-video-section #pbv-image {background-image: url('../img/homepage/personalized-business-videos-bg.webp');scroll-margin-top: 80px;}
.parallax-video-section #piv-image {background-image: url('../img/homepage/personalized-interactive-videos-bg.webp');}
.parallax-video-section #pav-image {background-image: url('../img/homepage/personalized-ai-videos-bg.webp');}
.parallax-video-section .parallax-section {position: relative;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;border-bottom: 2px solid #e7e7e7;}
.parallax-video-section .content {position: relative;z-index: 2;padding: 40px 30px 80px;}
.parallax-video-section .content .content-left p {margin-bottom: 35px;}

.parallax-video-section .parallax-btn-group {display:flex;align-items:center;gap:15px;flex-wrap:wrap;}
.parallax-video-section .video-popup-btn {display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;}
.parallax-video-section .video-popup-btn i {font-size:14px;}


.parallax-video-section .content .content-right .video-thumbnail {position: relative;overflow: hidden;border-radius: 24px;box-shadow: 0 20px 60px rgba(0,0,0,0.2);}
.parallax-video-section .content .content-right .video-thumbnail.playing .custom-video {opacity: 1;pointer-events: auto;}
.parallax-video-section .content .content-right .video-thumbnail.playing .thumbnail-image {opacity: 0;}
.parallax-video-section .content .content-right .video-thumbnail .thumbnail-image {width: 100%;display: block;transition: opacity 0.4s ease;}
.parallax-video-section .content .content-right .video-thumbnail .custom-video {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0;pointer-events: none;transition: opacity 0.4s ease;}
.parallax-video-section .content .content-right .video-thumbnail .play-btn {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 75px;height: 75px;border-radius: 50%;border: none;cursor: pointer;transition: all 0.3s ease;z-index: 5;}
.parallax-video-section .content .content-right .video-thumbnail .play-btn:hover {transform: translate(-50%, -50%) scale(1.1);}
.parallax-video-section .content .content-right .video-thumbnail .expand-btn {position: absolute;right: 20px;bottom: 20px;width: 48px;height: 48px;border: none;border-radius: 12px;background-color: rgba(255,255,255,0.95);cursor: pointer;z-index: 5;transition: all 0.3s ease;}
.parallax-video-section .content .content-right .video-thumbnail .expand-btn:hover {transform: scale(1.1);}
.parallax-video-section .content .content-right .video-thumbnail .play-btn i, .parallax-video-section .content .content-right .video-thumbnail .expand-btn i {font-size: 25px;}
.custom-video-modal {position: fixed;inset: 0;background-color: rgba(0,0,0,0.82);z-index: 9999;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;transition: all 0.4s ease;}
.custom-video-modal.active {opacity: 1;visibility: visible;}
.custom-video-modal .custom-video-modal-content {position: relative;width: 60vw;max-width: 1100px;border-radius: 24px;overflow: hidden;transform: scale(0.8);transition: all 0.4s ease;}
.custom-video-modal.active .custom-video-modal-content {transform: scale(1);}
.custom-video-modal .custom-video-modal-content .modal-video {width: 100%;display: block;}
.custom-video-modal .custom-video-modal-content .modal-close-btn {position: absolute;top: 20px;right: 20px;width: 48px;height: 48px;border: none;border-radius: 50%;cursor: pointer;z-index: 5;transition: all 0.3s ease;}
.custom-video-modal .custom-video-modal-content .modal-close-btn:hover {transform: rotate(90deg);}

.chatbots-agents {padding-bottom: 0;}
.chatbots-agents .image img {width: 100%;border-top: 2px solid #e7e7e7;padding-top: 40px;margin-top: 40px;}

#conversationalAIChatbot, #whatsappNativeChatbots {scroll-margin-top: 80px;}

.parallax-video-section1 .sectionTitle {color: #fefefe;}
.parallax-video-section1 {padding: 0;color: #fefefe;}
.parallax-video-section1 #humanize {background-image: url('../img/homepage/chatbots.webp');scroll-margin-top: 80px;}
.parallax-video-section1 #enrich  {background-image: url('../img/homepage/conversations.webp');}
.parallax-video-section1 #automate {background-image: url('../img/homepage/voice-agents.webp');scroll-margin-top: 80px;}

.parallax-video-section1 .parallax-section {position: relative;background-attachment: fixed;background-position: center;background-repeat: no-repeat;background-size: cover;border-bottom: 2px solid #e7e7e7;}
.parallax-video-section1 .content {padding: 50px 30px 100px;}
.chatbot .parallax-video-section1 .content {padding: 50px 30px 250px;}
.parallax-video-section1 .content .content-left p {margin-bottom: 35px;}
    
.shift-section .btnDark {padding: 10px 50px;}
.shift-section .buttons {margin-top: 30px;}
.shift-section a + a {margin-left: 20px;}

.common section.custom-faq-section {background-color: #cdcdcd;}
.custom-faq-section .faq-tabs {display: flex;align-items: stretch;;gap: 25px;}
.custom-faq-section .faq-tabs .faq-heading {margin-bottom: 0!important;}
.custom-faq-section .faq-tabs .faq-tab {flex: 1;border: none;background-color: #959899;color: #fff;padding: 12px 40px;border-radius: 10px 10px 0 0;font-size: 20px;transition: all .3s ease;}
.custom-faq-section .faq-tabs .faq-tab:hover, .custom-faq-section .faq-tabs .faq-tab.active {background-color: #5f5c5c;}
.custom-faq-section .faq-wrapper {border: 1px solid #7d7d7d;padding: 15px 15px 5px;}
.custom-faq-section .faq-wrapper .faq-content {display: none;animation: fadeEffect .35s ease;}
.custom-faq-section .faq-wrapper .faq-content.active {display: block;}
@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.custom-faq-section .faq-wrapper .faq-content .faq-item {background-color: #fff;margin-bottom: 10px;overflow: hidden;}
.custom-faq-section .faq-wrapper .faq-content .faq-item.active .faq-question {background-color: #ececec;}
.custom-faq-section .faq-wrapper .faq-content .faq-item .faq-question {position: relative;padding: 15px 60px 15px 15px;cursor: pointer;font-size: 16px;transition: all .3s ease;}
.custom-faq-section .faq-wrapper .faq-content .faq-item .faq-question:hover {background-color: #ececec;}
.custom-faq-section .faq-wrapper .faq-content .faq-item .faq-question .faq-icon {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);transition: all .35s ease;}
.custom-faq-section .faq-wrapper .faq-content .faq-item.active .faq-icon {transform: translateY(-50%) rotate(90deg);}
.custom-faq-section .faq-wrapper .faq-content .faq-item .faq-answer {max-height: 0;overflow: hidden;transition: all .4s ease;}
.custom-faq-section .faq-wrapper .faq-content .faq-item.active .faq-answer {max-height: 300px;padding: 15px 15px 5px;font-size: 16px;}

.section-heading {text-transform: capitalize;}

/*AI Chatbots start*/
.web-native-chatbots {border-bottom: 2px solid #e7e7e7;padding: 40px 0 50px 0;}
.web-native-chatbots .chatbotImage {position: relative;display: none;}
.web-native-chatbots .chatbotImage .chatbotImageInner {position: absolute;bottom: 0;left: -20px;width: 85%;}

.impact-automation h3 {font-weight: 600;}
.impact-automation h2 ~ .row {margin-top: 25px;}
.impact-automation .chatbotImage {text-align: center;}
.impact-automation .chatbotImage img {width: 50%;}

.chatbot .chatbot-barrier .leftSection .header, .chatbot .chatbot-barrier .rightSection .header {color: #fff;text-align: center;border-radius: 15px;}
.chatbot .chatbot-barrier .leftSection .header {background-color: #bebfc1;}
.chatbot .chatbot-barrier .rightSection .header {background-color: #fefefe;}
.chatbot .chatbot-barrier .leftSection .header .headerLeft, .chatbot .chatbot-barrier .rightSection .header .headerLeft {padding: 10px 15px;text-transform: capitalize;color: #373334;font-weight: bold;}
.chatbot .chatbot-barrier .leftSection .box, .chatbot .chatbot-barrier .rightSection .box {position: relative;border-radius: 15px;padding: 15px 15px 20px;background-color: #373334;text-align: left;}
.chatbot .chatbot-barrier .leftSection .box {border: 2px solid #bebfc1;}
.chatbot .chatbot-barrier .leftSection .box:hover, .chatbot .chatbot-barrier .rightSection .box:hover {box-shadow: 0 0 30px grey;}
.chatbot .chatbot-barrier .leftSection .box ul, .chatbot .chatbot-barrier .rightSection .box ul {padding: 0 0 0 20px;margin: 0;}
.chatbot .chatbot-barrier .leftSection .box ul li, .chatbot .chatbot-barrier .rightSection .box ul li {position: relative;list-style-type: none;padding-top: 10px;}
.chatbot .chatbot-barrier .leftSection .box ul li:before, .chatbot .chatbot-barrier .rightSection .box ul li:before {content: ">";position: absolute;left: -15px;top:-1px;padding-top: 10px;}
.chatbot .chatbot-barrier .leftSection .box ul li + li, .chatbot .chatbot-barrier .rightSection .box ul li + li {padding-top: 10px;}
.chatbot .chatbot-barrier .rightSection .box {border: 2px solid #fefefe;}
/*AI Chatbots end*/

section.agent-features#conversationalAIChatbot, section.agent-features#genuineInteractions, section.agent-features#industrySlider {background-color: #f2f2f2;padding: 40px 0;}
section.agent-features#whatsappNativeChatbots {background-color: #fff;padding: 40px 0;}

.agent-features .row > div {margin-top: 20px;}

.agent-features#conversationalAIChatbot .feature-card, .agent-features#genuineInteractions .feature-card, .agent-features#industrySlider .feature-card {background: #fff;height: 100%;min-height: 300px;padding: 30px 20px 20px;text-align: center;box-shadow: 0 8px 25px rgba(0,0,0,.52);transition: all .35s ease;}
.agent-features#conversationalAIChatbot .feature-card:hover, .agent-features#genuineInteractions .feature-card:hover, .agent-features#industrySlider .feature-card:hover {transform: translateY(-8px);box-shadow: 0 15px 35px rgba(0,0,0,.18);}

.agent-features#whatsappNativeChatbots .feature-card {background: #d1d3d5;height: 100%;min-height: 300px;padding: 30px 20px 20px;text-align: center;box-shadow: 0 15px 35px rgba(0,0,0,.18);transition: all .35s ease;}
.agent-features#whatsappNativeChatbots .feature-card:hover {transform: translateY(-8px);box-shadow: 0 8px 25px rgba(0,0,0,.52);}

.agent-features#industrySlider .feature-card {box-shadow: none;/*min-height: 250px;*/}
#industrySlider .verticalTicker .row > div {margin: 20px 0;}

.agent-features .feature-card img {width: 100px;max-width: 100%;margin-bottom: 20px;}
.agent-features .feature-card h4 {font-size: 20px;font-weight: 600;color: #000;}
.agent-features .feature-card p {font-size: 15px;line-height: 22px;}
.feature-card-demo {display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}

.useCases {border-bottom: 2px solid #e7e7e7;padding-bottom: 0;}
.useCases .sectionTitle {margin-bottom: 20px;}
.useCases .usecaseLeft {position: relative;z-index: 2;height: 100%;}
.useCases .usecaseLeft .usecase-text {position: relative;font-size: 22px;font-weight: 600;z-index: 9;}
.useCases .usecaseLeft .industryImageWrapper {position: absolute;bottom: -45px;}
.useCases .usecaseLeft .industry-image {width: 100%;display: none;}
.useCases .usecaseLeft .industrySelectWrapper {position: relative;z-index: 9;}
.useCases .usecaseLeft .industrySelectWrapper::before {position: absolute;content: "";top: 0;right: 60px;width: 1px;height: 100%;border-left: 2px solid #fff;z-index: 9;}
.useCases .usecaseLeft .industrySelectWrapper .industryDropdown {position: relative;background: #676363;color: #fff;font-size: 22px;font-weight: 600;border: none;border-radius: 10px;margin-bottom: 20px;}
.useCases .usecaseLeft .industrySelectWrapper .industryDropdown:focus {box-shadow: none;}
.useCases .usecaseLeft .industrySelectWrapper .select-arrow {position: absolute;top: 50%;right: 25px;transform: translateY(-50%);color: #fff;font-size: 25px;pointer-events: none;}
/*.useCases .usecaseRight {position: relative;text-align: center;}*/
/*.useCases .usecaseRight .usecase-logo {width: 95%;margin: 30px auto 0;}*/
/*.useCases .usecaseRight .audio-btn {position: absolute;top: 50%;left: 15%;transform: translate(0, -50%);border: none;border-radius: 15px;background: rgba(255,255,255,.9);padding: 10px 30px;font-size: 22px;font-weight: 600;display: flex;align-items: center;gap: 12px;transition: .3s ease;}*/
/*.useCases .usecaseRight .audio-btn:hover {background: #fff;}*/


.useCases .usecaseRight {position: relative;text-align: center;}
.useCases .usecaseRight .usecaseMedia {position: relative;width: 95%;margin: 30px auto 0;aspect-ratio: 16 / 9;overflow: hidden;}
.useCases .usecaseRight .usecase-logo {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: contain;}
.useCases .usecaseRight .usecase-image {opacity: 1;visibility: visible;transition: opacity 0.25s ease;z-index: 2;}
.useCases .usecaseRight .usecase-video {opacity: 0;visibility: hidden;transition: opacity 0.25s ease;z-index: 1;}
.useCases .usecaseRight.playing .usecase-image {opacity: 0;visibility: hidden;}
.useCases .usecaseRight.playing .usecase-video {opacity: 1;visibility: visible;}
.useCases .usecaseRight .audio-btn {position: absolute;top: 50%;left: 19%;transform: translate(0, -50%);border: none;border-radius: 15px;background: rgba(255,255,255,.9);padding: 10px 30px;font-size: 22px;font-weight: 600;display: flex;align-items: center;gap: 12px;transition: .3s ease;z-index: 5;}


/*#industrySlider .verticalTicker {height: 500px;overflow: hidden;}*/
/*#industrySlider .verticalTicker .swiper-wrapper {transition-timing-function: linear !important;}*/
/*#industrySlider .verticalTicker .swiper-wrapper .swiper-slide {padding: 10px 0;box-sizing: border-box;height: auto;}*/
/*#industrySlider .verticalTicker .swiper-wrapper .swiper-slide .industry-card {border-radius: 12px;margin-bottom: 20px;height: 100%;min-height: 250px;}*/
/*#industrySlider .verticalTicker .swiper-wrapper .swiper-slide .industry-card:hover {transform: translateY(-5px);}*/

#industrySlider {position: relative;overflow: hidden;}
#industrySlider .verticalTicker {position: relative;height: 100vh;}
#industrySlider .industry-step {position: absolute;inset: 0;display: flex;align-items: center;/*opacity: 0;visibility: hidden;*/transition: all .6s ease;}
#industrySlider .industry-step.active {/*opacity: 1;visibility: visible;*/}
#industrySlider .industry-card {transition: all .5s ease;}
#industrySlider .industry-step.active .industry-card {animation: fadeUp .7s ease;}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.integrations {border-top: 2px solid #e7e7e7;border-bottom: 2px solid #e7e7e7;}
/*.integrations .icons {display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;margin-top: 25px;}*/
/*.integrations .icons .icon a {display: block;}*/
/*.integrations .icons .icon img {width: 150px;}*/
.integrations .logoSection {font-size: 0;margin: 15px 0;}
.integrations .logoSection > div {display: inline-block;}
.integrations .logoSection > div a {border: 1px solid #000;display: inline-block;border-radius: 10px;margin: 10px;position: relative;overflow: hidden;}
.integrations .logoSection > div a img {transition: all 0.3s;}
.integrations .logoSection > div a:hover {box-shadow: 0 0 30px grey;}

.industriesLeftSection {padding: 10px 40px;color: #707070;font-size: 15px;}
.industriesLeftSection h2 {background-image: linear-gradient(to right, #4c5350 , #20a385);color: #fff;font-size: 16px;padding: 10px 15px;margin-bottom: 0;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.industriesLeftSection .contentSection {background-color: #e6fff8;padding: 0 15px 25px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.industriesLeftSection .contentSection label {margin-top: 20px;margin-bottom: 5px;}
.industriesRightSection {flex-direction: row !important;}
.industriesRightSection #industries-resultImage {max-width: 180px;}

#contact-form .row > div {position: relative;}
#contact-form #industry {border: 2px solid #f1ecec;border-radius: 4px;margin: 8px 0;padding: 8px;}
#contact-form #industry + .select-arrow {position: absolute;top: 50%;right: 25px;transform: translateY(-50%);color: #000;font-size: 25px;pointer-events: none;}

@media only screen and (max-width: 767px) {
    .common {font-size: 16px;}
    .common .sectionTitle {font-size: 25px;font-weight: 500;margin-bottom: 10px;}
    .common section.feature-section, .common section.personalized-experience, .common section.brands-section, .common section.customer-interactions, .common section.personalized-video, .common section.chatbots-agents, .common section.shift-section, .common section.custom-faq-section {padding: 25px 0;}
    .common section.personalized-video, .common section.chatbots-agents {padding-bottom: 0;}
    .hero-section .hero-image {min-height: 60vh;width: 100%;object-fit: cover;}
    .hero-section .hero-content .hero-heading {font-size: 40px;letter-spacing: 1px;}
    .chatbot .hero-section .hero-content .hero-heading {font-size: 30px;padding: 0 15px;}
    .hero-section .hero-tabs-wrapper {width: 95%;flex-direction: column;}
    .hero-section .hero-tabs-wrapper .hero-tabs {gap: 15px;}
    .video-section .sound-toggle {top: 15px;left: 15px;gap: 10px;}
    .stats-section {padding: 20px 0;}
    .stats-section .stat-items .stat-item .stat-inner .stat-number {font-size: 40px;line-height: 60px;}
    .stats-section .stat-items .stat-item .stat-inner .stat-text {font-size: 16px;line-height: 22px;}
    .personalized-experience .interactive-experience {margin-bottom: 20px;}
    .personalized-experience .icon-audio {top: 5px;left: 10px;}
    .personalized-experience .icon-voice {top: 5px;right: 25px;}
    .personalized-experience .icon-bot {top: 90px;right: -20px;}
    .personalized-experience .icon-video {bottom: 5px;left: 15px;}
    .personalized-experience .icon-whatsapp {bottom: 0;right: 20px;}
    .personalized-experience .flip-card {height: 75px;}
    .brands-section .brandsSwiper::before, .brands-section .brandsSwiper::after {position: relative;}
    .customer-interactions .customerInteractionImage {display: block;margin-top: 25px;}
    .customer-interactions .customerInteractionImage .customerInteractionImageInner {left: -10px;}
    .personalized-video .stats {padding: 30px 20px;background-size: cover;background-position: center;}
    .personalized-video .stats .stat .statHeading {font-size: 45px;font-weight: 500;line-height: 50px;}
    .personalized-video .stats .stat .statDesc {font-size: 18px;}
    .personalized-video .stats:before, .parallax-video-section1 .parallax-section:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: 0.2;}
    .personalized-video .stats .stat {position: relative;z-index: 9;}
    .parallax-video-section .content .content-right .video-thumbnail {margin-top: 20px;}
    .chatbots-agents .image img {padding-top: 20px;margin-top: 20px;}
    .shift-section .btnDark {padding: 10px 20px;}
    .custom-faq-section .faq-tabs {gap: 10px;}
    .custom-faq-section .faq-tabs .faq-heading {align-self: center;}
    .custom-faq-section .faq-tabs .faq-tab {font-size: 16px;padding: 5px 15px;}
    .custom-video-modal .custom-video-modal-content {width: 90vw;}
    footer .govideopx-logo {margin-top: 0;width: 60%;}
    footer .footer-links .aboutgovideopx {padding-right: 0;}
    
    .web-native-chatbots {padding: 40px 0 130px 0;}
    .web-native-chatbots .chatbotImage {display: block;margin-top: 25px;}
    .web-native-chatbots .chatbotImage .chatbotImageInner {left: -10px;bottom: -125px;}
    .chatbot .chatbot-barrier .rightSection {margin-top: 20px;}
    .chatbot .parallax-video-section1 .content {padding: 50px 30px 100px;}
    
    .useCases .usecaseLeft .industryImageWrapper {position: relative;bottom: 0;margin-bottom: 25px;}
    .useCases .usecaseRight .audio-btn {left: 50%;transform: translate(-50%, -50%);}
    .useCases .usecaseRight .usecase-logo {width: 100%;margin: 0;}
    
    .agent-features .feature-card {min-height: auto;}
    
    .industriesLeftSection {padding: 10px 0;}
    .impact-automation .chatbotImage img {width: 100%;}
    
    #industrySlider .verticalTicker {height: auto;}
    #industrySlider .industry-step {position: relative;/*opacity: 1;visibility: visible;*/margin-bottom: 30px;}
    #industrySlider .verticalTicker .row > div {margin: 10px 0;}
}

@media only screen and (max-width: 400px) {
    .hero-section .hero-image {min-height: 60vh;}
}
