.about-section-s1 {
    background: url(https://dev242.kodesolution.com/techon/v2/wp-content/uploads/sites/2/2023/11/icon-shape-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.about-section-s1 .container {
    display: flex;
    min-height: 100vh;
}
.about-section-s1 .left-section {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.about-section-s1 .right-section {
    flex: 1;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0px;
}
.about-section-s1 .image-container {
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}
.about-section-s1 .main-image {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about-section-s1 .bottom-images {
    display: flex;
    gap: 0;
    margin-top: -250px;
    z-index: 2;
    position: relative;
    justify-content: end;
}
.about-section-s1 .service-badge {
    background: linear-gradient(135deg, #ff9500 0%, #ffb84d 100%);
    color: white;
    padding: 9px 11px;
    border-radius: 1px;
    flex: 0 0 204px;
    box-shadow: 0 8px 25px rgba(255, 149, 0, 0.3);
    margin-right: 8px;
    height: 124px;
    border: 4px solid #fff;
    position: absolute;
    width: 190px;
    left: 26px;
    bottom: 35px;
}
.about-section-s1 .service-badge .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}
.about-section-s1 .service-badge .icon svg {
    width: 100%;
    height: 100%;
    fill: white;
}
.about-section-s1 .service-badge h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.2;
}
.about-section-s1 .service-badge p {
    font-size: 14px;
    opacity: 0.9;
}
.about-section-s1 .team-image {
    border-radius: 12px;
    object-fit: cover;
    height: 283px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 5px solid #fff;
    aspect-ratio: auto 1.4666666667;
    margin-right: -75px;
}
.about-section-s1 .company-label {
    font-size: 14px;
    color: #888;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
}
.about-section-s1 .main-heading {
    font-size: 48px;
    font-weight: bold;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 30px;
}
.about-section-s1 .description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 50px;
}
.about-section-s1 .services {
    margin-bottom: 6px;
}
.about-section-s1 .service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.about-section-s1 .service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff9500 0%, #ffb84d 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(255, 149, 0, 0.2);
}
.about-section-s1 .service-icon svg {
    width: 30px;
    height: 30px;
    fill: white;
}
.about-section-s1 .service-content h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 8px;
}
.about-section-s1 .service-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}
.about-section-s1 .cta-button {
    background: linear-gradient(135deg, #ff9500 0%, #ffb84d 100%);
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 149, 0, 0.3);
    align-self: flex-start;
}
.about-section-s1 .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 149, 0, 0.4);
}
@media (max-width: 1024px) {
    .about-section-s1 .container {
        flex-direction: column;
   }
    .about-section-s1 .right-section {
        padding: 5px;
   }
    .about-section-s1 .main-heading {
        font-size: 36px;
   }
    .about-section-s1 .bottom-images {
        flex-direction: column;
        gap: 20px;
        margin-top: unset;
   }
    .about-section-s1 .service-badge {
        flex: none;
        margin-right: 0;
   }
}
.about-section-s1 .box-about-section {
    display: flex;
}
.about-section-s1 .left-section:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 365px;
    background: #ffaa17;
    top: 40px;
    right: 0;
}
.about-section-s1 .left-section:after {
    content: "";
    position: absolute;
    background: url(https://dev242.kodesolution.com/techon/v2/wp-content/uploads/sites/2/2023/11/icon-dots-2.png);
    left: 0;
    bottom: 40px;
    height: 395px;
    width: 100px;
    z-index: 0;
    transition: all 1s ease;
}
.about-section-s1 .company-label:before {
    position: absolute;
    top: -11px;
    left: 0;
    width: 43px;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(to right, rgba(255, 170, 23, 1) 0%, rgba(255, 170, 23, 0.7) 100%);
    content: "";
}
section.Recently {
    padding: 40px 0px;
}
.Recently .item-slider-Recently {
    position: relative;
}
.Recently .image-container img {
    display: block;
}
.Recently .image-container {
    margin-bottom: 10px;
    overflow: hidden;
}
.Recently .content-box {
    position: absolute;
    bottom: 50px;
    right: -30px;
    max-width: 310px;
    width: 100%;
    transition: all 300ms ease;
    z-index: 2;
}
.Recently .content-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    width: 0;
    background-color: #0f0f0f;
    transition: all 300ms ease;
    content: "";
    z-index: 2;
}
.Recently .content-box .content {
    position: relative;
    padding: 18px 60px 18px 28px;
    background: linear-gradient(to left, rgba(255, 170, 23, 1) 0%, rgba(255, 170, 23, 0.7) 100%);
    transition: all 300ms ease;
}
.Recently .content-box .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 23px solid #000;
    border-right: 43px solid #fff 0;
}
.Recently .content-box .content:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 23px solid #000;
    border-left: 43px solid #fff 0;
}
.Recently .content-box .title a {
    position: relative;
    color: #0f0f0f;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 3;
    font-size: 19px;
}
.Recently .content-box .content .inner {
    display: none;
    height: 106.2px;
    padding-top: 15px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.Recently .content-box .inner .excerpt {
    position: relative;
    color: #eee;
    margin-bottom: 0;
    transition: all 300ms ease;
    z-index: 2;
}
.Recently .item-slider-Recently:hover .content-box {
    bottom: 20px;
}
.Recently .item-slider-Recently:hover .inner {
    display: block;
}
.Recently .item-slider-Recently:hover .content-box:before {
    width: 100%;
}
.Recently .item-slider-Recently:hover h4 a {
    color: #fff;
}
.Recently a.theme-btn.read-more {
    background-color: #ffaa17;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f0f0f;
    z-index: 3;
}
.Recently a.theme-btn.read-more svg {
    width: 23px;
    height: 23px;
}
.Recently .gaming-scene img {
    transform: scale(1);
    transition: 0.5s ease;
}
.Recently .item-slider-Recently:hover .gaming-scene img {
    transform: scale(1.2);
    transition: 0.5s ease;
}

.item-slider-Recently {
    margin-right: 52px;
}

.increasing {
    overflow: hidden;
    background: #f0f1f5;
}
.increasing .left-section {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
}
.increasing .section-header {
    margin-bottom: 0px;
}
.increasing .section-label {
    color: #ff9500;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.increasing .section-label::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 3px;
    background: #ff9500;
}
.increasing .main-title {
    font-size: 48px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
}
.increasing .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    flex: 1;
}
.increasing .service-item {
    display: flex;
    flex-direction: column;
}
.increasing .service-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.increasing .service-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #ff9500;
    border-radius: 4px;
}
.increasing .service-icon.design::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") no-repeat center/contain;
}
.increasing .service-icon.security::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Cpath d='M21 12c-1 0-3-1-3-3s2-3 3-3 3 1 3 3-2 3-3 3'/%3E%3Cpath d='M3 12c1 0 3-1 3-3s-2-3-3-3-3 1-3 3 2 3 3 3'/%3E%3C/svg%3E") no-repeat center/contain;
}
.increasing .service-icon.consulting::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E") no-repeat center/contain;
}
.increasing .service-icon.development::before {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpolyline points='16,18 22,12 16,6'/%3E%3Cpolyline points='8,6 2,12 8,18'/%3E%3C/svg%3E") no-repeat center/contain;
}
.increasing .service-title {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.increasing .service-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}
.increasing .right-section {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.increasing .right-section::before {
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpolygon points='50,0 60,40 100,50 60,60 50,100 40,60 0,50 40,40'/%3E%3C/g%3E%3C/svg%3E") repeat;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
   }
    50% {
        transform: translateY(-10px) rotate(2deg);
   }
}
.increasing .network-overlay {
}
.increasing .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 500px;
    padding: 40px;
}
.increasing .hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.increasing .hero-badge {
    background: #ff9500;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(255, 149, 0, 0.3);
    transition: transform 0.3s ease;
}
.increasing .hero-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 149, 0, 0.4);
}
.increasing .business-person {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 300px;
    height: 400px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px 12px 0 0;
    opacity: 0.3;
}
.increasing .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.increasing .floating-circle {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: float 4s ease-in-out infinite;
}
.increasing .floating-circle:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 20%;
    animation-delay: 0s;
}
.increasing .floating-circle:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 60%;
    left: 80%;
    animation-delay: 1s;
}
.increasing .floating-circle:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 80%;
    left: 10%;
    animation-delay: 2s;
}
@media (max-width: 1024px) {
    .increasing .container {
        flex-direction: column;
   }
    .increasing .main-title {
        font-size: 36px;
   }
    .increasing .hero-title {
        font-size: 36px;
   }
    .increasing .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
   }
}
@media (max-width: 768px) {
    .increasing .left-section {
        padding: 40px 20px;
   }
    .increasing .main-title {
        font-size: 28px;
   }
    .increasing .hero-title {
        font-size: 28px;
   }
    .increasing .hero-content {
        padding: 20px;
   }
}
.increasing .box-increasing-container {
    display: flex;
}
.increasing .item-member-service-increasing {
    display: flex;
    align-items: center;
    gap: 0px 10px;
    margin-bottom: 15px;
}


