/* 
~ copyright (c) ENTRIX SOLUTIONS SRL
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
body {
    background-color: #08080D;
    padding-top: 60px;
}

* {
    font-family: Inter;
    cursor: default;
    transition-timing-function: ease-out;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    user-select: none;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

::-moz-selection {
    color: #000;
    background: #583BFF;
}

::selection {
    color: #000;
    background: #583BFF;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #583BFF;
    border-radius: 6px;
    transition: background-color 0.3s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #441EB0;
}

::-webkit-scrollbar-track {
    background-color: #2C2C2C;
    border-radius: 6px;
}

::-webkit-scrollbar-button {
    background-color: #2C2C2C;
    border-radius: 6px;
}

div {
    /* overflow: scroll; */
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div::-webkit-scrollbar {
    display: none;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.NavBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.0926vh solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(50px);
    width: 100%;
    height: 60px;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.NavBar>div.Head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img.Logo {
    width: 150px;
    height: 30px;
    object-fit: contain;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.NavBar>div.Head>img.Logo {
    margin-top: auto;
    margin-bottom: auto;
    width: 150px;
    height: 30px;
    object-fit: contain;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.NavBar>div.Head>div.PhoneButton {
    display: none;
    color: white;
    font-size: 1.8519vh;
    margin-top: auto;
    margin-bottom: auto;
}

.NavBar>div.Buttons {
    display: flex;
    gap: 16px;
}

.NavBar>div.Buttons>div {
    cursor: pointer !important;
    display: inline-flex;
    padding: 8px 16px;
    height: 32px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(217, 230, 255, 0.12);
    color: #E6EAFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.NavBar>div.Buttons>div:hover {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(217, 230, 255, 0.24);
}

.NavBar>div.Contact {
    cursor: pointer !important;
    display: inline-flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #FFF;
    color: #171717;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.0);
}

.NavBar>div.Contact:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.NavBar>div.Head>div.PhoneButton {
    display: none;
    color: white;
    font-size: 1.8519vh;
    margin-top: auto;
    margin-bottom: auto;
}

.NavBar>div.Buttons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.NavBar>div.Buttons>div {
    cursor: pointer !important;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(217, 230, 255, 0.12);
    color: #E6EAFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}

.NavBar>div.Buttons>div:hover {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(217, 230, 255, 0.24);
    transform: translateY(-1px);
}

.NavBar>div.Contact {
    cursor: pointer !important;
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFF;
    color: #171717;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.0);
    transition: all 0.3s ease;
}

.NavBar>div.Contact:hover {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-1px);
}

section#Header {
    /* width: 100%; */
    height: 100vh;
    position: relative;
    background-image: url('img/fundal.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section#Header>div {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -35%);
    justify-content: center;
    align-items: center;
    text-align: center;
}

section#Header>div>h1 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 10.9259vh;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 0px;
}

section#Header>div>p:last-of-type {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Inter;
    font-size: 1.8519vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section#Header>div>div {
    cursor: pointer !important;
    display: inline-flex;
    padding: 2.2222vh 3.1481vh;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #583BFF;
    box-shadow: 0px 0px 100px 0px rgba(145, 120, 255, 0.0);
    color: #FFF;
    font-family: Inter;
    font-size: 1.6667vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

section#Header>div>div:hover {
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0px 0px 100px 0px rgba(145, 120, 255, 0.40);
    backdrop-filter: blur(25px);
}

section#About {
    height: max-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

div.SectionLine {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.00) 100%);
}

