@charset "utf-8";
/* CSS Document */
.service-banner-area{
    width:100%;
    height: 100%;
    background-image: url('../images/static/banner/services_banner.webp');
    background-size: cover;        
    background-position: center;   
    background-repeat: no-repeat;  
    padding: 50px 0 0 0;
}
.service-banner-text{
    width:60%;
    float:left;
    margin-top: 30px;
}
.service-banner-text1{
    color: #010101; 
    font-family: 'DM Serif Text', serif !important;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.service-banner-text2{
    color: #010101;
    font-family: "SF-Pro-Display", sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}
.strategy-design .service-banner-text2{
    font-family: 'DM Serif Text', serif !important;
    text-transform:none;
	line-height:40px;
}
.txt-bold{
    font-weight: 800;
}
.service-banner-img{
    width:40%;
    float:left;
}
.service-banner-img img{
    width:100%;
}
.different-color{
    color:#3E16E3;
}

.book-call-btn, .lets-discuss{
    margin-top:20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: linear-gradient(90deg, #0037ff, #00e5ff);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border-radius: 40px;
    transition: 0.3s ease;
}
.languages-section {
    display: flex;
    flex-direction: column;
}

.lets-discuss {
    align-self: center;
    margin: 40px auto 0 auto;
}


.book-call-btn .arrow{
    font-size: 18px;
    font-weight: 400;
    transition: transform 0.3s;
}

.book-call-btn:hover .arrow{
    transform: translateX(5px);
}

.book-call-btn:hover, .lets-discuss:hover{
    opacity: 0.9;
}

.services-page-section {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

/* Sidebar */
.services-sidebar {
    width: 30%;
    background: #f8f9fa;
    padding-top: 20px;
    position: sticky;
    top: 0;
    overflow-y: auto;
}

.services-sidebar ul {
    list-style: none;
    padding: 0;
}

.services-sidebar li {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    transition: 0.3s;
    color:#010101;
}
.service-pane h2{
    color:#010101;
}

.services-sidebar li.active {
    color: #0815FB;
    font-weight: 600;
}

/* Right content scrollable */
.services-content {
    width:70%;
    flex: 1;
    height: 500px;
    overflow-y: scroll;
    padding: 10px 20px;
    scroll-behavior: smooth;
}

.service-pane {
    margin-bottom: 80px;
}

.service-pane h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #0815FB;
}

.service-pane p {
    font-size: 15px;
    margin-bottom: 20px;
}
.view-projects {
    font-size: 15px;
    color: #0815FB;
    font-weight: 600;
    margin: 20px 0 20px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px; /* space between text and arrow */
    cursor: pointer;
}

.view-projects .arrow {
    font-size: 18px;
    transition: 0.3s ease;
}

/* Optional hover animation */
.view-projects:hover .arrow {
    transform: translateX(4px);
}
/* Hide scrollbar for Chrome, Safari, Edge */
.services-content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for Firefox */
.services-content {
    scrollbar-width: none; 
}

/* Hide scrollbar for IE & Edge (legacy) */
.services-content {
    -ms-overflow-style: none;
}
.services-sidebar img{
    width:14%;
}
/**Languages Section**/
.languages-section{
    width:100%;
    height: 100%;
    background-image: url(../images/static/banner/language_background.webp);
    background-size: cover;        
    background-position: center;   
    background-repeat: no-repeat; 
    padding: 50px 0 70px 0;
    position: relative;
}
.languages-section .page-container{
    padding:10px 0;
}
.languages-section .page-container p{
    width:70%;
    text-align: center;
}

.tech-section {
    margin: auto;
    padding: 0px;
    text-align: center;
}

.tabs {
    display: flex;
    gap: 30px;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 5px;
}

/* Hide scrollbar (Chrome, Edge) */
.tabs::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar (Firefox) */
.tabs {
    scrollbar-width: none;
}

.tab {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #BEBEBE;
    cursor: pointer;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.tab.active {
    color: #010101;
    border-bottom: 3px solid #1a73e8;
}

.description {
    margin: 0 auto 30px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/*.icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-template-columns: repeat(6, minmax(80px, auto));
    gap: 20px;
    justify-items: center;
}*/

.icons-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 20px;
    justify-content: center;
    justify-items: center;
    margin: 0 auto;
}

.icons-grid > *:nth-child(7),
.icons-grid > *:nth-child(8),
.icons-grid > *:nth-child(9) {
    margin-left: auto;
    margin-right: auto;
}

.icon-box {
    width:100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color:#474747;
	box-sizing: border-box;
}

.icon-box img {
    width: 24px;
    height: 24px;
}
.faq-section{
    width: 85%;
	margin: 0 auto;
}
.blog-sec{
	margin-bottom: 40px;
}
.blog-section .blog-card h3{
	margin-top: 30px;
}


/* ============================================
   Responsive Design
================================================ */
@media (min-width: 1480px) {
	.icons-grid {
    	grid-template-columns: repeat(6, auto);
    	gap: 20px;
	}
}
@media (max-width: 1280px) {
	.languages-section .page-container p {
   	 	width: 100%;
    	text-align: center;
	}
}
@media (max-width: 1120px) {
	.icons-grid {
        grid-template-columns: repeat(4, auto);
    }
}
/* Medium Screens – Tablets (max-width: 992px) */
@media (max-width: 992px) {

    .tabs {
        gap: 25px;
        flex-wrap: wrap;
    }

    .tab {
        font-size: 17px;
    }

    .languages-section .page-container p {
        width: 85%;
    }

    .description {
        font-size: 13.5px;
        max-width: 90%;
    }

    .icons-grid {
    	grid-template-columns: repeat(3, auto);
    }
	.icon-box{
    	width: 100%;
    	box-sizing: border-box;
	}
    .languages-section .tech-section .tab{
        font-size: 15px;
        font-weight: 600;
    }
    #landing-page .faq-title{
        font-size: 40px;
    }
}
@media (max-width: 890px) {
    .service-banner-text1{
        font-size: 22px;
    }
    .service-banner-text2{
        font-size: 32px;
    }
    .service-pane h2 {
        font-size: 22px;
        padding-top:5px;
    }
    .services-sidebar li{
        font-size:14px;
    }
    .services-page-section{
        margin-top: 20px;   
    }
    .service-pane img{
        width:80%;
    }
    .languages-section .tech-section{
        padding-top:0px;
    }
	.tab {
        font-size: 14px;
    }
	.blog-section .blog-card h3 {
    	margin-top: 20px;
	}
	.blog-sec .page-container .subtitle{
    	margin-bottom: 15px;
	}
	.strategy-design .blog-section .blog-card {
    	width: calc(50% - 20px) !important;
    	margin-top: 15px;
	}
	
}

/* Small Tablets / Large Phones (max-width: 768px) */
@media (max-width: 768px) {

    .tabs {
        gap: 20px;
        flex-wrap: wrap;
    }

    .tab {
        font-size: 15px;
        padding-bottom: 4px;
    }

    .description {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .icon-box {
        padding: 15px 20px;
        font-size: 16px;
    }

    .icon-box img {
        width: 20px;
        height: 20px;
    }
	.lang-sec-tb-container{
		overflow-x: auto;
   		overflow-y: hidden;
    	scrollbar-width: none;
	}
	.lang-sec-tb-container::-webkit-scrollbar {
    	display: none;
	}
	.lang-sec-tb-container {
    	scroll-behavior: smooth;
    	-webkit-overflow-scrolling: touch;
	}

	.tabs {
        min-width: 650px;
    }
	.description {
        max-width: 100%;
    }
}
@media (max-width: 680px) {
    .service-banner-area{
        padding-top: 60px;
    }
    .service-banner-text1{
        font-size: 16px;
    }
    .service-banner-text2{
        font-size: 22px;
        line-height: 38px;
    }
    .book-call-btn{
        padding:10px;
        gap:8px;
        margin-top:10px;
    }
    .strategy-design .service-banner-text2 {
        font-size: 25px;
        line-height: 1.2;
    }
    .services-sidebar img{
        width:100%;
    }
    .services-sidebar{
        width:10%;
    }
    .services-sidebar li span{
        display: none;
    }
    .service-pane p {
        font-size: 12px;
        margin-bottom:10px;
    }
    .services-sidebar li{
        padding:14px;
    }
	.lets-discuss{
        padding:10px 15px;
        margin-top:25px;
    }
}
@media (max-width: 640px) {
	.languages-section {
    	width: 100%;
        padding: 30px 16px 40px 16px;
    	box-sizing: border-box;
    }
	.languages-section .page-container p {
        width: 100%;
    	margin: 0 0 25px;
    }
	.faq-container {
    	width: 100%;
    	margin: 0px;
	}
	.lets-discuss{
    	position: static;
	}
	.faq-section {
    	width: 100%;
	}
	.industry-section .page-container h1 {
        font-size: 26px;
        text-align: center;
    }
}

@media (max-width: 580px) {
    .services-sidebar li{
        padding:8px;
    }
}
/* Mobile Screens (max-width: 576px) */
@media (max-width: 576px) {

    .tabs {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
    }

    .tab {
        font-size: 14px;
        padding-bottom: 3px;
    }

    .languages-section .page-container p {
        width: 100%;
        font-size: 13px;
    }

    .description {
        font-size: 12.5px;
        width: 95%;
        margin-bottom: 20px;
    }
    
	.icons-grid {
        grid-template-columns: repeat(2, auto);
    }

    .icon-box img {
        width: 20px;
        height: 20px;
    }
    .services-content{
        height:380px;
    }
    .faq-container{
        margin-top:10px;
    }
    #landing-page .faq-title{
        font-size: 26px;
    }
	.strategy-design .blog-section .blog-card {
        width: 100% !important;
    }
	.blog-section .blog-card h3 {
        margin-top: 15px;
    }
}

@media (max-width: 460px) {
	.services-content {
        height: 350px;
    }

}
/* Extra Small Phones (max-width: 400px) */
@media (max-width: 400px) {

    .tabs {
        gap: 10px;
    }

    .tab {
        font-size: 13px;
    }


    .icon-box {
        width: 100%;
    }
	.services-content {
        height: 340px;
    }
}

    
    