.team_members .team-current-theme4 {
    position: relative;
    margin-bottom: 40px !important;
}
.team_members .team-current-theme4 .inner-box {
    position: relative;
    overflow: hidden;
}
.team_members .team-current-theme4 .image-box {
    position: relative;
    padding: 20px;
    width: 100%;
}
.team_members .team-current-theme4 .image-box::before {
    position: absolute;
    content: "";
    border: 2px solid #ebeef5;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    transition: all 300ms ease;
}
.team_members .team-current-theme4 .image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.team_members .team-current-theme4 .image-box .image::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -110px;
    height: 200px;
    width: 200px;
    background-color: #ffaa17;
    border-radius: 50%;
    transform: scale(0);
    transition: all 300ms ease;
}
.team_members .team-current-theme4 .image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 5px;
    z-index: 2;
    transition: all 400ms ease;
    display: block;
    height: 450px !important;
}
.team_members .team-current-theme4 .image-box .image::after {
    content: "";
    height: 200px;
    width: 200px;
    left: -80px;
    top: -110px;
    background: #ebeef5;
    border-radius: 500%;
    position: absolute;
    transform: scale(1);
    z-index: -1;
}
.team_members .team-current-theme4 .social-links {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}
.team_members .team-current-theme4 .social-links li {
    display: block;
    margin-bottom: 10px;
}
.team_members .team-current-theme4 .social-links li a {
    position: relative;
    height: 42px;
    width: 42px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ffaa17;
    border-radius: 50%;
    transform: scale(0);
    transition: all 300ms ease;
}
.team_members .team-current-theme4 .info-box {
    position: relative;
    padding: 18px 20px 0;
}
.team_members .team-current-theme4 .info-box .team-subtitle {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6a6f78;
    z-index: 2;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: "Noto Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 400ms ease;
}
.team_members .team-current-theme4 .info-box .team-title {
    position: relative;
    z-index: 2;
    margin: 0;
}
.team_members .team-current-theme4 .info-box a {
    color: #000;
    font-size: 20px;
}
.team_members .team-current-theme4 .inner-box:hover .image-box .image::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.team_members .team-current-theme4 .inner-box:hover .image-box::before {
    border: 2px solid #ffaa17;
}
.team_members .team-current-theme4 .inner-box:hover .social-links li a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