.Badge {
    margin-top: 8.639308855291576vh;
    display: inline-flex;
    padding: 1.079913606911447vh 1.7278617710583153vh;
    justify-content: center;
    align-items: center;
    gap: 1.079913606911447vh;
    margin-bottom: -3.8876889848812093vh;
    border-radius: 1.079913606911447vh;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(217, 230, 255, 0.12);
    backdrop-filter: blur(25px);
    color: rgba(230, 234, 255, 0.80);
    font-family: Inter;
    font-size: 1.6198704103671706vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h2.Header {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 100px rgba(255, 255, 255, 0.28);
    font-family: Inter;
    font-size: 6.263498920086393vh;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}

.Parag {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Inter;
    font-size: 1.9438444924406046vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.AboutGrids {
    display: flex;
    gap: 20px;
}

.AboutGrids>div {
    overflow: hidden;
    width: 73vh;
    height: 28vh;
    border-radius: 20px 20px 0px 0px;
    background-image: url('data:image/svg+xml,<svg width="670" height="260" viewBox="0 0 670 260" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 0.5H650C660.77 0.5 669.5 9.23045 669.5 20V259.5H0.5V20L0.506836 19.4971C0.773602 8.95996 9.3986 0.5 20 0.5Z" fill="url(%23paint0_linear_19_39)" stroke="url(%23paint1_linear_19_39)"/><defs><linearGradient id="paint0_linear_19_39" x1="335" y1="0" x2="335" y2="260" gradientUnits="userSpaceOnUse"><stop stop-color="%23D9E6FF" stop-opacity="0.04"/><stop offset="1" stop-color="%23D9E6FF" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_19_39" x1="335" y1="0" x2="335" y2="260" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0.2"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    animation: slideInLeft 1.2s ease-out;
    transition: all 0.3s ease;
}

.AboutGrids>div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(88, 59, 255, 0.3);
}

.AboutGrids>div:nth-child(2) {
    animation: slideInRight 1.2s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.AboutGrids>div>div {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    text-align: center;
}

.AboutGrids>div>div>p:first-of-type {
    color: #FFF;
    font-family: Inter;
    font-size: 3vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
    animation: fadeInUp 1.5s ease-out 0.5s both;
}

.AboutGrids>div>div>p:last-of-type {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Inter;
    font-size: 1.7vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    animation: fadeInUp 1.5s ease-out 0.8s both;
    width: 62vh;
    word-wrap: break-word;
}

section#Services {
    height: max-content;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url('img/fundal2.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 13.3333vh;
}

.OurServices_Grid {
    display: flex;
    gap: 1.8519vh;
    text-align: left;
    justify-content: left;
    align-items: left;
}

.OurServices_Grid>div:first-of-type {
    position: relative;
    background-image: url('img/uiux.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 72.35421166306695vh;
    height: 56.15550755939525vh;
}

.OurServices_Grid>div:first-of-type>div {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.OurServices_Grid>div:first-of-type>div>p:first-of-type {
    color: #FFF;
    font-family: Inter;
    font-size: 2.8077753779697625vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 3px;
}

.OurServices_Grid>div:first-of-type>div>p:last-of-type {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.76);
    font-family: Inter;
    font-size: 1.7278617710583153vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.OurServices_Grid>div:last-of-type>div:not(:last-of-type) {
    margin-bottom: 2.159827213822894vh;
}

.OurServices_Grid>div:last-of-type>div {
    width: 65.87473002159827vh;
    height: 17.062634989200863vh;
    border-radius: 1.8519vh;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(90deg, rgba(217, 230, 255, 0.03) 0%, rgba(217, 230, 255, 0.01) 100%);
    padding-left: 2.7778vh;
    padding-right: 2.7778vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.OurServices_Grid>div:last-of-type>div>p:first-of-type {
    color: #FFF;
    font-family: Inter;
    font-size: 2.8077753779697625vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.8639308855291576vh;
    margin-bottom: 0.6479481641468683vh;
}

.OurServices_Grid>div:last-of-type>div>p:first-of-type>svg {
    vertical-align: middle;
}

.OurServices_Grid>div:last-of-type>div>p:last-of-type {
    margin-top: 0vh;
    color: rgba(255, 255, 255, 0.76);
    font-family: Inter;
    font-size: 1.7278617710583153vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.OurServices_Footer {
    margin-top: 6.047516198704104vh;
}

.OurServices_Footer>p:first-of-type {
    margin-top: 0vh;
    color: #FFF;
    text-align: center;
    text-shadow: 0vh 0vh 9.2593vh rgba(255, 255, 255, 0.28);
    font-family: Inter;
    font-size: 3.5185vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.3704vh;
}

.OurServices_Footer>p:last-of-type {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Inter;
    font-size: 1.6667vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 1.8519vh;
}

.Arrows {
    z-index: 999;
    content: url('img/arrows.png');
    width: 5.9259vh;
    height: 13.9815vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4.3519vh;
}

section#Process {
    height: max-content;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url('img/fundal3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Process_Grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.8519vh;
    grid-row-gap: 1.8519vh;
    margin-bottom: 7.4074vh;
    visibility: visible !important;
    opacity: 1 !important;
}

.Process_Grid>div {
    width: 66.73866090712743vh;
    height: auto;
    min-height: 15vh;
    border-radius: 1.4815vh;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(217, 230, 255, 0.06);
    backdrop-filter: blur(25px);
    padding: 2.8077753779697625vh 2.8077753779697625vh;
    text-align: left;
    justify-content: left;
    align-items: left;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

.Process_Grid>div>p:first-of-type {
    margin-top: 0px;
    color: #FFF !important;
    font-family: Inter;
    font-size: 2.375809935205184vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
    visibility: visible !important;
    opacity: 1 !important;
}

.Process_Grid>div>p:last-of-type {
    margin-top: 0px;
    color: rgba(255, 255, 255, 0.80) !important;
    font-family: Inter;
    font-size: 1.7278617710583153vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    visibility: visible !important;
    opacity: 1 !important;
}

section#Contact {
    height: 58.2963vh;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-image: url('img/fundal4.webp');
    background-position: center;
    background-repeat: no-repeat;
    /* padding-bottom: 168px; */
}

.ContactButton {
    cursor: pointer !important;
    display: inline-flex;
    padding: 2.2222vh 3.1481vh;
    justify-content: center;
    align-items: center;
    gap: 0.9259vh;
    border-radius: 1.4815vh;
    border: 0.0926vh solid rgba(255, 255, 255, 0.10);
    box-shadow: 0px 0px 9.2593vh 0px rgba(145, 120, 255, 0);
    background: #583BFF;
    backdrop-filter: blur(2.3148vh);
    color: #FFF;
    font-family: Inter;
    font-size: 1.6667vh;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ContactButton:hover {
    box-shadow: 0px 0px 9.2593vh 0px rgba(145, 120, 255, 0.40);
}

footer {
    width: 100%;
    min-height: 35vh;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #0a0a0f;
    padding: 5vh 0;
    border-top: 1px solid rgba(88, 59, 255, 0.2);
}

footer>div {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 4vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vh;
}

footer>div>p:first-of-type {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: Inter;
    font-size: 1.6vh;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin: 0;
}

footer>div>div.socials {
    display: flex;
    gap: 2vh;
    justify-content: center;
    margin: 0;
}

footer>div>div.socials>*,
footer>div>div.socials>*>* {
    cursor: pointer !important;
}

footer>div>div.socials>div {
    width: 4vh;
    height: 4vh;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.8vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

footer>div>div.socials>div:hover {
    border: 1px solid #583BFF;
    background: #583BFF;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(88, 59, 255, 0.3);
}

/* Contact Info Styles - Moved to contact-styles.css */

/* Special Offer Section */
section#SpecialOffer {
    padding: 4vh 0;
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 50%, #0a0a0f 100%);
    position: relative;
    overflow: hidden;
}

section#SpecialOffer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(88, 59, 255, 0.08) 0%, transparent 70%);
    z-index: 1;
}

section#SpecialOffer .Header {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #FFF;
    text-shadow: 0vh 0vh 9.2593vh rgba(255, 255, 255, 0.28);
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    z-index: 2;
}

section#SpecialOffer .Badge {
    margin-top: 2vh;
    display: flex;
    padding: 1.079913606911447vh 1.7278617710583153vh;
    justify-content: center;
    align-items: center;
    gap: 1.079913606911447vh;
    margin-bottom: 2vh;
    border-radius: 1.079913606911447vh;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(217, 230, 255, 0.12);
    backdrop-filter: blur(25px);
    color: rgba(230, 234, 255, 0.80);
    font-family: Inter;
    font-size: 1.6198704103671706vh;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    position: relative;
    z-index: 2;
}

section#SpecialOffer .Parag {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: Inter;
    font-size: 1.6667vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 2;
}

.OfferGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vh;
    margin: 3vh 0;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.OfferItem {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(88, 59, 255, 0.2);
    border-radius: 12px;
    padding: 2vh;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.OfferItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(88, 59, 255, 0.03) 0%, transparent 50%, rgba(88, 59, 255, 0.01) 100%);
    z-index: 1;
}

.OfferItem:hover {
    transform: translateY(-8px);
    border-color: rgba(88, 59, 255, 0.4);
    box-shadow: 0 20px 40px rgba(88, 59, 255, 0.15);
}

.OfferIcon {
    width: 4vh;
    height: 4vh;
    margin: 0 auto 1.5vh auto;
    background: linear-gradient(135deg, rgba(88, 59, 255, 0.2) 0%, rgba(88, 59, 255, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.OfferIcon i {
    color: #583BFF;
    font-size: 1.8vh;
}

.OfferItem h3 {
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1vh 0;
    position: relative;
    z-index: 2;
}

.OfferItem p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 2;
}

.OfferHighlight {
    text-align: center;
    margin-top: 3vh;
    position: relative;
    z-index: 2;
}

.OfferPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vh;
    margin-bottom: 2vh;
}

.OldPrice {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: line-through;
    font-size: 1.2rem;
    font-weight: 400;
}

.NewPrice {
    color: #FFF;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 0vh 0vh 9.2593vh rgba(255, 255, 255, 0.28);
}

.OfferNote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
}

/* Responsive for Special Offer */
@media only screen and (max-width: 1000px) {
    section#SpecialOffer .Header {
        font-size: 2rem;
    }
    
    .OfferGrid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vh;
        max-width: 800px;
    }
    
    .OfferItem {
        padding: 1.5vh;
    }
    
    .NewPrice {
        font-size: 1.6rem;
        color: #FFF;
        text-shadow: 0vh 0vh 9.2593vh rgba(255, 255, 255, 0.28);
    }
}

@media only screen and (max-width: 768px) {
    section#SpecialOffer .Header {
        font-size: 1.8rem;
    }
    
    .OfferGrid {
        grid-template-columns: 1fr;
        gap: 1.5vh;
        max-width: 400px;
    }
    
    .OfferItem {
        padding: 1.5vh;
    }
    
    .OfferIcon {
        width: 3.5vh;
        height: 3.5vh;
    }
    
    .OfferIcon i {
        font-size: 1.5vh;
    }
    
    .NewPrice {
        font-size: 1.4rem;
        color: #FFF;
        text-shadow: 0vh 0vh 9.2593vh rgba(255, 255, 255, 0.28);
    }
}

