/*
00. Library override(ex. bootstrap etc) --------------------
01. Text and Typography ------------------------------------
02. Common element(ul,ol,li,body,div etc.) -----------------
03. Common class(padding, margin etc.) ---------------------
04. Header styles ------------------------------------------
05. Footer styles-------------------------------------------
06. Common content------------------------------------------
07. Pages and Posts-----------------------------------------
08. Extra styles--------------------------------------------
09. Media Query---------------------------------------------
*/
	/* End Table of Contents */

/* 00. Library override(ex. bootstrap etc) start*/
/* 00. Library override(ex. bootstrap etc)   end*/


/* 01. Text and Typography start */
/* 01. Text and Typography end */


/* 02. Common element(ul,ol,li,body,div etc.) start*/
/* 02. Common element(ul,ol,li,body,div etc.) end*/


/*03. Common class(padding, margin etc.) start*/
.uc-link:hover{
	color: #ffa851;
}

.bg-tertiary{
	background-color: #FFECB7 !important;
}

.single-post .main-area .breadcrumbs{
    display: none;
}

.single-post .blog__area.blog-details-area{
    padding-top: 170px !important;
}
/*03. Common class(padding, margin etc.) end*/


/*04. Header styles start*/
.main-header .uc-navbar-right .btn-primary,
.btn-primary,
.pricing-table .vstack a{
	background-color: #ffffff;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 2px 2px 0px 0px #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #212529;
    border-radius: 50px 50px 50px 50px !important;
    padding: 10px 20px;
}

.main-header .uc-navbar-right .btn-primary:hover,
.btn-primary:hover,
.pricing-table .vstack a:hover{
	background-color: #212529;
    color: #FFFFFF !important;
    box-shadow: 0px 0px 0px 0px #000000;
}

.resource-menu .card-desc{
    display: none;
}

.resource-menu .vstack{
    justify-content: center;
}

.resource-menu .megamenu-card svg{
    height: 20px;
    width: 20px;
}
/* .uc-navbar-dropdown.dropdown-width-px-2729{
    width: unset !important;
} */

.mega-menu-icon .megamenu-card .lexend-icon i{
    font-weight:300;
}
.mega-menu-icon .megamenu-card{
    color: #333333 !important;
}

.mega-menu-icon .megamenu-card .card-title{
    font-weight: 500 !important;
    opacity: 1 !important;
}
/*04. Header styles end*/


/*05. Footer styles start*/ 
.footer-social-icon .social-btn{
    align-items: baseline;
}

.footer-social-icon .social-btn a i::before,
.footer-social-icon .social-btn a svg{
    font-size: 20px;
    height: 20px;
    width: 20px;
}
/*05. Footer styles end*/


/*06. Common content start*/ 
.elementor-2796 .elementor-element.elementor-element-e748d3b .uc-link:hover{
    background-color: #000000 !important;
}
.view-btn .uc-link:hover .unicon-arrow-up-right{
    color: #ffffff;
}


/*06. Common content end*/


/*07. Pages and Posts satrt*/
/*Homepage satrt*/
.work-card .md\:min-h-250px {
        min-height: 180px !important;
}

.work-card .features-item,
.work-card{
    height: 100%;
}

.integration-card .lg\:w-40px{
	width: 75px !important;
}

.integration-card .panel .vstack p{
    margin-bottom: 0px;
}

.unicon-chevron-up:before{
	color: #ffffff;
}


.company-logo .swiper-watch-progress .swiper-wrapper .swiper-slide .cstack{
    border: none !important;
}


.company-logo .swiper-watch-progress .swiper-wrapper .swiper-slide .cstack img{
    max-width: 250px !important;
    width: 150px !important;
    aspect-ratio: 2;
    width: 100%;
    object-fit: contain;
}
.service-logo .lg\:icon-3{
	width: 80px !important;
}

.solution-cards .features-item {
	height: 100%;
	justify-content: unset !important;
}

.solution-cards .features-item .icon-box img{
    height: 48px;
    width: 48px;
}

.solution-cards .panel{
	 height: 100%;
    display: flex;
}

.solution-cards .uc-link{
	 margin-top: auto !important;
}

.contact-form .bg-gray-25{
    background-color: #ffffff !important;
}
.custom-shapes img {
    /* background: rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.3px);
    -webkit-backdrop-filter: blur(5.3px);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 1); */
    animation: float 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* moves up */
    }
    100% {
        transform: translateY(0); /* back to original */
    }
}

