#hero {
    overflow: hidden;
    padding: 100px 0;
    background: #0f172a;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}
#hero .content {
    max-width: 620px;
}
#hero .tag,
#about .tag,
#services .tag,
#portfolio .tag,
#contact .tag {
    color: #60a5fa;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}
#hero .tag {
    width: fit-content;
    padding: 7px 12px;
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 999px;
    background: #1e293b;
    color: #94a3b8;
    text-transform: none;
}
#hero .tag::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #2563eb;
    display: inline-block;
    vertical-align: 1px;
}
#hero .content h1 {
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
    margin: 24px 0 20px;
}
#hero .content h1 strong {
    color: #3b82f6;
    font-weight: 700;
}
#hero .content > p {
    color: #94a3b8;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0;
}
#hero .highlights {
    padding: 0;
    margin: 32px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
}
#hero .highlights li {
    color: #e2e8f0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
#hero .highlights i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.16);
    color: #60a5fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
#hero .click {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#hero .image {
    max-width: 560px;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}
#hero .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

#about {
    padding: 100px 0;
    background: #111c30;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

#about > .container > .row > div:first-child .content {
    max-width: 550px;
}

/* --------- */
#about > .container > .row > div:first-child .content h2,
#services .intro h2,
#portfolio .intro h2,
#contact > .container > .row > div:first-child > .content h2 {
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
    margin: 16px 0 20px;
}

/* --------- */
#about > .container > .row > div:first-child .content p,
#services .intro p,
#portfolio .intro p,
#contact > .container > .row > div:first-child > .content p {
    color: #94a3b8;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    margin: 0 0 16px;
}

#about .item,
#services .item {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(226, 232, 240, 0.1);
    border-radius: 8px;
    background: #1e293b;
}

#about .icon,
#services .icon,
#contact .details .icon {
    width: 44px;
    height: 44px;
    border-radius: 7px;
    background: rgba(37, 99, 235, 0.16);
    color: #60a5fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

#about .tag{
    font-size: 16px!important;
}

/* --------- */
#about .item h3,
#services .item h3 {
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0;
    margin: 16px 0 8px;
}

/* --------- */
#about .item p,
#services .item p {
    color: #94a3b8;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    margin: 0;
}

@media (max-width: 1200px) {
    #hero .content {
        max-width: 100%;
    }
    #hero .content h1 {
        font-size: 50px;
    }
    #about > .container > .row > div:first-child .content,
    #contact > .container > .row > div:first-child > .content {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    #hero .image {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #hero,
    #about,
    #services,
    #portfolio,
    #contact {
        padding: 50px 0;
    }
    #hero .content h1 {
        font-size: 40px;
        line-height: 1.16;
    }
    #about > .container > .row > div:first-child .content h2,
    #services .intro h2,
    #portfolio .intro h2,
    #contact > .container > .row > div:first-child > .content h2 {
        font-size: 32px;
        line-height: 1.28;
    }
    #services .intro,
    #portfolio .intro {
        margin-bottom: 34px;
    }
    #contact .form-wrap {
        padding: 22px;
    }
}

#services {
    padding: 100px 0;
    background: #0f172a;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

#services .intro,
#portfolio .intro {
    max-width: 720px;
    margin-bottom: 48px;
}

#services .item {
    transition: border-color 0.2s ease, transform 0.2s ease;
}

#services .item:hover {
    border-color: rgba(96, 165, 250, 0.6);
    transform: translateY(-3px);
}

#services .tag{
    font-size: 16px;
}

#portfolio {
    padding: 100px 0;
    background: #111c30;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

#portfolio .item {
    position: relative;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.1);
    border-radius: 8px;
    background: #1e293b;
    transition: border-color 0.2s ease;
}

#portfolio .item:hover {
    border-color: rgba(96, 165, 250, 0.6);
}

#portfolio .image {
    overflow: hidden;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

#portfolio .image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: top;
    display: block;
    transition: transform 0.45s ease;
}

#portfolio .item:hover .image img {
    transform: scale(1.025);
}

#portfolio .details {
    position: relative;
    padding: 24px 64px 24px 24px;
}

#portfolio .category {
    color: #60a5fa;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* --------- */
#portfolio .item h3 {
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    margin: 7px 0 8px;
}

/* --------- */
#portfolio .item p {
    color: #94a3b8;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    margin: 0;
}

#portfolio .project-link {
    position: absolute;
    top: 26px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#portfolio .project-link:hover,
#portfolio .project-link:focus {
    color: #60a5fa;
    background: rgba(37, 99, 235, 0.12);
}

#portfolio .tag{
    font-size: 16px;
}

#contact {
    padding: 100px 0;
    background: #0f172a;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1);
}

#contact > .container > .row > div:first-child > .content {
    max-width: 550px;
}

#contact .row{
    align-items: center;
}

#contact .details {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#contact .details a,
#contact .details .location {
    width: fit-content;
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
}

#contact .details a:hover {
    color: #60a5fa;
}

#contact .details small {
    color: #94a3b8;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
}

#contact .form-wrap {
    padding: 32px;
    border: 1px solid rgba(226, 232, 240, 0.1);
    border-radius: 8px;
    background: #1e293b;
}

#contact .form-control {
    width: 100%;
    min-height: 50px;
    padding: 13px 15px;
    border: 1px solid rgba(226, 232, 240, 0.14);
    border-radius: 12px;
    outline: none;
    background: #0f172a;
    color: #f8fafc;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    box-shadow: none;
}

#contact textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

#contact .form-control::placeholder {
    color: #64748b;
    opacity: 1;
}

#contact .form-control:focus {
    border-color: #3b82f6;
    background: #0f172a;
    color: #f8fafc;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18);
}

#contact .tag{
    font-size: 16px;
}

#contact form label{
    color: #fff;
    font-family: Poppins, sans-serif;
    margin-bottom: 10px;
}

#contact form .btn{
    width: 100%;
    justify-content: center;
    border-radius: 12px;
}