footer>div>div.line {
    margin: 0 auto;
    width: 40%;
    max-width: 200px;
    height: 1px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
}

footer>div>div.terms {
    display: flex;
    gap: 2vh;
    justify-content: center;
    margin: 0;
}

footer>div>div.terms>p {
    cursor: pointer !important;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: Inter;
    font-size: 1.3vh;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: color 0.3s ease;
    padding: 0.8vh 1.5vh;
    border-radius: 0.6vh;
}

footer>div>div.terms>p:hover {
    color: #583BFF;
}

footer>div>div.copyright {
    display: inline-flex;
    padding: 1vh 2vh;
    justify-content: center;
    align-items: center;
    gap: 0.8vh;
    border-radius: 1vh;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    font-family: Inter;
    font-size: 1.3vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    transition: all 0.3s ease;
}

footer>div>div.copyright:hover {
    background: rgba(88, 59, 255, 0.1);
    border-color: rgba(88, 59, 255, 0.3);
    color: #583BFF;
}

/* Modal */

#Modal_Body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 13, 0.40);
    backdrop-filter: blur(1.2963vh);
}

#Modal_Body>div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    transform: translate(-50%, -50%);
    border-radius: 1.8519vh;
    border: 0.0926vh solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    box-shadow: 0vh 0vh 16.6667vh 0vh rgba(217, 230, 255, 0.26);
    backdrop-filter: blur(12.037vh);
    width: 688px;
    height: max-content;
}

