
body.home {
    padding: 0 !important;
}

.cs-tab-panel {
    display: none;
}
.cs-tab-panel.cs-active {
    display: block;
}



button.cs-tab-button {
    padding: 9px;
    background-color: transparent;
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 500;
}

.cs-tabs {
    text-align: center;
    background-color: #eaedf0;
    display: inline-block;
    margin: auto;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.main-case-study-section {
    text-align: center;
}
.main-case-study-section .cs-tab-content {
    text-align: start;
}

button.cs-tab-button {
    padding: 9px;
    background-color: transparent;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 500;
}

button.cs-tab-button.cs-active {
    background-color: #fff;
    border-radius: 6px;
}
.main-case-study-section ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.main-case-study-section ul li {
    width: 31%;
    margin: 1%;
    list-style: none;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    text-align: start;
}
.main-case-study-section ul li:hover {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.case-study-card-top img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.case-study-card span.case-study-category {
    background-color: #EBFFB9;
    font-weight: 400;
    color: #4A4A4A;
    padding: 8px 13px;
    border-radius: 33px;
    display: inline-block;
}
.case-study-card-bottom a.case-study-card-title {
    font-size: 20px;
    color: #1A1A1A;
    display: block;
    margin-top: 8px;
    text-decoration: unset;
}
.case-study-card-bottom {
    padding: 15px;
}
.case-study-card-bottom p.short-text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}
a.view-case-btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #142CFF;
    color: #fff;
    border-radius: 5px;
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: unset !important;
    border: 1px solid #142CFF;
}
a.view-case-btn:hover {
    border-color: #000;
}
a.view-case-btn svg {
    height: 15px;
    position: absolute;
    margin-left: 13px;
    margin-top: 6px;
    transition: margin-left 0.3s ease;
    fill: #fff;
}

a.view-case-btn:hover svg {
    margin-left: 18px;
    transition: all 0.3s;
}

.icon-animate {
    border: 1px solid #142CFF;
}
.icon-animate:hover {
    background-color: #2e23fd !important;
    border-color: #000;
}
.icon-animate svg {
    position: absolute;
    margin-left: 15px;
    margin-top: 6px;
    transition: margin-left 0.3s ease;
    height: 15px;
    fill: #fff;
}
.icon-animate:hover svg {
    margin-left: 20px;
    transition: all 0.3s;
}
a.awsm-job-more-details {
    background-color: #D2FF4C;
    color: #000000;
    text-decoration: none !important;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #D2FF4C;
    width: 163px;
    display: inline-block;
    text-align: center;
    padding: 8px 0px !important;
    padding-right: 14px !important;
}
.case-study-card-top img {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 260px;
}
.study-righ-box a svg {
    height: 22px;
    margin-top: 11px;
}
.study-righ-box a:hover svg {
    fill: #142CFF;
}




/*=================== instagram reels start ====================*/

.image-main-box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon svg {
    fill: #fff;
}

.image-card:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.image-card p {
    margin: 0px;
}

    
        .image-card {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            height: 520px;
            width: 23%;
    margin: 1%;
        }
    
        .image-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 10px;
            transition: all 0.5s ease;
        }
    
        .view-count {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 20px;
        }
    
        .overlay {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(to top, rgb(0 0 0 / 100%), transparent);
    color: #fff;
    width: 100%;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 150px;
    padding-top: 64px;
}
    
        .image-card:hover .overlay {
            opacity: 1;
        }
    
        .username {
            font-weight: bold;
        }
    
        .meta {
            display: flex;
            gap: 10px;
            font-size: 14px;
            margin-top: 5px;
        }

/*=================== instagram reels end ====================*/






@media (max-width:992px){
    .image-card {
    width: 31%;
}
}


@media (max-width:767px){
    .main-case-study-section ul li {
    width: 100%;
}
.main-case-study-section ul {
    padding: 0px;
}
button.cs-tab-button {
    font-size: 12px;
    padding: 6px;
}
.custom-brand .elementor-tab-title.elementor-tab-mobile-title {
    text-align: center;
}
.image-card {
    width: 48%;
}

}


@media (max-width:480px){
    .image-card {
    width: 100%;
}
}






