* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #ffffff;
    
    overflow-x: hidden;
    background: url('./public/bg.png') no-repeat top / cover;
}

.container {
    margin: 0 auto;
    /* padding: 0 20px; */
}

main {
    width: 100%;
    max-width: 1084px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Hero Section */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 70% 0 0;

}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hero-bg-img {
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.hero-content {

    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    z-index: 1;
}

.hero-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #89F8B3;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.hero-subtitle {
    font-size: 34px;
    font-weight: 600;
    color: #F25366;
    margin-bottom: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px #00000040;

}

.hero-features {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.some__cnt {
    display: flex;
    gap: 10px;
    align-items: center;
}

.some__cnt img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 78px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon.green {
    background-color: #00ff9d;
    color: #000000;
}

.feature-icon.red {
    background-color: #ff4757;
    color: #ffffff;
}

.feature-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.feature-text p {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
}

.hero-cta {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
}

.cta-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00ff9d;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

.tg-icon {
    width: 20px;
    height: 20px;
}

.logo {
    height: 30px;
    opacity: 0.8;
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
}

/* Sections */
.section-title {
    font-size: 36px;
    font-weight: 600;
    text-align: start;
    margin-bottom: 30px;
    color: #F25366;
    text-transform: uppercase;
}

/* About Section */
.about {
    padding: 100px 0;
    
}

.about-content {
    margin: 0 auto;
    text-align: start;
}

.about-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
}

/* Services Section */
.services {
}

.serv__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin: 0 auto 50px;
    flex-wrap: wrap;
}

.services-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 518px;
}

.services-grid,
.work-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-item,
.work-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.service-item img,
.work-item img {
    max-width: 73px;
}

.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color: #00ff9d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.service-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
}

.services-image {
    text-align: center;
    margin-bottom: 40px;
}


.services-cta {
    text-align: center;
}

/* Work Section */
.work {
    padding: 100px 0;
    
}

.work-subtitle {
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.work-item {
    text-align: center;
    /* padding: 20px; */
}

.work-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background-color: #ff4757;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.work-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.3;
    text-align: start;
}

.work-image {
    text-align: center;
}

.work-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-title-s {
    margin: 0;
}

/* Team Section */
.team {
    padding: 0 0 100px;
}

.team-subtitle {
    text-align: start;
    font-size: 16px;
    color: #fff;
    margin-bottom: 60px;
}

.team-positions {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 20px;
    margin-bottom: 60px;
}

.position-item {
    color: #89F8B3;
    font-weight: 600;
    font-size: 28px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 320px;
}

.position-item img {
    max-width: 33px;
}

.team-cta {
    text-align: center;
}

.team-title {
    color: #89F8B3;
    text-align: center;
}

.team-cta {
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    
    .work-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
 .serv__wrapper {
  flex-wrap: wrap;
 }


    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .feature-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .work-grid {
        grid-template-columns: 1fr;
    }
    
    .team-positions {
        flex-direction: column;
        align-items: center;
    }
    
    .container {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .feature-text h3 {
        font-size: 14px;
    }
    
    .feature-text p {
        font-size: 11px;
    }
    
    .service-item h3 {
        font-size: 14px;
    }
    
    .work-item h3 {
        font-size: 14px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}