#Modal_Body>div>div:first-of-type {
    padding-top: 3.0556vh;
    padding-bottom: 2.2222vh;
    padding-left: 2.2222vh;
    padding-right: 2.2222vh;
    border-bottom: 0.0926vh solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

#Modal_Body>div>div:first-of-type>p:first-of-type {
    margin-top: 0px;
    color: #FFF;
    font-family: Inter;
    font-size: 2.963vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

#Modal_Body>div>div:first-of-type>p:last-of-type {
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.70);
    font-family: Inter;
    font-size: 1.6667vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#Modal_Body>div>div:last-of-type {
    padding-top: 2.2222vh;
    padding-bottom: 3.0556vh;
    padding-left: 2.5926vh;
    padding-right: 2.5926vh;
}

input,
textarea {
    cursor: pointer !important;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(217, 230, 255, 0.08);
    color: rgba(255, 255, 255, 0.42);
    font-family: Inter;
    font-size: 1.5741vh;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

input:focus,
textarea:focus {
    color: white;
    outline: none;
    border-radius: 1.2963vh;
    border: 0.0926vh solid rgba(255, 255, 255, 0.12);
    background: rgba(217, 230, 255, 0.18);
}

input {
    padding-top: 2.1296vh;
    padding-bottom: 2.2222vh;
    padding-left: 1.6667vh;
    padding-right: 1.6667vh;
}

textarea {
    margin-top: 1.6667vh;
    box-sizing: border-box;
    width: 100%;
    height: 11.4815vh;
    padding: 1.6667vh 1.6667vh;
    resize: none;
}

.InputFlex {
    display: flex;
    gap: 1.4815vh;
}

.InputFlex>input {
    width: 50%;
}

.ModalBtns {
    margin-top: 2.2222vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.1111vh;
}

.ModalBtns>div {
    cursor: pointer !important;
}

.ModalCancel {
    display: flex;
    width: 17.2222vh;
    padding: 1.8519vh 3.1481vh;
    justify-content: center;
    align-items: center;
    gap: 0.9259vh;
    border-radius: 1.2963vh;
    background: rgba(217, 230, 255, 0.12);
    color: #E6EAFF;
    font-family: Inter;
    font-size: 1.4815vh;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ModalCancel:hover {
    border-radius: 1.2963vh;
    background: rgba(217, 230, 255, 0.22);
}

.ModalSend {
    display: flex;
    width: 17.2222vh;
    padding: 1.8519vh 3.1481vh;
    justify-content: center;
    align-items: center;
    gap: 0.9259vh;
    color: #FFF;
    font-family: Inter;
    font-size: 1.4815vh;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 1.2963vh;
    background: #583BFF;
    box-shadow: 0vh 0vh 4.4444vh 0vh rgba(86, 55, 255, 0);
}

.ModalSend:hover {
    border-radius: 1.2963vh;
    background: #4726FF;
    box-shadow: 0vh 0vh 4.4444vh 0vh rgba(86, 55, 255, 0.40);
}

button {
    outline: none;
    border: none;
}

@media only screen and (max-width: 1200px) {
    .NavBar {
        height: max-content !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 0px;
    }
    .NavBar>img,
    .NavBar>div {
        margin-bottom: 15px;
    }
    .NavBar>div:not(.Head) {
        display: none;
        flex-direction: column;
    }
    .NavBar>div.Head>div.PhoneButton {
        display: block;
    }
    .NavBar>div.Contact>svg {
        display: none;
    }
}

/* Responsive */

@media only screen and (max-width: 1000px) {
    section {
        padding: 15% 15%;
        overflow: hidden;
    }
    
    /* Phone styles moved to contact-styles.css */
    section#Header {
        height: 600px !important;
    }
    section#Header>div {
        width: 75%;
        padding: 15% 15%;
    }
    section#Header>div>h1 {
        font-size: 40px;
    }
    h2.Header {
        font-size: 40px;
    }
    .AboutGrids {
        display: flex;
        flex-direction: column;
    }
    .AboutGrids>div {
        width: 300px;
        height: 350px;
    }
    .AboutGrids>div>div>p {
        width: 250px !important;
    }
    .OurServices_Grid {
        display: flex;
        flex-direction: column;
    }
    .OurServices_Grid>div {
        border-radius: 50px;
        background-position: center;
        width: 400px !important;
    }
    .OurServices_Grid>div>div>p {
        text-align: center;
    }
    .OurServices_Grid>div>div>p:first-of-type {
        font-size: 23px !important;
    }
    .OurServices_Grid>div>div>p:last-of-type {
        font-size: 16px !important;
    }
    .OurServices_Grid>div:first-of-type {
        display: none;
    }
    .OurServices_Grid>div:last-of-type>div {
        margin-left: auto;
        margin-right: auto;
        width: 300px;
        height: auto;
    }
    .OurServices_Grid>div:last-of-type>div>p>svg {
        display: none;
    }
    .Process_Grid {
        display: flex;
        flex-direction: column;
    }
    .Process_Grid>div {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        height: auto;
        min-height: 20vh;
        text-align: center;
    }
    footer {
        height: auto;
        min-height: 40vh;
        padding: 3vh 0;
    }
    footer>div>p:first-of-type {
        width: 90%;
        max-width: 600px;
        word-wrap: break-word;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.4vh;
    }
    footer>div>div.line {
        width: 80%;
        opacity: 1;
    }
    footer>div>div.terms {
        flex-direction: column;
        gap: 1.5vh !important;
    }
    section#Contact {
        background-size: cover !important;
    }
    #Modal_Body>div {
        width: 95%;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #08080D;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    position: relative;
    width: 88px;
    height: 88px;
    animation: spinner-xza56z 1.6s infinite linear;
}

