/* -------------------------- About Us Page CSS - START -------------------------- */

/* Core Pillars Section */
.core-pillars-sec .core-values-wrapper {
    padding-right: 22px;
    height: 265px;
    overflow-y: auto;
}
.core-pillars-sec .core-values-wrapper::-webkit-scrollbar {
    width: 6px;
}
.core-pillars-sec .core-values-wrapper::-webkit-scrollbar-thumb {
    border-radius: 32px;
    background-color: var(--primary-color);
}
.core-pillars-sec .core-values-wrapper::-webkit-scrollbar-track {
    background: var(--primary-color-10);
    border-radius: 32px;
}

/* Dev Process Slider ([devprocesswefollow] shortcode) */
.devprocess_sec .devprocess_slider {counter-reset: section;}
.devprocess_slider .process_text {position: relative}
.devprocess_slider .process_text::before {counter-increment: section;content: "0"counter(section);position: absolute;top: -10px;right: 0px;font-size: 60px;line-height: 60px;color: var(--secondary-color-20);font-weight: 700}

/* Timeline Section */
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list {
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list::-webkit-scrollbar {
    display: none
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list::-webkit-scrollbar-track {
    background: var(--grey-color-50);
    border-radius: 8px
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 11px
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button {
    position: relative;
    border: none;
    background: none;
    width: 198px;
    color: var(--dark-blue-color);
    font-weight: 600;
    opacity: .3;
    padding: 0 0 21px 0
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button.nav-link.active {
    opacity: 1;
    color: var(--primary-color);
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button.nav-link.active:after,.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button.nav-link.active:before {
    background: var(--primary-color);
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button:after,.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 100%;
    height: 3px;
    background: var(--dark-blue-color);
    transform: translateX(-50%);
    border-radius: 150px
}
.about-timeline-wrapper .tab-nav-wrapper ul.timeline-list li button:before {
    bottom: 0;
    width: 10px;
    height: 10px;
    background: var(--dark-blue-color);
}

/* Tech Stack */
ul.ai-star-tab-list li::before {
    content: "";
    position: absolute;
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2025/11/19092903/purple-star-icon.svg);
    height: 12px;
    width: 12px;
}
.ai-techstack-wrapper ul.ai-star-tab-list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.ai-techstack-wrapper ul.ai-star-tab-list li {
	position: relative;
	padding: 10px 16px 10px 34px;
	border: 1px solid var(--grey-color-80);
}
.ai-techstack-wrapper ul.ai-star-tab-list li::before {
	left: 16px;
	top: 16px;
}
.ai-techstack-wrapper .techstack-tab-content-wrapper {
	padding-left: 60px;
}
.ai-techstack-wrapper .techstack-tab-nav-wrapper .nav {
	padding: 24px 16px;
	gap: 6px;
}
.ai-techstack-wrapper .techstack-tab-nav-wrapper .nav-item .nav-link {
	padding: 11px 20px;
	width: 100%;
	text-align: left;
    color: var(--black-color);
}
.ai-techstack-wrapper .techstack-tab-nav-wrapper .nav-item .nav-link.active {
	background-color: var(--primary-color);
    color: var(--white-color);
}

/* Testimonials */
.client-img{
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
    object-position: top;
}
.testimonial-wrapper .client-box .client-talk button.play-icon{
    gap: 16px;
    padding: 11px 16px;
}

/* AI Ecosystem */
.ai-tab-wrapper ul.ai-tab-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.ai-tab-wrapper ul.ai-tab-list li {
	padding-left: 10px;
	position: relative;
}
.ai-tab-wrapper ul.ai-tab-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: var(--grey-color);
	height: 4px;
	width: 4px;
	border-radius: 50px;
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav {
	gap: 21px;
	max-width: 100%;
	overflow-x: auto;
	padding: 16px;
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav::-webkit-scrollbar {
	height: 3px;
	width: 80%;
	margin-block: auto;
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav::-webkit-scrollbar-track {
	background: var(--white-color);
	width: 80%;
	margin-block: auto;
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav-item h3 {
	width: max-content;
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav-item .nav-link {
	padding: 16px 20px;
	color: var(--black-color);
}
.ai-tab-wrapper .ai-tab-nav-wrapper .nav-item .nav-link.active {
	background-color: var(--primary-color);
    color: var(--white-color);
}

/* -------------------------- About Us Page CSS - END -------------------------- */

/* -------------------------- Contact Us Page CSS - START -------------------------- */
.contact-us-cta-form {
    min-height: 495px;
}
.contact-global-slider .img_box {
    width: 16.67%;
}
.contact-global-slider .img_box .logo_img {
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s;
    max-width: 120px;
    max-height: 120px;
}
.contact-global-slider .img_box:not(:last-child)::before {
    content: "";
    background-color: var(--secondary-color-50);
    width: 2px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.contact-global-slider .img_box:hover .logo_img {
    filter: none;
    opacity: 1;
}
.contact-global-slider .slick-list, .contact-global-slider .slick-track {
    width: 100%;
}
.contact-global-slider {
    margin-inline: -6px;
}
.counter_box {
    width: 22.5%;
}
.counter_box:not(:last-child)::before {
    content: "";
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2025/11/19092903/purple-star-icon.svg) no-repeat center center;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: -12%;
    top: 27%;
}
.counter_block {
    row-gap: 60px;
}
/* -------------------------- Contact Us Page CSS - END -------------------------- */

/* -------------------------- Our Team Page CSS - START -------------------------- */
.our_minds {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 15px;
}
.our_minds .our_minds_detail {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
/* -------------------------- Our Team Page CSS - END -------------------------- */

/* -------------------------- Development Process Page CSS - START -------------------------- */
.development-process-bg-img {
    background: url('https://media.excellentwebworld.com/wp-content/uploads/2020/12/11120619/our-app-development-process.webp') no-repeat;
    background-size: cover;
    padding: 200px 0;
}
.career-sprite-img-css {
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2020/12/11120710/career-page-sprite-image.webp) no-repeat;
    display: inline-block;
}
p.list-seperator-line {
    padding-bottom: 30px;
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2021/05/12122823/list-seperator-1.webp) no-repeat left 20px bottom;
}
.dp_startup {
    background-color: #2cd59c;
    height: 100%;
}
.dp_startup-list span.career-sprite-img-css {
    width: 50px;
    height: 50px;
    padding-right: 60px;
}
span.dp_startup-list-1 {
    background-position: left -7px top -506px;
}
span.dp_startup-list-2 {
    background-position: left -67px top -506px;
}
span.dp_startup-list-3 {
    background-position: left -129px top -509px;
}
span.dp_startup-list-4 {
    background-position: left -191px top -506px;
}
span.dp_startup-list-5 {
    background-position: left -252px top -509px;
}
span.dp_startup-list-6 {
    background-position: left -313px top -510px;
}
span.dp_startup-list-7 {
    background-position: left -378px top -515px;
}
span.dp_startup-list-8 {
    background-position: left -378px top -515px;
}
span.dp_startup-list-9 {
    background-position: left -439px top -513px;
}
.b-to-b_process-bg {
    background-color: #ffd954;
}
.b-to-b_process-list span.career-sprite-img-css {
    width: 50px;
    height: 60px;
    padding-right: 60px;
}
span.b-to-b_process-list-1 {
    background-position: left -7px top -594px;
}
span.b-to-b_process-list-2 {
    background-position: left -68px top -594px;
}
span.b-to-b_process-list-3 {
    background-position: left -135px top -594px;
}
span.b-to-b_process-list-4 {
    background-position: left -204px top -594px;
}
span.b-to-b_process-list-5 {
    background-position: left -269px top -594px;
}
span.b-to-b_process-list-6 {
    background-position: left -135px top -594px;
}
span.b-to-b_process-list-7 {
    background-position: left -330px top -594px;
}
span.b-to-b_process-list-8 {
    background-position: left -396px top -594px;
}
.our_enterprise-ds {
    background-color: #ec7966;
    height: 100%;
}
.our_enterprise-ds-list span.career-sprite-img-css {
    width: 50px;
    height: 55px;
    padding-right: 60px;
}
span.our_enterprise-ds-list-1 {
    background-position: left -7px top -687px;
}
span.our_enterprise-ds-list-2 {
    background-position: left -64px top -691px;
}
span.our_enterprise-ds-list-3 {
    background-position: left -118px top -691px;
}
span.our_enterprise-ds-list-4 {
    background-position: left -178px top -691px;
}
span.our_enterprise-ds-list-5 {
    background-position: left -242px top -691px;
}
span.our_enterprise-ds-list-6 {
    background-position: left -308px top -697px;
}
span.our_enterprise-ds-list-7 {
    background-position: left -368px top -697px;
}
span.our_enterprise-ds-list-8 {
    background-position: left -430px top -699px;
}
span.our_enterprise-ds-list-9 {
    background-position: left -490px top -696px;
}
span.our_enterprise-ds-list-10 {
    background-position: left -548px top -698px;
}
.development-methodology-list span.career-sprite-img-css {
    min-width: 80px;
    min-height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
}
span.development-methodology-list-1 {
    background-position: left -7px top -788px;
}
span.development-methodology-list-2 {
    background-position: left -107px top -786px;
}
span.development-methodology-list-3 {
    background-position: left -205px top -791px;
}
span.development-methodology-list-4 {
    background-position: left -297px top -793px;
}
span.development-methodology-list-5 {
    background-position: left -385px top -793px;
}
span.development-methodology-list-6 {
    background-position: left -482px top -795px;
}
/* -------------------------- Development Process Page CSS - END -------------------------- */

/* ------------------------  IoT Project Case Study - Smart Helmet Code - START ------------------------ */
.tech-stack .tech-stack-title span {
    position: absolute;
    top: -30px;
    left: 0;
}
.product-container .color-radio input{width:24px;height:24px;appearance:none;border-radius:10vw;background-color:var(--accent-color);transition:all 0.2s ease;cursor:pointer;}
.product-container .color-radio #option1{--accent-color:#1946AE;}
.product-container .color-radio #option2{--accent-color:#FF4343;}
.product-container .color-radio #option3{--accent-color:#0AFE5A;}
.product-container .color-radio #option4{--accent-color:#FFC507;}
.product-container .color-radio input[type='radio']:checked{box-shadow:inset 0 0 0 1px var(--accent-color),inset 0 0 0 4px var(--white-color);}
.smart-helmet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;	
}
.smart-helmet-grid .grid-item-img {
    grid-column: 2;
    grid-row: 1 / span 5;
    display: flex;
    justify-content: center;
    align-items: end;
    z-index: 1;
}
.smart-helmet-slider.slick-slider:not(.slick-vertical) ul.slick-dots{
	margin-top: 22px;
}
.project-challenges .challenges-number {
    width: 65px;
    height: 65px;
    display: grid;
    place-items: center;
    border: 8px solid var(--white-color);
}
.career-popup .modal-dialog {
    margin-top: 80px;
}
.career-popup.helmet-popup .modal-dialog{
width: calc(100% - 40px);
max-width: 1140px;
}
.career-popup.helmet-popup .modal-header {
    padding: 3rem 2rem;
    border-bottom: none;
    display: block;
}
/* ------------------------  IoT Project Case Study - Smart Helmet Code - END ------------------------ */

/* -------------------------- Testimonials Page CSS - START -------------------------- */
.play-btn {
    position: absolute;
    right: -55px;
    bottom: auto;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}
.youtube-btn {
    position: absolute;
    left: 0;
    z-index: 2;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
button.hpt-video-btn {
    border: 0;
    outline: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
}
.slick-vertical .slick-slide {
    min-height: 500px;
}
.client-slider-verticle .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    z-index: 0;
}
.client-slider-verticle ul.slick-dots button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
    outline: 0;
    transition: all 0.2s ease;
}
.client-slider-verticle ul.slick-dots li.slick-active button {
    background-color: var(--primary-color);
}
.client-slider-verticle ul.slick-dots li {
    margin: 0 2px;
    height: 30px;
}
/* -------------------------- Testimonials Page CSS - END -------------------------- */

/* -------------------------- Our Awards Page CSS - START -------------------------- */
button.hpt-video-btn {
    border: 0;
    outline: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
}
/* -------------------------- Our Awards Page CSS - END -------------------------- */

/* -------------------------- Career Page CSS - START -------------------------- */
.career-page-banner {
    margin-top: -180px;
    padding-top: 225px;
    background: url(https://media.excellentwebworld.com/wp-content/uploads/2023/09/27085750/career-banner.webp) scroll no-repeat center center;
    background-size: contain;
}
.vacancy-description [aria-expanded="false"] > .expanded,.vacancy-description [aria-expanded="true"] > .collapsed {
    display: none;
}
span.career-location {
    background-position: left -95px top -15px;
    width: 25px;
    height: 22px;
}
span.career-experience {
    background-position: left -10px top -11px;
    width: 35px;
    height: 25px;
    background-size: 589px;
}
span.career-vacancies {
    background-position: left -46px top -12px;
    width: 35px;
    height: 25px;
    background-size: 590px;
}
.benefits-list span.career-sprite-img-css {
    width: 50px;
    height: 50px;
    padding-right: 60px;
}
.benefits-list span.benefits-list-1-white {
    background-position: left -8px top -278px;
}
.benefits-list span.benefits-list-2-white {
    background-position: left -83px top -278px;
}
.benefits-list span.benefits-list-3-white {
    background-position: left -165px top -275px;
}
.benefits-list span.benefits-list-4-white {
    background-position: left -242px top -278px;
}
.benefits-list span.benefits-list-5-white {
    background-position: left -314px top -278px;
}
.benefits-list span.benefits-list-6-white {
    background-position: left -390px top -273px;
}
.benefits-list span.benefits-list-7-white {
    background-position: left -462px top -272px;
}
.benefits-list span.benefits-list-8-white {
    background-position: left -543px top -274px;
}
.benefits-list span.benefits-list-9-white {
    background-position: left -612px top -272px;
}
.career-popup .modal-header .close {
    background-color: rgb(26, 43, 95);
    position: absolute;
    right: -15px;
    top: -15px;
    margin: 0px;
    padding: 7px 15px 11px;
    font-size: 28px;
}
.career-popup.helmet-popup .modal-header .close {
    background-color: var(--primary-color);
}
.mail-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding-right: 60px;
    background-position: left -6px top -361px;
}
.call-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding-right: 60px;
    background-position: left -72px top -361px;
}
/* -------------------------- Career Page CSS - START -------------------------- */

/* -------------------------- Life at Excellent Page CSS - START -------------------------- */
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list {
    flex-wrap: nowrap;
    gap: 100px;
    overflow-x: auto;
}
.life-timeline-wrapper .tab-nav-wrapper:after {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 0px;
    border-width: 0 0 2px 0;
    border-bottom: 2px dashed var(--grey-color-20);
    border-radius: 150px;
    z-index: 0;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list::-webkit-scrollbar {
    display: none;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list::-webkit-scrollbar-track {
    background: var(--grey-color-20);
    border-radius: 8px;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 11px;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list li button {
    position: relative;
    border: none;
    background: none;
    width: 111px;
    color: var(--dark-blue-color);
    font-weight: 600;
    opacity: 0.3;
    padding: 0 0 21px 0;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list li button.nav-link.active {
    opacity: 1;
    color: var(--black-color);
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list li button.nav-link.active:after {
    background: var(--primary-color);
    height: 6px;
    z-index: 1;
}
.life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 0px;
    background: #050729;
    transform: translateX(-50%);
    border-radius: 150px;
}
.instalife-wrapper .instalife-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* -------------------------- Life at Excellent Page CSS - END -------------------------- */

/* -------------------------- Services Page CSS - START -------------------------- */
.expertise-impact-sec .expertise-impact-wrapper .expertise-impact-item {
    width: 150px;
    height: 134px;
    border: 1px solid #0b0b0b;
}
.blue-outline-tab-sec .blue-outline-tab-content .blue-outline-tab-item img {
    width: 44px;
    height: 44px;
}
.home-service-content-wrapper .nav-link.active:before {
    content: '';
    height: 40px;
    border: 2px solid var(--white-color);
    position: absolute;
    left: -17px;
    top: 0;
}
.home-service-content-wrapper .nav-link {
    text-align: left;
}
.home-service-content-wrapper h3.service-tab-title {
    font-size: 20px;
    line-height: 28px;
    color: var(--white-color);
}
.home-service-content-wrapper .home-service-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.round-process-sec .round-process-wrapper .round-process-item .circle-progress {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 49.9%;
    background: conic-gradient(var(--secondary-color) 0% 16.67%,16.67%,var(--secondary-color-20) 25% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 15px;
}
.round-process-sec .round-process-wrapper .round-process-item:nth-child(2) .circle-progress {
    background: conic-gradient(var(--secondary-color) 0% 33.34%,33.34%,var(--secondary-color-20) 25% 100%);
}
.round-process-sec .round-process-wrapper .round-process-item:nth-child(3) .circle-progress {
    background: conic-gradient(var(--secondary-color) 0% 50%,50%,var(--secondary-color-20) 25% 100%);
}   
.round-process-sec .round-process-wrapper .round-process-item:nth-child(4) .circle-progress {
    background: conic-gradient(var(--secondary-color) 0% 66.68%,66.68%,var(--secondary-color-20) 25% 100%);
}
.round-process-sec .round-process-wrapper .round-process-item:nth-child(5) .circle-progress {
    background: conic-gradient(var(--secondary-color) 0% 83.35%,83.35%,var(--secondary-color-20) 25% 100%);
}
.round-process-sec .round-process-wrapper .round-process-item:nth-child(6) .circle-progress {
    background: conic-gradient(var(--secondary-color) 0% 100%,100%, var(--secondary-color-20) 25% 100%);
}
.round-process-sec .round-process-wrapper .round-process-item .circle-progress .inner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 55px;
    height: 55px;
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
ul.tech_design_border {
    gap: 20px;
}
ul.tech_design_border li {
    position: relative;
}
ul.tech_design_border li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: var(--primary-color);
    right: -10px;
    opacity: .5;
    top: 50%;
    transform: translateY(-50%);
}
.core-values-left {
    background: var(--secondary-color-20);
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
}
.develop-app-process-steps {
    overflow-y: auto;
    height: 600px;
}
.develop-app-process-steps::-webkit-scrollbar,.process-steps::-webkit-scrollbar {
    width: 5px;
    max-height: 100px;
}
.develop-app-process-steps::-webkit-scrollbar-track,.process-steps::-webkit-scrollbar-track {
    background: var(--grey-color-20);
    border-radius: 8px;
}
.develop-app-process-steps::-webkit-scrollbar-thumb,.process-steps::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}
.devprocess_slider .process_pointers_sec h3 {
    position: relative;
    z-index: 99;
}
.hire_new_developers_sec img {
    width: 60px;
}
#blog-detail-slider .carousel-indicators li {
    width:15px;
    height:15px;
    background-color:var(--primary-color);
    border-radius:50%;
}
#blog-detail-slider .carousel-indicators {
    bottom: -45px;
}
.softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul li button {
    width: 100%;
}
.softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul li button.active {
    border-right: 3px solid var(--dark-blue-color);
}
.dark-blue-icon {
    width: 54px;
    min-width: 60px;
    max-width: 70px;
    background: var(--primary-color);
    aspect-ratio: 1 / 1;
    display: grid;
    place-content: center;
    padding: 18px;
}
.service-list,.white-scroll {
    overflow-y: auto;
    height: 430px;
    padding-right: 8px;
}
.service-list::-webkit-scrollbar, .white-scroll::-webkit-scrollbar {
    width: 5px;
    max-height: 100px;
}
.service-list::-webkit-scrollbar-track {
    background: var(--grey-color-50);
    border-radius: 8px;
}
.service-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}
.white-scroll::-webkit-scrollbar-track {
    background: var(--grey-color-10);
    border-radius: 8px;
}
.white-scroll::-webkit-scrollbar-thumb {
    background: var(--white-color);
    border-radius: 10px;
}
.home-service-content-wrapper .collapse:not(.show) {
    display: block;
}
.home-service-content-wrapper .card-header a {
    pointer-events: none;
}
.middle-blue-column:after {
    content: "";
    position: absolute;
    top: -22px;
    left: 43%;
    width: 30%;
    height: calc(100% + 74px);
    background: var(--primary-color);
    border-radius: 16px;
    z-index: 0;
    box-shadow: 2px 3px 13px var(--grey-color-50);
}
.key-management-table table tbody tr td, .key-management-table table thead tr th {
    position: relative;
    z-index: 2;
    background: unset;
    word-break: break-word;
}
.key-management-table table tr:nth-child(odd):not(thead tr) td {
    background-color: hsl(225deg 54% 23% / 19%);
}
.key-management-table table tr:nth-child(odd):not(thead tr) {
    background-color: transparent;
}
.key-management-table table tr:last-child td:first-child{
    border-bottom-left-radius: 1rem;
}
.key-management-table table tr:last-child td:last-child{
    border-bottom-right-radius: 1rem;
}
.key-management-table{overflow:visible;}
.about_cta_sec {
    background: var(--primary-color) url(https://media.excellentwebworld.com/wp-content/uploads/2025/11/19120543/blue-cta-bg.webp) center center / 100% auto no-repeat border-box;
}
.uiux-service-portinnerbox .portfolio-point-box .portfolio-point-heading{
    border-bottom: 1px solid #ffffff66;
}
.uiux-service-portinnerbox .portfolio-point-rborder {
    border-right: 1px solid #ffffff66;
}
.customized-solutions-slider .process_pointers_sec .aiprocess-box img, .services-industries .industries-box img, .ai-tab-wrapper .ai-tab-nav-wrapper .nav-item .nav-link img{aspect-ratio: 1 / 1; object-fit: contain;}
.pricing_options_sec .pricing_options_title {
    margin-top: -75px;
}
.aitool-list img {
    padding: 12px 15px;
    width: 150px;
    height: 65px;
    object-fit: contain;
}
.pricing_options_sec .pricing_options_boxwrapper {
    margin-inline: -12px;
}
.pricing_options_sec .pricing_block .list_icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
}
.pricing_options_sec .pricing {
    font-size: 28px;
    line-height: 38px;
}
.pricing_options_sec .pricing sup {
    font-size: 14px;
    line-height: normal;
}
.pricing_options_sec .tab_block .tab_btn.active {
    color: #000 !important;
    background-color: var(--white-color) !important;
}
.ppc_fea_tab .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: var(--black-color);
}
.ppc_fea_tab .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--white-color);
}
/* -------------------------- Services Page CSS - END -------------------------- */

/* -------------------------- Hire Developers Page CSS - START -------------------------- */
.partnership-with-us .steps_ui-ux .step-bg {
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 2;
}
.partnership-with-us .steps_ui-ux_eww .bg-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: var(--grey-color-20);
    font-size: 60px;
    line-height: 1;
    color: transparent;
}
.partnership-with-us .steps_ui-ux .flow-border {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 2;
}
.partnership-with-us .steps_ui-ux:last-child .flow-border,.partnership-with-us .steps_ui-ux .begin.step-bg {
    background-color: #EED6A6;
}
.partnership-with-us .steps_ui-ux .describe.flow-border,.partnership-with-us .steps_ui-ux .describe.step-bg {
    background-color: #F1B6B7;
}
.partnership-with-us .steps_ui-ux .project.flow-border,.partnership-with-us .steps_ui-ux .project.step-bg {
    background-color: #C0FBCD;
}
.partnership-with-us .steps_ui-ux .engagement.flow-border,.partnership-with-us .steps_ui-ux .engagement.step-bg {
    background-color: #F3B9E0;
}
.partnership-with-us .steps_ui-ux .choosing.flow-border,.partnership-with-us .steps_ui-ux .choosing.step-bg {
    background-color: #C2DAFB;
}
.partnership-with-us .steps_ui-ux:last-child .flow-border:before {
    display: none
}
.partnership-with-us .flow-border:before {
    content: "";
    width: 200%;
    height: 0.0625rem;
    position: absolute;
    top: 48px;
    left: 100%;
    z-index: -1;
    border-top-width: 0px;
    border-style: dashed;
}
.partnership-with-us .describe:before {
    border-color: #F1B6B7;
}
.partnership-with-us .project:before {
    border-color: #C0FBCD;
}
.partnership-with-us .engagement:before {
    border-color: #F3B9E0;
}
.partnership-with-us .choosing:before {
    border-color: #C2DAFB;
}
.partnership-with-us .step-4-process .flow-border:before {
    width: calc(200% + 3vw);
}
.partnership-with-us .step-3-process .flow-border:before {
    width: calc(300% + 3vw);
}
.hire_dev_tab_sec .hire_dev_table tr td:first-child {
    width: 31%;
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-weight: 700
}