/* ===== header start ====== */
.main-header-bar-wrap {
    height: 68px;
}
.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1px;
    padding: 13px 10px;
    margin: 0px 5px;
    border-radius: 6px;
	font-size: 16px;
}
.ast-primary-header-bar {
    position: fixed;
    width: 100%;
    background-color: #fff;
    backdrop-filter: blur(8px);
}
.ast-mobile-svg.ast-menu-svg {
    fill: #fff !important;
    background-color: #142CFF;
    height: 30px !important;
    width: 30px !important;
    padding: 4px;
    border-radius: 3px;
}
svg.ast-mobile-svg.ast-close-svg {
    fill: #1a1a1a;
}


.menu-icon .elementor-widget-container {
    background-color: #ebffb9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
	border-radius: 6px;
}
.ast-builder-grid-row-container {
    display: grid;
    align-content: center;
    max-width: 1400px !important;
    min-height: unset !important;
}
.ast-builder-grid-row {
    height: 68px;
}
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
    width: 100% !important;
}
.dumy-img img{
	height: 250px;
    width: 100%;
    object-fit: contain;
}
.icon-side {
            width: 12%;
        }

        .text-side {
            width: 88%;
        }

        .icon-side svg {
            color: #1A1A1A;
        }

        .icon-side .icon-box {
            background-color: #ebffb9;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 35px;
            height: 35px;
            border-radius: 6px;
        }

        .text-side h4{
            font-size: 16px;
            font-weight: 500;
            color: #1A1A1A;
					font-family: "CooperLtBt regular", sans-serif !important;
        }

        .text-side p{
            font-size: 14px;
            color: #4a4a4a;
            font-weight: 400;
            margin: 0px !important;
					margin-top: 5px !important;
        }
.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
    border: none;
    box-shadow: unset !important;
    border-bottom: 1px solid #d9d9d9;
}
/*.ast-header-button-1 .ast-custom-button::after {*/
/*    content: "\279D";*/
/*    font-size: 22px;*/
/*    position: absolute;*/
/*    margin-left: 7px;*/
/*	transition: margin-left 0.3s ease;*/
/*}*/

.ast-header-button-1 .ast-custom-button::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3E%3C/svg%3E");
    font-size: 22px;
    position: absolute;
    margin-left: 13px;
    width: 10px;
    height: 10px;
    margin-top: -2px;
}
.ast-header-button-1 .ast-custom-button {
    width: 140px;
    padding: 10px 0px !important;
    padding-right: 25px !important;
    text-align: center;
	border-radius:40px;
	font-family: "Roboto", sans-serif;
}
.ast-header-button-1 .ast-custom-button:hover::after {
    margin-left: 15px;
    transition: all 0.3s;
}
/*.ast-builder-menu-1 .menu-item > .menu-link:hover {*/
/*    background-color: #142CFF;*/
/*    color: #fff;*/
/*}*/
/*.current-menu-item a.menu-link {*/
/*    background-color: #142CFF;*/
/*    color: #fff !important;*/
/*}*/


/* ===== header end ===== */


.infinite-slide .swiper-wrapper {
    display: flex;
    animation: slideLogos 50s linear infinite;
    width: max-content;
    align-items: center;
}

@keyframes slideLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* Prevent jumpiness */
.infinite-slide .swiper-slide {
  flex-shrink: 0;
}

.text-slide img {
    width: 80px;
}
.text-slide img {
  font-size: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
}




.text-slide .bdt-position-bottom-center {
    width: 100%;
}
.text-slide .bdt-flex-middle {
    width: 100%;
}
.text-slide .bdt-navigation-prev {
    position: absolute;
    right: 40px;
    bottom: -13px;
}
.text-slide .bdt-navigation-next {
    position: absolute;
    right: 0;
    bottom: -13px;
}


/*======= blog section start ========*/
.blog-sec .type-post {
    width: 27%;
    padding-bottom: 0px !important;
}
.blog-sec .type-post:nth-child(2) {
    width: 46%;
}
.blog-sec .tpg-el-main-wrapper .rt-holder .rt-el-content-wrapper {
    padding: 0px;
    border-radius: 20px;
}
.blog-sec .rt-holder.tpg-post-holder {
    background: transparent;
    box-shadow: unset;
}
.blog-sec .tpg-el-main-wrapper .tpg-el-image-wrap img {
    border-radius: 20px;
    margin-bottom: 25px;
    height: 300px;
}
.blog-sec .rt-tpg-container .rt-holder .rt-detail .read-more a {
    background: transparent;
    border-radius: 35px;
    border-color: #000 !important;
    margin-top: 10px;
}
/*======= blog section end ========*/