.spinner::before,
.spinner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #583bff;
    border-radius: 50%;
    animation: spinner-lqsq3g 1s infinite ease;
}

.spinner::before {
    height: 75%;
    width: 75%;
    transform-origin: -40% -80%;
}

.spinner::after {
    height: 50%;
    width: 50%;
    transform-origin: 40% 80%;
}

@keyframes spinner-xza56z {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-lqsq3g {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(0);
    }
}

/* Portfolio Section - Carousel Design */
section#Portfolio {
    padding: 4vh 0;
    background: linear-gradient(135deg, #0a0a0f 0%, #1a1a2e 50%, #0a0a0f 100%);
    position: relative;
    overflow: hidden;
}

section#Portfolio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(88, 59, 255, 0.05) 0%, transparent 70%);
    z-index: 1;
}

section#Portfolio .Header {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

section#Portfolio .Badge {
    margin-top: 2vh;
    display: flex;
    padding: 1.079913606911447vh 1.7278617710583153vh;
    justify-content: center;
    align-items: center;
    gap: 1.079913606911447vh;
    margin-bottom: 2vh;
    border-radius: 1.079913606911447vh;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(217, 230, 255, 0.12);
    backdrop-filter: blur(25px);
    color: rgba(230, 234, 255, 0.80);
    font-family: Inter;
    font-size: 1.6198704103671706vh;
    font-style: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