.hire_dev_tab_sec .hire_dev_table tr td {
    width: calc(23% - 0px);
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-top: 0;
}
.hire_dev_tab_sec .hire_dev_table tbody tr td:nth-child(3) {
    background: var(--primary-color);
    color: var(--white-color);
}
.hire_dev_tab_sec table thead tr td {
    background-color: var(--primary-color);
    color: var(--white-color)
}
.hire_dev_tab_sec table tr:nth-child(odd):not(thead tr) {
    background-color: transparent;
}
.hire_dev_tab_sec table tr:nth-child(odd):not(thead tr) td {
    background-color: var(--primary-color-10);
}
.hire .coding-tools img {
    max-height: 26px;
    width: auto;
    height: 100%;
}
.resources-you-can-hire-inner a.site-btn {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
/* -------------------------- Hire Developers Page CSS - END -------------------------- */

/* -------------------------- IoT Project Case Study Page CSS (Smart Helmet) - START -------------------------- */
.list-style-star.font-14 li{
    background-position: left top 3px;
    background-size: 14px;
}
/* -------------------------- IoT Project Case Study Page CSS (Smart Helmet) - END -------------------------- */

/* -------------------------- Gitex Technology Week 2023 Page CSS - START -------------------------- */
.home-industry-section .home-industry-wrapper { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
.home-services-section  .home-industry-wrapper .home-industry-item {padding: 24px; border: 1px solid var(--grey-color-50);}
.home-industry-section .home-industry-wrapper .home-industry-item a {position: relative; color: var(--black-color);}
.home-industry-wrapper .home-industry-item .view-more { position: relative; --icon-size: 32px; min-width: var(--icon-size); width: var(--icon-size); height: var(--icon-size);}
.home-industry-section .home-industry-wrapper .home-industry-item .view-more svg {z-index: 2;}
.home-industry-section .home-industry-wrapper .home-industry-item .view-more:after {content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; border-radius: 10px; background-color: var(--primary-color-50); z-index: 0; transition: all .5s;}
.home-industry-section .home-industry-wrapper .home-industry-item:hover .view-more:after {-webkit-transform: rotate(90deg); transform: rotate(90deg); background: var(--primary-color);}
.new-services .service-tab .ser-tab, .new-services .product-tab .ser-tab{border-left: 5px solid transparent;}
.new-services .service-tab .ser-tab.active, .new-services .product-tab .ser-tab.active{border-left: 5px solid var(--secondary-color);}
/* -------------------------- Gitex Technology Week 2023 Page CSS - END -------------------------- */

/* -------------------------- AI Page CSS - START -------------------------- */
.ai-choice-sec .ai-choice-box h3:not(.ai-choice-box.aibox-1 h3):before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    width: 11px;
    border: 2px solid var(--white-color);
    border-radius: 100%;
}
.ai-choice-sec .ai-choice-box.aibox-2:before, .ai-choice-sec .ai-choice-box.aibox-3:before, .ai-choice-sec .ai-choice-box.aibox-4:before {
    content: "";
    position: absolute;
    top: -122px;
    left: 49.8%;
    height: 101px;
    width: 285px;
    border-top: 2px solid var(--white-color);;
    border-left: 2px solid var(--white-color);;
    z-index: 0;
}
.ai-choice-sec .ai-choice-box.aibox-3:before {
    top: -122px;
    left: 50%;
    transform: translateX(-50%);
    height: 101px;
    width: 2px;
    z-index: 0;
}
.ai-choice-sec .ai-choice-box.aibox-4:before {
    border-top: 2px solid var(--white-color);;
    border-left: 0;
    border-right: 2px solid var(--white-color);;
    right: 49.7%;
    left: unset;
}
.page-id-21579 .blue-service-item img {
    max-height: 26px;
    width: auto;
    height: 100%;
}
/* -------------------------- AI Page CSS - END -------------------------- */

/* -------------------------- Solution Page CSS - START -------------------------- */
.healthcare-content-wrapper .collapse:not(.show) {
    display: block;
}
.healthcare-content-wrapper .card-header a {
    pointer-events: none;
}
.healthcare-content-wrapper .tab-pane .black-icon img {
    aspect-ratio: 1 / 1;
}
/* -------------------------- Solution Page CSS - END -------------------------- */

/* -------------------------- FAQ Page CSS - START -------------------------- */
.faq-main-page ul.faq-navs li{margin-bottom:30px;position:relative;display:table;transition:0.5s ease-in;}
.faq-main-page ul.faq-navs li.current a{color: var(--primary-color);}
.faq-main-page ul.faq-navs li.current:before{position:absolute;content:"";width:100%;height:2px;background-color: var(--primary-color);bottom:0;left:0;display:inline-block;transition:0.5s ease-in;}
.faq-main-page .faq-left{flex-basis:30%;height:500px;position:sticky;top:115px;}
.faq-main-page .faq-right{flex-basis:70%;}
ul.faq-navs li a{font-weight:700;color: var(--dark-blue-color);}
/* -------------------------- FAQ Page CSS - END -------------------------- */

/* -------------------------- Glossary Page CSS - START -------------------------- */
.glossary-alphabet {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.glossary-alphabet a {
    padding: 20px;
    background: var(--white-color);
    border-radius: 8px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
}
.glossary-alphabet a:hover {
    background: transparent;
    color: var(--white-color);
}
/* -------------------------- Glossary Page CSS - END -------------------------- */

/* -------------------------- Sitemap Page CSS - START -------------------------- */
.sitemap_page_sec .sitemap_count2 {
    column-count: 2;
}
.sitemap_page_sec .sitemap_count3 {
    column-count: 3;
}
.sitemap_page_sec ul li a {
    color: var(--black-color);
}
.sitemap_page_sec ul li a:hover {
    color: var(--primary-color);
}
/* -------------------------- Sitemap Page CSS - END -------------------------- */

/* -------------------------- Thank You Pages CSS - START -------------------------- */
.thank-you-sec {overflow-x:clip;}
.thank-you-sec:before, .thank-you-sec:after{content: ""; position: absolute; height: 400px; width: 1000px; background: radial-gradient(var(--primary-color-50) 0%, var(--secondary-color-50) 100%); filter: blur(200px); z-index: -1;}
.thank-you-sec:before{left: -35%; top: 50px;}
.thank-you-sec:after{bottom:50px; right: -45%;}
.thank-you-sec .thank-you-box{background: url(https://www.excellentwebworld.com/wp-content/uploads/2025/08/thank-you-bg.webp) no-repeat; background-size: cover; box-shadow: -4px 4px 19px 0 #b7b7b740;}
/* -------------------------- Thank You Pages CSS - END -------------------------- */

/* -------------------------- Media Query - START -------------------------- */

@media screen and (max-width:1199px){

    /* About Page */
    .ai-techstack-wrapper .techstack-tab-content-wrapper {padding-left: 40px;}
    /* -------------------------- Services Page CSS - START -------------------------- */
    .pricing_options_sec .pricing {font-size: 21px;line-height: 30px;}
    .pricing_options_sec .pricing sup {font-size: 11px;}
    .ai-integeration-service-bg{background-position: 70% 50% !important;}
    /* -------------------------- Services Page CSS - END -------------------------- */
}

@media screen and (max-width:1024px){

    /* About Page */
    .ai-techstack-wrapper .techstack-tab-content-wrapper{padding-left: 25px;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper {border-radius: 40px;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav{padding: 20px 16px;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav-item .nav-link{padding: 10px 16px;}

    /* -------------------------- Services Page CSS - START -------------------------- */
    .ai-integeration-service-bg{background-position: 50% 50% !important;}
    /* -------------------------- Services Page CSS - END -------------------------- */

    /* Contact Us Page */
    .counter_box:not(:last-child)::before{
        top: 23%;
        right: -12.5%;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .counter_box .type_counter {
        font-size: 18px;
        line-height: 24px;
    }

    /* Our Team */
    .our_minds {
        grid-template-columns: auto auto auto;
    }

    /* Life at Excellent Page */
    .life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list {
        gap: 90px;
    }
}

@media screen and (max-width:991px){

    /* About Page */
    .ai-techstack-wrapper .techstack-tab-content-wrapper{padding-left: 0;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav{gap: 10px; max-width: 100%; overflow-x: auto; padding:16px;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav li h3{width: max-content;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav-item .nav-link{padding: 10px 18px;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav::-webkit-scrollbar {height: 3px; width: 80%; margin-block: auto;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav::-webkit-scrollbar-track {background: var(--prmary-color-light); width: 80%; margin-block: auto;}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav::-webkit-scrollbar-thumb {background: var(--primary-color);}

    .ai-tab-wrapper ul.ai-tab-list{gap: 16px;}
    .ai-tab-wrapper .ai-tab-nav-wrapper .nav{padding: 14px;}

    /* Development Process */
    .development-process-bg-img {
        padding: 120px 0;
    }

    /* Life at Excellent Page */
    .life-timeline-wrapper .tab-nav-wrapper:after {
        bottom: 18px;
    }

    /* Service Pages */
    .softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul {
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul::-webkit-scrollbar {
        width: 3px;
        max-height: 5px;
    }
    .softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul::-webkit-scrollbar-track {
        background: var(--grey-color-20);
        border-radius: 8px;
    }
    .softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }
    .softconsul-area-wrapper .softconsul-area-tab-nav-wrapper ul li button {
        width: max-content;
    }
    .pricing_options_sec .pricing_options_title {
        margin-top: 0px;
    }

    /* Hire Developers */
    .partnership-with-us .steps_ui-ux_eww .bg-num{top:-10px;z-index:1;}
    .partnership-with-us .steps_ui-ux_eww .vertical-steps .bg-num{font-size:45px;top:-11px;opacity:1;}
    .partnership-with-us .flow-border:before{display:none;}

    /* Glossary Page */
    .glossary-alphabet {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }

    /* IoT Project Case Study - Smart Helmet Code */
    .industries-bar-sec .industries-bar-items {font-size: 17px;width: max-content;}
	.industries-bar-sec .industries-bar-items img {width: 60px;}

    /* Gitex Technology Week 2023 Page CSS */
    .home-industry-section .home-industry-wrapper {grid-template-columns: repeat(2, 1fr);gap: 20px;}
}

@media screen and (min-width: 768px) {
    /* IoT Project Case Study - Smart Helmet Code */
    .challenges-number.first-challenges-number:before{top: 50%;height: 50%;}
	.challenges-number.last-challenges-number:before {top: 0;height: 50%;}
	.challenges-number:before{content: "";position: absolute;top: 0;left: 50%;width: 4px;height: 100%;transform: translateX(-50%);background-color: #1946AE;z-index: -1;bottom: 0;}
}

@media screen and (max-width: 767px){

    /* Removed Scroll on Mobile */
    .develop-app-process-steps, .service-list, .white-scroll{
        height: unset;
    }

    /* About Page */
    .ai-techstack-wrapper ul.ai-star-tab-list li{position: relative; padding: 0 0 0 10px; border-width: 0px; border-radius: 0px;}
    .ai-techstack-wrapper ul.ai-star-tab-list li::before{content: ""; position: absolute; left: 0; top: 9px; background: var(--primary-color); height: 4px; width: 4px; border-radius: 50px;}
    .ai-techstack-wrapper .techstack-tab-content-wrapper ul.ai-star-tab-list li{width: calc(50% - 8px);}
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav-item .nav-link{padding: 13px 16px;}

    .ai-tab-wrapper .ai-tab-nav-wrapper{border-radius: 40px;}
    .ai-tab-wrapper .ai-tab-nav-wrapper .nav{padding: 12px;}
    .ai-tab-wrapper .ai-tab-nav-wrapper .nav-item .nav-link{padding: 16px 18px;}

    /* Contact Us Page */
    .contact-us-cta-form {
        min-height: 600px;
    }
    .contact-global-slider .img_box .logo_img {
        max-width: 56%;
        filter: unset;
        opacity: 1;
    }
    .counter_box{
        width: 48%;
    }
    .counter_block {
        row-gap: 20px;
    }
    .counter_box:not(:last-child)::before{
        top: calc(100% + 0px);
        left: 50%;
        transform: translateX(-50%);
    }
    .counter_box .counter_item{
        padding-block: 16px;
    }
    .counter_box:nth-child(3)::before{
        display: none;
    }

    /* Development Process */
    .development-process-bg-img {
        padding: 70px 0;
    }

    /* Testimonials */
    .play-btn {
        right: auto;
        bottom: -130px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .client-slider-verticle .slick-dots {
        position: unset;
        display: flex;
        justify-content: center;
        transform: unset;
        margin: 20px 0;
    }

    /* FAQ Section */
    .faq-main-page .faq-left{position:static;height:auto;}

    /* Life at Excellent Page */
    .life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list {
        gap: 75px;
    }

    /* Service Pages */
    .home-service-content-wrapper .collapse:not(.show){display:none;}
    .home-service-content-wrapper .card-header a {
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--primary-color);
        color: var(--white-color);
        width: 100%;
        padding: 10px 12px;
        border-radius: 16px;
    }
    .services-section .accordion-button:after {
        content: '';
        background: url(https://media.excellentwebworld.com/wp-content/uploads/2026/04/15120130/upper-solid-arrow.svg);
        width: 20px;
        height: 20px;
        transform: rotate(0deg)
    }
    .services-section .collapsed.accordion-button:after {
        transform: rotate(180deg);
    }
    ul.tech_design_border {
        row-gap: 10px;
    }
    .services-section:not(.blue-outline-tab-sec) .home-service-content-wrapper .tab-pane {display: block;opacity: 1;}
    .home-service-content-wrapper {border: unset;}
    .home-service-content-wrapper .home-service-list-wrapper { grid-template-columns: 1fr; }
    .home-service-content-wrapper .card-body{padding: 20px 0px;}
    .middle-blue-column:after{top:0;left:63.5%;transform:translateX(-63.5%);width:39%;height:100%;}
    .key-management-table{overflow:auto;}
    .middle-blue-column:after {width: 34%;left: calc(41%);transform: unset;}

    .blue-outline-tab-sec .home-service-content-wrapper ul{flex-direction:row;gap:8px;overflow-x:auto;width:100%;flex-wrap:nowrap;background: unset;}
    .blue-outline-tab-sec .home-service-content-wrapper .nav-link{min-width:max-content;padding-inline:0;}
    .blue-outline-tab-sec .home-service-content-wrapper .nav-link h3{color: var(--primary-color);}
    .blue-outline-tab-sec .home-service-content-wrapper .nav-link.active h3{color: var(--white-color);}
    .blue-outline-tab-sec .home-service-content-wrapper .nav-link{border: 1px solid var(--primary-color);border-radius:32px;padding:9px 20px;margin-bottom:0;}
    .blue-outline-tab-sec .home-service-content-wrapper .nav-link.active{background: var(--primary-color);}
    .blue-outline-tab-sec .blue-outline-tab-bg{background:unset;}
    .home-service-content-wrapper .nav-link.active:before {border:unset;}

    /* AI Pages */
    .ai-integeration-service-bg {
        background: url(https://media.excellentwebworld.com/wp-content/uploads/2026/04/15092747/ai-integration-services-cta-mobile.webp) center / cover no-repeat !important;
        background-position: 50% 100% !important;
        background-size: cover !important;
        min-height: 750px;
    }
    .aitool-list img {
        width: 100%;
        max-width: 120px;
    }
    .ai-choice-sec .ai-choice-box.aibox-2:before, .ai-choice-sec .ai-choice-box.aibox-3:before, .ai-choice-sec .ai-choice-box.aibox-4:before {
        content: none;
    }
    .ai-choice-sec .ai-choice-box h3:not(.ai-choice-box.aibox-1 h3):before{
        content: none;
    }

    /* Solution Pages */ 
    .healthcare-content-wrapper .collapse:not(.show){display:none;}
    .healthcare-content-wrapper .card-header a {
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--white-color);
        color: var(--primary-color);
        width: 100%;
        padding: 10px 12px;
        border-radius: 16px;
    }
    .healthcare-content-wrapper .accordion-button:after {
        content: '';
        background: url(https://media.excellentwebworld.com/wp-content/uploads/2026/03/02052853/angle-down-solid-arrow.svg) center no-repeat;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        transform: rotate(180deg)
    }
    .healthcare-content-wrapper .collapsed.accordion-button:after {
        transform: rotate(0);
    }
    .healthcare-content-wrapper .tab-pane {display: block;opacity: 1;}

    /* Sitemap Page CSS */
    .sitemap_page_sec .sitemap_count2 {
        column-count: 1;
    }
    .sitemap_page_sec .sitemap_count3 {
        column-count: 1;
    }

    /* IoT Project Case Study - Smart Helmet Code */
    .industries-bar-sec .industries-item-container .d-flex {flex-wrap: wrap; gap: 18px;}
    .industries-bar-sec .industries-bar-items {font-size: 16px; width: 100%; max-width: 172px;}
    .industries-bar-sec .industries-bar-items img {width: 50px;}
    .smart-helmet-grid {grid-template-columns: 1fr; place-items: center;}
    .smart-helmet-grid .grid-item-img {grid-column: 1; grid-row: 6 / span 5;}

    /* Gitex Technology Week 2023 Page CSS */
    .home-industry-section .home-industry-wrapper, .home-solution-section .home-solution-wrapper {gap: 16px;}
}

@media screen and (max-width:575px){

    /* About Page */
    .ai-techstack-wrapper .techstack-tab-nav-wrapper .nav{padding: 10px;}
    .ai-techstack-wrapper ul.ai-star-tab-list {gap: 14px;}

    .ai-tab-wrapper .ai-tab-content-wrapper {background-color: transparent; border-radius: 0;}
    .ai-tab-wrapper .ai-tab-nav-wrapper .nav{padding: 10px;}
    .ai-tab-wrapper .ai-tab-nav-wrapper .nav-item .nav-link{padding: 16px 16px;}

    /* Contact Us Page */
    .counter_box{width: 100%;}
    .counter_box:nth-child(3)::before{display: block;}

    /* Our Team */
    .our_minds {
        grid-template-columns: auto auto;
    }

    /* Life at Excellent Page */
    .life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list {
        gap: 60px;
    }
    .life-timeline-wrapper .tab-nav-wrapper ul.culture-year-list li button {
        width: 64px;
        padding: 0 0 12px 0;
    }

    /* IoT Project Case Study - Smart Helmet Code */
    .industries-bar-sec .industries-bar-items {max-width: 135px;}
    .tech-stack .tech-stack-box {width: max-content;}
    .tech-stack .tech-stack-box .tech-stack-items {gap: 18px; row-gap: 18px; column-gap: 18px;}
    .career-popup.helmet-popup  .modal-dialog{margin: 80px 20px;}
    .career-popup.helmet-popup .modal-dialog{max-width: calc(100% - 40px);}

    /* Gitex Technology Week 2023 Page CSS */
    .home-industry-section .home-industry-wrapper, .home-solution-section .home-solution-wrapper{grid-template-columns: repeat(1, 1fr);gap: 10px;}

    /* -------------------------- Services Page CSS - START -------------------------- */
    .uiux-service-portinnerbox .portfolio-point-rborder {
        border: none;
    }
    /* -------------------------- Services Page CSS - END -------------------------- */
}
@media screen and (max-width: 480px) {
    /* IoT Project Case Study - Smart Helmet Code */
    .career-popup.helmet-popup .modal-dialog{margin: 60px 15px;}
}
/* -------------------------- Media Query - END -------------------------- */