section.team_members {
    padding: 4rem 0px;
    --background-overlay: '';
    background-position: top center;
    background-repeat: no-repeat;
}.network-overlay img {
    display: block;
}

.team-box-2 {
    padding: 6.125rem 0 4.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;=
    position: relative;
}
.team-box-2 .center-layout-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.benefits__item:hover .benefits__icon {
    transform: scale(1.1);
}
.center-layout-2 {
    padding-left: 16px;
    padding-right: 16px;
}
.team-box-2__left {
    width: 40%;
    padding-right: 3rem;
    position: relative;
}
.team-box-2__title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.team-box-2__right--about {
    grid-template-columns: repeat(2, 1fr);
}

.team-box-2__right {
    width: 60%;
}
.value-item {
    border-radius: 1rem;
    border: 1px solid #00000063;
    padding: 1rem;
    min-height: 197px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}
.value-item__number {
    font-size: 31px;
    font-weight: 800;
}
.value-item__name {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.value-item__desc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 1.125rem;
    opacity: 0;
    background: #ffaa17;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.value-item__desc p {
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.2s 
linear 0.2s;
    transition: all 0.2s 
linear 0.2s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}
.value-item:hover .value-item__desc {
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.value-item:hover .value-item__desc p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.team-box-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff5c;
    top: 0;
}












.benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 63px 10px;
}
.benefits__item {
    padding: 15px 10px;
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.3s 
ease;
    flex-direction: column;
    text-align: center;
    gap: 8px 0px;
    background: linear-gradient(135deg, #ff9500 0%, #ffb84d 100%);
    border-radius: 10px;
}
.benefits__icon {
    width: 88px;
    height: 88px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s 
ease;
    background: linear-gradient(135deg, #ff9500 0%, #ffb84d 100%);
    padding: 10px;
    margin-top: -50px;
}
.benefits__ct {
    width: calc(100% - 17px);
    color: #666;
    padding-left: 10px;
    line-height: 1.6;
}
.benefits__ct h2 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.benefits__ct p {
    padding-bottom: 5px;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.benefits__icon svg, .benefits__icon img {
    width: 66px;
    height: 66px;
    stroke: #eb6d26;
    fill: none;
    stroke-width: 2;
    object-fit: contain;
}
.team-box-2 {
    position: relative;
}

.team-box-2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000007a;
}

@media(max-width:990px){
    .benefits__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 44px 10px;
    }
    
    .team-box-2 .center-layout-2 {
        flex-direction: column;
        padding: unset;
    }
    
    .team-box-2__left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 7rem;
    }
    
    .team-box-2__right {
        width: 100%;
        margin-top: 20px;
    }
    
    .team-box-2__title {
        font-size: 22px;
    }
}