section#Portfolio .Parag {
    text-align: center;
}

.Portfolio_Carousel {
    margin-top: 2vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.carousel-container {
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    animation: infiniteScroll 40s linear infinite;
    width: 200%;
    will-change: transform;
    animation-fill-mode: both;
}

.carousel-track:hover {
    animation-play-state: paused;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.carousel-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(88, 59, 255, 0.2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px rgba(88, 59, 255, 0.1);
    width: 320px;
    flex-shrink: 0;
    margin: 0 15px;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(88, 59, 255, 0.03) 0%, transparent 50%, rgba(88, 59, 255, 0.01) 100%);
    z-index: 1;
}

.carousel-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(88, 59, 255, 0.2);
    border-color: rgba(88, 59, 255, 0.4);
}

.carousel-image {
    height: 200px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.carousel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center 500% !important;
    transition: transform 0.3s ease;
}

.carousel-item:hover .carousel-image img {
    transform: scale(1.05);
}

.carousel-content {
    padding: 16px;
    position: relative;
    z-index: 2;
}

.Project_Category {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.carousel-content h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.carousel-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.carousel-details {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    padding: 8px;
    margin: 0 0 12px 0;
    font-size: 12px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
}

.carousel-details strong {
    color: #ffffff;
    font-weight: 600;
}

.Project_Features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.Project_Features span {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.Project_Features span:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.Project_Features i {
    font-size: 10px;
}

.visit-site-btn {
    background: linear-gradient(135deg, #5832FF 0%, #7c3aed 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 3px 10px rgba(88, 50, 255, 0.3);
    margin-top: 8px;
}

.visit-site-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(88, 50, 255, 0.4);
    background: linear-gradient(135deg, #7c3aed 0%, #5832FF 100%);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}


/* Responsive Portfolio */
@media (max-width: 768px) {
    .carousel-item {
        width: 280px;
        margin: 0 10px;
    }
    
    .carousel-image {
        height: 140px;
    }
    
    .carousel-content {
        padding: 12px;
    }
    
    .carousel-content h3 {
        font-size: 16px;
    }
    
    .carousel-content p {
        font-size: 12px;
    }
    
    .carousel-details {
        font-size: 11px;
        padding: 6px;
    }
    
    .Project_Features span {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .visit-site-btn {
        padding: 6px 12px;
        font-size: 12px;
    }
    
}

/* Promo Notification - Small Popup Style */
.promo-notification {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    max-width: 280px;
    animation: slideInRight 0.5s ease-out;
}

.notification-card {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.9) 100%);
    border: 2px solid rgba(88, 59, 255, 0.6);
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(15px);
}

.notification-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(88, 59, 255, 0.1) 0%, rgba(88, 59, 255, 0.2) 100%);
    border-radius: 8px;
    z-index: 1;
}

.notification-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    border-color: rgba(88, 59, 255, 0.8);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%);
}

