@charset "utf-8";
/* CSS Document */
.technology-area{
    position: relative;
}
.technology-area-top{
    background-image: url(../images/static/banner/technology_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.technology-area-top .page-container{
    width: 100%;
    padding: 60px 40px 60px 12.5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-sizing: border-box;
}
.technology-banner-area{
    width:100%;
    height: 100%;
    padding: 20% 0 0 0; 
}
.technology-banner-text{
    text-align: left;
    margin-top: 50px;
}
.technology-banner-text1{
    color: #010101;
    font-family: "Ngetic Modern", "Playfair Display", Georgia, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}
.technology-banner-text2{
    color: #010101;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 150px;
    z-index: 99;
    position: relative;
}
.slik-text{
    font-weight: 300;
}
.green-text{
    color: #02BBB9;
}
.blue-text{
    color:#0815FB;
}

.wheel-area{
    width:100%;
    height: 100%;
    padding:0 0 0 12.5%;
    box-sizing: border-box;
}
.wheel-area .page-container{
    width: 100%;
}
.wheel-container{
    width:100%;
    position: relative;
    z-index: 111;
}
.wheel-container img{
    width: 100%;
    height:auto;
    margin-top: 100px;
}

.technology-area-mdl{
    top: 41.5%;
    position: absolute;
    z-index: 11;
}
.technology-area-mdl img{
    width: 100%;
}
.technology-area-btm{
    position: relative;
    z-index: 111;
}
.tech-section {
    width: 100%;
    text-align: center;
}

/*.tech-section .container {
    max-width: 950px;
    margin: 0 auto;
}*/

.tech-title {
    font-size: 72px;
    font-weight: 700;
    font-family: "Ngetic Modern", "Playfair Display", Georgia, serif;
    margin-bottom: 25px;
    color: #010101;
}

.tech-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    font-family: "Inter", Arial, sans-serif;
}

/* Section Layout */

.frontend-section .container{
    width: 75%;
    padding: 60px 0;
    margin: 0 auto;
    text-align: center;
	position: relative;
	z-index: 111;
}
.tech-section .container {
    width: 75%;
    margin: 0 auto;
}
.technology-banner-area .page-container{
    width: 100%;
    padding: 0 0 0 25%;
    box-sizing: border-box;
}
/* Title */
.frontend-title {
    font-size: 70px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #010101;
    text-transform: uppercase;
}

.frontend-title span {
    font-weight: 800;
}

/* Description */
.frontend-desc {
    margin: 0 auto 40px;
    font-size: 18px;
    color: #444;
    line-height: 1.7;
}

/* Technology Grid */
.tech-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* Tech Item */
.tech-item {
    text-align: center;
}

.tech-item p {
    font-size: 22px;
    margin-top: 12px;
    color: #010101;
    font-weight: 700;
}

/* Icon Container */
.icon-wrap {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-wrap img {
    width: 100%;
    height: 100%;
}

.tech-section .container{
    padding: 0;
}
#technology-page .industry-section .subtitle{
	width: 100%;
	font-size: 18px;
}

/* Responsive */

@media (min-width: 1400px ){
    .technology-banner-area{
        padding: 20% 0 0 0;
    }
    .technology-banner-text2{
        font-size: 70px;
    }
}


@media (max-width: 1280px ) {
    .technology-area{ 
    	width: 100%;
    	margin: 0 auto;
	}
    .technology-area-top .page-container{
        width: 90%;
        padding: 60px 0;
    }
    .frontend-section .container{
        width: 90%;
        margin: 0 auto;
    }
    .tech-section .container {
        width: 90%;
        margin: 0 auto;
    }
    .frontend-section{
        padding: 20px 0;
    }
    .frontend-desc {
        width: 100%;
        max-width: 100%;
    }
    .tech-title {
        font-size: 60px;
    }
    .frontend-title {
        font-size: 56px;
    }
    .icon-wrap {
        width: 110px;
        height: 110px;
    }
    .tech-item p {
        font-size: 18px;
    }
}
@media (max-width: 1100px ) {
    .technology-banner-text2{ font-size: 40px; }
}
@media (max-width: 1280px ) {
   .technology-banner-area .page-container{width: 90%; }
    
}
@media (max-width: 980px ) {
    .technology-area-mdl {
        top: 37%;
    }
}
@media (max-width: 880px ) {
    .technology-banner-text2{ font-size: 30px; }
    .tech-title{ font-size: 35px;}
    .technology-area-mdl {
        top: 34%;
    }
}
@media (max-width: 780px ) {
    .technology-area-mdl {
        top: 32%;
    }
}
@media (max-width: 768px ) {
    .technology-banner-text2{ 
        font-size: 30px;
        margin-bottom: 60px;
    }
    .tech-title{ font-size: 35px;}
    .technology-area-top .page-container {
        grid-template-columns: 1fr;
    }
    .wheel-area {
        padding: 0;
    }
    .technology-banner-text2 {
        font-size: 36px;
    }
     .technology-area-top{
        grid-template-columns: 1fr;   
        text-align: center;  
    }        
    

    .technology-banner-text{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        padding: 0;
    }
    

    .wheel-container img{
        margin-top: 20px;             
        width: 85%;                  
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wheel-area{
        padding-right: 0;            
    }
    
    .frontend-title { font-size: 29px; font-weight: 800; }
    .tech-grid {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px;}
    .industry-section{ padding: 20px;  }
    .icon-wrap img { width: 110px; }
    .icon-wrap { width: 100%;}
    .tech-grid-ui-ux {display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-left: 30px; margin-right: 30px;}
}

@media (max-width: 640px ) {
    .technology-area-top .page-container, .tech-section .container, .frontend-section .container {
        width: 100%;
        padding: 30px 16px;
        box-sizing: border-box;
    }
    .frontend-section {
        padding: 0;
    }
    .technology-banner-text2{ font-size: 30px; }
    .tech-grid { padding: 20px;}
    .industry-section{
        padding: 0;
    }
    .frontend-desc, .tech-desc, #technology-page .industry-section .subtitle {
        font-size: 16px;
    }
	.tech-item p {
        font-size: 16px;
    }
	.frontend-desc, .tech-desc {
    	line-height: 1.5;
	}
    
}

@media (max-width: 580px ) {
    .technology-banner-text2{ font-size: 20px; }
    .tech-title{ font-size: 24px;}
    .wheel-container img{ width: 80%; } 
    .wheel-container{ display: flex; }
}

@media (max-width: 480px ) {
    .frontend-title { font-size: 26px; }   
}
#technology-page .industry-section .page-container h1 {
	font-size: 32px;
	letter-spacing: 0;
}

@media (max-width: 420px) {
    .icon-wrap img {
        width: 90px;
        height: 90px;
    }
}


