/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
a.link {
    color: #3D44E3 !important;
    font-weight: 600;
}
a.link:hover {
    color: #8326A8 !important;
}

.breadcrumb-codesclue {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb-codesclue a {
  color: #696969;
  text-decoration: none;
  transition: color 0.3s ease;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
}

.breadcrumb-codesclue a:hover {
  color: #3D44E3;
}

.breadcrumb-codesclue span {
  color: #696969;
}

.breadcrumb-codesclue .current {
  color: #696969;
	font-family: "Inter", Sans-serif;
    font-size: 20px;
}


@media (max-width: 768px) {
	.breadcrumb-codesclue {
		flex-wrap: wrap;
	}
	.breadcrumb-codesclue a {
		font-size: 14px;
	}
	.breadcrumb-codesclue .current {
		font-size: 14px;
	}
}


/* Title Color */
h1 span, h2 span {
    background: linear-gradient(296deg, #8326A8 0%, #3D44E3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.elementor-icon-list-item.active .elementor-icon-list-text {
    color: #3d44e3 !important;
}
.tab-data-child-11 h4.active a,
.tab-data-child-12 h4.active a,
.tab-data-child-17 h4.active a{
    color: #3d44e3 !important;
}
.tab-data-child-11 .elementor-widget-heading,
.tab-data-child-12 .elementor-widget-heading,
.tab-data-child-17 .elementor-widget-heading {
	cursor: pointer;
}
.client-logo img {
    height: 70px;
    object-fit: contain;
	filter: invert(80%) brightness(80%);
}

.elementor-accordion .elementor-tab-title {
    border-radius: 10px;
}


.tech-platform-sec {
    display: flex;
    flex-wrap: wrap;
}
.tech-platform-sec .tech-platform {
    width: calc(33.333% - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #d5d8dc;
    border-right: 1px solid #d5d8dc;
    text-align: center;
}
.tech-platform-sec .tech-platform img {
    max-width: 100%;
    height: 80px;
}
.tech-platform-sec .tech-platform span {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    display: block;
}
.tech-platform-sec .tech-platform:nth-child(3n) {
    border-right: none;
}
.tech-platform-sec .tech-platform:nth-last-child(-n + 3) {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .tech-platform-sec .tech-platform {
        width: calc(50% - 1px);
        border-bottom: 1px solid #d5d8dc;
    }
    .tech-platform-sec .tech-platform:nth-child(2n) {
        border-right: none;
    }
    .tech-platform-sec .tech-platform img {
        height: 60px;
    }
    .tech-platform-sec .tech-platform span {
        font-size: 13px;
    }
    .tech-platform-sec .tech-platform:nth-last-child(-n + 2) {
        border-bottom: none;
    }
}



.badge-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.badge-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Optional: hover effect */
.badge-wrapper a img {
    transition: opacity 0.3s ease;
}
.badge-wrapper a:hover img {
    opacity: 0.85;
}
/* Mobile responsive */
@media (max-width: 600px) {
    .badge-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}






/* Card */
.portfolio-slider .portfolio-item {
    background-color: #F7F7F7;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s ease;
    opacity: 0.5;
    transform: scale(0.9);
    position: relative; /* ✅ needed for absolute button positioning */
}

/* Center active card */
.portfolio-slider .owl-item.active.center .portfolio-item {
    opacity: 1;
    transform: scale(1);
}

/* Image wrapper */
.portfolio-image {
    padding: 20px;
}

/* Image (NO fixed height) */
.portfolio-image img {
    width: 100%;
	height: 370px;
    object-fit: cover;
    height: auto;
    display: block;
    border-radius: 15px;
}

/* Content area */
.portfolio-content {
    padding: 0px 40px 40px;
}

/* Title */
.portfolio-title {
    font-family: "Georgia", Sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    color: #121314;
    margin-bottom: 15px;
}

/* Description / Content */
.portfolio-desc {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #222222;
    margin-bottom: 20px;
}

/* Points list */
.portfolio-points, .cc-points {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.portfolio-points li, .cc-points li {
    position: relative;
    margin-bottom: 10px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #202020;
}

/* SVG Icon */
.portfolio-points li::before, .cc-points li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("https://codesclue.net/wp-content/uploads/2026/02/right-tick.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* Button */
.portfolio-btn, .cc-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    text-decoration: none;
    color: #ffffff;
	background-color: #1e1e1e;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover state */
.portfolio-btn:hover, .cc-btn:hover {
	background-color: transparent;
    color: #FFFFFF;
    background-image: linear-gradient(70deg, var(--e-global-color-6b896ab) 0%, var(--e-global-color-e350823) 100%);
	border: 1px solid transparent !important;	
}

/* Desktop: move button bottom-right */
@media (min-width: 1024px) {
    .portfolio-btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
        z-index: 1;
    }
}

/* Navigation arrows */
.portfolio-slider .owl-nav span,
.cc-slider .owl-nav span,
.industry-slider .owl-nav span{
    font-size: 42px;
    cursor: pointer;
}

/* Dots wrapper */
.portfolio-slider .owl-dots,
.cc-slider .owl-dots,
.industry-slider .owl-dots {
    display: block !important;
    text-align: center;
    background: #f7f7f7;
    margin: 20px auto auto;
    padding: 16px 40px;
    width: max-content;
    border-radius: 30px;
}

/* FORCE dot visibility */
.portfolio-slider .owl-dots .owl-dot span,
.cc-slider .owl-dots .owl-dot span,
.industry-slider .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e7e7e7;
    margin: 0 6px;
}

/* Active dot (pill style) */
.portfolio-slider .owl-dots .owl-dot.active span,
.cc-slider .owl-dots .owl-dot.active span,
.industry-slider .owl-dots .owl-dot.active span {
    width: 50px;
    background: #1e1e1e;
    border-radius: 10px;
}

/* Cursor on entire slider */
.portfolio-slider:hover,
.cc-slider:hover,
.industry-slider:hover {
    cursor: grab;
}


@media (max-width: 768px) {
	
	.portfolio-slider .owl-dots,
	.cc-slider .owl-dots,
	.industry-slider .owl-dots {
		margin: 8px auto auto;
		padding: 11px 20px;
	}
	
	.portfolio-slider .owl-dots .owl-dot span,
	.cc-slider .owl-dots .owl-dot span,
	.industry-slider .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
}



/* Table setup */
.tech-stack table {
    width: 100%;
    border-collapse: collapse;
}

/* Card-style rows */
.tech-stack tr {
    display: block;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 16px 32px rgb(22 22 22 / 0%);
}

/* .tech-stack tr:last-child {
    margin-bottom: 0;
} */

/* Table cells */
.tech-stack tr td {
    padding: 22px;
    border: none;
    vertical-align: middle;
    background-color: #ffffff;
}

/* Left column (gradient text) */
.tech-stack tr td:nth-child(odd) {
	background: #3D44E3;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #ffffff;
	margin-bottom: 15px;
}



/* Technology list styling */
.tech-stack tr td span {
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid #dadada;
    margin-bottom: 0px;
    font-family: "Inter", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
	margin: 8px 0px;
}

/* First tech item fix */
.tech-stack tr td span:first-child {
    border-left: none;
    padding-left: 0;
}




@media (max-width: 768px) {
    .tech-stack tr td:nth-child(odd) {
        margin-bottom: 0;
		font-size: 18px;
		line-height: 1em;
    }
}

.tech-stack table tbody tr > td:nth-child(2) {
    background-color: #ffffff !important;
}


/* Desktop layout */
@media (min-width: 992px) {
    .tech-stack tr td:nth-child(odd) {
        width: 300px;
        min-width: 300px;
    }
}

/* Mobile layout */
@media (max-width: 768px) {
    .tech-stack tr td {
        width: 100%;
        display: block;
    }
	
	.tech-stack tr td span {
    	padding: 0px 9px;
		font-size: 14px;
	}
	.tech-stack tr td {
		padding: 15px;
	}
}








.circle-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #000;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 8px;
    font-weight: bold;
}


.ai-card-box li.elementor-icon-list-item {
    border: 1px dashed #e2e2e2;
    border-radius: 25px;
    max-width: fit-content;
    padding: 8px 20px 8px 20px !important;
}




/* Wrapper */
.portfolio-flex-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

/* Item */
.portfolio-flex-item {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    background: #f7f7f7;
    padding: 48px;
    border-radius: 28px;
}

/* Image */
.portfolio-flex-image,
.portfolio-flex-content {
    flex: 1;
}

.portfolio-flex-image img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

/* Title */
.portfolio-flex-title {
    font-family: "Georgia", Sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    color: #121314;
    margin-bottom: 15px;
}

/* Description */
.portfolio-flex-desc {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #222222;
    margin-bottom: 20px;
}

/* Points */
.portfolio-flex-points {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.portfolio-flex-points li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 10px;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #202020;
}

/* SVG Icon */
.portfolio-flex-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://codesclue.net/wp-content/uploads/2026/02/right-tick.svg");
}

/* Button */
.portfolio-flex-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    text-decoration: none;
    color: #ffffff;
    background-color: #1e1e1e;
    font-family: "Inter", Sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

/* Hover */
.portfolio-flex-btn:hover {
    background-color: transparent;
    color: #FFFFFF;
    background-image: linear-gradient(
        70deg,
        var(--e-global-color-6b896ab) 0%,
        var(--e-global-color-e350823) 100%
    );
    border: 1px solid transparent !important;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-flex-item {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        border-radius: 20px;
    }

    .portfolio-flex-wrapper {
        gap: 20px;
    }
}


.page-id-3504 .contact-form {
    background: #f6f6f6;
}
.page-id-3504 .ft-footer01, .page-id-3504 .ft-footer02 {
    display: none;
}




/* Card wrapper */
.industry-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Card */
.industry-card {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 14px;
	border: 1px solid #e2e2e2;
}


/* Title */
.industry-title {
    font-family: "Georgia", Sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1em;
    color: #121314;
    margin-bottom: 15px;
}

/* Description */
.industry-description {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #222222;
    margin-bottom: 20px;
}

/* Points list */
.industry-points {
    list-style: none;
    padding: 15px;
    border-radius: 15px;
}


@media (max-width: 768px) {
	.industry-card {
		padding: 10px;
	}
}

.industry-points.bg-1 { background-color: #e7ecf1; }
.industry-points.bg-2 { background-color: #f3efe8; }
.industry-points.bg-3 { background-color: #eaf3ee; }
.industry-points.bg-4 { background-color: #f1e9f3; }
.industry-points.bg-5 { background-color: #e7ecf1; }
.industry-points.bg-6 { background-color: #f3efe8; }
.industry-points.bg-7 { background-color: #eaf3ee; }
.industry-points.bg-8 { background-color: #f1e9f3; }
.industry-points.bg-9 { background-color: #e7ecf1; }
.industry-points.bg-10 { background-color: #f3efe8; }

.industry-points li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #202020;
}

/* SVG Icon */
.industry-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://codesclue.net/wp-content/uploads/2026/02/right-tick.svg");
}





/* TEST CSS */


/* Main Layout */
.cc-inner {
    display: flex;
    align-items: center;
    gap: 40px;
	margin-bottom: 20px;
	background-color: #f7f7f7;
    padding: 25px;
    border-radius: 15px;
}

/* Left Image - 40% */
.cc-image {
    flex: 0 0 40%;
    max-width: 40%;
}

.cc-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Right Content - 60% */
.cc-content {
    flex: 0 0 60%;
    max-width: 60%;
}

.cc-title {
    font-family: "Georgia", Sans-serif !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #121314;
}

.cc-desc {
    font-family: "Inter", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #202020;
	width: 85%;
}

.cc-points {
    margin-bottom: 20px;
    padding-left: 28px;
}

.cc-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #000;
    color: #fff;
    text-decoration: none !important;
    border-radius: 50px;

}

/* Tablet */
@media (max-width: 992px) {
    .cc-inner {
        gap: 25px;
    }
	.cc-inner {
        flex-direction: column;
    }
	.cc-image,
    .cc-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 768px) {
	.cc-inner {
		flex-direction: column;
	}
    .cc-image,
    .cc-content {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .cc-title {
        font-size: 22px;
    }
}





/* TESTING */


.explore-section {
    width: 100%;
    background-color: #ffffff00;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}
@media only screen and (max-width: 991px) {
    .explore-section {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px
    }
}
@media only screen and (max-width: 767px) {
    .explore-section {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px
    }
}
@media only screen and (max-width: 575px) {
    .explore-section {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px
    }
}
.explore-section {
    position: relative
}
.explore-section::before {
    position: absolute;
    content: " ";
    width: 740px;
    height: 740px;
    bottom: -320px;
    left: -258px;
    background: radial-gradient(50% 50% at 50% 50%, #439BC2 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .25;
    z-index: -1
}
@media screen and (max-width: 1280px) {
    .explore-section::before {
        left: -340px;
        width: 670px;
        height: 670px
    }
}
@media screen and (max-width: 1024px) {
    .explore-section::before {
        width: 600px;
        height: 590px;
        bottom: -270px;
        left: -290px
    }
}
@media screen and (max-width: 991px) {
    .explore-section::before {
        opacity: .2
    }
}
@media screen and (max-width: 575px) {
    .explore-section::before {
        bottom: -210px;
        left: -330px
    }
}
.explore-section .container {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 4px
}
@media only screen and (max-width: 1280px) {
    .explore-section .container {
        gap: 30px 4px
    }
}
@media only screen and (max-width: 1024px) {
    .explore-section .container {
        gap: 26px 4px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .container {
        justify-content: space-between;
        align-items: center;
        gap: 20px 16px
    }
}
@media only screen and (max-width: 575px) {
    .explore-section .container {
        gap: 16px
    }
}
@media only screen and (max-width: 359px) {
    .explore-section .container {
        gap: 12px
    }
}
.explore-section .container .section-title {
    width: 100%;
    font-family: "Georgia", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3em;
    color: #121314;
	margin: 0;
}
/* Tablet */
@media (max-width: 1024px) {
    .explore-section .container .section-title {
        font-size: 33px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .explore-section .container .section-title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .container .section-title {
        max-width: max-content
    }
}
.explore-section .mb-explore-select {
    width: 28%;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    position: relative
}
@media only screen and (min-width: 992px) {
    .explore-section .mb-explore-select {
        min-width: 320px
    }
}
@media only screen and (max-width: 1024px) {
    .explore-section .mb-explore-select {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px;
        width: 27%
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .mb-explore-select {
        width: 100%
    }
}
.explore-section .mb-explore-select .select-item {
    cursor: pointer;
    background: #fff;
    color: #333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -o-border-radius: 10px;
    font-family: "Inter", Sans-serif;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333
}
@media only screen and (min-width: 992px) {
    .explore-section .mb-explore-select .select-item {
        display: none
    }
}
@media only screen and (max-width: 575px) {
    .explore-section .mb-explore-select .select-item {
        padding: 8px 30px 8px 12px
    }
}
.explore-section .mb-explore-select .select-item:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #001033;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}
.explore-section .tabing-wrap {
    width: 100%;
    padding: 37.5px 10px
}
.explore-section .tabing-wrap li::marker {
    content: "";
}
@media only screen and (min-width: 992px) {
    .explore-section .tabing-wrap {
        display: flex !important;
        flex-direction: column;
        gap: 5px
    }
}
@media only screen and (max-width: 1280px) {
    .explore-section .tabing-wrap {
        padding: 30px 10px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap {
        display: none;
        padding: 10px 10px;
        background-color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        position: absolute;
        width: 100%;
        z-index: 1;
        box-shadow: 0px 6px 14px 0px rgba(51, 51, 51, .2)
    }
}
.explore-section .tabing-wrap li {
    width: 100%;
    padding: 18px 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Inter", Sans-serif;
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none
}
.explore-section .tabing-wrap li:focus {
    border: none;
    outline: none;
    box-shadow: inherit
}
.explore-section .tabing-wrap li {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: relative;
    z-index: 2
}
@media only screen and (max-width: 1440px) {
    .explore-section .tabing-wrap li {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 30px
    }
}
@media only screen and (max-width: 1280px) {
    .explore-section .tabing-wrap li {
        padding: 15px 20px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap li {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 20px;
        cursor: pointer;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        -o-border-radius: 10px;
        box-shadow: none !important
    }
}
@media only screen and (max-width: 767px) {
    .explore-section .tabing-wrap li {
        padding: 10px 10px
    }
}
.explore-section .tabing-wrap li::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% + 35px);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #000000;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    box-shadow: 0px 0px 16px 0px rgb(183 191 211 / 58%);
    z-index: -1
}
@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap li::after {
        display: none
    }
}
.explore-section .tabing-wrap li.active,
.explore-section .tabing-wrap li:hover {
    color: #fff
}
@media only screen and (max-width: 991px) {
    .explore-section .tabing-wrap li.active,
    .explore-section .tabing-wrap li:hover {
        background-color: #222222;
    }
}
@media only screen and (min-width: 992px) {
    .explore-section .tabing-wrap li.active::after,
    .explore-section .tabing-wrap li:hover::after {
        opacity: 1;
        pointer-events: auto;
        background-color: #222222
    }
}
.explore-section .explore-content {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -o-border-radius: 30px;
    flex: 1;
    padding: 33px 40px 33px 50px
}
@media only screen and (max-width: 1280px) {
    .explore-section .explore-content {
        padding: 30px 20px 30px 30px
    }
}
@media only screen and (max-width: 1024px) {
    .explore-section .explore-content {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        border-radius: 24px;
        -o-border-radius: 24px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .explore-content {
        flex: 100%;
        width: 100%
    }
}
@media only screen and (max-width: 767px) {
    .explore-section .explore-content {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        -o-border-radius: 20px;
        padding: 20px 10px 20px 20px
    }
}
@media only screen and (max-width: 575px) {
    .explore-section .explore-content {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        border-radius: 16px;
        -o-border-radius: 16px;
        padding: 16px 6px 16px 16px
    }
}
.explore-section .explore-content .items-title {
    font-size: 30px;
    line-height: 36px;
    font-family: "Georgia", Sans-serif;
    font-weight: 600;
    color: #333;
    padding-bottom: 24px;
    text-transform: capitalize;
	margin: 0px;
	letter-spacing: -1.2px;
}
@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .items-title {
        font-size: 28px;
        line-height: 34px
    }
}
@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .items-title {
        font-size: 26px;
        line-height: 30px
    }
}
@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .items-title {
        padding-bottom: 20px
    }
}
@media only screen and (max-width: 1024px) {
    .explore-section .explore-content .items-title {
        font-size: 24px;
        line-height: 28px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .explore-content .items-title {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px
    }
}
@media only screen and (max-width: 767px) {
    .explore-section .explore-content .items-title {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 12px
    }
}
.explore-section .explore-content .explore-content-inner {
    padding-right: 10px;
    max-height: 520px;
    overflow: auto;
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #333
}
@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .explore-content-inner {
        font-size: 17px;
        line-height: 28px
    }
}
@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .explore-content-inner {
        font-size: 16px;
        line-height: 26px
    }
}
@media screen and (max-width: 1440px) {
    .explore-section .explore-content .explore-content-inner {
        max-height: 430px
    }
}
@media only screen and (max-width: 991px) {
    .explore-section .explore-content .explore-content-inner {
        max-height: inherit;
        padding: 0
    }
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar {
    width: 6px
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ccc;
    transition: all .15s ease;
    cursor: pointer
}
.explore-section .explore-content .explore-content-inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ccc
}
.explore-section .explore-content .explore-content-inner p {
    padding-bottom: 24px
}
@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .explore-content-inner p {
        padding-bottom: 16px
    }
}
.explore-section .explore-content .listing-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
	padding-left: 0px;
}
@media only screen and (max-width: 1280px) {
    .explore-section .explore-content .listing-point {
        gap: 16px 10px
    }
}
@media only screen and (max-width: 575px) {
    .explore-section .explore-content .listing-point {
        padding-top: 0;
        gap: 12px
    }
}
.explore-section .explore-content .listing-point li {
    width: calc(33.33% - 7px);
    font-size: 18px;
    line-height: 30px;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    color: #333
}
@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li {
        font-size: 17px;
        line-height: 28px
    }
}
@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li {
        font-size: 16px;
        line-height: 26px
    }
}
.explore-section .explore-content .listing-point li {
    position: relative;
    padding-left: 20px;
    overflow: hidden
}
.explore-section .explore-content .listing-point li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-color: #f4f1ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}
@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li::before {
        top: 2px
    }
}
@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li::before {
        top: 1px
    }
}
.explore-section .explore-content .listing-point li::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -o-border-radius: 50%
}
@media only screen and (max-width: 1600px) {
    .explore-section .explore-content .listing-point li::after {
        top: 7px
    }
}
@media only screen and (max-width: 1440px) {
    .explore-section .explore-content .listing-point li::after {
        top: 6px
    }
}
@media only screen and (max-width: 1199px) {
    .explore-section .explore-content .listing-point li {
        width: calc(50% - 5px)
    }
}
@media only screen and (max-width: 767px) {
    .explore-section .explore-content .listing-point li {
        width: 100%
    }
}
.explore-section .explore-content .listing-point li a {
    color: #333;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}
.explore-section .explore-content .listing-point li a:hover {
    color: #f16122
}








/* ===============================
   TECHNOLOGY TABS
================================ */

.codes-tech-tabs{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    gap:10px;
    margin-bottom:30px;
    padding-bottom:8px;
    -webkit-overflow-scrolling:touch;
    /* Firefox scrollbar */
    scrollbar-width:thin;
	scrollbar-color: #000000 #eee;
    background: #000;
    border: none;
    border-radius: 60px;
    padding: 4px;
	max-width: max-content;
}


/* Chrome / Safari scrollbar */
.codes-tech-tabs::-webkit-scrollbar{
    height:4px;
}

.codes-tech-tabs::-webkit-scrollbar-track{
    background:#eee;
}

.codes-tech-tabs::-webkit-scrollbar-thumb{
    background:#999;
    border-radius:10px;
}

/* TAB ITEM */

.codes-tech-tabs li{
    list-style:none;
    flex:0 0 auto;
}

/* TAB BUTTON */

.codes-tech-tabs button{
    border:none;
    background: #000000;
    color: #ffffff;
    padding:10px 22px;
    border-radius:40px;
    cursor:pointer;
    font-size:14px;
    white-space:nowrap;

    transition:all .3s ease;
}

.codes-tech-tabs button:hover{
    background:#000;
    color:#fff;
}

.codes-tech-tabs button.active{
    background: #ffffff !important;
    color: #000000 !important;
}

/* ===============================
   TAB CONTENT
================================ */

.codes-tech-content{
    display:none;
}

.codes-tech-content.active{
    display:block;
}

/* ===============================
   TECHNOLOGY GRID
================================ */

.tech-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(160px,1fr));
    gap:20px;
}

/* ===============================
   TECHNOLOGY CARD
================================ */

.tech-platform{
    text-align:center;
    border:1px solid #eee;
    padding:20px;
    border-radius:8px;
    background:#fff;

    transition:all .3s ease;
}

.tech-platform img{
    width:70px;
    height:70px;
    object-fit:contain;
    display:block;
    margin:0 auto 10px;
}

.tech-platform:hover{
    transform:translateY(-5px);
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

/* ===============================
   MOBILE
================================ */

@media(max-width:768px){

.tech-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.tech-platform{
    padding:15px;
}

.tech-platform img{
    width:55px;
    height:55px;
}

.codes-tech-tabs{
    gap:8px;
}

.codes-tech-tabs button{
    padding:8px 18px;
    font-size:13px;
}

}