.notification-icon {
    font-size: 18px;
    animation: pulse 2s infinite;
    z-index: 2;
    position: relative;
}

.notification-content {
    flex: 1;
    z-index: 2;
    position: relative;
}

.notification-title {
    color: #583BFF;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 2px 0;
    line-height: 1.2;
    text-shadow: 0 1px 3px rgba(88, 59, 255, 0.5);
}

.notification-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.old-price {
    color: #888888;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 10px;
}

.new-price {
    color: #583BFF;
    font-weight: 800;
    font-size: 12px;
    text-shadow: 0 1px 3px rgba(88, 59, 255, 0.6);
}

.notification-savings {
    background: linear-gradient(135deg, #583BFF 0%, #7c3aed 100%);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 8px rgba(88, 59, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.notification-close {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.notification-close:hover {
    color: #583BFF;
    background: rgba(88, 59, 255, 0.8);
    transform: scale(1.1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .promo-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .promo-header {
        padding: 10px 16px;
    }
    
    .promo-content {
        padding: 16px;
    }
    
    .promo-title {
        font-size: 16px;
    }
    
    .promo-description {
        font-size: 13px;
    }
    
    .price-label {
        font-size: 12px;
    }
    
    .price-standard {
        font-size: 13px;
    }
    
    .price-promo {
        font-size: 15px;
    }
    
    .promo-savings {
        font-size: 12px;
        padding: 6px 10px;
    }
    
    /* Phone styles moved to contact-styles.css */
}


/* Optimizari de performan?a */
img:not(.Logo) { max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; }
img[loading="lazy"]:not(.Logo) { opacity: 0; transition: opacity 0.3s; }

/* Fix pentru logo - păstrăm design-ul original */
img.Logo {
    content: none !important;
    background-image: none !important;
}
img[loading="lazy"].loaded { opacity: 1; }
* { will-change: auto; }
.carousel-track { will-change: transform; }
.AboutGrids>div:hover, .OurServices_Grid>div:hover { will-change: transform; }

/* Modern CSS Features */
:root { --primary-color: #583BFF; --secondary-color: #7c3aed; --text-color: #ffffff; --bg-color: #000000; --shadow-color: rgba(88, 59, 255, 0.3); }
* { box-sizing: border-box; }
.grid-container { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.text-start { text-align: start; }
.text-end { text-align: end; }
.margin-inline-start { margin-inline-start: 1rem; }
.margin-inline-end { margin-inline-end: 1rem; }
.container { width: min(100%, 1200px); margin: 0 auto; padding: clamp(1rem, 5vw, 2rem); }
@container (min-width: 768px) { .card { display: flex; flex-direction: row; } }

/* Modern CSS Best Practices */
@supports (display: grid) { .grid-fallback { display: none; } }
@supports not (display: grid) { .grid-fallback { display: block; } }
/* CSS Logical Properties */
.text-start { text-align: start; }
.text-end { text-align: end; }
.margin-inline-start { margin-inline-start: 1rem; }
.margin-inline-end { margin-inline-end: 1rem; }
/* Modern CSS Functions */
.container { width: min(100%, 1200px); margin: 0 auto; padding: clamp(1rem, 5vw, 2rem); }
/* CSS Container Queries */
@container (min-width: 768px) { .card { display: flex; flex-direction: row; } }
/* Modern CSS Features */
:root { --primary-color: #583BFF; --secondary-color: #7c3aed; --text-color: #ffffff; --bg-color: #000000; --shadow-color: rgba(88, 59, 255, 0.3); }
* { box-sizing: border-box; }
.grid-container { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