.scroll-tab-menu {
  position: relative;
  z-index: 90;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 15px;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 30px;
}

.scroll-tab-menu.fixed {
  position: fixed;
  top: 80px; /* adjust based on your header height */
  left: 0;
  right: 0;
  background: transparent;
}

.tab-link {
  padding: 8px 20px;
  border-radius: 25px;
  color: #000;
  background: #eee;
  text-decoration: none !important;
}

.tab-link.active {
    background: #142CFF;
    color: #fff;
}
.scroll-tab {
    box-shadow: 0px 0px 5px;
    width: 209px;
    text-align: center;
    height: 50px;
    padding: 13px 0px 0px 0px;
    border-radius: 30px;
    background-color: #fff;
    margin-top: 12px;
}



/*=========== new instagram reels section start ==============*/
.reels-cate .elementor-tab-content {
    border: unset !important;
}
.reels-cate .elementor-tab-title::before {
    display: none !important;
}

.reels-cate .elementor-tab-title::after {
    display: none !important;
}
.reels-cate .elementor-tab-title {
    border: unset;
    background-color: #E9ECEF;
    border-radius: 35px;
    padding: 10px 18px;
    margin: 10px;
}
.reels-cate .elementor-tab-title.elementor-active {
    background-color: #142CFF;
    color: #fff !important;
}

.reels-sec{
            display: flex;
            flex-wrap: wrap;
            justify-content: start;
        }

        .reels-box{
            width: 31%;
            margin: 1%;
            /*background-color: #E9ECEF;*/
        }
iframe[src*="instagram.com"] {
            height: 570px !important;
                border-radius: 20px !important;
        }
        .reels-cate .elementor-tabs-wrapper {
    flex-wrap: wrap;
    justify-content: start !important;
}


/*=========== new instagram reels section end =============*/

/*============= new case study section start ===============*/

.case-study .swiper-slide-duplicate-prev {
    width: 27% !important;
    margin-right: 8% !important;
}

.case-study .swiper-slide-next {
    width: 37% !important;
    transition: all 0.300s;
}

.case-study .swiper-slide-active {
    width: 27% !important;
}

/*============= new case study section end ===============*/


/*============== new blog page custom desgin - start ==================*/

article.custom-blog-post {
    width: 100%;
}

.post-template-default #content .ast-container {
    max-width: 100% !important;
    padding: 0px;
}

.blog-container {
    max-width: 1400px !important;
    margin: auto;
}

.blog-header {
    background-color: #E9ECEF;
    padding: 100px 0px;
    padding-bottom: 150px;
}

.blog-header .header-sub-box {
    width: 60%;
    margin: auto;
}

.blog-header .blog-container h1.custom-post-title {
    text-align: start;
    color: #000;
    margin: auto;
    margin-bottom: 10px;
    line-height: 1;
    margin-top: 20px;
}
a.back-to-blog {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 10px;
}
a.back-to-blog i {
    margin-right: 8px;
}

.header-sub-box a.category-link {
    background-color: #EBFFB9;
    color: #1B4020;
    padding: 4px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 400;
}
.custom-post-meta span {
    color: #000;
    margin-left: 10px;
    font-weight: 400;
}

.post-banner {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: -80px;
}
.post-banner img {
    border-radius: 20px;
    height: 385px;
    object-fit: cover;
}
.post-template-default {
    background-color: #fff;
}
.post-content {
    padding: 50px 0px;
}
.post-content .case-container {
    max-width: 1360px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-content .case-container .study-content-left {
    width: 65%;
}
.post-content .case-container .study-content-right {
    width: 33%;
}
.post-content .case-container .study-content-right .box-border {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    padding: 30px;
    margin-bottom: 35px;
}
.post-content .case-container .box-border h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.post-content .case-container .box-border a {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 10px 10px 0px 0px;
}
.custom-post-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.post-tags a.tag-link {
    color: #000;
    background-color: #E9ECEF;
    padding: 8px 15px;
    border-radius: 35px;
    margin: 5px;
    font-weight: 400;
    display: inline-block;
}
.custom-post-content h4 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}
.custom-post-content img {
    border-radius: 25px;
}
.post-content .custom-post-meta span {
    color: #000;
    font-size: 16px;
}
.post-content span svg {
    height: 18px;
    margin-top: -4px;
    margin-right: 8px;
}
span.post-author {
    font-weight: 400;
    margin-left: 15px;
}
span.post-read-time {
    font-weight: 400;
    margin-left: 16px;
}
.bloger {
    margin-bottom: 10px;
}
.author-image img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.author-info h4 {
    color: #000;
}
.latest-arti img.rt-img-responsive {
    height: 241px;
}