.work-card .features-item .icon-box{
    background-color: #F1F1F1 !important;
}

.work-card .features-item .icon-box img{
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

.trusted-company img{
   max-width: 100px !important;
    height: 50px;
    object-fit: contain;
}
/*Homepage end	*/

/* About Us page css start */
.custom-sentence {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px 15px; 
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: 100%;
    justify-content: center;
    cursor: none;
}

.custom-opacity{
    opacity: 0.3;
}

/* About Us page css end */

/* Testimonial css start */
.common-testimonial .rounded-2.border{
    box-shadow: 2px 2px 0px 0px #212529;
    border: 1px solid #212529 !important;
}
/* Testimonial css end */

/* Solution details page css start */
.hero-image-section{
    position: absolute;
    right: 0;
    bottom: 0;
}


.custom-table .uc-table .table-head,
.custom-table .uc-table .table-row,
.custom-table .uc-table .table-header-cell{
    border-radius: 20px 20px 0px 0px !important;
}

.custom-table .uc-table th{
    vertical-align: middle !important;
}

.custom-table .uc-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0px;
}

.custom-table .uc-table thead th {
    background: transparent;
    overflow: hidden;
    text-align: center;
    padding: 10px;
}

.custom-table .uc-table thead th:first-child {
    border-top-left-radius: 20px;
}
.custom-table .uc-table thead th:last-child {
    border-top-right-radius: 20px;
}

.custom-table .uc-table th:first-child,
.custom-table .uc-table td:first-child {
    width:35%;
    text-align: left;
}

.custom-table .uc-table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.custom-table .uc-table th:not(:first-child),
.custom-table .uc-table td:not(:first-child) {
    width: 35% !important;
    text-align: center;
    vertical-align: middle;
}

.custom-table .uc-table .table-row .hstack span{
    font-size: 16px !important;
}


.details-hero-banner img{
    max-width: 120%;
}
/* Solution details page css end */


/* Pricing Page Start */
.pricing-table .e-n-tabs-heading{
    border: 1px solid rgba(131,  131,  131,  0.25);
    border-radius: 14px;
    width: fit-content;
    margin: 0 auto;
    padding: 4px;
}
/* Pricing Page End */

/* Blog slider css start */
.custom-blog .swiper-wrapper{
    margin-bottom: 20px;
}
.custom-blog .swiper-wrapper .swiper-slide{
    height: auto !important;
}

.custom-blog .swiper-wrapper .swiper-slide article{
    border: 1px solid #212529;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 2px 2px 0px 0px #212529;
    height: 100%;
}
.custom-blog .swiper-wrapper .swiper-slide article h3 span{
    font-family: 'Instrument Sans';
    font-size: 22px;
}
/* Blog slider css end */


/* Blog Page Start */
.blog-container .elementor-widget-theme-post-featured-image img{
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}

.blog-container:hover{
    transform: translateY(-.5rem);
}

.blog-container .blog-image{
    transition: 0.5s ease all;
}

.blog-container .blog-image:hover{
    transform: scale(1.03);
    transition: 0.5s ease all;
}

.blog-detail .page-numbers{
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s ease all;
}

.blog-detail .page-numbers:hover{
    background-color: #000000;
    border-radius: 50%;
    transition: 0.3s ease all;
}

.blog-detail .page-numbers.current{
    background-color: #000000;
    border-radius: 50%;
    transition: 0.3s ease all;
}

body.single-post .blog-post-comment .comment-respond{
    background-color: #FAFAFA;
}
body.single-post .blog-details-area .blog-post-comment{
    display: none;
}
body.single-post .blog-details-area .post-navigation {
    margin-bottom: 0px;
}
.single-post .post-header .panel{
	max-width:100% !important;
}
.single-post .post-header .panel h1,
body.archive.category h1
{
	font-size:48px !important;
    line-height: 1.2 !important;
}
.single-post .post-content a{
	color: #07079d;
}
/* Blog Page End */

/* Help center listing page css start */
.category-listing-box{
    transition: .3s all;
    box-shadow: 0px 4px 45.5px 0px rgba(0, 0, 0, 0.05);
}
.category-listing-box:hover{
    transform: translateY(-5px);
    transition: .3s all;
}
.category-listing-box .category-link .elementor-button-text{
    transition: .3s all;
}

.category-listing-box:hover .category-link .elementor-button-text{
    color:#120e39;
}

.category-icon-box-link{
    position: absolute;
    top: 0;
    right: 0;
}

.category-link,
.custom-icon-box{
    width: 100%;
}

.link-option{
    display: flex;
    flex-wrap: wrap;
    width:100%; 
    height:100%; 
    text-decoration:none;
    justify-content:space-between;
    padding: 25px;
    column-gap: 10px;
    row-gap: 20px;
}


.custom-link-option .e-con-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-link-option {
    display: flex;          
    gap: 20px;              
    text-decoration: none;  
    justify-content: space-between;
}

/* Help cenrter listing page css end */

/* Help center page  details css start */
.single-help-center .breadcrumbs{
    display: none;
}
.category-box{
    border-radius: 10px;
    background-color: transparent;
    transition: .3s all;
}

.category-box:hover{
    background-color: #e6e6e669;
    transition: .3s all;
}

.category-box .category-icon a i,
.category-box .category-title a{
     transition: .3s all;
}
.category-box:hover .category-icon a i,
.category-box:hover .category-title a {
    color:#120e39;
    transition: .3s all;
}
.category-icon{
    display: block;
}

/* Help Center page details css end */


/* Career page css start */
.career-box{
    transition: .3s all;
    box-shadow: 0px 4px 45.5px 0px rgba(0, 0, 0, 0.05);
}

.value-box:hover,
.career-box:hover{
    transition: .3s all;
    transform: translateY(-5px);
}


.contact-box .genix-box .cstack img{
    border-radius: 100px;
    background-color: #F1F1F1;
    padding: 10px;
    height: 85px !important;
    width: 85px !important;
    object-fit: contain;

}
.career-icons .elementor-icon-box-icon .elementor-icon{
    border-radius: 100px;
    background-color: #F1F1F1;
    padding: 15px;
}
.career-icons .elementor-icon-box-icon .elementor-icon svg{
    width: 55px;
    height: 55px;
}

.career-icons{
    transition: all .3s ease-in-out;
}

.career-icons:hover{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.career-icons .elementor-icon-box-title{
    margin-bottom: 0px;
}
/* Career page css end */

/* suceess story details page css start */
body.single-success-story .breadcrumbs{
    display: none;
}

.smart-box img{
    background-color: #F1F1F1;
    border-radius: 100px;
    height: 85px !important;
    width: 85px !important;
    padding: 15px;
}

.succcess-box{
    border:1px solid #212529 !important;
    box-shadow: 2px 2px 0px 0px #212529;
    border-radius: 16px;
    transition: .3s all;
    padding: 15px;
    transition: all .3s ease-in-out;
}
.succcess-box:hover{
    transform: translateY(-5px);
    transition: all .3s ease-in-out;
}

.custom-analytics-section{
    margin: 0px 15px;
}
/* success story details page css end */

/* Tab section css start */
.custom-tabs .e-n-tabs-heading{
    background-color: #f5eee9;
    border-radius: 10px;
}

.custom-tabs .e-n-tabs-heading .e-n-tab-title{
        padding: 30px 20px;
        cursor: pointer;
        max-width: 260px;
}

.custom-tabs .e-n-tabs-heading {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;       
}

.custom-tabs .e-n-tabs-heading .e-n-tab-title {
    width: 260px;       
    padding: 20px;
    box-sizing: border-box;
    white-space: normal; 
    word-break: break-word; 
}

.custom-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    display: block;  
    white-space: normal; 
    word-break: break-word; 
}
.custom-tabs .tab-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title{
    margin-bottom: 0px;
}

.project-custom-list .elementor-icon-list-items .elementor-icon-list-text b{
    font-weight: 600;
}

.project-custom-list .elementor-icon-list-items .elementor-icon-list-icon {
    width: 6px !important;
    height: 6px !important;
    min-width: 6px;
    min-height: 6px;
    margin: 0px;
}

.project-custom-list .elementor-icon-list-items .elementor-icon-list-icon svg {
    width: 100% !important;
    height: 100% !important;
    display: block;
    margin: 0px;
}
/* Tab section css end */

/*07. Pages and Posts end*/

/* Dropdown css start */

/* Style the Select2 field */
.solution-form .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 10px;
    border: 1px solid #83838340;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
}

.solution-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.solution-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 10px;
}

.solution-form .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.solution-form .select2-selection__clear{
    display: none;
}

.select2-search .select2-search__field{
    border: none !important;
}
/* Dropdown css end */


/* Success story css start */
.custom-listing ul{
    margin-bottom: 0px;
}