/*============== new blog page custom desgin - end ==================*/


/*============= new changes after 12th june ================*/

.blue-btn span.elementor-button-icon {
    background-color: #6c7bff;
    padding: 7px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
}
.blue-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.blue-btn .elementor-button-icon .e-font-icon-svg {
    transform: rotate(-24deg);
}
.brand-slide .swiper-slide {
    margin: 0px 20px;
}



/*============== new job page - start =============*/
.awsm_job_openings-template-default .study-content-right {
    display: none;
}
.awsm_job_openings-template-default .study-content-left {
    width: 100% !important;
}
.awsm_job_openings-template-default .bloger {
    display: none;
}
.awsm_job_openings-template-default .post-banner {
    display: none;
}
.awsm_job_openings-template-default a.back-to-blog {
    display: none;
}
/*============== new job page - end =============*/



/*=============== new brand slider with text - start ===============*/

.infinite-slider {
            width: 100%;
            overflow: hidden;
            background-color: black;
            color: white;
            padding: 10px 0;
            white-space: nowrap;
        }

        .slider-track {
            display: flex;
            width: fit-content;
            animation: scroll-left 25s linear infinite;
        }

        .text-row {
            display: flex;
        }

        .text-row span {
            font-size: 18px;
            font-weight: 400;
            margin-right: 30px;
        }

        .text-row .star {
            font-size: 20px;
        }

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

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

/*=============== new brand slider with text - end ===============*/







@media (max-width:1600px){
    .case-study .swiper-slide-next {
    width: 35% !important;
}
iframe[src*="instagram.com"] {
    height: 485px !important;
}
.post-content .case-container {
    max-width: 1200px;
}

}

@media (max-width:1200px){
    .blog-sec .type-post {
    width: 33% !important;
}
.case-study .swiper-slide-next {
    width: 34% !important;
}
.reels-box {
    width: 48%;
}
iframe[src*="instagram.com"] {
    height: 600px !important;
}
.blog-container {
    max-width: 100% !important;
}
.blog-header .header-sub-box {
    width: 90%;
}
.post-banner {
    width: 90%;
}
.post-content .case-container {
    max-width: 1200px;
    padding: 0px 20px;
}

}

@media (max-width:992px){
    .blog-sec .type-post {
    width: 100% !important;
}
.case-study .swiper-slide-duplicate-prev {
    width: 100% !important;
    margin-right: 0% !important;
}

.case-study .swiper-slide-next {
    width: 100% !important;
}

.case-study .swiper-slide-active {
    width: 100% !important;
}
.case-study{
    padding-bottom: 60px !important;
}
.case-study .swiper-slide-active {
    background-color: #fff !important;
}
iframe[src*="instagram.com"] {
    height: 485px !important;
}
.post-banner img {
    height: 300px;
}
.custom-post-content h4 {
    font-size: 20px;
}

}

@media (max-width:767px){
    .reels-box {
    width: 100%;
}
iframe[src*="instagram.com"] {
    height: 635px !important;
}
.post-content .case-container .study-content-left {
    width: 100%;
}
.post-content .case-container .study-content-right {
    width: 100%;
}
.post-banner img {
    height: auto;
}
.bloger {
    display: flex;
    flex-direction: column;
}
span.post-read-time {
    margin-left: 8px;
    margin-top: 8px;
}
span.post-author {
    margin-left: 8px;
    margin-top: 8px;
}
}

@media (max-width:480px){
    iframe[src*="instagram.com"] {
    height: 460px !important;
    margin-left: -8px !important;
}
}