.custom-success-field .elementor-inline-items{
    display: flex;
    column-gap: 10px;
    row-gap: 15px;
    justify-content: space-between;
}

.custom-success-field .elementor-inline-items .elementor-icon-list-item{
    width: 100%;
}
.custom-feature img{
    object-fit: cover;
}

.mission-box{
    height: -webkit-fill-available;
}
.mission-box .elementor-icon-box-description{
    text-align: start;
}


.mission-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
    background-color: #F1F1F1;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
}

.mission-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon i {
    font-size: 30px;    
    line-height: 1;      
}
/* Success story css end */

/* Error page css start */
body.archive .breadcrumbs,
body.error404 .custom-footer-cta,
body.error404 .breadcrumbs{
    display: none;
}

/* Error page css end */


/* Archive page css start */
.custom-archive-listing .elementor-posts-container  article{
    border: 1px solid #83838340;
    border-radius: 12px;
    box-shadow: 3px 3px 0px 0px transparent;
    height: 100%;
    transition: all .3s ease-in-out;
}

.custom-archive-listing .elementor-posts-container  article:hover{
    transform: translateY(-.5rem);
    box-shadow: 3px 3px 0px 0px #000000;
    transition: all .3s ease-in-out;
} 

.custom-archive-listing .elementor-posts-container  article .elementor-post__text{
    padding: 0px 20px 20px 20px;
}

.custom-archive-listing .elementor-posts-container  article:hover .elementor-post__text .elementor-button-wrapper a{
    color:#ffa940;
}
/* Archive page css end  */

.contact-image img{
    object-fit: cover !important;
    height: 100%;
}

/* 08. Extra styles start*/
/* 08. Extra styles end*/


/*09. Media Query start*/
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 1024px) {
    .hero-image-section{
        position: relative;
    }
}

/*Tablet*/
@media screen and (max-width: 991px) {
    .custom-analytics-section{
        margin: 0px 0px;
    }

    .custom-table .uc-table .table-header-cell .title .mb-2{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .custom-table .uc-table .table-header-cell .title .mb-2 span{
        font-size: 14px !important;
    }
}

@media screen and (max-width: 768px){
    .custom-tabs.e-n-tabs-mobile{
        background-color: #f5eee9;
        border-radius: 10px;
        padding-bottom: 20px;
    }

    .custom-tabs .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;       
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 10px;
    }

    .custom-tabs .e-n-tabs-heading .e-n-tab-title {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: center;
        white-space: normal;
        word-break: break-word;
        box-sizing: border-box;
        padding: 10px 20px;
        cursor: pointer;
    }
    /* WebKit browsers (Chrome, Safari, Edge) */
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar {
        height: 10px; 
    }

    /* Track (the background rail) */
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar-track {
        background: transparent;        
        margin: 6px 0;                   
        border-radius: 999px;
    }

    /* Thumb (the movable handle) */
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.12));
        border-radius: 999px;
        min-width: 28px;                
        border: 2px solid rgba(255,255,255,0.0);
        box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    }

    /* Thumb hover/focus for better affordance */
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb:hover,
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar-thumb:active {
        background: linear-gradient(180deg, rgba(0,0,0,0.30), rgba(0,0,0,0.18));
        box-shadow: 0 2px 4px rgba(0,0,0,0.20) inset;
    }

    /* Corner (not usually visible for single-axis scroll) */
    .custom-tabs .e-n-tabs-heading::-webkit-scrollbar-corner {
        background: transparent;
    }
}

/*Small Device*/
@media screen and (max-width: 767px) {

    .company-logo .swiper-watch-progress .swiper-wrapper .swiper-slide .cstack img{
        max-width: 100px !important;
        aspect-ratio: 2;
        width: 100%;
        object-fit: contain;
    }
    
    .service-logo .icon-xs-20{
        max-width: 200px !important;
        aspect-ratio: 2;
        width: 100%;
        object-fit: contain;
    }

    .banner-custom-link .elementor-icon-list-items .elementor-icon-list-item{
        margin-bottom: 10px;
    }
}

/*Mobile Device*/
@media screen and (max-width: 640px) {

}

/*Extra Small Mobile Device*/
@media screen and (max-width: 480px) {
    .project-custom-list .elementor-icon-list-items .elementor-icon-list-icon svg{
        height: 10px;
        width: 10px;
    }
    .custom-listing ul{
        padding-left: 20px;
    }   
}
@media screen and (max-width: 420px) {

}
/*09. Media Query end*/